/* v3/v3.css */
:root{
  --bone:oklch(.940 .008 75);--ink:oklch(.175 .014 60);--deep:oklch(.125 .012 60);
  --sand:oklch(.740 .070 65);--on-sand:oklch(.215 .045 65);--sand-type:oklch(.600 .095 62);
  --body:oklch(.430 .012 70);--mute:oklch(.515 .012 70);--line:oklch(.865 .010 75);
  --on-deep:oklch(.955 .008 75);--on-deep-mute:oklch(.660 .014 75);--deep-line:oklch(.300 .012 60);
  /* dark-surface roles. These six were raw oklch() literals at their use sites, which put
     the palette in two places and let it drift; they are tokens like everything else now. */
  --on-deep-soft:oklch(.760 .014 75);--row-hover:oklch(.185 .014 60);--row-no:oklch(.640 .014 75);
  --st-soon:oklch(.620 .012 75);--foot-link:oklch(.850 .010 75);--foot-mk:oklch(.500 .014 60);
  --e:cubic-bezier(.22,1,.36,1);
  /* Layout. The reference's project media is 1170px at 1440 — 81% of the viewport, with a
     135px gutter each side (135/1440 = 9.375vw). --gutW is that gutter; --inset is the
     content column it leaves, capped at the reference's 1170px so the media stops growing
     past 1440 instead of running to the edges of a 2560px display. Every section's column
     is `padding-inline: var(--gutW)` — --gut is kept as the name the unchanged sections
     already reference, so the whole page shares one gutter rather than two. */
  --gutW:clamp(20px,9.375vw,135px);--inset:min(920px,100vw - 2 * var(--gutW));
  --gut:var(--gutW);
  --disp:"Cabinet Grotesk",system-ui,sans-serif;--text:"General Sans",system-ui,sans-serif;
}
*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
html{-webkit-text-size-adjust:100%;overflow-x:hidden;scroll-behavior:smooth}
body{margin:0;background:var(--bone);color:var(--body);font-family:var(--text);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.locked{overflow:hidden}
h1,h2,h3{margin:0;font-family:var(--disp);font-weight:800;color:var(--ink);line-height:.86;letter-spacing:-.045em;text-wrap:balance}
p{margin:0}a{color:inherit;text-decoration:none}
.eb{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--mute)}

/* preloader */
.pre{position:fixed;inset:0;z-index:200;background:var(--deep);color:var(--on-deep);display:flex;align-items:flex-end;justify-content:space-between;padding:var(--gut);font-family:var(--disp);font-weight:800;letter-spacing:-.045em;transition:transform .9s var(--e)}
.pre__mk{font-size:clamp(28px,4vw,56px)}.pre__n{font-size:clamp(56px,12vw,180px);line-height:.8;font-variant-numeric:tabular-nums}
.pre.done{transform:translateY(-101%)}
.pre.skip{display:none}

