:root {
  --bg: #faf8f1;
  --bg-soft: #f3efe2;
  --bg-dark: #0d0b08;
  --sand: #b8bd8d;
  --sand-soft: #d1c7af;
  --sand-pale: #d9d3b6;
  --olive-deep: #6f7a2f;
  --olive-soft: #8f9955;
  --ink: #12100b;
  --ink-soft: rgba(18, 16, 11, 0.68);
  --ink-faint: rgba(18, 16, 11, 0.46);
  --line: rgba(18, 16, 11, 0.1);
  --line-light: rgba(247, 244, 236, 0.12);
  --panel: rgba(250, 248, 241, 0.78);
  --panel-dark: rgba(16, 12, 8, 0.5);
  --shadow: 0 28px 80px rgba(34, 36, 16, 0.12);
  --shadow-deep: 0 40px 90px rgba(0, 0, 0, 0.24);
  --font-display: "Archivo", sans-serif;
  --font-body: "Instrument Sans", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 16%, rgba(184, 189, 141, 0.2), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(170, 185, 133, 0.16), transparent 25%),
    linear-gradient(180deg, #fffdf8 0%, var(--bg) 45%, #f4f1e7 100%);
  overflow-x: hidden;
}

body.gate-locked {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.34)),
    linear-gradient(90deg, rgba(18, 16, 11, 0.02) 1px, transparent 1px),
    linear-gradient(rgba(18, 16, 11, 0.02) 1px, transparent 1px);
  background-size: auto, 88px 88px, 88px 88px;
  z-index: -1;
}

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

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

button {
  font: inherit;
}

#loader {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  gap: 1rem;
  background: rgba(250, 248, 241, 0.96);
  backdrop-filter: blur(12px);
  transition: opacity 0.45s ease, visibility 0.45s ease;
}

#loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.access-gate {
  position: fixed;
  inset: 0;
  z-index: 130;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.98);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.access-gate.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.access-gate-shell {
  display: grid;
  justify-items: center;
  gap: 1.4rem;
  width: min(100%, 36rem);
  text-align: center;
}

.access-gate-kicker {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  color: rgba(18, 16, 11, 0.94);
}

.access-gate-visuals {
  position: relative;
  width: min(100%, 30rem);
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 1.35rem;
  background: rgba(244, 241, 231, 0.9);
  box-shadow: 0 24px 60px rgba(18, 16, 11, 0.12);
}

.access-gate-visual {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.4s ease;
}

.access-gate-visual.is-active {
  opacity: 1;
}

.access-gate-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.access-gate-form {
  display: grid;
  justify-items: center;
  gap: 0.9rem;
  width: min(100%, 24rem);
}

.access-gate-title,
.access-gate-help {
  margin: 0;
}

.access-gate-title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(18, 16, 11, 0.72);
}

.access-gate-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.access-gate-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.access-gate-slots {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
  width: min(100%, 18rem);
}

.access-gate-slot {
  position: relative;
  display: block;
  height: 2.6rem;
  border-bottom: 2px solid rgba(18, 16, 11, 0.22);
}

.access-gate-slot::after {
  content: attr(data-char);
  position: absolute;
  left: 50%;
  top: 50%;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: rgba(18, 16, 11, 0.9);
  transform: translate(-50%, -50%);
}

.access-gate-help {
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(18, 16, 11, 0.72);
}

.access-gate-error {
  min-height: 1.2rem;
  margin: 0;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9e3d2b;
}

.loader-brand,
#loader-percent,
.section-label,
.hero-scroll,
.site-nav,
.pricing-badge,
.pricing-type,
.availability-label,
.journey-week,
.journey-label,
.footer-column h3,
.footer-bottom small {
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.loader-brand,
#loader-percent {
  font-size: 0.8rem;
  color: rgba(18, 16, 11, 0.62);
}

.loader-track {
  width: min(280px, 60vw);
  height: 2px;
  background: rgba(18, 16, 11, 0.08);
  overflow: hidden;
}

