/* ================================================================
   HOME — Sketch Editorial (final direction, 2026-07-29)
   Paper + ink + one marker accent. Hand-drawn, professional.
   Font tokens are placeholders until the font-lab decision drops in.
   ================================================================ */
:root {
  --paper: #faf8f2;
  --ink: #1a1a17;
  --pencil: #8a877c;
  --marker: #e9c81f;
  --line: #d9d5c8;
  --font-head: "Cabinet Grotesk", sans-serif;
  --font-hand: "Architects Daughter", cursive;
  --font-body: "Inter", system-ui, sans-serif;
  --ease: cubic-bezier(.22,.61,.36,1);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--paper); color: var(--ink); font-family: var(--font-body); line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 56px 56px; background-position: center;
}
img, video { max-width: 100%; display: block; }
/* wide-but-not-bleeding: ~88% of viewport, capped */
.container { width: min(1440px, 88%); margin-inline: auto; }
.container--full { width: min(1440px, 88%); margin-inline: auto; }
section { padding: clamp(64px, 8vw, 116px) 0; position: relative; }
h1, h2, h3 { font-family: var(--font-head); font-weight: 800; letter-spacing: -0.02em; line-height: 1.04; }
::selection { background: var(--marker); color: var(--ink); }

/* reveal system — hidden ONLY under .js-anim; failsafe reveals at 4.5s */
.js-anim [data-reveal] { opacity: 0; transform: translateY(24px); }
.js-anim [data-reveal].is-in { opacity: 1; transform: none; transition: opacity .65s var(--ease), transform .65s var(--ease); }
/* failsafe only rescues elements the reveal system missed — already-revealed (.is-in)
   elements keep their transforms free (hover-grow tiles need this) */
html.failsafe [data-reveal]:not(.is-in) { opacity: 1 !important; transform: none !important; }

/* --- shared sketch primitives --- */
.sketch-box {
  border: 2px solid var(--ink);
  border-radius: 255px 18px 225px 18px / 18px 225px 18px 255px;
  position: relative; background: var(--paper);
}
.sketch-box::after {
  content: ""; position: absolute; inset: -6px; pointer-events: none;
  border: 1.5px solid rgb(26 26 23 / .26);
  border-radius: 22px 250px 20px 240px / 240px 20px 250px 22px;
}
.tape {
  position: absolute; top: -12px; left: 28px; width: 86px; height: 24px;
  background: rgb(233 200 31 / .5); rotate: -4deg; z-index: 2;
  border-inline: 1px dashed rgb(26 26 23 / .2);
}
.hand { font-family: var(--font-hand); color: var(--pencil); }
.marker-hl {
  background: linear-gradient(104deg, transparent 2%, var(--marker) 4%, var(--marker) 96%, transparent 98%);
  box-decoration-break: clone; -webkit-box-decoration-break: clone; padding-inline: .12em;
}
.scribble-u { position: relative; white-space: nowrap; }
.scribble-u svg { position: absolute; left: 0; right: 0; bottom: -0.16em; width: 100%; height: .3em; }
.annot {
  position: absolute; font-family: var(--font-hand); font-size: .95rem;
  color: var(--ink); max-width: 22ch; line-height: 1.35; rotate: -2deg; z-index: 3;
}
.annot svg { display: block; margin-top: 6px; }
.btn {
  font-family: var(--font-head); font-weight: 800; text-decoration: none; color: var(--ink);
  padding: 17px 32px; font-size: 1.08rem; display: inline-block; background: #fff;
  border: 2.5px solid var(--ink); border-radius: 220px 14px 200px 14px / 14px 200px 14px 220px;
  box-shadow: 5px 5px 0 var(--ink); transition: translate .15s, box-shadow .15s;
}
.btn--fill { background: var(--marker); }
.btn:hover { translate: 3px 3px; box-shadow: 1px 1px 0 var(--ink); }
.sec-head { margin-bottom: 48px; }
.sec-head .hand { font-size: 1rem; }
.sec-head h2 { font-size: clamp(2.1rem, 4.6vw, 3.6rem); margin-top: 8px; max-width: 22ch; }