/* nav */
.nav{position:fixed;top:0;left:0;right:0;z-index:90;display:flex;align-items:center;justify-content:space-between;padding:16px var(--gut);color:var(--ink);transition:background .5s var(--e),color .5s var(--e)}
.nav.stuck{background:color-mix(in oklch,var(--bone) 86%,transparent);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav.onDark{color:var(--on-deep)}
.nav.onDark.stuck{background:color-mix(in oklch,var(--deep) 82%,transparent);border-bottom-color:var(--deep-line)}
.nav__mk{font-family:var(--disp);font-weight:800;font-size:19px;letter-spacing:-.04em}
.nav__lk{display:flex;gap:14px;align-items:center;font-size:13.5px;font-weight:500}
.nav__lk a{display:inline-flex;align-items:center;min-height:44px;padding-inline:6px}
.nav__cta{border:1px solid currentColor;border-radius:100px;padding:8px 17px}
/* $= not =: a journal post's nav points at /#work, so an exact-match selector left
   all four links on a 390 viewport and pushed the bar 63px past it. */
@media(max-width:640px){.nav__lk a[href$="#work"],.nav__lk a[href$="#teardowns"]{display:none}.nav__lk{gap:18px}}

/* hero — type-led on bone. The film is no longer the ground: it moved into .reel below,
   so nothing here is set over media and the accent is used as TYPE (--sand-type, 4.6:1
   on bone) rather than as a ground colour (--sand is 1.95:1 as type and unusable here). */
.hero{position:relative;min-height:100svh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:96px var(--gutW) clamp(28px,4vw,52px);color:var(--body);background:var(--bone);overflow:hidden}
.hero__h{color:var(--ink);font-size:max(42px,min(10.4vw,200px,calc(56svh - 190px)));letter-spacing:-.055em}
.hero__h .ln{display:block;overflow:hidden}
.hero__h .ln i{display:block;font-style:normal;transform:translateY(105%);transition:transform 1.15s var(--e)}
.hero__h .ln:nth-child(2) i{transition-delay:.09s}.hero__h .ln:nth-child(3) i{transition-delay:.18s}
body.ready .hero__h .ln i{transform:none}
.hero__h em{font-style:normal;color:var(--sand-type)}
.hero__meta{display:flex;justify-content:space-between;gap:32px;flex-wrap:wrap;margin-top:clamp(30px,4vw,54px);padding-top:22px;border-top:1px solid var(--line)}
.hero__meta p{max-width:38ch;font-size:clamp(15px,1.4vw,18px);color:var(--body)}
.hero__rt{text-align:right;font-size:13px;line-height:1.9;color:var(--mute)!important}
.hero__sub{margin-top:clamp(22px,3vw,36px);max-width:40ch;text-wrap:balance;font-size:clamp(16px,1.6vw,22px);color:var(--body)}
.hero__cta{display:inline-block;margin-top:clamp(26px,3.4vw,44px);padding:18px 36px;border-radius:100px;background:var(--ink);color:var(--bone);font-weight:600;font-size:clamp(15px,1.2vw,17px);letter-spacing:-.01em;transition:transform .35s var(--e)}
.hero__cta:hover{transform:translateY(-2px)}
/* brand marquee. The gap is the link's own margin, not flex `gap`: with `gap` the track
   measures 2·Σw + 17g, so translating -50% lands half a gap short of the loop point and
   the seam visibly jumps every cycle. As margin it is exactly 2·Σ(w + m), so -50% is the
   seam. The dot is absolutely positioned INSIDE that margin, so it never adds width. */
.hero__brands{--bg-gap:clamp(28px,4vw,56px);width:100%;max-width:var(--inset);margin-top:clamp(40px,6vw,76px);padding-top:22px;border-top:1px solid var(--line)}
.hero__brands-l{display:block;text-align:center;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute);margin-bottom:14px}
.hero__brands-vp{width:100%;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.hero__brands-track{display:flex;flex-wrap:nowrap;align-items:center;width:max-content;white-space:nowrap;animation:bd-marquee 38s linear infinite;will-change:transform}
.hero__brands-vp:hover .hero__brands-track,.hero__brands-vp:focus-within .hero__brands-track{animation-play-state:paused}
@keyframes bd-marquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}
/* padding-block takes the 20px glyph box to a 45px tap target (the mobile audit found 24px) */
.hero__brands a{position:relative;display:block;padding:12px 0;margin-right:var(--bg-gap);font-family:var(--disp);font-weight:800;font-size:clamp(15px,1.3vw,19px);line-height:1.3;letter-spacing:-.025em;color:var(--ink);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .3s var(--e),color .3s var(--e)}
.hero__brands a:hover{border-color:var(--sand-type);color:var(--sand-type)}
.hero__brands a::after{content:"·";position:absolute;left:100%;top:12px;width:var(--bg-gap);text-align:center;color:var(--sand-type);font-weight:600;pointer-events:none}
/* reduced motion: no slide. The track falls back to the wrapped, centred row it replaced,
   and the duplicate set is removed so nothing reads twice. */
