:root {
  --bg: #10150f;
  --ink: #f7f4ed;
  --ink-soft: rgba(247, 244, 237, 0.78);
  --line: rgba(255, 255, 255, 0.12);
  --olive: #60724f;
  --story-green: #596446;
  --olive-soft: rgba(96, 114, 79, 0.18);
  --panel: rgba(11, 15, 12, 0.52);
  --panel-strong: rgba(14, 18, 14, 0.72);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
  --container: 1320px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-snap-type: y proximity;
}

body {
  margin: 0;
  color: var(--ink);
  background: #0d120d;
  font-family: "Avenir Next", "Segoe UI", Arial, sans-serif;
}

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

button,
a {
  font: inherit;
  color: inherit;
}

.immersive-app {
  position: relative;
  min-height: 100vh;
}

.stage-shell,
.stage-vignette {
  position: fixed;
  inset: 0;
  pointer-events: none;
}

.stage-shell {
  z-index: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(96, 114, 79, 0.18), transparent 24%),
    radial-gradient(circle at 82% 28%, rgba(206, 194, 170, 0.2), transparent 25%),
    linear-gradient(180deg, #141a13 0%, #0d120d 100%);
}

.stage-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 520ms ease, transform 520ms ease;
  transform: scale(1.02);
}

.stage-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.stage-slide > img,
.stage-slide > picture > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stage-slide--story-cover > img {
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
  background: var(--story-green);
}

.story-stage {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1.35rem;
  padding: clamp(9.5rem, 15vh, 11.5rem) 1.5rem 6rem;
  text-align: center;
  pointer-events: none;
}

.story-stage__logo {
  width: min(60vw, 1020px);
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.story-stage__divider {
  width: min(48vw, 710px);
  height: 1px;
  background: rgba(247, 244, 237, 0.7);
}

.story-stage__copy {
  max-width: min(74vw, 980px);
  margin: 0;
  color: rgba(247, 244, 237, 0.98);
  font-family: "Baskerville Old Face", "Libre Baskerville", Georgia, serif;
  font-size: clamp(1.12rem, 1.45vw, 1.52rem);
  line-height: 1.44;
  letter-spacing: 0.01em;
  text-wrap: balance;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

.story-stage__mark {
  display: none;
}

.stage-slide--framed img {
  inset: 50% auto auto 50%;
  width: min(58vw, 940px);
  height: min(92vh, 940px);
  transform: translate(-50%, -50%);
  object-fit: contain;
  object-position: center;
  z-index: 2;
}

.stage-slide--feature-wide img {
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: cover;
  object-position: center center;
}

.stage-slide--feature-wide {
  transition:
    opacity 220ms linear,
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.stage-slide::after {
  display: none;
}

.stage-slide--story-cover::after {
  background: none;
}

.stage-slide__caption {
  position: absolute;
  left: 2.2rem;
  bottom: 1.8rem;
  z-index: 1;
  display: grid;
  gap: 0.3rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: rgba(10, 14, 10, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px);
}

.stage-slide__caption span {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 244, 237, 0.68);
}

.stage-slide__caption strong {
  font-size: 0.98rem;
}

.stage-vignette {
  display: none;
}

.immersive-app.is-story-active .stage-shell {
  background: var(--story-green);
}

.immersive-app.is-story-active .stage-vignette {
  background: transparent;
}

.immersive-header {
  position: fixed;
  top: 1rem;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  width: min(calc(100% - 2rem), var(--container));
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 999px;
  background: rgba(11, 15, 12, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
  transition:
    width 360ms cubic-bezier(0.22, 1, 0.36, 1),
    padding 360ms cubic-bezier(0.22, 1, 0.36, 1),
    background 220ms ease,
    border-color 220ms ease;
}

.buy-floating {
  position: fixed;
  top: 8.8rem;
  right: 2rem;
  z-index: 3;
  min-width: 10rem;
  min-height: 3.1rem;
  padding: 0.9rem 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(11, 15, 12, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--ink);
  text-decoration: none;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.buy-floating:hover,
.buy-floating.is-active {
  transform: translateY(-1px);
  background: rgba(96, 114, 79, 0.3);
  border-color: rgba(216, 228, 203, 0.32);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 1;
}

.wordmark__logo {
  display: block;
  height: clamp(1.72rem, 2.35vw, 2.25rem);
  width: auto;
}

.header-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.header-nav button,
.header-cta,
.section-rail__dot,
.feature-nav__item,
.button {
  border: 0;
  cursor: pointer;
}

.header-nav button,
.header-cta {
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--ink-soft);
  text-decoration: none;
}

.header-nav button.is-active,
.header-nav button:hover,
.header-cta:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--ink);
}

.section-rail {
  position: fixed;
  right: 1.6rem;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  display: grid;
  gap: 0.75rem;
}

.section-rail__dot {
  width: 0.8rem;
  height: 0.8rem;
  padding: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.section-rail__dot.is-active {
  background: #f7f4ed;
  transform: scale(1.15);
}

.immersive-main {
  position: relative;
  z-index: 2;
}

.immersive-panel {
  min-height: 86vh;
  width: min(calc(100% - 4rem), var(--container));
  margin: 0 auto;
  padding: 6.8rem 0 2.4rem;
  display: grid;
  align-items: center;
  scroll-snap-align: start;
}

.immersive-panel--story-cover {
  padding: 0;
  min-height: 100vh;
}

.immersive-panel--overview-reveal {
  width: 100%;
  min-height: 196vh;
  padding: 0;
  --reveal-progress: 0;
}

.immersive-panel--feature {
  min-height: 82vh;
}

.immersive-panel--feature-image-only {
  width: 100%;
  padding: 0;
  min-height: 90vh;
}

.panel-card {
  width: min(100%, 36rem);
  padding: 2.2rem;
  border-radius: var(--radius-xl);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(20px);
  box-shadow: var(--shadow);
}

.panel-card--hero {
  width: min(100%, 39rem);
}

.panel-card--split,
.panel-card--proof,
.panel-card--purchase {
  width: min(100%, 62rem);
}

.panel-card--split,
.panel-card--purchase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
  gap: 1.6rem;
}

.panel-card--quote {
  margin-left: auto;
}

.mobile-feature-window {
  display: none;
}

.mobile-feature-window__step {
  font-size: 0.72rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.mobile-feature-window h3 {
  margin: 0;
  font-family: Baskerville, "Iowan Old Style", Garamond, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.3vw, 2.35rem);
  line-height: 0.94;
  font-weight: 400;
}

.mobile-feature-window p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.6;
}

