:root {
  --background: #fffaf2;
  --foreground: #17306b;
  --ink: #102b75;
  --blue: #0797ff;
  --yellow: #ffc915;
  --pink: #ff2e82;
  --green: #67c80e;
  --purple: #9146dc;
  --orange: #ff8316;
  --shadow: 0 28px 80px rgba(16, 43, 117, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 9% 16%, rgba(255, 201, 21, 0.24), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(7, 151, 255, 0.18), transparent 25%),
    radial-gradient(circle at 88% 78%, rgba(145, 70, 220, 0.11), transparent 24%),
    linear-gradient(180deg, #fffaf2 0%, #ffffff 44%, #f5fbff 100%);
  color: var(--foreground);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}

body::selection {
  background: var(--yellow);
  color: var(--ink);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

:focus-visible {
  outline: 4px solid rgba(255, 46, 130, 0.42);
  outline-offset: 4px;
}

.site-shell {
  min-height: 100vh;
  overflow: clip;
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 5px;
  background: rgba(16, 43, 117, 0.08);
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    var(--blue),
    var(--yellow),
    var(--pink),
    var(--green),
    var(--purple),
    var(--orange)
  );
  transform: scaleX(0);
  transform-origin: left;
}

.topbar {
  position: sticky;
  top: 16px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(1120px, calc(100% - 32px));
  min-height: 74px;
  margin: 16px auto 0;
  padding: 10px 12px;
  border: 2px solid rgba(16, 43, 117, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 55px rgba(16, 43, 117, 0.11);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
  font-weight: 950;
}

.brand-mark img {
  width: 62px;
  height: 46px;
  object-fit: contain;
}

.brand-mark span {
  font-size: 1.38rem;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a,
.nav-action {
  border-radius: 999px;
  color: #36508d;
  font-size: 0.95rem;
  font-weight: 850;
  letter-spacing: 0;
  transition:
    color 180ms ease,
    background 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.nav-links a {
  padding: 10px 14px;
}

.nav-links a:hover {
  background: #ecf6ff;
  color: var(--ink);
  transform: translateY(-1px);
}

.nav-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 2px solid var(--ink);
  padding: 0 16px;
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 7px 0 var(--ink);
}

.nav-action:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 0 var(--ink);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.94fr);
  gap: 42px;
  align-items: center;
  width: min(1160px, calc(100% - 32px));
  min-height: calc(100svh - 110px);
  margin: 0 auto;
  padding: 48px 0 74px;
}

.hero::before,
.hero::after {
  position: absolute;
  content: "";
  border-radius: 999px;
  pointer-events: none;
}

.hero::before {
  top: 13%;
  left: -9%;
  width: 120px;
  height: 120px;
  border: 22px solid rgba(255, 46, 130, 0.12);
}

.hero::after {
  right: -6%;
  bottom: 12%;
  width: 94px;
  height: 94px;
  background: rgba(103, 200, 14, 0.14);
  box-shadow: -42px -34px 0 rgba(255, 201, 21, 0.15);
}

.hero-copy,
.hero-visual {
  position: relative;
  z-index: 1;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  width: fit-content;
  border: 2px solid rgba(16, 43, 117, 0.1);
  border-radius: 999px;
  background: #fff;
  color: var(--pink);
  font-size: 0.8rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
  box-shadow: 0 12px 32px rgba(16, 43, 117, 0.09);
}

.eyebrow {
  margin-bottom: 18px;
  padding: 9px 13px;
}

.section-kicker {
  margin-bottom: 14px;
  padding: 8px 12px;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  color: var(--ink);
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  font-size: 5.8rem;
  line-height: 0.92;
}

h2 {
  font-size: 3.4rem;
  line-height: 1;
}

h3 {
  font-size: 2rem;
  line-height: 1.08;
}

p {
  color: #405485;
  line-height: 1.72;
}

.hero-copy p {
  max-width: 620px;
  margin-top: 24px;
  font-size: 1.22rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 950;
  letter-spacing: 0;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.primary-action {
  border: 2px solid var(--ink);
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 12px 0 var(--ink), 0 22px 42px rgba(255, 201, 21, 0.32);
}

.secondary-action {
  border: 2px solid rgba(16, 43, 117, 0.12);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 16px 36px rgba(16, 43, 117, 0.1);
}

.primary-action:hover,
.secondary-action:hover {
  transform: translateY(-3px);
}

.primary-action:hover {
  box-shadow: 0 9px 0 var(--ink), 0 22px 42px rgba(255, 201, 21, 0.34);
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-stats span {
  display: grid;
  min-width: 156px;
  border: 2px solid rgba(16, 43, 117, 0.09);
  border-radius: 22px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
  color: #4a5b88;
  font-size: 0.92rem;
  font-weight: 750;
  box-shadow: 0 15px 38px rgba(16, 43, 117, 0.08);
}

.hero-stats strong {
  color: var(--ink);
  font-size: 1.85rem;
  line-height: 1;
}

.hero-visual {
  display: grid;
  place-items: center;
  min-height: 520px;
  border: 4px solid var(--ink);
  border-radius: 40px;
  background:
    linear-gradient(#ffffff 0 0) padding-box,
    linear-gradient(
        135deg,
        var(--blue),
        var(--yellow),
        var(--pink),
        var(--green),
        var(--purple),
        var(--orange)
      )
      border-box;
  box-shadow: var(--shadow), 0 12px 0 var(--ink);
  transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 220ms ease;
}

.hero-visual::before {
  position: absolute;
  inset: 18px;
  content: "";
  border: 2px dashed rgba(16, 43, 117, 0.14);
  border-radius: 30px;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: min(92%, 620px);
  filter: drop-shadow(0 22px 28px rgba(16, 43, 117, 0.13));
}

.float-chip {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 82px;
  min-height: 42px;
  border: 3px solid #fff;
  border-radius: 999px;
  color: #fff;
  font-weight: 950;
  box-shadow: 0 15px 35px rgba(16, 43, 117, 0.22);
  animation: bob 3.2s ease-in-out infinite;
}

.chip-blue {
  top: 44px;
  right: 34px;
  background: var(--blue);
}

.chip-pink {
  left: 28px;
  bottom: 96px;
  background: var(--pink);
  animation-delay: -1.1s;
}

.chip-green {
  right: 58px;
  bottom: 42px;
  background: var(--green);
  animation-delay: -2.1s;
}

.mascot-shadow {
  position: absolute;
  bottom: 74px;
  left: 50%;
  width: 220px;
  height: 24px;
  border-radius: 999px;
  background: rgba(16, 43, 117, 0.08);
  filter: blur(4px);
  transform: translateX(-50%);
}

.marquee-strip {
  border-block: 3px solid var(--ink);
  overflow: hidden;
  background: var(--ink);
  color: #fff;
}

.marquee-track {
  display: flex;
  width: max-content;
  min-width: 100%;
  gap: 36px;
  padding: 18px 0;
  font-size: 1.2rem;
  font-weight: 950;
  letter-spacing: 0;
  animation: marquee 24s linear infinite;
}

.marquee-track span {
  position: relative;
  white-space: nowrap;
}

.marquee-track span::after {
  position: absolute;
  top: 50%;
  right: -23px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 999px;
  background: var(--yellow);
  transform: translateY(-50%);
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 104px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.section-heading p,
.shelf-copy p,
.contact-copy p,
.story-card p {
  margin-top: 18px;
  font-size: 1.08rem;
}

.collection-panel {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}

.collection-tabs {
  display: grid;
  gap: 12px;
  align-content: start;
}

.collection-tabs button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 66px;
  border: 2px solid rgba(16, 43, 117, 0.1);
  border-radius: 22px;
  padding: 0 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #36508d;
  font-weight: 950;
  letter-spacing: 0;
  text-align: left;
  box-shadow: 0 14px 35px rgba(16, 43, 117, 0.08);
  transition:
    transform 180ms ease,
    border 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.collection-tabs button:hover,
.collection-tabs button.active {
  border-color: var(--ink);
  background: #fff;
  color: var(--ink);
  transform: translateY(-2px);
  box-shadow: 0 8px 0 var(--ink), 0 22px 38px rgba(16, 43, 117, 0.12);
}

.dot {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border-radius: 999px;
  box-shadow: 0 0 0 4px #fff;
}

.dot.blue {
  background: var(--blue);
}

.dot.yellow {
  background: var(--yellow);
}

.dot.pink {
  background: var(--pink);
}

.dot.green {
  background: var(--green);
}

.collection-detail {
  display: grid;
  min-height: 330px;
  border: 3px solid var(--ink);
  border-radius: 30px;
  padding: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.94)),
    var(--accent-surface);
  box-shadow: 0 12px 0 var(--ink), var(--shadow);
  transition:
    background 220ms ease,
    opacity 180ms ease,
    transform 180ms ease;
}

.collection-detail.blue {
  --accent-surface: #e3f5ff;
}

.collection-detail.yellow {
  --accent-surface: #fff1a8;
}

.collection-detail.pink {
  --accent-surface: #ffe2ef;
}

.collection-detail.green {
  --accent-surface: #e8ffd8;
}

.collection-detail.is-changing {
  opacity: 0.5;
  transform: translateY(6px);
}

.age-pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  border: 2px solid rgba(16, 43, 117, 0.13);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fff;
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 950;
}

.collection-detail p {
  max-width: 740px;
  margin-top: 16px;
  font-size: 1.08rem;
}

.collection-detail ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-self: end;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.collection-detail li {
  border: 2px solid rgba(16, 43, 117, 0.1);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
}

.promise {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: stretch;
}

.story-card {
  border: 3px solid var(--ink);
  border-radius: 32px;
  padding: 34px;
  background: #fff;
  box-shadow: 0 12px 0 var(--ink), var(--shadow);
}

.promise-grid {
  display: grid;
  gap: 16px;
}

.promise-note {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 118px;
  border: 2px solid rgba(16, 43, 117, 0.09);
  border-radius: 26px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(16, 43, 117, 0.08);
}

.promise-note span {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 3px solid var(--ink);
  border-radius: 18px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 950;
  box-shadow: 0 6px 0 var(--ink);
}

.promise-note:nth-child(2) span {
  background: var(--pink);
  color: #fff;
}

.promise-note:nth-child(3) span {
  background: var(--green);
}

.promise-note p {
  color: #314878;
  font-size: 1.02rem;
  font-weight: 700;
}

.shelf {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.product-shelf {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  min-height: 330px;
  border: 3px solid var(--ink);
  border-radius: 32px;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
    #eaf7ff;
  box-shadow: 0 12px 0 var(--ink), var(--shadow);
}

.product-shape {
  position: relative;
  align-self: end;
  min-height: 220px;
  border: 3px solid var(--ink);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 8px 0 var(--ink);
}

.book-stack {
  display: grid;
  align-content: end;
  gap: 12px;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.book-stack span {
  height: 42px;
  border: 3px solid var(--ink);
  border-radius: 12px;
  background: var(--blue);
  box-shadow: 0 7px 0 var(--ink);
}

.book-stack span:nth-child(2) {
  background: var(--yellow);
  transform: translateX(14px);
}

.book-stack span:nth-child(3) {
  background: var(--pink);
  transform: translateX(4px);
}

.bag-shape {
  min-height: 260px;
  background: var(--blue);
}

.bag-shape::before {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 82px;
  height: 72px;
  content: "";
  border: 13px solid var(--ink);
  border-bottom: 0;
  border-radius: 44px 44px 0 0;
  transform: translateX(-50%);
}

.bag-shape span {
  position: absolute;
  right: 16px;
  bottom: 22px;
  left: 16px;
  height: 86px;
  border: 3px solid var(--ink);
  border-radius: 20px;
  background: var(--orange);
}

.toy-shape {
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--green);
}

.toy-shape::before,
.toy-shape::after,
.toy-shape span {
  position: absolute;
  content: "";
  border: 3px solid var(--ink);
  border-radius: 999px;
}

.toy-shape::before {
  width: 118px;
  height: 118px;
  background: var(--yellow);
}

.toy-shape::after {
  width: 74px;
  height: 74px;
  background: var(--purple);
  transform: translate(36px, -42px);
}

.toy-shape span:first-child {
  width: 42px;
  height: 42px;
  background: var(--pink);
  transform: translate(-48px, 42px);
}

.toy-shape span:last-child {
  width: 26px;
  height: 26px;
  background: #fff;
  transform: translate(8px, 0);
}

.prompt-section {
  padding-top: 92px;
}

.prompt-card {
  display: grid;
  gap: 16px;
  border: 3px solid var(--ink);
  border-radius: 30px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 12px 0 var(--ink), var(--shadow);
}

.prompt-card textarea {
  width: 100%;
  min-height: 390px;
  resize: vertical;
  border: 2px solid rgba(16, 43, 117, 0.12);
  border-radius: 22px;
  padding: 20px;
  background: #f8fbff;
  color: #203a76;
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    monospace;
  font-size: 0.95rem;
  line-height: 1.65;
}

.prompt-card button,
.intro-form button {
  min-height: 54px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: 0 8px 0 var(--ink);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.prompt-card button:hover,
.intro-form button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 0 var(--ink);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 30px;
  align-items: start;
  padding-bottom: 80px;
}

.intro-form {
  display: grid;
  gap: 16px;
  border: 3px solid var(--ink);
  border-radius: 30px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 12px 0 var(--ink), var(--shadow);
}

.intro-form label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 850;
}

.intro-form input,
.intro-form select {
  width: 100%;
  min-height: 50px;
  border: 2px solid rgba(16, 43, 117, 0.14);
  border-radius: 16px;
  padding: 0 14px;
  background: #f8fbff;
  color: var(--ink);
}

.intro-form select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--ink) 50%),
    linear-gradient(135deg, var(--ink) 50%, transparent 50%);
  background-position: calc(100% - 18px) 22px, calc(100% - 12px) 22px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.form-note {
  border-radius: 18px;
  padding: 12px 14px;
  background: #eaffd7;
  color: var(--ink);
  font-weight: 800;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 34px;
  border-top: 2px solid rgba(16, 43, 117, 0.1);
  padding-top: 24px;
}

