:root {
  --bg-deep: #06162b;
  --bg-ocean: #092647;
  --bg-surface: rgba(6, 28, 54, 0.74);
  --bg-surface-strong: rgba(6, 24, 48, 0.92);
  --text-primary: #f4fbff;
  --text-secondary: #c7ddef;
  --text-muted: #b6d2ea;
  --text-subtle: #88afce;
  --brand-cyan: #2ce4f7;
  --brand-blue: #368dff;
  --brand-yellow: #ffe66a;
  --brand-yellow-logo: #ffe57e;
  --brand-yellow-logo-rgb: 255, 229, 126;
  --brand-yellow-marquee-start: #ffe46c;
  --brand-yellow-marquee-mid: #ffd33f;
  --brand-yellow-marquee-end: #fff2a0;
  --brand-yellow-support: #ffe391;
  --brand-yellow-support-rgb: 255, 227, 145;
  --brand-yellow-soft: #fff0c8;
  --brand-yellow-soft-rgb: 255, 240, 200;
  --footer-band-height: 7px;
  --footer-band-pulse-width: clamp(9rem, 18vw, 16rem);
  --footer-band-pulse-duration: 12.5s;
  --footer-band-pulse-opacity: 0.28;
  --footer-band-static-opacity: 0.18;
  --site-footer-height: 0px;
  --site-footer-bottom-offset: 0px;
  --site-footer-reserve-offset: 0px;
  --footer-band-base-gradient:
    linear-gradient(90deg, var(--brand-yellow-marquee-start) 0%, var(--brand-yellow-marquee-mid) 48%, var(--brand-yellow-marquee-end) 100%);
  --footer-band-pulse-gradient:
    linear-gradient(90deg,
      rgba(255, 211, 63, 0) 0%,
      rgba(255, 220, 92, 0.16) 16%,
      rgba(255, 241, 188, 0.48) 38%,
      rgba(255, 220, 96, 0.96) 50%,
      rgba(255, 244, 202, 0.54) 62%,
      rgba(255, 201, 76, 0.18) 84%,
      rgba(255, 201, 76, 0) 100%);
  --brand-mint: #5df4bf;
  --accent-coral: #ff7a57;
  --ok-green: #32d2a9;
  --header-teal-start: #1bc6d9;
  --header-teal-mid: #15aec4;
  --header-teal-end: #0f8da8;

  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --radius-xl: 34px;
  --radius-pill: 999px;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.5rem;
  --space-6: 2rem;
  --space-7: 2.5rem;
  --space-8: 3rem;
  --space-9: 4rem;

  --shadow-soft: 0 22px 56px rgba(3, 10, 23, 0.38);
  --shadow-glow: 0 0 0 1px rgba(44, 228, 247, 0.22), 0 18px 42px rgba(32, 127, 255, 0.32);
  --elevation-tier-1: 0 10px 22px rgba(3, 12, 26, 0.24);
  --elevation-tier-2: 0 16px 34px rgba(3, 12, 26, 0.34);
  --elevation-tier-3: 0 24px 52px rgba(2, 10, 22, 0.46);
  --ring-focus: 0 0 0 3px rgba(44, 228, 247, 0.4);

  --font-display: 'Space Grotesk', sans-serif;
  --font-heading: var(--font-display);
  --font-body: 'Plus Jakarta Sans', sans-serif;
  --font-brand: 'Pacifico', cursive;

  --max-width: 1180px;
  --header-height: 87px;
  --site-header-offset: 121px;
  --motion-fast: 140ms;
  --motion-med: 240ms;
  --motion-slow: 380ms;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--site-header-offset);
}

body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 8% 16%, rgba(34, 130, 255, 0.24), transparent 38%),
    radial-gradient(circle at 86% 8%, rgba(255, 230, 106, 0.12), transparent 34%),
    linear-gradient(180deg, #06162b 0%, #051222 100%);
  color: var(--text-primary);
  font-family: var(--font-body);
  line-height: 1.5;
  overflow-x: hidden;
  padding-top: var(--site-header-offset);
}

body.nav-open,
body.cart-open,
body.promo-open {
  overflow: hidden;
}

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

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

button {
  cursor: pointer;
}

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

[hidden] {
  display: none !important;
}

.text-link {
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

:focus-visible {
  outline: none;
  box-shadow: var(--ring-focus);
}

.skip-link {
  position: absolute;
  left: 14px;
  top: -54px;
  z-index: 999;
  background: #fefefe;
  color: #042032;
  padding: 0.7rem 1rem;
  border-radius: var(--radius-sm);
  transition: top var(--motion-fast) ease;
}

.skip-link:focus-visible {
  top: 14px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.container {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
  overflow: hidden;
}

.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.6;
}

.bg-orb-a {
  width: 440px;
  height: 440px;
  background: rgba(44, 228, 247, 0.72);
  top: -180px;
  right: -110px;
}

.bg-orb-b {
  width: 360px;
  height: 360px;
  background: rgba(255, 122, 87, 0.34);
  bottom: -150px;
  left: -80px;
}

.bg-orb-c {
  width: 320px;
  height: 320px;
  background: rgba(54, 141, 255, 0.42);
  top: 52%;
  right: 16%;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  font-family: var(--font-body);
}

.nav-shell {
  position: relative;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  display: grid;
  grid-template-columns: max-content minmax(10rem, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  min-height: var(--header-height);
  padding: 0.7rem clamp(1rem, 4vw, 4.5rem);
  background: linear-gradient(135deg, var(--header-teal-start) 0%, var(--header-teal-mid) 56%, var(--header-teal-end) 100%);
  border: 0;
  border-bottom: 1px solid rgba(239, 252, 255, 0.26);
  border-radius: 0;
  backdrop-filter: none;
  box-shadow: 0 14px 30px rgba(4, 38, 55, 0.2);
}

/* Header Marquee */
.header-marquee {
  width: 100%;
  background: linear-gradient(90deg, var(--brand-yellow-marquee-start) 0%, var(--brand-yellow-marquee-mid) 48%, var(--brand-yellow-marquee-end) 100%);
  color: #0a2e4c;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(0.82rem, 0.74rem + 0.38vw, 1.04rem);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.52rem 0;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(10, 46, 76, 0.18),
    0 4px 12px rgba(4, 38, 55, 0.15);
  display: flex;
}

.marquee-track {
  display: flex;
  white-space: nowrap;
  animation: marquee-scroll 33s linear infinite;
  will-change: transform;
}

.marquee-content {
  padding-right: 2rem;
  display: inline-flex;
  gap: 1.85rem;
  align-items: center;
}

.marquee-divider {
  padding: 0 1.15rem;
  color: rgba(10, 46, 76, 0.62);
  font-size: 0.8em;
}

@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.brand {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 100%;
  line-height: 1;
}

.brand .brand-script {
  display: inline-block;
}

.brand-script {
  font-family: var(--font-brand);
  font-size: clamp(1.75rem, 2.6vw, 2.3rem);
  line-height: 1;
  color: var(--brand-yellow-logo);
  text-shadow: 0 0 16px rgba(var(--brand-yellow-logo-rgb), 0.25);
}

.brand .brand-script,
.footer-brand {
  transition:
    transform calc(var(--motion-med) / 0.6) ease,
    text-shadow calc(var(--motion-med) / 0.6) ease,
    filter calc(var(--motion-med) / 0.6) ease;
}

.brand:hover .brand-script,
.brand:focus-visible .brand-script,
.footer-brand:hover {
  transform: translateY(-1px) scale(1.04);
  text-shadow:
    0 0 18px rgba(var(--brand-yellow-logo-rgb), 0.53),
    0 0 34px rgba(var(--brand-yellow-logo-rgb), 0.35),
    0 0 48px rgba(44, 228, 247, 0.21);
  filter: drop-shadow(0 0 16px rgba(var(--brand-yellow-logo-rgb), 0.15));
}

@media (prefers-reduced-motion: reduce) {
  .brand:hover .brand-script,
  .brand:focus-visible .brand-script,
  .footer-brand:hover {
    transform: none;
  }
}

.desktop-nav {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.3rem;
  flex-wrap: nowrap;
  width: auto;
  min-width: 0;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0 0.38rem;
  border-radius: 0;
  color: #ffffff;
  font-weight: 640;
  font-size: 1.04rem;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  border: 0;
  opacity: 0.95;
  transition: color var(--motion-fast) ease, opacity var(--motion-fast) ease;
}

.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.04rem;
  height: 1.5px;
  border-radius: 999px;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform calc(var(--motion-fast) / 0.6) ease;
}

.nav-link:hover,
.nav-link.active,
.nav-link:focus-visible {
  color: #ffffff;
  background: transparent;
  border-color: transparent;
  opacity: 1;
}

.nav-link:hover::after,
.nav-link.active::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.nav-actions {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(101, 173, 234, 0.46);
  border-radius: var(--radius-pill);
  background: rgba(3, 16, 31, 0.65);
  color: var(--text-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.account-link {
  text-decoration: none;
}

@media (min-width: 881px) {
  .nav-actions .nav-utility-btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
    border: 0;
    border-radius: var(--radius-pill);
    background: transparent;
    color: #ffffff;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    transition: transform var(--motion-fast) ease, opacity var(--motion-fast) ease, color var(--motion-fast) ease;
  }

  .nav-actions .nav-utility-btn:hover {
    transform: translateY(-1px);
    opacity: 0.84;
    color: #ffffff;
  }

  .nav-actions .nav-utility-btn svg {
    width: 1.55rem;
    height: 1.55rem;
    stroke-width: 2;
  }

  .nav-actions .cart-btn.nav-utility-btn,
  .nav-actions .cart-btn.nav-utility-btn:hover {
    color: #ffffff;
  }
}

.mobile-nav-btn {
  display: none;
}

.cart-btn {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  min-width: 2.8rem;
  min-height: 2.8rem;
  border: 0;
  border-radius: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  background: transparent;
  color: #083a4e;
  font-weight: 800;
  box-shadow: none;
  transition: transform var(--motion-fast) ease, color var(--motion-fast) ease, opacity var(--motion-fast) ease;
}

.cart-btn:hover {
  transform: translateY(-1px);
  color: #052d3d;
}

.cart-btn svg {
  width: 1.7rem;
  height: 1.7rem;
  stroke-width: 2;
}

.cart-btn-label {
  display: none;
}

.cart-pill {
  position: absolute;
  top: 0;
  right: -0.18rem;
  min-width: 1.2rem;
  height: 1.2rem;
  text-align: center;
  background: #ffcc3d;
  color: #07263a;
  border-radius: var(--radius-pill);
  font-size: 0.67rem;
  font-weight: 900;
  padding: 0 0.2rem;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 2px rgba(24, 191, 212, 0.85);
}

.cart-subtotal {
  display: none;
}

.mobile-drawer {
  position: fixed;
  inset: 0 auto 0 0;
  width: min(88vw, 380px);
  z-index: 85;
  font-family: var(--font-body);
  background: linear-gradient(180deg, #062145, #04152d);
  border-right: 1px solid rgba(92, 169, 235, 0.42);
  transform: translateX(-104%);
  transition: transform var(--motion-med) ease;
  padding: 1.3rem;
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 1.3rem;
}

.mobile-drawer.open {
  transform: translateX(0);
}

.mobile-drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-nav {
  display: grid;
  gap: 0.8rem;
  align-content: start;
}

.mobile-link {
  padding: 0.65rem 0.75rem;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(105, 168, 228, 0.26);
  color: #ffffff;
  font-weight: 620;
  font-size: 1.04rem;
  letter-spacing: 0.018em;
  text-transform: lowercase;
}

.mobile-link.active {
  background: linear-gradient(135deg, rgba(44, 228, 247, 0.24), rgba(54, 141, 255, 0.16));
  border-color: rgba(104, 213, 255, 0.65);
}

.mobile-utility {
  display: grid;
  gap: 0.6rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(90, 157, 217, 0.36);
}

.mobile-utility a {
  color: #ffffff;
  font-weight: 700;
}

.nav-backdrop,
.drawer-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 10, 20, 0.6);
  z-index: 80;
}

.promo-backdrop {
  position: fixed;
  inset: 0;
  z-index: 97;
  background: rgba(2, 10, 21, 0.74);
  backdrop-filter: blur(4px);
}

.promo-modal {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(135deg, #11f2e0 0%, #00d2ff 100%);
  color: #031327;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--motion-med) ease;
}

.promo-modal.open {
  opacity: 1;
  pointer-events: auto;
}

.promo-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  border: none;
  background: transparent;
  color: #031327;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.promo-close:hover {
  opacity: 0.7;
  transform: scale(1.05);
}

.promo-art {
  display: flex;
  justify-content: center;
  width: 100%;
}

.promo-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  max-width: 580px;
  width: 100%;
}

.promo-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1rem;
  font-weight: 850;
  color: #031327;
}

.promo-content h2 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1.1;
  color: white;
  text-shadow: 0 4px 24px rgba(4, 20, 48, 0.25);
}

.promo-copy {
  margin: 0;
  color: #04203e;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  max-width: 440px;
}

.promo-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  width: 100%;
  max-width: 420px;
  margin-top: 0.5rem;
}

.promo-form input {
  min-height: 64px;
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  background: #ffffff;
  color: #06233d;
  padding: 0 1.25rem;
  font-size: 1.1rem;
  text-align: center;
  box-shadow: 0 12px 32px rgba(4, 22, 52, 0.15);
  transition: border-color var(--motion-fast) ease, box-shadow var(--motion-fast) ease;
}

.promo-form input::placeholder {
  color: rgba(70, 92, 116, 0.78);
}

.promo-form input:focus {
  border-color: #031327;
  box-shadow: 0 16px 42px rgba(4, 22, 52, 0.22);
}

.promo-modal .promo-submit {
  width: 100%;
  min-height: 64px;
  font-size: 1.1rem;
  background: linear-gradient(135deg, var(--brand-yellow-marquee-start) 0%, var(--brand-yellow-marquee-mid) 54%, #ffb347 100%);
  color: #0a2e4c;
  border-radius: var(--radius-md);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 18px 34px rgba(255, 179, 71, 0.28),
    0 12px 28px rgba(4, 20, 48, 0.28);
}

.promo-modal .promo-submit:hover {
  background: linear-gradient(135deg, var(--brand-yellow-marquee-start) 0%, var(--brand-yellow-marquee-mid) 54%, #ffb347 100%);
  box-shadow:
    0 22px 42px rgba(255, 179, 71, 0.34),
    0 14px 32px rgba(4, 20, 48, 0.3);
}

.promo-legal {
  margin: 0;
  color: rgba(3, 19, 39, 0.75);
  font-size: 0.9rem;
  font-weight: 600;
}

.promo-status {
  min-height: 1.3rem;
  margin: 0;
  font-weight: 760;
  color: var(--ok-green);
}

.promo-status.error {
  color: #ff9ca6;
}

/* Floating Teaser Button */
.promo-teaser {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 90;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, var(--brand-yellow-marquee-start) 0%, var(--brand-yellow-marquee-mid) 54%, #ffb347 100%);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: var(--radius-pill);
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    0 18px 34px rgba(255, 179, 71, 0.28),
    0 12px 28px rgba(4, 20, 48, 0.28);
  padding: 0.28rem 0.72rem;
  transition: transform var(--motion-med) ease, opacity var(--motion-med) ease, box-shadow var(--motion-med) ease;
}

.promo-teaser::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -28%;
  width: 42%;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.18) 42%, rgba(255, 252, 225, 0.72) 50%, rgba(255, 255, 255, 0.14) 58%, rgba(255, 255, 255, 0) 100%);
  transform: translateX(-185%) skewX(-22deg);
  animation: promo-teaser-shimmer 11.6s ease-in-out infinite;
}

.promo-teaser--intro {
  animation: promo-teaser-intro 1.2s cubic-bezier(0.22, 1, 0.36, 1) 1;
}

.promo-teaser[hidden] {
  display: none !important;
}

.promo-teaser:hover {
  transform: translateY(-2px);
  box-shadow:
    0 22px 42px rgba(255, 179, 71, 0.34),
    0 14px 32px rgba(4, 20, 48, 0.3);
}

