/* ============================================================
   IVY — LOS ANGELES · VITRINE / TWO DOTS
   paper-white museum vitrine; the wordmark lives behind the
   photograph; color budget = two strain dots + one green action.
   ============================================================ */

@font-face{
  font-family:"Cinzel";
  src:url("assets/fonts/cinzel-600.woff2") format("woff2");
  font-weight:600; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Plex Mono";
  src:url("assets/fonts/plexmono-400.woff2") format("woff2");
  font-weight:400; font-style:normal; font-display:swap;
}
@font-face{
  font-family:"Plex Mono";
  src:url("assets/fonts/plexmono-500.woff2") format("woff2");
  font-weight:500; font-style:normal; font-display:swap;
}

:root{
  --paper:#f5f5f3;
  --ink:#161613;
  /* ~5.7:1 on paper — AA body; was #6a6a63 @ ~4.9 which failed once opacity was stacked */
  --ink-soft:#55554f;
  --hair:rgba(22,22,19,.14);
  --ghost:#e7e7e2;
  --dot-g:#55ff37;   /* brand lime, sampled from the official render */
  --dot-p:#b80fbe;   /* brand magenta */
  --ivy:#256b30;
  --ease:cubic-bezier(.16,1,.3,1);
  --gutter:clamp(24px,6vw,96px);
  /* notched phones / home indicator — MUST be defined; bare var() invalidates padding calcs */
  --safe-t:env(safe-area-inset-top,0px);
  --safe-r:env(safe-area-inset-right,0px);
  --safe-b:env(safe-area-inset-bottom,0px);
  --safe-l:env(safe-area-inset-left,0px);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scrollbar-gutter:stable}
html:focus-within{scroll-behavior:smooth}
body{
  background:var(--paper);
  color:var(--ink);
  font-family:"Plex Mono",ui-monospace,monospace;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  overflow-x:hidden;
}
body.pre-gate,body.drawer-open{overflow:hidden}
img{max-width:100%;height:auto;display:block}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
a{color:inherit}

.cinzel{font-family:"Cinzel",serif;font-weight:600}
.mono{font-family:"Plex Mono",ui-monospace,monospace}
.dim{color:var(--ink-soft)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}