@media(prefers-reduced-motion:reduce){
  .hero__brands-vp{overflow:visible;-webkit-mask-image:none;mask-image:none}
  .hero__brands-track{width:auto;flex-wrap:wrap;justify-content:center;align-items:baseline;white-space:normal;animation:none;will-change:auto}
  .hero__brands a[aria-hidden="true"]{display:none}
  .hero__brands a:nth-of-type(9)::after{content:none}
}
.hero__rt{margin-top:clamp(28px,4vw,48px);text-align:center;font-size:13px;color:var(--mute)!important;text-wrap:balance}

/* reel — the MN film, inset in the same column the project media uses. No text over it,
   so no scrim: the frame clips, the video fills it, and the parallax lives inside. */
.reel{padding:clamp(30px,4.5vw,64px) var(--gutW) 0;background:var(--bone)}
.reel__frame{width:100%;max-width:var(--inset);margin-inline:auto;aspect-ratio:16/10;overflow:hidden;background:var(--deep)}
.reel__v{width:100%;height:100%;object-fit:cover;object-position:center 30%;display:block}

/* reveal */
.rv{opacity:0;transform:translateY(30px);transition:opacity 1s var(--e),transform 1s var(--e)}
.rv.in{opacity:1;transform:none}
:focus-visible{outline:2px solid var(--sand);outline-offset:3px}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}.rv{opacity:1;transform:none}.hero__h .ln i{transform:none}.pre{display:none}html{scroll-behavior:auto}}

.tools,.foot{--is-dark:1}

/* The nav is fixed, so a raw anchor jump parks the target's eyebrow underneath it.
   84px clears the nav (16px + 19px cap-height + 16px, plus a little air). */
.work__p,#journal,#tools,#teardowns,#start{scroll-margin-top:84px}

/* work — heading block on bone, media inset below it at the reference's 81%.
   Nothing is set over the media any more, so there is no scrim and no dark section. */
.work__p{background:var(--bone);padding:clamp(72px,9vw,140px) var(--gutW) 0}
.work__p:last-child{padding-bottom:clamp(72px,9vw,140px)}
.work__hd{max-width:var(--inset);margin-inline:auto}
.work__no{display:block;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--mute);margin-bottom:16px}
.work__h{color:var(--ink);font-size:clamp(44px,8.2vw,118px);letter-spacing:-.05em;max-width:12ch}
/* A name that is one unbreakable compound (DumpsterComparison) cannot wrap, so at the
   44px clamp floor it ran 81px past its own column and 44px past a 390 viewport. Same vw
   slope, same 118px cap — only the floor drops, so it is identical from ~537px up.
   build-work.mjs adds the class when the longest word is 15 characters or more. */
.work__h--long{font-size:clamp(30px,8.2vw,118px)}
.work__line{margin-top:18px;max-width:44ch;font-size:clamp(15px,1.4vw,18px);color:var(--body)}
.work__media{display:block;width:100%;max-width:var(--inset);margin:clamp(36px,5vw,72px) auto 0;aspect-ratio:16/10;overflow:hidden;background:var(--deep);cursor:none}
.work__v{width:100%;height:100%;object-fit:cover;display:block}
/* custom cursor */
.cur{position:fixed;left:0;top:0;z-index:150;pointer-events:none;width:84px;height:84px;margin:-42px 0 0 -42px;border-radius:50%;background:var(--sand);color:var(--on-sand);display:grid;place-items:center;font:600 12px/1 var(--text);letter-spacing:.1em;text-transform:uppercase;transform:scale(0);transition:transform .35s var(--e)}
.cur.on{transform:scale(1)}
@media(pointer:coarse){.cur{display:none}.work__media{cursor:pointer}}