#loader-bar {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--sand), var(--olive-deep));
}

.site-header {
  --header-bar-opacity: 0;
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.58rem 3.3rem 0;
  pointer-events: none;
}

.site-header a,
.site-header button {
  pointer-events: auto;
}

.header-bar {
  position: absolute;
  inset: 0;
  height: 2.45rem;
  opacity: var(--header-bar-opacity);
  background:
    linear-gradient(180deg, rgba(217, 211, 182, 0.72) 0%, rgba(217, 211, 182, 0.48) 100%);
  backdrop-filter: blur(12px);
  box-shadow: 0 8px 24px rgba(39, 34, 23, 0.05);
  transform: translateY(calc((1 - var(--header-bar-opacity)) * -10px));
  transition: opacity 0.18s linear, transform 0.18s linear;
}

.brandmark,
.site-nav {
  position: relative;
  z-index: 1;
}

.brandmark {
  display: inline-flex;
  align-items: center;
}

.brandmark span {
  font-family: var(--font-display);
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.site-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.35rem;
  max-width: min(36rem, 68vw);
  font-size: 0.74rem;
  color: rgba(18, 16, 11, 0.62);
}

.site-nav a:hover {
  color: var(--olive-deep);
}

.canvas-wrap {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

#canvas {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-section {
  position: relative;
  z-index: 12;
  height: 122vh;
}

.hero-gate {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: clip;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.9) 0%, rgba(250, 248, 241, 0.9) 100%);
  box-shadow: 0 20px 70px rgba(24, 20, 15, 0.04);
}

.hero-gate::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 11rem;
  background: linear-gradient(180deg, rgba(250, 248, 241, 0) 0%, rgba(250, 248, 241, 0.96) 100%);
  pointer-events: none;
}

.hero-ambient {
  position: absolute;
  inset: 0 -2rem;
  overflow: hidden;
}

.hero-ad-visual,
.hero-ambient-fog {
  position: absolute;
  inset: 0;
}

.hero-ad-visual {
  opacity: 0;
  transition: opacity 1.8s ease;
}

.hero-ad-visual.is-active {
  opacity: 1;
}

.hero-ad-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.9;
  filter: saturate(0.78) sepia(0.12) contrast(0.97) brightness(0.99) blur(0.35px);
  transform: scale(1.04);
}

.hero-ambient-fog {
  background:
    radial-gradient(circle at 22% 42%, rgba(255, 255, 255, 0.08), transparent 30%),
    radial-gradient(circle at 70% 44%, rgba(186, 190, 137, 0.05), transparent 23%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.1) 0%, rgba(250, 248, 241, 0.12) 58%, rgba(250, 248, 241, 0.18) 100%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(420px, 0.94fr);
  align-items: center;
  gap: 2.8rem;
  height: 100%;
  padding: 7.8rem 3.3rem 5.4rem;
}

.hero-copy {
  max-width: 39rem;
  padding-top: 1.4rem;
}

.hero-kicker {
  margin: 0 0 1.15rem;
  font-size: clamp(1.65rem, 2vw, 2.25rem);
  line-height: 1.16;
  color: rgba(18, 16, 11, 0.76);
}