::selection{background:#dcead8;color:var(--ink)}

/* film grain — baked SVG tile, near-invisible */
body::after{
  content:"";position:fixed;inset:0;z-index:55;pointer-events:none;
  background-image:url("assets/grain.svg");background-size:120px 120px;
  opacity:.035;
}

/* the two dots — the only ornament in the system */
.d{display:inline-block;width:7px;height:7px;border-radius:50%;flex:none}
.d.g{background:var(--dot-g)}
.d.p{background:var(--dot-p)}
.dots{display:inline-flex;gap:10px;align-items:center}

/* ····· skip link ····· */
.skip{
  position:fixed;top:10px;left:10px;z-index:90;
  padding:10px 16px;background:var(--ink);color:var(--paper);
  font-size:10px;letter-spacing:.2em;text-decoration:none;
  transform:translateY(-56px);transition:transform .3s var(--ease);
}
.skip:focus-visible{transform:none}

/* Global keyboard focus craft — green ink ring, never mouse-paint */
:where(a,button,summary,[role="button"],[tabindex]:not([tabindex="-1"])):focus:not(:focus-visible){
  outline:none;
}
:where(a,button,summary,[role="button"]):focus-visible{
  outline:2px solid var(--ivy);
  outline-offset:4px;
}
/* Prefer crafted rings on design surfaces; keep pill/stage overrides */
.pill:focus-visible,
.stage:focus-visible,
.skip:focus-visible,
.gate-exit:focus-visible,
.dr-close:focus-visible,
.wordmark-link:focus-visible,
.doc-vitrine:focus-visible,
.faq-item summary:focus-visible,
.foot-nav a:focus-visible{
  outline:2px solid var(--ivy);
  outline-offset:4px;
}
.stage:focus-visible{outline-offset:10px}
.skip:focus-visible{outline-offset:3px}
#main:focus{outline:none}

/* Contrast: gate fine print stays soft but readable on paper */
.gate-fine{font-size:9px;letter-spacing:.18em;color:var(--ink-soft);max-width:36ch;line-height:1.7}

@media (prefers-reduced-motion:reduce){
  .skip{transition:none}
  html:focus-within{scroll-behavior:auto}
}

/* ============================================================
   age gate
   ============================================================ */
#gate{
  position:fixed;inset:0;z-index:80;
  background:var(--paper);
  display:grid;place-items:center;text-align:center;
  transition:transform .95s cubic-bezier(.76,0,.24,1);
}
body.entered #gate{transform:translateY(-101%)}
body.gate-done #gate{display:none}
.gate-inner{display:grid;justify-items:center;gap:14px;padding:0 24px;max-width:28rem}
.gate-dots{margin-bottom:6px}
.gate-dots .d{width:8px;height:8px}
.gate-logo{width:min(248px,58vw);height:auto}
.gate-sub{font-size:10px;letter-spacing:.55em;color:var(--ink-soft);margin-top:2px;padding-left:.55em}
.gate-rule{width:48px;height:1px;background:var(--hair);margin:18px 0 8px}
.gate-q{font-size:11px;letter-spacing:.32em;color:var(--ink);line-height:1.5}
.gate-fine{font-size:9px;letter-spacing:.22em;line-height:1.7;max-width:32ch}
.gate-actions{
  display:flex;align-items:center;justify-content:center;
  flex-wrap:wrap;gap:18px 34px;margin-top:28px;
}
.gate-exit{
  font-size:10px;letter-spacing:.28em;color:var(--ink-soft);
  text-decoration:underline;text-underline-offset:5px;text-decoration-color:var(--hair);
  min-height:44px;min-width:44px;padding:12px 16px;
  display:inline-flex;align-items:center;justify-content:center;
  touch-action:manipulation;transition:color .3s;
}
.gate-exit:hover{color:var(--ink)}
.gate-exit:focus-visible{outline:2px solid var(--ivy);outline-offset:4px}

/* ····· pills (the single action) ····· */
.pill{
  display:inline-flex;align-items:center;justify-content:center;
  height:52px;min-height:44px;padding:0 36px;border-radius:999px;
  background:var(--ink);color:var(--paper);
  font-size:11px;letter-spacing:.24em;text-indent:.24em;white-space:nowrap;
  touch-action:manipulation;
  transition:background .35s var(--ease),color .35s var(--ease),transform .5s var(--ease),box-shadow .35s var(--ease);
}
.pill:hover{background:var(--ivy)}
.pill:active{transform:translateY(1px)}
.pill:focus-visible{outline:2px solid var(--ivy);outline-offset:4px}
.buy-lg{height:64px;padding:0 58px;font-size:12px}

/* ============================================================
   header
   ============================================================ */
#top{
  position:fixed;inset-inline:0;top:0;z-index:40;
  display:flex;align-items:center;justify-content:space-between;
  gap:16px;
  padding:calc(16px + var(--safe-t)) max(var(--gutter),var(--safe-r)) 16px max(var(--gutter),var(--safe-l));
  transition:background .4s,box-shadow .4s;
}
#top.scrolled{
  background:color-mix(in srgb,var(--paper) 82%,transparent);
  -webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);
  box-shadow:0 1px 0 var(--hair);
}
.wordmark-img{width:74px;height:auto;flex:none}
.top-right{font-size:9px;letter-spacing:.3em;color:var(--ink-soft);text-align:right;line-height:1.4}

/* ============================================================
   hero — the vitrine · mechanism VITRINE / TWO DOTS
   SaturnDesign (izzydesign.dev compose 2026-08-07): wordmark multiplies
   through the product plate on museum paper; only color = strain dots
   + green buy. Archive-catalog movement. Checkout quiets the mechanism.
   NOTE: .stage and ancestors never get transform/opacity/filter —
   that isolates the multiply blend (wordmark behind photo).
   ============================================================ */
