/* katjanowicz.com — hand-built rebuild (faithful to the WordPress/Avada original)
   System captured from the live site: all Raleway; headings #045D7D weight 300;
   teal accent #169395 / band teal #009999; body #707070 on white. */

/* ---------- fonts (self-hosted) ---------- */
@font-face{font-family:Raleway;src:url(../fonts/Raleway-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}
@font-face{font-family:Raleway;src:url(../fonts/Raleway-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:Raleway;src:url(../fonts/Raleway-Italic.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}
@font-face{font-family:Raleway;src:url(../fonts/Raleway-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:Raleway;src:url(../fonts/Raleway-SemiBold.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}

/* ---------- tokens ---------- */
:root{
  --ink:#5a6164;          /* body text — was #707070 (4.7:1, thin); now ~5.9:1 */
  --head:#045d7d;         /* section headings (dark teal-blue) */
  --teal:#169395;         /* accent teal */
  --teal-band:#009999;    /* solid teal bands + overlays */
  --gray-bg:#f7f7f7;
  --line:#e5e0d3;         /* warm border (paper aesthetic) */
  --dark:#363839;         /* footer widget — matches the live site */
  --dark-bar:#282a2b;     /* footer copyright bar */
  --orange:#d9772a;       /* Fibonacci "tree" — warm brand accent */
  --orange-2:#eaa24e;
  --rust:#b5561e;
  --sand:#f2ead9;         /* the history book's warm world */
  --sand-ink:#5c4a30;
  --aqua:#d7ebe5;         /* readers — clearly visible teal tint */
  --navy:#0e3a4b;
  --nav:#333;
  --white:#fff;
  --maxw:1160px;
  --pad:clamp(22px, 2.6vw, 44px);
  --serif: Raleway, Arial, Helvetica, sans-serif;
}
*{box-sizing:border-box}
/* fluid root: every rem-based size scales smoothly with the viewport
   (15px @375 → 16px @768 → 18px @1440) instead of stepping at breakpoints */
html{scroll-behavior:smooth;font-size:clamp(15px, 13.94px + 0.28vw, 18px)}
body{margin:0;font-family:var(--serif);font-weight:400;font-size:1rem;line-height:1.75;
  color:var(--ink);background:#fbfaf6;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--teal);text-decoration:none}
a:hover{color:var(--head)}
:focus-visible{outline:2px solid var(--teal);outline-offset:3px}
.container{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad)}
.eyebrow{font-weight:600;font-size:max(11.5px,.78rem);letter-spacing:.18em;text-transform:uppercase;color:var(--teal);margin:0 0 .5rem}
h1,h2,h3{font-weight:300;color:var(--head);margin:0;line-height:1.15;text-wrap:balance}
h2{font-size:clamp(2rem,5vw,3rem)}
/* measures in px, not ch — ch shrinks with the fluid font and locks text narrow */
section p{max-width:min(100%,760px)}
/* `section p` above is a READING-MEASURE rule. It must never apply to labels,
   attributions, captions or single-link CTAs — those are positioned by their own
   section, and capping them at 760px silently knocks them off center on wide
   screens (it bound at >760px columns only, which is why it kept slipping through). */
section p.eyebrow, section p.pub, section p.readers__more, section p.topics__cta,
section p.topics__note, section p.czreaders__cta, section p.bio__cta, section p.talks__cta,
section p.buy__signing, section p.mcard__kicker,
section p.hero__quote, section p.kit__note, .nextbook p:has(> .maplink){max-width:none}

/* ---------- header ---------- */
.site-header{position:sticky;top:0;z-index:50;background:#fbfaf6;border-bottom:1px solid var(--line)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;height:72px;max-width:1240px}
.brand img{height:26px;width:auto}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:10px;width:44px;height:44px}
.nav-toggle span{display:block;width:24px;height:2px;background:var(--nav);margin:5px 0;transition:.25s}
.main-nav ul{list-style:none;display:flex;gap:34px;margin:0;padding:0}
.main-nav a{color:var(--head);font-weight:500;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}
.main-nav a:hover{color:var(--teal);text-decoration:none}
.main-nav li{position:relative}
.main-nav .submenu{position:absolute;top:100%;left:-14px;background:#fff;border:1px solid var(--line);
  min-width:210px;padding:8px 0;box-shadow:0 12px 30px rgba(0,0,0,.08);opacity:0;visibility:hidden;
  transform:translateY(6px);transition:.2s}
.main-nav li:hover .submenu,.main-nav li:focus-within .submenu{opacity:1;visibility:visible;transform:none}
.main-nav .submenu a{display:block;padding:8px 20px;letter-spacing:.08em}

/* ---------- hero ---------- */
.hero{position:relative;min-height:88vh;display:flex;align-items:center;justify-content:center;text-align:center;
  color:#f8f8f8;background:linear-gradient(rgba(10,19,35,.15),rgba(10,19,35,.15)),
  url(../img/longbeach-slider-2560x1195-1.jpg) center/cover no-repeat}
.hero__inner{max-width:1180px;padding:40px var(--pad) 120px}
/* max-width:none — the generic `section p` measure was squeezing this to 760px and
   wrapping the three sentences onto five lines */
.hero__quote{font-weight:400;font-size:clamp(2.2rem,5.4vw,4.4rem);line-height:1.14;min-height:1.2em;
  max-width:none;text-shadow:0 2px 24px rgba(0,0,0,.25)}
.hero__quote .caret{font-weight:200;opacity:.8;animation:blink 1s step-end infinite}
@keyframes blink{50%{opacity:0}}
.hero__cite{margin-top:1.4rem;font-size:clamp(1.1rem,2.5vw,1.5rem);font-weight:300;opacity:0;transition:opacity .8s}
.hero__cite.show{opacity:.95}
.hero__wave{position:absolute;left:0;right:0;bottom:-1px;width:100%;display:block;color:#fbfaf6}

/* ---------- meet kat ---------- */
.meet{padding-block:64px 70px;text-align:center}
.meet__photo{width:180px;height:180px;border-radius:50%;object-fit:cover;margin:0 auto 28px;
  box-shadow:0 10px 30px rgba(4,93,125,.15)}
.meet h2{margin-bottom:22px}
.meet p{margin:0 auto;max-width:min(94%,720px);font-size:1.06rem}
.meet em{font-style:italic}

/* ---------- quote band (Mead) ---------- */
/* matches the live site exactly: teal background-COLOR blended into the photo with
   multiply — keeps the port readable. A flat alpha overlay washes the photo out. */
.quoteband{position:relative;padding:82px 0 64px;text-align:center;color:#fff;
  background-color:rgba(0,153,153,.88);
  background-image:url(../img/port-long-3.jpg);
  background-blend-mode:multiply;
  background-position:center;background-size:cover;
  background-repeat:no-repeat;background-attachment:scroll}
.quoteband h2{color:#fff;font-weight:300;font-size:clamp(1.6rem,4.2vw,3.2rem);
  max-width:min(94%,1040px);margin:0 auto;line-height:1.3}
.quoteband cite{display:block;margin-top:1.2rem;font-style:normal;font-weight:500;letter-spacing:.06em;font-size:1.05rem}

/* ---------- chasing zero ---------- */
.book{background:#e9f2f0;padding:88px 0}
.book__grid{display:grid;grid-template-columns:minmax(220px,320px) 1fr;gap:56px;align-items:center}
.book__cover{filter:drop-shadow(0 24px 40px rgba(0,0,0,.22));height:auto}
.book__body .eyebrow{color:var(--teal)}
.book__body h2{margin-bottom:1rem}
.book__body p{margin:0 0 1.1rem}

/* ---------- CTA band ---------- */
.cta{background:var(--teal-band);text-align:center;padding:80px 0}
.cta a{display:inline-block;color:#fff;font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:300;
  border:2px solid rgba(255,255,255,.6);border-radius:6px;padding:.5em 1.1em;transition:.25s}
.cta a:hover{background:#fff;color:var(--teal-band);text-decoration:none}

/* ---------- three themes ---------- */
.themes{padding:90px 0 40px}
.themes__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:44px}
.theme h2{font-size:1.7rem;margin:.1rem 0 .8rem}
.theme p{font-size:.98rem}
.theme .eyebrow{color:var(--teal)}

/* ---------- footer ---------- */
.site-footer{background:var(--dark);color:#cfe3e6;padding:64px 0 0;font-size:.92rem}
/* footer: identity on the left, links flowing to the right of it.
   Measured against the stacked version: 367px -> 235px at 1160px wide. */
.footer__inner{display:flex;flex-direction:row;align-items:flex-start;gap:20px 40px;flex-wrap:wrap}
.footer__id{display:flex;flex-direction:column;gap:16px;flex:0 0 auto}
.fnav{display:flex;flex-wrap:wrap;align-items:center;gap:0;flex:1 1 460px;
  margin-left:-.95rem}
.fnav a{padding:.3rem .95rem;white-space:nowrap;position:relative}
.fnav a+a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);
  width:1px;height:.95em;background:rgba(207,227,230,.28)}
@media (max-width:640px){
  .footer__inner{flex-direction:column;align-items:center;text-align:center}
  .fnav{justify-content:center;margin-left:0;flex-basis:auto}
  .fnav a+a::before{display:none}
  .fnav a{padding:.3rem .7rem}
}
.footer__grid{display:grid;grid-template-columns:1.9fr .95fr .8fr .8fr .75fr;gap:24px 16px;align-items:start}
.site-footer img.flogo{height:42px;width:auto;margin:0}
.site-footer h4{color:#fff;font-weight:600;font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;margin:0 0 16px}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin:.4rem 0}
.site-footer a{color:#cfe3e6}
.site-footer a:hover{color:var(--teal)}
.site-footer .footer__grid ul ul{list-style:none;margin:.3rem 0 .3rem;padding-left:14px}
.site-footer .footer__grid ul ul a{font-size:.88rem;opacity:.85}
.social{display:flex;gap:14px;margin-top:8px}
.social a{width:38px;height:38px;border:1px solid rgba(255,255,255,.3);border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:#fff}
.social a:hover{background:var(--teal-band);border-color:var(--teal-band);text-decoration:none}
.social svg{width:17px;height:17px;fill:currentColor}
.footer__bar{margin-top:52px;border-top:1px solid rgba(255,255,255,.15);text-align:center;
  padding:20px 0;font-size:.82rem;color:#9fc0c4}

/* ---------- responsive ---------- */
@media (max-width:1024px){
  .themes__grid{gap:32px}
}
@media (max-width:820px){
  .nav-toggle{display:block}
  .main-nav{position:fixed;inset:72px 0 auto 0;background:#fff;border-bottom:1px solid var(--line);
    transform:translateY(-120%);transition:.3s;max-height:calc(100vh - 72px);overflow:auto}
  .main-nav.open{transform:none}
  .main-nav ul{flex-direction:column;gap:0;padding:8px 0}
  .main-nav>ul>li>a{display:block;padding:14px 24px}
  .main-nav .submenu{position:static;opacity:1;visibility:visible;transform:none;border:0;box-shadow:none;
    padding:0 0 8px 16px;min-width:0}
  .book__grid{grid-template-columns:1fr;gap:32px;text-align:center}
  .book__cover{max-width:240px;margin:0 auto}
  .book p{margin-left:auto;margin-right:auto}
  .themes__grid{grid-template-columns:1fr;gap:40px;text-align:center}
  .theme p{margin-left:auto;margin-right:auto}
  .social{justify-content:center}
  .quoteband{background-attachment:scroll}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .hero__quote .caret{animation:none;display:none}
  .hero__cite{opacity:.95;transition:none}
  *{animation-duration:.001ms!important;transition-duration:.001ms!important}
}

/* ======= refocus: author-forward additions (same design system) ======= */

/* meet kat — landscape portrait variant */
.meet__portrait{width:min(468px,88%);height:auto;border-radius:16px;object-fit:cover;
  margin:0 auto 30px;box-shadow:0 18px 44px rgba(4,93,125,.18)}

/* beyond the book — venture blurbs */
.ventures{padding:90px 0;background:#e7f1ef}
.ventures__head{text-align:center;margin-bottom:2.6rem}
.ventures__head .lead{max-width:56ch;margin:.6rem auto 0;font-size:1.06rem}
.vgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.venture{border:1px solid var(--line);border-radius:14px;padding:30px 26px;background:#fbfaf6;
  display:flex;flex-direction:column}
.venture .pill{align-self:flex-start;font-size:.72rem;font-weight:600;letter-spacing:.14em;
  text-transform:uppercase;color:var(--teal);border:1px solid var(--teal);border-radius:100px;
  padding:4px 12px;margin-bottom:14px}
.venture h3{font-size:1.5rem;font-weight:300;color:var(--head);margin:0 0 .6rem}
.venture p{font-size:.95rem;margin:0 0 1.1rem;max-width:none}
.venture .go{margin-top:auto;font-weight:600;letter-spacing:.02em}
.venture .tm{font-size:.7rem;color:#9aa0a1;margin:.9rem 0 0;line-height:1.5;max-width:none}

/* readers — with the book */
.readers{background:var(--gray-bg);padding:84px 0;text-align:center}
.readers .lead{max-width:56ch;margin:.6rem auto 2.6rem;font-size:1.06rem}
.rgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:2.4rem}
.reader{background:#fbfaf6;border:1px solid var(--line);border-radius:14px;padding:20px;text-align:left}
/* square frame; each photo carries its own crop via --w/--x/--y (offset crop, done in CSS) */
.reader .ph{aspect-ratio:1/1;border-radius:10px;background:#ece4d2;overflow:hidden;
  position:relative;margin-bottom:14px}
.reader .ph img{position:absolute;display:block;width:var(--w,100%);height:auto;
  left:var(--x,0);top:var(--y,0);max-width:none}
/* this phone photo's pixels are stored sideways (sips can't bake the rotation),
   so it's rotated here and framed to the subject in the same transform */
.reader .ph img.rot90{left:0;top:0;transform-origin:0 0;
  transform:translate(var(--tx),var(--ty)) rotate(90deg)}
.reader .pending{color:#9aa39f;font-style:italic}
.reader p{font-size:.94rem;margin:0;max-width:none}
.reader .who{margin-top:.9rem;font-weight:600;color:var(--head);font-size:.96rem}
.reader .who span{display:block;font-weight:400;color:#7c8486;font-size:.89rem;margin-top:.2rem}
.readers .invite{display:inline-block;border:2px solid var(--teal);border-radius:6px;
  padding:.7em 1.4em;font-weight:600;color:var(--teal)}
.readers .invite:hover{background:var(--teal);color:#fff;text-decoration:none}

/* Marginalia — white, like Going Green. These are Kat's own sections; the warm
   sand/cream range belongs to the next book and to Maptopus (whose cream card sits
   directly above this band). */
.notes{padding-block:84px;background:#fff}
.notes__head{text-align:center;margin-bottom:2.4rem}
.notes__head .lead{max-width:52ch;margin:.6rem auto 0;font-size:1.06rem}
.nlist{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.note{border-top:3px solid var(--teal);padding-top:16px}
.note h3{font-size:1.18rem;font-weight:400;color:var(--head);margin:.2rem 0 .5rem}
.note h3 a{color:var(--head)}
.note h3 a:hover{color:var(--teal)}
.note p{font-size:.9rem;margin:0;max-width:none}
.notes .all{text-align:center;margin-top:2.4rem}

@media (max-width:820px){
  .vgrid,.rgrid,.nlist{grid-template-columns:1fr}
  .reader{text-align:center}
}

/* ===== curated color — neutral base; color only where it means something ===== */
.eyebrow--warm{color:#d3a43b}   /* Amber Wit — next-book section only */

/* Chasing Zero — publisher credit + Get-the-book button */
.book__body .pub{font-size:.92rem;margin:.4rem 0 1.3rem}
.book__body .pub a{font-weight:600}
.buybtn{display:inline-block;background:var(--teal-band);color:#fff;font-weight:600;letter-spacing:.02em;
  font-family:inherit;font-size:1rem;line-height:inherit;border:0;cursor:pointer;
  padding:.72em 1.6em;border-radius:6px;transition:.2s}
.buybtn:hover{background:var(--head);color:#fff;text-decoration:none}

/* Going Green Timeline — white. Chasing Zero content, so it stays out of the warm
   sand/paper range, which belongs to the next book's world. */
.going{padding-block:84px 88px;text-align:center;background:#fff}
.going h2{margin-bottom:1.1rem}
.going p{margin:0 auto;max-width:min(94%,720px);font-size:1.06rem}

/* THE NEXT BOOK — the book's own palette: Deep Pine ground, Archive Paper, Amber Wit */
.nextbook{background:#16483f;color:#aab9b3;padding:92px 0}
.nextbook__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:52px;align-items:center}
.nextbook__body::before{content:"";display:block;width:64px;height:4px;background:#d3a43b;margin:0 0 22px}
.nextbook h2{color:#e9ddc5}
.nextbook .logline{font-weight:300;font-style:italic;font-size:clamp(1.3rem,2.5vw,1.85rem);
  line-height:1.42;color:#e9ddc5;margin:.7rem 0 1.2rem;max-width:min(100%,640px)}
.nextbook .people{font-size:.98rem;color:#aab9b3;max-width:min(100%,600px);margin:0 0 1.1rem}
.nextbook .people b{color:#d3a43b;font-weight:600}
.nextbook .maplink{font-weight:600;color:#4fbfbe}
.nextbook .maplink:hover{color:#e9ddc5}
/* family collage — prints laid on a table: two in front, the rest fanned behind */
/* the vertical photo column — ten prints, each in its own band so they overlap
   only at the edges. Micha&#322; and Wela are front and largest, Bolek next.
   --op tops-anchors an image whose frame is shorter than the file, which is how
   the blank card edges are clipped: sips cannot cut a bottom (a negative crop
   offset pads black), so those crops are done here instead of in the files. */
.vcol{position:relative;width:100%;max-width:420px;aspect-ratio:3/5;margin:0 auto}
.deckle-defs{position:absolute;width:0;height:0}
.vcol figure{position:absolute;margin:0;background:#f4ecd8;padding:3%;transform-origin:center;
  width:var(--w);left:var(--l);top:var(--t);z-index:var(--z);transform:rotate(var(--r));
  filter:url(#deckleA) drop-shadow(0 8px 14px rgba(0,0,0,.45))}
.vcol .p2,.vcol .p5,.vcol .p8{filter:url(#deckleB) drop-shadow(0 8px 14px rgba(0,0,0,.45))}
.vcol .p3,.vcol .p6,.vcol .p9{filter:url(#deckleC) drop-shadow(0 8px 14px rgba(0,0,0,.45))}
.vcol .frame{display:block;position:relative;overflow:hidden;aspect-ratio:var(--ar,3/4);background:#ded2ba}
.vcol .frame img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;
  object-position:var(--op,50% 50%);display:block;
  filter:sepia(.22) saturate(.9) contrast(.96) brightness(1.02)}
.vcol .frame::after{content:"";position:absolute;inset:0;pointer-events:none;
  background:radial-gradient(120% 100% at 50% 45%, rgba(120,96,58,0) 52%, rgba(86,68,40,.30) 100%),
             linear-gradient(158deg, rgba(255,246,222,.14) 0%, rgba(255,246,222,0) 46%)}
/* the two near misses — same shape twice, so they are set as a pair */
.misses{max-width:min(100%,600px);margin:0 0 1.2rem;display:grid;gap:14px}
.misses p{margin:0;padding-left:16px;border-left:2px solid rgba(211,164,59,.55);
  font-size:.96rem;line-height:1.62}
@media (max-width:520px){.vcol{max-width:330px}}

/* venture cards — neutral (no added color), logos + subtle lift */
.venture{transition:transform .2s, box-shadow .2s;box-shadow:0 6px 18px rgba(0,0,0,.05)}
.venture:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(0,0,0,.09)}
/* shared-height logo slot: the three marks are different heights (38/58/56), which
   pushed each card's pill, heading and body out of line. The slot equalizes that and
   sits them on a common baseline — logos keep their own sizes. */
.venture .markbox{display:flex;align-items:flex-end;height:58px;margin:0 0 18px}
.venture .mark{height:auto;max-height:44px;width:auto;margin:0;align-self:flex-end}
.venture--map .mark{max-height:56px;border-radius:12px}
.venture .pill{background:#d7ebe8;color:#147f82;border:1px solid transparent;font-weight:600}

/* PIERIODIC card — Harbor Deep, the brand's primary */
.venture--pier{background:#0b2633;border-color:#0b2633}
.venture--pier h3{color:#fff}
.venture--pier p{color:#cfe0e4}
.venture--pier .pill{background:rgba(120,201,196,.16);color:#78c9c4}
/* reversed (light-on-dark) mark — sits directly on the dark ground, no backing needed */
.venture--pier .mark{max-height:58px}
.venture--pier .go{color:#78c9c4}
.venture--pier .go:hover{color:#fff}
/* element tiles — exact category colors from the Pieriodic app */
.els{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:0 0 20px;padding:0}
.el{border-radius:7px;padding:9px 8px 8px;text-align:left;line-height:1.15}
.el b{display:block;font-size:1.02rem;font-weight:700;letter-spacing:.01em}
.el span{display:block;font-size:max(11.5px,.66rem);font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-top:3px;opacity:.92}
.el--ships{background:#147f82;color:#fff}
.el--harbor{background:#78c9c4;color:#0b2633}
.el--che{background:#0b2633;color:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.28)}
.el--trucks{background:#4f9d3a;color:#fff}
.el--rail{background:#19647e;color:#fff}
.el--energy{background:#f1a33a;color:#0b2633}
/* Maptopus card wears its own atlas palette (cream / navy / orange) */
.venture--map{background:#f6efe1;border-color:#e6d8bd}
.venture--map h3{color:#13324a}
.venture--map .pill{background:#f1e1c6;color:#bf6f20;border:1px solid transparent}
/* 3COTECH card — the brand's power-icon watermark background */
.venture--firm{background:#2d5862 url(../img/3cotech-bg-dark.png) left bottom/cover no-repeat;border-color:#24474f}
.venture--firm h3{color:#fff}
.venture--firm p{color:#e8f3f1}
.venture--firm .pill{background:rgba(255,255,255,.15);color:#dbf1ed;border:1px solid transparent}
.venture--firm .go{color:#a9e0d8}
.venture--firm .go:hover{color:#fff}
.venture--firm .mark{max-height:38px}
/* sector photo — cinematic strip, cropped to the crew (keeps the parked cars out) */
.venture .shot{width:100%;aspect-ratio:20/9;object-fit:cover;object-position:center 55%;
  border-radius:10px;margin:0 0 20px;filter:saturate(.96) contrast(1.04) brightness(.97)}
/* the map wants more room than a strip — show the octopus, toolbar, and Wilno */
.venture .shot--map{aspect-ratio:16/9;object-position:center top;filter:none;
  border:1px solid #e0d2b4}
/* all links teal — lifted on the dark Deep Pine ground so it stays legible */
.nextbook .maplink{color:#4fbfbe}
/* 1.3rem matches the gap above "Get the Book", so both buttons sit the same
   distance from their text and scale together. Needs `p.` — plain .meet__cta
   loses to `.meet p{margin:0 auto}` on specificity. */
.meet p.meet__cta{margin-top:1.3rem}

/* readers — soft aqua tint (kept) + "more" link before the CTA */
.readers{background:var(--aqua)}
.readers .more{margin:0 0 1.4rem}

/* marginalia — neutral rule (no color) */
.note{border-top-color:#dbe0e1}

/* footer — darker copyright bar */
.footer__bar{background:var(--dark-bar)}

/* below ~1024 the two-column blocks squeeze text into skinny columns — stack them */
@media (max-width:1024px){
  /* NOT centred: this section now carries four paragraphs and a ruled pair, and
     centring them put the Maptopus link in the middle of every narrow window. */
  .nextbook__grid{grid-template-columns:1fr;gap:34px}
  .nextbook__photo{max-width:330px;margin:0 auto}
  .book__grid{grid-template-columns:1fr;gap:32px;text-align:center}
  .book__cover{max-width:240px;margin:0 auto}
  .book__body p{margin-left:auto;margin-right:auto}
}

/* ===================== CHASING ZERO page ===================== */
.cz-hero{padding:70px 0 84px}
.cz-hero__grid{display:grid;grid-template-columns:minmax(240px,340px) 1fr;gap:56px;align-items:start}
.cz-hero__cover{filter:drop-shadow(0 24px 40px rgba(0,0,0,.22));height:auto}
.cz-hero h1{font-size:clamp(2.4rem,5.5vw,3.6rem);font-weight:300;color:var(--head);
  line-height:1.12;margin:0 0 1.2rem;text-wrap:balance}
.cz-hero__body p{margin:0 0 1.1rem}

/* buy row — soft teal band so it separates from the paper above and the praise below */
.buy{background:#e9f2f0;padding:78px 0;text-align:center}
.buy h2{margin-bottom:1.5rem}
.buy__list{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:12px;padding:0;margin:0 0 2.2rem}
.buy__list a{display:inline-block;background:var(--teal-band);color:#fff;font-weight:600;
  letter-spacing:.06em;text-transform:uppercase;font-size:.8rem;padding:.9em 1.7em;border-radius:6px;transition:.2s}
.buy__list a:hover{background:var(--head);color:#fff}
.buy__note{margin:0 auto;max-width:min(94%,760px);font-size:.98rem}

/* praise — quotes with a teal rule, attribution stacked beneath */
.praise{padding:86px 0 70px}
.praise h2{text-align:center;margin-bottom:2.6rem}
.praise__item{margin:0 auto 46px;max-width:min(100%,820px);border-left:3px solid var(--teal);padding-left:26px}
.praise__item:last-child{margin-bottom:0}
.praise__item blockquote{margin:0}
.praise__item blockquote p{margin:0 0 .9rem;font-size:1.02rem;max-width:none}
.praise__item figcaption b{display:block;color:var(--head);font-weight:600;font-size:1rem;margin-top:.9rem}
.praise__item figcaption span{display:block;color:#8a9294;font-size:.88rem;line-height:1.5}
.praise__item figcaption cite{display:block;font-style:normal;color:#9aa3a4;font-size:.78rem;
  margin-top:.7rem;line-height:1.55}

@media (max-width:1024px){
  .cz-hero__grid{grid-template-columns:1fr;gap:34px;text-align:center}
  .cz-hero__cover{max-width:250px;margin:0 auto}
  .cz-hero__body p{margin-left:auto;margin-right:auto}
  .praise__item{border-left:0;border-top:3px solid var(--teal);padding:22px 0 0;text-align:left}
}

/* ===================== error pages ===================== */
.errpage{padding-block:110px 130px;text-align:center;max-width:760px}
.errpage h1{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:300;color:var(--head);margin:0 0 1.1rem}
.errpage p{margin:0 auto;max-width:min(94%,600px);font-size:1.06rem}
.errpage__cta{margin-top:1.6rem}
/* 404 signposts — a lost visitor needs somewhere to go, not just a heading.
   Tiles deliberately reuse the Affiliations look (warm border + teal left rule)
   rather than introducing a second card style. */
.errpage--find{padding-block:96px 26px}
.errfind{padding-bottom:104px;text-align:center}
.errfind__lead{font-weight:600;color:var(--head);margin:0 0 1.15rem;font-size:1.02rem}
.errfind__grid{display:grid;gap:13px;grid-template-columns:repeat(2,1fr);
  max-width:770px;margin:0 auto;text-align:left}
.errfind__grid a{display:block;background:#fff;border:1px solid var(--line);
  border-left:3px solid var(--teal);border-radius:10px;padding:15px 17px;text-decoration:none;
  transition:border-left-color .18s ease,border-color .18s ease}
.errfind__grid a:hover,.errfind__grid a:focus-visible{border-left-color:var(--head);border-color:#d8d0bd}
.errfind__grid b{display:block;font-weight:600;color:var(--head);margin-bottom:3px;font-size:1rem}
.errfind__grid span{display:block;color:var(--ink);font-size:.88rem;line-height:1.5}
.errfind__note{margin:1.7rem auto 0;max-width:560px;font-size:.95rem;color:var(--ink)}
@media(max-width:660px){.errfind__grid{grid-template-columns:1fr;max-width:420px}}

/* ===================== MEET KAT page ===================== */
.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.bio{padding:70px 0 86px}
.bio__grid{display:grid;grid-template-columns:minmax(240px,330px) 1fr;gap:56px;align-items:start}
.bio__portrait{width:100%;border-radius:14px;box-shadow:0 16px 40px rgba(4,93,125,.18)}
.bio h1{font-size:clamp(2.3rem,5vw,3.4rem);font-weight:300;color:var(--head);margin:0 0 1.2rem;line-height:1.12}
.bio__body p{margin:0 0 1.1rem}


@media (max-width:1024px){
  .bio__grid{gap:34px}
  .nextstep{text-align:center}
}
@media (max-width:640px){
  .bio__grid{grid-template-columns:1fr}
  .bio__portrait{max-width:100%;margin:0}
}

/* ===================== SPEAKING page ===================== */
.talks{padding:70px 0 84px}
.talks__grid{display:grid;grid-template-columns:1fr minmax(240px,380px);gap:56px;align-items:start}
.talks h1{font-size:clamp(2.3rem,5vw,3.4rem);font-weight:300;color:var(--head);margin:0 0 .5rem;line-height:1.12}
.talks__lead{font-weight:300;font-style:italic;font-size:clamp(1.15rem,2.2vw,1.5rem);
  color:var(--teal);margin:0 0 1.4rem}
.talks__body p{margin:0 0 1.1rem}
.talks__photo{width:100%;border-radius:14px;box-shadow:0 16px 40px rgba(4,93,125,.18);
  /* square, not the photo's native 1.17:1 — the open hands are the reason for this
     shot and a square keeps the gesture without shrinking her in a 380px column */
  aspect-ratio:1/1;object-fit:cover;object-position:58% 26%}
.talks p.talks__cta{margin-top:1.3rem}

/* where she's spoken */
.hosts{background:#e9f2f0;padding:76px 0}
.hosts h2{margin-bottom:.9rem}
.hosts__intro{margin:0 0 1.4rem}
/* multi-column, not grid: an alphabetical list must read DOWN each column.
   A 2-col grid puts A,B on row 1 and C,D on row 2, so neither column is a
   contiguous A-Z run and finding a name means zig-zagging. Multicol also
   stops a two-line entry from forcing a gap beside its one-line neighbour. */
.hosts__list{list-style:none;padding:0;margin:0;columns:2;column-gap:40px;max-width:960px}
.hosts__list li{break-inside:avoid;margin:0 0 15px;padding-left:18px;position:relative;
  font-size:1rem;line-height:1.55;text-wrap:pretty}
.hosts__list li::before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;
  border-radius:50%;background:var(--teal)}
.hosts__list span{color:#6d7679}
/* sub-line: only where the event is better known than the body that runs it */
.hosts__list em{display:block;font-style:normal;color:#6d7679;font-size:.86rem;
  line-height:1.42;margin-top:1px}

@media (max-width:1024px){
  .talks__grid{gap:34px}
  .hosts__list{columns:1}
}
@media (max-width:640px){
  .talks__grid{grid-template-columns:1fr}
  .talks__photo{max-width:100%;margin:0;order:-1}
}

/* ===================== legal pages ===================== */
.legal{padding-block:70px 96px;max-width:860px}
.legal h1{font-size:clamp(2.1rem,4.4vw,3rem);font-weight:300;color:var(--head);margin:0 0 .3rem}
.legal h2{font-size:clamp(1.2rem,2.2vw,1.5rem);font-weight:600;color:var(--head);
  margin:2.2rem 0 .6rem;letter-spacing:0}
.legal p{margin:0 0 1rem;max-width:none}
.legal__updated{color:#9aa3a4;font-size:.9rem;margin-bottom:2rem !important}
.legal__rule{border:0;border-top:1px solid var(--line);margin:3.4rem 0 2.6rem}
.legal b,.legal strong{color:var(--head);font-weight:600}

/* ===================== CONTACT page ===================== */
.contact{padding-block:70px 92px;max-width:760px}
.contact h1{font-size:clamp(2.3rem,5vw,3.4rem);font-weight:300;color:var(--head);margin:0 0 .8rem}
.contact__lead{font-size:1.06rem;margin:0 0 2.2rem}
.formnote{padding:14px 18px;border-radius:8px;margin:0 0 1.6rem;font-size:.98rem}
.formnote--ok{background:#d7ebe5;color:#0f5d61}
.formnote--err{background:#f6e2dc;color:#8a3b2a}
.cform__row{margin:0 0 1.3rem;max-width:none}
.cform label{display:block;font-weight:600;color:var(--head);font-size:.9rem;margin-bottom:.4rem}
.cform label span{color:var(--teal)}
.cform input,.cform textarea{width:100%;font:inherit;color:var(--ink);background:#fff;
  border:1px solid var(--line);border-radius:8px;padding:.75em .9em;transition:.15s}
.cform input:focus,.cform textarea:focus{outline:none;border-color:var(--teal);
  box-shadow:0 0 0 3px rgba(22,147,149,.15)}
.cform textarea{resize:vertical;min-height:150px}
.cform__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.cform__submit{margin:1.8rem 0 0}
.cform__fine{font-size:.86rem;color:#8a9294;margin:1.4rem 0 0}

/* ===================== RESOURCES page ===================== */
.res-hero{padding-block:70px 20px;text-align:center}
.res-hero h1{font-size:clamp(2.3rem,5vw,3.4rem);font-weight:300;color:var(--head);margin:0 0 .8rem}
.res-hero__lead{margin:0 auto;max-width:min(94%,660px);font-size:1.06rem}

.vids{padding:56px 0 70px}
.vids h2,.books h2,.ted h2,.more h2{text-align:center;margin-bottom:1.8rem}
.vids__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px}
.vid{margin:0}
.vid__frame{position:relative;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#0b2633;
  box-shadow:0 12px 30px rgba(0,0,0,.16)}
.vid__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.vid figcaption{margin-top:.8rem}
.vid figcaption b{display:block;color:var(--head);font-weight:600;font-size:1rem;line-height:1.4}
.vid figcaption span{display:block;color:#8a9294;font-size:.86rem;margin-top:.2rem}

.books{background:#e9f2f0;padding-block:76px}
.books__list{list-style:none;padding:0;margin:0 auto;max-width:860px;display:grid;gap:16px}
.books__list li{padding-left:20px;position:relative}
.books__list li::before{content:"";position:absolute;left:0;top:.62em;width:7px;height:7px;
  border-radius:50%;background:var(--teal)}
.books__list b{color:var(--head);font-weight:600;font-size:1rem;line-height:1.45}
.books__list span{display:block;color:#8a9294;font-size:.9rem}

.ted{padding:76px 0}
.ted__list{list-style:none;padding:0;margin:0 auto;max-width:860px;display:grid;gap:18px}
.ted__list li{border-top:1px solid var(--line);padding-top:14px}
.ted__list a{font-weight:600;font-size:1.02rem}
.ted__list span{display:block;color:#8a9294;font-size:.88rem;margin-top:.15rem}

.more{padding-block:20px 86px}
.more__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}
.more__group h3{font-size:1.12rem;font-weight:600;color:var(--head);margin:0 0 .9rem;
  padding-bottom:.6rem;border-bottom:2px solid var(--teal)}
.more__group ul{list-style:none;padding:0;margin:0}
.more__group li{margin:.55rem 0;font-size:.97rem}

@media (max-width:1024px){
  .vids__grid{grid-template-columns:1fr}
  .more__grid{grid-template-columns:1fr;gap:30px}
}

/* form controls don't inherit type by default — a <button> was rendering at the
   browser's 13.33px while the same .buybtn as an <a> inherited 1rem */
button,input,select,textarea{font-family:inherit}

/* ===================== fixes ===================== */
/* eyebrows are <p>, so `section p{max-width:760px}` was shrinking their box and
   pushing the centered label off true center (−176px in a 1160px container) */
.eyebrow{max-width:none}

/* --- Maptopus map: 4/3 shows ~91% of the image (was 68% — cropped at the bottom)
       and fills the card's empty space at the same time --- */
.venture .shot--map{aspect-ratio:4/3}

/* --- readers CTAs read as one group, not two stranded links --- */
.readers .more{margin:0 0 .5rem}
.readers__alt{margin:1rem auto 0;font-size:.9rem;color:#5d7a74;max-width:min(94%,520px)}
.readers__alt b{color:var(--head)}

/* --- next book: names in Archive Paper, not amber; the Maptopus link IS amber
       (deliberate exception to the all-teal link rule — Kat, 2026-08-01) --- */
.nextbook .people b{color:#e9ddc5;font-weight:600}
.nextbook .maplink{color:#d3a43b}
.nextbook .maplink:hover{color:#e9ddc5}

/* ===================== MARGINALIA ===================== */
.marg-hero{padding-block:70px 14px;text-align:center}
.marg-hero h1{font-size:clamp(2.3rem,5vw,3.4rem);font-weight:300;color:var(--head);margin:0 0 .8rem}
.marg-hero__lead{margin:0 auto;max-width:min(94%,640px);font-size:1.06rem}
.mlist{padding-block:40px 92px;display:grid;grid-template-columns:repeat(3,1fr);gap:34px 26px}
.mcard{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);
  border-radius:14px;overflow:hidden;box-shadow:0 6px 18px rgba(20,30,35,.05);
  transition:box-shadow .2s, transform .2s}
.mcard:hover{box-shadow:0 12px 28px rgba(20,30,35,.10);transform:translateY(-2px)}
.mcard__img img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.mcard__body{display:flex;flex-direction:column;flex:1;padding:20px 22px 22px}
.mcard__date{color:#9aa3a4;font-size:.85rem;letter-spacing:.04em;margin:0 0 .3rem;flex:0 0 auto}
.mcard h2{font-size:1.28rem;font-weight:300;margin:0 0 .5rem;text-wrap:balance}
.mcard h2 a{color:var(--head)}
.mcard h2 a:hover{color:var(--teal)}
.mcard__body > p:not(.mcard__date){font-size:.95rem;margin:0 0 1rem;flex:1 1 auto}
.mcard .go{align-self:flex-start}

/* single post */
.post{padding-block:66px 92px;max-width:760px}
.post h1{font-size:clamp(2.1rem,4.6vw,3rem);font-weight:300;color:var(--head);margin:0 0 .4rem}
.post__date{color:#9aa3a4;font-size:.9rem;margin:0 0 1.8rem}
.post__img{width:100%;border-radius:12px;margin:0 0 1.9rem;box-shadow:0 12px 30px rgba(0,0,0,.12)}
.post__stand{font-size:1.14rem;color:var(--head);font-weight:400;margin:0 0 1.3rem}
.post p{margin:0 0 1.1rem}
.post__back{margin-top:2.4rem;border-top:1px solid var(--line);padding-top:1.4rem}

@media (max-width:1024px){ .mcard{grid-template-columns:1fr;gap:16px} }

/* Going Green — Kat's sea-lions photo: the working port and the wildlife in one frame */
.going__fig{margin:2.6rem auto 0;max-width:980px}
.going__fig img{width:100%;border-radius:14px;box-shadow:0 16px 40px rgba(0,0,0,.18)}
.going__fig figcaption{margin-top:.7rem;font-size:.86rem;color:#8a9294}
.going__fig figcaption span{color:#a8b0b1}

/* footer sizing (the old Explore two-column hack is gone — five real columns now) */
.site-footer{padding:52px 0 0}
.footer__bar{margin-top:38px}

/* ===================== READERS page ===================== */
.readers-hero{padding-block:70px 10px;text-align:center}
.readers-hero h1{font-size:clamp(2.3rem,5vw,3.4rem);font-weight:300;color:var(--head);margin:0 0 .8rem}
.readers-hero__lead{margin:0 auto;max-width:min(94%,640px);font-size:1.06rem}
.rfull-list{padding-block:44px 20px;display:grid;gap:44px;max-width:900px}
.rfull{display:grid;grid-template-columns:minmax(0,240px) 1fr;gap:32px;align-items:start;
  border-top:1px solid var(--line);padding-top:38px}
.rfull:first-child{border-top:0;padding-top:0}
.rfull__ph{aspect-ratio:1/1;border-radius:12px;overflow:hidden;position:relative;background:#ece4d2}
.rfull__ph img{position:absolute;display:block;width:var(--w,100%);height:auto;
  left:var(--x,0);top:var(--y,0);max-width:none}
.rfull__body{margin:0}
.rfull__body p{margin:0 0 1rem;font-size:1.02rem;max-width:none}
.rfull__who{margin-top:1rem}
.rfull__who b{display:block;color:var(--head);font-weight:600;font-size:1rem}
.rfull__who span{display:block;color:#8a9294;font-size:.9rem}
.rjoin{background:var(--aqua);padding:70px 0 76px;text-align:center;margin-top:56px}
.rjoin p{margin:0 auto;max-width:min(94%,600px)}
.rjoin__cta{margin-top:1.6rem !important}
.rjoin__alt{margin-top:1.4rem !important;font-size:.9rem;color:#5d7a74}
.rjoin__alt b{color:var(--head)}
@media (max-width:1024px){ .rfull{grid-template-columns:1fr;gap:20px} .rfull__ph{max-width:300px} }


/* ===================== GOING GREEN TIMELINE ===================== */
:root{--cat-g:#dfb448;--cat-s:#cd7229;--cat-c:#3b80a4;--cat-p:#1db0b0}
.tl-hero{padding-block:70px 8px;text-align:center}
.tl-hero h1{font-size:clamp(2.2rem,4.8vw,3.3rem);font-weight:300;color:var(--head);margin:0 0 .9rem}
.tl-hero__lead{margin:0 auto 2rem;max-width:min(94%,720px);font-size:1.04rem}
.tl-legend{list-style:none;display:flex;flex-wrap:wrap;justify-content:center;gap:10px 26px;padding:0;margin:0}
.tl-legend li{display:flex;align-items:center;gap:9px;font-size:.88rem;color:#6f7a7c}
.dot{width:13px;height:13px;border-radius:50%;display:inline-block}
.dot--g{background:var(--cat-g)}.dot--s{background:var(--cat-s)}
.dot--c{background:var(--cat-c)}.dot--p{background:var(--cat-p)}
.tl{padding-block:40px 80px}
.tl__list{list-style:none;margin:0;padding:0;position:relative}
.tl__list::before{content:"";position:absolute;left:23px;top:12px;bottom:12px;width:2px;background:var(--line)}
.tl__row{position:relative;display:grid;grid-template-columns:48px 1fr;gap:26px;padding:0 0 34px}
.tl__marker{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  color:#fff;position:relative;z-index:1;flex:none}
.tl__marker--g{background:var(--cat-g)}.tl__marker--s{background:var(--cat-s)}
.tl__marker--c{background:var(--cat-c)}.tl__marker--p{background:var(--cat-p)}
.tl__body{background:#f2f5f6;border-radius:14px;padding:22px 26px}
.tl__yr{font-size:1.5rem;font-weight:600;color:var(--head);margin:0 0 .5rem;letter-spacing:.02em}
.tl__content{display:flex;gap:22px;align-items:flex-start}
.tl__photo{width:120px;height:120px;border-radius:50%;flex:none}
.tl__txt{margin:0;font-size:1rem;max-width:none}
.tl__tags{margin:.9rem 0 0;display:flex;flex-wrap:wrap;gap:8px}
.tag{font-size:.76rem;letter-spacing:.05em;text-transform:uppercase;font-weight:600;
  padding:3px 10px;border-radius:100px;color:#fff}
.tag--g{background:var(--cat-g)}.tag--s{background:var(--cat-s)}
.tag--c{background:var(--cat-c)}.tag--p{background:var(--cat-p)}
@media (max-width:640px){
  .tl__row{grid-template-columns:34px 1fr;gap:16px}
  .tl__list::before{left:16px}
  .tl__marker{width:34px;height:34px}
  .tl__content{flex-direction:column;align-items:center;text-align:center}
  .tl__photo{width:110px;height:110px}
}

/* ===================== MEET KAT — the two cards ===================== */
.mkcards{padding:20px 0 86px}
.mkcards__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px}
.mkcard{position:relative;overflow:hidden;border-radius:16px;min-height:270px;
  display:flex;box-shadow:0 12px 30px rgba(0,0,0,.14)}
.mkcard__inner{position:relative;z-index:1;padding:34px 32px;display:flex;flex-direction:column;width:100%}
.mkcard h3{font-weight:300;font-size:1.7rem;color:#fff;margin:.15rem 0 .7rem}
.mkcard p{color:#dbeae9;font-size:.98rem;margin:0 0 1.3rem;flex:0 0 auto;max-width:none}
.mkcard__inner p:not(.eyebrow):last-of-type{flex:1 1 auto}
.mkcard .eyebrow{color:#8fd6d2;margin-bottom:.15rem;flex:0 0 auto}
.mkcard .go{color:#8fd6d2;font-weight:600}
.mkcard .go:hover{color:#fff}
.mkcard .soon{font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#9fc4c9}

/* The work — 3COTECH's own power-icon watermark, as we always use it */
.mkcard--work{background:#2d5862 url(../img/3cotech-bg-dark.png) left bottom/cover no-repeat}

/* Affiliations — brand blue, with its own oversized faint glyph in the same manner */
.mkcard--aff{background:#045d7d}
.mkcard--aff .eyebrow,.mkcard--aff .go{color:#9ed8e8}
.mkcard--aff p{color:#d7eaf1}
.mkcard__glyph{position:absolute;left:-40px;bottom:-52px;width:250px;height:250px;
  fill:#fff;stroke:#fff;opacity:.085;pointer-events:none}

@media (max-width:1024px){ .mkcards__grid{grid-template-columns:1fr} }
.post__src{font-size:.86rem;overflow-wrap:anywhere}

@media (max-width:1024px){ .mlist{grid-template-columns:repeat(2,1fr)} }
@media (max-width:680px){ .mlist{grid-template-columns:1fr} }

/* ===================== SPEAKING — topics ===================== */
.topics{padding-block:16px 96px}
.topics h2{font-size:clamp(1.9rem,3.4vw,2.5rem);font-weight:300;color:var(--head);margin:0 0 .7rem}
.topics__lead{margin:0 auto 2.6rem;max-width:min(94%,660px);font-size:1.04rem;text-align:center}
.topics .eyebrow,.topics h2{text-align:center}
.topics__grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 44px}
.topic{border-top:2px solid var(--teal);padding-top:16px}
.topic h3{font-size:1.24rem;font-weight:600;color:var(--head);margin:0 0 .45rem;text-wrap:balance}
.topic p{margin:0;font-size:.98rem;max-width:none}
.topics__cta{text-align:center;margin:3rem 0 0;max-width:none}
@media (max-width:840px){ .topics__grid{grid-template-columns:1fr;gap:28px} }

/* ===================== Q&A ===================== */
.qa-hero{padding-block:70px 10px;text-align:center}
.qa-hero h1{font-size:clamp(2.2rem,4.6vw,3.1rem);font-weight:300;color:var(--head);margin:0 0 .9rem}
.qa-hero__lead{margin:0 auto;max-width:min(94%,640px);font-size:1.06rem}
.qa{padding-block:44px 84px;max-width:820px}
.qa__item{border-top:1px solid var(--line);padding-top:26px;margin-bottom:38px}
.qa__item:first-child{border-top:0;padding-top:6px}
.qa__item h2{font-size:clamp(1.25rem,2.2vw,1.55rem);font-weight:600;color:var(--head);
  margin:0 0 .8rem;text-wrap:balance}
.qa__item p{margin:0 0 1rem}

@media (max-width:1100px){ .footer__grid{grid-template-columns:1fr 1fr 1fr;gap:24px 18px} }
@media (max-width:760px){ .footer__grid{grid-template-columns:1fr 1fr;gap:22px 18px} }
@media (max-width:600px){ .footer__grid{grid-template-columns:1fr} }

.bio__cta{margin:1.6rem 0 0;display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.czreaders{padding-block:70px 78px;text-align:center;background:#f3eee2;max-width:none}
.czreaders h2{font-size:clamp(1.7rem,3.2vw,2.3rem);font-weight:300;color:var(--head);margin:0 0 .7rem}
.czreaders > *{max-width:min(94%,620px);margin-left:auto;margin-right:auto}
.czreaders p{margin:0 auto;max-width:min(94%,620px)}
.czreaders__cta{margin-top:1.6rem}

/* ===================== Zeroing in on Zero — Kat's three framing questions ===================== */
.zeroing{padding-block:78px 84px;background:#fff}
.zeroing .eyebrow,.zeroing h2{text-align:center}
.zeroing h2{font-size:clamp(1.7rem,3.2vw,2.4rem);font-weight:300;color:var(--head);margin:0 0 2.4rem}
.zeroing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:38px}
.zeroing article{border-top:2px solid var(--teal);padding-top:18px}
.zeroing h3{font-size:1.22rem;font-weight:600;color:var(--head);margin:0 0 .75rem;
  text-wrap:balance;min-height:2.6em}
.zeroing article p:last-child{margin:0;font-size:.95rem;max-width:none}
@media (max-width:900px){ .zeroing__grid{grid-template-columns:1fr;gap:30px} }
.legal__next{margin:2.6rem 0 0}
.fcontact{list-style:none;margin:0 0 16px;padding:0}
.fcontact a{font-weight:600}
.topics__note{text-align:center;margin:2.6rem auto 0;max-width:min(94%,600px);font-size:.98rem;text-wrap:pretty}
.buy__signing{margin:0 auto 1.4rem;max-width:min(94%,760px);font-weight:600;color:var(--head)}

/* photos on the book page */
.cz-fig{margin:1.8rem 0 2.8rem}
/* full frame — Kat reshot this, so nothing needs cropping out any more */
.cz-fig img{width:100%;height:auto;display:block;border-radius:12px;
  box-shadow:0 12px 30px rgba(20,30,35,.13)}
.cz-fig figcaption{margin-top:.7rem;font-size:.88rem;color:#7c8486;font-style:italic}
.buy__fig{margin:0 auto 1.6rem;max-width:min(94%,640px)}
.buy__fig img{width:100%;height:auto;border-radius:12px;display:block;
  box-shadow:0 12px 30px rgba(20,30,35,.13)}

.going p.going__cta{margin:2.2rem auto 0;max-width:none}
/* the four dots carry the timeline's own legend colors, in legend order:
   global impact · state regulated · community impact · ports' initiatives */
.going__glyph{display:block;width:170px;height:56px;margin:0 auto 1.2rem;
  stroke:var(--line);stroke-width:2.5;fill:none}
.going__glyph circle{stroke:none}
.going__glyph .d--g{fill:var(--cat-g)}
.going__glyph .d--s{fill:var(--cat-s)}
.going__glyph .d--c{fill:var(--cat-c)}
.going__glyph .d--p{fill:var(--cat-p)}

/* ---------- Speaking: the interview ---------- */
/* Video LEFT, text RIGHT — deliberately mirrored from the hero above it so the
   page doesn't repeat the same text-left/image-right beat twice running. */
.watch{padding:26px 0 14px}
.watch__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);
  gap:44px;align-items:start}
.watch__body h2{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:var(--head);margin:0 0 .7rem}
.watch__body p{margin:0}

/* ---------- Speaking: photographs for organizers ---------- */
.kit{padding:72px 0 84px}
.kit h2{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:var(--head);margin:0 0 .6rem}
.kit__lead{margin:0 0 2rem}
.kit__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.kit__item{margin:0;background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden;
  display:flex;flex-direction:column}
.kit__item>a{display:block;line-height:0;background:#0b2633}
.kit__item img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}
.kit__item:first-child img{object-position:50% 24%}
.kit__item figcaption{padding:15px 17px 18px;display:flex;flex-direction:column;flex:1}
.kit__item figcaption b{color:var(--head);font-weight:600;font-size:1rem}
.kit__item figcaption span{color:#6d7679;font-size:.88rem;line-height:1.45;margin:.25rem 0 .9rem}
.kit__dl{margin-top:auto;font-size:.85rem;font-weight:600;color:var(--teal);text-decoration:none;
  border-top:1px solid var(--line);padding-top:.7rem}
.kit__dl:hover{text-decoration:underline}
.kit__note{margin:1.6rem 0 0;font-size:.92rem;color:#6d7679}
/* Speaker bio — copyable block before the press photos (Speaking) */
.pkbio{padding:72px 0 8px}
.pkbio h2{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:var(--head);margin:0 0 .6rem;scroll-margin-top:90px}
.bio__lead{margin:0 0 1.8rem}
.bio__card{background:#fff;border:1px solid var(--line);border-left:3px solid var(--teal);border-radius:13px;padding:30px 32px;max-width:760px}
.bio__card p{margin:0 0 1rem;max-width:none}
.bio__card p:last-child{margin-bottom:0}
.bio__card p.bio__follow{border-top:1px solid var(--line);padding-top:1.1rem;margin-top:1.3rem;font-size:.92rem;color:#6d7679}
.bio__follow b{color:var(--head)}
.bio__actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:1.4rem 0 0}
.bio__btn{font:inherit;font-size:.9rem;font-weight:600;letter-spacing:.02em;cursor:pointer;border-radius:999px;padding:11px 22px;border:1px solid var(--teal-band);transition:all .16s ease;text-decoration:none;display:inline-flex;align-items:center;gap:7px}
.bio__btn--primary{background:var(--teal-band);color:#fff}
.bio__btn--primary:hover{background:var(--head);border-color:var(--head)}
.lnkin{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 auto;border:1px solid rgba(22,147,149,.34);border-radius:6px;color:var(--teal);transition:background .15s ease,border-color .15s ease,color .15s ease}
.lnkin svg{width:19px;height:19px;fill:currentColor;display:block}
.lnkin:hover{background:var(--teal);border-color:var(--teal);color:#fff}
.lnkin:focus-visible{outline:2px solid var(--teal);outline-offset:2px}
.bio__hint{margin:.9rem 0 0;font-size:.85rem;color:#8a9294}
.bio__hint a{color:var(--teal)}
@media(max-width:620px){.bio__card{padding:24px 20px}}

/* ---------- Q&A: the banner that was on the old page ---------- */
.qa-banner{margin:26px auto 0}
.qa-banner img{width:100%;height:auto;border-radius:14px;display:block;
  aspect-ratio:16/7;object-fit:cover;object-position:50% 42%}

/* ---------- Q&A: an answer with a photo beside it ---------- */
.qa__withfig{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,300px);gap:30px;align-items:start}
.qa__fig{margin:0}
.qa__fig img{width:100%;border-radius:12px;display:block;aspect-ratio:4/3;object-fit:cover;
  object-position:50% 55%}
.qa__fig figcaption{margin-top:.55rem;font-size:.84rem;color:#6d7679;line-height:1.45}

@media (max-width:900px){
  .watch__grid{grid-template-columns:1fr;gap:26px}
  .watch__body{order:-1}
  .kit__grid{grid-template-columns:1fr;max-width:420px}
  .qa__withfig{grid-template-columns:1fr;gap:22px}
  .qa__fig{max-width:360px}
  .qa-banner img{aspect-ratio:4/3}
}

/* Q&A quote band — restores the pairing from the old site: the Victor Hugo line
   ("balance / harmony") sat over the two turtles. Same teal-multiply treatment as
   the default band, but a lighter wash so the turtles actually read; at .88 they
   disappeared, which is why they were easy to miss in the first place. */
.quoteband--turtles{background-color:rgba(0,153,153,.8);
  background-image:url(../img/qa-turtles.jpg);background-position:center 62%}

/* ---------- Boards and affiliations ---------- */
/* Status is carried by the TILE, not by a label: Current is a solid card with a
   teal left rule, Former is a dashed outline with the name in grey. */
.ba{padding-block:70px 90px;max-width:1000px}
.ba h1{font-size:clamp(2.2rem,4.6vw,3.1rem);font-weight:300;color:var(--head);margin:0 0 .9rem}
.ba__intro{margin:0 0 42px;font-size:1.06rem}
.ba__group{margin:0 0 52px}
.ba-h{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:300;color:var(--head);margin:0 0 1.1rem;
  padding-bottom:.5rem;border-bottom:1px solid var(--line)}
.ba-t-wrap{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}
.ba-t{background:#fff;border:1px solid var(--line);border-left:3px solid var(--teal);
  border-radius:10px;padding:15px 18px}
.ba-t--fmr{background:transparent;border:1px dashed var(--line)}
.ba-t__name{display:block;font-weight:600;font-size:1rem;line-height:1.4;color:var(--ink);text-wrap:pretty}
.ba-t--fmr .ba-t__name{font-weight:400;color:#6d7679}
/* Ink-coloured names, teal arrow. Ten coloured names in a row reads as a ranking;
   the arrow carries the affordance instead and is visible without hover, so it
   works on touch and doesn't depend on colour perception. */
.ba-t__name a{color:inherit;text-decoration:none}
.ba-t__name a:hover,.ba-t__name a:focus-visible{color:var(--teal);text-decoration:underline;
  text-underline-offset:3px}
.ba-t .ext{color:var(--teal);font-size:.86em;display:inline-block;transform:translateY(-1px)}
.ba-t__meta{display:block;color:#6d7679;font-size:.85rem;line-height:1.45;margin-top:.25rem}
.ba-t details{margin:0}
.ba-t summary{list-style:none;cursor:pointer;display:block;min-height:44px;padding-right:28px;
  position:relative}
.ba-t summary::-webkit-details-marker{display:none}
.ba-t summary:focus-visible{outline:2px solid var(--teal);outline-offset:3px;border-radius:5px}
.ba-t__more{position:absolute;right:0;top:1px;width:22px;height:22px;border:1px solid var(--line);
  border-radius:50%;display:grid;place-items:center;transition:border-color .2s}
.ba-t__more::before{content:"";width:8px;height:8px;border-right:1.5px solid var(--teal);
  border-bottom:1.5px solid var(--teal);transform:translateY(-2px) rotate(45deg);transition:transform .2s}
.ba-t details[open] .ba-t__more::before{transform:translateY(1px) rotate(225deg)}
.ba-t summary:hover .ba-t__more{border-color:var(--teal)}
.ba-t__body{padding-top:.7rem;margin-top:.7rem;border-top:1px solid var(--line)}
.ba-t__body p{margin:0;font-size:.93rem;line-height:1.6}
.ba-t__body a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}
.ba-t__body a:hover{color:var(--teal)}
.ba__spk{margin:34px 0 0}
.ba__spk a{font-weight:600}
@media (prefers-reduced-motion:reduce){
  .ba-t__more,.ba-t__more::before{transition:none}
}
@media (max-width:760px){
  .ba-t-wrap{grid-template-columns:1fr}
  .ba{padding-block:48px 70px}
}
/* the one photograph on the affiliations page — the flip charts are the point,
   so it runs full width of the column and is not tinted or overlaid */
.ba__photo{margin:0 0 46px}
.ba__photo img{width:100%;border-radius:14px;display:block;aspect-ratio:2320/1024;object-fit:cover}
.ba__photo figcaption{margin-top:.6rem;font-size:.85rem;color:#6d7679}
@media (max-width:760px){.ba__photo img{aspect-ratio:4/3}}

/* Chasing Zero — readers, photographs only. The page already carries seven
   endorsement quotes above this; the strip's job is to show the book in the
   world, so it says nothing.
   One HEIGHT, natural widths: each photo keeps its own shape rather than being
   cropped to fit a grid. flex:0 0 auto matters — without it the row shrinks the
   cards and aspect-ratio then drives their HEIGHT instead, breaking the baseline. */
.czreaders .rstrip{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;
  align-items:flex-start;--h:215px;margin-top:2.2rem;
  max-width:none}
/* `.czreaders > *` caps the CONTAINER at 620px, not the strip — the strip is a
   grandchild, so exempting it did nothing. The container has to be released, and
   the paragraphs keep their own 620px measure via `.czreaders p`. */
.czreaders > .container{max-width:var(--maxw)}
.czreaders .rp{margin:0;flex:0 0 auto;height:var(--h);width:auto;aspect-ratio:var(--a,3/4);
  border-radius:12px;overflow:hidden;background:#ece4d2;box-shadow:0 8px 22px rgba(0,0,0,.10)}
.czreaders .rp img{width:100%;height:100%;object-fit:cover;object-position:var(--op,50% 50%);display:block}
@media (max-width:1000px){.czreaders .rstrip{--h:175px}}
@media (max-width:700px){.czreaders .rstrip{--h:140px}}
/* Meet Kat — name + LinkedIn badge row, and the secondary bio button */
.nmrow{display:flex;align-items:center;gap:15px;flex-wrap:wrap;margin:0 0 1.2rem}
.nmrow h1{margin:0}
.buybtn--ghost{background:#fff;color:var(--head);box-shadow:inset 0 0 0 1px var(--teal-band)}
.buybtn--ghost:hover{background:#f4faf9;box-shadow:inset 0 0 0 1px var(--head);color:var(--head)}