/* statement */
.stmt{padding:clamp(80px,12vw,180px) var(--gut)}
.stmt h2{font-size:clamp(34px,6.2vw,92px);max-width:17ch}.stmt h2 em{font-style:normal;color:var(--mute)}
.stmt p{margin-top:clamp(26px,3vw,40px);max-width:52ch;font-size:clamp(15px,1.5vw,19px)}

/* tools */
.tools{background:var(--deep);color:var(--on-deep-soft);padding:clamp(72px,10vw,150px) 0}
.tools h2,.tools h3{color:var(--on-deep)}
.tools__hd{padding:0 var(--gut);display:flex;justify-content:space-between;align-items:flex-end;gap:28px;flex-wrap:wrap;margin-bottom:clamp(40px,5vw,72px)}
.tools__hd h2{font-size:clamp(32px,5.6vw,78px);max-width:14ch}.tools__hd .eb{color:var(--sand)}.tools__hd p{max-width:34ch;font-size:15px}
.rows{border-top:1px solid var(--deep-line)}
.row{display:grid;grid-template-columns:56px 1fr auto;gap:18px;align-items:center;padding:clamp(18px,2.4vw,30px) var(--gut);border-bottom:1px solid var(--deep-line);transition:background .45s var(--e)}
a.row:hover{background:var(--row-hover)}
.row .no{font-family:var(--disp);font-weight:700;font-size:13px;color:var(--row-no);letter-spacing:.04em}
.row h3{font-size:clamp(23px,3.4vw,44px);letter-spacing:-.04em;line-height:1}
.row .rt{display:flex;align-items:center;gap:20px}
.row .st{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--sand);white-space:nowrap}.row .st.soon{color:var(--st-soon)}
.row .ar{font-size:22px;color:var(--on-deep-mute);transition:transform .45s var(--e),color .45s var(--e)}
a.row:hover .ar{color:var(--on-deep);transform:translateX(6px)}
.row .dsc{grid-column:2;font-size:13.5px;color:var(--on-deep-mute);margin-top:4px}
@media(max-width:700px){.row{grid-template-columns:38px 1fr;gap:12px}.row .rt{grid-column:2;justify-content:flex-start;margin-top:8px}}

/* journal — the tools section's numbered-list idiom, on bone. No cards, no grid: the
   rows ARE the layout, separated by 1px rules that run the full column. */
.journal{background:var(--bone);padding:clamp(72px,10vw,150px) 0}
.journal__hd{padding:0 var(--gut);display:flex;justify-content:space-between;align-items:flex-end;gap:28px;flex-wrap:wrap;margin-bottom:clamp(40px,5vw,72px)}
.journal__hd h2{font-size:clamp(32px,5.6vw,78px);max-width:14ch;margin-top:10px}
.journal__hd>p{max-width:34ch;font-size:15px;color:var(--body)}
.jrows{border-top:1px solid var(--line)}
.jrow{display:grid;grid-template-columns:56px 1fr auto;gap:18px;align-items:center;padding:clamp(22px,2.8vw,34px) var(--gut);border-bottom:1px solid var(--line);cursor:none;transition:background .45s var(--e)}
a.jrow:hover{background:color-mix(in oklch,var(--bone) 93%,var(--ink))}
.jrow__no{font-family:var(--disp);font-weight:700;font-size:13px;color:var(--mute);letter-spacing:.04em}
.jrow h3{font-size:clamp(26px,3.6vw,46px);letter-spacing:-.04em;line-height:1}
.jrow__d{margin-top:8px;max-width:46ch;font-size:14.5px;color:var(--body)}
.jrow__rt{display:flex;align-items:center;gap:16px}
/* --ink, not --sand-type: the accent measures 3.36:1 against bone, under the 4.5 an
   11px label needs. The status is separated from the date by weight of colour instead. */