.promo-teaser-btn {
  background: transparent;
  border: none;
  color: #0a2e4c;
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  font-weight: 850;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  padding: 0.58rem 0.78rem;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity var(--motion-fast) ease;
}

.promo-teaser-btn:hover {
  opacity: 1;
}

.promo-teaser-label {
  white-space: nowrap;
}

.promo-teaser-divider {
  width: 1px;
  height: 20px;
  background: rgba(43, 18, 12, 0.3);
  margin: 0 0.4rem;
}

.promo-teaser-close {
  background: transparent;
  border: none;
  color: #2b120c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity var(--motion-fast) ease, transform var(--motion-fast) ease;
}

.promo-teaser-close:hover {
  opacity: 1;
  transform: scale(1.1);
}

@keyframes promo-teaser-intro {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.94);
    box-shadow:
      0 8px 18px rgba(255, 179, 71, 0.18),
      0 8px 18px rgba(4, 20, 48, 0.18);
  }

  35% {
    opacity: 1;
    transform: translateY(-2px) scale(1.04);
    box-shadow:
      0 26px 48px rgba(255, 179, 71, 0.38),
      0 16px 34px rgba(4, 20, 48, 0.3);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    box-shadow:
      0 18px 34px rgba(255, 179, 71, 0.28),
      0 12px 28px rgba(4, 20, 48, 0.28);
  }
}

@keyframes promo-teaser-shimmer {
  0%,
  58% {
    opacity: 0;
    transform: translateX(-185%) skewX(-22deg);
  }

  64% {
    opacity: 0.9;
  }

  76% {
    opacity: 0.35;
    transform: translateX(430%) skewX(-22deg);
  }

  100% {
    opacity: 0;
    transform: translateX(430%) skewX(-22deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .promo-teaser--intro {
    animation: none;
  }

  .promo-teaser::after {
    animation: none;
  }
}

.page-main {
  padding: var(--space-7) 0 var(--space-8);
}

.hero-wrap {
  padding-top: 0.6rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: clamp(1.2rem, 3vw, 2.5rem);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(93, 194, 244, 0.56);
  padding: 0.46rem 0.8rem;
  color: var(--brand-cyan);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.display-title,
h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 1.08;
}

.display-title,
h1 {
  margin-top: 1rem;
  font-size: clamp(2.2rem, 6vw, 4.25rem);
  letter-spacing: -0.04em;
}

h2 {
  font-size: clamp(1.65rem, 4.2vw, 2.9rem);
  letter-spacing: -0.03em;
}

h3 {
  font-size: clamp(1.1rem, 2.6vw, 1.42rem);
  letter-spacing: -0.01em;
}

.highlight {
  color: var(--brand-yellow);
  text-shadow: 0 0 14px rgba(255, 230, 106, 0.32);
}

.lede,
.section-intro {
  margin-top: 1.15rem;
  color: var(--text-muted);
  font-size: clamp(1rem, 2.2vw, 1.24rem);
  max-width: 56ch;
}

.hero-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.hero-actions-reset {
  margin-top: 0;
}

.hero-link {
  align-self: center;
  color: var(--text-muted);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.22em;
}

.btn {
  border: none;
  border-radius: var(--radius-pill);
  min-height: 48px;
  padding: 0.7rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9rem;
  transition: transform var(--motion-fast) ease, box-shadow var(--motion-fast) ease, background var(--motion-fast) ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(125deg, var(--brand-cyan), var(--brand-blue));
  color: #031327;
  box-shadow: var(--shadow-glow);
}

.btn-buy-now {
  background: linear-gradient(125deg, #ffe86a, #ffbf45);
  color: #2b1b03;
  box-shadow: 0 10px 34px rgba(255, 196, 64, 0.35);
}

.btn-buy-now:hover {
  box-shadow: 0 14px 36px rgba(255, 208, 92, 0.42);
}

.btn-presale {
  min-width: 13.5rem;
  padding: 0.9rem 1.55rem;
  font-size: 0.98rem;
  letter-spacing: 0.035em;
  font-weight: 700;
  border: 1px solid rgba(255, 191, 103, 0.42);
  background: linear-gradient(135deg, #ffbe55 0%, #f7931a 52%, #e56b00 100%);
  color: #ffffff;
  box-shadow:
    0 16px 28px rgba(247, 147, 26, 0.22),
    0 8px 18px rgba(229, 107, 0, 0.12);
}

.btn-presale:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow:
    0 18px 34px rgba(247, 147, 26, 0.28),
    0 10px 22px rgba(229, 107, 0, 0.16);
  filter: saturate(1.04);
}

.btn-secondary {
  background: rgba(8, 34, 62, 0.78);
  color: var(--text-primary);
  border: 1px solid rgba(108, 179, 236, 0.48);
}

.btn-ghost {
  background: rgba(255, 122, 87, 0.14);
  color: #ffd8ce;
  border: 1px solid rgba(255, 122, 87, 0.38);
}

.btn[disabled] {
  opacity: 0.48;
  pointer-events: none;
}

.w-full {
  width: 100%;
}

.hero-proof-list,
.check-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.58rem;
}

.hero-proof-list li,
.check-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-weight: 650;
}

.hero-proof-list li {
  opacity: 0;
  transform: translateY(8px);
  animation: rise-fade-in 520ms ease forwards;
}

.hero-proof-list li:nth-child(2) {
  animation-delay: 90ms;
}

.hero-proof-list li:nth-child(3) {
  animation-delay: 180ms;
}

.panel {
  background: linear-gradient(140deg, rgba(8, 33, 61, 0.85), rgba(4, 17, 34, 0.84));
  border: 1px solid rgba(89, 164, 229, 0.34);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.panel-hero {
  background:
    radial-gradient(circle at 10% 12%, rgba(86, 233, 255, 0.16), transparent 46%),
    linear-gradient(140deg, rgba(8, 39, 72, 0.94), rgba(4, 18, 36, 0.92));
  border-color: rgba(114, 207, 253, 0.52);
  box-shadow: 0 24px 60px rgba(4, 12, 25, 0.52);
}

.panel-content {
  background: linear-gradient(145deg, rgba(8, 30, 56, 0.86), rgba(3, 15, 31, 0.88));
}

.panel-proof {
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 230, 106, 0.1), transparent 52%),
    linear-gradient(145deg, rgba(8, 31, 58, 0.9), rgba(3, 15, 31, 0.9));
}

.hero-media {
  padding: clamp(1rem, 2.5vw, 1.5rem);
  position: relative;
  overflow: hidden;
}

.hero-media picture,
.hero-media img {
  margin-inline: auto;
}

.hero-media img {
  width: min(100%, 320px);
  height: auto;
}

.hero-tag {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border-radius: var(--radius-pill);
  padding: 0.36rem 0.68rem;
  background: rgba(2, 17, 34, 0.85);
  border: 1px solid rgba(91, 181, 237, 0.42);
  color: var(--brand-cyan);
  font-size: 0.74rem;
  font-weight: 800;
}

.metrics {
  margin-top: var(--space-8);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.guarantee-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.guarantee-card {
  padding: var(--space-5);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 20% 0%, rgba(255, 230, 106, 0.16), transparent 48%),
    linear-gradient(155deg, rgba(9, 40, 73, 0.88), rgba(4, 20, 39, 0.88));
}

.guarantee-value {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  color: var(--brand-yellow);
  letter-spacing: -0.02em;
}

.guarantee-label {
  margin: 0.5rem 0 0;
  color: var(--text-subtle);
}

.guarantee-layout {
  margin-top: var(--space-6);
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: var(--space-5);
}

.guarantee-panel {
  padding: var(--space-6);
}

.guarantee-steps {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.95rem;
}

.guarantee-steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.8rem;
}

.guarantee-steps p {
  margin: 0.35rem 0 0;
  color: var(--text-subtle);
}

.step-index {
  width: 34px;
  height: 34px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(100, 184, 241, 0.46);
  background: linear-gradient(130deg, rgba(44, 228, 247, 0.16), rgba(54, 141, 255, 0.18));
  color: var(--brand-cyan);
  font-weight: 860;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.guarantee-negative-list li {
  color: #e0aeb4;
}

.guarantee-support {
  margin-top: var(--space-6);
  padding: var(--space-6);
  display: grid;
  gap: 0.9rem;
}

.shipping-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.shipping-stat-card {
  padding: var(--space-5);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at 14% 10%, rgba(44, 228, 247, 0.12), transparent 44%),
    linear-gradient(155deg, rgba(9, 40, 73, 0.88), rgba(4, 20, 39, 0.88));
}

.shipping-stat-value {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.9rem);
  color: var(--brand-cyan);
  letter-spacing: -0.02em;
}

.shipping-stat-label {
  margin: 0.48rem 0 0;
  color: var(--text-subtle);
}

.shipping-help-grid {
  margin-top: var(--space-6);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-5);
}

.shipping-help-card {
  padding: var(--space-6);
  display: grid;
  gap: 0.8rem;
}

.shipping-help-card p {
  margin: 0;
  color: var(--text-subtle);
}

.shipping-policy-layout {
  margin-top: var(--space-6);
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: var(--space-5);
}

.shipping-policy-card {
  padding: var(--space-6);
}

.policy-block + .policy-block {
  margin-top: 1.1rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(97, 161, 220, 0.26);
}

.policy-block h3 {
  margin-bottom: 0.5rem;
}

.policy-block p {
  margin: 0;
  color: var(--text-subtle);
}

.policy-list {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.62rem;
}

.policy-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: var(--text-muted);
}

.shipping-meta-note {
  margin: 0.9rem 0 0;
  color: var(--text-subtle);
}

.shipping-faq {
  margin-top: var(--space-6);
}

.metric-card {
  padding: 1.15rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(93, 162, 225, 0.28);
  background: rgba(5, 22, 43, 0.66);
  box-shadow: var(--elevation-tier-2);
}

.metric-value {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.2vw, 2rem);
  color: var(--brand-yellow);
}

.metric-label {
  margin-top: 0.35rem;
  color: var(--text-subtle);
}

.section-block {
  margin-top: clamp(2.6rem, 7vw, 4.2rem);
}

.section-head {
  margin-bottom: clamp(1.3rem, 3vw, 2rem);
}

.section-kicker {
  margin: 0 0 0.7rem;
  color: var(--brand-cyan);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.82rem;
  font-weight: 800;
}

.cta-panel {
  padding: clamp(1.35rem, 2.5vw, 1.9rem);
  display: grid;
  gap: 0.8rem;
  position: relative;
  overflow: hidden;
}

.cta-panel-tight {
  gap: 0.8rem;
}

.cta-panel > :not(.cta-launch-visual) {
  position: relative;
  z-index: 1;
}

.cta-launch-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
  pointer-events: none;
  z-index: 0;
  filter: saturate(1.05) contrast(1.05);
}

.cta-kicker,
.cta-intro {
  margin: 0;
}

.benefit-grid,
.ingredient-grid,
.review-grid,
.trust-grid,
.resource-grid {
  display: grid;
  gap: var(--space-4);
}

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

.benefit-asset-icon {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(108, 185, 241, 0.4);
  background: rgba(3, 17, 32, 0.55);
  box-shadow: 0 10px 20px rgba(1, 8, 16, 0.35);
}

.benefit-card,
.ingredient-card,
.review-card,
.resource-card,
.trust-card {
  padding: var(--space-5);
}

.review-card {
  transition: transform var(--motion-fast) ease, border-color var(--motion-fast) ease;
}

.review-card:hover {
  transform: translateY(-2px);
  border-color: rgba(117, 210, 255, 0.6);
}

.benefit-card p,
.ingredient-card p,
.review-card p,
.resource-card p,
.trust-card p,
.offer-item p,
.split-copy p,
.faq-item p,
.footer-copy {
  margin: 0.6rem 0 0;
  color: var(--text-subtle);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.9rem;
}

.badge {
  border-radius: var(--radius-pill);
  padding: 0.3rem 0.58rem;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 800;
}

.badge-mint {
  color: #03273b;
  background: linear-gradient(130deg, #7dffdc, #4cf1bd);
}

.badge-cyan {
  color: #05253d;
  background: linear-gradient(130deg, #84f1ff, #57ccff);
}

.surface-textured-offwhite,
.new-home-panel.surface-textured-offwhite {
  --surface-textured-radius: 2rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid rgba(24, 54, 74, 0.08);
  border-radius: var(--surface-textured-radius);
  background:
    radial-gradient(circle at 88% 14%, rgba(255, 210, 116, 0.2), transparent 22%),
    radial-gradient(circle at 16% 78%, rgba(79, 227, 247, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 30%),
    repeating-linear-gradient(115deg, rgba(22, 52, 69, 0.022) 0 2px, rgba(255, 255, 255, 0) 2px 14px),
    linear-gradient(180deg, rgba(255, 248, 238, 0.98), rgba(244, 238, 228, 0.99));
  box-shadow: 0 28px 60px rgba(18, 38, 58, 0.13);
  backdrop-filter: blur(10px);
  color: #18364a;
}

.surface-textured-offwhite::before,
.new-home-panel.surface-textured-offwhite::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.46), transparent 28%),
    radial-gradient(circle at 22% 18%, rgba(79, 227, 247, 0.08) 1px, transparent 1px);
  background-size: auto, 18px 18px;
  opacity: 0.72;
  pointer-events: none;
}

.surface-textured-offwhite::after,
.new-home-panel.surface-textured-offwhite::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 28%, rgba(22, 52, 69, 0.04) 100%);
  mix-blend-mode: screen;
}

.surface-textured-offwhite > *,
.new-home-panel.surface-textured-offwhite > * {
  position: relative;
  z-index: 1;
}

.page-hero {
  display: grid;
  gap: 0.85rem;
  margin-bottom: var(--space-7);
}

.page-hero p {
  margin: 0;
  color: var(--text-muted);
  max-width: 64ch;
}

.page-hero-textured {
  --surface-textured-radius: var(--radius-lg);
  padding: clamp(1.35rem, 2.5vw, 1.9rem);
}

.page-hero-textured h1 {
  color: #18364a;
}

.page-hero-textured p {
  color: rgba(44, 73, 91, 0.78);
}

.product-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--space-5);
  margin-bottom: var(--space-6);
}

.product-stage-card,
.shop-side-card {
  min-width: 0;
}

.product-stage-card {
  display: grid;
}

.product-stage-item {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: var(--space-4);
}

.product-media {
  border-radius: var(--radius-md);
  background: radial-gradient(circle at 50% 20%, rgba(44, 228, 247, 0.17), transparent 64%), rgba(5, 23, 45, 0.9);
  padding: 0.9rem;
}

.product-media img {
  width: min(100%, 300px);
  height: auto;
  margin-inline: auto;
}

.product-body {
  display: grid;
  align-content: start;
  gap: 0.68rem;
}

.product-card {
  overflow: hidden;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(8, 31, 58, 0.92), rgba(4, 18, 36, 0.95));
  border: 1px solid rgba(92, 166, 229, 0.36);
  box-shadow: var(--shadow-soft);
  transition: transform var(--motion-med) ease, border-color var(--motion-med) ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(109, 213, 255, 0.56);
}

.product-body {
  padding: 1.1rem;
}

