:root {
  --ink: #171914;
  --ink-soft: #252820;
  --paper: #f4f2ec;
  --paper-warm: #e9e4d8;
  --white: #fffcf6;
  --acid: #d7f95d;
  --acid-deep: #b9df31;
  --clay: #d87558;
  --clay-deep: #bd5e43;
  --muted: #72756b;
  --line: rgba(23, 25, 20, 0.15);
  --line-light: rgba(244, 242, 236, 0.2);
  --font-body: 'Manrope', 'Segoe UI', sans-serif;
  --font-display: 'Space Grotesk', 'Arial Black', sans-serif;
  --font-mono: 'DM Mono', 'Courier New', monospace;
  --radius-sm: 0.35rem;
  --radius-md: 0.9rem;
  --radius-lg: 1.4rem;
  --shadow-soft: 0 1.5rem 4rem rgba(23, 25, 20, 0.09);
  --content: min(1160px, calc(100% - 3rem));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.modal-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; color: inherit; cursor: pointer; font: inherit; }
img { display: block; max-width: 100%; }

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

.mockup-bar {
  align-items: center;
  background: var(--acid);
  color: var(--ink);
  display: flex;
  font-family: var(--font-mono);
  font-size: 0.64rem;
  gap: 0.65rem;
  justify-content: center;
  letter-spacing: 0.04em;
  min-height: 2rem;
  padding: 0.45rem 1rem;
  text-transform: uppercase;
}

.mockup-bar strong { font-weight: 500; }
.mockup-bar a { border-bottom: 1px solid currentColor; margin-left: 0.75rem; }
.mockup-dot { background: var(--clay-deep); border-radius: 50%; height: 0.4rem; width: 0.4rem; }

.site-header {
  align-items: center;
  background: var(--ink);
  color: var(--paper);
  display: flex;
  justify-content: space-between;
  min-height: 5.2rem;
  padding: 0 var(--content);
  position: relative;
  z-index: 20;
}

.brand { align-items: center; display: inline-flex; font-family: var(--font-display); font-size: 1rem; font-weight: 700; letter-spacing: -0.06em; gap: 0.62rem; }
.brand-mark { align-items: center; border: 1px solid currentColor; display: inline-flex; font-family: var(--font-mono); font-size: 0.72rem; height: 1.75rem; justify-content: center; letter-spacing: 0; transform: rotate(-7deg); width: 1.75rem; }
.brand-number { color: var(--acid); font-family: var(--font-mono); font-size: 0.62em; font-weight: 400; letter-spacing: 0; margin-left: 0.12rem; }
.main-nav { align-items: center; display: flex; font-family: var(--font-mono); font-size: 0.65rem; gap: 1.75rem; letter-spacing: 0.06em; text-transform: uppercase; }
.main-nav > a:not(.nav-cta) { color: rgba(244, 242, 236, 0.63); transition: color 180ms ease; }
.main-nav > a:not(.nav-cta):hover, .main-nav > a:not(.nav-cta):focus-visible { color: var(--acid); }
.nav-cta { align-items: center; border: 1px solid var(--acid); color: var(--acid); display: inline-flex; gap: 0.55rem; padding: 0.7rem 0.85rem; transition: background 180ms ease, color 180ms ease; }
.nav-cta:hover, .nav-cta:focus-visible { background: var(--acid); color: var(--ink); }
.menu-toggle { background: transparent; display: none; padding: 0.5rem; }
.menu-line { background: currentColor; display: block; height: 1px; margin: 0.35rem 0; width: 1.6rem; }