.jrow__st{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--ink);white-space:nowrap}
.jrow__dt{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);white-space:nowrap}
.jrow__ar{font-size:22px;color:var(--mute);transition:transform .45s var(--e),color .45s var(--e)}
a.jrow:hover .jrow__ar{color:var(--ink);transform:translateX(6px)}
@media(pointer:coarse){.jrow{cursor:pointer}}
@media(max-width:700px){.jrow{grid-template-columns:38px 1fr;gap:12px}.jrow__rt{grid-column:2;justify-content:flex-start;margin-top:10px;gap:14px}}

/* teardowns */
.tear{padding:clamp(80px,12vw,170px) var(--gut)}
.tear h2{font-size:clamp(32px,5.8vw,84px);max-width:15ch}
.tear__g{display:grid;gap:1px;margin-top:clamp(40px,5vw,70px);grid-template-columns:1fr;background:var(--line);border:1px solid var(--line)}
@media(min-width:820px){.tear__g{grid-template-columns:1.2fr 1fr 1fr}}
.d{background:var(--bone);padding:clamp(24px,3vw,40px);min-height:clamp(200px,22vw,300px);display:flex;flex-direction:column;justify-content:space-between}
.d h3{font-size:clamp(24px,2.8vw,38px);letter-spacing:-.04em;margin-top:14px}.d p{font-size:14px;color:var(--body);margin-top:12px;max-width:30ch}
.tear__note{margin-top:30px;font-size:13.5px;color:var(--body);max-width:52ch}

/* start — the form that actually captures */
.start{background:var(--sand);color:var(--on-sand);padding:clamp(80px,13vw,190px) var(--gut)}
.start h2{color:var(--on-sand);font-size:clamp(38px,8vw,132px);max-width:12ch;letter-spacing:-.05em}
.start__sub{margin-top:26px;max-width:40ch;font-size:clamp(15px,1.5vw,19px);color:color-mix(in oklch,var(--on-sand) 84%,transparent)}
.form{margin-top:clamp(32px,4vw,52px);display:grid;gap:14px;max-width:620px}
.form input,.form textarea{width:100%;background:transparent;border:0;border-bottom:1.5px solid color-mix(in oklch,var(--on-sand) 40%,transparent);padding:14px 2px;font:inherit;font-size:16.5px;color:var(--on-sand);resize:vertical}
.form ::placeholder{color:color-mix(in oklch,var(--on-sand) 60%,transparent)}
/* scoped to the fields: an unscoped `.form :focus` also stripped the BUTTON's ring, and
   it beat the global :focus-visible rule, leaving the submit with no keyboard indicator.
   The global ring is --sand, which is invisible on this sand band, so the button gets
   its own --on-sand ring (7.56:1 against the band). */
.form input:focus,.form textarea:focus{outline:none;border-bottom-color:var(--on-sand)}
.form button:focus-visible{outline:2px solid var(--on-sand);outline-offset:3px}
/* display:grid is an author rule and beats the UA [hidden]{display:none}: without this
   the fields stay on screen under "Got it…" after a successful send. */
.form[hidden]{display:none}
.form button{justify-self:start;background:var(--on-sand);color:var(--sand);border:0;border-radius:100px;padding:15px 30px;font:600 14.5px var(--text);cursor:pointer}
/* the off state must stay READABLE. opacity:.55 composites the whole button over the
   sand band, and the label lands at 2.97:1 — a fade that hides the words. Dim the
   GROUND instead: sand on on-sand@80% is 5.50:1, still visibly "off". */
.form button[disabled]{background:color-mix(in oklch,var(--on-sand) 80%,var(--sand));cursor:not-allowed}
.start__msg{margin-top:18px;font-size:15px;font-weight:600;min-height:1.4em}

/* footer */
.foot{background:var(--deep);color:var(--on-deep-mute);padding:clamp(48px,6vw,86px) var(--gut);font-size:13.5px;line-height:1.8}
.foot__g{display:flex;justify-content:space-between;gap:28px;flex-wrap:wrap}
/* inline-block + padding-block: the 24px line box becomes a 42px tap target */
.foot a{display:inline-block;padding-block:9px;color:var(--foot-link)}
.foot__lk{display:flex;flex-wrap:wrap;gap:0 22px}
.foot__mk{font-family:var(--disp);font-weight:800;font-size:clamp(38px,9vw,130px);color:var(--foot-mk);letter-spacing:-.05em;line-height:.8;margin-top:clamp(36px,5vw,70px)}