.hero{
  position:relative;
  min-height:100svh;
  display:grid;place-items:center;
  background:
    radial-gradient(ellipse 70% 55% at 50% 42%, rgba(255,255,255,.55) 0%, transparent 72%),
    radial-gradient(ellipse 90% 80% at 50% 100%, rgba(22,22,19,.035) 0%, transparent 55%);
}
/* official mark, ghost-tinted, living behind the photograph.
   wrapper takes JS parallax; inner img takes the reveal transition. */
.giant-wrap{
  position:absolute;left:50%;top:38%;translate:-50% -50%;
  z-index:1;
  width:min(82vw,1180px);
  user-select:none;pointer-events:none;
}
.giant{
  width:100%;height:auto;
  opacity:0;transform:translateY(46px) scale(.985);filter:blur(14px);
  transition:opacity 1.3s var(--ease) .05s,transform 1.3s var(--ease) .05s,filter 1.3s var(--ease) .05s;
}
body.revealed .giant{opacity:1;transform:none;filter:none}

/* stage carries NO z-index — a positioned ancestor with z-index would form a
   stacking context and isolate the children's multiply blend from the page.
   The blended elements take the z-index themselves. */
.stage{
  position:relative;
  width:min(62vh,88vw,660px);
  aspect-ratio:1;
  cursor:pointer;
  touch-action:manipulation;
  /* no transform/opacity/filter/z-index — multiply blend depends on it */
}
.stage:focus-visible{outline:2px solid var(--ivy);outline-offset:10px}
.stage:focus:not(:focus-visible){outline:none}
.stage img,.stage canvas{
  position:absolute;inset:0;width:100%;height:100%;z-index:2;
  mix-blend-mode:multiply;
}
.stage img{
  opacity:0;transition:opacity 1.4s var(--ease) .15s;
}
body.revealed .stage img{opacity:1}
.stage canvas{opacity:0;transition:opacity 1.4s var(--ease) .15s}
body.revealed .stage canvas{opacity:1}

/* placard — lower left */
.placard{
  position:absolute;z-index:3;
  left:max(var(--gutter),var(--safe-l));bottom:clamp(84px,13vh,150px);
  display:grid;gap:12px;justify-items:start;
  max-width:min(520px,calc(100vw - var(--gutter) * 2 - var(--safe-l) - var(--safe-r)));
}
.lab{font-size:11px;letter-spacing:.3em}
.lab.dim{font-size:10px;letter-spacing:.22em}
.chips{display:flex;align-items:center;flex-wrap:wrap;gap:10px 14px;margin-top:6px}
.chip{display:inline-flex;align-items:center;gap:9px;font-size:10px;letter-spacing:.18em}
.plus{font-size:10px;color:var(--ink-soft)}
.placard-rule{width:100%;height:1px;background:var(--hair);margin-top:8px;transform-origin:left}
.cta-row{display:flex;align-items:center;flex-wrap:wrap;gap:18px 26px;margin-top:6px}
.price{font-size:15px;font-weight:500;letter-spacing:.14em}

/* scroll cue */
.cue{position:absolute;z-index:3;left:50%;bottom:28px;translate:-50%;opacity:1;transition:opacity .6s var(--ease)}
body.scrolled-once .cue{opacity:0}
.cue-line{display:block;width:1px;height:48px;background:var(--hair);overflow:hidden;position:relative}
.cue-line::after{
  content:"";position:absolute;left:0;top:-50%;width:1px;height:50%;
  background:var(--ink);
  animation:cue 2.2s var(--ease) infinite;
}
@keyframes cue{0%{top:-50%}60%,100%{top:110%}}

/* ============================================================
   reveals (generic)
   ============================================================ */
[data-reveal]{
  opacity:0;transform:translateY(24px);
  transition:opacity .9s var(--ease),transform .9s var(--ease);
  transition-delay:var(--d,0s);
}
[data-reveal].in{opacity:1;transform:none}
.placard-rule[data-reveal]{transform:scaleX(0)}
.placard-rule[data-reveal].in{transform:scaleX(1)}

/* ============================================================
   spec — archival catalog rows (SKU cadence, museum weight)
   ============================================================ */