.product-subtitle {
  margin: 0;
  color: var(--text-subtle);
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.product-badge {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  padding: 0.28rem 0.5rem;
  color: #05253d;
  background: linear-gradient(130deg, #bff7ff, #8ed5ff);
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
}

.price {
  font-size: 1.42rem;
  font-weight: 850;
}

.compare-price {
  font-size: 0.92rem;
  color: var(--text-subtle);
  text-decoration: line-through;
}

.product-controls {
  display: grid;
  gap: 0.62rem;
}

.product-action-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.62rem;
}

.product-action-row.has-checkout {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.inline-checkout-btn {
  border-color: rgba(108, 179, 236, 0.56);
}

label {
  font-size: 0.88rem;
  font-weight: 760;
  color: var(--text-muted);
}

select,
input,
textarea {
  width: 100%;
  border-radius: var(--radius-sm);
  min-height: 46px;
  border: 1px solid rgba(102, 168, 228, 0.44);
  background: rgba(3, 16, 32, 0.82);
  color: var(--text-primary);
  padding: 0 0.78rem;
}

textarea {
  min-height: 128px;
  padding: 0.8rem;
  resize: vertical;
}

.qty-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.45rem;
  align-items: center;
}

.qty-btn {
  min-width: 42px;
  min-height: 42px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(100, 165, 224, 0.45);
  background: rgba(3, 15, 30, 0.84);
  color: var(--text-primary);
  font-weight: 800;
}

.shop-side-card h3 {
  margin-bottom: 0.8rem;
}

.shop-side-card {
  padding: var(--space-5);
}

.product-stage-card .product-card {
  height: 100%;
}

.offer-item {
  padding: 0.8rem 0;
  border-top: 1px solid rgba(97, 160, 220, 0.24);
}

.offer-item:first-of-type {
  border-top: none;
}

.complementary-bundles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.complementary-bundle-card {
  padding: var(--space-5);
  display: grid;
  gap: 0.82rem;
  border: 1px solid rgba(100, 176, 235, 0.4);
  background: linear-gradient(155deg, rgba(8, 36, 66, 0.86), rgba(4, 18, 35, 0.86));
}

.complementary-bundle-head {
  display: grid;
  gap: 0.48rem;
}

.complementary-bundle-head h3 {
  margin: 0;
}

.complementary-bundle-head p {
  margin: 0;
  color: var(--text-subtle);
}

.bundle-includes {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.bundle-includes li {
  border: 1px solid rgba(102, 176, 234, 0.22);
  border-radius: var(--radius-sm);
  background: rgba(4, 20, 39, 0.7);
  padding: 0.54rem 0.62rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.55rem;
}

.bundle-item-meta {
  color: var(--text-muted);
  font-size: 0.82rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  white-space: nowrap;
}

.bundle-item-meta a {
  color: var(--brand-cyan);
}

.bundle-pricing {
  margin: 0;
  display: grid;
  gap: 0.42rem;
}

.bundle-pricing div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
}

.bundle-pricing dt {
  color: var(--text-subtle);
}

.bundle-pricing dd {
  margin: 0;
  font-weight: 760;
}

.bundle-pricing-save dd {
  color: var(--brand-yellow);
}

.bundle-actions {
  display: grid;
  grid-template-columns: 1fr;
}

.bundle-note,
.bundle-disclaimer {
  margin: 0;
  color: var(--text-subtle);
  font-size: 0.84rem;
}

.bundle-disclaimer {
  margin-top: 0.8rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  border-radius: var(--radius-pill);
  background: rgba(44, 228, 247, 0.15);
  border: 1px solid rgba(82, 193, 242, 0.48);
  color: var(--brand-cyan);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
  padding: 0.32rem 0.58rem;
}

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

.review-grid,
.trust-grid,
.resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-author {
  margin-top: 0.9rem;
  color: var(--text-muted);
  font-weight: 700;
  font-size: 0.84rem;
}

.review-disclaimer {
  color: var(--text-subtle);
  font-size: 0.94rem;
}

.review-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 0.55rem;
}

.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-pill);
  background: linear-gradient(130deg, rgba(93, 244, 191, 0.28), rgba(54, 141, 255, 0.35));
  border: 1px solid rgba(111, 208, 255, 0.44);
  color: var(--text-primary);
  font-weight: 840;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.review-meta {
  display: grid;
  gap: 0.2rem;
}

.review-handle {
  font-size: 0.82rem;
  color: var(--text-muted);
  font-weight: 700;
}

.review-chip {
  display: inline-flex;
  width: fit-content;
  border-radius: var(--radius-pill);
  padding: 0.2rem 0.52rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 780;
  color: #05253d;
  background: linear-gradient(130deg, #9ef8ff, #6bd0ff);
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid rgba(93, 162, 225, 0.34);
  background: rgba(5, 24, 45, 0.72);
  padding: 1rem 1.1rem;
}

.faq-item summary {
  cursor: pointer;
  font-family: var(--font-display);
  font-weight: 740;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7rem;
}

.faq-item summary::after {
  content: '+';
  color: var(--brand-cyan);
  font-size: 1.18rem;
  line-height: 1;
  transition: transform var(--motion-fast) ease;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.split-layout {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: var(--space-6);
  align-items: start;
}

.split-copy {
  display: grid;
  gap: 0.85rem;
}

.lead-form {
  padding: var(--space-6);
  display: grid;
  gap: 0.72rem;
}

.form-status {
  margin: 0;
  min-height: 1.3rem;
  font-weight: 700;
}

.site-footer-stage {
  position: relative;
  margin-top: var(--space-8);
}

.site-footer-stage--pinned {
  min-height: calc(var(--site-footer-height) + var(--site-footer-reserve-offset));
}

.site-footer {
  padding: var(--space-8) 0 calc(var(--space-5) + 30px);
  border-top: 1px solid rgba(239, 252, 255, 0.26);
  background: linear-gradient(135deg, #1bc6d9 0%, #15aec4 56%, #0f8da8 100%);
}

.site-footer-band {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--footer-band-height);
  z-index: 70;
  pointer-events: none;
  overflow: hidden;
  isolation: isolate;
  background: var(--footer-band-base-gradient);
  box-shadow: inset 0 1px 0 rgba(10, 46, 76, 0.18);
  transition: opacity var(--motion-med) ease;
}

.site-footer-band::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: var(--footer-band-pulse-width);
  height: calc(var(--footer-band-height) + 2px);
  border-radius: var(--radius-pill);
  background: var(--footer-band-pulse-gradient);
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(calc(-100% - 8vw), 0, 0);
  transform-origin: center;
  will-change: transform, opacity;
  animation: footer-band-pulse var(--footer-band-pulse-duration) cubic-bezier(0.32, 0.06, 0.2, 1) infinite;
}

.site-footer-band--hidden {
  opacity: 0;
}

.site-footer--pinned {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--site-footer-bottom-offset);
  width: 100%;
  margin-top: 0;
  z-index: 68;
}

@keyframes footer-band-pulse {
  0% {
    opacity: 0;
    transform: translate3d(calc(-100% - 8vw), 0, 0);
  }

  4% {
    opacity: 0.12;
  }

  9% {
    opacity: var(--footer-band-pulse-opacity);
  }

  16% {
    opacity: 0;
    transform: translate3d(calc(100vw + 8vw), 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(calc(100vw + 8vw), 0, 0);
  }
}

.footer-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
  gap: var(--space-5);
  align-items: start;
}

.footer-brand {
  margin: 0 0 0.8rem;
}

.footer-copy {
  margin: 0 0 1.35rem;
  max-width: 38ch;
  color: #ffffff;
}

.footer-title {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-links,
.footer-utility {
  display: grid;
  gap: 0.48rem;
}

.footer-links a,
.footer-utility a {
  color: #ffffff;
  font-weight: 400;
}

.footer-social {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.6rem;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(92, 159, 219, 0.4);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-social .footer-social-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.footer-bottom {
  margin: var(--space-4) 0 0;
  text-align: left;
  color: #ffffff;
  font-size: 0.83rem;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: min(92vw, 430px);
  z-index: 92;
  transform: translateX(105%);
  transition: transform var(--motion-med) ease;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fe 100%);
  border-left: 1px solid rgba(15, 67, 111, 0.14);
  box-shadow: -22px 0 48px rgba(5, 22, 42, 0.18);
  color: #0c2746;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
}

.cart-drawer.open {
  transform: translateX(0);
}

.cart-drawer h2 {
  margin: 0;
  color: #08203a;
}

.cart-drawer .icon-btn {
  border: 1px solid rgba(14, 66, 109, 0.16);
  background: rgba(255, 255, 255, 0.96);
  color: #0c2746;
  box-shadow: 0 8px 20px rgba(6, 30, 56, 0.08);
}

.cart-drawer .icon-btn:hover {
  background: #edf5ff;
  border-color: rgba(14, 66, 109, 0.26);
}

.cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-5);
  border-bottom: 1px solid rgba(15, 67, 111, 0.12);
}

.cart-helper {
  margin: 0;
  padding: 0 var(--space-5) var(--space-4);
  color: #5a738d;
  font-size: 0.86rem;
}

.cart-lines {
  overflow: auto;
  padding: 0 var(--space-5) var(--space-5);
  display: grid;
  gap: 0.7rem;
}

.cart-empty {
  border-radius: var(--radius-md);
  border: 1px dashed rgba(84, 132, 176, 0.34);
  background: rgba(248, 251, 255, 0.96);
  color: #5d7691;
  padding: 1rem;
}

.cart-suggestion-loading {
  color: #5d7691;
  font-size: 0.85rem;
  padding: 0.2rem 0 0.35rem;
}

.cart-empty-recommendations {
  display: grid;
  gap: 0.8rem;
}

.cart-empty-recommendations-head {
  display: grid;
  gap: 0.12rem;
}

.cart-empty-kicker {
  margin: 0;
  color: #5f7f98;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-empty-recommendations h3 {
  margin: 0;
  font-size: 1rem;
  color: #0a2644;
}

.cart-suggestion-list {
  display: grid;
  gap: 0.72rem;
}

.cart-suggestion {
  border-radius: var(--radius-md);
  border: 1px solid rgba(16, 74, 121, 0.14);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 24px rgba(6, 31, 57, 0.06);
  padding: 0.72rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.7rem;
  align-items: center;
}

.cart-suggestion img {
  width: 62px;
  height: 62px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(18, 80, 128, 0.1);
  background: #ffffff;
}

.cart-suggestion-copy {
  min-width: 0;
}

.cart-suggestion-title {
  color: #0a2644;
  font-size: 0.9rem;
  font-weight: 730;
}

.cart-suggestion-meta {
  color: #607892;
  font-size: 0.78rem;
  margin-top: 0.1rem;
}

.cart-suggestion-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.38rem;
  margin-top: 0.22rem;
}

.cart-suggestion-price {
  color: #0a2644;
  font-size: 0.9rem;
  font-weight: 730;
}

.cart-suggestion-compare {
  color: #7c92a7;
  font-size: 0.76rem;
  text-decoration: line-through;
}

.cart-suggestion-add {
  border: 1px solid rgba(15, 67, 111, 0.18);
  background: #ffffff;
  color: #0c2746;
  box-shadow: 0 10px 24px rgba(6, 30, 56, 0.06);
  border-radius: 999px;
  padding: 0.72rem 0.95rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 800;
  white-space: nowrap;
}

.cart-suggestion-add:hover {
  background: #edf5ff;
  border-color: rgba(15, 67, 111, 0.28);
}

.cart-suggestion-add:disabled {
  opacity: 0.65;
  cursor: wait;
}

.cart-line {
  border-radius: var(--radius-md);
  border: 1px solid rgba(16, 74, 121, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(243, 248, 255, 0.96));
  box-shadow: 0 10px 24px rgba(6, 31, 57, 0.06);
  padding: 0.72rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.65rem;
  align-items: center;
}

.cart-line img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(18, 80, 128, 0.1);
  background: #ffffff;
}

.cart-line-title {
  font-weight: 730;
  font-size: 0.92rem;
  color: #0a2644;
}

.cart-line-meta {
  color: #607892;
  font-size: 0.78rem;
}

.cart-line-cadence {
  display: inline-block;
  margin-top: 0.18rem;
  color: #607892;
  font-size: 0.78rem;
}

.cart-line-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.36rem;
}

.cart-line-actions button {
  min-width: 28px;
  min-height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(15, 67, 111, 0.18);
  background: #ffffff;
  color: #0d2948;
  box-shadow: 0 6px 16px rgba(6, 30, 56, 0.05);
  padding: 0;
}

.cart-line-actions button:hover {
  background: #edf5ff;
  border-color: rgba(15, 67, 111, 0.28);
}

.cart-line-actions span,
.cart-line > strong,
.cart-total-row,
.cart-total-row strong {
  color: #0a2644;
}

.cart-line-remove {
  min-width: auto;
  padding-inline: 0.42rem;
}

.cart-footer {
  border-top: 1px solid rgba(15, 67, 111, 0.12);
  background: rgba(255, 255, 255, 0.9);
  padding: var(--space-5);
  display: grid;
  gap: 0.64rem;
}

.cart-total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}

.cart-footer .btn-secondary {
  background: #ffffff;
  color: #0c2746;
  border: 1px solid rgba(15, 67, 111, 0.18);
  box-shadow: 0 10px 24px rgba(6, 30, 56, 0.06);
}

.cart-footer .btn-secondary:hover {
  background: #edf5ff;
  border-color: rgba(15, 67, 111, 0.28);
}

.toast-stack {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 96;
  display: grid;
  gap: 0.54rem;
}

.toast {
  border-radius: var(--radius-md);
  border: 1px solid rgba(98, 161, 220, 0.42);
  background: #0a2444;
  color: var(--text-primary);
  padding: 0.62rem 0.84rem;
  box-shadow: var(--shadow-soft);
}