/* motion: transform-only parallax. Native smooth anchors are declared on the base
   `html` rule above so the single reduced-motion block, which follows it, wins.
   will-change is scoped to media that is actually on screen (`.live`, toggled by the
   play/pause observer) so nine videos are not each pinned to a compositor layer. */
.reel__v{will-change:transform}
.work__p.live .work__v{will-change:transform}
/* ------------------------------------------------------------------ journal post
   One column, one measure. Everything sits inside 68ch: the type, the rules, the
   tables. Nothing is a card and nothing is a grid, so the only horizontal line on
   the page is a 1px --line rule. No reveals are used here at all, which is why the
   post needs no JS to become visible and why nothing moves under reduced motion. */
.post{background:var(--bone);padding:clamp(112px,13vw,180px) var(--gutW) 0}
.post__hd,.post__b{max-width:68ch;margin-inline:auto}
.post__eb{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--mute)}
.post__h{margin-top:20px;color:var(--ink);font-family:var(--disp);font-weight:800;font-size:clamp(40px,6.4vw,96px);letter-spacing:-.045em;line-height:.92}
.post__deck{margin-top:22px;max-width:46ch;font-size:clamp(18px,1.7vw,24px);line-height:1.4;color:var(--body)}
.post__b{margin-top:clamp(44px,6vw,80px);font-size:clamp(17px,1.35vw,20px);line-height:1.55;color:var(--body)}
.post__b h2{margin-top:clamp(48px,5.5vw,80px);font-size:clamp(26px,3vw,40px);letter-spacing:-.04em;line-height:1.02}
.post__b>*+p,.post__b>*+ul,.post__b>*+table,.post__b>*+.post__tw{margin-top:20px}
.post__b>*:first-child{margin-top:0}
.post__b b{color:var(--ink);font-weight:600}
/* the protocol reads as a schedule, so it gets rules like the tables, not bullets */
.post__ul{margin:20px 0 0;padding:0;list-style:none;border-top:1px solid var(--line)}
.post__ul li{padding:13px 0;border-bottom:1px solid var(--line)}
/* pull-quote: display type, hairline above and below. No side stripe. */
.post__pq{margin:clamp(36px,4.5vw,60px) 0 0;padding:clamp(24px,3vw,36px) 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-family:var(--disp);font-weight:800;font-size:clamp(24px,2.9vw,38px);line-height:1.05;letter-spacing:-.04em;color:var(--ink)}
.post__pq+p{margin-top:20px}
/* tables: the full measure, 1px rules only, no zebra, no card. The four-box table keeps
   a 420px floor and scrolls inside its own wrapper below that; the two-column cost table
   has no floor, so it simply narrows and never scrolls. */
