@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/bebas-neue-v16-latin-400.ttf") format("truetype");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/inter-v20-latin-400.ttf") format("truetype");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/inter-v20-latin-600.ttf") format("truetype");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/inter-v20-latin-700.ttf") format("truetype");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/inter-v20-latin-800.ttf") format("truetype");
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("assets/fonts/inter-v20-latin-900.ttf") format("truetype");
}

:root {
  --bg: #F7FCFF;
  --bg-2: #EAF8FF;
  --card: #FFFFFF;
  --soft-blue: #DDF4FF;
  --text: #102033;
  --muted: #526B7D;
  --line: #DCECF4;
  --white: #FFFFFF;
  --navy: #071827;
  --brand-blue: #BFEFFF;
  --brand-cyan: #6EDCFF;
  --brand-orange: #FF8A00;
  --brand-deep-orange: #F05A00;
  --orange: var(--brand-orange);
  --deep-orange: var(--brand-deep-orange);
  --orange-highlight: #FFB347;
  --baby-blue: var(--brand-blue);
  --cyan: var(--brand-cyan);
  --dark-blue: #102A4A;
  --flavor-peach-aqua: #28BFCB;
  --flavor-peach-coral: #FF7A5C;
  --flavor-lime: #B7E600;
  --flavor-purple: #A46AD9;
  --flavor-orange: #FF8A00;
  --flavor-orange-blue: #BFEFFF;
  --aqua: #28BFCB;
  --fresh-aqua: #34C7D7;
  --aqua-bg: #D9FAFF;
  --coral: #FF7A5C;
  --soft-peach: #FFC1A8;
  --deep-coral: #F26A4F;
  --lime: #B7E600;
  --fresh-lime: #A8D900;
  --lime-bg: #F1FFD1;
  --violet: #8D5CC7;
  --bright-violet: #A46AD9;
  --lilac: #EEE2FF;
  --deep-purple: #4C2E73;
  --line-strong: #C5E4EF;
  --glow-cyan: rgba(110, 220, 255, 0.24);
  --glow-orange: rgba(255, 138, 0, 0.18);
  --cta-gradient: linear-gradient(135deg, #FF9C1A 0%, #F05A00 52%, #FFC45A 100%);
  --surface-shadow: 0 18px 42px rgba(16, 42, 74, 0.065), 0 1px 0 rgba(255, 255, 255, 0.84) inset;
  --surface-shadow-strong: 0 26px 74px rgba(16, 42, 74, 0.105), 0 1px 0 rgba(255, 255, 255, 0.86) inset;
  --radius: 28px;
  --max: 1320px;
  --panel-max: calc(var(--max) - 68px);
  font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#flavors,
#test,
#product,
#moments,
#function,
#why {
  scroll-margin-top: 96px;
}

body {
  background:
    radial-gradient(circle at 12% 0%, rgba(110, 220, 255, 0.18), transparent 28rem),
    radial-gradient(circle at 88% 0%, rgba(255, 138, 0, 0.14), transparent 26rem),
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.96), transparent 22rem),
    linear-gradient(180deg, #F9FDFF 0%, #FFFFFF 42%, #EDF8FF 100%);
  color: var(--text);
  margin: 0;
  overflow-x: hidden;
}

body::before {
  background-image:
    linear-gradient(rgba(16, 32, 51, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 32, 51, 0.018) 1px, transparent 1px);
  background-size: 76px 76px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black 0%, transparent 70%);
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

body::after {
  background-image: url("assets/effects/grain.png");
  background-repeat: repeat;
  background-size: 180px 180px;
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  opacity: 0.028;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
}

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

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

.brand {
  align-items: baseline;
  display: inline-flex;
  gap: 8px;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(22px) saturate(1.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 253, 255, 0.84));
  border-bottom: 1px solid rgba(197, 228, 239, 0.78);
  box-shadow: 0 12px 36px rgba(16, 42, 74, 0.055);
  display: flex;
  gap: clamp(16px, 2.4vw, 26px);
  justify-content: space-between;
  left: 0;
  padding: 13px clamp(18px, 3.4vw, 48px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-word {
  color: var(--navy);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 2.15rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
}

.brand-subword {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.image-contain img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: clamp(8px, 1.5vw, 18px);
  width: 100%;
}

.image-cover img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

.nav-links {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex: 1 1 auto;
  font-size: 0.84rem;
  font-weight: 750;
  gap: clamp(16px, 2.1vw, 25px);
  justify-content: center;
  min-width: 0;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  background: linear-gradient(90deg, var(--orange), var(--cyan));
  border-radius: 999px;
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.58);
  transition: opacity 180ms ease, transform 180ms ease;
  width: 100%;
}

.nav-links a:hover {
  color: var(--navy);
}

.nav-links a:hover::after {
  opacity: 0.78;
  transform: scaleX(1);
}

.header-actions {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.header-cta,
.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  letter-spacing: 0.005em;
  line-height: 1;
  isolation: isolate;
  min-height: 50px;
  overflow: hidden;
  position: relative;
  transition:
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 220ms ease,
    filter 220ms ease;
}

.header-cta {
  background: var(--cta-gradient);
  box-shadow:
    0 16px 34px rgba(255, 138, 0, 0.26),
    0 6px 18px rgba(240, 90, 0, 0.10),
    0 0 0 1px rgba(255, 255, 255, 0.42) inset;
  color: var(--white);
  font-size: 0.88rem;
  gap: 0.25em;
  padding: 0 20px;
  white-space: nowrap;
}

.menu-toggle {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(7, 24, 39, 0.06);
  color: var(--text);
  cursor: pointer;
  display: none;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  white-space: nowrap;
}

.menu-toggle-icon {
  display: grid;
  gap: 4px;
  width: 16px;
}

.menu-toggle-icon span {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 100%;
}

.mobile-menu {
  display: none;
}

.button {
  border: 1px solid transparent;
  min-width: 158px;
  padding: 18px 24px;
}

.button-primary::before,
.header-cta::before {
  background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.42) 42%, transparent 70%);
  content: "";
  inset: -60% auto -60% -48%;
  pointer-events: none;
  position: absolute;
  transform: rotate(12deg);
  transition: left 420ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 42%;
  z-index: 0;
}

.button-primary {
  background: var(--cta-gradient);
  box-shadow:
    0 18px 42px rgba(255, 138, 0, 0.28),
    0 8px 22px rgba(240, 90, 0, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.42) inset,
    0 0 34px rgba(110, 220, 255, 0.14);
  color: var(--white);
  text-shadow: 0 1px 1px rgba(122, 58, 0, 0.22);
}

.button-primary,
.header-cta {
  color: var(--white);
}