/* ================= NAV ================= */
.nav {
  position: fixed; top: 14px; left: 50%; transform: translateX(-50%); z-index: 60;
  width: min(1560px, calc(100% - 32px));
  display: flex; align-items: center; gap: 26px;
  background: var(--paper); padding: 15px 26px;
  border: 2px solid var(--ink);
  border-radius: 240px 16px 230px 14px / 16px 230px 14px 240px;
  box-shadow: 4px 5px 0 rgb(26 26 23 / .85);
  transition: padding .3s var(--ease);
}
.nav.is-scrolled { padding-block: 10px; }
/* official wordmark (logo-lab concept 1): "man" ink, "ved" marker with ink outline, slab type */
.nav__logo { font-family: var(--font-slab); font-weight: 400; font-size: 1.45rem; text-decoration: none; color: var(--ink); margin-right: auto; }
.nav__logo span { color: var(--marker); -webkit-text-stroke: 1px var(--ink); }
.nav__links { display: flex; gap: 26px; list-style: none; }
.nav__links a { text-decoration: none; color: var(--ink); font-size: 1.02rem; font-weight: 500; opacity: .8; }
.nav__links a:hover { opacity: 1; text-decoration: underline wavy var(--marker) 2px; text-underline-offset: 5px; }
.nav__cta {
  font-family: var(--font-head); font-weight: 700; font-size: 1.02rem; text-decoration: none; color: var(--ink);
  background: var(--marker); padding: 12px 22px; white-space: nowrap;
  border: 2px solid var(--ink); border-radius: 200px 12px 180px 12px / 12px 180px 12px 200px;
  box-shadow: 3px 3px 0 var(--ink); transition: translate .15s, box-shadow .15s;
}
.nav__cta:hover { translate: 2px 2px; box-shadow: 1px 1px 0 var(--ink); }
@media (max-width: 900px) { .nav__links { display: none; } }

/* ================= HERO ================= */
.hero { padding: 160px 0 80px; }
.hero .eyebrow { font-family: var(--font-hand); font-size: 1.05rem; color: var(--pencil); }
.hero .eyebrow b { color: var(--ink); }
.hero h1 { font-size: clamp(2.9rem, 7.6vw, 6.4rem); max-width: 15ch; margin-top: 16px; }
.hero h1 .w { display: inline-block; }
.js-anim .hero h1 .w { opacity: 0; transform: translateY(.55em) rotate(1.5deg); }
.hero h1 .w.in { opacity: 1; transform: none; transition: opacity .6s var(--ease), transform .6s var(--ease); }
html.failsafe .hero h1 .w { opacity: 1 !important; transform: none !important; }
.hero p.sub { margin-top: 24px; max-width: 52ch; color: #4a483f; font-size: 1.05rem; }
.hero__ctas { margin-top: 32px; display: flex; gap: 16px; flex-wrap: wrap; }
.hero__film {
  margin-top: 60px; aspect-ratio: 16 / 7; position: relative; overflow: hidden;
  background:
    repeating-linear-gradient(-45deg, transparent 0 26px, rgb(26 26 23 / .05) 26px 27px), var(--paper);
}
.hero__film video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__film .film-note {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center;
  font-family: var(--font-hand); color: var(--pencil); padding: 20px; z-index: 1;
}
.hero__film.has-media .film-note { display: none; }
.hero__annot-a { right: 3%; top: 150px; }
@media (max-width: 900px) { .hero__annot-a { display: none; } .hero__film { aspect-ratio: 16/9; } }

/* ================= INDUSTRIES MARQUEE ================= */
.ind-strip { overflow: hidden; border-block: 2px solid var(--ink); background: #fff; padding: 13px 0; }
.ind-track { display: inline-flex; white-space: nowrap; will-change: transform; animation: marq 32s linear infinite; }
.ind-track .grp { font-family: var(--font-hand); font-size: 1.05rem; color: var(--ink); }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ================= FOUNDER ================= */
.about-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center; }
.about-frame { min-height: 430px; position: relative; }
.about-frame .ph {
  position: absolute; inset: 14px; border: 1.5px dashed var(--pencil);
  display: grid; place-items: center; text-align: center; padding: 16px;
}
.sticky {
  position: absolute; background: var(--marker); border: 2px solid var(--ink);
  padding: 12px 16px; width: max-content; max-width: 210px;
  box-shadow: 4px 4px 0 rgb(26 26 23 / .85); z-index: 2;
}
.sticky b { font-family: var(--font-head); font-weight: 800; font-size: 1.7rem; display: block; }
.sticky span { font-family: var(--font-hand); font-size: .85rem; line-height: 1.25; display: block; }
.sticky--a { right: -18px; top: 34px; rotate: 3deg; }
.sticky--b { left: -18px; bottom: 40px; rotate: -2.5deg; }
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .sticky--a { right: 6px; } .sticky--b { left: 6px; }
}