@keyframes rise-fade-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1120px) {
  .hero-grid,
  .product-stage-grid,
  .split-layout,
  .guarantee-layout,
  .shipping-policy-layout,
  .shipping-help-grid {
    grid-template-columns: 1fr;
  }

  .product-stage-item {
    grid-template-columns: 1fr;
  }

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

  .review-grid,
  .trust-grid,
  .resource-grid,
  .ingredient-grid,
  .complementary-bundles-grid,
  .guarantee-grid,
  .shipping-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 880px) {
  .site-header {
    top: 0;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav-btn {
    display: inline-flex;
    grid-column: 1;
    grid-row: 1;
    justify-self: start;
    z-index: 2;
  }

  .nav-shell {
    grid-template-columns: 48px minmax(0, 1fr) 48px 48px;
    justify-content: normal;
    gap: 0.35rem;
    padding-inline: 0.9rem;
  }

  .brand {
    position: static;
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: center;
    transform: none;
    min-height: auto;
    z-index: 1;
  }

  .nav-actions {
    grid-column: 3 / 5;
    grid-row: 1;
    justify-self: end;
    gap: 0.25rem;
    z-index: 2;
  }

  .account-link {
    display: inline-flex;
  }

  .mobile-nav-btn,
  .account-link,
  .cart-btn {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    justify-content: center;
  }

  .mobile-nav-btn svg,
  .account-link svg,
  .cart-btn svg {
    width: 1.3rem;
    height: 1.3rem;
  }

  .mobile-nav-btn,
  .account-link {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(4, 30, 47, 0.18);
    color: #ffffff;
  }

  .account-link {
    text-decoration: none;
  }

  .cart-btn {
    color: #ffffff;
  }

  .cart-pill {
    top: 6px;
    right: 4px;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.22rem;
    font-size: 0.66rem;
    line-height: 1;
    box-shadow: 0 0 0 2px rgba(18, 166, 191, 0.92);
  }

  /* Teaser mobile positioning */
  .promo-teaser {
    bottom: 1.2rem;
    left: 1.2rem;
  }

/* Removed mobile media queries for the old promo-modal layout */

  .display-title,
  h1 {
    font-size: clamp(2rem, 9vw, 3rem);
  }

  .metrics,
  .benefit-grid,
  .review-grid,
  .trust-grid,
  .resource-grid,
  .ingredient-grid,
  .complementary-bundles-grid,
  .guarantee-grid,
  .shipping-stat-grid {
    grid-template-columns: 1fr;
  }

  .btn {
    font-size: 0.9rem;
    padding-inline: 1.05rem;
  }

  .product-badge {
    font-size: 0.8rem;
  }

  .section-kicker {
    font-size: 0.84rem;
  }

  .footer-links a,
  .footer-utility a,
  .footer-copy {
    font-size: 0.95rem;
  }

  .footer-title {
    font-size: 0.95rem;
  }

  body {
    padding-bottom: 0.8rem;
  }
}

@media (max-width: 520px) {
  .product-action-row.has-checkout {
    grid-template-columns: 1fr;
  }

  .bundle-includes li {
    flex-direction: column;
    align-items: flex-start;
  }

  .bundle-item-meta {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .promo-modal {
    transition: none;
  }
}

/* Unified single-launch additions */
body.quiz-open {
  overflow: hidden;
}

.hero-media video {
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
  border-radius: var(--radius-md);
  border: 1px solid rgba(112, 198, 248, 0.42);
  box-shadow: 0 18px 38px rgba(2, 10, 24, 0.45);
}

@media (prefers-reduced-motion: reduce) {
  .hero-media video {
    display: none;
  }
}

.social-proof-zone {
  margin-top: clamp(1.9rem, 4vw, 2.8rem);
  display: grid;
  gap: clamp(0.75rem, 2vw, 1.1rem);
}

.social-proof-ugc {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0.9rem;
}

.ugc-card {
  padding: 0.8rem;
  display: grid;
  gap: 0.5rem;
  align-content: start;
  height: 100%;
}

.ugc-card img {
  width: 100%;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(111, 191, 244, 0.4);
  aspect-ratio: 10 / 7;
  object-fit: cover;
}

.ugc-card figcaption {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 700;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.social-proof-snippets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 0.9rem;
}

.social-snippet-card {
  padding: 0.95rem;
  display: grid;
  align-content: start;
  gap: 0.5rem;
  height: 100%;
}

.social-snippet-text {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-primary);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.6em;
}

.social-snippet-meta {
  margin: 0.5rem 0 0;
  color: var(--text-subtle);
  font-size: 0.76rem;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.social-snippet-meta span + span::before {
  content: '•';
  margin-right: 0.35rem;
}

.logo-strip {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.logo-pill {
  border: 1px solid rgba(109, 178, 236, 0.38);
  border-radius: var(--radius-pill);
  background: rgba(5, 22, 41, 0.74);
  padding: 0.4rem 0.65rem;
}

.logo-pill img {
  width: auto;
  height: 24px;
  object-fit: contain;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.trust-pill {
  border: 1px solid rgba(99, 181, 237, 0.4);
  border-radius: var(--radius-pill);
  padding: 0.36rem 0.62rem;
  font-size: 0.76rem;
  color: var(--text-muted);
  background: rgba(4, 18, 35, 0.72);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.trust-pill-dot {
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: rgba(92, 233, 245, 0.9);
  box-shadow: 0 0 0 1px rgba(120, 224, 246, 0.32);
}

.home-action-row {
  margin-top: 0.95rem;
  display: flex;
  justify-content: center;
}

.home-action-row .btn {
  min-height: 48px;
  min-width: clamp(220px, 31vw, 320px);
}

.price-detail {
  margin: 0.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
  font-size: 0.78rem;
  color: var(--text-subtle);
}

.bundle-save {
  color: var(--brand-yellow);
  font-weight: 800;
}

.sticky-buy-anchor {
  display: none;
}

.sticky-buy-shell {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 72;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.45rem;
  padding: 0.62rem 0.75rem calc(0.62rem + env(safe-area-inset-bottom));
  background: rgba(3, 14, 28, 0.96);
  border-top: 1px solid rgba(103, 181, 238, 0.45);
  backdrop-filter: blur(8px);
}

.sticky-buy-price {
  grid-column: 1 / -1;
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
}

.sticky-current {
  font-size: 1.05rem;
  font-weight: 800;
}

.sticky-compare {
  text-decoration: line-through;
  color: var(--text-subtle);
  font-size: 0.85rem;
}

.sticky-serving {
  margin-left: auto;
  color: var(--text-muted);
  font-size: 0.78rem;
}

.sticky-buy-select {
  min-height: 44px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(100, 177, 235, 0.45);
  background: rgba(6, 31, 57, 0.95);
  color: var(--text-primary);
  padding: 0 0.7rem;
}

.sticky-buy-action,
.sticky-buy-checkout {
  min-height: 44px;
  font-size: 0.75rem;
}

.quiz-backdrop {
  position: fixed;
  inset: 0;
  z-index: 92;
  background: rgba(2, 11, 21, 0.75);
}

.quiz-modal {
  position: fixed;
  z-index: 93;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(94vw, 620px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(101, 180, 238, 0.45);
  background: linear-gradient(145deg, rgba(8, 36, 67, 0.98), rgba(3, 15, 29, 0.98));
  box-shadow: 0 28px 66px rgba(2, 8, 20, 0.74);
  padding: 1.2rem;
}

.quiz-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(95, 174, 235, 0.42);
  background: rgba(3, 16, 30, 0.78);
  color: var(--text-primary);
  min-height: 34px;
  padding: 0.35rem 0.7rem;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
}

.quiz-shell {
  display: grid;
  gap: 0.7rem;
}

.quiz-kicker {
  margin: 0;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--brand-cyan);
  font-weight: 800;
}

.quiz-progress {
  margin: 0;
  color: var(--text-subtle);
  font-size: 0.8rem;
}

.quiz-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}

.quiz-fieldset legend {
  margin-bottom: 0.4rem;
  font-weight: 700;
}

.quiz-option {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  border: 1px solid rgba(95, 174, 235, 0.34);
  border-radius: var(--radius-sm);
  padding: 0.6rem;
  background: rgba(5, 22, 42, 0.78);
}

.quiz-actions {
  display: flex;
  gap: 0.5rem;
}

.quiz-actions .btn {
  flex: 1;
}

.quiz-result {
  border: 1px solid rgba(101, 181, 238, 0.34);
  border-radius: var(--radius-md);
  padding: 0.85rem;
  background: rgba(4, 21, 40, 0.78);
}

.quiz-result h3 {
  margin-bottom: 0.55rem;
}

.quiz-result p {
  margin: 0.45rem 0;
  color: var(--text-muted);
}

.quiz-result-actions {
  margin-top: 0.8rem;
  display: flex;
  gap: 0.45rem;
}

.quiz-result-actions .btn {
  flex: 1;
}

.quiz-status {
  min-height: 1.1rem;
  margin: 0;
  color: var(--ok-green);
  font-weight: 700;
}

.subscription-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: var(--space-4);
}

.subscription-hero-media {
  padding: var(--space-4);
}

.subscription-hero-media img {
  width: 100%;
  border-radius: var(--radius-md);
  border: 1px solid rgba(103, 183, 239, 0.45);
}

.subscription-benefits {
  margin-top: var(--space-5);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
}

.subscription-benefit-card {
  padding: var(--space-4);
}

.subscription-waitlist-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: var(--space-4);
  align-items: start;
}

.subscription-waitlist-copy,
.subscription-waitlist-form {
  padding: var(--space-5);
}

.subscription-waitlist-copy h2 {
  margin-top: 0;
}

.subscription-waitlist-meta {
  margin: 0;
  color: var(--text-subtle);
}

.subscription-builder {
  margin-top: var(--space-5);
  display: grid;
  gap: 0.62rem;
  padding: var(--space-5);
}

.subscription-builder label {
  font-weight: 700;
  color: var(--text-muted);
}

.subscription-builder select,
.subscription-builder input {
  min-height: 44px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(96, 174, 234, 0.42);
  background: rgba(3, 18, 34, 0.85);
  color: var(--text-primary);
  padding: 0 0.65rem;
}

.subscription-price-row {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.subscription-price-row strong {
  font-size: clamp(1.45rem, 3vw, 2rem);
  font-family: var(--font-display);
}

.subscription-serving,
.subscription-note {
  margin: 0;
  color: var(--text-subtle);
}

.subscription-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.subscription-faq {
  display: grid;
  gap: 0.7rem;
}

.subscription-faq details {
  border: 1px solid rgba(102, 180, 237, 0.32);
  border-radius: var(--radius-sm);
  padding: 0.7rem;
  background: rgba(3, 17, 33, 0.72);
}

.subscription-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.promo-art picture {
  display: block;
  width: 100%;
}

.promo-art picture img {
  width: min(100%, 320px);
  border-radius: var(--radius-sm);
  border: 1px solid rgba(93, 173, 233, 0.42);
}

.science-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: var(--space-5);
  align-items: stretch;
  margin-bottom: var(--space-7);
}

.science-hero-copy {
  display: grid;
  gap: 0.95rem;
  align-content: start;
}

.science-hero-copy h1 {
  max-width: 18ch;
}

.science-hero-copy p {
  margin: 0;
  color: var(--text-muted);
  max-width: 68ch;
}

.science-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.science-footnote {
  margin: 0;
  color: var(--text-subtle);
  font-size: 0.82rem;
}

.science-system-card {
  padding: var(--space-5);
  display: grid;
  gap: 0.82rem;
  background:
    radial-gradient(circle at 10% 6%, rgba(255, 230, 106, 0.13), transparent 46%),
    linear-gradient(160deg, rgba(9, 41, 75, 0.9), rgba(4, 17, 33, 0.92));
}

.science-system-kicker {
  margin: 0;
  color: var(--brand-cyan);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.76rem;
  font-weight: 820;
}

.science-system-title {
  font-size: clamp(1.18rem, 2.1vw, 1.5rem);
}

.science-system-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.52rem;
}

.science-system-list li {
  border: 1px solid rgba(104, 181, 238, 0.26);
  border-radius: var(--radius-sm);
  background: rgba(4, 19, 36, 0.62);
  padding: 0.56rem 0.64rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0.4rem 0.75rem;
  align-items: center;
}

.science-system-list li span {
  color: var(--text-muted);
  font-size: 0.86rem;
}

.science-system-list li strong {
  color: var(--text-primary);
  font-size: 0.84rem;
  text-align: right;
}

.science-system-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.science-system-metrics div {
  border: 1px solid rgba(104, 181, 238, 0.3);
  border-radius: var(--radius-sm);
  background: rgba(5, 21, 39, 0.7);
  padding: 0.62rem 0.6rem;
  display: grid;
  gap: 0.24rem;
}

.science-system-metrics strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
  color: var(--brand-yellow);
}

.science-system-metrics span {
  color: var(--text-subtle);
  font-size: 0.76rem;
}

.science-section .section-head {
  margin-bottom: var(--space-4);
  display: grid;
  gap: 0.72rem;
}

.science-section .section-head h2 {
  max-width: 22ch;
}

.science-section .section-head p {
  margin: 0;
  color: var(--text-muted);
  max-width: 64ch;
}

.science-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
}

.science-ingredient-card {
  padding: var(--space-5);
  display: grid;
  gap: 0.62rem;
  background:
    radial-gradient(circle at 9% 8%, rgba(44, 228, 247, 0.12), transparent 42%),
    linear-gradient(150deg, rgba(9, 36, 68, 0.9), rgba(4, 18, 35, 0.92));
}

.science-ingredient-card img {
  width: 64px;
  height: 64px;
}

.science-ingredient-card p {
  margin: 0;
  color: var(--text-muted);
}

.science-ingredient-points {
  margin: 0.2rem 0 0;
  padding-left: 1rem;
  display: grid;
  gap: 0.36rem;
  color: var(--text-subtle);
  font-size: 0.88rem;
}

.science-ingredient-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

@keyframes science-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.science-reveal {
  opacity: 0;
  animation: science-rise 620ms ease forwards;
}

.science-ingredient-grid .science-reveal:nth-child(2) {
  animation-delay: 90ms;
}

.science-ingredient-grid .science-reveal:nth-child(3) {
  animation-delay: 170ms;
}

.science-ingredient-grid .science-reveal:nth-child(4) {
  animation-delay: 250ms;
}

.science-protocol-list .science-reveal:nth-child(2) {
  animation-delay: 100ms;
}

.science-protocol-list .science-reveal:nth-child(3) {
  animation-delay: 180ms;
}

.science-protocol-list .science-reveal:nth-child(4) {
  animation-delay: 260ms;
}

.science-matrix-panel,
.science-protocol-panel {
  padding: var(--space-5);
  display: grid;
  gap: 0.85rem;
}

.science-support-visual {
  margin: 0;
  border: 1px solid rgba(98, 177, 235, 0.3);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(2, 14, 30, 0.72);
}

.science-support-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.science-panel-head {
  display: grid;
  gap: 0.58rem;
}

.science-panel-head p {
  margin: 0;
  color: var(--text-muted);
  max-width: 68ch;
}

.science-matrix-table-wrap {
  border: 1px solid rgba(98, 178, 237, 0.3);
  border-radius: var(--radius-md);
  background: rgba(4, 18, 35, 0.72);
  overflow: auto;
  padding: 0.65rem;
}

.science-matrix-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.science-matrix-table th,
.science-matrix-table td {
  padding: 0.72rem 0.58rem;
  border-bottom: 1px solid rgba(99, 175, 235, 0.2);
}

.science-matrix-table thead th {
  color: var(--brand-cyan);
  text-align: left;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 810;
}

.science-matrix-table tbody th {
  color: var(--text-primary);
  text-align: left;
  white-space: nowrap;
}

.science-matrix-table tbody tr:last-child th,
.science-matrix-table tbody tr:last-child td {
  border-bottom: none;
}

.matrix-pill {
  border-radius: var(--radius-pill);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  padding: 0.24rem 0.56rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.matrix-primary {
  color: #032a3f;
  background: linear-gradient(130deg, #70f6ea, #48d8ff);
}

.matrix-secondary {
  color: #073553;
  background: linear-gradient(130deg, #88e0ff, #7eb7ff);
}

.matrix-minor {
  color: #d5e7f6;
  background: rgba(79, 141, 196, 0.32);
  border: 1px solid rgba(108, 177, 236, 0.38);
}

.science-matrix-note {
  margin: 0;
  color: var(--text-subtle);
  font-size: 0.84rem;
}

.science-protocol-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: science-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.65rem;
}

.science-protocol-list li {
  counter-increment: science-step;
  border: 1px solid rgba(101, 179, 237, 0.26);
  border-radius: var(--radius-md);
  background: rgba(4, 20, 38, 0.72);
  padding: 0.82rem;
  display: grid;
  gap: 0.5rem;
  align-content: start;
}

.science-protocol-list li::before {
  content: counter(science-step);
  width: 28px;
  height: 28px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(92, 194, 242, 0.52);
  color: var(--brand-cyan);
  font-size: 0.8rem;
  font-weight: 830;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.science-step-time {
  margin: 0;
  color: var(--brand-yellow);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 810;
}

.science-protocol-list h3 {
  font-size: 1.04rem;
}

.science-protocol-list p {
  margin: 0;
  color: var(--text-muted);
}

.science-guardrail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-4);
}

.science-guardrail-card {
  padding: var(--space-5);
  display: grid;
  gap: 0.52rem;
}

.science-guardrail-card p {
  margin: 0;
  color: var(--text-muted);
}

.science-cta .hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.58rem;
}