.spec{
  padding:clamp(96px,20vh,168px) 0;
  background:linear-gradient(180deg, transparent 0%, rgba(22,22,19,.018) 40%, transparent 100%);
}
.spec-table{max-width:720px;margin:0 auto;padding:0 var(--gutter)}
.spec-kicker{
  max-width:720px;margin:0 auto 28px;padding:0 var(--gutter);
  font-size:10px;letter-spacing:.42em;color:var(--ink-soft);
}
.spec .row{
  display:grid;grid-template-columns:clamp(104px,18vw,160px) 1fr;
  align-items:baseline;gap:20px;
  padding:24px 2px;
  border-top:1px solid var(--hair);
  transition:background .45s var(--ease);
}
.spec .row:last-child{border-bottom:1px solid var(--hair)}
@media (pointer:fine){
  .spec .row:hover{background:rgba(22,22,19,.02)}
}
.spec dt{font-size:10px;letter-spacing:.28em;color:var(--ink-soft)}
.spec dd{
  font-size:clamp(15px,1.7vw,20px);font-weight:500;letter-spacing:.1em;
  display:flex;align-items:center;gap:12px;
}
.type-ico{width:16px;height:16px;opacity:.55;margin-left:6px}

/* ============================================================
   the device — official transparent render, suspended specimen
   (true alpha: free to transform, unlike the blended plates)
   ============================================================ */
.device{
  padding:clamp(64px,12vh,120px) 0 clamp(40px,6vh,72px);
  display:grid;justify-items:center;gap:40px;
  position:relative;
}
.device-fig{
  width:min(440px,74vw);
  filter:drop-shadow(0 28px 40px rgba(22,22,19,.08));
}
.device-fig img{animation:levitate 7.5s ease-in-out infinite alternate;will-change:transform}
@keyframes levitate{
  from{transform:translateY(-8px) scale(1)}
  to{transform:translateY(10px) scale(1.01)}
}

/* ============================================================
   detail plate — print floats bare on the page
   (multiply again: no borders; its paper is the page)
   ============================================================ */
.detail{padding:clamp(48px,8vh,96px) 0 clamp(64px,12vh,120px);display:grid;justify-items:center;gap:32px}
.plate{width:min(736px,90vw)}
.plate img{
  mix-blend-mode:multiply;
  opacity:0;transition:opacity 1.25s var(--ease);
}
.plate img.in{opacity:1}
.detail-cap{
  font-size:10px;letter-spacing:.42em;text-indent:.42em;
  color:var(--ink-soft);
}

/* ============================================================
   acquire
   ============================================================ */
.acquire{padding:20vh 0 26vh;display:grid;justify-items:center;gap:22px;text-align:center}
.acq-k{font-size:10px;letter-spacing:.34em;color:var(--ink-soft);margin-bottom:6px}
.acq-price{font-size:clamp(72px,13vw,168px);line-height:1;letter-spacing:.02em}
.acq-note{font-size:9px;letter-spacing:.34em;color:var(--ink-soft);margin-top:8px}

/* ============================================================
   footer
   ============================================================ */
footer{
  display:grid;gap:16px;
  padding:26px max(var(--gutter),var(--safe-r)) calc(26px + var(--safe-b)) max(var(--gutter),var(--safe-l));
  border-top:1px solid var(--hair);
}
.foot-row{display:flex;align-items:center;justify-content:space-between;gap:20px}
footer .mono{font-size:9px;letter-spacing:.26em;color:var(--ink-soft)}
.foot-fine{font-size:8px;letter-spacing:.2em;color:var(--ink-soft);opacity:.72;text-align:center;max-width:52ch;margin-inline:auto;line-height:1.6}

/* ============================================================
   checkout drawer
   ============================================================ */