/* ================= SERVICES ================= */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.svc-card { padding: 30px 26px 34px; transition: translate .2s var(--ease); }
.svc-card:hover { translate: 0 -6px; }
.svc-card:nth-child(2) { rotate: .7deg; } .svc-card:nth-child(3) { rotate: -.6deg; }
.svc-card .num { font-family: var(--font-hand); font-size: 2.4rem; color: transparent; -webkit-text-stroke: 1.5px var(--ink); }
.svc-card h3 { font-size: 1.5rem; margin-top: 10px; }
.svc-card p { margin-top: 12px; font-size: .93rem; color: #4a483f; }
.svc-card .hand { display: inline-block; margin-top: 16px; color: var(--ink); font-size: .95rem; }
@media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr; } .svc-card { rotate: 0deg !important; } }

/* ================= PROCESS ================= */
.proc { border-block: 2px solid var(--ink); background: #fff; }
.proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; counter-reset: step; }
.proc-step { position: relative; padding-top: 12px; }
.proc-step .hand { font-size: 1.35rem; color: var(--ink); }
.proc-step h3 { font-size: 1.1rem; margin-top: 8px; }
.proc-step p { font-size: .88rem; color: #4a483f; margin-top: 8px; max-width: 30ch; }
.proc-step svg { position: absolute; right: -8px; top: 6px; }
.proc-step:last-child svg { display: none; }
@media (max-width: 900px) { .proc-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .proc-grid { grid-template-columns: 1fr; } }

/* ================= SHOWCASE — asymmetric mosaic, different sizes ================= */
/* equal-height rows that always sum to 12 columns — no holes, everything aligned:
   row 1: 7+5 · row 2: 4+4+4 · row 3: 4+4+4 */
.work-grid {
  display: grid; gap: 26px;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: clamp(240px, 26vw, 340px);
}
.work-tile { grid-row: span 1; }
.work-tile {
  position: relative; background: #fff; border: 2px solid var(--ink);
  box-shadow: 5px 6px 0 rgb(26 26 23 / .8);
  padding: 10px 10px 42px; rotate: -0.8deg; cursor: pointer;
  transition: transform .4s var(--ease), rotate .2s, translate .2s;
}
.work-tile:nth-child(even) { rotate: 0.9deg; }
/* the size rhythm — rows sum to 12; the tall tile spans rows 1–2:
   row 1: 7 + [tall 5] · row 2: 4 + 3 + [tall] · row 3: 6 + 6 */
.t-7    { grid-column: span 7; }
.t-tall { grid-column: span 5; grid-row: span 2; }
.t-4    { grid-column: span 4; }
.t-3    { grid-column: span 3; }
.t-6    { grid-column: span 6; }
@media (max-width: 900px) {
  .work-grid { grid-auto-rows: clamp(200px, 40vw, 300px); }
  .t-7, .t-6 { grid-column: span 12; }
  .t-4, .t-3 { grid-column: span 6; }
  .t-tall { grid-column: span 12; grid-row: span 2; } /* stays tall — it demos a long scroll */
}
@media (max-width: 560px) { .t-4, .t-3 { grid-column: span 12; } }
.work-tile .ph {
  position: absolute; inset: 10px 10px 42px; overflow: hidden;
  border: 1.5px dashed var(--pencil);
  background: repeating-linear-gradient(-45deg, transparent 0 22px, rgb(26 26 23 / .06) 22px 23px), var(--paper);
  display: grid; place-items: center;
}
.work-tile .ph .drop {
  font-family: var(--font-hand); color: var(--pencil); font-size: .92rem;
  text-align: center; padding: 0 16px; line-height: 1.4;
}
.work-tile .ph .drop b { color: var(--ink); display: block; font-size: .95rem; }
/* static thumbnail (different from the recording) — sits over the placeholder, under the video */
.work-tile .thumb { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.work-tile video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .3s; z-index: 2; }
.work-tile figcaption {
  position: absolute; left: 14px; right: 14px; bottom: 10px;
  font-family: var(--font-hand); font-size: .95rem; display: flex; justify-content: space-between; gap: 10px;
}
.work-tile figcaption .cat { color: var(--pencil); font-size: .8rem; }
.work-tile { --grow: 1.8; } /* small tiles grow the most (+80%, after 2s hold) */
.t-7, .t-6, .t-tall { --grow: 1.2; } /* bigger tiles grow gently — they're already large */
/* edge tiles grow inward so they don't push off-screen */
.t-7 { transform-origin: left center; }
.t-tall { transform-origin: right center; }
/* NOTE: no transform here — the scale is applied by JS (inline) only AFTER the 2s hover hold.
   is-active immediately gives elevation + straightening, nothing else. */
.work-tile.is-active { rotate: 0deg; z-index: 8; }
.work-tile.is-active video.ready { opacity: 1; }
.work-grid.has-active .work-tile:not(.is-active) { opacity: .55; }
.work-tile--soon .ph { background: repeating-linear-gradient(-45deg, rgb(233 200 31 / .14) 0 14px, transparent 14px 28px), var(--paper); }

/* ================= TESTIMONIALS (marquee background removed by user request) ================= */
.kind__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: start; }
@media (max-width: 860px) { .kind__cards { grid-template-columns: 1fr; } }
.quote { padding: 30px 28px; width: min(360px, 88vw); background: var(--paper); }
.quote blockquote { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; line-height: 1.4; }
.quote .who { margin-top: 16px; font-family: var(--font-hand); color: var(--pencil); }
.quote--a { rotate: -1deg; } .quote--b { rotate: .8deg; }
.quote { width: auto; }