.hero-heading,
.section-heading,
.offer-heading {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.038em;
  word-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-heading {
  font-size: clamp(5.3rem, 11vw, 10rem);
  line-height: 0.91;
  color: rgba(18, 16, 11, 0.98);
  text-shadow: 0 18px 26px rgba(255, 255, 255, 0.35);
}

.hero-heading span {
  display: block;
}

.hero-body,
.section-body,
.story-copy p,
.compare-subline,
.pricing-note,
.routine-note p,
.journey-card p {
  font-size: clamp(1rem, 1.28vw, 1.18rem);
  line-height: 1.58;
}

.hero-body {
  max-width: 34rem;
  margin: 1.4rem 0 0;
  color: rgba(18, 16, 11, 0.68);
}

.hero-status {
  margin: 1.9rem 0 0;
  font-size: clamp(1.14rem, 1.4vw, 1.36rem);
  line-height: 1.45;
  font-weight: 700;
  color: rgba(18, 16, 11, 0.84);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.75rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0 1.45rem;
  border: 1px solid rgba(18, 16, 11, 0.12);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(18, 16, 11, 0.08);
}

.button-primary {
  color: #faf8f1;
  background: var(--sand);
  border-color: rgba(111, 122, 47, 0.12);
}

.button-secondary,
.button-ghost {
  color: rgba(18, 16, 11, 0.82);
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(12px);
}

.hero-stage {
  position: relative;
  display: grid;
  align-items: end;
  justify-items: center;
  min-height: 72vh;
  padding-right: 5.8rem;
  transform: translateY(2vh);
}

.pack-shell {
  position: relative;
  width: min(86%, 45rem);
  isolation: isolate;
}

.pack-shell::before {
  content: "";
  position: absolute;
  inset: 9% 17% 12%;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 46%, rgba(170, 185, 133, 0.42), transparent 60%);
  filter: blur(34px);
}

.pack-layer {
  position: relative;
  z-index: 1;
}

.pack-layer img {
  width: 100%;
  filter: drop-shadow(0 24px 44px rgba(49, 55, 18, 0.12));
}

.pack-layer-base img {
  opacity: 1;
}

.availability-rail {
  position: absolute;
  top: 2rem;
  right: 0.5rem;
  bottom: 1.4rem;
  z-index: 4;
  width: 9rem;
}

.availability-copy {
  position: absolute;
  top: calc(var(--boundary-percent) * 1%);
  right: 2.35rem;
  display: grid;
  justify-items: end;
  gap: 0.2rem;
  width: max-content;
  transform: translateY(-50%);
}

.availability-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(18, 16, 11, 0.52);
}

.availability-copy strong {
  font-family: var(--font-display);
  font-size: clamp(3rem, 4.3vw, 4.35rem);
  line-height: 0.88;
  letter-spacing: -0.05em;
}

.availability-copy small {
  font-size: 0.82rem;
  color: rgba(18, 16, 11, 0.52);
}

.availability-meter {
  position: absolute;
  inset: 0 0 0 auto;
  width: 1.35rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(198, 196, 137, 0.34);
  box-shadow:
    inset 0 0 0 1px rgba(111, 122, 47, 0.1),
    0 14px 30px rgba(34, 36, 16, 0.08);
}

.availability-meter-fill {
  position: absolute;
  inset: auto 0 0;
  height: calc(var(--sold-percent) * 1%);
  background: linear-gradient(180deg, rgba(141, 153, 52, 0.94) 0%, rgba(111, 122, 47, 1) 100%);
}

.availability-meter-cap {
  position: absolute;
  top: calc(var(--boundary-percent) * 1%);
  left: -0.35rem;
  right: -0.35rem;
  height: 2px;
  background: rgba(250, 248, 241, 0.96);
}

.hero-scroll {
  position: absolute;
  right: 3.3rem;
  bottom: 2rem;
  z-index: 20;
  font-size: 0.76rem;
  color: rgba(18, 16, 11, 0.46);
}

.video-sequence {
  position: relative;
  z-index: 18;
  height: 344vh;
}

.video-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.video-card {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: center;
  padding: 8.4rem 3.3rem 4.4rem;
  opacity: 0;
  visibility: hidden;
}

.story-card {
  justify-items: start;
}

.story-card .section-heading {
  max-width: 43rem;
  font-size: clamp(2.5rem, 5vw, 4.7rem);
  color: rgba(18, 16, 11, 0.3);
}

.story-copy {
  max-width: 35rem;
  margin-top: 1.25rem;
}

.story-copy p {
  margin: 0 0 0.9rem;
  color: rgba(18, 16, 11, 0.56);
}

