:root{--orange: #ff9d20;--orange-deep: #ff9311;--ink: #1a131b;--ink-soft: #303030;--muted: #6b6570;--paper: #f7f3ee;--white: #ffffff;--line: rgba(26, 19, 27, .1);--shadow: 0 18px 40px rgba(26, 19, 27, .12);--max: 1120px;--radius: 18px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--ink-soft);background:var(--paper);line-height:1.65;min-height:100vh}img{max-width:100%;height:auto;display:block}a{color:inherit}h1,h2,h3,h4{font-family:Comfortaa,Helvetica Neue,sans-serif;color:var(--ink);letter-spacing:-.03em;line-height:1.15;font-weight:700}.wrap{width:min(var(--max),calc(100% - 2.5rem));margin-inline:auto}.site-header{background:var(--orange);position:sticky;top:0;z-index:40;box-shadow:0 2px 18px #1a131b1f}.header-bar{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:84px}.logo img{width:180px}.nav{display:flex;align-items:center;gap:1.25rem}.nav a{text-decoration:none;font-weight:700;font-size:.92rem;color:var(--ink)}.nav a[aria-current=page],.nav a:hover{color:var(--white)}.archive-pill{display:inline-flex;align-items:center;gap:.4rem;background:var(--ink);color:var(--white);border-radius:999px;padding:.35rem .8rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;text-decoration:none}.menu-toggle{display:none;background:transparent;border:0;font:inherit;font-weight:700;cursor:pointer}.archive-banner{background:var(--ink);color:#efe8e1;font-size:.92rem}.archive-banner .wrap{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.7rem 0}.archive-banner strong{color:var(--orange)}.hero{position:relative;color:var(--white);min-height:72vh;display:grid;align-items:end;padding:6rem 0 5rem;overflow:hidden}.hero-bg{position:absolute;inset:0;background:linear-gradient(180deg,#1a131b47,#1a131bb8),var(--hero, #1a131b) center / cover no-repeat}.hero .wrap{position:relative;z-index:1}.hero h1{color:var(--white);font-size:clamp(2.3rem,5vw,4.2rem);max-width:14ch}.hero p{max-width:40rem;margin:1.25rem 0 2rem;font-size:1.12rem;color:#f4eee8}.actions{display:flex;flex-wrap:wrap;gap:.8rem}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;padding:.7rem 1.4rem;border-radius:999px;text-decoration:none;font-weight:700;text-transform:uppercase;letter-spacing:.04em;font-size:.86rem;border:2px solid transparent}.btn-primary{background:var(--orange);color:var(--white)}.btn-primary:hover{background:var(--orange-deep)}.btn-ghost{color:var(--white);border-color:#ffffff73}.btn-ghost:hover{border-color:var(--white)}.btn-ink{background:var(--ink);color:var(--white)}.section{padding:5rem 0}.section-tight{padding:3.5rem 0}.section-white{background:var(--white)}.section-ink{background:var(--ink);color:#efe8e1}.section-ink h2,.section-ink h3{color:var(--white)}.kicker{color:var(--orange-deep);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem;margin-bottom:.7rem}.lede{font-size:1.08rem;max-width:44rem}.split{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-top:2rem}.card{background:var(--orange);color:var(--white);border-radius:var(--radius);padding:1.5rem;min-height:14rem}.card h3{color:var(--white);font-size:1.5rem}.card .sub{color:#edf4d3;margin:.3rem 0 1rem}.card p{color:#ffffffeb}.page-hero{background:var(--ink);color:var(--white);padding:4.5rem 0 3.5rem}.page-hero h1{color:var(--white);font-size:clamp(2rem,4vw,3.3rem);max-width:18ch}.page-hero p{max-width:42rem;margin-top:1rem;color:#ddd4cc}.prose{max-width:46rem}.prose p,.prose li{margin-bottom:1rem}.prose h2,.prose h3{margin:2rem 0 .8rem}.prose a{color:#b45a00}.stack{display:grid;gap:2.5rem}.study,.person,.role{display:grid;grid-template-columns:280px 1fr;gap:1.75rem;align-items:start;padding-bottom:2rem;border-bottom:1px solid var(--line)}.study img,.person img,.media img{width:100%;border-radius:14px;object-fit:cover}.team{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.team-card{text-align:center;background:var(--white);border-radius:14px;padding:1rem}.team-card img{width:120px;height:120px;object-fit:cover;border-radius:999px;margin:0 auto .8rem}.quotes{display:grid;gap:1.25rem}.quotes img{width:100%;border-radius:14px;background:var(--white)}.video{position:relative;padding-top:56.25%;border-radius:14px;overflow:hidden;background:#111}.video iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.notice{background:#fff6e8;border:1px solid #f0d3a0;border-radius:14px;padding:1rem 1.2rem;margin:1.5rem 0}.muted{color:var(--muted)}.site-footer{background:var(--ink);color:#cfc6be;padding:3rem 0 2rem}.footer-grid{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;padding-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.08)}.site-footer a{color:var(--white);text-decoration:none}.site-footer nav{display:flex;flex-wrap:wrap;gap:1rem}.fineprint{margin-top:1.2rem;font-size:.88rem}.not-found{padding:6rem 0;text-align:center}.not-found h1{font-size:clamp(2.4rem,6vw,4.5rem);margin-bottom:.8rem}.not-found p{max-width:34rem;margin:0 auto 2rem}@media(max-width:900px){.cards,.team{grid-template-columns:repeat(2,1fr)}.split,.study,.person,.role{grid-template-columns:1fr}.menu-toggle{display:inline-flex}.nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--orange);flex-direction:column;align-items:flex-start;padding:1rem 1.25rem 1.4rem}.nav.open{display:flex}}@media(max-width:640px){.cards,.team{grid-template-columns:1fr}.archive-banner .wrap{flex-direction:column;align-items:flex-start}}