.button-secondary {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(197, 228, 239, 0.78);
  box-shadow:
    0 10px 26px rgba(16, 42, 74, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  color: var(--dark-blue);
  font-weight: 700;
}

.button-xl {
  font-size: 1.02rem;
  min-height: 62px;
  min-width: 290px;
  padding: 0 34px;
  box-shadow:
    0 24px 56px rgba(255, 138, 0, 0.34),
    0 0 44px rgba(110, 220, 255, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.34) inset;
}

.button:active,
.header-cta:active,
.menu-toggle:active {
  transform: translateY(0) scale(0.985);
}

.button:focus-visible,
.header-cta:focus-visible,
.menu-toggle:focus-visible,
.mobile-menu a:focus-visible,
.nav-links a:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(40, 191, 203, 0.45);
  outline-offset: 4px;
}

@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .header-cta:hover,
  .menu-toggle:hover {
    filter: saturate(1.08) contrast(1.04);
    transform: translateY(-3px) scale(1.01);
  }

  .button-primary:hover,
  .header-cta:hover {
    box-shadow:
      0 22px 46px rgba(255, 138, 0, 0.28),
      0 0 0 1px rgba(255, 255, 255, 0.48) inset,
      0 0 44px rgba(110, 220, 255, 0.16);
  }

  .button-xl:hover {
    box-shadow:
      0 28px 64px rgba(255, 138, 0, 0.36),
      0 0 48px rgba(110, 220, 255, 0.16),
      0 1px 0 rgba(255, 255, 255, 0.42) inset;
  }

  .button-primary:hover::before,
  .header-cta:hover::before {
    left: 112%;
  }

  .button-secondary:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #F1FBFF 100%);
    border-color: rgba(40, 191, 203, 0.58);
    box-shadow:
      0 18px 38px rgba(7, 24, 39, 0.1),
      0 0 24px rgba(110, 220, 255, 0.14),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
  }

  .menu-toggle:hover {
    border-color: rgba(40, 191, 203, 0.42);
    box-shadow: 0 16px 34px rgba(7, 24, 39, 0.08);
  }
}

.hero {
  background: #F7FCFF;
  border: 1px solid rgba(255, 255, 255, 0.88);
  border-radius: 0 0 52px 52px;
  box-shadow:
    0 38px 120px rgba(16, 42, 74, 0.14),
    0 0 90px rgba(110, 220, 255, 0.10);
  display: grid;
  grid-template-columns: minmax(480px, 0.92fr) minmax(0, 1.08fr);
  isolation: isolate;
  margin: 0;
  max-width: none;
  min-height: clamp(700px, 94svh, 920px);
  overflow: hidden;
  padding: clamp(38px, 5vw, 84px) clamp(30px, 4vw, 72px) clamp(38px, 5vw, 84px) clamp(18px, 2.6vw, 48px);
  position: relative;
  width: 100%;
}

.hero::before {
  content: none;
  display: none;
}

.hero::after {
  content: none;
  display: none;
}