@media (max-width: 1024px) {
  .science-hero {
    grid-template-columns: 1fr;
  }

  .science-protocol-list,
  .science-guardrail-grid,
  .science-cta .hero-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .social-proof-ugc,
  .social-proof-snippets {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .subscription-hero {
    grid-template-columns: 1fr;
  }

  .subscription-waitlist-grid {
    grid-template-columns: 1fr;
  }

  .subscription-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .science-ingredient-grid,
  .science-protocol-list,
  .science-guardrail-grid,
  .science-cta .hero-actions {
    grid-template-columns: 1fr;
  }

  .science-system-list li {
    grid-template-columns: 1fr;
  }

  .science-system-list li strong {
    text-align: left;
  }

  .social-proof-ugc,
  .social-proof-snippets {
    grid-template-columns: 1fr;
  }

  .sticky-buy-anchor {
    display: block;
  }

  .subscription-actions,
  .quiz-result-actions {
    grid-template-columns: 1fr;
    display: grid;
  }

  .quiz-actions {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .science-system-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .science-system-metrics div:last-child {
    grid-column: 1 / -1;
  }

  .science-matrix-table {
    min-width: 620px;
  }
}

@media (min-width: 769px) {
  .sticky-buy-shell {
    display: none;
  }
}

/* Can-inspired visual system upgrade */
:root {
  --bg-deep: #041c2d;
  --bg-ocean: #0f4f6a;
  --bg-surface: rgba(4, 36, 55, 0.78);
  --bg-surface-strong: rgba(4, 30, 48, 0.94);
  --text-primary: #f3fbff;
  --text-muted: #b8d9e8;
  --text-subtle: #88b8cc;
  --brand-cyan: #3bbad8;
  --brand-blue: #2a9dd3;
  --brand-yellow: #fbed36;
  --brand-yellow-logo: #ffe57e;
  --brand-yellow-logo-rgb: 255, 229, 126;
  --brand-yellow-marquee-start: #ffe46c;
  --brand-yellow-marquee-mid: #ffd33f;
  --brand-yellow-marquee-end: #fff2a0;
  --brand-yellow-support: #ffe391;
  --brand-yellow-support-rgb: 255, 227, 145;
  --brand-yellow-soft: #fff0c8;
  --brand-yellow-soft-rgb: 255, 240, 200;
  --brand-mint: #7ed7d9;
  --accent-coral: #ffc95a;
  --shadow-soft: 0 24px 52px rgba(2, 11, 20, 0.42);
  --shadow-glow: 0 0 0 1px rgba(59, 186, 216, 0.3), 0 20px 46px rgba(24, 126, 158, 0.34);
}

body {
  background:
    radial-gradient(circle at 14% 88%, rgba(251, 237, 54, 0.1), transparent 30%),
    radial-gradient(circle at 84% 4%, rgba(59, 186, 216, 0.22), transparent 42%),
    linear-gradient(160deg, #041b2b 0%, #0a3650 54%, #0f5368 100%);
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.14;
  background:
    repeating-radial-gradient(circle at 24% 32%, rgba(255, 255, 255, 0.22) 0 1px, transparent 1px 13px);
}

.bg-orb-a {
  background: rgba(59, 186, 216, 0.58);
}

.bg-orb-b {
  background: rgba(251, 237, 54, 0.22);
}

.bg-orb-c {
  background: rgba(126, 215, 217, 0.24);
}

.btn-primary {
  background: linear-gradient(120deg, #49d0ea, #39b1de 70%);
  color: #04293a;
  box-shadow: var(--shadow-glow);
}

.btn-secondary {
  border: 1px solid rgba(102, 193, 224, 0.46);
  background: rgba(5, 36, 55, 0.74);
  color: #d8eff7;
}

.panel {
  border: 1px solid rgba(95, 180, 212, 0.3);
  background:
    linear-gradient(140deg, rgba(5, 31, 50, 0.9), rgba(4, 24, 40, 0.92));
}

.panel-hero {
  background:
    radial-gradient(circle at 8% 8%, rgba(251, 237, 54, 0.11), transparent 44%),
    linear-gradient(140deg, rgba(8, 46, 69, 0.94), rgba(4, 24, 39, 0.92));
}

.panel-proof {
  background:
    radial-gradient(circle at 14% 10%, rgba(126, 215, 217, 0.16), transparent 44%),
    linear-gradient(140deg, rgba(7, 37, 57, 0.88), rgba(3, 21, 36, 0.9));
}

.section-kicker {
  color: #9ad8ea;
}

.chip {
  background: rgba(251, 237, 54, 0.14);
  border-color: rgba(251, 237, 54, 0.34);
  color: #f7eb63;
}

.product-stage-grid {
  gap: var(--space-4);
}

.product-card {
  background:
    radial-gradient(circle at 10% 8%, rgba(126, 215, 217, 0.16), transparent 44%),
    linear-gradient(155deg, rgba(5, 31, 49, 0.92), rgba(3, 20, 34, 0.95));
  border: 1px solid rgba(95, 184, 220, 0.38);
}

.price {
  color: #f8ef86;
}

.compare-price {
  color: #90bfd0;
}

.bundle-save {
  color: #f9eb62;
}

.shop-side-card {
  background:
    radial-gradient(circle at 14% 8%, rgba(59, 186, 216, 0.14), transparent 46%),
    linear-gradient(155deg, rgba(5, 31, 50, 0.88), rgba(4, 21, 37, 0.9));
}

.science-system-kicker,
.science-panel-head .section-kicker {
  color: #7dd4e6;
}

.science-matrix-table thead th {
  color: #8ee0f0;
}

.site-footer {
  background: rgba(3, 19, 32, 0.52);
  border-top: 1px solid rgba(95, 179, 211, 0.24);
}

/* Homepage art-direction refresh */
body[data-page='home'] {
  --home-surface-1: rgba(5, 24, 41, 0.74);
  --home-surface-2: rgba(6, 31, 52, 0.86);
  --home-border-soft: rgba(121, 206, 244, 0.28);
  --home-border-strong: rgba(127, 214, 247, 0.5);
  --home-elev-1: var(--elevation-tier-1);
  --home-elev-2: var(--elevation-tier-2);
  --home-elev-3: var(--elevation-tier-3);
  --home-radius-a: 34px 24px 36px 22px;
  --home-radius-b: 30px 20px 28px 24px;
  --home-radius-c: 26px 30px 24px 28px;
}

body[data-page='home'] .hero-wrap {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}

body[data-page='home'] .hypnosis-field {
  display: none;
}

body[data-page='home'] .site-bg {
  --vortex-focus-x: 31%;
  --vortex-focus-y: 43%;
  background:
    radial-gradient(circle at 22% 74%, rgba(251, 237, 54, 0.14), transparent 36%),
    radial-gradient(circle at 83% 9%, rgba(92, 224, 246, 0.16), transparent 42%),
    linear-gradient(160deg, #04192a 0%, #0a3d59 53%, #0f5770 100%);
}

body[data-page='home'] .site-bg::before,
body[data-page='home'] .site-bg::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

body[data-page='home'] .site-bg::before {
  inset: -28% -14%;
  background:
    repeating-radial-gradient(circle at var(--vortex-focus-x) var(--vortex-focus-y), rgba(168, 239, 249, 0.14) 0 1px, transparent 1px 24px),
    repeating-conic-gradient(from 12deg at var(--vortex-focus-x) var(--vortex-focus-y), rgba(71, 205, 233, 0.06) 0 4deg, transparent 4deg 12deg),
    radial-gradient(circle at var(--vortex-focus-x) var(--vortex-focus-y), rgba(79, 204, 228, 0.1), transparent 52%);
  mix-blend-mode: screen;
  opacity: 0.28;
  transform-origin: var(--vortex-focus-x) var(--vortex-focus-y);
  animation: home-vortex-drift 224s linear infinite;
}

body[data-page='home'] .site-bg::after {
  inset: -16% -9%;
  background:
    radial-gradient(circle at var(--vortex-focus-x) var(--vortex-focus-y), rgba(90, 219, 242, 0.16), transparent 32%),
    repeating-radial-gradient(circle at var(--vortex-focus-x) var(--vortex-focus-y), rgba(122, 222, 244, 0.06) 0 1px, transparent 1px 48px),
    linear-gradient(116deg, rgba(3, 18, 31, 0.1), rgba(3, 18, 31, 0.56));
  filter: blur(2px);
  opacity: 0.32;
  animation: home-vortex-float 88s ease-in-out infinite alternate;
}

@keyframes home-vortex-drift {
  from {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(45deg) scale(1.004);
  }

  to {
    transform: rotate(90deg) scale(1);
  }
}

@keyframes home-vortex-float {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-2.5px, 2px, 0);
  }
}

@keyframes home-panel-drift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(4px);
  }
}

body[data-page='home'] .bg-orb-a {
  background: rgba(76, 204, 232, 0.48);
}

body[data-page='home'] .bg-orb-b {
  background: rgba(251, 237, 54, 0.2);
}

body[data-page='home'] .bg-orb-c {
  background: rgba(132, 230, 246, 0.2);
}

body[data-page='home'] .hero-grid,
body[data-page='home'] .social-proof-zone,
body[data-page='home'] .metrics {
  position: relative;
  z-index: 1;
}

body[data-page='home'] .hero-grid {
  grid-template-columns: minmax(0, 1.14fr) minmax(0, 0.86fr);
}

body[data-page='home'] .hero-copy {
  position: relative;
  padding: clamp(1.05rem, 2.5vw, 1.55rem);
  max-width: min(36rem, 100%);
}

body[data-page='home'] .hero-copy::before {
  content: '';
  position: absolute;
  top: clamp(12.25rem, 42%, 16.5rem);
  right: 6%;
  bottom: -3%;
  left: -1%;
  border-radius: var(--home-radius-a);
  border: 1px solid rgba(121, 206, 244, 0.22);
  background:
    radial-gradient(circle at 18% 8%, rgba(130, 229, 248, 0.18), transparent 44%),
    linear-gradient(155deg, rgba(4, 24, 39, 0.62), rgba(4, 24, 39, 0.36));
  box-shadow: 0 24px 52px rgba(2, 11, 23, 0.36), inset 0 1px 0 rgba(164, 230, 248, 0.16);
  pointer-events: none;
  transform: rotate(-0.8deg);
  transform-origin: center;
}

body[data-page='home'] .hero-copy > * {
  position: relative;
  z-index: 1;
}

body[data-page='home'] .eyebrow {
  border-color: rgba(112, 211, 247, 0.56);
  box-shadow: var(--home-elev-1);
}

body[data-page='home'] .display-title {
  margin-top: 0.82rem;
  max-width: 34ch;
  text-wrap: balance;
  letter-spacing: -0.036em;
}

body[data-page='home'] .display-title .highlight {
  color: #d8ef98;
  text-shadow: none;
}

@supports (-webkit-background-clip: text) {
  body[data-page='home'] .display-title .highlight {
    background-image: linear-gradient(104deg, #f2ea6a 0%, #bdefff 44%, #d8ef98 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

body[data-page='home'] .lede {
  max-width: 42ch;
  margin-top: 0.95rem;
  color: #c8deef;
  font-size: clamp(1rem, 2vw, 1.18rem);
}

body[data-page='home'] .hero-actions {
  margin-top: 1.2rem;
  gap: 0.82rem;
}

body[data-page='home'] .hero-actions .btn {
  min-width: clamp(182px, 23vw, 250px);
  min-height: 50px;
}

body[data-page='home'] .hero-actions .btn-primary {
  background: linear-gradient(120deg, #50dcf1 0%, #3cbfee 62%, #91d8ff 100%);
  box-shadow: var(--home-elev-3);
}

body[data-page='home'] .hero-actions .hero-link {
  min-height: 50px;
  padding: 0.62rem 1rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(110, 199, 238, 0.45);
  background: rgba(4, 32, 52, 0.58);
  color: #d6ebff;
  font-weight: 740;
  text-decoration: none;
  box-shadow: var(--home-elev-1);
}

body[data-page='home'] .hero-actions .hero-link:hover {
  border-color: rgba(136, 218, 247, 0.68);
  background: rgba(6, 42, 66, 0.68);
}

body[data-page='home'] .hero-proof-list {
  margin-top: 1.05rem;
  gap: 0.64rem;
}

body[data-page='home'] .hero-proof-list li {
  opacity: 1;
  transform: none;
  animation: none;
  color: #d3e7f7;
  font-weight: 700;
}

body[data-page='home'] .hero-proof-list li i {
  color: #81e8f7;
}

body[data-page='home'] .hero-media {
  border-radius: var(--home-radius-b);
  border: 1px solid var(--home-border-strong);
  background:
    radial-gradient(circle at 82% 84%, rgba(251, 237, 54, 0.07), transparent 48%),
    linear-gradient(145deg, rgba(5, 34, 55, 0.9), rgba(4, 22, 37, 0.92));
  box-shadow: var(--home-elev-3);
  animation: home-panel-drift 10s ease-in-out infinite;
  transform: rotate(0.45deg);
  transform-origin: center;
}

body[data-page='home'] .hero-media::before {
  content: '';
  position: absolute;
  inset: -14% -10%;
  z-index: 0;
  background: radial-gradient(circle at 72% 20%, rgba(90, 221, 246, 0.2), transparent 48%);
  filter: blur(14px);
  opacity: 0.26;
}

body[data-page='home'] .hero-media::after {
  display: none;
}

body[data-page='home'] .hero-media > * {
  position: relative;
  z-index: 1;
}

body[data-page='home'] .hero-media video {
  border-color: rgba(120, 203, 244, 0.44);
  box-shadow: var(--home-elev-2);
  border-radius: 24px 18px 22px 18px;
}

body[data-page='home'] .hero-media img {
  border-radius: 24px 18px 22px 18px;
}

body[data-page='home'] .hero-tag {
  background: rgba(4, 27, 46, 0.84);
  border-color: rgba(112, 202, 241, 0.48);
  color: #9ae5ff;
  box-shadow: var(--home-elev-1);
}

body[data-page='home'] .social-proof-zone {
  margin-top: var(--space-7);
  gap: var(--space-4);
}

body[data-page='home'] .home-action-row-social {
  margin-top: 0.8rem;
}

body[data-page='home'] .trust-row {
  order: 0;
  gap: 0.56rem;
}

body[data-page='home'] .social-proof-snippets {
  order: 1;
}

body[data-page='home'] .social-proof-ugc {
  order: 2;
}

body[data-page='home'] .logo-strip {
  order: 3;
}

body[data-page='home'] .trust-pill,
body[data-page='home'] .logo-pill {
  background: var(--home-surface-1);
  border-color: var(--home-border-soft);
  box-shadow: var(--home-elev-1);
}

body[data-page='home'] .trust-pill {
  border-radius: 999px;
}

body[data-page='home'] .logo-pill {
  border-radius: 18px;
}

body[data-page='home'] .social-snippet-card,
body[data-page='home'] .ugc-card,
body[data-page='home'] .metric-card,
body[data-page='home'] .benefit-grid .panel {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(7, 31, 54, 0.82), rgba(4, 18, 34, 0.84));
  border: 1px solid var(--home-border-soft);
  box-shadow: var(--home-elev-2);
  transition: transform var(--motion-med) ease, box-shadow var(--motion-med) ease;
}

body[data-page='home'] .social-snippet-card::before,
body[data-page='home'] .ugc-card::before,
body[data-page='home'] .metric-card::before,
body[data-page='home'] .benefit-grid .panel::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 18% 8%, rgba(138, 226, 247, 0.14), transparent 56%);
}

body[data-page='home'] .social-snippet-card:nth-child(odd),
body[data-page='home'] .ugc-card:nth-child(even),
body[data-page='home'] .benefit-grid .panel:nth-child(odd) {
  border-radius: var(--home-radius-c);
}

body[data-page='home'] .social-snippet-card:nth-child(even),
body[data-page='home'] .ugc-card:nth-child(odd),
body[data-page='home'] .metric-card:nth-child(even),
body[data-page='home'] .benefit-grid .panel:nth-child(even) {
  border-radius: var(--home-radius-b);
}

body[data-page='home'] .social-snippet-card:hover,
body[data-page='home'] .ugc-card:hover,
body[data-page='home'] .metric-card:hover,
body[data-page='home'] .benefit-grid .panel:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(2, 11, 23, 0.4);
}

body[data-page='home'] .metrics {
  margin-top: clamp(2.8rem, 8.2vw, 4.8rem);
  gap: 0.9rem;
}

body[data-page='home'] .metric-card {
  padding: 1.2rem;
}

body[data-page='home'] .metric-label {
  color: #9fc1db;
}

body[data-page='home'] .section-block {
  margin-top: clamp(2.8rem, 7.4vw, 4.6rem);
}

body[data-page='home'] .section-kicker {
  margin-bottom: 0.62rem;
}

body[data-page='home'] .benefit-grid {
  gap: 0.95rem;
}

body[data-page='home'] .benefit-card p {
  margin-top: 0.48rem;
  line-height: 1.45;
}

body[data-page='home'] .home-action-row-benefits {
  margin-top: 1.2rem;
}

body[data-page='home'] .cta-panel {
  border-radius: var(--home-radius-a);
  border: 1px solid var(--home-border-strong);
  background: linear-gradient(145deg, rgba(7, 38, 64, 0.92), rgba(4, 20, 36, 0.94));
  box-shadow: var(--home-elev-3);
}

body[data-page='home'] .site-footer {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(135deg, #1bc6d9 0%, #15aec4 56%, #0f8da8 100%);
  border-top: 1px solid rgba(239, 252, 255, 0.28);
}

body[data-page='home'] .footer-copy {
  max-width: 38ch;
}

@media (max-width: 1024px) {
  body[data-page='home'] .site-bg::before,
  body[data-page='home'] .site-bg::after {
    animation: none !important;
    opacity: 0.38;
  }

  body[data-page='home'] .hero-media {
    animation: none;
  }
}

@media (max-width: 880px) {
  body[data-page='home'] .hero-wrap {
    padding-top: 0.85rem;
  }

  body[data-page='home'] .hero-grid {
    gap: 1.05rem;
  }

  body[data-page='home'] .hero-copy {
    padding: 0.85rem;
  }

  body[data-page='home'] .hero-copy::before {
    top: 12rem;
    right: 0;
    bottom: -1%;
    left: 0;
    border-radius: 22px 18px 24px 18px;
    transform: none;
  }

  body[data-page='home'] .display-title {
    max-width: 11.5ch;
    margin-top: 0.72rem;
  }

  body[data-page='home'] .lede {
    margin-top: 0.8rem;
  }

  body[data-page='home'] .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.58rem;
  }

  body[data-page='home'] .hero-actions .btn,
  body[data-page='home'] .hero-actions .hero-link {
    width: 100%;
    justify-content: center;
  }

  body[data-page='home'] .hero-proof-list {
    margin-top: 0.95rem;
  }

  body[data-page='home'] .social-proof-zone {
    margin-top: var(--space-6);
    gap: 0.85rem;
  }
}

@media (max-width: 768px) {
  body[data-page='home'] .hero-media {
    border-color: rgba(113, 198, 237, 0.44);
    transform: none;
  }

  body[data-page='home'] .hero-copy::before {
    border-radius: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-page='home'] .site-bg::before,
  body[data-page='home'] .site-bg::after,
  body[data-page='home'] .hero-media {
    animation: none !important;
  }
}

/* Main-nav spacing, alignment, and performance polish */
body[data-page='shop'] .page-hero,
body[data-page='reviews'] .page-hero,
body[data-page='faq'] .page-hero,
body[data-page='science'] .science-hero,
body[data-page='subscriptions'] .subscription-hero {
  margin-top: var(--space-2);
}

body[data-page='shop'] .page-hero h1,
body[data-page='reviews'] .page-hero h1,
body[data-page='faq'] .page-hero h1,
body[data-page='science'] .science-hero h1,
body[data-page='subscriptions'] .subscription-hero h1 {
  margin-top: 0;
}

body[data-page='faq'] .page-hero {
  justify-items: center;
}

body[data-page='faq'] .page-hero h1 {
  text-align: center;
}

.hero-actions {
  align-items: center;
}

.hero-actions .btn {
  min-width: clamp(190px, 24vw, 260px);
}

.hero-actions .hero-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}