.site-footer img {
  width: 116px;
}

.site-footer p {
  color: #536592;
  font-weight: 750;
}

.site-footer a {
  flex: 0 0 auto;
  border: 2px solid rgba(16, 43, 117, 0.1);
  border-radius: 999px;
  padding: 10px 14px;
  background: #fff;
  color: var(--ink);
  font-weight: 900;
}

[data-reveal] {
  opacity: 0;
  transform: translate3d(0, var(--reveal-offset, 34px), 0) scale(0.985);
  transition:
    opacity 620ms ease,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

[data-reveal].from-top {
  --reveal-offset: -34px;
}

[data-reveal].from-bottom {
  --reveal-offset: 34px;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-12px) rotate(3deg);
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 2.8rem;
  }

  .nav-links {
    display: none;
  }

  .hero,
  .promise,
  .shelf,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding: 44px 0 58px;
  }

  .hero-visual {
    min-height: 420px;
  }

  .collection-panel {
    grid-template-columns: 1fr;
  }

  .collection-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .topbar {
    top: 10px;
    width: min(100% - 20px, 1120px);
    min-height: 66px;
    border-radius: 20px;
  }

  .brand-mark img {
    width: 54px;
    height: 40px;
  }

  .brand-mark span {
    font-size: 1.2rem;
  }

  .nav-action {
    display: none;
  }

  .hero,
  .section,
  .site-footer {
    width: min(100% - 24px, 1120px);
  }

  h1 {
    font-size: 3.2rem;
    line-height: 0.98;
  }

  h2 {
    font-size: 2.28rem;
  }

  h3 {
    font-size: 1.55rem;
  }

  .hero-copy p,
  .section-heading p,
  .shelf-copy p,
  .contact-copy p,
  .story-card p,
  .collection-detail p {
    font-size: 1rem;
  }

  .hero-actions,
  .hero-stats {
    flex-direction: column;
  }

  .primary-action,
  .secondary-action {
    width: 100%;
  }

  .hero-visual {
    min-height: 330px;
    border-radius: 30px;
    box-shadow: var(--shadow), 0 8px 0 var(--ink);
  }

  .float-chip {
    min-width: 68px;
    min-height: 36px;
    font-size: 0.86rem;
  }

  .chip-blue {
    top: 30px;
    right: 22px;
  }

  .chip-pink {
    left: 18px;
    bottom: 70px;
  }

  .chip-green {
    right: 22px;
    bottom: 28px;
  }

  .section {
    padding: 76px 0;
  }

  .collection-tabs {
    grid-template-columns: 1fr;
  }

  .collection-detail,
  .story-card,
  .product-shelf,
  .prompt-card,
  .intro-form {
    border-radius: 24px;
    padding: 22px;
    box-shadow: 0 8px 0 var(--ink), 0 20px 50px rgba(16, 43, 117, 0.12);
  }

  .promise-note {
    grid-template-columns: 1fr;
  }

  .product-shelf {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .product-shape {
    min-height: 160px;
  }

  .bag-shape {
    margin-top: 38px;
  }

  .prompt-card textarea {
    min-height: 420px;
    font-size: 0.88rem;
  }

  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 2.74rem;
  }

  h2 {
    font-size: 2rem;
  }

  .eyebrow,
  .section-kicker {
    font-size: 0.72rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
