:root{--red:#E10600;--ink:#191919;--paper:#fffdf9;--muted:#6c6763;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;line-height:1.65}
.site-header{height:92px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:16px max(24px,calc((100vw - var(--max))/2));background:rgba(255,253,249,.96);position:sticky;top:0;z-index:20;border-bottom:1px solid #eee}
.brand img{width:170px;height:auto;display:block}.site-header nav{display:flex;align-items:center;gap:22px}.site-header a{color:var(--ink);text-decoration:none;font-size:14px}.btn{display:inline-block;background:var(--red)!important;color:#fff!important;text-decoration:none;padding:14px 22px;border-radius:2px;font-weight:700;letter-spacing:.02em}.btn.small{padding:10px 14px}.menu{display:none}
.hero{max-width:var(--max);margin:auto;display:grid;grid-template-columns:1.05fr .95fr;min-height:680px;align-items:center}.hero-copy{padding:70px 56px 70px 0}.hero-photo{height:100%;min-height:680px}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center 25%}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.08;margin:.3em 0 .55em}h1{font-size:clamp(48px,6vw,82px);letter-spacing:-.035em}h2{font-size:clamp(38px,4vw,58px);letter-spacing:-.025em}h3{font-size:clamp(24px,2.3vw,34px)}
.lead{font-size:21px;line-height:1.5}.eyebrow{color:var(--red);font-weight:800;letter-spacing:.16em;font-size:12px}.eyebrow.light{color:#fff}.micro{font-size:13px;color:var(--muted)}
.section{max-width:900px;margin:auto;padding:110px 24px}.section p{font-size:18px}.intro{text-align:center}.intro p{max-width:760px;margin:20px auto}
blockquote{font-family:Georgia,serif;font-size:clamp(28px,3vw,42px);line-height:1.2;margin:48px auto;padding-left:25px;border-left:5px solid var(--red)}
.approach{text-align:center}.path{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin:42px 0;color:var(--red);font-weight:800;letter-spacing:.08em}.path b{color:#aaa}
.red-section{background:var(--red);color:#fff}.red-section .section{max-width:980px}.red-section .section p{color:#fff}.red-section code{background:rgba(255,255,255,.15);padding:2px 5px}
.split{max-width:var(--max);display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}.about-photo{width:100%;max-height:620px;object-fit:cover}
.podcast{text-align:center}.community{text-align:center}.conversation .booking-note{font-weight:800;letter-spacing:.04em}.btn.inverse{background:#fff!important;color:var(--red)!important}
footer{background:#171717;color:#fff;text-align:center;padding:70px 24px}footer img{width:210px;max-width:70%;filter:none}footer a{color:#fff}footer .micro{color:#bbb;max-width:700px;margin:25px auto}
@media(max-width:900px){.site-header{height:auto;min-height:82px;flex-wrap:wrap;padding:12px 18px}.brand img{width:145px}.menu{display:block;border:0;background:var(--red);color:#fff;padding:9px 12px}.site-header nav{display:none;width:100%;flex-direction:column;align-items:flex-start;padding-bottom:16px}.site-header nav.open{display:flex}.hero{grid-template-columns:1fr}.hero-copy{padding:70px 24px 50px}.hero-photo{min-height:480px}.split{grid-template-columns:1fr;gap:35px}.section{padding:80px 24px}}

/* v3 transparent red header logo */
.brand img{background:transparent!important;object-fit:contain}
@media(max-width:900px){.brand img{width:155px!important}}