.benefit-grid,
.trust-grid,
.review-grid,
.subscription-benefits,
.complementary-bundles-grid {
  align-items: stretch;
}

.benefit-grid > article,
.trust-grid > article,
.review-grid > article,
.subscription-benefits > article,
.complementary-bundles-grid > article {
  height: 100%;
  display: grid;
  align-content: start;
}

.hero-media img {
  display: none;
}

@media (max-width: 1024px) {
  body::before {
    display: none;
  }
}

@media (max-width: 880px) {
  .bg-orb {
    filter: blur(62px);
    opacity: 0.42;
  }
}

@media (max-width: 768px) {
  body[data-page='shop'] .hero-actions,
  body[data-page='subscriptions'] .hero-actions,
  body[data-page='science'] .hero-actions,
  body[data-page='reviews'] .hero-actions,
  body[data-page='faq'] .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
    justify-items: start;
  }

  body[data-page='shop'] .hero-actions .btn,
  body[data-page='subscriptions'] .hero-actions .btn,
  body[data-page='science'] .hero-actions .btn,
  body[data-page='reviews'] .hero-actions .btn,
  body[data-page='faq'] .hero-actions .btn {
    width: 100%;
  }

  body[data-page='home'] .hero-media video {
    display: none;
  }

  body[data-page='home'] .hero-media img {
    display: block;
    width: min(100%, 360px);
    margin-inline: auto;
  }

  body[data-page='shop'],
  body[data-page='subscriptions'] {
    padding-bottom: calc(7.4rem + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media video {
    display: none;
  }

  .hero-media img {
    display: block;
  }
}

/* Homepage UI/UX polish: softer geometry, cleaner scan path */
body[data-page='home'] .hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  align-items: start;
  gap: clamp(1.35rem, 3vw, 3rem);
}

body[data-page='home'] .hero-copy {
  padding: clamp(1.2rem, 2.7vw, 1.8rem) 0 clamp(1rem, 2vw, 1.3rem) 0.4rem;
  max-width: none;
}

body[data-page='home'] .hero-copy::before {
  top: clamp(12.6rem, 45%, 17.3rem);
  right: 19%;
  bottom: -7%;
  left: -3%;
  border-radius: 58% 42% 48% 52% / 38% 46% 54% 62%;
  border: 1px solid rgba(131, 214, 247, 0.18);
  background:
    radial-gradient(circle at 22% 8%, rgba(145, 235, 251, 0.2), transparent 42%),
    linear-gradient(154deg, rgba(4, 26, 42, 0.58), rgba(4, 23, 39, 0.3));
  box-shadow: 0 26px 60px rgba(2, 10, 22, 0.36), inset 0 1px 0 rgba(176, 236, 251, 0.14);
  transform: rotate(-1.4deg);
}

body[data-page='home'] .hero-copy::after {
  content: '';
  position: absolute;
  top: clamp(14.3rem, 50%, 18.2rem);
  right: 45%;
  bottom: 9%;
  left: 2%;
  border-radius: 52% 48% 45% 55% / 42% 50% 50% 58%;
  background: linear-gradient(160deg, rgba(84, 219, 248, 0.14), rgba(84, 219, 248, 0));
  filter: blur(10px);
  pointer-events: none;
}

body[data-page='home'] .hero-copy::before,
body[data-page='home'] .hero-copy::after {
  content: none;
  display: none;
}

body[data-page='home'] .display-title {
  max-width: 12.6ch;
  font-size: clamp(2.5rem, 5vw, 4.85rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

body[data-page='home'] .lede {
  max-width: 38ch;
  font-size: clamp(1rem, 1.7vw, 1.27rem);
}

body[data-page='home'] .hero-actions {
  margin-top: 1.1rem;
  gap: 0.68rem;
}

body[data-page='home'] .hero-actions .btn-primary {
  min-width: clamp(196px, 20vw, 252px);
}

body[data-page='home'] .hero-media {
  transform: none;
  border-radius: 34px 26px 36px 24px;
  padding: clamp(0.95rem, 2.1vw, 1.35rem);
  border-color: rgba(127, 214, 247, 0.38);
}

body[data-page='home'] .hero-media video,
body[data-page='home'] .hero-media img {
  border-radius: 24px 20px 22px 16px;
}

body[data-page='home'] .social-proof-zone {
  margin-top: clamp(2rem, 4vw, 2.8rem);
  gap: 0.92rem;
}

body[data-page='home'] .social-snippet-card,
body[data-page='home'] .ugc-card,
body[data-page='home'] .metric-card,
body[data-page='home'] .benefit-grid .panel {
  border: 1px solid rgba(129, 212, 247, 0.18);
  background: linear-gradient(148deg, rgba(8, 34, 57, 0.74), rgba(4, 18, 34, 0.82));
  box-shadow: 0 14px 34px rgba(2, 10, 21, 0.34);
}

body[data-page='home'] .social-snippet-card::before,
body[data-page='home'] .ugc-card::before,
body[data-page='home'] .metric-card::before,
body[data-page='home'] .benefit-grid .panel::before {
  background: radial-gradient(circle at 8% 0%, rgba(138, 226, 247, 0.12), transparent 54%);
}

body[data-page='home'] .social-snippet-card:nth-child(odd),
body[data-page='home'] .ugc-card:nth-child(even),
body[data-page='home'] .benefit-grid .panel:nth-child(odd) {
  border-radius: 26px 20px 28px 18px;
}

body[data-page='home'] .social-snippet-card:nth-child(even),
body[data-page='home'] .ugc-card:nth-child(odd),
body[data-page='home'] .metric-card:nth-child(odd),
body[data-page='home'] .benefit-grid .panel:nth-child(even) {
  border-radius: 22px 30px 20px 28px;
}

body[data-page='home'] .cta-panel {
  border-radius: 40px 26px 38px 24px;
  border-color: rgba(133, 218, 248, 0.4);
}

body[data-page='home'] .home-action-row .btn {
  border-radius: 999px;
}

@media (max-width: 1100px) {
  body[data-page='home'] .hero-grid {
    grid-template-columns: 1fr;
  }

  body[data-page='home'] .hero-copy {
    padding: 0.85rem 0;
  }

  body[data-page='home'] .display-title {
    max-width: 11.6ch;
    font-size: clamp(2.2rem, 9vw, 3.6rem);
  }

  body[data-page='home'] .hero-copy::before {
    top: 11.6rem;
    right: 0;
    bottom: -2%;
    left: 0;
    border-radius: 24px 18px 26px 20px;
    transform: none;
  }

  body[data-page='home'] .hero-copy::after {
    display: none;
  }
}

/* Homepage copy spacing refinement */
body[data-page='home'] .display-title {
  margin-top: 0.58rem;
  max-width: 11.9ch;
  line-height: 0.99;
}

body[data-page='home'] .lede {
  margin-top: 1.08rem;
  max-width: 36ch;
  line-height: 1.42;
  letter-spacing: -0.004em;
}

body[data-page='home'] .hero-actions {
  margin-top: 1.25rem;
  gap: 0.72rem;
}

body[data-page='home'] .hero-proof-list {
  margin-top: 1.02rem;
  gap: 0.56rem;
}

body[data-page='home'] .hero-proof-list li {
  font-size: clamp(1rem, 1.2vw, 1.08rem);
  line-height: 1.28;
}

body[data-page='home'] .trust-pill {
  font-size: 0.82rem;
  line-height: 1.2;
  padding: 0.45rem 0.74rem;
}

body[data-page='home'] .social-snippet-card {
  padding: 1.05rem 1.15rem 1rem;
  gap: 0.56rem;
}

body[data-page='home'] .social-snippet-text {
  font-size: 0.98rem;
  line-height: 1.46;
  min-height: 2.9em;
}

body[data-page='home'] .social-snippet-meta {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  line-height: 1.34;
}

body[data-page='home'] .ugc-card {
  padding: 0.88rem;
  gap: 0.6rem;
}

body[data-page='home'] .ugc-card figcaption {
  font-size: 0.84rem;
  line-height: 1.34;
}

body[data-page='home'] .metric-card {
  padding: 1.2rem 1.24rem 1.18rem;
}

body[data-page='home'] .metric-value {
  line-height: 1;
  letter-spacing: -0.018em;
}

body[data-page='home'] .metric-label {
  margin-top: 0.44rem;
  font-size: 0.92rem;
  line-height: 1.4;
}

body[data-page='home'] .section-head {
  max-width: 72ch;
  margin-bottom: clamp(1.35rem, 3vw, 2.1rem);
}

body[data-page='home'] .section-head h2 {
  max-width: 18ch;
  line-height: 1.07;
}

body[data-page='home'] .section-kicker {
  margin-bottom: 0.52rem;
}

body[data-page='home'] .section-intro {
  margin-top: 0.82rem;
  max-width: 58ch;
  line-height: 1.52;
}

body[data-page='home'] .benefit-card {
  padding: 1.18rem 1.16rem 1.2rem;
}

body[data-page='home'] .benefit-card h3 {
  margin-top: 0.8rem;
  line-height: 1.14;
  letter-spacing: -0.012em;
}

body[data-page='home'] .benefit-card p {
  margin-top: 0.58rem;
  line-height: 1.5;
  font-size: 0.96rem;
}

body[data-page='home'] .cta-panel {
  padding: clamp(1.6rem, 2.7vw, 2.25rem) clamp(1.3rem, 2.5vw, 2rem);
  gap: 0.88rem;
}

body[data-page='home'] .cta-panel h2 {
  max-width: 16ch;
  line-height: 1.07;
}

body[data-page='home'] .cta-intro {
  max-width: 52ch;
  line-height: 1.52;
}

body[data-page='home'] .cta-panel .hero-actions {
  margin-top: 0.18rem;
}

body[data-page='home'] .home-sales-grid {
  align-items: start;
}

body[data-page='home'] .hero-spec-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0 0 1.2rem;
}

body[data-page='home'] .home-hero-stack {
  display: grid;
  gap: 1rem;
}

body[data-page='home'] .hero-buy-card {
  display: grid;
  gap: 1rem;
  padding: 1.3rem;
  background:
    linear-gradient(160deg, rgba(7, 25, 49, 0.92), rgba(4, 16, 34, 0.86)),
    radial-gradient(circle at top left, rgba(91, 214, 255, 0.16), transparent 54%);
}

body[data-page='home'] .hero-buy-kicker {
  margin: 0 0 0.35rem;
  color: var(--brand-cyan);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

body[data-page='home'] .hero-buy-card h2 {
  margin: 0;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
}

body[data-page='home'] .hero-buy-price-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

body[data-page='home'] .hero-buy-price {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  line-height: 0.95;
  color: #f7fbff;
}

body[data-page='home'] .hero-buy-compare {
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 650;
}

body[data-page='home'] .hero-buy-copy {
  margin: 0;
  color: var(--text-secondary);
}

body[data-page='home'] .hero-buy-meta {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

body[data-page='home'] .hero-buy-meta div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(95, 164, 224, 0.18);
}

body[data-page='home'] .hero-buy-meta div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body[data-page='home'] .hero-buy-meta dt {
  color: var(--text-muted);
  font-size: 0.84rem;
  font-weight: 700;
}

body[data-page='home'] .hero-buy-meta dd {
  margin: 0;
  text-align: right;
  color: var(--text-primary);
  font-size: 0.92rem;
  font-weight: 700;
}

body[data-page='home'] .home-outcome-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

body[data-page='home'] .home-outcome-card {
  min-height: 100%;
  padding: 1.3rem;
}

body[data-page='home'] .home-outcome-card h2 {
  margin-bottom: 0.55rem;
  font-size: 1.12rem;
}

body[data-page='home'] .home-proof-section {
  padding-top: 0;
}

body[data-page='home'] .home-routine-grid {
  align-items: stretch;
}

body[data-page='home'] .home-step-card {
  position: relative;
  padding-top: 3.4rem;
}

body[data-page='home'] .home-step-index {
  position: absolute;
  top: 1.1rem;
  left: 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 0.28rem 0.7rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(108, 230, 255, 0.18), rgba(92, 244, 192, 0.2));
  border: 1px solid rgba(109, 215, 255, 0.36);
  color: var(--brand-cyan);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

body[data-page='home'] .home-cta-panel {
  display: grid;
  gap: 1.2rem;
}

body[data-page='home'] .cta-trust-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

body[data-page='home'] .cta-trust-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--text-secondary);
  font-weight: 650;
}

body[data-page='home'] .cta-trust-list li i {
  color: var(--brand-cyan);
}

@media (max-width: 1100px) {
  body[data-page='home'] .display-title {
    max-width: 10.6ch;
    line-height: 0.98;
  }

  body[data-page='home'] .lede {
    max-width: 40ch;
    font-size: clamp(1rem, 2.2vw, 1.16rem);
  }

  body[data-page='home'] .section-head h2 {
    max-width: 20ch;
  }

  body[data-page='home'] .home-outcome-strip {
    grid-template-columns: 1fr;
  }

  body[data-page='home'] .hero-buy-price-row,
  body[data-page='home'] .hero-buy-meta div {
    display: grid;
    grid-template-columns: 1fr;
  }

  body[data-page='home'] .hero-buy-meta dd {
    text-align: left;
  }
}

@media (max-width: 768px) {
  body[data-page='home'] .hero-copy {
    padding: 0.9rem 0 0.48rem;
  }

  body[data-page='home'] .display-title {
    max-width: 10.3ch;
    font-size: clamp(2.15rem, 11.5vw, 3.02rem);
    line-height: 0.98;
  }

  body[data-page='home'] .lede {
    margin-top: 0.9rem;
    max-width: none;
    line-height: 1.44;
  }

  body[data-page='home'] .hero-proof-list li {
    font-size: 1.02rem;
  }

  body[data-page='home'] .section-head {
    margin-bottom: 1.08rem;
  }

  body[data-page='home'] .section-head h2 {
    max-width: 14ch;
  }

  body[data-page='home'] .section-intro {
    margin-top: 0.68rem;
    line-height: 1.5;
  }

  body[data-page='home'] .social-snippet-text {
    font-size: 0.96rem;
  }

  body[data-page='home'] .cta-panel h2 {
    max-width: 14ch;
  }

  body[data-page='home'] .hero-spec-strip {
    gap: 0.55rem;
  }

}