#scrim{
  position:fixed;inset:0;z-index:60;
  background:rgba(22,22,19,.32);
  opacity:0;transition:opacity .5s var(--ease);
  -webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);
  overscroll-behavior:none;
}
body.drawer-open #scrim{opacity:1}
#drawer[hidden]{display:none}
#drawer{
  position:fixed;z-index:65;top:0;right:0;bottom:0;
  width:min(432px,100vw);
  background:var(--paper);
  border-left:1px solid var(--hair);
  padding:calc(22px + var(--safe-t)) calc(30px + var(--safe-r)) calc(30px + var(--safe-b)) 30px;
  display:flex;flex-direction:column;gap:20px;
  overflow-y:auto;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  transform:translateX(102%);
  transition:transform .6s cubic-bezier(.76,0,.24,1);
}
body.drawer-open #drawer{transform:none}
.dr-head{display:flex;align-items:center;justify-content:space-between;gap:16px}
.dr-title{font-size:11px;letter-spacing:.34em}
.dr-close{
  font-size:9px;letter-spacing:.26em;color:var(--ink-soft);
  min-height:44px;min-width:44px;
  display:inline-flex;align-items:center;justify-content:center;
  padding:8px;margin:-8px;transition:color .3s;
  touch-action:manipulation;
}
.dr-close:hover{color:var(--ink)}
.dr-close:focus-visible{outline:2px solid var(--ivy);outline-offset:3px}
/* quiet line item — hairline plate, not a card */
.dr-line{
  display:flex;align-items:flex-start;justify-content:space-between;gap:18px;
  padding:20px 0;border-top:1px solid var(--hair);border-bottom:1px solid var(--hair);
}
.dr-line-meta{display:grid;gap:10px;min-width:0}
.dr-line-name{font-size:11px;letter-spacing:.22em;font-weight:500}
.dr-line-sub{font-size:9px;letter-spacing:.18em}
.dr-line-strains{
  display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;
  font-size:9px;letter-spacing:.14em;line-height:1.5;
}
.dr-line-strains .d{margin-right:5px;vertical-align:middle}
.dr-line-strains .plus{color:var(--ink-soft);font-size:9px}
.dr-line-price{font-size:14px;letter-spacing:.12em;font-weight:500;flex:none;padding-top:1px}
.dr-pay-k{font-size:9px;letter-spacing:.28em;margin-bottom:4px}
#paypal-zone{min-height:180px;display:grid;align-content:start;gap:12px;margin-top:4px}
#pp-status{font-size:9px;letter-spacing:.26em;line-height:1.6}
#pp-status[data-state="failed"]{color:var(--ink)}
.dr-foot{margin-top:auto;font-size:8px;letter-spacing:.24em;color:var(--ink-soft);line-height:1.7;padding-top:12px;border-top:1px solid var(--hair)}

/* ============================================================
   custom cursor (fine pointers only)
   ============================================================ */
#cursor{display:none}
@media (pointer:fine){
  body.has-cursor{cursor:none}
  body.has-cursor a,body.has-cursor button,body.has-cursor .stage{cursor:none}
  body.has-cursor #cursor{display:block}
  #cursor{
    position:fixed;z-index:85;top:0;left:0;pointer-events:none;
    mix-blend-mode:difference;
  }
  .c-dot{
    position:fixed;top:0;left:0;width:6px;height:6px;border-radius:50%;
    background:#fff;translate:-50% -50%;
  }
  .c-ring{
    position:fixed;top:0;left:0;width:30px;height:30px;border-radius:999px;
    border:1px solid rgba(255,255,255,.85);
    translate:-50% -50%;
    display:grid;place-items:center;
    transition:width .35s var(--ease),height .35s var(--ease),background .35s var(--ease);
  }
  .c-label{
    font-size:8px;letter-spacing:.3em;text-indent:.3em;color:#fff;
    opacity:0;transition:opacity .25s;
  }
  #cursor.on-buy .c-ring{width:58px;height:58px;background:rgba(255,255,255,.08)}
  #cursor.on-stage .c-label{opacity:1}
  #cursor.on-buy .c-dot{opacity:0}
}

/* ============================================================
   mobile
   ============================================================ */
