:root {
  --ink: #101010;
  --body: #454545;
  --muted: #6b6b6b;
  --paper: #ffffff;
  --soft: #f5f3ef;
  --line: #dfddd8;
  --orange: #c94f0c;
  --orange-dark: #9f3b06;
  --dark: #121212;
  --radius: 20px;
  --shadow: 0 18px 48px rgba(16, 16, 16, .08);
  --font: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.65 var(--font);
  -webkit-font-smoothing: antialiased;
}

img, video { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid rgba(201, 79, 12, .42);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -90px;
  z-index: 1000;
  min-height: 48px;
  padding: 11px 16px;
  border-radius: 10px;
  background: var(--dark);
  color: #fff;
  font-weight: 800;
}

.skip-link:focus { top: 12px; }

.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 32px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(16, 16, 16, .08);
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(18px);
}

.nav {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  min-width: 48px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.brand img { width: 36px; height: 36px; object-fit: contain; }
.nav-actions { display: flex; align-items: center; gap: 18px; }

.nav-link, .text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--body);
  font-size: 14px;
  font-weight: 800;
  text-underline-offset: 4px;
}

.nav-link { text-decoration: none; }
.nav-link:hover, .text-link:hover { color: var(--orange); }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 800 14px/1.25 var(--font);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background .16s ease, border-color .16s ease, transform .16s ease;
}

.button:hover { transform: translateY(-1px); }
.button-dark { background: var(--dark); color: #fff; }
.button-dark:hover { background: #2a2a2a; }
.button-orange { background: var(--orange); color: #fff; }
.button-orange:hover { background: var(--orange-dark); }
.button-light { border-color: rgba(255,255,255,.28); background: #fff; color: var(--ink); }
.button-light:hover { background: #f3f3f3; }
.button-full { width: 100%; }

section { padding: 72px 0; }
.eyebrow {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

h1, h2, h3, p { overflow-wrap: break-word; }
h1 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(44px, 7vw, 78px);
  line-height: 1;
  letter-spacing: -.055em;
}

h1 em { color: var(--orange); font-style: normal; }
h2 {
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

h3 { line-height: 1.25; }

.lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--body);
  font-size: clamp(18px, 2.1vw, 21px);
  line-height: 1.6;
}

.section-heading { max-width: 760px; margin-bottom: 32px; }
.section-heading > p:last-child {
  margin: 14px 0 0;
  color: var(--body);
  font-size: 17px;
  line-height: 1.65;
}

.hero { padding: 68px 0 72px; }
.hero-layout { display: grid; gap: 42px; }
.hero-copy { max-width: 940px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin-top: 28px; }
.fact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.fact-list li {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--body);
  background: var(--soft);
  font-size: 13px;
  font-weight: 700;
}

.hero-result {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  margin: 0;
  border-radius: 24px;
  background: #ece9e3;
  box-shadow: var(--shadow);
}

.hero-result img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.hero-result figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.hero-result figcaption span {
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: 999px;
  background: rgba(0,0,0,.62);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.results-section { background: var(--dark); color: #fff; }
.section-heading-light > p:last-child { color: rgba(255,255,255,.72); }
.results-section .eyebrow { color: #f09862; }

.results-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, .55fr);
  gap: 18px;
  align-items: stretch;
}

.result-stage {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: #202020;
  cursor: zoom-in;
}

.result-stage img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #f3f1ed;
  transition: opacity .16s ease;
}

.result-stage-badge, .result-stage-hint {
  position: absolute;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
}

.result-stage-badge { left: 14px; top: 14px; background: rgba(0,0,0,.68); color: #fff; }
.result-stage-hint { right: 14px; bottom: 14px; background: rgba(255,255,255,.94); color: var(--ink); }
.result-panel {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: #1a1a1a;
}

.result-count { display: block; margin-bottom: 34px; color: #f09862; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.result-panel h3 { margin: 0 0 12px; font-size: clamp(26px, 3vw, 36px); letter-spacing: -.035em; }
.result-panel p { margin: 0; color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.65; }
.result-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.result-meta span { padding: 7px 10px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 12px; font-weight: 700; }

.result-thumbs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.result-thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 12px;
  background: #252525;
  opacity: .66;
  cursor: pointer;
}

.result-thumb[aria-selected="true"] { border-color: var(--orange); opacity: 1; }
.result-thumb img { width: 100%; height: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.gallery-disclosure { max-width: 840px; margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.results-next { margin-top: 24px; }

.video-section { background: var(--soft); }
.video-shell { 
  position: relative;
  overflow: hidden; 
  border-radius: 22px; 
  background: transparent; 
  box-shadow: var(--shadow); 
  aspect-ratio: 9 / 16;
  max-height: 74vh;
  width: auto;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.video-shell video { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  background: transparent; 
  pointer-events: none;
}
.video-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.2);
  color: #fff;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.video-play-overlay svg {
  width: 64px;
  height: 64px;
  opacity: 0.9;
  transform: scale(1);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.video-shell:hover .video-play-overlay { background: rgba(0,0,0,0.3); }
.video-shell:hover .video-play-overlay svg { transform: scale(1.1); }

.video-shell.is-fullscreen {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  border-radius: 0;
  z-index: 9999;
  background: #000;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.video-shell.is-fullscreen video {
  max-height: 100vh;
  object-fit: contain;
  pointer-events: auto;
}
.video-shell.is-fullscreen .video-play-overlay { display: none; }

.video-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.2);
  color: white;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.video-shell.is-fullscreen .video-close-btn {
  opacity: 1;
  pointer-events: auto;
}

.content-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.content-card, .fit-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.content-card > span { display: block; margin-bottom: 26px; color: var(--orange); font-size: 13px; font-weight: 800; }
.content-card h3, .fit-card h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.02em; }
.content-card p { margin: 0; color: var(--body); font-size: 16px; }
.included-panel {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 30px;
  margin-top: 18px;
  padding: 30px;
  border-radius: var(--radius);
  background: var(--soft);
}

.panel-label { margin: 0 0 8px; color: var(--orange); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.included-panel h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.included-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin: 0; padding: 0; list-style: none; }
.included-list li { position: relative; padding-left: 22px; color: var(--body); font-size: 15px; }
.included-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }

.collection-section { background: var(--soft); }
.collection-layout { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(330px, .7fr); gap: 28px; align-items: start; }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.fit-card-muted { background: #ebe8e2; }
.fit-card ul, .purchase-facts { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.fit-card li, .purchase-facts li { position: relative; padding-left: 20px; color: var(--body); font-size: 15px; }
.fit-card li::before, .purchase-facts li::before { content: "—"; position: absolute; left: 0; color: var(--orange); font-weight: 800; }

.purchase-card {
  padding: 30px;
  border-radius: 24px;
  background: var(--dark);
  color: #fff;
  box-shadow: var(--shadow);
}

.purchase-kicker { margin: 0; color: #f09862; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-line { display: flex; align-items: baseline; gap: 12px; margin: 10px 0 12px; }
.price-line strong { font-size: 54px; line-height: 1; letter-spacing: -.06em; }
.price-line span { color: rgba(255,255,255,.66); font-size: 14px; font-weight: 700; }
.purchase-summary { margin: 0 0 20px; color: rgba(255,255,255,.78); font-size: 16px; }
.purchase-facts { margin-bottom: 22px; }
.purchase-facts li { color: rgba(255,255,255,.78); }
.refund-summary { margin: 18px 0 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.policy-links { display: flex; flex-wrap: wrap; gap: 8px 16px; margin-top: 14px; }
.policy-links a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-size: 14px; font-weight: 700; text-underline-offset: 3px; }

.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  font-size: 17px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--orange); font-size: 24px; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: -2px 0 22px; color: var(--body); font-size: 16px; line-height: 1.7; }
.faq details a { font-weight: 700; text-underline-offset: 3px; }

.site-footer { padding: 52px 0 110px; background: var(--dark); color: #fff; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.footer-brand { font-size: 22px; font-weight: 800; }
.footer-top p { max-width: 430px; margin: 8px 0 0; color: rgba(255,255,255,.66); font-size: 15px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px 18px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; color: rgba(255,255,255,.78); font-size: 14px; font-weight: 700; }
.legal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 34px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.14); }
.legal-grid section { padding: 0; }
.legal-grid h2 { margin: 0 0 9px; font-size: 15px; letter-spacing: 0; }
.legal-grid p { margin: 0; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.65; }
.copyright { margin: 28px 0 0; color: rgba(255,255,255,.48); font-size: 14px; }

.mobile-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: max(10px, env(safe-area-inset-bottom));
  z-index: 90;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(18,18,18,.96);
  color: #fff;
  box-shadow: 0 16px 46px rgba(0,0,0,.28);
  backdrop-filter: blur(16px);
}

.mobile-cta.is-visible { display: flex; }
.mobile-cta-copy { min-width: 0; display: grid; }
.mobile-cta-copy span { color: rgba(255,255,255,.66); font-size: 12px; font-weight: 700; }
.mobile-cta-copy strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }

.lightbox {
  width: min(1000px, calc(100% - 24px));
  max-width: none;
  max-height: calc(100vh - 24px);
  padding: 0;
  border: 0;
  border-radius: 20px;
  background: #111;
}

.lightbox::backdrop { background: rgba(0,0,0,.82); }
.lightbox-inner { position: relative; min-height: 200px; }
.lightbox img { width: 100%; max-height: calc(100vh - 24px); object-fit: contain; }
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.72);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