/* Homepage aesthetic upgrade: calmer hierarchy, warmer premium accents */
body[data-page='home'] {
  --home-ink: #041322;
  --home-night: #07243a;
  --home-aqua: #8ceaf6;
  --home-mint: #7ef2d6;
  --home-gold: var(--brand-yellow-support);
  --home-sand: var(--brand-yellow-soft);
  --home-copy: #d7e8f5;
  --home-copy-soft: #9ebdd2;
  --home-stroke: rgba(144, 223, 246, 0.18);
  --home-stroke-strong: rgba(144, 223, 246, 0.34);
  --home-panel-solid: rgba(5, 21, 36, 0.92);
  --home-panel-soft: rgba(8, 30, 50, 0.72);
}

body[data-page='home'] .site-bg {
  background:
    radial-gradient(circle at 12% 22%, rgba(126, 228, 242, 0.18), transparent 22%),
    radial-gradient(circle at 84% 14%, rgba(var(--brand-yellow-support-rgb), 0.16), transparent 20%),
    radial-gradient(circle at 52% 92%, rgba(38, 132, 161, 0.28), transparent 42%),
    linear-gradient(138deg, #04121d 0%, #08263c 45%, #0c6174 100%);
}

body[data-page='home'] .site-bg::before,
body[data-page='home'] .site-bg::after {
  animation: none;
}

body[data-page='home'] .site-bg::before {
  inset: -8%;
  background:
    repeating-radial-gradient(circle at 18% 36%, rgba(147, 230, 247, 0.08) 0 1px, transparent 1px 34px),
    radial-gradient(circle at 18% 36%, rgba(116, 214, 236, 0.15), transparent 44%);
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.2) 72%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.2) 72%, transparent 100%);
  opacity: 0.46;
  transform: none;
}

body[data-page='home'] .site-bg::after {
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.09), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 42%),
    linear-gradient(180deg, rgba(2, 11, 21, 0.08), rgba(2, 11, 21, 0.02));
  opacity: 0.18;
  transform: none;
}

body[data-page='home'] .bg-orb {
  filter: blur(120px);
  opacity: 0.34;
}

body[data-page='home'] .bg-orb-a {
  top: -140px;
  right: -40px;
}

body[data-page='home'] .bg-orb-b {
  bottom: -120px;
  left: -30px;
}

body[data-page='home'] .bg-orb-c {
  top: 48%;
  right: 10%;
}

body[data-page='home'] .hero-wrap {
  padding-top: 1.35rem;
  padding-bottom: 2rem;
}

body[data-page='home'] .hero-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, 0.92fr);
  align-items: start;
  gap: clamp(1.5rem, 4vw, 4.2rem);
}

body[data-page='home'] .hero-copy {
  padding: clamp(1.5rem, 4vw, 2.35rem) 0 0;
}

body[data-page='home'] .eyebrow {
  background: rgba(7, 35, 56, 0.56);
  border-color: rgba(141, 223, 245, 0.26);
  color: var(--home-aqua);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

body[data-page='home'] .display-title {
  margin-top: 0.9rem;
  max-width: 10.6ch;
  font-size: clamp(2.95rem, 6.6vw, 5.55rem);
  line-height: 0.92;
  letter-spacing: -0.058em;
}

body[data-page='home'] .display-title .display-line {
  display: block;
}

body[data-page='home'] .display-title .display-line + .display-line {
  margin-top: 0.04em;
}

body[data-page='home'] .display-title .display-line-accent {
  color: #f2fbff;
}

@supports (-webkit-background-clip: text) {
  body[data-page='home'] .display-title .display-line-accent {
    background-image: linear-gradient(92deg, #ffffff 0%, #effcff 45%, #9beef8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
}

body[data-page='home'] .lede {
  margin-top: 1.3rem;
  max-width: 31ch;
  color: var(--home-copy);
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  line-height: 1.58;
  letter-spacing: -0.01em;
}

body[data-page='home'] .hero-spec-strip {
  gap: 0.62rem;
  margin: 0 0 1.35rem;
}

body[data-page='home'] .chip {
  padding: 0.42rem 0.78rem;
  background: rgba(8, 37, 58, 0.52);
  border-color: rgba(145, 223, 246, 0.22);
  color: #e6f7ff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body[data-page='home'] .hero-actions {
  margin-top: 1.45rem;
  gap: 0.85rem;
}

body[data-page='home'] .hero-actions .btn-primary {
  background: linear-gradient(135deg, #86e8f4 0%, #69d4ef 56%, var(--brand-yellow-support) 128%);
  color: #031d30;
  box-shadow: 0 20px 48px rgba(6, 80, 110, 0.34);
}

body[data-page='home'] .hero-actions .hero-link {
  background: rgba(6, 24, 40, 0.68);
  border-color: rgba(145, 223, 246, 0.22);
  color: #edf6fd;
}

body[data-page='home'] .hero-proof-list {
  margin-top: 1.45rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.8rem;
}

body[data-page='home'] .hero-proof-list li {
  align-items: flex-start;
  gap: 0.62rem;
  padding: 0.88rem 0.95rem;
  border-radius: 18px;
  border: 1px solid rgba(145, 223, 246, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 55%),
    linear-gradient(150deg, rgba(7, 28, 45, 0.74), rgba(4, 17, 31, 0.78));
  box-shadow: 0 14px 30px rgba(2, 10, 21, 0.22);
  color: #dceaf6;
  font-weight: 660;
  line-height: 1.35;
}

body[data-page='home'] .hero-proof-list li:last-child {
  grid-column: 1 / -1;
}

body[data-page='home'] .hero-proof-list li i {
  flex-shrink: 0;
  margin-top: 0.1rem;
  color: var(--home-aqua);
}

body[data-page='home'] .home-hero-stack {
  position: relative;
  padding-top: 1.1rem;
  gap: 0;
}

body[data-page='home'] .hero-media {
  padding: 1.2rem;
  border-radius: 36px;
  border: 1px solid var(--home-stroke-strong);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 45%),
    linear-gradient(160deg, rgba(6, 28, 46, 0.82), rgba(4, 17, 31, 0.96));
  box-shadow: 0 30px 72px rgba(2, 8, 19, 0.42);
}

body[data-page='home'] .hero-media::before {
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 86% 88%, rgba(var(--brand-yellow-support-rgb), 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 48%);
  filter: none;
  opacity: 1;
}

body[data-page='home'] .hero-media video,
body[data-page='home'] .hero-media img {
  width: 100%;
  max-width: none;
  aspect-ratio: 1 / 0.78;
  object-fit: cover;
  border-radius: 26px;
}

body[data-page='home'] .hero-tag {
  left: 1.15rem;
  right: auto;
  top: 1.15rem;
  bottom: auto;
  padding: 0.44rem 0.82rem;
  background: rgba(5, 20, 34, 0.78);
  border-color: rgba(145, 223, 246, 0.2);
  color: #edf7ff;
  backdrop-filter: blur(12px);
}

body[data-page='home'] .hero-buy-card {
  position: relative;
  width: min(91%, 470px);
  margin: -3.15rem 0 0 auto;
  padding: 1.5rem;
  border-radius: 28px;
  border: 1px solid rgba(var(--brand-yellow-support-rgb), 0.18);
  background:
    radial-gradient(circle at top right, rgba(var(--brand-yellow-support-rgb), 0.14), transparent 38%),
    linear-gradient(165deg, rgba(5, 19, 34, 0.96), rgba(7, 28, 46, 0.94));
  box-shadow: 0 26px 60px rgba(1, 7, 17, 0.52);
}

body[data-page='home'] .hero-buy-card::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 28%);
  pointer-events: none;
}

body[data-page='home'] .hero-buy-card > * {
  position: relative;
  z-index: 1;
}

body[data-page='home'] .hero-buy-kicker {
  color: var(--home-gold);
  letter-spacing: 0.16em;
}

body[data-page='home'] .hero-buy-card h2 {
  max-width: 11ch;
  font-size: clamp(1.62rem, 2.4vw, 2.18rem);
}

body[data-page='home'] .hero-buy-price-row {
  align-items: end;
}

body[data-page='home'] .hero-buy-price {
  color: var(--brand-yellow-soft);
  font-size: clamp(2.5rem, 5.5vw, 4rem);
  letter-spacing: -0.055em;
}

body[data-page='home'] .hero-buy-compare {
  padding-bottom: 0.46rem;
  color: rgba(233, 240, 246, 0.74);
}

body[data-page='home'] .hero-buy-copy {
  color: var(--home-copy);
  line-height: 1.58;
}

body[data-page='home'] .hero-buy-meta {
  gap: 0.68rem;
}

body[data-page='home'] .hero-buy-meta div {
  padding-bottom: 0.82rem;
  border-bottom: 1px solid rgba(145, 223, 246, 0.14);
}

body[data-page='home'] .hero-buy-meta dt {
  color: var(--home-copy-soft);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

body[data-page='home'] .hero-buy-meta dd {
  max-width: 19ch;
  color: #f7fbff;
  font-size: 0.95rem;
}

body[data-page='home'] .hero-buy-card .hero-actions {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 0.3rem;
}

body[data-page='home'] .hero-buy-card .hero-actions .btn,
body[data-page='home'] .hero-buy-card .hero-actions .hero-link {
  width: 100%;
}

body[data-page='home'] .home-outcome-strip {
  margin-top: 2rem;
  gap: 1rem;
}

body[data-page='home'] .home-outcome-card {
  position: relative;
  padding: 1.45rem 1.35rem 1.28rem;
  border-radius: 24px;
  border: 1px solid rgba(145, 223, 246, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 52%),
    linear-gradient(160deg, rgba(5, 22, 38, 0.8), rgba(7, 27, 45, 0.58));
  box-shadow: 0 16px 36px rgba(2, 10, 22, 0.22);
}

body[data-page='home'] .home-outcome-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.35rem;
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, var(--home-gold), transparent);
}

body[data-page='home'] .home-outcome-card h2 {
  margin-bottom: 0.55rem;
  font-size: 1.08rem;
  color: #ffffff;
  letter-spacing: -0.02em;
}

body[data-page='home'] .home-outcome-card p {
  margin: 0;
  color: var(--home-copy-soft);
  line-height: 1.55;
}

body[data-page='home'] .section-head {
  max-width: 68ch;
}

body[data-page='home'] .section-kicker {
  color: var(--home-gold);
}

body[data-page='home'] .metric-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 54%),
    linear-gradient(160deg, rgba(5, 22, 38, 0.82), rgba(6, 26, 43, 0.7));
  border: 1px solid rgba(145, 223, 246, 0.14);
  box-shadow: 0 16px 36px rgba(2, 10, 22, 0.24);
}

body[data-page='home'] .metric-value {
  color: var(--brand-yellow-soft);
}

@media (max-width: 1100px) {
  body[data-page='home'] .hero-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  body[data-page='home'] .hero-copy {
    padding-top: 1rem;
  }

  body[data-page='home'] .display-title {
    max-width: 9.6ch;
    font-size: clamp(2.5rem, 8vw, 4.2rem);
  }

  body[data-page='home'] .lede {
    max-width: 36ch;
  }

  body[data-page='home'] .hero-proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page='home'] .home-hero-stack {
    padding-top: 0.4rem;
  }

  body[data-page='home'] .hero-buy-card {
    width: min(100%, 34rem);
    margin-top: -1.8rem;
  }
}

@media (max-width: 768px) {
  body[data-page='home'] .hero-wrap {
    padding-top: 0.95rem;
  }

  body[data-page='home'] .display-title {
    max-width: 9.8ch;
    font-size: clamp(2.25rem, 12vw, 3.5rem);
    line-height: 0.95;
  }

  body[data-page='home'] .lede {
    max-width: none;
    margin-top: 1rem;
    font-size: 1rem;
  }

  body[data-page='home'] .hero-proof-list {
    grid-template-columns: 1fr;
  }

  body[data-page='home'] .hero-proof-list li:last-child {
    grid-column: auto;
  }

  body[data-page='home'] .hero-media {
    padding: 0.9rem;
    border-radius: 28px;
  }

  body[data-page='home'] .hero-media video,
  body[data-page='home'] .hero-media img {
    border-radius: 20px;
    aspect-ratio: 1 / 0.9;
  }

  body[data-page='home'] .hero-tag {
    left: 0.9rem;
    top: auto;
    bottom: 0.9rem;
    font-size: 0.72rem;
  }

  body[data-page='home'] .hero-buy-card {
    width: 100%;
    margin-top: 0.9rem;
    padding: 1.25rem;
  }

  body[data-page='home'] .hero-buy-price {
    font-size: clamp(2.4rem, 13vw, 3.4rem);
  }

  body[data-page='home'] .hero-buy-compare {
    padding-bottom: 0;
  }

  body[data-page='home'] .home-outcome-card {
    padding: 1.25rem 1.15rem;
  }
}

.editor-enabled {
  scroll-padding-top: calc(var(--site-header-offset) + 5.5rem);
}

.editor-shell {
  pointer-events: none;
}

.editor-toolbar,
.editor-drawer,
.editor-delete-chip,
.editor-freeform-frame,
.editor-login,
.editor-image-chip {
  pointer-events: auto;
}

.editor-toolbar {
  position: fixed;
  inset: auto 1.25rem 1.25rem 1.25rem;
  z-index: 1400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(151, 239, 255, 0.2);
  border-radius: 1.25rem;
  background: rgba(6, 22, 43, 0.92);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(18px);
}

.editor-toolbar__group {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.editor-toolbar__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255, 208, 97, 0.18);
  color: #ffd061;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editor-toolbar__status {
  max-width: 34rem;
  color: rgba(236, 248, 255, 0.88);
  font-size: 0.92rem;
  line-height: 1.35;
}

.editor-toolbar__status[data-tone='warn'] {
  color: #ffd061;
}

.editor-toolbar__status[data-tone='error'] {
  color: #ff9b95;
}