@media (max-width:760px){
  .hero{
    grid-template-rows:1fr auto;
    place-items:end center;
    /* header clearance + home-indicator; no transform on .hero (blend parent) */
    padding-top:calc(72px + var(--safe-t));
    padding-bottom:max(40px,var(--safe-b));
    row-gap:28px;
  }
  .giant-wrap{top:34%;width:88vw}
  .stage{align-self:center;margin-top:clamp(56px,10vh,12vh);width:min(72vw,420px)}
  .placard{
    position:static;
    order:2;
    width:100%;
    max-width:none;
    padding:0 max(var(--gutter),var(--safe-l)) 0 max(var(--gutter),var(--safe-r));
  }
  .cta-row{width:100%;justify-content:space-between;align-items:center}
  .cta-row .pill{flex:1;max-width:220px}
  .acq-price{font-size:clamp(64px,18vw,120px)}
  .buy-lg{width:min(100%,320px)}
  .cue{display:none}
  .foot-row{flex-direction:column;gap:14px;text-align:center}
  .spec{padding:16vh 0}
  .device{padding:8vh 0 4vh}
  .acquire{padding:16vh 0 max(18vh,calc(12vh + var(--safe-b)));gap:28px}

  /* phone checkout: bottom sheet, thumb-close, PayPal room */
  #drawer{
    top:auto;left:0;right:0;bottom:0;
    width:100%;
    max-height:min(92svh,920px);
    border-left:0;
    border-top:1px solid var(--hair);
    border-radius:18px 18px 0 0;
    padding:18px max(22px,var(--safe-r)) calc(22px + var(--safe-b)) max(22px,var(--safe-l));
    transform:translateY(104%);
  }
  body.drawer-open #drawer{transform:none}
  .dr-head{padding-top:4px}
  .dr-head::before{
    content:"";position:absolute;left:50%;top:10px;translate:-50% 0;
    width:36px;height:3px;border-radius:999px;background:var(--hair);
  }
  #drawer{position:fixed} /* keep sheet positioning explicit */
  .dr-head{position:relative}
  #paypal-zone{min-height:220px}
}

/* coarse pointers — honest 44px+ actions without custom cursor magnetics */
@media (pointer:coarse){
  .pill{min-height:52px}
  .buy-lg{min-height:64px}
  .gate-actions{gap:18px 28px}
  #gate-yes{min-width:min(100%,280px)}
}

/* ============================================================
   reduced motion — everything settles instantly
   ============================================================ */
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{transition-duration:.001s!important;animation:none!important}
  [data-reveal]{opacity:1;transform:none}
  .giant{opacity:1;transform:none;filter:none}
  body.revealed .stage img,.plate img{opacity:1}
  .faq-item summary::after{transition:none}
}

/* no-JS: show everything, gate stays (with its notice) */
@media (scripting:none){
  [data-reveal]{opacity:1;transform:none}
}

/* ?static verification mode — jump every reveal to its end state */
html.force-static *,html.force-static *::before,html.force-static *::after{transition-duration:.001s!important;animation:none!important}
html.force-static [data-reveal],html.force-static .giant{opacity:1;transform:none;filter:none}
html.force-static .stage img,html.force-static .stage canvas,html.force-static .plate img{opacity:1}

/* ============================================================
   SEO document page (/ivy-2g-disposable) — text depth; no GL stage
   ============================================================ */
.wordmark-link{display:inline-flex;line-height:0;text-decoration:none}
.wordmark-link:focus-visible{outline:2px solid var(--ivy);outline-offset:6px}

.page-doc #main{padding-top:96px}
.doc{max-width:760px;margin:0 auto;padding:0 var(--gutter) 0}
.doc-hero{padding:7vh 0 5vh;display:grid;gap:18px;justify-items:start}
.doc-crumb{font-size:9px;letter-spacing:.28em;color:var(--ink-soft)}
.doc-crumb a{
  color:var(--ink-soft);text-decoration:none;
  transition:color .3s;
}
.doc-crumb a:hover{color:var(--ink)}
.doc-crumb a:focus-visible{outline:2px solid var(--ivy);outline-offset:4px}
.doc-kicker{font-size:10px;letter-spacing:.42em;color:var(--ink-soft);margin-top:4px}
.doc-title{
  font-size:clamp(40px,7.5vw,68px);line-height:1.02;letter-spacing:.04em;
  font-weight:600;max-width:12ch;margin-top:4px;
}
.doc-lead{
  font-size:12px;letter-spacing:.12em;line-height:1.9;color:var(--ink-soft);
  max-width:48ch;margin-top:4px;
}
.doc-lead .d{margin:0 4px 1px 0;vertical-align:middle}
.doc-cta{
  display:flex;flex-wrap:wrap;align-items:center;gap:22px;
  margin-top:18px;padding-top:22px;border-top:1px solid var(--hair);width:100%;
}
.doc-vitrine{
  font-size:10px;letter-spacing:.28em;color:var(--ink-soft);
  text-decoration:underline;text-underline-offset:5px;text-decoration-color:var(--hair);
  min-height:44px;display:inline-flex;align-items:center;
  transition:color .3s;
}
.doc-vitrine:hover{color:var(--ink)}
.doc-vitrine:focus-visible{outline:2px solid var(--ivy);outline-offset:4px}