/* FAQ: planes drawing beside the questions */
.faq-split { display: grid; grid-template-columns: 42% 1fr; gap: clamp(28px, 4vw, 64px); align-items: start; }
.faq-fig { padding: 12px; position: sticky; top: 110px; }
.faq-fig img { width: 100%; display: block; }
.faq-fig figcaption { margin-top: 10px; font-size: .95rem; }
.faq-wrap { max-width: 720px; }
.faq-wrap .sec-head { text-align: left; margin-bottom: 34px; }
@media (max-width: 900px) {
  .faq-split { grid-template-columns: 1fr; }
  .faq-fig { position: static; order: 1; } /* questions first when stacked */
}

/* founder: frame left, copy right; calmer heading size */
.about-grid .about-frame { order: -1; }
@media (max-width: 900px) { .about-grid .about-frame { order: 0; } }
.about-h { font-size: clamp(1.6rem, 2.8vw, 2.5rem) !important; }

/* services header sits right for rhythm */
.sec-head--right { text-align: right; margin-left: auto; }
.sec-head--right h2 { margin-left: auto; }

/* ================= FAQ ================= */
.faq { max-width: none; } /* width is governed by .faq-wrap so header + list align */
.faq details { border: 2px solid var(--ink); background: #fff; margin-bottom: 14px; padding: 0 20px;
  border-radius: 220px 12px 200px 12px / 12px 200px 12px 220px; box-shadow: 3px 3px 0 rgb(26 26 23 / .8); }
.faq summary { cursor: pointer; font-family: var(--font-head); font-weight: 700; font-size: 1rem; padding: 16px 0; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-family: var(--font-hand); font-size: 1.4rem; transition: rotate .2s; }
.faq details[open] summary::after { rotate: 45deg; }
.faq details p { padding-bottom: 18px; font-size: .92rem; color: #4a483f; }

/* ================= CTA BAND + FOOTER ================= */
.cta-band { overflow: hidden; border-block: 2px solid var(--ink); background: var(--marker); padding: 20px 0; }
.cta-band .ind-track { animation-duration: 22s; animation-direction: reverse; }
.cta-band .grp { font-family: var(--font-head); font-weight: 800; text-transform: uppercase; font-size: clamp(1.6rem, 4vw, 2.8rem); color: var(--ink); }
.footer { padding: 60px 0 30px; }
.footer__logo {
  font-family: var(--font-head); font-weight: 800; line-height: .95; letter-spacing: -0.03em;
  font-size: clamp(3.4rem, 10vw, 7.5rem);
  color: transparent; -webkit-text-stroke: 2px var(--ink);
}
.footer__logo b { color: var(--marker); -webkit-text-stroke: 2px var(--ink); }
.footer__row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; margin-top: 34px; }
.footer__links { display: flex; flex-wrap: wrap; gap: 10px; }
.footer__links a {
  text-decoration: none; color: var(--ink); font-size: .82rem; padding: 8px 16px;
  border: 2px solid var(--ink); border-radius: 200px 10px 180px 10px / 10px 180px 10px 200px;
  transition: background .15s;
}
.footer__links a:hover { background: var(--marker); }
.footer__legal { margin-top: 34px; padding-top: 18px; border-top: 2px solid var(--ink);
  display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-family: var(--font-hand); font-size: .9rem; color: var(--pencil); }

