:root{--ink:#121820;--paper:#f4f2ed;--muted:#6c7279;--line:#d8d5cf;--accent:#a93a30;--accent2:#d8a65d;--white:#fff;--max:1440px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:20px clamp(22px,4vw,70px);background:rgb(244 242 237/.9);backdrop-filter:blur(18px);border-bottom:1px solid rgb(18 24 32/.08)}.brand{display:flex;flex-direction:column;line-height:1}.brand-name{font-weight:900;letter-spacing:.13em;font-size:18px}.brand-role{margin-top:6px;color:var(--muted);font-size:10px;letter-spacing:.2em}.site-nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:650}.site-nav a:not(.nav-cta):hover{color:var(--accent)}.nav-cta{padding:11px 18px;border:1px solid var(--ink);border-radius:999px}.nav-cta:hover{background:var(--ink);color:var(--white)}.menu-toggle{display:none;background:0 0;border:0;font-weight:700}.eyebrow{font-size:11px;text-transform:uppercase;letter-spacing:.22em;font-weight:800;color:var(--accent)}.simple-page h1{font-family:Georgia,"Times New Roman",serif;font-weight:400;letter-spacing:-.055em;font-size:clamp(55px,7vw,105px);line-height:.9;margin:18px 0 28px}.site-footer{padding:50px clamp(22px,5vw,80px) 100px;display:grid;grid-template-columns:1fr 1fr auto;gap:20px;align-items:end}.copyright,.site-footer span{color:var(--muted);font-size:13px}.footer-links{display:flex;gap:24px;font-size:14px}.sticky-player{position:fixed;z-index:100;left:24px;right:24px;bottom:20px;max-width:900px;margin:auto;background:#0e141b;color:#fff;border:1px solid rgb(255 255 255/.15);box-shadow:0 20px 70px rgb(0 0 0/.35);border-radius:18px;padding:14px 18px;display:grid;grid-template-columns:auto auto minmax(180px,1fr) 1fr auto;gap:14px;align-items:center}.sticky-player[hidden]{display:none}.sticky-close{border:0;background:0 0;color:#89919b;font-size:22px;cursor:pointer}.sticky-play{width:42px;height:42px;border:0;border-radius:50%;background:var(--accent);color:#fff;cursor:pointer}.sticky-copy{display:flex;flex-direction:column;min-width:0}.sticky-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-copy span,.sticky-time{font-size:12px;color:#9ca3ac}.sticky-progress input{width:100%;accent-color:var(--accent)}.sticky-time{font-variant-numeric:tabular-nums;color:#b6bcc3}.simple-page{max-width:1280px;margin:auto;padding:70px clamp(22px,5vw,70px) 110px}.prose{font-family:Georgia,serif;font-size:19px;line-height:1.75;color:#454c54}.prose img{max-width:100%;height:auto}.prose a{text-decoration:underline;text-decoration-color:#aaa;text-underline-offset:3px}@media (max-width:980px){.site-footer{grid-template-columns:1fr 1fr}.copyright{grid-column:1/-1}.sticky-player{grid-template-columns:auto auto minmax(0,1fr) auto}.sticky-progress{grid-column:2/5;width:100%}}@media (max-width:720px){.site-header{padding:17px 20px}.menu-toggle{display:block}.site-nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--paper);padding:22px;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line)}.site-footer{grid-template-columns:1fr;gap:25px;padding-bottom:130px}.footer-links{flex-direction:column;gap:8px}.copyright{grid-column:auto}.sticky-player{left:10px;right:10px;bottom:10px;grid-template-columns:auto minmax(0,1fr) auto;padding:12px}.sticky-close{display:none}.sticky-play{grid-column:1}.sticky-copy{grid-column:2}.sticky-time{grid-column:3}.sticky-progress{grid-column:1/4}.simple-page{padding-top:40px}}.prose>:first-child{margin-top:0}