.overview-reveal__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}

.overview-reveal__scene {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 16% 24%, rgba(255, 255, 255, 0.94), transparent 18%),
    radial-gradient(circle at 84% 66%, rgba(241, 236, 223, 0.92), transparent 22%),
    linear-gradient(180deg, #fcfbf7 0%, #f4efe4 100%);
  transition: background 220ms ease;
}

.overview-reveal__scene::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 6.5rem;
  width: min(58vw, 860px);
  height: min(12vh, 96px);
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(76, 92, 59, 0.16) 0%, rgba(76, 92, 59, 0.08) 42%, transparent 76%);
  filter: blur(18px);
  opacity: calc(0.14 + (var(--reveal-progress) * 0.34));
  pointer-events: none;
}

.overview-reveal__halo {
  position: absolute;
  width: 34rem;
  height: 34rem;
  border-radius: 999px;
  filter: blur(8px);
  opacity: 0.9;
}

.overview-reveal__halo--left {
  left: -4rem;
  top: 7rem;
  background: rgba(250, 247, 239, 0.96);
}

.overview-reveal__halo--right {
  right: -4rem;
  bottom: 3.5rem;
  background: rgba(241, 233, 214, 0.94);
}

.overview-product {
  position: absolute;
  inset: 0;
}

.overview-product__single-wrap {
  position: absolute;
  inset: 0;
}

.overview-product img {
  position: absolute;
  left: 50%;
  will-change: transform, opacity;
  filter:
    drop-shadow(0 14px 28px rgba(96, 114, 79, 0.08))
    drop-shadow(0 26px 52px rgba(18, 24, 15, 0.14));
}

.overview-product__single {
  bottom: -3.4rem;
  width: min(76vw, 1120px);
  z-index: 2;
  transform:
    translateX(-50%)
    translateY(calc(128px - (var(--reveal-progress) * 128px)))
    scale(calc(0.95 + (var(--reveal-progress) * 0.05)));
  opacity: clamp(0, calc((var(--reveal-progress) * 1.42) - 0.08), 1);
}

.overview-product__back {
  bottom: calc(50% - 2rem);
  width: min(72vw, 1260px);
  z-index: 1;
  transform:
    translateX(calc(-50% - 240px + (var(--reveal-progress) * 240px)))
    translateY(calc(56px - (var(--reveal-progress) * 56px)))
    rotate(calc(-7deg + (var(--reveal-progress) * 7deg)))
    scale(calc(0.92 + (var(--reveal-progress) * 0.08)));
  opacity: clamp(0, calc((var(--reveal-progress) * 1.35) - 0.08), 1);
}

