@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Fraunces:opsz,wght@9..144,400;9..144,700;9..144,900&display=swap');
:root{--bg:#fafaf7;--fg:#0a0a0a;--mute:#6b6b6b;--accent:#ff4d1a;--accent-soft:#ffe9e0;--card:#fff;--line:#e5e5e0;--ink:#1a1a1a;--serif:'Fraunces',Georgia,serif;--sans:'Inter',-apple-system,system-ui,sans-serif}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--bg);color:var(--fg);font-family:var(--sans);line-height:1.6;font-size:16px;-webkit-font-smoothing:antialiased}
.wrap{max-width:880px;margin:0 auto;padding:0 28px}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
header{border-bottom:1px solid var(--line);padding:18px 0;background:#fff;position:sticky;top:0;z-index:10}
header .wrap{display:flex;justify-content:space-between;align-items:center}
.logo{font-family:var(--serif);font-weight:900;font-size:20px;letter-spacing:-.04em;display:flex;align-items:center;gap:10px;color:var(--ink)}
.logo .mark{width:30px;height:30px;background:linear-gradient(135deg,var(--accent) 0%,#ff8a00 100%);border-radius:8px;display:grid;place-items:center;color:#fff;font-weight:900;font-size:18px;transform:rotate(-6deg)}
.logo .mark::before{content:"↑"}
.back{font-size:14px;color:var(--mute);font-weight:500}
.back:hover{color:var(--ink)}
main{padding:64px 0 96px}
.eyebrow{font-size:13px;font-weight:700;color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:14px}
h1{font-family:var(--serif);font-weight:900;font-size:clamp(32px,5vw,52px);line-height:1.05;letter-spacing:-.025em;margin-bottom:14px;max-width:18ch}
.meta{font-size:14px;color:var(--mute);margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid var(--line)}
h2{font-family:var(--serif);font-size:26px;font-weight:700;letter-spacing:-.015em;margin-top:48px;margin-bottom:16px;line-height:1.2}
h2:first-child{margin-top:0}
h3{font-size:17px;font-weight:700;margin-top:24px;margin-bottom:10px;color:var(--ink)}
p{margin-bottom:14px;color:#2a2a2a}
ul,ol{margin-left:24px;margin-bottom:18px}
li{margin-bottom:8px;color:#2a2a2a}
.req{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:24px 28px;margin:32px 0;font-size:15px;line-height:1.8}
.req strong{color:var(--ink)}
hr{border:none;border-top:1px solid var(--line);margin:48px 0}
footer{background:#0a0a0a;color:#888;padding:32px 0;font-size:13px;line-height:1.6}
footer a{color:#888;text-decoration:underline}
footer a:hover{color:#fff}
