/* =========================================================================
   v14 — ONE sub-desktop stylesheet. Replaces v11 + v12 + v13 for this build.
   ≥1200px: desktop document untouched (only the receipt + gate rules below,
   carried over unchanged from v13 so desktop renders identically).
   900–1199 tablet landscape · 640–899 tablet portrait: carried from v11.
   <640 phone: designed fresh, in one place — see the PHONE section.
   ========================================================================= */

/* ---- carried from v13, all widths: the receipt, not a rubber stamp ------ */
.v8-cx-stamp{position:relative;transform:none;border-width:1px;background:rgba(255,145,77,.05);padding:12px 16px 12px 19px;animation:v14receipt .5s var(--ease-swift) both}
.v8-cx-stamp::after{content:"";position:absolute;left:-1px;top:-1px;bottom:-1px;width:3px;background:var(--acc);transform-origin:top;animation:v14bar .5s var(--ease-swift) .12s both}
.v8-cx-stamp.held{background:rgba(73,68,75,.04);border-width:1px}
.v8-cx-stamp.held::after{background:rgba(73,68,75,.45)}
@keyframes v14receipt{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@keyframes v14bar{from{transform:scaleY(0)}to{transform:scaleY(1)}}
/* the gate takes no space until the run reaches it */
.v8-cx-gate{display:none}
.v8-cx-gate.in{display:flex;opacity:1;transform:none;animation:v14receipt .45s var(--ease-swift) both}
@media(prefers-reduced-motion:reduce){.v8-cx-stamp,.v8-cx-stamp::after{animation:none}}

/* Copy reveals once through IntersectionObserver, then stays painted. Initial
   viewport copy is never pre-hidden, avoiding the hydration/scroll blink. */
.site-v14-root [data-r]{
  opacity:1;
  transform:none;
  clip-path:none;
  transition:opacity .52s var(--ease-swift),transform .52s var(--ease-swift);
  transition-delay:var(--d,0ms)
}
.site-v14-root [data-r].v8-pre{
  opacity:0;
  transform:translate3d(0,18px,0);
  clip-path:none
}
.site-v14-root [data-r="w"]{
  transition:opacity .52s var(--ease-swift),clip-path .52s var(--ease-swift);
  clip-path:inset(0 0 0 0)
}
.site-v14-root [data-r="w"].v8-pre{transform:none;clip-path:inset(0 100% 0 0)}
.site-v14-root [data-r].is-in{animation:none}

/* Keep the proven expensive paint layers out. Story motion is restored below,
   and continuous animations are paused whenever their section is offscreen. */
.site-v14-root .v11-top{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}
.site-v14-root [data-v8-active="false"],
.site-v14-root [data-v8-active="false"] *,
.site-v14-root [data-v8-active="false"] *::before,
.site-v14-root [data-v8-active="false"] *::after{animation-play-state:paused!important}
.site-v14-root .v8-pile-stage,
.site-v14-root .v8-pin-stage{contain:paint;isolation:isolate}
.site-v14-root .v8-pile-card{
  transform:translate3d(0,0,0) translate(-50%,-50%);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden
}
.site-v14-root .v8-pile[data-pile-stage="readable"] .v8-pile-card{box-shadow:-3px 3px 0 rgba(255,145,77,.4)}
.site-v14-root .v8-pile[data-scroll-active="true"] .v8-pile-card{will-change:transform,opacity}
.site-v14-root .v9-pin-seq[data-scroll-active="true"] :is(.v8-doc-row,.v8-prog i){will-change:transform,opacity}
.site-v14-root :is(.v8-erail,.v8-cx-picks){position:static!important;top:auto!important}

/* ---- reading progress, with the compact header (below 1200 only) -------- */
.v14-prog{display:none;position:fixed;top:55px;left:0;right:0;height:2px;z-index:121;pointer-events:none}
.v14-prog i{display:block;height:100%;background:var(--acc);transform:scaleX(var(--sp,0));transform-origin:0 50%}
@media(max-width:1199.98px){.v14-prog{display:block}}

/* =========================================================================
   COMPACT OPERATING HEADER — below 1200px (carried from v11, brand-adjusted)
   ========================================================================= */
.v11-top{display:none;position:fixed;top:0;left:0;right:0;z-index:120;align-items:center;gap:10px;height:56px;padding:0 10px 0 16px;background:var(--ink);border-bottom:1px solid rgba(245,247,253,.18);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);translate:0 0;transition:translate .24s var(--ease-swift),opacity .2s var(--ease-swift);will-change:translate}
.v11-top-brand{display:flex;flex:0 0 auto;align-items:center;min-height:44px;margin-right:auto}
.v11-top-brand img{display:block;flex:none;height:19px;width:auto;max-width:none}
.v14-lang{display:grid;place-items:center;box-sizing:border-box;width:38px;height:36px;padding:0;border:1px solid rgba(245,247,253,.32);color:rgba(245,247,253,.82);text-decoration:none}
.v14-lang:hover{border-color:var(--acc);background:rgba(255,145,77,.12)}
.v14-lang-flag{font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:16px;line-height:1}
.v8-menu a.v14-lang{padding:0}
.v8-menu a.v14-lang::before{display:none}
.v8-tabrow.is-docked .v8-menu .v14-lang{align-self:flex-start}
@media(min-width:1200px){
  .v8-menu .v14-lang{width:28px;height:28px;border:0;background:transparent}
  .v8-menu .v14-lang:hover{border-color:transparent;background:rgba(255,145,77,.12)}
}
.v11-top-lang{width:40px;height:40px}
.v11-top-book{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:0 15px;background:var(--acc-ink);border:1px solid var(--acc-ink);border-radius:0;box-shadow:none;font-family:var(--font-heading);font-weight:700;font-size:13px;line-height:1;white-space:nowrap;transition:transform .12s var(--ease-snap),border-color .12s var(--ease-snap)}
.v11-top-book-icon{display:block;flex:none;width:16px;height:16px}
.v10 .v11-top-book,.v10 .v11-top-book *,.v11-top-book,.v11-top-book *,.v11-top-book:hover,.v11-top-book:hover *{color:var(--off);text-decoration:none}
.v11-top-book:hover{transform:translateY(-1px);border-color:var(--acc);box-shadow:none}
.v11-top-menu{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-width:44px;min-height:44px;padding:0;background:transparent;border:0;border-radius:0;cursor:pointer;transition:background .18s var(--ease-swift)}
.v11-top-menu:hover{background:rgba(245,247,253,.08)}
.v11-top-menu[aria-expanded="true"]{background:rgba(245,247,253,.08)}
.v11-burger{display:flex;flex-direction:column;gap:5px;width:19px}
.v11-burger i{display:block;flex:none;width:19px;height:1.5px;background:var(--off);transform-origin:center;transition:width .22s var(--ease-swift),transform .22s var(--ease-swift),opacity .22s}
.v11-burger i:last-child{align-self:flex-end;width:13px}
.v11-burger.x i{align-self:center;width:19px}
.v11-burger.x i:first-child{transform:translateY(3.25px) rotate(45deg)}
.v11-burger.x i:last-child{transform:translateY(-3.25px) rotate(-45deg)}
.v11-top-menu em{font-style:normal;font-family:var(--font-mono);font-size:8px;letter-spacing:.16em;text-transform:uppercase;color:rgba(245,247,253,.6)}
.v11-top-menu:focus-visible,.v11-top-book:focus-visible,.v11-top-brand:focus-visible,.v14-lang:focus-visible{outline:2px solid var(--acc);outline-offset:2px}
.v11-top-menu:focus-visible{outline:1px solid rgba(245,247,253,.45);outline-offset:-1px}
.v11-menu{position:fixed;inset:56px 0 0;z-index:119;display:flex;flex-direction:column;gap:22px;padding:26px 20px 34px;background:#0a0a0a;overflow-y:auto;visibility:hidden;opacity:0;transform:translateY(-8px);transition:opacity .24s var(--ease-swift),transform .24s var(--ease-swift),visibility 0s .24s}
.v11-menu.on{visibility:visible;opacity:1;transform:none;transition:opacity .24s var(--ease-swift),transform .24s var(--ease-swift),visibility 0s}
.v11-menu-list{display:flex;flex-direction:column;border-top:1px solid rgba(245,247,253,.16)}
.v11-menu-list a{display:flex;align-items:center;gap:14px;min-height:56px;padding:6px 0;border-bottom:1px solid rgba(245,247,253,.16);text-decoration:none}
.v11-menu-list b{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.18em;color:var(--acc)}
.v11-menu-list span{font-family:var(--font-heading);font-weight:700;font-size:24px;letter-spacing:-.026em;color:var(--off)}
.v11-menu-list a:hover span,.v11-menu-list a:focus-visible span{color:var(--acc)}
.v11-menu-cta{align-self:flex-start}
.v11-menu-info{display:flex;flex-direction:column;gap:4px;margin-top:auto;padding-top:18px;border-top:1px solid rgba(245,247,253,.16);font-family:var(--font-mono);font-size:10px;letter-spacing:.1em;line-height:1.7;color:rgba(245,247,253,.5)}
.v11-menu-info a{display:inline-flex;align-items:center;min-height:44px;color:rgba(245,247,253,.72);text-decoration:none}
.v11-menu-info a:hover{color:var(--acc)}

/* the workflow console uses a platform-familiar window bar at every width */
.v8-cx-bar{align-items:center;min-height:34px}
.v8-cx-traffic{display:inline-flex;align-items:center;gap:6px}
.v8-cx-traffic i{display:block;width:7px;height:7px;border-radius:50%;animation:none}
.v8-cx-traffic i:nth-child(1){background:#ff5d55}
.v8-cx-traffic i:nth-child(2){background:#febc2e}
.v8-cx-traffic i:nth-child(3){background:#2fc148}
.v8-cx-bar-r{flex:none;margin-left:auto}
.v8-cx-reset{width:28px;min-height:28px;padding:0;justify-content:center;gap:0;border:0;font-size:0}
.v8-cx-reset svg{width:13px;height:13px}

/* ---- the hero board geometry (shared, carried from v11) ----------------- */
.v8-stack.v11-wire{aspect-ratio:1/1.18;width:100%;min-height:0;max-width:520px;margin:0 auto;overflow:hidden;touch-action:pan-y}
.v11-wire .v8-stack-tile{width:24%;min-width:80px;max-width:112px;padding:8px 9px 9px;cursor:grab;touch-action:none}
.v11-wire .v8-stack-tile:active{cursor:grabbing}
.v11-wire .v8-stack-tile:hover{background:var(--off);box-shadow:-4px 4px 0 rgba(255,145,77,.4)}
.v11-wire .v8-stack-tile .k{font-size:9.5px;letter-spacing:.14em}
.v11-wire .v8-stack-tile .n{font-size:12px}
.v11-wire .v8-stack-tile .m{display:none}
.v11-wire .v8-stack-hub{width:min(42%,200px);min-width:118px;padding:14px 12px 15px;box-shadow:-7px 7px 0 rgba(255,145,77,.6)}
.v11-wire .v8-stack-hub .eb{font-size:10.5px;letter-spacing:.12em;line-height:1.35}
.v11-wire .v8-stack-hub .nm{font-size:clamp(19px,5.4vw,26px)}
.v11-wire .v8-stack-hub .vb{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.05em;line-height:1.6;color:rgba(245,247,253,.8)}
.v11-wire-status-compact{display:none}
.v11-wire .v8-stack-hint{display:none}
@media(min-width:700px){.v8-stack.v11-wire{aspect-ratio:1/.92;max-width:620px}.v11-wire .v8-stack-tile .n{font-size:13px}}

@media(max-width:1199.98px){
  .site-v14-root[data-copy-variant="proposed"] .v8-hv h1,
  .site-v14-root[data-copy-variant="proposed"] .v8-hv h1 .l2{
    text-wrap:wrap;
    white-space:normal;
  }
  .v11-top{display:flex}
  .v11-top.is-hidden{translate:0 calc(-100% - 12px);opacity:0;pointer-events:none}
  .v8-tabs-side,.v8-drawer{display:none!important}
  html{scroll-padding-top:66px}
  .v8{padding-top:calc(56px + clamp(14px,2vh,26px))}
  .v8-erail{top:72px}
  .v8-btn,.v8-btn-2{min-height:48px}
  .v8-cx-picks button{min-height:48px}
  .v8-cx-gate-btns button{min-height:46px}
  .v8-cx-reset{min-height:40px}
  .v8-cx-again{display:inline-flex;align-items:center;min-height:44px}
  .v9-ex-tab{min-height:46px}
  .v8-foot li a{display:inline-flex;align-items:center;min-height:44px}
  .v8-foot ul{gap:2px}
  .v8-stack-hint button{min-height:32px}
}

/* ---- tablet landscape 900–1199 (carried from v11) ------------------------ */
@media(min-width:900px) and (max-width:1199.98px){
  .v8{padding-left:clamp(20px,3vw,40px);padding-right:clamp(20px,3vw,40px)}
}

/* =========================================================================
   PHONE + TABLET PORTRAIT, below 900px (carried from v11 — the tablet
   portrait baseline; the phone block further down overrides where it diverges)
   ========================================================================= */
@media(max-width:899.98px){
  .v8-entry-grid{grid-template-columns:1fr;gap:14px}
  .v8-erail{position:static;flex-direction:row;align-items:center;gap:11px}
  .v8-erail::before{flex:none}
  .v8-ebody{border-left:0;padding-left:0;gap:22px}
  .v11-hero-c{display:flex;flex-direction:column;gap:20px}
  .v11-hero-c h1{font-size:clamp(34px,9vw,52px)}
  .v11-hero-fig{display:flex;flex-direction:column;margin-top:4px}
  .v11-hero-c .v8-hv-say{font-size:17px;max-width:60ch}
  .v11-hero-c .v8-ctas .v8-btn{width:100%;justify-content:space-between}
  .v11-hero-c .v8-ctas .v8-btn-2{width:100%;justify-content:space-between}
  .v8-cx{display:flex;flex-direction:column;align-items:stretch;gap:12px}
  .v8-cx-picks{order:1;position:static;min-width:0;width:100%;flex-direction:row;flex-wrap:nowrap;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:2px}
  .v8-cx-picks::-webkit-scrollbar{display:none}
  .v8-cx-picks-h,.v8-cx-picks-f{display:none}
  .v8-cx-picks button{flex:0 0 76%;scroll-snap-align:center;align-items:flex-start;min-height:58px;padding:13px 14px;border:1px solid var(--rule-strong);background:#fff;font-size:14.5px;line-height:1.3;transition:background .2s,color .2s,border-color .2s}
  .v8-cx-picks button::before{margin-top:3px}
  .v8-cx-picks button.on{background:var(--ink);border-color:var(--ink);color:var(--off)}
  .v8-cx-picks button.on::before{background:var(--acc);border-color:var(--acc)}
  .v8-cx::before{order:2;content:"01 / 04 \2014 swipe or tap";font-family:var(--font-mono);font-size:9.5px;letter-spacing:.18em;text-transform:uppercase;color:rgba(73,68,75,.55);line-height:1.6}
  .v8-cx:has(.v8-cx-picks button:nth-of-type(2).on)::before{content:"02 / 04 \2014 swipe or tap"}
  .v8-cx:has(.v8-cx-picks button:nth-of-type(3).on)::before{content:"03 / 04 \2014 swipe or tap"}
  .v8-cx:has(.v8-cx-picks button:nth-of-type(4).on)::before{content:"04 / 04 \2014 swipe or tap"}
  .v8-cx-console{order:3}
  .v8-cx-bar{padding:6px 12px;align-items:center}
  .v8-cx-reset{min-height:44px;padding:0 10px}
  .v8-cx-trail,.v8-cx-writes{padding-top:2px}
  .v8-cx-step{position:relative;grid-template-columns:22px minmax(0,1fr);grid-template-areas:"ic kind" ". act" ". st";column-gap:11px;row-gap:4px;padding:12px 0 20px;border-bottom:0}
  .v8-cx-step .v8-cx-ic{grid-area:ic}
  .v8-cx-step b{grid-area:kind;align-self:center}
  .v8-cx-step span{grid-area:act;font-size:15px;line-height:1.4}
  .v8-cx-step u{grid-area:st;grid-column:auto;display:inline-flex;align-items:center;gap:7px;white-space:normal;font-size:9.5px;color:rgba(73,68,75,.62)}
  .v8-cx-step u::before{content:"";width:6px;height:6px;background:rgba(73,68,75,.3);flex:none}
  .v8-cx-step.in u::before{background:var(--acc)}
  .v8-cx-step::after{content:"";position:absolute;left:10.5px;bottom:2px;width:1px;height:14px;background:repeating-linear-gradient(180deg,var(--acc) 0 3px,transparent 3px 6px)}
  .v8-cx-step::before{content:"";position:absolute;left:7.5px;bottom:1px;width:6px;height:6px;border-right:1px solid var(--acc);border-bottom:1px solid var(--acc);transform:rotate(45deg)}
  .v8-cx-trail .v8-cx-step:last-child::after,.v8-cx-trail .v8-cx-step:last-child::before,
  .v8-cx-writes .v8-cx-step:last-child::after,.v8-cx-writes .v8-cx-step:last-child::before{display:none}
  .v8-cx-writes{padding-top:14px}
  .v8-cx-gate-btns{flex-direction:column;gap:8px}
  .v8-cx-gate-btns button{width:100%;min-height:48px}
  .v8-cx-signed{flex-direction:column;align-items:flex-start;gap:14px}
  .v8-cx-agains{flex-direction:column;gap:0}
  .v8-cx-again{min-height:44px}
  .v8-cx-foot{flex-direction:column;gap:3px}
  .v8-pin-doc{display:flex;flex-direction:column}
  .v8-pin-doc>.v8-erail{order:0}
  .v9-ex-tabs{order:1;min-width:0;width:100%;margin:14px 0 0;scroll-snap-type:x mandatory;scroll-padding-left:0;gap:8px}
  .v9-ex-tab{flex:0 0 auto;scroll-snap-align:start;min-height:48px}
  .v8-doc-foot{order:2;margin-top:10px}
  .v9-ex-count{display:inline-flex!important;color:rgba(73,68,75,.55)}
  .v9-ex-body{order:3}
  .v8-prog{order:4}
  .v8-doc-hd{margin-top:16px}
  .v8-doc-row{grid-template-columns:1fr;gap:5px;padding:13px 0}
  .v8-doc-k{padding-top:0}
  .v8-pin-stage{gap:22px}
  .v8-sum{grid-template-columns:1fr 1fr}
  .v8-sum-cell{min-height:0;padding:16px 14px 18px}
  .v8-sum-l{font-size:13px}
  .v8-sum-cell:last-child .v8-sum-n{font-size:clamp(40px,11vw,58px)}
  .v8-foot ul{gap:2px}
}

/* =========================================================================
   TABLET PORTRAIT 640–899 (carried from v11 — unchanged)
   ========================================================================= */
@media(min-width:640px) and (max-width:899.98px){
  .v8{padding-left:12px;padding-right:12px;padding-bottom:40px}
  .v8::after{inset:5px}
  .v8-paper{box-shadow:-5px 5px 0 rgba(255,145,77,.6)}
  .v8-ch{padding:36px 22px 42px}
  .v8-foot{padding-left:12px;padding-right:12px}
}

/* =========================================================================
   =========================================================================
   PHONE, below 640px — designed for the phone, not squeezed from desktop.

   The system:
   · two text voices per screen: heading (Archivo-weight display) and body.
     Mono appears only as short labels, one size (10.5px), never paragraphs.
   · one eyebrow per section — accent square + number + label — sitting
     10px above its headline.
   · an 8px rhythm: 12 inside a group, 24 between blocks, 48/56 around
     sections. No other gap values.
   · the machines (hero board, gather canvas, console, worked examples,
     the loop) are framed windows with the brutal accent shadow — objects
     being demonstrated, exactly as on desktop.
   =========================================================================
   ========================================================================= */
@media(max-width:639.98px){
  .v11-wire-status-full{display:none}
  .v11-wire-status-compact{display:inline}
  /* ---- canvas: flat paper, floating pill header -------------------------- */
  html{scroll-padding-top:78px}
  .v8{--pg:20px;padding:76px 0 0;background:var(--off)}
  .v8::before,.v8::after{display:none}
  .v8-vig{display:none}
  .v8-paper{max-width:none;margin:0;border:0;box-shadow:none;background:var(--off)}
  .v11-top{top:max(10px,env(safe-area-inset-top));left:10px;right:10px;height:52px;padding:0 7px 0 17px;background:var(--ink);border:1px solid rgba(245,247,253,.16);border-radius:999px;-webkit-backdrop-filter:blur(18px) saturate(1.3);backdrop-filter:blur(18px) saturate(1.3);box-shadow:0 14px 34px rgba(10,10,10,.35);animation:v14pill .6s var(--ease-swift) both}
  .v11-top.is-hidden{translate:0 calc(-100% - 20px);opacity:0;pointer-events:none}
  .v11-top-brand img{height:23px}
  .v11-top-lang{width:38px;height:38px;border-radius:999px}
  .v11-top-book{flex:0 0 74px;width:74px;border-radius:0;min-height:38px;padding:0 8px;gap:5px;font-size:11px}
  .v11-top-menu{width:42px;min-width:42px;min-height:38px;gap:0;border:0;border-radius:0}
  .v11-top-menu em{display:none}
  .v11-menu{inset:0;padding-top:92px}
  .v14-prog{top:0}

  /* ---- the section skeleton: one rhythm ---------------------------------- */
  .v8-ch{padding:44px var(--pg) 54px;border-top:1px solid var(--rule-strong)}
  .v8-ch:first-of-type{border-top:0;padding-top:16px}
  .v8-entry-grid{gap:10px}
  /* the numbered rail is a desktop device — on the phone it is only noise */
  .v8-erail,.v8-erail-stages{display:none}
  .v8-ebody{gap:24px}

  /* ---- the type scale ----------------------------------------------------- */
  .v8-dh{font-size:clamp(27px,7.6vw,34px);line-height:1.06}
  .v8-lead{font-size:17px;line-height:1.55}
  .v8-body{font-size:15.5px}
  .v8-hv-say{font-size:17px}
  .v8-punch{position:relative;border-left:0;padding:2px 0 2px 17px;font-size:clamp(19px,5.4vw,24px);line-height:1.3;letter-spacing:-.02em;max-width:none}
  .v8-punch::before{content:"";position:absolute;left:0;top:2px;bottom:2px;width:3px;background:var(--acc)}
  .v8-punch.is-in::before{animation:v14bar .7s var(--ease-swift) both;animation-delay:calc(var(--d,0ms) + 180ms);transform-origin:top}
  .v8-quote{font-size:20px;line-height:1.35}
  /* notes stop being decoration: body voice, a small accent tick, full width */
  .v8-note{font-family:var(--font-body);font-size:14.5px;font-weight:400;letter-spacing:0;text-transform:none;line-height:1.6;color:rgba(73,68,75,.8);max-width:none;padding-left:17px;position:relative}
  .v8-note::before{content:"";position:absolute;left:0;top:6px;width:7px;height:7px;background:var(--acc)}
  .v8-ctas{gap:10px}
  .v8-btn,.v8-btn-2{width:100%;justify-content:space-between}
  .v8 .v8-btn{box-shadow:-5px 5px 0 var(--acc)}

  /* grouped lists cascade in item by item */
  [data-r].is-in :is(.v8-rec-item,.v9-quad-cell,.v8-leave li,.v14-req,.v14-sum-row){animation:v8rise .6s var(--ease-swift) both;animation-delay:calc(var(--d,0ms) + 90ms)}
  [data-r].is-in :is(.v8-rec-item,.v9-quad-cell,.v8-leave li,.v14-req,.v14-sum-row):nth-child(2){animation-delay:calc(var(--d,0ms) + 190ms)}
  [data-r].is-in :is(.v8-rec-item,.v9-quad-cell,.v8-leave li,.v14-req,.v14-sum-row):nth-child(3){animation-delay:calc(var(--d,0ms) + 290ms)}
  [data-r].is-in :is(.v8-rec-item,.v9-quad-cell,.v8-leave li,.v14-req,.v14-sum-row):nth-child(4){animation-delay:calc(var(--d,0ms) + 390ms)}
  [data-r].is-in :is(.v8-rec-item,.v9-quad-cell,.v8-leave li,.v14-req,.v14-sum-row):nth-child(5){animation-delay:calc(var(--d,0ms) + 490ms)}

  /* ---- exhibit plates: slim frames, one caption line ---------------------- */
  .v8-plate{padding:7px;box-shadow:-4px 4px 0 rgba(73,68,75,.14)}
  .v8-plate figcaption{padding:9px 2px 1px;font-size:9.5px}
  .v8-case-plate .v8-plate-img{aspect-ratio:16/10}
  .v8-close-plate{max-width:none}
  .v8-close-plate .v8-plate-img{aspect-ratio:4/4.2}

  /* =======================================================================
     00 HERO — claim, punch, lead, tagline, both CTAs, then the board
     ======================================================================= */
  .v14-hero{padding-bottom:44px}
  .v11-hero-c{gap:16px}
  .v11-hero-c h1{font-size:clamp(37px,10.4vw,46px);margin-top:8px}
  .v14-hero h1 .l2{display:inline;white-space:normal}
  .v11-hero-c .v8-punch{font-size:clamp(20px,5.8vw,25px)}
  .v14-tag{font-family:var(--font-body);font-size:14.5px;line-height:1.6;color:rgba(73,68,75,.7);margin:-6px 0 0;max-width:34ch}
  .v11-hero-c .v8-ctas{margin-top:8px}
  .v11-hero-fig{margin-top:16px}
  .v8-stack.v11-wire{max-width:none;aspect-ratio:1/1.22;margin:0;border:1px solid var(--ink);box-shadow:-5px 5px 0 rgba(255,145,77,.5)}
  .v8-stack-cap{margin-top:12px;justify-content:flex-start}
  .v8-stack-cap .v8-mono{font-size:10px;letter-spacing:.14em}

  /* =======================================================================
     01 THE GAP — quotes as testimony, the gather canvas as a framed window
     ======================================================================= */
  .v8-rec-grid{grid-template-columns:1fr;gap:24px}
  .v8-rec-head{display:block;color:rgba(73,68,75,.6);white-space:nowrap}
  .v8-rec-head-context{display:none}
  .v8-rec-list{border-top:0;gap:18px}
  .v8-rec-item{grid-template-columns:30px 1fr;gap:12px;border-bottom:0;padding:0}
  .v8-rec-item u{font-size:10.5px;padding-top:3px}
  .v8-rec-col .v8-rec-item>div{border-left:2px solid rgba(255,145,77,.65);padding-left:14px}
  .v8-rec-col .v8-rec-item strong{font-family:var(--font-body);font-style:normal;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0;color:rgba(73,68,75,.94)}
  .v8-rec-col .v8-rec-item strong::before{content:"\201C"}
  .v8-rec-col .v8-rec-item strong::after{content:"\201D"}
  .v8-rec-foot{font-size:13.5px;max-width:none;color:rgba(73,68,75,.66)}
  /* the canvas keeps its window: border, grid paper, dark title bar, shadow */
  .v8-pile{height:210vh;margin:4px 0 0}
  .v8-pile-stage{position:sticky;top:74px;height:calc(100svh - 92px);min-height:0;max-height:none;border:1px solid var(--ink);background:#fff;background-image:linear-gradient(rgba(73,68,75,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(73,68,75,.08) 1px,transparent 1px);background-size:26px 26px;box-shadow:-5px 5px 0 rgba(255,145,77,.5)}
  .v8-pile-status{padding:11px 13px;font-size:9.5px;letter-spacing:.13em}
  .v8-pile-status>span:last-child{display:none}
  .v8-pile-note{width:calc(100% - 36px);gap:12px}
  .v8-pile-note h3{font-size:clamp(25px,7vw,34px)}
  .v8-pile-note p{font-size:15px;line-height:1.55}
  .v8-pile-card{width:min(27%,106px);gap:5px;padding:9px 9px 10px}
  .v8-pile-card .k,.v8-pile-card .x{display:none}
  .v8-pile-card .n{font-size:12px}
  .v8-pile-card .ic{width:15px;height:15px}
  .v8-pile-card .b img{width:14px;height:14px}
  .v8-pile-done h3{font-size:clamp(22px,6.4vw,30px)}
  .v8-pile-hint{font-size:9.5px;bottom:16px;letter-spacing:.15em}

  /* =======================================================================
     02 IN PRACTICE — a labelled selector, then the console as a window
     ======================================================================= */
  .v8-cx{gap:14px}
  .v8-cx::before{display:none}
  .v8-cx-picks{width:100%;margin:0;padding:0;flex-direction:column;gap:0;overflow:visible;scroll-snap-type:none;border:1px solid var(--rule-strong);background:#fff}
  .v8-cx-picks-h{display:flex;align-items:center;padding:9px 14px;border-bottom:1px solid var(--rule-strong);background:rgba(73,68,75,.06);font-size:10px;letter-spacing:.16em;color:rgba(73,68,75,.62)}
  .v8-cx-picks button{flex:none;width:100%;min-height:48px;align-items:center;padding:12px 14px;border:0;border-bottom:1px solid var(--rule);background:#fff;font-size:15px;line-height:1.35;scroll-snap-align:none;transition:background .18s,color .18s}
  .v8-cx-picks button::before{margin-top:0;width:9px;height:9px}
  .v8-cx-picks button.on{background:var(--ink);color:var(--off)}
  .v8-cx-picks-f{display:block;padding:9px 14px 10px;border-top:1px solid var(--rule);font-family:var(--font-body);font-size:12.5px;line-height:1.5;letter-spacing:0;text-transform:none;color:rgba(73,68,75,.62);margin:0}
  /* the window: framed, shadowed, an app title bar — thin, traffic lights */
  .v8-cx-console{margin-top:2px;border:1px solid var(--ink);box-shadow:-5px 5px 0 rgba(255,145,77,.5)}
  .v8-cx-bar{align-items:center;gap:10px;padding:4px 10px;min-height:29px}
  .v8-cx-bar .v8-cx-bar-id{display:flex;align-items:center;min-width:0;white-space:nowrap}
  .v8-cx-bar .v8-cx-bar-id i{flex:none;width:7px;height:7px;border-radius:50%;background:#ff5d55;box-shadow:11px 0 0 #febc2e,22px 0 0 #2fc148;margin:0 31px 0 1px;animation:none}
  .v8-cx-bar-label{display:none}
  .v8-cx-bar-r{flex:none;gap:5px}
  .v8-cx-bar-r em{display:none}
  .v8-cx-reset{font-size:0;gap:0;width:26px;min-height:26px;padding:0;justify-content:center;color:rgba(245,247,253,.75);border:0}
  .v8-cx-reset svg{width:13px;height:13px}
  .v8-cx-body{padding:16px 14px 18px;gap:14px}
  .v8-cx-you p{font-size:17px}
  .v8-cx-you b,.v8-cx-answer b{font-size:10px}
  .v8-cx-trail,.v8-cx-writes{padding-top:0}
  .v8-cx-step{grid-template-columns:20px minmax(0,1fr) auto;grid-template-areas:"ic kind st" ". act act";column-gap:10px;row-gap:3px;padding:10px 0;border-bottom:1px dotted var(--rule)}
  .v8-cx-step::before,.v8-cx-step::after{content:none}
  .v8-cx-step .v8-cx-ic{align-self:center}
  .v8-cx-step span{font-size:14.5px;line-height:1.45}
  .v8-cx-step u{grid-area:st;grid-column:auto;justify-self:end;align-self:center;white-space:nowrap;font-size:9.5px}
  .v8-cx-trail .v8-cx-step:last-child,.v8-cx-writes .v8-cx-step:last-child{border-bottom:0}
  .v8-cx-writes{padding-top:10px}
  .v8-cx-gate-btns button{font-size:10.5px}
  .v8-cx-foot{padding:9px 13px;flex-direction:column;gap:3px;font-size:9.5px;letter-spacing:.13em}

  /* =======================================================================
     03 VALUE + 04 USE CASES — numbered lists, one voice each
     ======================================================================= */
  .v9-quad{margin:0;display:flex;flex-direction:column;gap:0;border:1px solid var(--rule-strong);background:#fff}
  .v9-quad-cell{display:grid;grid-template-columns:30px 1fr;gap:4px 12px;border:0!important;border-bottom:1px solid var(--rule)!important;padding:15px 15px 16px;background:none}
  .v9-quad-cell:last-child{border-bottom:0!important}
  .v9-quad-cell:hover{background:none}
  .v9-quad-n{grid-row:1/3;font-family:var(--font-mono);font-weight:500;font-size:10.5px;letter-spacing:.14em;line-height:1.6;color:var(--acc-ink);padding-top:3px}
  .v9-quad-cell h4{font-size:18px}
  .v9-quad-cell p{font-size:15px}
  .v8-work{margin:0;display:flex;flex-direction:column;gap:24px;border:0;background:none}
  .v8-work-card{display:grid;grid-template-columns:62px 1fr;grid-template-rows:auto auto auto auto;gap:3px 16px;border:0!important;padding:0!important;background:none;box-shadow:none}
  .v8-work-glyph{grid-row:1/5;width:62px;height:62px;border:1px solid var(--rule);background:#fff;padding:5px}
  .v8-work-glyph svg{width:100%;height:100%;display:block}
  .v8-work-tag{font-size:10px;letter-spacing:.15em;border:0;padding:0}
  .v8-work-card h4{font-size:17px;margin:1px 0 2px}
  .v8-work-card p{font-size:14.5px;line-height:1.5}
  .v8-work-key{border-top:0;padding-top:3px;font-size:10px;letter-spacing:.08em}

  /* =======================================================================
     05 THE METHOD — keep the job carousel on phone as well.
     ======================================================================= */
  .v8-mq{display:block}
  .v8-quote{color:rgba(73,68,75,.5)}
  .v8-quote b{color:var(--ink)}
  .v9-turn{font-size:clamp(24px,6.6vw,29px);padding-top:20px}
  .v8-leave{border-top:0;gap:14px}
  .v8-leave li{grid-template-columns:30px 1fr;gap:12px;border-bottom:0;padding:0;font-size:15.5px;line-height:1.55}
  .v8-leave li b{font-size:10.5px;padding-top:3px}

  /* =======================================================================
     05·B WORKED EXAMPLES — one workflow at a time, swiped, framed
     ======================================================================= */
  .v14-wex{padding-bottom:26px}
  .v14-wex .v8-plate{max-width:none}
  .v14-wex-lbl{display:flex;align-items:center;gap:9px;margin-bottom:12px;font-family:var(--font-mono);font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:rgba(73,68,75,.6)}
  .v14-wex-lbl i{width:7px;height:7px;background:var(--acc);flex:none}
  .v14-wex-lbl b{font-weight:500;color:var(--acc-ink)}
  .v14-wex-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 calc(var(--pg)*-1);padding:2px var(--pg) 10px;scroll-padding-left:var(--pg)}
  .v14-wex-track::-webkit-scrollbar{display:none}
  .v14-wex-card{flex:0 0 calc(100% - 36px);scroll-snap-align:start;background:#fff;border:1px solid var(--ink);box-shadow:-4px 4px 0 rgba(255,145,77,.45);display:flex;flex-direction:column}  .v14-wex-hd{display:flex;flex-direction:column;gap:7px;padding:13px 15px 12px;border-bottom:2px solid var(--ink)}
  .v14-wex-meta{display:flex;align-items:baseline;justify-content:space-between;gap:10px;font-family:var(--font-mono);font-size:9.5px;letter-spacing:.15em;text-transform:uppercase;color:rgba(73,68,75,.6)}
  .v14-wex-meta b{font-weight:500;color:var(--acc-ink);white-space:nowrap;font-variant-numeric:tabular-nums}
  .v14-wex-meta i{font-style:normal;text-align:right}
  .v14-wex-hd h3{font-family:var(--font-heading);font-weight:700;font-size:18px;line-height:1.15;letter-spacing:-.02em;color:var(--ink);margin:0}
  /* one line runs from trigger to measured-by, a station per step.
     On the card in view the stations light and the line draws down. */
  .v14-wex-rows{display:flex;flex-direction:column;padding:4px 15px 15px}
  .v14-wex-row{position:relative;display:flex;flex-direction:column;gap:4px;padding:11px 0 11px 21px}
  .v14-wex-row:last-child{padding-bottom:0}
  .v14-wex-row::before{content:"";position:absolute;left:0;top:15px;width:7px;height:7px;background:rgba(73,68,75,.22);transition:background .3s var(--ease-swift)}
  .v14-wex-row::after{content:"";position:absolute;left:3px;top:27px;bottom:-16px;width:1px;background:linear-gradient(180deg,var(--acc-mid) 0 50%,rgba(73,68,75,.16) 50% 100%);background-size:100% 200%;background-position:0 100%;transition:background-position .42s var(--ease-swift)}
  .v14-wex-row:last-child::after{display:none}
  .v14-wex-card.lit .v14-wex-row::before{background:var(--acc)}
  .v14-wex-card.lit .v14-wex-row::after{background-position:0 0}
  .v14-wex-card.lit .v14-wex-k,.v14-wex-card.lit .v14-wex-v{animation:v14step .5s var(--ease-swift) both}
  .v14-wex-card.lit .v14-wex-row:nth-child(1)::before{transition-delay:.05s}
  .v14-wex-card.lit .v14-wex-row:nth-child(1)::after{transition-delay:.1s}
  .v14-wex-card.lit .v14-wex-row:nth-child(1) :is(.v14-wex-k,.v14-wex-v){animation-delay:.05s}
  .v14-wex-card.lit .v14-wex-row:nth-child(2)::before{transition-delay:.5s}
  .v14-wex-card.lit .v14-wex-row:nth-child(2)::after{transition-delay:.55s}
  .v14-wex-card.lit .v14-wex-row:nth-child(2) :is(.v14-wex-k,.v14-wex-v){animation-delay:.5s}
  .v14-wex-card.lit .v14-wex-row:nth-child(3)::before{transition-delay:.95s}
  .v14-wex-card.lit .v14-wex-row:nth-child(3)::after{transition-delay:1s}
  .v14-wex-card.lit .v14-wex-row:nth-child(3) :is(.v14-wex-k,.v14-wex-v){animation-delay:.95s}
  .v14-wex-card.lit .v14-wex-row:nth-child(4)::before{transition-delay:1.4s}
  .v14-wex-card.lit .v14-wex-row:nth-child(4)::after{transition-delay:1.45s}
  .v14-wex-card.lit .v14-wex-row:nth-child(4) :is(.v14-wex-k,.v14-wex-v){animation-delay:1.4s}
  .v14-wex-card.lit .v14-wex-row:nth-child(5)::before{transition-delay:1.85s}
  .v14-wex-card.lit .v14-wex-row:nth-child(5) :is(.v14-wex-k,.v14-wex-v){animation-delay:1.85s}
  .v14-wex-k{font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--acc-ink)}
  .v14-wex-v{font-family:var(--font-body);font-size:14.5px;line-height:1.55;color:rgba(73,68,75,.92)}
  .v14-wex-v em{font-style:normal;color:var(--acc-mid);font-weight:500}
  .v14-wex-nav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:2px}
  .v14-wex-dots{display:flex;gap:0}
  .v14-wex-dots button{display:grid;place-items:center;width:34px;height:38px;padding:0;background:none;border:0;cursor:pointer}
  .v14-wex-dots button::before{content:"";width:16px;height:3px;background:rgba(73,68,75,.25);transition:background .2s,width .2s}
  .v14-wex-dots button.on::before{background:var(--acc);width:24px}
  .v14-wex-nav .v8-mono{font-size:10px;letter-spacing:.15em;font-variant-numeric:tabular-nums}

  /* =======================================================================
     05·C CURRENT STATE — the arithmetic as a titled ledger
     ======================================================================= */
  /* the arithmetic continues the example above: no rule, a line carries in */
  .v14-cont{border-top:0;padding-top:0}
  .v14-link{position:relative;height:32px;margin-bottom:14px}
  .v14-link::before{content:"";position:absolute;left:14px;top:-12px;bottom:9px;width:2px;background:repeating-linear-gradient(180deg,rgba(196,85,26,.55) 0 5px,transparent 5px 10px);background-size:2px 20px;animation:v14march .9s linear infinite}
  .v14-link::after{content:"";position:absolute;left:11px;bottom:7px;width:7px;height:7px;border-right:1.6px solid var(--acc-mid);border-bottom:1.6px solid var(--acc-mid);transform:rotate(45deg)}
  .v14-sum{border:1px solid var(--ink);background:#fff;box-shadow:-4px 4px 0 rgba(255,145,77,.45)}
  .v14-sum-hd{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 14px;background:var(--ink);font-family:var(--font-mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:rgba(245,247,253,.85)}
  .v14-sum-hd em{font-style:normal;flex:none;color:var(--acc)}
  .v14-sum-row{display:grid;grid-template-columns:64px minmax(0,1fr) 22px;align-items:center;column-gap:12px;padding:13px 14px;border-bottom:1px solid var(--rule)}
  .v14-sum-row b{font-family:var(--font-heading);font-weight:700;font-size:32px;line-height:.9;letter-spacing:-.03em;color:var(--ink);font-variant-numeric:tabular-nums}
  .v14-sum-row>div{display:flex;flex-direction:column;gap:2px;min-width:0}
  .v14-sum-k{font-family:var(--font-mono);font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--acc-ink);line-height:1.5}
  .v14-sum-l{font-family:var(--font-body);font-size:13px;line-height:1.45;color:rgba(73,68,75,.72)}
  .v14-sum-row u{text-decoration:none;justify-self:end;display:grid;place-items:center;width:22px;height:22px;border:1px solid var(--ink);background:var(--off);font-family:var(--font-mono);font-size:12px;color:var(--acc-mid)}
  .v14-sum-row.hi{border-bottom:0;background:var(--acc);padding:16px 14px}
  .v14-sum-row.hi b{font-size:40px;color:var(--near)}
  .v14-sum-row.hi .v14-sum-k{color:rgba(10,10,10,.7)}
  .v14-sum-row.hi .v14-sum-l{color:rgba(10,10,10,.85)}

  /* =======================================================================
     06 THE REQUIREMENTS — the four, then the loop that closes
     ======================================================================= */
  .v14-reqs{display:flex;flex-direction:column;gap:0;border:1px solid var(--rule-strong);background:#fff}
  .v14-req{position:relative;display:block;padding:15px 15px 16px;border-bottom:1px solid var(--rule)}
  .v14-req:last-child{border-bottom:0}
  .v14-req .ic{position:absolute;top:15px;right:15px;width:22px;height:22px;color:var(--acc-ink);opacity:.8}
  .v14-req u{display:block;text-decoration:none;font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.16em;color:var(--acc-ink)}
  .v14-req h3{font-family:var(--font-heading);font-weight:700;font-size:18px;letter-spacing:-.018em;color:var(--ink);margin:6px 0 0}
  .v14-req p{font-family:var(--font-body);font-size:15px;line-height:1.55;color:rgba(73,68,75,.86);margin:6px 0 0}
  .v14-req small{display:block;margin-top:7px;font-family:var(--font-mono);font-size:9.5px;letter-spacing:.15em;text-transform:uppercase;color:rgba(73,68,75,.5)}
  /* the loop, drawn: nodes chained down the page, the return line closing it */
  .v14-loop{border:1px solid var(--ink);background:#fff;padding:16px 15px 18px;box-shadow:-4px 4px 0 rgba(255,145,77,.45)}
  /* 04 carries its owner callout: a stub line down into a thin box, the same
     relationship the desktop diagram draws above Control */
  .v14-loop-own{position:relative;padding:24px 78px 0 0}
  .v14-loop-own::before{content:"";position:absolute;left:21px;top:0;width:2px;height:24px;background:repeating-linear-gradient(180deg,var(--acc) 0 5px,transparent 5px 10px)}
  .v14-loop-own-box{display:flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid var(--ink);background:#fff;font-family:var(--font-mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--ink)}
  .v14-loop-own-box i{width:8px;height:8px;background:var(--acc);flex:none}
  /* the node boxes are cut to ~55% so the return line and its caption get a
     real channel down the right — the desktop layout, turned on its side */
  .v14-loop-body{position:relative;padding-right:152px}
  .v14-loop-node{position:relative;display:flex;flex-direction:column;gap:1px;padding:11px 13px 12px;border:1px solid var(--ink);background:#fff;margin-bottom:24px}
  .v14-loop-node:last-child{margin-bottom:0}
  .v14-loop-node u{text-decoration:none;font-family:var(--font-mono);font-size:10px;letter-spacing:.16em;color:var(--acc-ink)}
  .v14-loop-node strong{font-family:var(--font-heading);font-weight:700;font-size:19px;letter-spacing:-.02em;color:var(--ink);margin:1px 0}
  .v14-loop-node span{font-family:var(--font-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:rgba(73,68,75,.55)}
  /* the loop runs: the connectors march, the return line draws, the nodes
     light one after another — the same choreography as the desktop diagram */
  .v14-loop-node::after{content:"";position:absolute;left:21px;top:100%;width:2px;height:24px;background:repeating-linear-gradient(180deg,var(--acc) 0 5px,transparent 5px 10px)}
  .v14-loop-node::before{content:"";position:absolute;left:18px;top:calc(100% + 17px);width:6px;height:6px;border-right:1.6px solid var(--acc);border-bottom:1.6px solid var(--acc);transform:rotate(45deg)}
  .v14-loop-node:last-child::after,.v14-loop-node:last-child::before{display:none}
  .v14-loop.is-in .v14-loop-node::after,.v8-ch[data-v8-active="true"] .v14-loop .v14-loop-node::after{animation:v14march 1.3s linear infinite}
  .v14-loop .v14-loop-node{opacity:.32;transition:opacity .45s var(--ease-swift)}
  .v14-loop.is-in .v14-loop-node,.v8-ch[data-v8-active="true"] .v14-loop .v14-loop-node{opacity:1}
  .v14-loop.is-in .v14-loop-node:nth-child(1),.v8-ch[data-v8-active="true"] .v14-loop .v14-loop-node:nth-child(1){transition-delay:.1s}
  .v14-loop.is-in .v14-loop-node:nth-child(2),.v8-ch[data-v8-active="true"] .v14-loop .v14-loop-node:nth-child(2){transition-delay:.5s}
  .v14-loop.is-in .v14-loop-node:nth-child(3),.v8-ch[data-v8-active="true"] .v14-loop .v14-loop-node:nth-child(3){transition-delay:.9s}
  .v14-loop.is-in .v14-loop-node:nth-child(4),.v8-ch[data-v8-active="true"] .v14-loop .v14-loop-node:nth-child(4){transition-delay:1.3s}
  /* the return: out of 04, up the right edge, back into 01 */
  .v14-loop-ret{position:absolute;top:36px;bottom:36px;left:calc(100% - 152px);right:6px;z-index:1;pointer-events:none;opacity:0;transition:opacity .5s var(--ease-swift) 1.7s}
  .v14-loop-ret i{position:absolute;background:repeating-linear-gradient(90deg,var(--acc) 0 5px,transparent 5px 10px) 0 0/20px 2px}
  .v14-loop-ret i:nth-child(1){left:0;right:0;top:0;height:2px}
  .v14-loop-ret i:nth-child(2){top:0;bottom:0;right:0;width:2px;background:repeating-linear-gradient(180deg,var(--acc) 0 5px,transparent 5px 10px) 0 0/2px 20px}
  .v14-loop-ret i:nth-child(3){left:0;right:0;bottom:0;height:2px}
  .v14-loop-ret::after{content:"";position:absolute;left:-1px;bottom:0;width:9px;height:2px;background:var(--acc)}
  .v14-loop-ret i:nth-child(1)::after,.v14-loop-ret i:nth-child(3)::after{content:"";position:absolute;right:0;top:0;width:5px;height:2px;background:var(--acc)}
  .v14-loop.is-in .v14-loop-ret i:nth-child(1),.v8-ch[data-v8-active="true"] .v14-loop .v14-loop-ret i:nth-child(1){animation:v14retl 1.3s linear infinite}
  .v14-loop.is-in .v14-loop-ret i:nth-child(2),.v8-ch[data-v8-active="true"] .v14-loop .v14-loop-ret i:nth-child(2){animation:v14march 1.3s linear infinite}
  .v14-loop.is-in .v14-loop-ret i:nth-child(3),.v8-ch[data-v8-active="true"] .v14-loop .v14-loop-ret i:nth-child(3){animation:v14retr 1.3s linear infinite}
  .v14-loop.is-in .v14-loop-ret,.v8-ch[data-v8-active="true"] .v14-loop .v14-loop-ret{opacity:1}
  .v14-loop-ret::before{content:"";position:absolute;left:-2px;top:-2px;width:6px;height:6px;border-left:1.6px solid var(--acc);border-bottom:1.6px solid var(--acc);transform:rotate(45deg)}
  .v14-loop-note{position:absolute;right:36px;width:106px;top:50%;transform:translateY(-50%);font-family:var(--font-mono);font-size:9.5px;letter-spacing:.11em;text-transform:uppercase;text-align:right;color:var(--acc-ink);line-height:1.75;margin:0}
  .v14-loop-note::after{content:"";position:absolute;left:100%;top:50%;width:28px;margin-left:2px;border-top:1.6px dashed var(--acc)}
  .v14-loop-cap{display:flex;flex-direction:column;gap:3px;margin-top:14px;padding-top:12px;border-top:1px solid var(--rule)}
  .v14-loop-cap .v8-mono{font-size:10px;letter-spacing:.15em}

  /* =======================================================================
     07 HOW WE WORK / 09 BUILD AND RUN — steps as a list, panels as cards
     ======================================================================= */
  .v8-steps{margin:0;display:flex;flex-direction:column;gap:0;border:1px solid var(--rule-strong);background:#fff}
  .v8-step{position:relative;display:block;border:0!important;border-bottom:1px solid var(--rule)!important;padding:15px 48px 16px 15px!important;background:none}
  .v8-step:last-child{border-bottom:0!important}
  .v8-step .ic{display:block;position:absolute;top:15px;right:15px;width:22px;height:22px;color:var(--acc-ink);opacity:.8}
  .v8-step u{display:block;font-size:10px;letter-spacing:.16em;color:var(--acc-ink);white-space:nowrap;padding:0}
  .v8-step h4{font-size:17px;margin-top:6px}
  .v8-step p{font-size:15px;margin-top:6px}
  .v9-panel{margin:0;display:flex;flex-direction:column;border:1px solid var(--ink);background:#fff;box-shadow:-4px 4px 0 rgba(255,145,77,.45)}
  .v9-panel-a{padding:18px 16px 20px;border-right:0;border-bottom:1px solid var(--rule-strong);gap:12px}
  .v9-panel-b{padding:18px 16px 20px;gap:12px;box-shadow:inset 0 3px 0 var(--acc)}
  .v9-panel h3{font-size:23px}
  .v9-panel h4{font-size:18px}
  .v9-panel .v8-leave{border-top:1px solid var(--rule);padding-top:14px;margin-top:2px}
  .v9-panel-cta{padding-top:8px}
  .v9-face-cta{width:100%;padding:8px 14px 8px 8px}
  .v9-face-cta b{font-size:14.5px}
  .v9-face-cta i{font-size:9.5px}
  .v9-panel-eyebrow{margin-bottom:0;font-size:10.5px;letter-spacing:.15em}
  .v9-panel .v8-btn,.v9-panel .v8-btn-2{width:100%;justify-content:space-between}
  /* 09: the two engagements as two distinct filed cards, equal weight */
  #ch9 .v9-panel{border:0;background:none;box-shadow:none;gap:18px}
  #ch9 .v9-panel-a,#ch9 .v9-panel-b{border:1px solid var(--ink);background:#fff;box-shadow:-4px 4px 0 rgba(255,145,77,.45)}
  #ch9 .v9-panel-a{border-bottom:1px solid var(--ink)}
  #ch9 .v9-panel-a>.v8-mono:first-child,#ch9 .v9-panel-b>.v8-mono:first-child{display:flex;align-items:center;margin:-18px -16px 4px;padding:11px 16px;border-bottom:1px solid var(--ink);background:rgba(73,68,75,.06);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink)}
  #ch9 .v9-panel-b>.v8-mono:first-child{background:var(--acc);color:var(--near)}
  #ch9 .v9-panel-b>.v8-mono:first-child b{color:var(--near)}

  /* =======================================================================
     08 CLIENT WORK — full narratives, quiet separations
     ======================================================================= */
  .v8-case{border-top:0;padding-top:36px;gap:16px;grid-template-columns:1fr}
  .v13-case{padding-top:36px}
  .v13-case .v8-mono{font-size:10px;letter-spacing:.15em}
  .v13-case .v9-case-title{margin-top:8px;font-size:20px}
  .v13-case-copy{display:flex;flex-direction:column;gap:12px;margin-top:12px}
  .v13-case-copy p{font-size:15px}

  /* =======================================================================
     10 START — the close, on the rhythm
     ======================================================================= */
  .v8-close-grid{display:flex;flex-direction:column;gap:24px}
  .v8-close-grid>div:first-child{gap:20px!important}
  .v8-sig{margin-top:4px;flex-direction:column;gap:5px}
  .v8-sig .v8-mono{font-size:10px;letter-spacing:.14em}

  /* ---- footer: the drawer floor ------------------------------------------ */
  .v8-foot{display:flex;box-sizing:border-box;min-height:100svh;margin:0;padding:32px var(--pg) 26px;background:#3d383f;border-top:1px solid rgba(245,247,253,.22)}
  .v8-foot-grid{grid-template-columns:1fr 1fr;gap:20px 22px}
  .v8-foot-brand{grid-column:1/-1}
  .v8-word{font-size:15vw;margin-top:26px}
  .v8-foot-base{gap:8px;margin-top:20px}

  /* ---- the floor: nothing decorative under 9.5px, no half-ink ------------ */
  .v8-stack-hint{display:none}
  .v8-mono{font-size:10.5px}
  .v8-mono b{color:var(--acc-ink)}
}

@media(max-width:379.98px){
  .v11-top-book{flex-basis:66px;width:66px;padding:0 5px}
}

@media(max-width:359.98px){
  .v8{--pg:16px}
  .v8-foot-grid{grid-template-columns:1fr}
  .v11-top{gap:8px;padding-left:14px}
  .v11-top-brand img{height:20px}
  .v11-top-menu{min-width:42px}
  .v14-wex-card{flex-basis:calc(100% - 28px)}
  .v14-sum-row{grid-template-columns:56px minmax(0,1fr) 20px}
  .v14-sum-row b{font-size:28px}
}

@keyframes v14pill{from{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:none}}
@keyframes v14march{to{background-position:0 -20px}}
@keyframes v14step{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
@keyframes v14retl{to{background-position:-20px 0}}
@keyframes v14retr{to{background-position:20px 0}}

/* ---- motion discipline ---------------------------------------------------- */
@media(prefers-reduced-motion:reduce){
  .v11-top{transition:none}
  .v11-wire .v8-stack-tile,.v11-wire .v8-stack-svg{opacity:1}
  .v11-wire .v8-stack-flow{animation:none}
  .v11-menu{transition:none}
  .v14-loop.is-in .v14-loop-node::after,.v14-loop.is-in .v14-loop-ret,.v14-loop.is-in .v14-loop-ret i{animation:none}
  .v14-loop .v14-loop-node{opacity:1}
  .v14-loop-ret{opacity:1;transition:none}
  .v14-wex-row::before{background:var(--acc)}
  .v14-wex-row::after{background-position:0 0}
  .v14-wex-card.lit :is(.v14-wex-k,.v14-wex-v){animation:none}
}



/* =========================================================================
   99 FOOTER — phone build (rendered only under 640px by V14Footer)
   ========================================================================= */
.v14-foot .v8-foot-grid{grid-template-columns:1fr 1fr;gap:22px}
.v14-foot .v8-foot-brand{grid-column:1/-1}
.v14-foot .v8-foot-brand img{height:26px}
.v14-foot .v8-wrap{display:flex;flex:1;flex-direction:column;width:100%;container-type:inline-size}
.v14-foot .v8-word{display:block;width:100%;margin-top:auto;font-size:15.6cqw;line-height:.82;white-space:nowrap;overflow:visible}
.v14-foot .v8-foot-base{margin-top:14px;padding-top:13px}
.v14-foot-details{display:flex;align-items:center;gap:7px;flex-wrap:wrap;color:rgba(245,247,253,.58)}
.v14-foot-details a{color:inherit;text-decoration:none}
.v14-foot-details a:hover{color:var(--acc)}
.v14-foot-details i{font-style:normal;color:rgba(245,247,253,.28)}
@media(max-width:359.98px){.v14-foot .v8-foot-grid{grid-template-columns:1fr}}


/* =========================================================================
   TABLET 640–1199 — one system with the phone: the same floating header,
   the same hero composition, laid out two-up where there is room.
   ========================================================================= */
@media(min-width:640px) and (max-width:1199.98px){
  /* the header is the phone pill, at tablet scale */
  html{scroll-padding-top:88px}
  .v8{padding-top:calc(60px + clamp(18px,3vh,34px))}
  .v8-erail{top:88px}
  .v11-top{top:max(12px,env(safe-area-inset-top));left:clamp(12px,2vw,24px);right:clamp(12px,2vw,24px);height:58px;padding:0 9px 0 22px;background:var(--ink);border:1px solid rgba(245,247,253,.16);border-radius:999px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}
  .v11-top-brand img{height:21px}
  .v11-top-lang{min-width:42px;min-height:42px;border-radius:999px}
  .v11-top-book{border-radius:0;min-height:42px;padding:0 20px;font-size:14px}
  .v11-top-menu{width:44px;min-width:44px;min-height:42px;gap:0;border:0;border-radius:0}
  .v11-top-menu em{display:none}
  .v11-menu{inset:0;padding:100px clamp(20px,4vw,44px) 40px}
  .v11-menu-list span{font-size:30px}
  .v11-menu-info{flex-direction:row;flex-wrap:wrap;gap:6px 28px;align-items:center}
  .v14-prog{top:0}

  /* hero: the phone composition, two-up */
  .v14-hero{padding-bottom:clamp(30px,4vw,52px)}
  .v14-hero .v8-entry-grid{display:block}
  .v14-hero .v8-ebody{border-left:0;padding-left:0}
  .v14-hero .v11-hero-fig{min-width:0}

  .v14-hero .v11-hero-c{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);column-gap:clamp(24px,3.6vw,52px);row-gap:16px;align-items:start}
  .v14-hero .v11-hero-c>*{grid-column:1}
  .v14-hero .v11-hero-c h1{font-size:clamp(46px,6.4vw,64px);margin-top:2px}
  .v14-hero .v11-hero-c .v8-hv-say{font-size:18px;max-width:46ch}
  .v14-hero .v14-tag{max-width:44ch}
  .v14-hero .v8-ctas{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}
  .v14-hero .v8-ctas .v8-btn,.v14-hero .v8-ctas .v8-btn-2{width:auto;justify-content:center}
  .v14-hero .v11-hero-fig{grid-column:2;grid-row:1/7;align-self:center;margin:0}
  .v14-hero .v8-stack.v11-wire{max-width:none;aspect-ratio:1/1.22}
  .v14-hero .v11-wire .v8-stack-hub{width:min(46%,210px)}
  .v14-hero .v11-wire .v8-stack-hub .nm{font-size:clamp(17px,2.4vw,23px)}
  .v14-hero .v11-wire .v8-stack-tile{min-width:74px;max-width:104px;padding:6px 8px 6px}
  .v14-hero .v11-wire .v8-stack-tile .n{font-size:12px}
  .v14-hero .v11-wire .v8-stack-tile .k{font-size:9px}

}

/* The compact hero is also used on narrow desktop canvases. Keep its
   two-column geometry active after the compact navigation breakpoint ends. */
@media(min-width:1200px) and (max-width:1399.98px){
  .v14-hero{padding-bottom:clamp(30px,4vw,52px)}
  .v14-hero .v8-entry-grid{display:block}
  .v14-hero .v8-ebody{border-left:0;padding-left:0}
  .v14-hero .v11-hero-fig{min-width:0}
  .v14-hero .v11-hero-c{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);column-gap:clamp(24px,3.6vw,52px);row-gap:16px;align-items:start}
  .v14-hero .v11-hero-c>*{grid-column:1}
  .v14-hero .v11-hero-c h1{font-size:clamp(46px,5vw,62px);margin-top:2px}
  .v14-hero .v11-hero-c .v8-hv-say{font-size:18px;max-width:46ch}
  .v14-hero .v14-tag{max-width:44ch}
  .v14-hero .v8-ctas{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px}
  .v14-hero .v8-ctas .v8-btn,.v14-hero .v8-ctas .v8-btn-2{width:auto;justify-content:center}
  .v14-hero .v11-hero-fig{grid-column:2;grid-row:1/7;align-self:center;margin:0}
  .v14-hero .v8-stack.v11-wire{max-width:none;aspect-ratio:1/1.22}
  .v14-hero .v11-wire .v8-stack-hub{width:min(46%,210px)}
  .v14-hero .v11-wire .v8-stack-hub .nm{font-size:clamp(17px,2.4vw,23px)}
  .v14-hero .v11-wire .v8-stack-tile{min-width:74px;max-width:104px;padding:6px 8px}
  .v14-hero .v11-wire .v8-stack-tile .n{font-size:12px}
  .v14-hero .v11-wire .v8-stack-tile .k{font-size:9px}
}

/* stacked hero on tablet portrait: not enough width for two columns */
@media(min-width:640px) and (max-width:859.98px){
  .v14-hero .v11-hero-c{grid-template-columns:1fr;row-gap:18px}
  .v14-hero .v11-hero-c>*{grid-column:1}
  .v14-hero .v11-hero-fig{grid-column:1;grid-row:auto;margin-top:6px}
  .v14-hero .v8-stack.v11-wire{max-width:620px;aspect-ratio:1/.92;margin:0 auto}
}

/* Official OpenAI Partner Network trust mark. Keep the supplied artwork intact. */
.v14-partner-badge{display:block;width:clamp(118px,9.5vw,136px);line-height:0;transition:transform .18s var(--ease-swift),filter .18s var(--ease-swift)}
.v14-partner-badge img,.v8-foot-brand .v14-partner-badge img,.v14-foot .v8-foot-brand .v14-partner-badge img{display:block;width:100%;height:auto;margin:0}
.v14-partner-badge:hover{transform:translateY(-1px);filter:drop-shadow(0 5px 8px rgba(35,30,36,.12))}
.v14-partner-badge:focus-visible{outline:2px solid var(--acc);outline-offset:4px}
.v14-partner-badge--hero{margin-top:8px}
.v14-partner-badge--footer{width:154px;margin-top:20px}
@media(max-width:639.98px){
  .v14-partner-badge{width:124px}
  .v14-partner-badge--hero{margin-top:6px}
  .v14-partner-badge--footer{width:146px;margin-top:18px}
}