.overview-product__main {
  bottom: 5.5rem;
  width: min(66vw, 1080px);
  z-index: 2;
  transform:
    translateX(calc(-50% + 260px - (var(--reveal-progress) * 260px)))
    translateY(calc(96px - (var(--reveal-progress) * 96px)))
    rotate(calc(6deg - (var(--reveal-progress) * 6deg)))
    scale(calc(0.92 + (var(--reveal-progress) * 0.08)));
  opacity: clamp(0, calc((var(--reveal-progress) * 1.45) - 0.14), 1);
}

.overview-slogan {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 0.4rem;
  max-width: 14rem;
}

.overview-slogan__slot {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 244, 237, 0.58);
}

.overview-slogan strong {
  font-family: Baskerville, "Iowan Old Style", Garamond, "Times New Roman", serif;
  font-size: clamp(2.15rem, 3.6vw, 3.4rem);
  line-height: 0.94;
  font-weight: 400;
  color: #5e6f4d;
}

.overview-slogan--left {
  left: clamp(3rem, 5vw, 6rem);
  top: clamp(12rem, 24vh, 15.2rem);
  transform: translateX(calc(-64px + (var(--reveal-progress) * 64px)));
  opacity: clamp(0, calc((var(--reveal-progress) * 1.2) - 0.08), 1);
}

.overview-slogan--right {
  right: clamp(3rem, 5vw, 6rem);
  top: clamp(12rem, 24vh, 15.2rem);
  text-align: right;
  transform: translateX(calc(64px - (var(--reveal-progress) * 64px)));
  opacity: clamp(0, calc((var(--reveal-progress) * 1.2) - 0.08), 1);
}

.overview-slogan--center {
  left: 50%;
  bottom: 3.4rem;
  text-align: center;
  transform:
    translateX(-50%)
    translateY(calc(26px - (var(--reveal-progress) * 26px)));
  opacity: clamp(0, calc((var(--reveal-progress) * 1.45) - 0.34), 1);
}

.overview-slogan--center strong {
  font-size: clamp(1.28rem, 1.95vw, 1.72rem);
  letter-spacing: 0.02em;
  color: rgba(94, 111, 77, 0.74);
}

.panel-copy-stack {
  display: grid;
  gap: 0.9rem;
}

.eyebrow {
  margin: 0 0 0.9rem;
  font-size: 0.74rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: rgba(247, 244, 237, 0.68);
}

.panel-card h1,
.panel-card h2 {
  margin: 0;
  font-family: Baskerville, "Iowan Old Style", Garamond, "Times New Roman", serif;
  letter-spacing: -0.05em;
  font-weight: 400;
  line-height: 0.95;
}

.panel-card h1 {
  font-size: clamp(3.6rem, 8vw, 6.6rem);
}

.panel-card h2 {
  font-size: clamp(2.3rem, 4vw, 3.9rem);
}

.lede {
  margin: 1rem 0 1.1rem;
  color: #d9e1d1;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
}

.body-copy,
.panel-copy-stack p,
.panel-card blockquote,
.purchase-preview__row span,
.purchase-preview__row strong {
  line-height: 1.75;
}

.body-copy,
.panel-copy-stack p {
  margin: 0;
  color: var(--ink-soft);
}

.panel-card blockquote {
  margin: 1.6rem 0;
  font-family: Baskerville, "Iowan Old Style", Garamond, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #f7f4ed;
}

.cta-row,
.purchase-preview__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1.2rem;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover,
.feature-nav__item:hover {
  transform: translateY(-1px);
}