.hero-copy {
  align-self: center;
  animation: heroCopyIn 780ms cubic-bezier(0.22, 1, 0.36, 1) 90ms both;
  backdrop-filter: blur(14px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(247, 253, 255, 0.46));
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 28px;
  box-shadow:
    0 24px 70px rgba(16, 42, 74, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
  grid-column: 1 / 2;
  justify-self: start;
  max-width: 700px;
  padding: clamp(22px, 2.8vw, 34px);
  position: relative;
  z-index: 4;
}

.hero-copy h1 {
  font-size: clamp(3.35rem, 4.15vw, 4.28rem);
  line-height: 0.9;
  margin-bottom: 10px;
  max-width: none;
}

.hero-title-line {
  display: block;
  white-space: nowrap;
}

.hero-copy .eyebrow {
  color: #FF6A1A;
  text-shadow: 0 0 22px rgba(255, 138, 0, 0.22);
}

.eyebrow {
  color: var(--deep-orange);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

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

h1,
h2 {
  color: var(--navy);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-weight: 400;
  hyphens: none;
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(5.05rem, 6.4vw, 5.95rem);
  line-height: 0.88;
  margin-bottom: 22px;
}

h2 {
  font-size: 4.6rem;
  line-height: 0.94;
  margin-bottom: 22px;
}

h3 {
  color: var(--text);
  font-size: 1.45rem;
  hyphens: auto;
  line-height: 1.08;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}

.hero-text,
.section-heading p,
.test-header p {
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.55;
}

.hero-text {
  color: #3F5D70;
  font-size: 1.04rem;
  line-height: 1.5;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 16px;
}

.hero-actions .button-secondary {
  min-width: 158px;
}

.hero-actions .button {
  animation: heroButtonIn 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-actions .button:nth-child(1) {
  animation-delay: 260ms;
}

.hero-actions .button:nth-child(2) {
  animation-delay: 340ms;
}

.hero-drop-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-drop-proof div {
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(197, 228, 239, 0.86);
  border-radius: 18px;
  box-shadow: 0 16px 36px rgba(16, 42, 74, 0.06);
  min-width: 220px;
  padding: 14px 16px;
}

.hero-drop-proof strong {
  color: var(--text);
  display: block;
  font-size: 0.88rem;
  margin-bottom: 4px;
}

.hero-drop-proof span {
  color: var(--muted);
  font-size: 0.8rem;
}

.hero-media {
  animation: heroMediaIn 860ms cubic-bezier(0.22, 1, 0.36, 1) 160ms both;
  background:
    radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.82), transparent 24rem),
    linear-gradient(135deg, #EAF8FF 0%, #FFFFFF 46%, #EEF9FF 100%);
  border-radius: inherit;
  height: 100%;
  inset: 0;
  min-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.hero-media::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 78% 46%, rgba(110, 220, 255, 0.075), transparent 28rem);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.hero-media::before {
  content: none;
  display: none;
}

.hero-media picture {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1;
}

.hero-media img {
  filter: saturate(1.04) contrast(1.02);
  height: calc(100% + 56px);
  object-fit: cover;
  object-position: center top;
  padding: 0;
  position: relative;
  transform: translateY(clamp(-38px, -2vw, -18px));
  width: 100%;
  z-index: 1;
}

.section {
  margin: 0 auto;
  max-width: var(--max);
  padding: clamp(52px, 6vw, 96px) clamp(18px, 4vw, 34px);
  position: relative;
}

.section::before {
  background:
    radial-gradient(circle at center, rgba(110, 220, 255, 0.06), transparent 70%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.section > * {
  position: relative;
  z-index: 1;
}

.conversion-cta {
  align-items: center;
  background:
    radial-gradient(circle at 8% 0%, rgba(110, 220, 255, 0.18), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 253, 255, 0.94));
  border: 1px solid rgba(197, 228, 239, 0.9);
  border-radius: 30px;
  box-shadow: var(--surface-shadow-strong);
  display: flex;
  gap: clamp(18px, 3vw, 30px);
  justify-content: space-between;
  margin: clamp(20px, 3vw, 34px) auto;
  max-width: min(var(--panel-max), calc(100% - 68px));
  overflow: hidden;
  padding: clamp(20px, 3vw, 30px);
  position: relative;
}

.conversion-cta::before {
  background: linear-gradient(90deg, rgba(255, 138, 0, 0.78), rgba(110, 220, 255, 0.72));
  border-radius: 999px;
  content: "";
  height: 3px;
  left: clamp(20px, 3vw, 30px);
  position: absolute;
  right: clamp(20px, 3vw, 30px);
  top: 0;
}

.section + .conversion-cta {
  margin-top: clamp(12px, 2vw, 24px);
}

.conversion-cta + .section,
.conversion-cta + .mood-breaker {
  margin-top: clamp(12px, 2vw, 24px);
}

.conversion-cta.subtle {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(234, 247, 255, 0.9)),
    var(--white);
}

.conversion-cta.highlight {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 138, 0, 0.16), transparent 20rem),
    radial-gradient(circle at 84% 12%, rgba(110, 220, 255, 0.20), transparent 22rem),
    linear-gradient(135deg, #FFFFFF 0%, #EAF7FF 100%);
  border-color: rgba(255, 138, 0, 0.26);
}

.conversion-cta > div {
  min-width: 0;
}

.conversion-cta .eyebrow {
  margin-bottom: 8px;
}

.conversion-cta p:not(.eyebrow) {
  color: #486475;
  font-size: 1.04rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.cta-badge,
.drop-badge,
.move-badge {
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cta-badge {
  background: #FFF2E0;
  border: 1px solid var(--orange-highlight);
  color: #C94B00;
  margin-bottom: 12px;
  padding: 7px 10px;
}

.conversion-cta .button {
  flex: 0 0 auto;
  min-width: 210px;
}

.section-heading {
  max-width: 920px;
}

.section-heading.compact {
  margin-bottom: 40px;
}

.section-heading.split {
  align-items: end;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 0.72fr);
  margin-bottom: 34px;
  max-width: none;
}

.product-grid,
.function-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 38px;
}

.product-grid article,
.function-grid article,
.flavor-card {
  background: var(--card);
  border: 1px solid rgba(197, 228, 239, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--surface-shadow);
}

.product-grid article,
.function-grid article {
  min-height: 190px;
  padding: 30px;
  transition:
    border-color 220ms ease,
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.product-grid p,
.function-grid p,
.flavor-content p {
  color: var(--muted);
}

.product-section {
  max-width: var(--max);
  padding-bottom: clamp(34px, 4vw, 50px);
}

.product-section + .moments-section {
  padding-top: clamp(34px, 4vw, 50px);
}

.product-layout {
  align-items: start;
  display: grid;
  gap: clamp(30px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
}

.product-copy {
  position: sticky;
  top: 100px;
}

.refreshment-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.refreshment-chips span {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  padding: 10px 12px;
}

.refreshment-chips span:nth-child(1) {
  background: #EAF7FF;
  border-color: var(--baby-blue);
  color: var(--dark-blue);
}

.refreshment-chips span:nth-child(2) {
  background: #FFF2E0;
  border-color: var(--orange-highlight);
  color: #C94B00;
}

.refreshment-chips span:nth-child(3) {
  background: var(--white);
  border-color: var(--cyan);
  color: var(--dark-blue);
}

.refreshment-chips span:nth-child(4) {
  background: var(--white);
  border-color: var(--orange-highlight);
  color: #C94B00;
}

.product-bento {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
}

.product-feature {
  background:
    radial-gradient(circle at 86% 0%, rgba(110, 220, 255, 0.18), transparent 16rem),
    linear-gradient(180deg, #FFFFFF 0%, #ECF9FF 100%);
  min-height: 260px;
  overflow: hidden;
  position: relative;
}

.product-feature::after {
  background:
    radial-gradient(circle at 88% 0%, rgba(110, 220, 255, 0.18), transparent 40%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.54), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.product-feature.wide {
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 138, 0, 0.14), transparent 18rem),
    linear-gradient(135deg, #FFFFFF 0%, #FFF4E5 42%, #EAF7FF 100%);
  grid-column: 1 / -1;
  min-height: 178px;
}

.moments-section {
  max-width: var(--max);
  padding-bottom: clamp(34px, 4vw, 50px);
  padding-top: clamp(34px, 4vw, 50px);
}

.moments-section + .function-section {
  padding-top: clamp(34px, 4vw, 50px);
}

.moments-grid {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.moment-card {
  align-items: flex-start;
  background:
    radial-gradient(circle at 18% 12%, rgba(191, 239, 255, 0.28), transparent 42%),
    linear-gradient(180deg, #FFFFFF 0%, #EAF7FF 100%);
  border: 1px solid rgba(197, 228, 239, 0.92);
  border-radius: var(--radius);
  box-shadow: var(--surface-shadow);
  display: flex;
  flex-direction: column;
  min-height: 230px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition:
    border-color 220ms ease,
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.moment-card::before {
  background: linear-gradient(90deg, var(--orange) 0%, var(--cyan) 100%);
  content: "";
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
}

.moment-card p {
  color: var(--muted);
}

.feature-mark,
.benefit-label {
  background: var(--white);
  border: 1px solid rgba(197, 228, 239, 0.92);
  border-radius: 999px;
  color: var(--cyan);
  display: inline-flex;
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 34px;
  padding: 9px 13px;
}

.moment-card .feature-mark {
  flex: 0 0 auto;
  margin-top: 0;
  margin-bottom: 28px;
}

.flavors-section {
  max-width: var(--max);
  padding-bottom: clamp(18px, 2.5vw, 32px);
}

.flavors-section + .test-section {
  padding-top: clamp(12px, 2vw, 24px);
}

.flavor-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flavor-card {
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.92);
  box-shadow:
    0 26px 74px rgba(16, 42, 74, 0.09),
    0 0 38px rgba(110, 220, 255, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transition:
    transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 260ms ease;
}

.flavor-card::before {
  content: none;
  display: none;
  height: 3px;
  left: 24px;
  opacity: 0.72;
  position: absolute;
  right: 24px;
  top: 0;
  z-index: 3;
}

.flavor-card.peach {
  --accent: var(--flavor-peach-aqua);
  --accent-2: var(--flavor-peach-coral);
  --accent-soft: rgba(40, 191, 203, 0.16);
  --accent-shadow: rgba(40, 191, 203, 0.28);
  --chip-bg: #FFF0EA;
  --chip-border: #FFBCA8;
  --chip-text: #C84F38;
  --image-position: 50% 49%;
  --image-zoom: 1.12;
  background:
    radial-gradient(circle at 24% 0%, rgba(40, 191, 203, 0.12), transparent 16rem),
    linear-gradient(180deg, #FFFFFF 0%, #F4FDFF 100%);
}

.flavor-card.lemon-lime {
  --accent: var(--flavor-lime);
  --accent-2: var(--flavor-purple);
  --accent-soft: rgba(183, 230, 0, 0.14);
  --accent-shadow: rgba(183, 230, 0, 0.24);
  --chip-bg: #F1FFD1;
  --chip-border: #B7E600;
  --chip-text: #4B6900;
  --image-position: 50% 49%;
  --image-zoom: 1.12;
  background:
    radial-gradient(circle at 24% 0%, rgba(183, 230, 0, 0.12), transparent 16rem),
    linear-gradient(180deg, #FFFFFF 0%, #FAFFF0 100%);
}

.flavor-card.orange {
  --accent: var(--flavor-orange);
  --accent-2: var(--flavor-orange-blue);
  --accent-soft: rgba(255, 138, 0, 0.16);
  --accent-shadow: rgba(255, 138, 0, 0.34);
  --chip-bg: #FFF2E0;
  --chip-border: #FFB347;
  --chip-text: #C94B00;
  --image-position: 50% 50%;
  --image-zoom: 1.04;
  background:
    radial-gradient(circle at 24% 0%, rgba(255, 138, 0, 0.12), transparent 16rem),
    linear-gradient(180deg, #FFFFFF 0%, #FFF8EF 100%);
}

.flavor-card.peach:hover {
  box-shadow:
    0 36px 96px rgba(16, 42, 74, 0.12),
    0 0 50px rgba(110, 220, 255, 0.08);
}

.flavor-card.lemon-lime:hover {
  box-shadow:
    0 36px 96px rgba(16, 42, 74, 0.12),
    0 0 50px rgba(110, 220, 255, 0.08);
}

.flavor-card.orange:hover {
  box-shadow:
    0 36px 96px rgba(16, 42, 74, 0.12),
    0 0 50px rgba(110, 220, 255, 0.08);
}

@media (hover: hover) and (pointer: fine) {
  .product-grid article:hover,
  .function-grid article:hover,
  .moment-card:hover {
    border-color: rgba(110, 220, 255, 0.52);
    box-shadow:
      0 24px 58px rgba(16, 42, 74, 0.09),
      0 0 30px rgba(110, 220, 255, 0.12),
      0 1px 0 rgba(255, 255, 255, 0.86) inset;
    transform: translateY(-3px);
  }

  .flavor-card:hover {
    border-color: rgba(255, 255, 255, 1);
    box-shadow:
      0 36px 96px rgba(16, 42, 74, 0.12),
      0 0 50px rgba(110, 220, 255, 0.08);
    transform: translateY(-6px);
  }

  .flavor-card:hover .flavor-image img {
    transform: scale(calc(var(--image-zoom, 1.08) + 0.025));
  }
}

.flavor-image {
  aspect-ratio: 4 / 5;
  background-color: var(--white);
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.92), transparent 38%),
    radial-gradient(circle at 50% 90%, var(--accent-soft), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 252, 255, 0.98));
  border-bottom: 1px solid rgba(215, 234, 244, 0.8);
  overflow: hidden;
  position: relative;
}

.flavor-image::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), transparent 24%),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.58), transparent 8rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.12));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.flavor-image img {
  filter: saturate(1.07) contrast(1.04);
  height: 100%;
  object-fit: cover;
  object-position: var(--image-position, center);
  padding: 0;
  transform: scale(var(--image-zoom, 1.08));
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.flavor-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 25px;
}

.flavor-kicker {
  color: var(--accent);
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 3rem;
  line-height: 0.9;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 18px;
}

.tags span {
  align-items: center;
  background: var(--chip-bg, #FFFFFF);
  border: 1px solid var(--chip-border, #D7EAF4);
  border-radius: 999px;
  color: var(--chip-text, #102033);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.18;
  max-width: 100%;
  padding: 8px 11px;
  white-space: normal;
}

.mood-breaker {
  align-items: center;
  background:
    radial-gradient(circle at 14% 12%, rgba(255, 138, 0, 0.10), transparent 22rem),
    radial-gradient(circle at 72% 0%, rgba(110, 220, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, #FFFFFF 0%, #EAF7FF 100%);
  border: 1px solid rgba(197, 228, 239, 0.9);
  border-radius: 36px;
  box-shadow: var(--surface-shadow-strong);
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
  margin: clamp(24px, 4vw, 46px) auto;
  max-width: min(var(--panel-max), calc(100% - 68px));
  overflow: hidden;
  padding: clamp(18px, 3vw, 28px);
  position: relative;
}

.mood-breaker::after {
  display: none;
}

.mood-breaker > img {
  border-radius: 24px;
  height: auto;
  object-fit: contain;
  object-position: center;
  position: static;
  width: 100%;
  box-shadow: 0 18px 42px rgba(16, 42, 74, 0.10);
}

.mood-breaker-copy {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.mood-breaker-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.5;
}

.benefits-visual-section {
  max-width: var(--max);
  padding-top: clamp(30px, 4vw, 62px);
  padding-bottom: clamp(24px, 3vw, 42px);
}

.benefits-visual-panel {
  background:
    radial-gradient(circle at 16% 10%, rgba(191, 239, 255, 0.34), transparent 24rem),
    radial-gradient(circle at 88% 0%, rgba(255, 138, 0, 0.08), transparent 18rem),
    linear-gradient(180deg, #FFFFFF 0%, #EAF7FF 100%);
  border: 1px solid rgba(197, 228, 239, 0.92);
  border-radius: 36px;
  box-shadow: var(--surface-shadow-strong);
  overflow: hidden;
  padding: clamp(24px, 4vw, 52px);
}

.benefits-infographic {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: 0 24px 58px rgba(7, 24, 39, 0.09);
  margin: 0 auto;
  max-width: 820px;
  overflow: hidden;
}

.benefits-infographic img {
  height: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .benefits-infographic {
    transition: box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1), transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .benefits-infographic:hover {
    box-shadow: 0 28px 70px rgba(7, 24, 39, 0.12);
    transform: translateY(-2px);
  }
}

.function-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.function-section {
  padding-bottom: clamp(30px, 4vw, 58px);
}

.function-section + .benefits-visual-section {
  padding-top: clamp(24px, 3vw, 48px);
}

.icon {
  align-items: center;
  background: linear-gradient(135deg, #FFFFFF 0%, #EAF7FF 100%);
  border: 1px solid var(--line);
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(16, 42, 74, 0.08);
  color: var(--dark-blue);
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 900;
  height: 60px;
  justify-content: center;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  width: 60px;
}

.icon-number {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.icon-symbol {
  font-size: 1.45rem;
}

.function-grid article:nth-child(2) .icon-symbol {
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.86;
}

.function-grid article:nth-child(1) .icon {
  color: var(--orange);
}

.function-grid article:nth-child(2) .icon {
  color: var(--cyan);
}

.function-grid article:nth-child(3) .icon {
  color: var(--dark-blue);
}

.function-grid article:nth-child(4) .icon {
  color: #4B6900;
}

.function-grid article {
  overflow: hidden;
  position: relative;
}

.function-grid article::before {
  background: linear-gradient(90deg, var(--orange) 0%, var(--cyan) 100%);
  content: "";
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
}

.function-grid article:nth-child(even) {
  transform: none;
}

.comparison-section {
  max-width: var(--max);
  padding-bottom: clamp(24px, 3vw, 44px);
}

.conversion-cta + .comparison-section {
  margin-top: clamp(8px, 1.5vw, 18px);
  padding-top: clamp(24px, 3vw, 42px);
}

.comparison-table {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 18px 52px rgba(16, 42, 74, 0.08);
  overflow: hidden;
}

.comparison-row {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr repeat(3, 0.8fr);
}

.comparison-row > div {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  color: var(--muted);
  min-height: 70px;
  padding: 18px;
}

.comparison-row > div:first-child,
.comparison-row.header > div {
  color: var(--text);
  font-weight: 700;
}

.comparison-row > div:last-child {
  border-right: 0;
}

.comparison-row:last-child > div {
  border-bottom: 0;
}

.move-row > div {
  background: linear-gradient(135deg, #FFFFFF 0%, #EAF7FF 72%, #FFF2E0 100%);
  color: var(--text);
  font-weight: 700;
}

.move-row > div:first-child {
  box-shadow: inset 4px 0 0 var(--orange);
  font-weight: 700;
}

.move-badge {
  background: #FFF2E0;
  border: 1px solid var(--orange-highlight);
  color: #C94B00;
  margin: 0 0 10px;
  padding: 6px 9px;
  width: fit-content;
}

.move-row-copy {
  color: var(--muted);
  display: block;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

.comparison-cards {
  display: none;
}

.test-section {
  max-width: var(--max);
  padding-bottom: clamp(30px, 4vw, 48px);
}

.test-section + .product-section {
  padding-top: clamp(30px, 4vw, 48px);
}

.test-shell {
  align-items: stretch;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 138, 0, 0.16), transparent 22rem),
    radial-gradient(circle at 84% 0%, rgba(110, 220, 255, 0.28), transparent 24rem),
    linear-gradient(135deg, #FFFFFF 0%, #EEF9FF 100%);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 42px;
  box-shadow:
    0 40px 120px rgba(16, 42, 74, 0.16),
    0 0 60px rgba(110, 220, 255, 0.12);
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  overflow: hidden;
  padding: clamp(26px, 4vw, 48px);
  position: relative;
}

.test-shell::before {
  content: none;
  display: none;
  border-radius: 999px;
  height: 4px;
  left: clamp(22px, 4vw, 44px);
  opacity: 0.82;
  position: absolute;
  right: clamp(22px, 4vw, 44px);
  top: 0;
}

.test-visual {
  align-self: stretch;
  display: grid;
  gap: clamp(22px, 3vw, 32px);
  grid-template-rows: auto 1fr;
  min-width: 0;
}

.test-header {
  margin-bottom: 0;
  max-width: 760px;
}

.drop-badge {
  background: linear-gradient(135deg, #FFF8EE, #FFE1B8);
  border: 1px solid var(--orange-highlight);
  color: #C94B00;
  margin-bottom: 18px;
  padding: 8px 12px;
}

.drop-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.drop-benefits span {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(197, 228, 239, 0.92);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(16, 42, 74, 0.045);
  color: #315367;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 9px 12px;
}

.test-body {
  align-items: start;
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.test-image {
  align-self: start;
  aspect-ratio: 16 / 9;
  background:
    radial-gradient(circle at 30% 50%, rgba(255, 138, 0, 0.10), transparent 36%),
    radial-gradient(circle at 62% 45%, rgba(191, 239, 255, 0.26), transparent 42%),
    var(--white);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 26px;
  box-shadow:
    0 22px 54px rgba(16, 42, 74, 0.12),
    0 0 34px rgba(110, 220, 255, 0.12);
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.test-image::before {
  background: url("assets/effects/cold-mist.png") center / cover no-repeat;
  content: "";
  inset: 0;
  mix-blend-mode: screen;
  opacity: 0.07;
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.test-image img {
  filter: saturate(1.04) contrast(1.015);
  height: 100%;
  object-fit: cover;
  object-position: center;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.interest-form {
  align-content: start;
  align-self: start;
  backdrop-filter: blur(20px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 254, 255, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 30px;
  box-shadow:
    0 28px 80px rgba(16, 42, 74, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  display: grid;
  gap: 8px;
  margin-top: 0;
  padding: clamp(22px, 3.2vw, 34px);
  position: relative;
  width: 100%;
}

.interest-form::before {
  content: none;
  display: none;
  border-radius: 999px;
  height: 3px;
  left: 24px;
  position: absolute;
  right: 24px;
  top: 0;
}

.interest-form .button[type="submit"] {
  font-size: 1rem;
  letter-spacing: 0.01em;
  min-height: 52px;
  padding: 16px 22px;
  white-space: nowrap;
  width: 100%;
}

.form-intro {
  margin-bottom: 6px;
}

.form-intro h3 {
  font-size: 1.7rem;
  margin-bottom: 6px;
}

.form-intro p {
  color: var(--muted);
  margin-bottom: 0;
}

.form-badge-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.form-access-badge,
.form-limit-badge {
  align-items: center;
  background: #FFF2E0;
  border: 1px solid var(--orange-highlight);
  border-radius: 999px;
  color: #C94B00;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 7px 10px;
}

.form-limit-badge {
  letter-spacing: 0.04em;
}

.interest-form label {
  color: #4E6677;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.18;
}

input,
select,
textarea {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 253, 255, 0.98));
  border: 1px solid rgba(197, 228, 239, 0.88);
  border-radius: 16px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  color: var(--text);
  font: inherit;
  margin-bottom: 6px;
  min-height: 50px;
  padding: 13px 15px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
  width: 100%;
}

input:hover,
select:hover,
textarea:hover {
  border-color: rgba(111, 197, 220, 0.52);
}

textarea {
  min-height: 118px;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--cyan);
  box-shadow:
    0 0 0 4px rgba(110, 220, 255, 0.24),
    0 12px 28px rgba(16, 42, 74, 0.06);
  outline: 0;
}

.form-consent {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.58);
  border: 1px solid rgba(197, 228, 239, 0.72);
  border-radius: 16px;
  display: flex;
  gap: 10px;
  margin: 2px 0 6px;
  padding: 12px 13px;
}

.form-consent input[type="checkbox"] {
  appearance: auto;
  accent-color: var(--orange);
  box-shadow: none;
  flex: 0 0 auto;
  height: 17px;
  margin: 2px 0 0;
  min-height: 0;
  padding: 0;
  width: 17px;
}

.form-consent span {
  color: #526B7D;
  font-size: 0.76rem;
  font-weight: 500;
  line-height: 1.42;
}

.form-consent a {
  color: var(--dark-blue);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.form-note {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 8px 0 0;
  opacity: 0.72;
}

.form-status {
  color: #168194;
  font-size: 0.88rem;
  font-weight: 900;
  margin: 0;
  min-height: 1.4em;
}

.form-balance-card {
  display: none;
}

.form-balance-card div {
  background:
    linear-gradient(135deg, rgba(234, 247, 255, 0.82), rgba(255, 242, 224, 0.42));
  border: 1px solid rgba(197, 228, 239, 0.82);
  border-radius: 18px;
  padding: 14px 15px;
}

.form-balance-card strong {
  color: var(--text);
  display: block;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.15;
  margin-bottom: 5px;
}

.form-balance-card span {
  color: var(--muted);
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
}

.survey-page {
  min-height: 100vh;
}

.survey-header {
  gap: 14px;
}

.survey-header .header-cta {
  flex: 0 0 auto;
}

.survey-main {
  display: grid;
  min-height: calc(100vh - 72px);
  padding: clamp(34px, 7vw, 82px) clamp(18px, 4vw, 34px);
  place-items: center;
}

.survey-shell {
  background:
    radial-gradient(circle at 14% 0%, rgba(191, 239, 255, 0.38), transparent 23rem),
    radial-gradient(circle at 100% 16%, rgba(255, 179, 71, 0.12), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 254, 255, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: clamp(24px, 5vw, 34px);
  box-shadow:
    0 30px 90px rgba(16, 42, 74, 0.105),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  max-width: 820px;
  overflow: hidden;
  padding: clamp(28px, 6vw, 54px);
  position: relative;
  width: min(100%, 820px);
}

.survey-shell::before {
  background: linear-gradient(90deg, var(--brand-cyan), var(--brand-orange));
  content: "";
  height: 4px;
  left: clamp(28px, 6vw, 54px);
  opacity: 0.88;
  position: absolute;
  right: clamp(28px, 6vw, 54px);
  top: 0;
}

.survey-copy {
  margin-bottom: clamp(28px, 5vw, 42px);
  text-align: center;
}

.survey-copy h1 {
  font-size: clamp(3.25rem, 13vw, 5.55rem);
  line-height: 0.9;
  margin: 0 auto 14px;
  max-width: 720px;
}

.survey-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 2.8vw, 1.12rem);
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.survey-form {
  display: grid;
  gap: clamp(20px, 4vw, 26px);
}

.survey-question {
  border: 0;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.survey-question legend {
  color: var(--text);
  font-size: clamp(1rem, 2.7vw, 1.08rem);
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 2px;
  padding: 0;
  width: 100%;
}

.survey-options {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.survey-option {
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 252, 255, 0.86));
  border: 1px solid rgba(197, 228, 239, 0.88);
  border-radius: 18px;
  box-shadow:
    0 10px 24px rgba(16, 42, 74, 0.04),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 54px;
  overflow: hidden;
  padding: 0 14px;
  position: relative;
  text-align: center;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.survey-option input {
  cursor: pointer;
  height: 100%;
  inset: 0;
  margin: 0;
  min-height: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.survey-option span {
  color: var(--dark-blue);
  font-size: 0.94rem;
  font-weight: 720;
  line-height: 1.15;
  position: relative;
  z-index: 1;
}

.survey-option:hover {
  border-color: rgba(110, 220, 255, 0.78);
  box-shadow:
    0 14px 28px rgba(16, 42, 74, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.survey-option.is-selected,
.survey-option:has(input:checked) {
  background:
    linear-gradient(180deg, rgba(225, 248, 255, 0.98), rgba(255, 246, 233, 0.96));
  border-color: rgba(255, 138, 0, 0.62);
  box-shadow:
    0 16px 34px rgba(255, 138, 0, 0.11),
    0 0 0 3px rgba(110, 220, 255, 0.22);
}

.survey-option.is-selected span,
.survey-option:has(input:checked) span {
  color: #102A4A;
  font-weight: 800;
}

.survey-submit {
  justify-self: stretch;
  margin-top: 2px;
  min-height: 54px;
  white-space: nowrap;
  width: 100%;
}

.survey-submit:disabled {
  box-shadow:
    0 10px 24px rgba(16, 42, 74, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  cursor: not-allowed;
  filter: saturate(0.62);
  opacity: 0.48;
  text-shadow: none;
}

.survey-status {
  color: #168194;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
  margin: -8px 0 0;
  min-height: 1.3em;
  text-align: center;
}

.survey-status.is-error {
  color: #B44700;
}

.survey-success {
  display: grid;
  gap: 16px;
  justify-items: center;
  padding: clamp(8px, 2vw, 16px) 0;
  text-align: center;
}

.survey-success[hidden] {
  display: none;
}

.survey-success h2 {
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: clamp(3.1rem, 12vw, 5rem);
  font-weight: 900;
  line-height: 0.92;
  margin: 0;
  max-width: 620px;
}

.survey-success p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 650;
  line-height: 1.5;
  margin: 0 auto 4px;
  max-width: 520px;
}

.survey-success .button {
  min-height: 54px;
  min-width: min(100%, 240px);
}

@media (min-width: 680px) {
  .survey-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .survey-options.compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.site-footer {
  align-items: start;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.70), rgba(247, 252, 255, 0.92));
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr auto minmax(260px, 0.7fr);
  padding: 38px clamp(18px, 4vw, 54px);
}

.site-footer strong {
  color: var(--text);
  display: block;
  font-family: "Bebas Neue", "Arial Narrow", Impact, sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}

.site-footer nav {
  display: flex;
  gap: 16px;
}

.site-footer a {
  color: rgba(82, 107, 125, 0.82);
  font-size: 0.84rem;
  font-weight: 650;
  letter-spacing: 0;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.site-footer a:hover {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: rgba(110, 220, 255, 0.62);
  text-underline-offset: 4px;
}

.footer-note {
  font-size: 0.88rem;
  margin: 0;
}

.legal-page {
  min-height: 100vh;
}

.legal-main {
  margin: 0 auto;
  max-width: 980px;
  padding: clamp(56px, 8vw, 96px) clamp(18px, 4vw, 34px);
}

.legal-hero {
  margin-bottom: 24px;
}

.legal-back {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 900;
  margin-bottom: 28px;
  padding: 11px 15px;
}

.legal-hero h1 {
  font-size: clamp(3rem, 8vw, 5.8rem);
  margin-bottom: 18px;
}

.legal-hero p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
  max-width: 760px;
}

.legal-shell {
  display: grid;
  gap: 16px;
}

.legal-card {
  background:
    radial-gradient(circle at 12% 0%, rgba(191, 239, 255, 0.24), transparent 22rem),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 26px;
  box-shadow: 0 18px 52px rgba(16, 42, 74, 0.07);
  padding: clamp(24px, 4vw, 38px);
}

.legal-card h2 {
  font-family: Inter, Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.14rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  margin-bottom: 12px;
  text-transform: none;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.65;
}

.legal-card p:last-child,
.legal-card ul:last-child {
  margin-bottom: 0;
}

.legal-detail-list {
  background: rgba(234, 247, 255, 0.7);
  border: 1px solid var(--line);
  border-radius: 18px;
  color: var(--text);
  display: grid;
  gap: 6px;
  line-height: 1.55;
  margin: 12px 0 0;
  padding: 16px;
}

.legal-card ul {
  margin: 10px 0 0;
  padding-left: 20px;
}

.legal-note {
  background: #FFF2E0;
  border-color: rgba(255, 179, 71, 0.8);
}

.legal-note p {
  color: #7A3A00;
  font-weight: 800;
}

.reveal-on-scroll {
  --reveal-delay: 0ms;
  --reveal-final-y: 0px;
  --reveal-scale: 1;
  opacity: 0;
  transform: translate3d(0, calc(var(--reveal-final-y) + 18px), 0) scale(var(--reveal-scale));
  transition:
    opacity 640ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translate3d(0, var(--reveal-final-y), 0) scale(1);
}

.benefits-infographic.reveal-on-scroll {
  --reveal-scale: 0.98;
}

.function-grid article:nth-child(even).reveal-on-scroll {
  --reveal-final-y: 0px;
}

@media (max-width: 1080px) {
  .function-grid article:nth-child(even).reveal-on-scroll {
    --reveal-final-y: 0px;
  }
}

@keyframes heroCopyIn {
  from {
    opacity: 0;
    transform: translate3d(-10px, 14px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroMediaIn {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0) scale(0.99);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes heroButtonIn {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 761px) and (max-width: 1240px) {
  .hero-media img {
    transform: translateY(clamp(-40px, -2.2vw, -20px)) scale(1.07);
    transform-origin: center top;
  }
}

@media (min-width: 901px) and (max-width: 1240px) {
  .hero-media img {
    left: 50%;
    max-width: none;
    transform: translateX(-50%) translateY(clamp(-40px, -2.2vw, -20px)) scale(1.09);
    width: calc(100% + 12px);
  }
}

@media (min-width: 901px) {
  .interest-form {
    gap: 8px;
  }

  .form-intro {
    margin-bottom: 8px;
  }

  .form-badge-row {
    margin-bottom: 12px;
  }

  .interest-form label {
    margin-bottom: 0;
  }

  .interest-form input,
  .interest-form select,
  .interest-form textarea {
    margin-bottom: 7px;
    min-height: 50px;
    padding: 13px 15px;
  }

  .interest-form .button[type="submit"] {
    font-size: 1rem;
    margin-top: 6px;
    min-height: 52px;
    padding: 16px 22px;
  }

  .interest-form .button[type="submit"] + .form-note {
    margin-top: 10px;
  }
}

@media (min-width: 1081px) {
  .test-shell {
    grid-template-areas:
      "test-header test-form"
      "test-image test-support";
    grid-template-rows: auto minmax(280px, 1fr);
  }

  .test-visual {
    display: contents;
  }

  .test-header {
    grid-area: test-header;
  }

  .test-image {
    align-self: stretch;
    grid-area: test-image;
    height: 100%;
    min-height: 280px;
  }

  .interest-form {
    align-self: start;
    grid-area: test-form;
  }

  .form-balance-card {
    align-content: center;
    align-self: stretch;
    background:
      radial-gradient(circle at 18% 16%, rgba(255, 138, 0, 0.09), transparent 15rem),
      linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(234, 247, 255, 0.84));
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 30px;
    box-shadow:
      0 22px 54px rgba(16, 42, 74, 0.08),
      inset 0 1px 0 rgba(255, 255, 255, 0.84);
    display: grid;
    gap: 12px;
    grid-area: test-support;
    grid-template-columns: 1fr;
    padding: clamp(22px, 3vw, 30px);
  }
}

@media (max-width: 1080px) {
  .product-layout,
  .test-shell,
  .test-body,
  .section-heading.split {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: clamp(20px, 4vw, 34px);
    grid-template-columns: minmax(0, 1fr);
    min-height: clamp(640px, 90svh, 840px);
    padding-top: clamp(22px, 6vw, 40px);
  }

  .hero-copy {
    max-width: min(680px, 78vw);
  }

  .hero-media {
    height: 100%;
    inset: 0;
    justify-self: stretch;
    margin-right: 0;
    order: 0;
    width: 100%;
  }

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

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

  .product-copy {
    position: static;
  }

  .function-grid article:nth-child(even) {
    transform: none;
  }

  .flavor-grid {
    grid-template-columns: 1fr;
  }

  .flavor-card {
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  }

  .mood-breaker {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    display: none;
  }

  .comparison-cards {
    display: grid;
    gap: 14px;
  }

  .comparison-cards article {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(16, 42, 74, 0.06);
    padding: 22px;
  }

  .comparison-cards span {
    color: var(--text);
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .comparison-cards p {
    color: var(--muted);
    margin: 0;
  }

  .comparison-cards .move-card {
    background: linear-gradient(135deg, #FFFFFF 0%, #EAF7FF 72%, #FFF2E0 100%);
    border-color: rgba(255, 138, 0, 0.22);
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (min-width: 981px) and (max-width: 1080px) {
  .hero {
    align-items: center;
    gap: clamp(22px, 3vw, 34px);
    grid-template-columns: minmax(470px, 0.92fr) minmax(0, 1.08fr);
    min-height: clamp(660px, 92svh, 840px);
    padding-bottom: clamp(34px, 4vw, 54px);
    padding-top: clamp(30px, 4vw, 52px);
  }

  .hero-copy {
    max-width: none;
  }

  .hero-media {
    height: 100%;
    inset: 0;
    order: 0;
    width: 100%;
  }

  h1 {
    font-size: clamp(4.6rem, 7vw, 5.25rem);
  }

  .hero-copy h1 {
    font-size: clamp(3.18rem, 4.7vw, 3.65rem);
  }
}

@media (max-width: 900px) {
  .site-header {
    gap: 12px;
    padding-left: 18px;
    padding-right: 18px;
    transition:
      transform 220ms cubic-bezier(0.22, 1, 0.36, 1),
      background-color 180ms ease,
      box-shadow 180ms ease;
    will-change: transform;
  }

  .site-header.is-header-hidden:not(.is-menu-open) {
    transform: translateY(calc(-100% - 10px));
  }

  .nav-links {
    display: none;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-cta-prefix {
    display: none;
  }

  .header-cta {
    order: 2;
  }

  .hero {
    border-radius: 0 0 34px 34px;
    gap: 24px;
    min-height: clamp(600px, 88svh, 780px);
    padding-bottom: clamp(24px, 4vw, 36px);
    padding-top: 30px;
  }

  .hero-media {
    height: 100%;
    inset: 0;
    min-height: 0;
    width: 100%;
  }

  h1 {
    font-size: clamp(4.05rem, 9.5vw, 4.8rem);
  }

  .menu-toggle {
    background: rgba(255, 255, 255, 0.55);
    border-color: rgba(215, 234, 244, 0.75);
    box-shadow: none;
    color: var(--muted);
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 750;
    gap: 7px;
    min-height: 40px;
    order: 1;
    padding: 0 11px;
  }

  .menu-toggle-icon {
    gap: 3px;
    width: 15px;
  }

  .menu-toggle-icon span {
    height: 1.5px;
    transform-origin: center;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .site-header.is-menu-open .menu-toggle-icon span:nth-child(1) {
    transform: translateY(4.5px) rotate(45deg);
  }

  .site-header.is-menu-open .menu-toggle-icon span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-menu-open .menu-toggle-icon span:nth-child(3) {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .mobile-menu {
    background:
      radial-gradient(circle at 86% 12%, rgba(255, 138, 0, 0.055), transparent 15rem),
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(234, 247, 255, 0.94));
    border: 1px solid rgba(215, 234, 244, 0.82);
    border-radius: 22px;
    box-shadow: 0 16px 42px rgba(16, 42, 74, 0.10);
    display: grid;
    gap: 4px;
    left: 14px;
    opacity: 0;
    padding: 12px;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: calc(100% + 8px);
    transform: translate3d(0, -8px, 0) scale(0.98);
    transition:
      opacity 180ms ease,
      transform 180ms ease,
      visibility 180ms ease;
    visibility: hidden;
  }

  .site-header.is-menu-open .mobile-menu {
    opacity: 1;
    pointer-events: auto;
    transform: translate3d(0, 0, 0) scale(1);
    visibility: visible;
  }

  .mobile-menu a {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 14px;
    color: var(--muted);
    display: flex;
    font-size: 0.95rem;
    font-weight: 650;
    justify-content: space-between;
    letter-spacing: 0.01em;
    min-height: 46px;
    padding: 0 14px;
  }

  .mobile-menu a:not(.mobile-menu-cta):hover {
    background: rgba(255, 255, 255, 0.58);
    border-color: rgba(215, 234, 244, 0.55);
    color: var(--text);
  }

  .mobile-menu-cta {
    background: var(--cta-gradient);
    box-shadow: 0 10px 24px rgba(255, 138, 0, 0.16);
    color: var(--white) !important;
    font-weight: 800 !important;
    justify-content: center !important;
    margin-top: 4px;
    min-height: 46px;
  }
}

@media (max-width: 760px) {
  body::after {
    opacity: 0.02;
  }

  .hero-copy {
    animation-duration: 560ms;
    animation-delay: 40ms;
    display: contents;
  }

  .hero-copy .eyebrow {
    align-self: end;
    color: #FF8A00;
    font-size: 0.83rem;
    letter-spacing: 0.14em;
    margin-bottom: 11px;
    order: 1;
    position: relative;
    text-shadow:
      0 0 18px rgba(255, 138, 0, 0.42),
      0 1px 20px rgba(255, 255, 255, 0.88);
    z-index: 4;
  }

  .hero-copy h1 {
    font-size: clamp(2.24rem, 9.25vw, 2.62rem);
    line-height: 0.94;
    max-width: 100%;
    margin-bottom: 0;
    order: 2;
    position: relative;
    text-shadow: 0 1px 24px rgba(255, 255, 255, 0.82);
    z-index: 4;
  }

  .hero-media {
    animation-duration: 600ms;
    animation-delay: 80ms;
  }

  .hero-text {
    backdrop-filter: blur(14px);
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 247, 235, 0.66));
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-left: 3px solid rgba(255, 138, 0, 0.72);
    border-radius: 18px;
    box-shadow:
      0 14px 34px rgba(16, 42, 74, 0.07),
      inset 0 1px 0 rgba(255, 255, 255, 0.72);
    color: #37566A;
    font-size: 0.95rem;
    line-height: 1.48;
    margin-top: clamp(16px, 3.6svh, 30px);
    max-width: 100%;
    order: 4;
    padding: 14px 15px 14px 17px;
    position: relative;
    z-index: 4;
  }

  .hero-actions .button {
    animation-duration: 520ms;
  }

  .reveal-on-scroll {
    transform: translate3d(0, calc(var(--reveal-final-y) + 12px), 0) scale(var(--reveal-scale));
    transition-duration: 500ms;
  }

  .site-header {
    gap: 14px;
  }

  .nav-links {
    display: none;
  }

  .header-cta {
    min-height: 44px;
    padding: 0 14px;
  }

  .hero {
    align-content: start;
    gap: 0;
    grid-template-columns: 1fr;
    min-height: 100svh;
    padding: clamp(430px, 69svh, 670px) clamp(16px, 4.5vw, 24px) 30px;
  }

  .hero::before {
    content: none;
    display: none;
  }

  .hero::after {
    content: none;
    display: none;
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 3rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 28px;
    order: 5;
    position: relative;
    z-index: 4;
  }

  .button-xl {
    min-width: 0;
    width: 100%;
  }

  .section {
    padding-bottom: clamp(48px, 10vw, 76px);
    padding-top: clamp(48px, 10vw, 76px);
  }

  .conversion-cta {
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    margin: clamp(18px, 6vw, 28px) auto;
    max-width: calc(100% - 28px);
    padding: 20px;
  }

  .conversion-cta .button {
    min-width: 0;
    width: 100%;
  }

  .hero-media {
    aspect-ratio: auto;
    border-radius: 0 0 34px 34px;
    box-shadow: none;
    height: 100svh;
    inset: 0;
    max-height: none;
    min-height: 0;
    order: 0;
    padding: 0;
    width: 100%;
  }

  .hero-media::after {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.04)),
      radial-gradient(circle at 78% 46%, rgba(110, 220, 255, 0.075), transparent 28rem);
    content: "";
    display: block;
  }

  .hero-media img {
    height: calc(100% + 170px);
    object-fit: contain;
    object-position: center top;
    transform: none;
    width: 100%;
  }

  .hero-media::before {
    content: none;
    display: none;
  }

  .test-image::before {
    opacity: 0.05;
  }

  .hero-drop-proof {
    gap: 10px;
    margin-top: 16px;
    order: 6;
    position: relative;
    z-index: 4;
  }

  .hero-drop-proof div {
    min-width: 0;
    width: 100%;
  }

  .product-grid,
  .function-grid,
  .flavor-card,
  .moments-grid {
    grid-template-columns: 1fr;
  }

  .product-feature.wide {
    grid-column: auto;
  }

  .flavor-image {
    aspect-ratio: 4 / 5;
  }

  .flavors-section {
    padding-bottom: clamp(14px, 6vw, 24px);
  }

  .flavors-section + .test-section {
    padding-top: clamp(10px, 5vw, 18px);
  }

  .mood-breaker {
    margin-left: 14px;
    margin-right: 14px;
    max-width: none;
    padding: 14px;
  }

  .brand-subword {
    display: none;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .site-header {
    gap: 8px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-word {
    font-size: 1.95rem;
  }

  .header-actions {
    gap: 8px;
  }

  .header-cta {
    font-size: 0.8rem;
    font-weight: 800;
    min-height: 42px;
    min-width: 0;
    padding: 0 12px;
  }

  .header-cta::after {
    content: none;
  }

  .menu-toggle {
    font-size: 0.76rem;
    gap: 6px;
    min-height: 40px;
    padding: 0 10px;
  }

  .menu-toggle-icon {
    width: 14px;
  }

  h1 {
    font-size: 2.78rem;
  }

  h2 {
    font-size: 2.55rem;
  }

  .interest-form {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-badge-row {
    gap: 5px;
  }

  .form-access-badge,
  .form-limit-badge {
    font-size: 0.6rem;
    letter-spacing: 0.045em;
    padding: 6px 7px;
    white-space: nowrap;
  }

  .form-limit-badge {
    letter-spacing: 0.015em;
  }

  .interest-form .button[type="submit"] {
    font-size: 0.91rem;
    min-height: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .brand-subword {
    display: none;
  }
}

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

  .hero-copy,
  .hero-media,
  .hero-actions .button,
  .reveal-on-scroll {
    opacity: 1 !important;
    transform: none !important;
  }
}