/* ================================================================
   v2 — decisions applied (05-content-decisions.md):
   Alfa Slab One slab (§2c) · 60/40 hero split (§2f) · renovate scene
   + billboard overlay (§2g) · strategy split section (§2d, M3)
   ================================================================ */
:root { --font-slab: "Alfa Slab One", "Roboto Slab", Georgia, serif; }

.slab, .slab-h, .sec-head h2, .footer__logo {
  font-family: var(--font-slab); font-weight: 400; letter-spacing: -0.01em;
}
.slab, .hero h1.slab { font-size: clamp(2.2rem, 4vw, 4.7rem); line-height: 1.08; text-shadow: .055em .055em 0 var(--marker); overflow-wrap: break-word; max-width: none; margin-top: 16px; }
.slab-h { font-size: clamp(2rem, 3.8vw, 3.5rem); line-height: 1.12; text-shadow: .05em .05em 0 var(--marker); }
.sec-head h2 { font-weight: 400; text-shadow: .05em .05em 0 var(--marker); }
/* footer logotype = the official wordmark, scaled up. No offset shadow here —
   shadow + outline together smudge the letterforms at display size (the "messed up v"). */
.footer__logo { color: var(--ink); -webkit-text-stroke: 0; font-weight: 400; text-shadow: none; }
.footer__logo b { color: var(--marker); -webkit-text-stroke: 2.5px var(--ink); font-weight: 400; }
.footer__logo .dot { color: var(--marker); }

/* hero 60/40 split */
.hero--split { padding: 150px 0 70px; min-height: auto; }
/* video is the star: copy 35%, scene 65% */
.hero__grid { display: grid; grid-template-columns: 35% 1fr; gap: clamp(24px, 3vw, 48px); align-items: center; }
.hero--split .container { width: min(1560px, 92%); }
.hero__copy .eyebrow { font-family: var(--font-hand); color: var(--pencil); font-size: 1.02rem; }
.hero--split h1 { margin-top: 16px; max-width: none; }
.hero__copy .anchor { font-weight: 650; font-size: clamp(.95rem, 1.15vw, 1.15rem); margin-top: 24px; max-width: 28ch; line-height: 1.4; }
.hero--split p.sub { margin-top: 12px; max-width: 38ch; font-size: .96rem; }
.hero__worklink { color: var(--ink); text-decoration: none; border-bottom: 1.5px solid var(--line); align-self: center; }
.hero__worklink:hover { border-color: var(--marker); }
@media (max-width: 1000px) { .hero__grid { grid-template-columns: 1fr; } .hero--split { padding-top: 120px; } }

/* the framed scene — 16:9 binding (§2g) */
.frame { position: relative; border: 2px solid var(--ink); background: #fff; box-shadow: 8px 8px 0 var(--ink); }
.vidwrap { position: relative; aspect-ratio: 16/9; background: var(--paper); overflow: hidden; container-type: inline-size; }
.vidwrap video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; }
.vidwrap .film-note { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 20px; z-index: 1; }
.vidwrap.has-media .film-note { display: none; }
.frame .tag {
  position: absolute; left: -2px; bottom: 14px; background: var(--marker);
  border: 2px solid var(--ink); font-size: .88rem; padding: 3px 12px; color: var(--ink); z-index: 3;
}