.formula-card {
  grid-template-columns: minmax(320px, 0.92fr) minmax(320px, 0.96fr);
  gap: 4rem;
}

.formula-stack {
  display: grid;
  align-self: end;
  gap: 1rem;
  max-width: 37rem;
  margin-bottom: 4.5rem;
}

.stack-item {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(18, 16, 11, 0.08);
  background: rgba(250, 248, 241, 0.72);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.stack-title {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(18, 16, 11, 0.46);
}

.stack-item strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.05rem;
  line-height: 1.35;
}

.stack-item p {
  margin: 0;
  color: rgba(18, 16, 11, 0.58);
  line-height: 1.48;
}

.formula-copy {
  justify-self: end;
  max-width: 33rem;
}

.section-label {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: rgba(18, 16, 11, 0.44);
}

.section-heading {
  font-size: clamp(2.8rem, 5vw, 5.1rem);
  line-height: 0.98;
  color: rgba(18, 16, 11, 0.96);
}

.section-body {
  margin: 1.05rem 0 0;
  color: rgba(18, 16, 11, 0.62);
}

.formula-kicker {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  color: rgba(18, 16, 11, 0.82);
}

.still-section {
  position: relative;
  z-index: 25;
  background: transparent;
}

.routine-section {
  height: 228vh;
  margin-top: -6vh;
  z-index: 28;
}

.compare-section {
  height: 208vh;
  margin-top: -4vh;
  z-index: 29;
}

.still-stage {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  background: transparent;
  will-change: transform;
}

.still-media,
.still-media img,
.still-scrim {
  position: absolute;
}

.still-media {
  inset: -2px;
}

.still-media img,
.still-scrim {
  inset: 0;
}

.still-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform, filter;
}

.still-scrim {
  background:
    linear-gradient(180deg, rgba(10, 8, 7, 0.12) 0%, rgba(10, 8, 7, 0.2) 48%, rgba(10, 8, 7, 0.34) 100%);
}

.still-overlay {
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 7.8rem 3.6rem 3.2rem;
  color: #f7f4ec;
}

.routine-overlay {
  display: grid;
  align-content: start;
  gap: 1.55rem;
  max-width: 94rem;
  margin: 0 auto;
  padding-top: 6.55rem;
  padding-bottom: 2.3rem;
}

.routine-intro {
  max-width: 52rem;
}

.routine-overlay .section-label,
.routine-overlay .section-body,
.routine-step span,
.routine-step p,
.journey-card p,
.journey-label,
.journey-week,
.compare-overlay .section-label,
.compare-subline {
  color: rgba(247, 244, 236, 0.88);
}

.routine-overlay .section-heading,
.compare-overlay .section-heading {
  color: #faf8f1;
}

.routine-rail {
  display: grid;
  gap: 0.9rem;
  width: min(100%, 72rem);
  padding: 1.15rem 1.35rem 1.2rem;
  border: 1px solid rgba(247, 244, 236, 0.12);
  background: rgba(14, 11, 8, 0.24);
  backdrop-filter: blur(10px);
}

.routine-rail-head {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.22rem, 1.7vw, 1.65rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.routine-rail-icon {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid rgba(184, 189, 141, 0.9);
  border-radius: 999px;
}

.routine-rail-icon::before,
.routine-rail-icon::after {
  content: "";
  position: absolute;
  background: rgba(184, 189, 141, 0.9);
}

.routine-rail-icon::before {
  top: 0.45rem;
  left: 1.12rem;
  width: 2px;
  height: 0.8rem;
}

.routine-rail-icon::after {
  top: 1.12rem;
  left: 1.12rem;
  width: 0.62rem;
  height: 2px;
}

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

.routine-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 0.75rem 0.95rem 0.1rem 0;
  border-top: 1px solid rgba(247, 244, 236, 0.18);
}

.routine-step:not(:last-child) {
  margin-right: 1rem;
  padding-right: 1.35rem;
  border-right: 1px solid rgba(247, 244, 236, 0.12);
}

