:root{--bg: #0d0d0d;--ink: #ece7dc;--muted: #9a9386;--card: #171717;--line: #2a2a2a;--accent: #f2ece0;--red: #c43c2c}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--ink);font-family:Segoe UI,system-ui,sans-serif;font-size:16px;line-height:1.6}body{display:flex;flex-direction:column;min-height:100vh}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.page{flex:1}.header{background:#000;border-bottom:1px solid #222;position:sticky;top:0;z-index:20}.header-inner,.wrap,.footer-inner{width:min(1180px,calc(100% - 40px));margin:0 auto}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:84px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{height:64px;width:auto;display:block}nav{display:flex;gap:4px;flex-wrap:wrap}nav a{color:#cfc8ba;font-size:.88rem;letter-spacing:.04em;text-transform:uppercase;padding:.45rem .7rem}nav a:hover,nav a[aria-current=page]{color:#fff;background:#1c1c1c}.hero{padding:40px 0 20px}.hero h1{margin:0 0 10px;font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.04em;font-weight:650}.hero p{margin:0;color:var(--muted);max-width:44ch;font-size:1.05rem}.hero-shot{width:min(1180px,calc(100% - 40px));margin:0 auto 24px;aspect-ratio:16/9;overflow:hidden;background:#111;line-height:0}.hero-shot picture{display:block;width:100%;height:100%}.hero-shot img{width:100%;height:100%;object-fit:cover;object-position:center;filter:none}.section{padding:18px 0 56px}.section-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px;border-bottom:1px solid var(--line);padding-bottom:10px}.section-head h2{margin:0;font-size:1.15rem;letter-spacing:.08em;text-transform:uppercase}.section-head a{color:var(--muted);font-size:.88rem}.section-head a:hover{color:#fff}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.card{background:var(--card);overflow:hidden;color:inherit;display:flex;flex-direction:column;min-height:100%;border:1px solid #222}.card:hover{border-color:#4a4a4a}.card-media{background:#2a2a2a}.card-media img{display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;object-position:center}.card-body{padding:16px 16px 18px}.card time{color:var(--muted);font-size:.78rem}.card h3{margin:6px 0;font-size:1.15rem;letter-spacing:-.02em}.card p{margin:0;color:var(--muted)}.empty{background:var(--card);border:1px solid #222;padding:42px 28px;color:var(--muted)}.empty h2{margin:0 0 8px;color:var(--ink)}.social-bar{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:8px auto 48px;width:min(1180px,calc(100% - 40px));background:#000;color:#ece7dc;border:1px solid #222;padding:16px 20px}.social-bar a{color:#ece7dc;opacity:.8;margin-left:14px}.social-bar a:hover{opacity:1}.social-bar div a:first-child{margin-left:0}.article{padding:36px 0 80px}.article-head{max-width:720px;margin-bottom:22px}.article-head time,.article-head .route{color:var(--muted);font-size:.9rem}.article-head h1{margin:8px 0;font-size:clamp(2rem,5vw,3.1rem);letter-spacing:-.04em}.cover{width:min(1180px,calc(100% - 40px));margin:0 auto 28px}.cover img{width:100%;height:auto;aspect-ratio:16/8;object-fit:cover;display:block}.content{max-width:720px;margin:0 auto;padding:0 20px}.content p{margin:0 0 1.1em}.content a{color:#e8c3b4;border-bottom:1px solid #5a3a32}.content figure{margin:1.5em 0}.content img{width:100%;height:auto}.content hr{border:0;border-top:1px solid var(--line);margin:2em 0}.content h2{margin:2.2em 0 .8em;font-size:1.4rem;letter-spacing:-.03em}.content ul,.content ol{margin:0 0 1.2em;padding-left:1.2em}.content li{margin:.25em 0}.content blockquote{margin:1.4em 0;padding:12px 16px;border-left:3px solid var(--red);background:#141414}.content blockquote p:last-child{margin-bottom:0}.series-list{display:grid;gap:22px}.series{background:var(--card);border:1px solid #222;padding:22px}.series-head time{color:var(--muted);font-size:.8rem}.series-head h2{margin:6px 0 8px;font-size:1.5rem;letter-spacing:-.03em}.series-head p{margin:0 0 16px;color:var(--muted)}.series-parts{display:grid;gap:10px}.series-parts a{display:grid;gap:4px;padding:14px 16px;background:#111;border:1px solid #222}.series-parts a:hover{border-color:#4a4a4a}.series-parts span{color:var(--red);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase}.series-parts em{color:var(--muted);font-style:normal;font-size:.92rem}.series-nav{display:flex;justify-content:space-between;gap:16px;max-width:720px;margin:36px auto 0;padding-top:20px;border-top:1px solid var(--line)}.series-nav a{color:#e8c3b4}.log-entry{padding:28px 0 8px;border-top:1px solid var(--line)}.log-entry h2{margin:6px 0 16px;font-size:1.4rem;letter-spacing:-.03em}.embed{position:relative;padding-top:56.25%;margin:1.5em 0;overflow:hidden;background:#111}.embed iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.footer{background:#000;color:#9a9386;padding:28px 0;margin-top:auto;border-top:1px solid #222}.footer-inner{display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer a{color:#cfc8ba}.footer-brand img{height:40px;width:auto;display:block}@media(max-width:720px){.header-inner{flex-direction:column;padding:12px 0;min-height:0}nav{justify-content:center}.brand img{height:52px}}.story-block{margin:2.8em 0 0;padding-top:1.6em;border-top:1px solid #2a2a2a}.story-block:first-child{margin-top:0;padding-top:0;border-top:0}.story-block h2{scroll-margin-top:96px}.series-head h2 a{color:inherit}