/* billboard overlay — geometry measured from NEW clip (settled board, final frames) */
.board {
  --p: 0; --u: 0;
  position: absolute; left: 63.7%; top: 25.3%; width: 27%; height: 11.5%;
  transform: translate(-50%, -50%) rotate(-1deg);
  display: grid; place-items: center; pointer-events: none; z-index: 2;
}
.board .mark {
  position: relative; font-family: var(--font-slab); color: var(--ink);
  letter-spacing: .05em; white-space: nowrap; line-height: 1;
  font-size: clamp(7px, 2.9cqw, 30px);
  -webkit-mask-image: linear-gradient(90deg, #000 calc(var(--p)*106% - 7%), transparent calc(var(--p)*106%));
          mask-image: linear-gradient(90deg, #000 calc(var(--p)*106% - 7%), transparent calc(var(--p)*106%));
}
.board .rule {
  position: absolute; left: 14%; right: 14%; bottom: 10%; height: 6%; min-height: 1.5px;
  background: var(--marker); transform: scaleX(var(--u)); transform-origin: 0 50%;
}
.board .nib {
  position: absolute; top: 50%; width: 2.4%; padding-bottom: 2.4%; border-radius: 50%;
  background: var(--ink); opacity: calc((1 - var(--u)) * var(--p));
  left: calc(8% + var(--p) * 84%); transform: translate(-50%, -50%);
}

/* strategy split (§2d — M3) */
.strategy .split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(26px, 4vw, 64px); align-items: center; }
.strategy .support { margin-top: 18px; color: #4a483f; line-height: 1.65; font-size: .95rem; max-width: 44ch; }
.strategy__fig { padding: 12px; }
.strategy__fig img { width: 100%; display: block; }
@media (max-width: 860px) {
  .strategy .split { grid-template-columns: 1fr; }
  .strategy--mirror .strategy__fig { order: 1; } /* copy first when stacked */
}

/* slab cascade words keep sketch rotation subtle */
.js-anim .slab .w { opacity: 0; transform: translateY(.45em); }
.slab .w { display: inline-block; }
.slab .w.in { opacity: 1; transform: none; transition: opacity .55s var(--ease), transform .55s var(--ease); }
html.failsafe .slab .w { opacity: 1 !important; transform: none !important; }

/* ================= BOOKING FORM ================= */
.book-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(30px, 4vw, 70px); align-items: center; }
@media (max-width: 900px) { .book-grid { grid-template-columns: 1fr; } }
.book-form { padding: clamp(24px, 3vw, 40px); display: grid; gap: 16px; background: #fff; }
.book-form label {
  display: grid; gap: 6px; font-family: var(--font-head); font-weight: 700; font-size: .88rem;
}
.book-form label small { font-weight: 500; color: var(--pencil); }
.book-form input, .book-form select, .book-form textarea {
  font: inherit; font-family: var(--font-body); font-weight: 400; font-size: .95rem;
  padding: 12px 14px; background: var(--paper); color: var(--ink);
  border: 2px solid var(--ink); border-radius: 180px 10px 160px 10px / 10px 160px 10px 180px;
  outline: none;
}
.book-form textarea { border-radius: 24px 10px 20px 10px / 10px 20px 10px 24px; resize: vertical; }
.book-form input:focus, .book-form select:focus, .book-form textarea:focus {
  box-shadow: 3px 3px 0 var(--marker);
}
.bf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 560px) { .bf-row { grid-template-columns: 1fr; } }
.book-form .btn { justify-self: start; }
.bf-status { min-height: 1.2em; font-size: .95rem; }
.bf-status.ok { color: #2c6e3f; }
.bf-status.err { color: #a03318; }

/* what-happens-next steps */
.book-steps { margin-top: 28px; display: grid; gap: 18px; }
.bstep { display: flex; gap: 14px; align-items: flex-start; }
.bstep-n {
  flex: none; width: 34px; height: 34px; display: grid; place-items: center;
  font-family: var(--font-hand); font-size: 1.1rem; color: var(--ink);
  border: 2px solid var(--ink); border-radius: 50% 46% 52% 48% / 48% 52% 46% 50%;
  background: var(--marker);
}
.bstep b { font-family: var(--font-head); font-weight: 700; font-size: .98rem; display: block; }
.bstep .hand { font-size: .9rem; display: block; margin-top: 2px; }
.book-note {
  display: inline-block; margin-top: 26px; font-family: var(--font-hand); font-size: .95rem;
  background: var(--marker); border: 2px solid var(--ink); padding: 8px 16px;
  box-shadow: 4px 4px 0 rgb(26 26 23 / .85); rotate: -1.5deg;
}

/* success stamp — slams onto the card when the request lands */
.book-form { position: relative; }
.bf-stamp {
  position: absolute; right: 8%; top: 38%; z-index: 5; pointer-events: none;
  font-family: var(--font-slab); font-size: clamp(1.6rem, 3vw, 2.4rem); color: #2c6e3f;
  border: 4px solid #2c6e3f; border-radius: 10px; padding: 8px 18px;
  rotate: -12deg; opacity: 0; transform: scale(2.2);
}
.bf-stamp.on {
  opacity: .92; transform: scale(1);
  transition: transform .28s cubic-bezier(.2,1.6,.4,1), opacity .18s;
}
@media (prefers-reduced-motion: reduce) { .bf-stamp.on { transition: none; } }

/* ================= REDUCED MOTION ================= */
@media (prefers-reduced-motion: reduce) {
  .ind-track { animation: none !important; }
  .kind__mq { display: none; }
  .work-tile.is-active { transform: none; }
  .js-anim [data-reveal], .js-anim .hero h1 .w { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}