.routine-step-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 999px;
  background: rgba(184, 189, 141, 0.14);
  border: 1px solid rgba(184, 189, 141, 0.42);
  font-size: 0;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  color: transparent;
}

.routine-step-mark::after {
  content: attr(data-step);
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
  color: rgba(247, 244, 236, 0.86);
  transform: translate(-50%, -50%);
}

.routine-step span {
  display: inline-block;
  margin-bottom: 0.28rem;
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.routine-step p {
  margin: 0;
}

.journey-block {
  display: grid;
  gap: 0.9rem;
  width: min(100%, 72rem);
}

.journey-head {
  display: grid;
  gap: 0.62rem;
}

.journey-label {
  font-size: 0.9rem;
  font-weight: 700;
}

.journey-line {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 0;
  height: 1rem;
}

.journey-line::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background: rgba(184, 189, 141, 0.72);
  transform: translateY(-50%);
}

.journey-line span {
  position: relative;
  z-index: 1;
  justify-self: start;
  width: 0.82rem;
  height: 0.82rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 189, 141, 0.8);
  background: rgba(184, 189, 141, 0.94);
  box-shadow: 0 0 0 6px rgba(15, 12, 9, 0.34);
}

.journey-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.journey-card {
  padding: 0.92rem 0.95rem 1rem;
  border: 1px solid rgba(247, 244, 236, 0.1);
  background: rgba(14, 11, 8, 0.22);
  backdrop-filter: blur(8px);
}

.journey-week {
  display: inline-block;
  margin-bottom: 0.8rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: rgba(184, 189, 141, 0.92);
}

.journey-card h3 {
  margin: 0 0 0.72rem;
  font-family: var(--font-display);
  font-size: clamp(1.36rem, 1.85vw, 1.82rem);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #faf8f1;
}

.journey-card p {
  margin: 0;
}

.compare-overlay {
  display: grid;
  align-content: start;
  gap: 0.7rem;
  max-width: 68rem;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 2.8rem;
}

.compare-overlay .section-body {
  margin-top: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(247, 244, 236, 0.72);
}

.compare-inline-highlight {
  display: inline-block;
  padding: 0.05rem 0.32rem 0.08rem;
  border-radius: 0.3rem;
  background: rgba(223, 194, 150, 0.78);
  color: #faf7f0;
}

.compare-subline {
  margin: 0;
  max-width: 42rem;
  font-size: 1.04rem;
  color: rgba(247, 244, 236, 0.92);
}

.compare-table {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.12fr) minmax(0, 1.18fr);
  width: 100%;
  margin-top: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.75rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(16px);
}

.compare-head,
.compare-row {
  display: contents;
}

.compare-head {
  font-size: 0.76rem;
  font-weight: 700;
}

.compare-row {
  font-size: 0.94rem;
  line-height: 1.42;
  color: rgba(247, 244, 236, 0.88);
}

.compare-head > span,
.compare-row > span {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 1.15rem 1.35rem;
  overflow-wrap: anywhere;
}

.compare-head > span {
  min-height: 4rem;
  font-size: 0.82rem;
  font-weight: 800;
  border-bottom: 1px solid rgba(247, 244, 236, 0.1);
}

.compare-head > span:nth-child(2) {
  border-bottom-color: rgba(197, 177, 145, 0.34);
}

.compare-row > span {
  min-height: 4.1rem;
}

.compare-head > span:first-child,
.compare-row > span:first-child {
  background: rgba(36, 29, 23, 0.9);
  color: rgba(231, 226, 219, 0.94);
}

.compare-head > span:nth-child(2),
.compare-row > span:nth-child(2) {
  color: #1c1610;
  background: rgba(246, 239, 228, 0.97);
}

.compare-head > span:last-child,
.compare-row > span:last-child {
  background: rgba(33, 25, 19, 0.9);
  color: rgba(214, 206, 196, 0.9);
}