@media (max-width: 860px) {
  section { padding: 64px 0; }
  .results-viewer, .collection-layout { grid-template-columns: 1fr; }
  .content-groups { grid-template-columns: 1fr; }
  .included-panel { grid-template-columns: 1fr; }
  .purchase-card { position: static; }
  .legal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .wrap, .narrow { width: min(100% - 28px, 1120px); }
  .nav { min-height: 66px; }
  .brand span, .nav-link { display: none; }
  .nav-cta { min-height: 46px; padding: 11px 14px; font-size: 13px; }
  .hero { padding: 48px 0 56px; }
  h1 { font-size: clamp(42px, 13.6vw, 56px); }
  h2 { font-size: 32px; }
  .lead { font-size: 18px; }
  section { padding: 56px 0; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .text-link { width: 100%; justify-content: center; }
  .fact-list { display: grid; grid-template-columns: 1fr 1fr; }
  .fact-list li { justify-content: center; text-align: center; }
  .hero-result, .hero-result img { min-height: 250px; }
  .results-viewer { gap: 12px; }
  .result-stage, .result-stage img { min-height: auto; }
  .result-panel { min-height: 230px; padding: 22px; }
  .result-count { margin-bottom: 22px; }
  .result-thumbs { grid-template-columns: repeat(6, 66px); overflow-x: auto; padding: 2px 0 8px; scroll-snap-type: x proximity; }
  .result-thumb { scroll-snap-align: start; }
  .result-thumb img { height: 100%; }
  .included-panel, .content-card, .fit-card, .purchase-card { padding: 22px; }
  .included-list, .fit-grid { grid-template-columns: 1fr; }
  .price-line strong { font-size: 50px; }
  .purchase-card .button { font-size: 13px; }
  .footer-top { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
  .site-footer { padding-bottom: 112px; }
  .mobile-cta .button { min-width: 132px; padding-inline: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