.doc-photo{
  width:min(520px,100%);margin:4vh auto 8vh;
}
.doc-photo img{mix-blend-mode:multiply;width:100%;height:auto}

.doc-block{padding:6vh 0;border-top:1px solid var(--hair)}
.doc-h{font-size:10px;letter-spacing:.34em;color:var(--ink-soft);margin-bottom:28px}
.doc-block .spec-table{max-width:none;margin:0;padding:0}

/* SEO listing shares catalog row cadence without .spec shell */
.doc-block .spec-table .row{
  display:grid;grid-template-columns:clamp(104px,18vw,160px) 1fr;
  align-items:baseline;gap:20px;
  padding:24px 2px;
  border-top:1px solid var(--hair);
}
.doc-block .spec-table .row:last-child{border-bottom:1px solid var(--hair)}
.doc-block .spec-table dt{font-size:10px;letter-spacing:.28em;color:var(--ink-soft)}
.doc-block .spec-table dd{
  font-size:clamp(15px,1.7vw,20px);font-weight:500;letter-spacing:.1em;
  display:flex;align-items:center;gap:12px;
}
.doc-prose p{
  font-size:13px;letter-spacing:.06em;line-height:1.9;color:var(--ink);
  margin-bottom:1.4em;max-width:54ch;
}
.doc-prose p:last-child{margin-bottom:0}
.doc-prose a{
  text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--hair);
  transition:color .3s,text-decoration-color .3s;
}
.doc-prose a:hover{color:var(--ivy);text-decoration-color:var(--ivy)}
.doc-prose a:focus-visible{outline:2px solid var(--ivy);outline-offset:4px}
.doc-prose strong{font-weight:500}
.doc-prose em{font-style:normal;letter-spacing:.1em}

.faq{display:grid;gap:0}
.faq-item{
  border-top:1px solid var(--hair);
  padding:0;
}
.faq-item:last-child{border-bottom:1px solid var(--hair)}
.faq-item summary{
  list-style:none;cursor:pointer;
  padding:18px 2px;min-height:52px;
  font-size:12px;letter-spacing:.12em;line-height:1.5;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  touch-action:manipulation;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";font-size:14px;letter-spacing:0;color:var(--ink-soft);flex:none;
  transition:transform .35s var(--ease);
}
.faq-item[open] summary::after{content:"–"}
.faq-item summary:focus-visible{outline:2px solid var(--ivy);outline-offset:4px}
.faq-item p{
  padding:0 2px 22px;max-width:54ch;
  font-size:12px;letter-spacing:.08em;line-height:1.85;color:var(--ink-soft);
}
.faq-item .d{margin:0 4px 1px 0;vertical-align:middle}

.doc-device{display:grid;justify-items:center;text-align:center}
.doc-device .doc-h{justify-self:start;width:100%}
.doc-device .device-fig{width:min(360px,72vw);margin-bottom:8px}

.foot-nav{
  text-align:center;font-size:9px;letter-spacing:.22em;color:var(--ink-soft);
}
.foot-nav a{
  text-decoration:none;color:var(--ink-soft);
  transition:color .3s;
}
.foot-nav a:hover,.foot-nav a[aria-current="page"]{color:var(--ink)}
.foot-nav a:focus-visible{outline:2px solid var(--ivy);outline-offset:4px}

@media (max-width:760px){
  .page-doc #main{padding-top:84px}
  .doc-cta{gap:16px}
  .doc-cta .price{width:100%}
}