.hero { background: var(--ink); color: var(--paper); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.93fr) minmax(28rem, 1.07fr); margin: 0 auto; max-width: 1440px; min-height: min(41rem, calc(100svh - 7.2rem)); }
.texture-grid { position: relative; }
.texture-grid::before { background-image: linear-gradient(rgba(244, 242, 236, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(244, 242, 236, 0.055) 1px, transparent 1px); background-size: 4rem 4rem; content: ''; inset: 0 50% 0 0; mask-image: linear-gradient(90deg, #000, transparent); opacity: 0.55; pointer-events: none; position: absolute; }
.hero-copy { align-self: center; max-width: 37rem; padding: 6rem max(2rem, calc((100vw - 1160px) / 2)) 5rem max(2rem, calc((100vw - 1160px) / 2)); position: relative; z-index: 1; }
.eyebrow, .section-kicker, .product-tag, .final-eyebrow, .stories-topline, .stage-label { font-family: var(--font-mono); font-size: 0.66rem; letter-spacing: 0.11em; text-transform: uppercase; }
.eyebrow { align-items: center; color: var(--acid); display: flex; gap: 0.7rem; margin: 0 0 2rem; }
.eyebrow-line { background: var(--acid); display: inline-block; height: 1px; width: 2.5rem; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--font-display); font-weight: 600; letter-spacing: -0.075em; line-height: 0.93; }
h1 { font-size: clamp(4.4rem, 9vw, 8.8rem); margin-bottom: 2rem; max-width: 8ch; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.hero-lede { color: rgba(244, 242, 236, 0.72); font-size: 1rem; line-height: 1.7; margin-bottom: 2rem; max-width: 25rem; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 1.5rem; }
.button { align-items: center; display: inline-flex; font-family: var(--font-mono); font-size: 0.68rem; gap: 1rem; justify-content: center; letter-spacing: 0.06em; min-height: 3.2rem; padding: 0.8rem 1.15rem; text-transform: uppercase; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-acid { background: var(--acid); color: var(--ink); }
.button-acid:hover, .button-acid:focus-visible { background: var(--white); }
.button-dark { background: var(--ink); color: var(--paper); }
.button-dark:hover, .button-dark:focus-visible { background: var(--clay); }
.text-link { border-bottom: 1px solid currentColor; display: inline-flex; font-family: var(--font-mono); font-size: 0.66rem; gap: 0.7rem; letter-spacing: 0.05em; padding-bottom: 0.3rem; text-transform: uppercase; }
.light-link { color: rgba(244, 242, 236, 0.75); }
.light-link:hover, .light-link:focus-visible { color: var(--acid); }
.dark-link { color: var(--ink); }
.dark-link:hover, .dark-link:focus-visible { color: var(--clay-deep); }
.hero-assurance { align-items: center; color: rgba(244, 242, 236, 0.62); display: flex; font-family: var(--font-mono); font-size: 0.61rem; gap: 0.7rem; line-height: 1.45; margin-top: 4.5rem; text-transform: uppercase; }
.hero-assurance strong { color: var(--paper); font-weight: 500; }
.assurance-icon { align-items: center; border: 1px solid var(--clay); color: var(--clay); display: inline-flex; height: 1.65rem; justify-content: center; width: 1.65rem; }
.hero-product { background: var(--clay); min-height: 34rem; padding: 2.7rem max(2rem, calc((100vw - 1160px) / 2)) 2rem 3rem; position: relative; }
.hero-product::before { border: 1px solid rgba(23, 25, 20, 0.22); content: ''; inset: 2rem; pointer-events: none; position: absolute; }
.hero-index { color: rgba(23, 25, 20, 0.62); font-family: var(--font-mono); font-size: 0.66rem; left: 4rem; letter-spacing: 0.08em; position: absolute; top: 3.1rem; z-index: 1; }
.hero-index span, .stage-counter span { color: rgba(23, 25, 20, 0.42); margin: 0 0.25rem; }
.hero-art-wrap { align-items: center; display: flex; height: 100%; justify-content: center; min-height: 30rem; position: relative; }
.hero-art { filter: drop-shadow(0 1.5rem 1.4rem rgba(23, 25, 20, 0.18)); max-height: 29rem; object-fit: contain; width: min(100%, 33rem); }
.art-sticker { color: var(--ink); font-family: var(--font-mono); font-size: 0.58rem; letter-spacing: 0.05em; line-height: 1.3; position: absolute; text-transform: uppercase; }
.art-sticker strong { font-size: 1.2em; font-weight: 500; }
.sticker-top { right: 4.4rem; text-align: right; top: 5.4rem; transform: rotate(7deg); }
.sticker-top::after { background: var(--ink); content: ''; display: block; height: 1px; margin: 0.45rem 0 0 auto; transform: rotate(-7deg); width: 3.2rem; }
.sticker-bottom { bottom: 4.1rem; left: 4.2rem; transform: rotate(-8deg); }
.sticker-bottom::before { background: var(--ink); content: ''; display: block; height: 1px; margin-bottom: 0.45rem; transform: rotate(8deg); width: 2.4rem; }
.hero-caption { bottom: 2.2rem; display: flex; font-family: var(--font-mono); font-size: 0.6rem; justify-content: space-between; left: 4rem; letter-spacing: 0.08em; position: absolute; right: 4rem; text-transform: uppercase; }
.hero-caption span:last-child { color: rgba(23, 25, 20, 0.6); }
.hero-ticker { align-items: center; background: var(--acid); color: var(--ink); display: flex; font-family: var(--font-mono); font-size: 0.66rem; gap: 2rem; justify-content: center; letter-spacing: 0.1em; overflow: hidden; padding: 0.75rem 1rem; text-transform: uppercase; white-space: nowrap; }
.ticker-star { color: var(--clay-deep); font-size: 1.1rem; }

.section-pad { margin: 0 auto; max-width: 1160px; padding-bottom: 8rem; padding-top: 8rem; }
.section-kicker { align-items: center; color: var(--muted); display: flex; gap: 0.8rem; }
.section-kicker > span:first-child { color: var(--clay-deep); }
.kicker-rule { background: var(--line); height: 1px; width: 3.3rem; }
.light-kicker { color: rgba(244, 242, 236, 0.54); }
.light-kicker > span:first-child { color: var(--acid); }
.light-kicker .kicker-rule { background: var(--line-light); }
.intro-section { padding-bottom: 9.5rem; }
.intro-layout { display: grid; gap: 4rem; grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.72fr); margin-top: 4rem; }
.intro-layout h2, .benefits-layout h2, .details-header h2, .stories-layout h2, .reviews-heading h2, .faq-layout h2, .final-cta h2 { font-size: clamp(3.5rem, 7.4vw, 7.4rem); margin-bottom: 0; }
.intro-layout h2 span { color: var(--clay); }
.intro-body { align-self: end; max-width: 27rem; }
.large-copy { font-size: clamp(1.25rem, 2.2vw, 1.75rem); letter-spacing: -0.04em; line-height: 1.25; }
.intro-body > p:not(.large-copy) { color: var(--muted); font-size: 0.9rem; margin-bottom: 1.7rem; }

.product-section { border-top: 1px solid var(--line); padding-top: 6rem; }
.product-layout { display: grid; gap: clamp(3rem, 8vw, 7rem); grid-template-columns: minmax(0, 1.06fr) minmax(19rem, 0.84fr); margin-top: 3.8rem; }
.main-stage { background: var(--paper-warm); min-height: 31rem; overflow: hidden; position: relative; }
.main-stage::before { background-image: linear-gradient(rgba(23, 25, 20, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 25, 20, 0.06) 1px, transparent 1px); background-size: 2rem 2rem; content: ''; inset: 0; opacity: 0.35; position: absolute; }
.stage-label { color: var(--muted); left: 1.5rem; position: absolute; top: 1.5rem; z-index: 1; }
.live-dot { background: var(--clay); border-radius: 50%; display: inline-block; height: 0.4rem; margin-right: 0.35rem; vertical-align: 1px; width: 0.4rem; }
.gallery-image { height: 31rem; object-fit: contain; padding: 3rem; position: relative; width: 100%; }
.stage-expand { background: var(--paper); border-radius: 50%; bottom: 1.4rem; font-family: var(--font-mono); font-size: 1.2rem; height: 2.8rem; position: absolute; right: 1.4rem; transition: transform 180ms ease, background 180ms ease; width: 2.8rem; z-index: 1; }
.stage-expand:hover, .stage-expand:focus-visible { background: var(--acid); transform: rotate(12deg); }
.stage-counter { bottom: 1.7rem; color: var(--ink); font-family: var(--font-mono); font-size: 0.63rem; left: 1.5rem; position: absolute; z-index: 1; }
.gallery-thumbs { display: grid; gap: 0.55rem; grid-template-columns: repeat(6, 1fr); margin-top: 0.55rem; }
.thumb { aspect-ratio: 1 / 1; background: var(--paper-warm); opacity: 0.55; overflow: hidden; padding: 0; position: relative; transition: opacity 180ms ease, outline 180ms ease; }
.thumb:hover, .thumb:focus-visible, .thumb.is-active { opacity: 1; outline: 2px solid var(--clay); outline-offset: -2px; }
.thumb img { height: 100%; object-fit: cover; width: 100%; }
.product-info { align-self: center; max-width: 30rem; padding-bottom: 0.5rem; }
.product-tag { color: var(--clay-deep); margin-bottom: 1.2rem; }
.product-info h2 { font-size: clamp(3rem, 5vw, 5.2rem); margin-bottom: 1.5rem; }
.product-info h2 em { color: var(--clay); }
.product-summary { color: var(--muted); font-size: 0.9rem; max-width: 25rem; }
.price-row { align-items: end; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; margin: 2.2rem 0; padding-bottom: 1.4rem; }
.old-price { color: var(--muted); display: block; font-family: var(--font-mono); font-size: 0.7rem; text-decoration: line-through; }
.current-price { display: block; font-family: var(--font-display); font-size: 2.1rem; letter-spacing: -0.06em; line-height: 1; }
.price-note { color: var(--muted); font-family: var(--font-mono); font-size: 0.55rem; max-width: 6rem; text-align: right; text-transform: uppercase; }
.option-group { margin: 1.5rem 0; }
.option-heading { display: flex; font-family: var(--font-mono); font-size: 0.65rem; justify-content: space-between; letter-spacing: 0.06em; margin-bottom: 0.75rem; text-transform: uppercase; }
.option-heading span { color: var(--muted); }
.option-heading strong { font-weight: 500; }
.color-options { display: flex; gap: 0.6rem; }
.color-option { align-items: center; background: transparent; border: 1px solid transparent; display: inline-flex; gap: 0.5rem; padding: 0.3rem; }
.color-option:hover, .color-option:focus-visible, .color-option[aria-pressed='true'] { border-color: var(--ink); }
.color-swatch { border: 1px solid rgba(23, 25, 20, 0.2); display: block; height: 1.25rem; width: 1.25rem; }
.color-option-label { font-family: var(--font-mono); font-size: 0.58rem; text-transform: uppercase; }
.size-note { align-items: center; color: var(--muted); display: flex; font-family: var(--font-mono); font-size: 0.62rem; gap: 0.55rem; text-transform: uppercase; }
.size-icon { color: var(--clay-deep); font-size: 1.1rem; }
.buy-row { display: grid; gap: 0.6rem; grid-template-columns: 7rem 1fr; margin-top: 2rem; }
.quantity-control { align-items: center; border: 1px solid var(--line); display: flex; justify-content: space-between; }
.quantity-control button { align-items: center; background: transparent; display: inline-flex; font-size: 1.1rem; height: 100%; justify-content: center; width: 2rem; }
.quantity-control button:hover, .quantity-control button:focus-visible { color: var(--clay-deep); }
.quantity-control output { font-family: var(--font-mono); font-size: 0.68rem; }
.purchase-helper { color: var(--muted); font-family: var(--font-mono); font-size: 0.57rem; margin: 0.85rem 0 1.3rem; text-transform: uppercase; }
.purchase-helper span { color: var(--clay-deep); }
.micro-trust { display: flex; flex-wrap: wrap; gap: 0.4rem 0.9rem; }
.micro-trust span { color: var(--muted); font-family: var(--font-mono); font-size: 0.53rem; text-transform: uppercase; }

.dark-panel { background: var(--ink); color: var(--paper); max-width: none; padding-left: max(1.5rem, calc((100% - 1160px) / 2)); padding-right: max(1.5rem, calc((100% - 1160px) / 2)); }
.details-section { padding-bottom: 8rem; padding-top: 8rem; }
.details-header { align-items: end; display: flex; gap: 3rem; justify-content: space-between; margin: 3.5rem 0 3rem; }
.details-header p { color: rgba(244, 242, 236, 0.62); font-size: 0.88rem; margin-bottom: 0.35rem; max-width: 21rem; }
.angle-grid { display: grid; gap: 0.75rem; grid-template-columns: repeat(5, 1fr); }
.angle-card { background: var(--ink-soft); border: 1px solid rgba(244, 242, 236, 0.13); color: var(--paper); min-width: 0; padding: 0; text-align: left; transition: border-color 180ms ease, transform 180ms ease; }
.angle-card:hover, .angle-card:focus-visible { border-color: var(--acid); transform: translateY(-3px); }
.angle-card.is-active { border-color: var(--acid); }
.angle-image { aspect-ratio: 1 / 1; background: var(--paper-warm); display: block; overflow: hidden; }
.angle-image img { height: 100%; object-fit: cover; width: 100%; }
.angle-card-body { display: block; padding: 0.85rem 0.85rem 1rem; }
.angle-card-kicker { color: var(--acid); font-family: var(--font-mono); font-size: 0.53rem; letter-spacing: 0.1em; text-transform: uppercase; }
.angle-card-title { display: block; font-family: var(--font-display); font-size: 1rem; letter-spacing: -0.04em; line-height: 1.1; margin: 0.35rem 0; }
.angle-card-copy { color: rgba(244, 242, 236, 0.53); display: block; font-size: 0.62rem; line-height: 1.4; }

.benefits-section { padding-bottom: 9rem; padding-top: 9rem; }
.benefits-layout { display: grid; gap: 5rem; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); margin-top: 4rem; }
.benefits-layout h2 em { color: var(--clay); }
.benefits-intro { color: var(--muted); font-size: 1rem; margin-top: 2rem; max-width: 16rem; }
.benefits-list { border-top: 1px solid var(--line); }
.benefit-item { align-items: start; border-bottom: 1px solid var(--line); display: grid; gap: 1rem; grid-template-columns: 2.4rem 1fr 1rem; padding: 1.5rem 0; }
.benefit-number { color: var(--clay-deep); font-family: var(--font-mono); font-size: 0.65rem; }
.benefit-item h3 { font-family: var(--font-display); font-size: 1.25rem; letter-spacing: -0.04em; margin-bottom: 0.4rem; }
.benefit-item p { color: var(--muted); font-size: 0.82rem; margin: 0; max-width: 28rem; }
.benefit-arrow { color: var(--clay-deep); font-family: var(--font-mono); font-size: 1.1rem; }

.clay-panel { background: var(--clay); color: var(--ink); max-width: none; padding-left: max(1.5rem, calc((100% - 1160px) / 2)); padding-right: max(1.5rem, calc((100% - 1160px) / 2)); }
.stories-section { padding-bottom: 8rem; padding-top: 2rem; }
.stories-topline { border-bottom: 1px solid rgba(23, 25, 20, 0.25); display: flex; justify-content: space-between; padding: 1rem 0; }
.stories-layout { align-items: center; display: grid; gap: 2rem; grid-template-columns: 0.6fr 1.7fr 0.55fr; margin-top: 5.5rem; }
.quote-mark { font-family: Georgia, serif; font-size: 14rem; line-height: 0.5; opacity: 0.25; transform: translateY(-2rem); }
.stories-layout h2 { font-size: clamp(3rem, 6vw, 6.5rem); }
.stories-layout h2 em { color: var(--ink); }
.quote-copy { font-size: 1.05rem; line-height: 1.55; margin: 2rem 0; max-width: 29rem; }
.quote-person { align-items: center; display: flex; font-family: var(--font-mono); gap: 0.7rem; }
.person-avatar, .review-byline > span { align-items: center; background: var(--ink); border-radius: 50%; color: var(--acid); display: inline-flex; font-size: 0.56rem; height: 2.15rem; justify-content: center; width: 2.15rem; }
.quote-person strong, .quote-person small { display: block; font-size: 0.62rem; font-weight: 500; text-transform: uppercase; }
.quote-person small { font-size: 0.52rem; margin-top: 0.12rem; opacity: 0.64; }
.story-stat { border-left: 1px solid rgba(23, 25, 20, 0.25); padding-left: 1.4rem; }
.story-stat strong { font-family: var(--font-display); font-size: 4.2rem; letter-spacing: -0.1em; line-height: 0.8; }
.story-stat > span { font-family: var(--font-mono); font-size: 0.8rem; }
.story-stat small { display: block; font-family: var(--font-mono); font-size: 0.54rem; line-height: 1.35; margin-top: 1rem; text-transform: uppercase; }

.reviews-section { padding-bottom: 9rem; }
.reviews-heading { align-items: end; display: flex; justify-content: space-between; margin-bottom: 3.5rem; }
.reviews-heading h2 { font-size: clamp(2.8rem, 5vw, 5.5rem); text-align: right; }
.reviews-heading h2 em { color: var(--clay); }
.review-grid { display: grid; gap: 0.8rem; grid-template-columns: repeat(3, 1fr); }
.review-card { border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 18rem; padding: 1.5rem; }
.review-card-accent { background: var(--ink); color: var(--paper); transform: translateY(1.2rem); }
.stars { color: var(--clay); font-family: var(--font-mono); font-size: 0.7rem; letter-spacing: 0.15em; }
.review-card p { font-family: var(--font-display); font-size: 1.18rem; letter-spacing: -0.04em; line-height: 1.25; margin: 2rem 0; }
.review-byline { align-items: center; display: grid; gap: 0 0.6rem; grid-template-columns: 2.15rem 1fr; margin-top: auto; }
.review-byline > span { background: var(--clay); color: var(--ink); grid-row: span 2; }
.review-byline strong, .review-byline small { font-family: var(--font-mono); font-size: 0.6rem; font-weight: 500; text-transform: uppercase; }
.review-byline small { color: var(--muted); font-size: 0.52rem; }
.review-card-accent .review-byline small { color: rgba(244, 242, 236, 0.5); }

.faq-section { padding-bottom: 9rem; padding-top: 8rem; }
.faq-layout { display: grid; gap: 6rem; grid-template-columns: 0.85fr 1.15fr; margin-top: 4rem; }
.faq-layout h2 em { color: var(--acid); }
.faq-list { border-top: 1px solid var(--line-light); }
.faq-list details { border-bottom: 1px solid var(--line-light); }
.faq-list summary { align-items: center; cursor: pointer; display: flex; font-family: var(--font-display); font-size: 1.1rem; gap: 1rem; justify-content: space-between; list-style: none; padding: 1.2rem 0; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--acid); font-family: var(--font-mono); font-size: 1.2rem; font-weight: 400; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { color: rgba(244, 242, 236, 0.62); font-size: 0.82rem; margin: -0.3rem 2rem 1.4rem 0; max-width: 35rem; }

.final-cta { max-width: none; overflow: hidden; padding-left: max(1.5rem, calc((100% - 1160px) / 2)); padding-right: max(1.5rem, calc((100% - 1160px) / 2)); position: relative; }
.final-cta::before { border: 1px solid var(--line); border-radius: 50%; content: ''; height: 38rem; position: absolute; right: -8rem; top: -15rem; width: 38rem; }
.final-cta::after { border: 1px solid var(--line); border-radius: 50%; content: ''; height: 24rem; position: absolute; right: 1rem; top: -8rem; width: 24rem; }
.final-cta-inner { max-width: 35rem; position: relative; z-index: 1; }
.final-eyebrow { color: var(--clay-deep); display: block; margin-bottom: 2rem; }
.final-cta h2 { font-size: clamp(4rem, 9vw, 8.8rem); }
.final-cta h2 em { color: var(--clay); }
.final-cta p { color: var(--muted); font-size: 0.95rem; margin: 2rem 0; max-width: 22rem; }

.site-footer { background: var(--ink); color: var(--paper); padding: 4rem max(1.5rem, calc((100% - 1160px) / 2)) 1.4rem; }
.footer-main { display: grid; gap: 2rem; grid-template-columns: 1fr 1fr 1fr; padding-bottom: 5rem; }
.footer-brand { align-self: start; }
.footer-main p { color: rgba(244, 242, 236, 0.55); font-size: 0.78rem; max-width: 16rem; }
.footer-links { align-items: start; display: flex; flex-direction: column; font-family: var(--font-mono); font-size: 0.6rem; gap: 0.6rem; justify-self: end; text-transform: uppercase; }
.footer-links a { color: rgba(244, 242, 236, 0.55); }
.footer-links a:hover, .footer-links a:focus-visible { color: var(--acid); }
.footer-bottom { border-top: 1px solid var(--line-light); color: rgba(244, 242, 236, 0.4); display: flex; font-family: var(--font-mono); font-size: 0.54rem; justify-content: space-between; padding-top: 1rem; text-transform: uppercase; }

.modal-backdrop { align-items: center; background: rgba(23, 25, 20, 0.8); display: flex; inset: 0; justify-content: center; padding: 1.5rem; position: fixed; z-index: 50; }
.modal-backdrop[hidden] { display: none; }
.purchase-modal { background: var(--paper); box-shadow: var(--shadow-soft); max-width: 30rem; padding: 3rem; position: relative; width: 100%; }
.modal-close { background: transparent; font-size: 1.8rem; line-height: 1; position: absolute; right: 1.25rem; top: 1rem; }
.modal-close:hover, .modal-close:focus-visible { color: var(--clay-deep); }
.modal-kicker { color: var(--clay-deep); font-family: var(--font-mono); font-size: 0.6rem; letter-spacing: 0.1em; text-transform: uppercase; }
.purchase-modal h2 { font-size: 3rem; margin: 1rem 0; }
.purchase-modal h2 em { color: var(--clay); }
.purchase-modal p { color: var(--muted); font-size: 0.86rem; }
.modal-summary { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; font-family: var(--font-mono); font-size: 0.64rem; gap: 0.5rem; justify-content: flex-end; margin: 1.5rem 0; padding: 1rem 0; text-transform: uppercase; }
.modal-summary strong:last-child { font-family: var(--font-display); font-size: 1.2rem; letter-spacing: -0.04em; margin-left: auto; }
.purchase-modal .button { width: 100%; }
.toast { background: var(--ink); bottom: 1.5rem; color: var(--paper); font-family: var(--font-mono); font-size: 0.65rem; left: 50%; max-width: calc(100% - 3rem); opacity: 0; padding: 0.8rem 1rem; pointer-events: none; position: fixed; text-align: center; text-transform: uppercase; transform: translate(-50%, 1rem); transition: opacity 180ms ease, transform 180ms ease; z-index: 60; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.no-script { background: var(--clay); color: var(--ink); font-family: var(--font-mono); font-size: 0.75rem; padding: 1rem; text-align: center; }

:focus-visible { outline: 2px solid var(--clay); outline-offset: 3px; }

@media (max-width: 900px) {
  :root { --content: min(calc(100% - 2.5rem), 720px); }
  .main-nav { gap: 1rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: var(--content); padding: 5rem max(1.25rem, calc((100vw - 720px) / 2)) 4rem; }
  .hero-copy h1 { max-width: 9ch; }
  .hero-assurance { margin-top: 3rem; }
  .hero-product { min-height: 31rem; padding-left: 2rem; }
  .product-layout, .benefits-layout { gap: 3rem; grid-template-columns: 1fr; }
  .product-info { max-width: none; }
  .main-stage, .gallery-image { min-height: 26rem; height: 26rem; }
  .angle-grid { grid-template-columns: repeat(5, minmax(8rem, 1fr)); overflow-x: auto; padding-bottom: 0.5rem; }
  .angle-card { min-width: 8rem; }
  .stories-layout { grid-template-columns: 0.25fr 1fr 0.45fr; }
  .quote-mark { font-size: 9rem; }
  .faq-layout { gap: 3rem; }
}

@media (max-width: 640px) {
  :root { --content: calc(100% - 2rem); }
  body { font-size: 14px; }
  .mockup-bar { align-items: flex-start; flex-wrap: wrap; font-size: 0.55rem; gap: 0.4rem 0.5rem; justify-content: flex-start; line-height: 1.3; }
  .mockup-bar a { margin-left: 0.9rem; }
  .site-header { min-height: 4.5rem; padding: 0 1rem; }
  .menu-toggle { display: block; }
  .main-nav { align-items: stretch; background: var(--ink); border-top: 1px solid var(--line-light); display: none; flex-direction: column; gap: 0; left: 0; padding: 0.5rem 1rem 1.2rem; position: absolute; right: 0; top: 100%; }
  .main-nav.is-open { display: flex; }
  .main-nav > a { padding: 0.85rem 0; }
  .nav-cta { justify-content: center; margin-top: 0.5rem; }
  .hero-grid { min-height: 0; }
  .hero-copy { padding: 4.5rem 1rem 3.5rem; }
  h1 { font-size: clamp(4.3rem, 21vw, 6.3rem); }
  .hero-lede { font-size: 0.9rem; max-width: 20rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 1.25rem; max-width: 15rem; }
  .hero-actions .button { width: 100%; }
  .hero-assurance { font-size: 0.55rem; margin-top: 2.8rem; }
  .hero-product { min-height: 24rem; padding: 1.5rem 1rem; }
  .hero-product::before { inset: 1rem; }
  .hero-index { left: 2rem; top: 2rem; }
  .hero-art-wrap { min-height: 22rem; }
  .hero-art { max-height: 20rem; }
  .sticker-top { right: 2rem; top: 3rem; }
  .sticker-bottom { bottom: 2.6rem; left: 2rem; }
  .hero-caption { bottom: 1.3rem; left: 2rem; right: 2rem; }
  .hero-ticker { justify-content: flex-start; }
  .hero-ticker span:nth-of-type(n + 4) { display: none; }
  .section-pad { padding-bottom: 5.5rem; padding-top: 5.5rem; }
  .intro-section { padding-bottom: 6rem; }
  .intro-layout { gap: 2.5rem; grid-template-columns: 1fr; margin-top: 2.7rem; }
  .intro-layout h2, .benefits-layout h2, .details-header h2, .stories-layout h2, .reviews-heading h2, .faq-layout h2, .final-cta h2 { font-size: clamp(3.2rem, 16vw, 5rem); }
  .product-section { padding-top: 4.5rem; }
  .product-layout { margin-top: 2.5rem; }
  .main-stage, .gallery-image { min-height: 20rem; height: 20rem; }
  .gallery-image { padding: 2rem; }
  .gallery-thumbs { grid-template-columns: repeat(6, minmax(3rem, 1fr)); }
  .product-info h2 { font-size: clamp(3rem, 14vw, 4rem); }
  .price-row { align-items: start; flex-direction: column; gap: 0.6rem; }
  .price-note { max-width: none; text-align: left; }
  .buy-row { grid-template-columns: 6.5rem 1fr; }
  .details-section { padding-bottom: 5.5rem; padding-top: 5.5rem; }
  .details-header { align-items: start; flex-direction: column; gap: 1.5rem; margin: 2.7rem 0; }
  .details-header p { max-width: 20rem; }
  .angle-grid { gap: 0.55rem; grid-template-columns: repeat(10, 7.5rem); margin-right: -1rem; }
  .angle-card-title { font-size: 0.88rem; }
  .benefits-layout { margin-top: 2.7rem; }
  .benefits-intro { margin-top: 1.4rem; }
  .benefit-item { grid-template-columns: 1.8rem 1fr 0.8rem; }
  .benefit-item h3 { font-size: 1.1rem; }
  .stories-section { padding-bottom: 5.5rem; padding-top: 1rem; }
  .stories-topline { font-size: 0.55rem; gap: 1rem; }
  .stories-topline span:last-child { text-align: right; }
  .stories-layout { gap: 1rem; grid-template-columns: 1fr; margin-top: 3.5rem; }
  .quote-mark { display: none; }
  .quote-copy { font-size: 0.95rem; margin: 1.5rem 0; }
  .story-stat { border-left: 0; border-top: 1px solid rgba(23, 25, 20, 0.25); margin-top: 1rem; padding: 1.5rem 0 0; }
  .story-stat small { display: inline-block; margin-left: 0.8rem; }
  .reviews-heading { align-items: start; flex-direction: column; gap: 2rem; }
  .reviews-heading h2 { text-align: left; }
  .review-grid { grid-template-columns: 1fr; }
  .review-card, .review-card-accent { min-height: 16rem; transform: none; }
  .faq-section { padding-bottom: 5.5rem; padding-top: 5.5rem; }
  .faq-layout { grid-template-columns: 1fr; margin-top: 2.7rem; }
  .faq-list summary { font-size: 1rem; }
  .final-cta { padding-bottom: 6rem; padding-top: 6rem; }
  .final-cta::before { height: 24rem; right: -12rem; top: -5rem; width: 24rem; }
  .final-cta::after { height: 15rem; right: -5rem; top: 0; width: 15rem; }
  .site-footer { padding-top: 3rem; }
  .footer-main { gap: 1.5rem; grid-template-columns: 1fr 1fr; padding-bottom: 3rem; }
  .footer-main p { grid-column: span 2; grid-row: 2; }
  .footer-links { justify-self: end; }
  .footer-bottom { flex-direction: column; gap: 0.45rem; }
  .purchase-modal { padding: 2.5rem 1.5rem 1.5rem; }
  .purchase-modal h2 { font-size: 2.5rem; }
}

@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; }
}