.post__tw{margin-top:24px;overflow-x:auto}
.post__tw .post__t{min-width:420px}
.post__t{width:100%;border-collapse:collapse;font-size:clamp(15px,1.15vw,17px);line-height:1.4}
.post__t th{text-align:left;padding:0 18px 11px 0;border-bottom:1px solid var(--line);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);white-space:nowrap}
.post__t td{padding:13px 18px 13px 0;border-bottom:1px solid var(--line);vertical-align:top}
.post__t th:last-child,.post__t td:last-child{padding-right:0;text-align:right;white-space:nowrap}
.post__t--cost{margin-top:24px}
/* download: one line of copy and the hero's pill */
.post__dl{margin-top:clamp(30px,3.6vw,46px);padding:clamp(26px,3vw,38px) 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.post__dl p{max-width:42ch}
.post__dlb{display:inline-block;margin-top:22px;padding:18px 36px;border-radius:100px;background:var(--ink);color:var(--bone);font-weight:600;font-size:clamp(15px,1.2vw,17px);letter-spacing:-.01em;transition:transform .35s var(--e)}
.post__dlb:hover{transform:translateY(-2px)}
.post__sig{margin-top:clamp(44px,5.5vw,72px);padding-top:26px;border-top:1px solid var(--line);font-family:var(--disp);font-weight:800;font-size:clamp(20px,2.2vw,30px);letter-spacing:-.04em;color:var(--ink)}
/* closing band, full-bleed out of the post's gutters, in the .start colours */
.post__cta{margin:clamp(80px,10vw,140px) calc(var(--gutW) * -1) 0;padding:clamp(64px,9vw,120px) var(--gutW);background:var(--sand);color:var(--on-sand);text-align:center}
.post__cta h2{max-width:20ch;margin-inline:auto;color:var(--on-sand);font-size:clamp(30px,4.6vw,64px);letter-spacing:-.045em;line-height:.94}
.post__ctab{display:inline-block;margin-top:clamp(28px,3.2vw,42px);padding:17px 34px;border-radius:100px;background:var(--on-sand);color:var(--sand);font-weight:600;font-size:clamp(15px,1.2vw,17px);letter-spacing:-.01em;transition:transform .35s var(--e)}
.post__ctab:hover{transform:translateY(-2px)}
/* the current section is marked with a rule, not a colour: the nav flips to --on-deep
   over the footer, and an accent that reads on bone would not read there. */
.nav__lk a[aria-current]{border-bottom:1px solid currentColor}

/* mobile fix pass (2026-09-07 audit): portrait 4:5 work frames fed by the -m recordings; the
   teardown day blocks stop reserving desktop height; eyebrows get air before their heading. */
@media(max-width:700px){
  .work__media{aspect-ratio:4/5}
  .tear .d{min-height:0;justify-content:flex-start;gap:6px}
  .tear>.eb,.tools__hd .eb{display:block;margin-bottom:12px}
}

/* ---------------------------------------------------------------- audits
   The audit page and the audit index. Bone ground, hairlines, no cards: the
   numbers and the screenshots carry the page. Every rule is scoped .aud so
   nothing here can reach the homepage sections. */
.aud{padding:120px var(--gutW) 0;background:var(--bone)}
.aud__hd{max-width:var(--inset);margin-inline:auto}
.aud__h{font-family:var(--disp);font-weight:800;font-size:clamp(44px,8.2vw,118px);color:var(--ink);letter-spacing:-.045em;line-height:.92;max-width:12ch;margin:0}
.aud__scores{display:flex;flex-wrap:wrap;gap:8px clamp(28px,5vw,72px);margin-top:clamp(28px,4vw,48px);padding-top:18px;border-top:1px solid var(--line)}
.aud__scores div{display:grid;gap:2px}
.aud__scores span{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute)}
.aud__scores b{font-family:var(--disp);font-weight:800;font-size:clamp(34px,5vw,64px);letter-spacing:-.04em;color:var(--ink);line-height:1}
.aud__verdict{max-width:28ch;margin-top:clamp(36px,5vw,72px);font-family:var(--disp);font-weight:800;font-size:clamp(24px,3vw,40px);letter-spacing:-.035em;line-height:1.08;color:var(--ink)}
.aud__sec{max-width:var(--inset);margin:clamp(56px,7vw,96px) auto 0}
.aud__sec h2{font-size:clamp(26px,3vw,40px);letter-spacing:-.035em;color:var(--ink)}
.aud__list{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:14px;max-width:60ch;color:var(--body);font-size:clamp(16px,1.35vw,19px);line-height:1.5}
/* the per-front evidence: a label rail and the sentence, one hairline between rows */
.aud__ev{margin-top:22px;border-top:1px solid var(--line)}
.aud__ev-r{display:grid;grid-template-columns:96px minmax(0,1fr);gap:8px 18px;padding:16px 0;border-bottom:1px solid var(--line)}
.aud__ev-r span{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--mute);padding-top:4px}
.aud__ev-r p{margin:0;max-width:56ch;color:var(--body);overflow-wrap:anywhere}
.aud__fix{display:grid;grid-template-columns:48px minmax(0,1fr);gap:18px;padding:24px 0;border-top:1px solid var(--line)}
.aud__fix:last-child{border-bottom:1px solid var(--line)}
.aud__fix i{font-style:normal;font-family:var(--disp);font-weight:800;color:var(--mute)}
.aud__fix h3{font-size:clamp(20px,2.2vw,28px);letter-spacing:-.03em;color:var(--ink)}
.aud__fix p{margin:8px 0 0;max-width:60ch;color:var(--body)}
.aud__fix small{display:block;margin-top:8px;font-size:12px;letter-spacing:.06em;color:var(--mute);overflow-wrap:anywhere}
.aud__shots{max-width:var(--inset);margin:clamp(56px,7vw,96px) auto 0;display:grid;gap:18px}
.aud__shots img{width:100%;height:auto;display:block;background:var(--deep);aspect-ratio:4/5;object-fit:cover;object-position:top center}
.aud__shots .aud__shot16{aspect-ratio:16/10}
.aud__shots .pair{display:grid;grid-template-columns:1fr 1fr;gap:18px}
@media(max-width:700px){.aud__shots .pair{grid-template-columns:1fr}}
/* full-bleed out of the page gutters, in the .start colours */
.aud__cta{margin:clamp(72px,9vw,140px) calc(-1 * var(--gutW)) 0;background:var(--sand);color:var(--on-sand);padding:clamp(64px,9vw,120px) var(--gutW);text-align:center}
.aud__cta h2{color:var(--on-sand);font-size:clamp(34px,5.6vw,78px);letter-spacing:-.045em}
.aud__cta-sub{margin:18px auto 0;max-width:40ch;color:var(--on-sand)}
.aud__cta-sub a{text-decoration:underline;color:var(--on-sand)}
.aud__cta>a{display:inline-block;margin-top:28px;padding:18px 36px;border-radius:100px;background:var(--on-sand);color:var(--sand);font-weight:600}
.aud__disc{max-width:var(--inset);margin:40px auto 0;font-size:12.5px;color:var(--mute)}
.aud__disc a{color:var(--mute);text-decoration:underline}
/* the index rows: same hairline row idiom as the tools list, on bone */
.aud__idx{max-width:var(--inset);margin:clamp(48px,6vw,84px) auto 0;border-top:1px solid var(--line)}
.aud__row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:18px;align-items:baseline;padding:clamp(18px,2.4vw,30px) 0;border-bottom:1px solid var(--line);color:var(--ink)}
.aud__row i{font-style:normal;font-family:var(--disp);font-weight:700;font-size:13px;letter-spacing:.04em;color:var(--mute)}
.aud__row-n{display:grid;gap:4px;min-width:0}
.aud__row-n b{font-family:var(--disp);font-weight:800;font-size:clamp(23px,3.4vw,44px);letter-spacing:-.04em;line-height:1;color:var(--ink)}
.aud__row-n em{font-style:normal;font-size:13.5px;color:var(--body)}
.aud__row-s{display:flex;align-items:baseline;gap:18px;white-space:nowrap}
.aud__row-s em{font-style:normal;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--mute)}
.aud__row-s b{font-family:var(--disp);font-weight:800;font-size:clamp(22px,3vw,38px);letter-spacing:-.04em;color:var(--ink)}
.aud__row:hover .aud__row-n b{color:var(--sand-type)}
@media(max-width:700px){
  .aud__row{grid-template-columns:38px minmax(0,1fr);gap:12px}
  .aud__row-s{grid-column:2;margin-top:8px}
  .aud__ev-r{grid-template-columns:minmax(0,1fr)}
}