.editor-btn {
  border: 1px solid rgba(151, 239, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f7fbff;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  padding: 0.68rem 1rem;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.editor-btn:hover:not(:disabled),
.editor-btn:focus-visible:not(:disabled) {
  transform: translateY(-1px);
  border-color: rgba(151, 239, 255, 0.45);
}

.editor-btn:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.editor-btn--primary {
  background: linear-gradient(135deg, rgba(111, 226, 255, 0.96), rgba(183, 228, 175, 0.92));
  color: #082039;
  border-color: transparent;
}

.editor-drawer {
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  bottom: 6.5rem;
  z-index: 1395;
  width: min(28rem, calc(100vw - 2.5rem));
  padding: 1.2rem;
  border-left: 1px solid rgba(151, 239, 255, 0.18);
  border-radius: 1.5rem;
  background: rgba(6, 22, 43, 0.97);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  transform: translateX(calc(100% + 2rem));
  transition: transform 180ms ease;
  overflow: hidden;
}

.editor-drawer.is-open {
  transform: translateX(0);
}

.editor-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.editor-drawer__eyebrow {
  margin: 0 0 0.35rem;
  color: rgba(151, 239, 255, 0.72);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.editor-drawer__header h2 {
  margin: 0;
}

.editor-drawer__body {
  display: grid;
  gap: 1rem;
  max-height: calc(100% - 4.5rem);
  overflow: auto;
  padding-right: 0.25rem;
}

.editor-section {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(151, 239, 255, 0.15);
  border-radius: 1.1rem;
  background: rgba(9, 30, 56, 0.68);
}

.editor-section h3 {
  margin: 0;
  font-size: 1rem;
}

.editor-field {
  display: grid;
  gap: 0.45rem;
  transition: outline-color 140ms ease, box-shadow 140ms ease;
}

.editor-field.is-active {
  outline: 2px solid rgba(111, 226, 255, 0.45);
  outline-offset: 0.35rem;
  border-radius: 1rem;
}

.editor-hidden-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.editor-hidden-item__label {
  color: rgba(236, 248, 255, 0.88);
  font-size: 0.88rem;
  line-height: 1.4;
}

.editor-field__label {
  color: rgba(236, 248, 255, 0.88);
  font-size: 0.85rem;
  font-weight: 700;
}

.editor-field__input {
  width: 100%;
  min-width: 0;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(151, 239, 255, 0.18);
  border-radius: 0.9rem;
  background: rgba(3, 14, 28, 0.72);
  color: #f7fbff;
  font: inherit;
}

.editor-field__input--textarea {
  min-height: 8rem;
  resize: vertical;
}

.editor-field.is-invalid .editor-field__input {
  border-color: rgba(255, 155, 149, 0.9);
}

.editor-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1390;
  background: rgba(0, 10, 20, 0.45);
}

.editor-login {
  position: fixed;
  inset: 0;
  z-index: 1410;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  background: rgba(0, 10, 20, 0.62);
}

.editor-login[hidden],
.editor-backdrop[hidden] {
  display: none !important;
}

.editor-freeform-frame {
  position: fixed;
  z-index: 1412;
  border: 2px solid rgba(111, 226, 255, 0.92);
  border-radius: 0.9rem;
  box-shadow: 0 0 0 1px rgba(7, 23, 43, 0.55);
  pointer-events: none;
}

.editor-freeform-frame[hidden] {
  display: none !important;
}

.editor-freeform-toolbar {
  position: absolute;
  left: 0;
  top: -2.6rem;
  display: flex;
  gap: 0.45rem;
  pointer-events: auto;
}

.editor-freeform-chip {
  border: 1px solid rgba(111, 226, 255, 0.28);
  border-radius: 999px;
  background: rgba(6, 22, 43, 0.96);
  color: #eaf8ff;
  cursor: grab;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 0.42rem 0.72rem;
  text-transform: uppercase;
}

.editor-freeform-chip--ghost {
  cursor: pointer;
  color: rgba(236, 248, 255, 0.9);
}

.editor-freeform-handle {
  position: absolute;
  width: 0.95rem;
  height: 0.95rem;
  border: 2px solid #06162b;
  border-radius: 999px;
  background: #6fe2ff;
  pointer-events: auto;
}

.editor-freeform-handle--n {
  top: -0.5rem;
  left: calc(50% - 0.475rem);
  cursor: ns-resize;
}

.editor-freeform-handle--e {
  top: calc(50% - 0.475rem);
  right: -0.5rem;
  cursor: ew-resize;
}

.editor-freeform-handle--s {
  bottom: -0.5rem;
  left: calc(50% - 0.475rem);
  cursor: ns-resize;
}

.editor-freeform-handle--w {
  top: calc(50% - 0.475rem);
  left: -0.5rem;
  cursor: ew-resize;
}

.editor-freeform-handle--ne {
  top: -0.5rem;
  right: -0.5rem;
  cursor: nesw-resize;
}

.editor-freeform-handle--nw {
  top: -0.5rem;
  left: -0.5rem;
  cursor: nwse-resize;
}

.editor-freeform-handle--se {
  right: -0.5rem;
  bottom: -0.5rem;
  cursor: nwse-resize;
}

.editor-freeform-handle--sw {
  left: -0.5rem;
  bottom: -0.5rem;
  cursor: nesw-resize;
}

.editor-freeform-frame[data-kind='image'] .editor-freeform-handle--n,
.editor-freeform-frame[data-kind='image'] .editor-freeform-handle--s,
.editor-freeform-frame[data-kind='image'] .editor-freeform-handle--ne,
.editor-freeform-frame[data-kind='image'] .editor-freeform-handle--nw,
.editor-freeform-frame[data-kind='image'] .editor-freeform-handle--se,
.editor-freeform-frame[data-kind='image'] .editor-freeform-handle--sw {
  display: none;
}

.editor-delete-chip-set {
  position: fixed;
  z-index: 1415;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

.editor-delete-chip-set[hidden] {
  display: none !important;
}

.editor-delete-chip {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 1px solid rgba(255, 155, 149, 0.34);
  border-radius: 0.7rem;
  background: rgba(95, 14, 24, 0.96);
  color: #fff4f3;
  cursor: pointer;
  font: inherit;
  font-size: 0.8rem;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
}

.editor-delete-chip--block {
  border-color: rgba(111, 226, 255, 0.34);
  background: rgba(6, 22, 43, 0.96);
  color: #eaf8ff;
}

.editor-delete-chip[hidden] {
  display: none !important;
}

.editor-delete-chip__icon {
  display: inline-flex;
  width: 1rem;
  height: 1rem;
}

.editor-delete-chip__icon svg {
  width: 100%;
  height: 100%;
}

.editor-login__card {
  width: min(32rem, 100%);
  padding: 1.5rem;
  border: 1px solid rgba(151, 239, 255, 0.18);
  border-radius: 1.5rem;
  background: rgba(6, 22, 43, 0.97);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.editor-login__card h2,
.editor-login__card p {
  margin-top: 0;
}

.editor-login__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.editor-field__range {
  display: grid;
  gap: 0.55rem;
}

.editor-field__range-row {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.editor-field__range-row .editor-field__input[type='range'] {
  padding: 0;
  border: 0;
  background: transparent;
}

.editor-field__range-value {
  min-width: 5.5rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(151, 239, 255, 0.18);
  border-radius: 999px;
  background: rgba(3, 14, 28, 0.72);
  color: rgba(236, 248, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
  text-align: center;
}

.editor-editable {
  outline: 2px dashed rgba(151, 239, 255, 0.26);
  outline-offset: 0.28rem;
  transition: outline-color 140ms ease, box-shadow 140ms ease;
}

.editor-editable.is-delete-target {
  outline-color: rgba(255, 155, 149, 0.82);
  box-shadow: 0 0 0 6px rgba(95, 14, 24, 0.14);
}

.editor-editable.is-freeform-selected {
  outline-color: rgba(111, 226, 255, 0.96);
  box-shadow: 0 0 0 7px rgba(24, 132, 181, 0.14);
}

.editor-content-hidden {
  display: none !important;
}

body[data-page='home'] {
  --editor-home-hero-title-width: 13ch;
  --editor-home-hero-body-width: 31rem;
  --editor-home-hero-grid-gap: 4rem;
  --editor-home-hero-copy-gap: 1.2rem;
  --editor-home-hero-stack-gap: 1.35rem;
  --editor-home-hero-media-width: 34rem;
  --editor-home-hero-media-offset-x: 0px;
  --editor-home-hero-media-offset-y: 0px;
}

body[data-page='home'] .hero-grid {
  column-gap: var(--editor-home-hero-grid-gap);
}

body[data-page='home'] .hero-copy {
  row-gap: var(--editor-home-hero-copy-gap);
}

body[data-page='home'] .display-title {
  width: min(100%, var(--editor-home-hero-title-width));
  max-width: var(--editor-home-hero-title-width);
}

body[data-page='home'] .lede {
  width: min(100%, var(--editor-home-hero-body-width));
  max-width: var(--editor-home-hero-body-width);
}

body[data-page='home'] .home-hero-stack {
  gap: var(--editor-home-hero-stack-gap);
}

body[data-page='home'] .hero-media {
  width: min(100%, var(--editor-home-hero-media-width));
  margin-left: auto;
  margin-right: auto;
}

body[data-page='home'] .hero-media video,
body[data-page='home'] .hero-media img {
  transform: translate(var(--editor-home-hero-media-offset-x), var(--editor-home-hero-media-offset-y));
  transition: transform 180ms ease;
}

body[data-page='shop'] {
  --editor-shop-stage-card-width: 34rem;
  --editor-shop-stage-gap: 2rem;
  --editor-shop-stage-media-width: 18rem;
  --editor-shop-stage-media-offset-x: 0px;
  --editor-shop-stage-media-offset-y: 0px;
  --editor-shop-stage-side-width: 22rem;
}

body[data-page='shop'] .product-stage-grid {
  gap: var(--editor-shop-stage-gap);
  grid-template-columns: minmax(0, 1fr);
}

body[data-page='shop'] [data-product-stage] [data-product-card] {
  max-width: var(--editor-shop-stage-card-width);
  margin-inline: auto;
}

body[data-page='shop'] [data-product-stage] .product-media img {
  width: min(100%, var(--editor-shop-stage-media-width));
  max-width: 100%;
  transform: translate(var(--editor-shop-stage-media-offset-x), var(--editor-shop-stage-media-offset-y));
  transition: transform 180ms ease;
}

body[data-page='shop'] .shop-side-card {
  width: min(100%, var(--editor-shop-stage-side-width));
  margin-left: auto;
}

.editor-editable:hover,
.editor-editable:focus {
  outline-color: rgba(151, 239, 255, 0.72);
  box-shadow: 0 0 0 0.45rem rgba(111, 226, 255, 0.08);
}

.editor-editable[contenteditable='true'] {
  cursor: text;
}

.editor-image-frame {
  position: relative;
}

.editor-image-chip {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 20;
  border: 0;
  border-radius: 999px;
  background: rgba(6, 22, 43, 0.84);
  color: #f7fbff;
  cursor: pointer;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.55rem 0.8rem;
}

@media (max-width: 960px) {
  .editor-toolbar {
    inset: auto 0.9rem 0.9rem 0.9rem;
    padding: 0.85rem;
  }

  .editor-drawer {
    inset: auto 0.9rem 5.9rem 0.9rem;
    width: auto;
    transform: translateY(calc(100% + 1rem));
  }

  .editor-drawer.is-open {
    transform: translateY(0);
  }

  .editor-toolbar__status {
    max-width: none;
  }
}

/* Shared site-shell refresh */
:root {
  --site-shell-bg:
    radial-gradient(circle at 10% 10%, rgba(255, 247, 225, 0.96), transparent 20%),
    radial-gradient(circle at 88% 12%, rgba(255, 216, 110, 0.3), transparent 16%),
    radial-gradient(circle at 82% 44%, rgba(116, 243, 255, 0.16), transparent 18%),
    linear-gradient(180deg, #f7ebd4 0%, #eef9f1 18%, #cfeeea 42%, #73d4d8 74%, #48c0cb 100%);
  --site-shell-plate: rgba(255, 250, 241, 0.34);
  --site-shell-plate-border: rgba(7, 17, 29, 0.08);
  --site-shell-dots-primary: rgba(255, 255, 255, 0.18);
  --site-shell-dots-secondary: rgba(255, 255, 255, 0.12);
  --site-shell-footer-bg:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 48%),
    linear-gradient(135deg, #1bc6d9 0%, #15aec4 56%, #0f8da8 100%);
}

body,
body[data-page='home'] {
  background: var(--site-shell-bg);
  background-attachment: fixed;
}

body::before {
  opacity: 0.24;
  background:
    radial-gradient(circle at 12% 34%, var(--site-shell-dots-primary) 1px, transparent 1px),
    radial-gradient(circle at 84% 70%, var(--site-shell-dots-secondary) 1px, transparent 1px);
  background-size: 22px 22px, 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 58%, transparent 88%);
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.18) 58%, transparent 88%);
}

body::after {
  content: '';
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 14% 64%, rgba(255, 255, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 26%);
}

.site-bg,
body[data-page='home'] .site-bg {
  background: transparent;
}

.site-bg::before,
.site-bg::after,
body[data-page='home'] .site-bg::before,
body[data-page='home'] .site-bg::after {
  content: '';
  position: absolute;
  border: 1px solid var(--site-shell-plate-border);
  background: var(--site-shell-plate);
  box-shadow: 0 18px 60px rgba(7, 17, 29, 0.12);
  backdrop-filter: blur(6px);
  pointer-events: none;
}

.site-bg::before,
body[data-page='home'] .site-bg::before {
  top: calc(var(--site-header-offset) + 5.4rem);
  left: -7rem;
  width: min(25rem, 34vw);
  height: 14rem;
  border-radius: 3.2rem;
  transform: rotate(-14deg);
}

.site-bg::after,
body[data-page='home'] .site-bg::after {
  top: 20rem;
  right: -7.5rem;
  width: min(28rem, 38vw);
  height: 15rem;
  border-radius: 3.6rem;
  transform: rotate(18deg);
}

.bg-orb,
body[data-page='home'] .bg-orb {
  filter: blur(110px);
  opacity: 0.28;
}

.bg-orb-a,
body[data-page='home'] .bg-orb-a {
  background: rgba(255, 255, 255, 0.28);
  top: 9rem;
  right: -3rem;
}

.bg-orb-b,
body[data-page='home'] .bg-orb-b {
  background: rgba(116, 243, 255, 0.18);
  bottom: 8%;
  left: -4rem;
}

.bg-orb-c,
body[data-page='home'] .bg-orb-c {
  background: rgba(255, 216, 110, 0.16);
  top: 38%;
  right: 14%;
}

.site-footer,
body[data-page='home'] .site-footer {
  position: relative;
  overflow: hidden;
  background: var(--site-shell-footer-bg);
  border-top: 1px solid rgba(239, 252, 255, 0.28);
  box-shadow: 0 -16px 44px rgba(8, 72, 93, 0.08);
}

.site-footer::before,
body[data-page='home'] .site-footer::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: var(--footer-band-height);
  background: var(--footer-band-base-gradient);
  box-shadow: inset 0 1px 0 rgba(10, 46, 76, 0.18);
}

.site-footer::after,
body[data-page='home'] .site-footer::after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: var(--footer-band-pulse-width);
  height: calc(var(--footer-band-height) + 2px);
  border-radius: var(--radius-pill);
  background: var(--footer-band-pulse-gradient);
  opacity: 0;
  filter: blur(4px);
  transform: translate3d(calc(-100% - 8vw), 0, 0);
  transform-origin: center;
  will-change: transform, opacity;
  animation: footer-band-pulse var(--footer-band-pulse-duration) cubic-bezier(0.32, 0.06, 0.2, 1) infinite;
  pointer-events: none;
}

.site-footer--pinned,
body[data-page='home'] .site-footer--pinned {
  position: fixed;
  left: 0;
  right: 0;
  bottom: var(--site-footer-bottom-offset);
  width: 100%;
  margin-top: 0;
  z-index: 68;
}

.footer-shell {
  position: relative;
  z-index: 1;
}

.footer-brand {
  color: var(--brand-yellow-logo);
  text-shadow: 0 0 16px rgba(var(--brand-yellow-logo-rgb), 0.17);
}

.footer-links a,
.footer-utility a {
  transition: opacity var(--motion-fast) ease;
}

.footer-links a:hover,
.footer-utility a:hover {
  opacity: 0.78;
}

@media (prefers-reduced-motion: reduce) {
  .site-footer-band::after,
  .site-footer::after,
  body[data-page='home'] .site-footer::after {
    animation: none;
    opacity: var(--footer-band-static-opacity);
    transform: translate3d(38vw, 0, 0);
  }
}

.page-hero:not(.page-hero-textured),
.science-hero,
.subscription-hero {
  position: relative;
  padding: clamp(1.35rem, 3vw, 2rem);
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(7, 18, 31, 0.74), rgba(5, 13, 24, 0.88));
  box-shadow: 0 28px 70px rgba(6, 14, 23, 0.18);
  backdrop-filter: blur(18px);
}

.page-hero:not(.page-hero-textured)::before,
.science-hero::before,
.subscription-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 34%);
  pointer-events: none;
}

.page-hero > *,
.science-hero > *,
.subscription-hero > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 960px) {
  .site-bg::before,
  .site-bg::after,
  body[data-page='home'] .site-bg::before,
  body[data-page='home'] .site-bg::after {
    opacity: 0.56;
  }

  .site-bg::before,
  body[data-page='home'] .site-bg::before {
    top: calc(var(--site-header-offset) + 4.5rem);
    left: -9rem;
    width: 18rem;
    height: 10rem;
  }

  .site-bg::after,
  body[data-page='home'] .site-bg::after {
    top: 17rem;
    right: -8.5rem;
    width: 19rem;
    height: 11rem;
  }
}