.compare-head > span:nth-child(2) {
  background: linear-gradient(135deg, rgba(200, 160, 111, 0.98) 0%, rgba(234, 215, 183, 0.98) 100%);
}

.compare-row:not(:last-child) > span:first-child,
.compare-row:not(:last-child) > span:nth-child(2),
.compare-row:not(:last-child) > span:last-child {
  border-bottom: 1px solid rgba(247, 244, 236, 0.1);
}

.compare-row:not(:last-child) > span:nth-child(2) {
  border-bottom-color: rgba(197, 177, 145, 0.34);
}

.compare-criterion,
.compare-value {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}

.compare-icon-wrap,
.compare-status {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  font-size: 0.9rem;
  line-height: 1;
}

.compare-icon-wrap {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(216, 210, 202, 0.92);
}

.compare-icon {
  width: 1rem;
  height: 1rem;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.compare-status {
  font-size: 1rem;
  font-weight: 700;
  border: 1px solid currentColor;
}

.compare-value-positive {
  font-weight: 600;
}

.compare-value-positive .compare-status {
  color: rgba(28, 22, 16, 0.72);
  background: rgba(255, 255, 255, 0.22);
}

.compare-value-negative .compare-status {
  color: rgba(214, 206, 196, 0.56);
  background: rgba(255, 255, 255, 0.02);
}

.compare-row > span:first-child {
  font-weight: 700;
}

.compare-row > span:last-child {
  color: rgba(214, 206, 196, 0.88);
}

.compare-mobile-grid {
  display: none;
}

.offer-section {
  position: relative;
  z-index: 34;
  height: 214vh;
  margin-top: -8vh;
  padding: 0 3.3rem;
  background:
    radial-gradient(circle at 75% 30%, rgba(171, 180, 88, 0.2), transparent 21%),
    radial-gradient(circle at 83% 62%, rgba(202, 210, 96, 0.14), transparent 18%),
    linear-gradient(180deg, #0c0b08 0%, #13110d 100%);
}

.offer-gate {
  position: sticky;
  top: 2.45rem;
  display: grid;
  align-items: start;
  min-height: calc(100vh - 2.45rem);
  padding: 2.8rem 0 2rem;
  overflow: clip;
}

.offer-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(420px, 0.86fr);
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.offer-copy {
  color: #f7f4ec;
  will-change: transform, opacity;
}

.offer-batch-line {
  color: rgba(184, 189, 141, 0.9);
}

.offer-heading {
  margin-top: 0.35rem;
  font-size: clamp(3rem, 6vw, 6rem);
  line-height: 0.92;
  color: #faf8f1;
}

.offer-heading span {
  display: block;
}

.offer-benchmark {
  margin: 1rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(247, 244, 236, 0.66);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.pricing-card {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid rgba(247, 244, 236, 0.12);
  border-radius: 1rem;
  background: rgba(250, 248, 241, 0.035);
  backdrop-filter: blur(18px);
  will-change: transform, opacity;
}

.pricing-card-featured {
  border-color: rgba(184, 189, 141, 0.42);
  background: rgba(184, 189, 141, 0.11);
}

.pricing-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.8rem;
  align-items: flex-start;
}

.pricing-type {
  font-size: 0.78rem;
  color: rgba(247, 244, 236, 0.72);
}

.pricing-badge {
  font-size: 0.66rem;
  color: rgba(184, 189, 141, 0.96);
}

.price-wrap {
  display: grid;
  gap: 0.2rem;
}

.price-current {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.price-regular {
  font-size: 1rem;
  color: rgba(247, 244, 236, 0.62);
}

.pricing-note {
  margin: 0;
  color: rgba(247, 244, 236, 0.78);
}

.pricing-card .button {
  width: 100%;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.3rem;
  will-change: transform, opacity;
}

.trust-row span {
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(247, 244, 236, 0.12);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(247, 244, 236, 0.8);
}

.offer-roundel {
  position: absolute;
  left: 52%;
  top: 55%;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 999px;
  border: 1px solid rgba(184, 189, 141, 0.52);
  background: rgba(10, 10, 8, 0.4);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  will-change: transform, opacity;
}

.offer-roundel span {
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 0.88;
  letter-spacing: -0.05em;
  color: rgba(198, 205, 108, 0.96);
}

.offer-roundel small {
  margin-top: -0.45rem;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(247, 244, 236, 0.8);
}

.offer-stage {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: end;
  min-height: 42rem;
  will-change: transform, opacity;
}

.offer-stage-glow {
  position: absolute;
  inset: 10% 4% 11% 8%;
  background:
    radial-gradient(circle at 52% 42%, rgba(185, 193, 92, 0.34), transparent 42%),
    radial-gradient(circle at 72% 66%, rgba(185, 193, 92, 0.24), transparent 24%);
  filter: blur(30px);
  will-change: transform, opacity;
}

.offer-stage img {
  position: relative;
  z-index: 1;
  width: min(100%, 48rem);
  transform: translateX(4%) scale(1.06);
  filter: drop-shadow(0 26px 56px rgba(0, 0, 0, 0.34));
  will-change: transform, opacity;
}

.site-footer {
  position: relative;
  z-index: 38;
  padding: 3.4rem 3.3rem 2rem;
  background:
    radial-gradient(circle at 80% 0%, rgba(166, 174, 82, 0.12), transparent 24%),
    linear-gradient(180deg, #0d0b08 0%, #14110d 100%);
  border-top: 1px solid rgba(247, 244, 236, 0.08);
}

.footer-layout {
  display: grid;
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto;
  color: rgba(247, 244, 236, 0.76);
}

.footer-lead {
  display: grid;
  gap: 0.65rem;
  max-width: 38rem;
}

.footer-brandmark {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #faf8f1;
}

.footer-lead-copy {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(247, 244, 236, 0.72);
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 0.85rem;
}

.footer-column h3 {
  margin: 0 0 0.15rem;
  font-size: 0.76rem;
  font-weight: 700;
  color: rgba(184, 189, 141, 0.92);
}

.footer-column button {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  color: rgba(247, 244, 236, 0.82);
  cursor: pointer;
}

.footer-column button:hover {
  color: #faf8f1;
}

.footer-social svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-social path,
.footer-social rect,
.footer-social circle {
  vector-effect: non-scaling-stroke;
}

.footer-bottom {
  padding-top: 1rem;
  border-top: 1px solid rgba(247, 244, 236, 0.08);
}

.footer-bottom small {
  font-size: 0.72rem;
  color: rgba(247, 244, 236, 0.56);
}

.site-toast {
  position: fixed;
  left: 50%;
  bottom: 1.3rem;
  z-index: 90;
  min-width: min(34rem, calc(100vw - 2.4rem));
  padding: 0.95rem 1.15rem;
  border: 1px solid rgba(184, 189, 141, 0.28);
  border-radius: 999px;
  background: rgba(12, 11, 8, 0.9);
  color: rgba(247, 244, 236, 0.94);
  text-align: center;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transform: translate(-50%, 1rem);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.site-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 1200px) {
  .hero-layout,
  .offer-layout {
    grid-template-columns: 1fr;
  }

  .hero-section {
    height: 132vh;
  }

  .hero-stage {
    min-height: auto;
    padding-right: 0;
  }

  .pack-shell {
    width: min(100%, 33rem);
  }

  .availability-rail {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    width: min(100%, 33rem);
    min-height: 8rem;
    margin-top: 1rem;
  }

  .availability-copy {
    right: 2.2rem;
  }

  .formula-card {
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .formula-stack,
  .formula-copy {
    max-width: none;
    justify-self: start;
    margin-bottom: 0;
  }

  .routine-steps,
  .journey-grid,
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .offer-roundel {
    left: auto;
    right: 0.5rem;
    top: auto;
    bottom: 2rem;
    width: 7.4rem;
    height: 7.4rem;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 0.45rem 1.2rem 0;
  }

  .header-bar {
    height: 2.15rem;
  }

  .brandmark span {
    font-size: 0.86rem;
  }

  .site-nav {
    font-size: 0.62rem;
  }

  .site-nav {
    gap: 0.55rem;
    max-width: min(22rem, 72vw);
    justify-content: flex-end;
  }

  .hero-section {
    height: 120vh;
  }

  .hero-layout,
  .offer-section {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .hero-layout {
    gap: 1.8rem;
    padding-top: 6.1rem;
    padding-bottom: 4rem;
  }

  .hero-copy {
    padding-top: 0.5rem;
  }

  .hero-heading {
    font-size: clamp(4rem, 18vw, 7rem);
  }

  .hero-ad-visual img {
    width: calc(100% + 4rem);
    max-width: none;
    margin-left: -2rem;
    opacity: 0.78;
    filter: saturate(0.62) sepia(0.12) contrast(0.95) brightness(0.99) blur(0.85px);
  }

  .hero-ambient-fog {
    background:
      radial-gradient(circle at 22% 42%, rgba(255, 255, 255, 0.12), transparent 31%),
      linear-gradient(180deg, rgba(255, 253, 248, 0.16) 0%, rgba(250, 248, 241, 0.22) 62%, rgba(250, 248, 241, 0.3) 100%);
  }

  .hero-ambient {
    inset: 0 -2rem;
  }

  .hero-scroll {
    right: 1.2rem;
    bottom: 1rem;
  }

  .video-sequence {
    height: 306vh;
  }

  .video-card,
  .still-overlay {
    padding: 6.2rem 1.2rem 2.8rem;
  }

  .story-card .section-heading,
  .section-heading,
  .offer-heading {
    font-size: clamp(2.4rem, 10vw, 4.1rem);
  }

  .routine-section {
    height: 272vh;
  }

  .compare-section {
    height: 224vh;
  }

  .offer-section {
    height: 188vh;
  }

  .routine-overlay,
  .compare-overlay {
    gap: 1.5rem;
  }

  .routine-overlay {
    padding-top: 5.9rem;
    padding-bottom: 2rem;
  }

  .routine-steps,
  .journey-grid,
  .footer-columns,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .routine-step {
    padding-right: 0;
  }

  .routine-step:not(:last-child) {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }

  .compare-table {
    display: none;
  }

  .compare-mobile-grid {
    display: grid;
    gap: 0.9rem;
    width: 100%;
    margin-top: 0.8rem;
  }

  .compare-mobile-card {
    display: grid;
    gap: 0.8rem;
    padding: 1rem;
    border: 1px solid rgba(247, 244, 236, 0.12);
    border-radius: 1rem;
    background: rgba(16, 12, 8, 0.44);
    backdrop-filter: blur(18px);
  }

  .compare-mobile-title {
    font-family: var(--font-display);
    font-size: 1.18rem;
    letter-spacing: -0.02em;
    color: #faf8f1;
  }

  .compare-mobile-card div {
    display: grid;
    gap: 0.18rem;
  }

  .compare-mobile-card strong {
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(184, 189, 141, 0.9);
  }

  .compare-mobile-card p {
    margin: 0;
    color: rgba(247, 244, 236, 0.86);
    line-height: 1.45;
  }

  .offer-roundel {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 0.8rem auto 0;
  }

  .offer-gate {
    top: 2.15rem;
    min-height: calc(100vh - 2.15rem);
    padding: 1.8rem 0 1.4rem;
  }

  .offer-stage {
    justify-items: center;
    min-height: auto;
  }

  .offer-stage img {
    width: min(100%, 31rem);
    transform: none;
  }

  .site-footer {
    padding: 2.8rem 1.2rem 1.8rem;
  }

  .site-toast {
    width: calc(100vw - 2.4rem);
    border-radius: 1rem;
  }
}