.button--solid {
  background: linear-gradient(180deg, #667950 0%, #4a593d 100%);
  color: white;
}

.button--ghost {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

.button--small {
  min-height: 3.1rem;
  padding-inline: 1rem;
  white-space: nowrap;
}

.button--prime {
  background: linear-gradient(180deg, #f1d27c 0%, #d4aa3a 100%);
  color: #10150f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24);
}

.button--prime:hover {
  background: linear-gradient(180deg, #f4d98d 0%, #c89d2e 100%);
}

.feature-shell {
  display: grid;
  grid-template-columns: 15rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.feature-nav {
  position: sticky;
  top: 8rem;
  display: grid;
  gap: 0.8rem;
}

.feature-nav__item {
  display: grid;
  gap: 0.25rem;
  text-align: left;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(8, 12, 9, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
}

.feature-nav__item span {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(247, 244, 237, 0.62);
}

.feature-nav__item strong {
  font-size: 1rem;
}

.feature-nav__item.is-active {
  background: rgba(96, 114, 79, 0.28);
  border-color: rgba(216, 228, 203, 0.32);
}

.panel-card--feature {
  margin-left: auto;
}

.panel-card--feature-minimal {
  width: min(100%, 42rem);
  display: flex;
  align-items: center;
  min-height: 22rem;
}

.body-copy--feature {
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
  line-height: 1.95;
  color: #f2eee4;
}

.detail-list {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.detail-list li {
  display: flex;
  gap: 0.75rem;
  color: var(--ink-soft);
}

.detail-list li::before {
  content: "";
  width: 0.68rem;
  height: 0.68rem;
  margin-top: 0.42rem;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #d6e3c8;
}

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

.proof-stat,
.purchase-preview {
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-stat {
  display: grid;
  gap: 0.35rem;
}

.proof-stat span,
.purchase-preview__row span {
  color: rgba(247, 244, 237, 0.62);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.proof-stat strong,
.purchase-preview__row strong {
  font-size: 1rem;
}

.panel-card--proof-minimal {
  width: min(100%, 76rem);
  display: grid;
  gap: 1.4rem;
}

.proof-heading h2 {
  margin: 0;
}

.proof-heading {
  display: grid;
  gap: 0.35rem;
}

.proof-heading__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(247, 244, 237, 0.58);
}

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

.proof-review-card {
  overflow: hidden;
  border-radius: calc(var(--radius-xl) - 10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(11, 15, 12, 0.92), rgba(11, 15, 12, 0.8)),
    rgba(9, 12, 10, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 20px 44px rgba(0, 0, 0, 0.18);
}

.proof-review-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.04);
}

.proof-review-card__body {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1rem 1.1rem;
}

.proof-review-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.proof-review-card__meta {
  display: grid;
  gap: 0.22rem;
}

.proof-review-card__user {
  color: #f7f4ed;
  font-size: 1rem;
}

.proof-review-card__date {
  color: rgba(247, 244, 237, 0.56);
  font-size: 0.82rem;
}

.proof-review-card__source {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  white-space: nowrap;
}

.proof-review-card__logo {
  height: 0.94rem;
  width: auto;
  opacity: 0.94;
}

.proof-review-card__stars {
  color: #f2c766;
  letter-spacing: 0.12em;
  font-size: 0.84rem;
}

.proof-review-card h3 {
  margin: 0;
  font-family: Baskerville, "Iowan Old Style", Garamond, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: #f7f4ed;
}

.proof-review-card p {
  margin: 0;
  color: rgba(247, 244, 237, 0.76);
  line-height: 1.7;
  font-size: 0.98rem;
}

.proof-review-card p strong {
  color: #ffffff;
  font-weight: 600;
}

.purchase-preview {
  display: grid;
  gap: 0.85rem;
}

.panel-card--signup {
  align-items: stretch;
}

.purchase-preview__row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.purchase-preview__row:last-child {
  border-bottom: 0;
}

.purchase-preview__row--saved,
.purchase-preview__row--control,
.purchase-preview__row--total,
.purchase-preview__row--form {
  align-items: flex-start;
}

.purchase-preview__row--form > span {
  padding-top: 0.9rem;
}

.purchase-preview__row--total strong {
  font-size: 1.4rem;
  line-height: 1.2;
}

.purchase-preview__saved,
.purchase-preview__total {
  flex: 1;
  display: grid;
  gap: 0.45rem;
  min-width: 0;
}

.purchase-preview__saved p {
  margin: 0;
  color: rgba(247, 244, 237, 0.7);
  line-height: 1.65;
}

.purchase-preview__link {
  justify-self: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  color: #d6e3c8;
  font: inherit;
  font-size: 0.92rem;
  cursor: pointer;
}

.purchase-preview__field {
  flex: 1;
  display: grid;
  gap: 0.65rem;
  min-width: 0;
}

.purchase-preview__field--stack {
  gap: 0.8rem;
}

.purchase-preview__field--inline {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.purchase-preview__summary {
  font-size: 0.95rem;
  color: #d6e3c8;
}

.purchase-preview__offer {
  display: grid;
  gap: 0.3rem;
}

.purchase-preview__offer strong {
  font-size: 0.98rem;
  color: #eef3e7;
}

.purchase-preview__offer span {
  color: rgba(247, 244, 237, 0.68);
  font-size: 0.9rem;
  line-height: 1.55;
}

.quantity-selector {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.quantity-selector__button {
  width: 2.35rem;
  height: 2.35rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-size: 1.2rem;
  line-height: 1;
  transition: background 180ms ease, transform 180ms ease;
}

.quantity-selector__button:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

.quantity-selector__value {
  min-width: 2.2rem;
  text-align: center;
  font-size: 1.1rem;
}

.signup-card {
  display: grid;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.signup-field {
  display: grid;
  gap: 0.55rem;
}

.signup-field > span {
  color: rgba(247, 244, 237, 0.62);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.signup-field__input {
  width: 100%;
  min-height: 3.4rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  outline: none;
  transition: border-color 180ms ease, background 180ms ease;
}

.signup-field__input::placeholder {
  color: rgba(247, 244, 237, 0.4);
}

.signup-field__input:focus {
  border-color: rgba(216, 228, 203, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.signup-field__input--textarea {
  min-height: 8.4rem;
  resize: vertical;
}

.signup-field__input--compact {
  min-height: 6.6rem;
}

.button--wide {
  width: 100%;
}

.signup-card__note {
  margin: 0;
  color: rgba(247, 244, 237, 0.58);
  font-size: 0.92rem;
  line-height: 1.7;
}

.signup-card__status {
  min-height: 1.45rem;
  margin: 0;
  color: #d6e3c8;
  font-size: 0.95rem;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  z-index: 8;
  display: grid;
  place-items: center;
}

.checkout-modal[hidden] {
  display: none;
}

.checkout-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(6, 9, 6, 0.72);
  backdrop-filter: blur(14px);
}

.checkout-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 2rem), 42rem);
  padding: 1.4rem;
  border-radius: var(--radius-xl);
  background: rgba(11, 15, 12, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.34);
}

.checkout-modal__close {
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.checkout-modal__content {
  display: grid;
  gap: 1.2rem;
}

.checkout-modal__header {
  display: grid;
  gap: 0.8rem;
  padding-right: 2.6rem;
}

.purchase-preview--modal {
  padding: 1.2rem;
}

.purchase-preview__prime {
  display: grid;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.buy-with-prime {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
}

.buy-with-prime__copy {
  display: grid;
  gap: 0.35rem;
}

.buy-with-prime__copy span {
  color: rgba(247, 244, 237, 0.62);
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.buy-with-prime__copy strong {
  font-size: 1.1rem;
}

.buy-with-prime__slot {
  display: flex;
  justify-content: flex-end;
}

.purchase-preview__meta {
  margin: 0;
  color: rgba(247, 244, 237, 0.68);
  font-size: 0.94rem;
  line-height: 1.7;
}

.purchase-preview__meta--compact {
  font-size: 0.88rem;
  line-height: 1.65;
}

.slot-guide {
  width: min(calc(100% - 4rem), var(--container));
  margin: 0 auto;
  padding: 2rem 0 4.5rem;
  position: relative;
  z-index: 2;
  scroll-snap-align: start;
}

.slot-guide__card {
  padding: 2rem;
  border-radius: var(--radius-xl);
  background: rgba(10, 14, 10, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
}

.slot-guide__card h2 {
  margin: 0 0 1.2rem;
  font-family: Baskerville, "Iowan Old Style", Garamond, "Times New Roman", serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.04em;
}

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

.slot-guide__media {
  min-height: 16rem;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at 24% 24%, rgba(96, 114, 79, 0.2), transparent 24%),
    rgba(255, 255, 255, 0.04);
}

.slot-guide__image {
  width: 100%;
  height: 100%;
  min-height: 16rem;
  object-fit: cover;
}

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

.slot-guide__grid article {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.slot-guide__grid strong {
  font-size: 1rem;
}

.slot-guide__grid span,
.slot-guide__grid code {
  color: var(--ink-soft);
}

@media (min-width: 1281px) {
  .immersive-app.is-feature-stage-active .immersive-header {
    width: min(calc(100% - 11rem), 1180px);
  }

  .immersive-app.is-hemp-stage-active .immersive-header {
    width: min(calc(100% - 15rem), 1080px);
  }
}

@media (max-width: 1120px) {
  .immersive-header {
    grid-template-columns: 1fr;
    border-radius: 30px;
  }

  .feature-shell,
  .panel-card--split,
  .panel-card--purchase,
  .proof-grid,
  .slot-guide__grid,
  .slot-guide__gallery {
    grid-template-columns: 1fr;
  }

  .overview-reveal__scene {
    width: 100%;
  }

  .overview-slogan {
    max-width: 12rem;
  }

  .overview-product__single {
    width: min(84vw, 900px);
    bottom: -2.4rem;
    transform:
      translateX(-50%)
      translateY(calc(108px - (var(--reveal-progress) * 108px)))
      scale(calc(0.96 + (var(--reveal-progress) * 0.04)));
  }

  .overview-product__back {
    width: min(82vw, 980px);
    bottom: calc(50% - 1.5rem);
    transform:
      translateX(calc(-50% - 170px + (var(--reveal-progress) * 170px)))
      translateY(calc(52px - (var(--reveal-progress) * 52px)))
      rotate(calc(-6deg + (var(--reveal-progress) * 6deg)))
      scale(calc(0.94 + (var(--reveal-progress) * 0.06)));
  }

  .overview-product__main {
    width: min(78vw, 820px);
    bottom: 5.8rem;
    transform:
      translateX(calc(-50% + 190px - (var(--reveal-progress) * 190px)))
      translateY(calc(88px - (var(--reveal-progress) * 88px)))
      rotate(calc(5deg - (var(--reveal-progress) * 5deg)))
      scale(calc(0.93 + (var(--reveal-progress) * 0.07)));
  }

  .feature-nav {
    position: static;
  }

  .proof-reviews-grid {
    grid-template-columns: 1fr;
  }

  .section-rail {
    display: none;
  }

  .buy-floating {
    top: auto;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}

@media (max-width: 780px) {
  .immersive-header {
    width: min(calc(100% - 1rem), var(--container));
    top: 0.5rem;
    padding: 0.85rem;
  }

  .wordmark__logo {
    height: 1.48rem;
  }

  .story-stage {
    padding: 7.9rem 1.2rem 4.5rem;
    gap: 0.9rem;
  }

  .story-stage__logo {
    width: min(76vw, 620px);
  }

  .story-stage__divider {
    width: min(58vw, 340px);
  }

  .story-stage__copy {
    max-width: min(88vw, 560px);
    font-size: clamp(0.9rem, 3.2vw, 0.98rem);
    line-height: 1.42;
  }

  .header-nav {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .immersive-panel,
  .slot-guide {
    width: min(calc(100% - 1rem), var(--container));
    padding-top: 6.8rem;
  }

  .immersive-panel--story-cover {
    width: 100%;
    padding-top: 0;
  }

  .immersive-panel--overview-reveal {
    min-height: 168vh;
  }

  .immersive-panel--feature-image-only {
    min-height: 118vh;
  }

  .stage-slide[data-stage="feature-hemp"] {
    background:
      radial-gradient(circle at 82% 12%, rgba(251, 204, 122, 0.14), transparent 26%),
      linear-gradient(180deg, #111712 0%, #1e2419 100%);
  }

  .stage-slide[data-stage="feature-accessories"] {
    background: linear-gradient(180deg, #faf7ef 0%, #efe8dc 100%);
  }

  .stage-slide[data-stage="feature-brand"] {
    background: linear-gradient(180deg, #c7bbaf 0%, #b9ac9f 100%);
  }

  .stage-slide[data-stage="feature-hemp"] picture,
  .stage-slide[data-stage="feature-accessories"] picture,
  .stage-slide[data-stage="feature-brand"] picture {
    position: absolute;
    top: 6.25rem;
    left: 50%;
    inset: auto auto auto 50%;
    width: min(88vw, 360px);
    transform: translateX(-50%);
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 42px rgba(18, 24, 15, 0.18);
  }

  .stage-slide[data-stage="feature-hemp"] img,
  .stage-slide[data-stage="feature-accessories"] img,
  .stage-slide[data-stage="feature-brand"] img {
    position: static;
    inset: auto;
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    transform: none;
    object-fit: contain;
    object-position: center top;
    filter: none;
  }

  .mobile-feature-window {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(6.25rem + min(88vw, 360px) + 0.75rem);
    bottom: auto;
    z-index: 3;
    display: grid;
    gap: 0.5rem;
    padding: 1rem 1rem 1.08rem;
    border-radius: 24px;
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(18px);
  }

  .mobile-feature-window h3 {
    font-size: clamp(1.35rem, 5.4vw, 1.9rem);
  }

  .mobile-feature-window p {
    font-size: 0.93rem;
    line-height: 1.56;
  }

  .mobile-feature-window--hemp {
    background: rgba(10, 14, 10, 0.64);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #f7f4ed;
  }

  .mobile-feature-window--accessories {
    background: rgba(255, 252, 247, 0.92);
    border: 1px solid rgba(42, 42, 42, 0.08);
    color: #20211e;
  }

  .mobile-feature-window--brand {
    background: rgba(53, 43, 36, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff7ef;
  }

  .overview-reveal__scene {
    width: 100%;
    background: #ffffff;
  }

  .overview-reveal__scene::after {
    width: min(72vw, 430px);
    bottom: auto;
    top: 35.8rem;
    background: radial-gradient(circle, rgba(76, 92, 59, 0.12) 0%, rgba(76, 92, 59, 0.05) 44%, transparent 76%);
  }

  .overview-reveal__halo {
    display: none;
  }

  .overview-product__back {
    width: min(86vw, 520px);
    bottom: calc(50% + 1rem);
    transform:
      translateX(calc(-50% - 82px + (var(--reveal-progress) * 82px)))
      translateY(calc(48px - (var(--reveal-progress) * 48px)))
      rotate(calc(-4deg + (var(--reveal-progress) * 4deg)))
      scale(calc(0.96 + (var(--reveal-progress) * 0.04)));
  }

  .overview-product__main {
    width: min(88vw, 460px);
    bottom: 6.6rem;
    transform:
      translateX(calc(-50% + 86px - (var(--reveal-progress) * 86px)))
      translateY(calc(72px - (var(--reveal-progress) * 72px)))
      rotate(calc(3deg - (var(--reveal-progress) * 3deg)))
      scale(calc(0.96 + (var(--reveal-progress) * 0.04)));
  }

  .overview-slogan {
    max-width: 10rem;
    gap: 0.35rem;
  }

  .overview-product__single {
    width: min(98vw, 500px);
    top: 11.6rem;
    bottom: auto;
    transform:
      translateX(-50%)
      translateY(calc(60px - (var(--reveal-progress) * 60px)))
      scale(calc(0.965 + (var(--reveal-progress) * 0.035)));
    filter:
      drop-shadow(0 10px 20px rgba(94, 111, 77, 0.08))
      drop-shadow(0 26px 52px rgba(24, 28, 18, 0.1));
  }

  .overview-slogan strong {
    font-size: clamp(1.24rem, 6.5vw, 1.9rem);
    color: #5e6f4d;
    text-shadow: none;
  }

  .overview-slogan--left {
    left: 1.15rem;
    top: 8.15rem;
  }

  .overview-slogan--right {
    right: 1.15rem;
    top: 8.5rem;
  }

  .overview-slogan--center {
    bottom: 3.6rem;
    left: 50%;
    right: auto;
  }

  .buy-floating {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    min-width: 0;
  }

  .proof-review-card__body {
    padding: 0.9rem;
  }

  .proof-review-card__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .panel-card {
    width: 100%;
    padding: 1.35rem;
  }

  .panel-card h1 {
    font-size: 3.2rem;
  }

  .panel-card h2 {
    font-size: 2.2rem;
  }

  .cta-row,
  .purchase-preview__actions {
    flex-direction: column;
  }

  .purchase-preview__row {
    flex-direction: column;
    align-items: stretch;
  }

  .purchase-preview__row--form > span {
    padding-top: 0;
  }

  .purchase-preview__field--inline,
  .buy-with-prime {
    grid-template-columns: 1fr;
  }

  .button,
  .header-cta {
    width: 100%;
  }

  .stage-slide__caption {
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
  }

  .stage-slide--story-cover > img {
    width: min(92vw, 760px);
    height: min(86vh, 700px);
  }

  .stage-slide--framed img {
    width: min(86vw, 560px);
    height: min(68vh, 460px);
  }
}

@media (max-width: 480px) {
  .immersive-header {
    top: 0.45rem;
    width: min(calc(100% - 0.75rem), var(--container));
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 0.55rem;
    padding: 0.72rem 0.78rem;
    border-radius: 28px;
  }

  .wordmark__logo {
    height: 1.22rem;
  }

  .header-nav {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.45rem;
    overflow-x: auto;
    padding-bottom: 0;
    scrollbar-width: none;
  }

  .header-nav::-webkit-scrollbar {
    display: none;
  }

  .header-nav button,
  .header-cta {
    width: auto;
    min-height: 2.18rem;
    padding: 0.56rem 0.82rem;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .story-stage {
    padding: 7.3rem 1rem 5.4rem;
    gap: 0.78rem;
  }

  .story-stage__logo {
    width: min(86vw, 430px);
  }

  .story-stage__divider {
    width: min(66vw, 280px);
  }

  .story-stage__copy {
    max-width: min(82vw, 330px);
    font-size: clamp(0.82rem, 3.9vw, 0.9rem);
    line-height: 1.48;
  }

  .immersive-panel,
  .slot-guide {
    width: min(calc(100% - 0.85rem), var(--container));
    padding-top: 6.15rem;
    padding-bottom: 1.15rem;
  }

  .immersive-panel--story-cover {
    width: 100%;
    padding-top: 0;
  }

  .immersive-panel--overview-reveal {
    min-height: 156vh;
  }

  .immersive-panel--feature-image-only {
    min-height: 124vh;
  }

  .overview-reveal__scene {
    background: #ffffff;
  }

  .overview-reveal__scene::after {
    width: min(74vw, 300px);
    height: 2.6rem;
    top: 33.8rem;
    bottom: auto;
    opacity: calc(0.16 + (var(--reveal-progress) * 0.18));
  }

  .overview-reveal__halo {
    display: none;
  }

  .overview-slogan {
    max-width: 6.9rem;
    gap: 0.28rem;
  }

  .overview-slogan strong {
    font-size: clamp(1.42rem, 7.6vw, 1.92rem);
    line-height: 0.92;
    color: #5e6f4d;
    text-shadow: none;
  }

  .overview-slogan--left {
    left: 1rem;
    top: 8rem;
  }

  .overview-slogan--right {
    right: 1rem;
    top: 8.35rem;
  }

  .overview-product__single {
    width: min(100vw, 424px);
    top: 12.9rem;
    bottom: auto;
    transform:
      translateX(-50%)
      translateY(calc(56px - (var(--reveal-progress) * 56px)))
      scale(calc(0.96 + (var(--reveal-progress) * 0.04)));
    filter:
      drop-shadow(0 10px 22px rgba(94, 111, 77, 0.08))
      drop-shadow(0 26px 52px rgba(24, 28, 18, 0.1));
  }

  .stage-slide[data-stage="feature-hemp"] picture,
  .stage-slide[data-stage="feature-accessories"] picture,
  .stage-slide[data-stage="feature-brand"] picture {
    top: 6.05rem;
    width: min(92vw, 382px);
    border-radius: 24px;
  }

  .mobile-feature-window {
    left: 0.9rem;
    right: 0.9rem;
    top: calc(6.05rem + min(92vw, 382px) + 0.55rem);
    bottom: auto;
    padding: 0.95rem 0.92rem 1rem;
    border-radius: 22px;
    gap: 0.45rem;
  }

  .mobile-feature-window h3 {
    font-size: clamp(1.28rem, 7vw, 1.75rem);
  }

  .mobile-feature-window p {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .panel-card {
    padding: 1.15rem;
    border-radius: 26px;
  }

  .panel-card--proof-minimal,
  .panel-card--purchase {
    gap: 1rem;
  }

  .proof-heading__eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .proof-heading h2 {
    font-size: 2rem;
  }

  .proof-reviews-grid {
    gap: 0.9rem;
  }

  .proof-review-card__body {
    gap: 0.72rem;
    padding: 0.9rem 0.9rem 1rem;
  }

  .proof-review-card h3 {
    font-size: 1.18rem;
  }

  .proof-review-card p {
    font-size: 0.92rem;
    line-height: 1.62;
  }

  .signup-card__note,
  .signup-card__status,
  .purchase-preview__meta,
  .purchase-preview__offer span {
    font-size: 0.88rem;
  }

  .purchase-preview {
    gap: 0.78rem;
  }

  .purchase-preview__row {
    gap: 0.7rem;
    padding-bottom: 0.75rem;
  }

  .quantity-selector {
    width: fit-content;
  }

  .checkout-modal__dialog {
    width: min(calc(100% - 0.7rem), 430px);
    max-height: calc(100vh - 0.7rem);
    padding: 0.9rem;
    border-radius: 28px;
    overflow: hidden;
  }

  .checkout-modal__content {
    max-height: calc(100vh - 4.8rem);
    overflow-y: auto;
    padding-right: 0.1rem;
  }

  .checkout-modal__header {
    gap: 0.65rem;
    padding-right: 2.2rem;
  }

  .checkout-modal__close {
    top: 0.72rem;
    right: 0.72rem;
    width: 2.25rem;
    height: 2.25rem;
  }

  .purchase-preview--modal {
    padding: 0.95rem;
  }

  .buy-with-prime__slot {
    justify-content: stretch;
  }

  .buy-with-prime__slot .button {
    width: 100%;
  }

  .buy-floating {
    left: 0.8rem;
    right: 0.8rem;
    bottom: 0.9rem;
    min-height: 3rem;
  }

  .slot-guide {
    padding-bottom: 5.8rem;
  }
}

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

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