    :root { --bg:#f8f8f4; --surface:#fffdfa; --fg:#15211b; --muted:#65716a; --soft:#89938d; --border:#dfe5dc; --accent:#e56c32; --accent-dark:#b94818; --body:"DM Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; --display:"Newsreader",Georgia,serif; }
    * { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:var(--bg); color:var(--fg); font-family:var(--body); line-height:1.7; letter-spacing:0; } a { color:inherit; } .wrap { width:min(1120px, calc(100% - 48px)); margin:0 auto; }
    .topbar { position:sticky; top:0; z-index:10; border-bottom:1px solid var(--border); background:rgba(248,248,244,.9); backdrop-filter:blur(16px); }
    .nav { min-height:72px; display:flex; align-items:center; justify-content:space-between; gap:24px; } .brand { display:inline-flex; align-items:center; gap:10px; font-weight:900; text-decoration:none; white-space:nowrap; } .brand img { width:34px; height:34px; border-radius:10px; }
    .links { display:flex; align-items:center; gap:24px; color:var(--muted); font-size:14px; font-weight:800; } .links a { text-decoration:none; } .links a:hover { color:var(--fg); }
    .nav-cta { min-height:40px; display:inline-flex; align-items:center; justify-content:center; padding:0 16px; border-radius:999px; background:var(--accent); color:white; font-weight:900; text-decoration:none; }
    main { padding:54px 0 24px; } .article-hero { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:64px; align-items:end; padding:38px 0 58px; border-bottom:1px solid var(--border); }
    .breadcrumb { color:var(--accent-dark); font-size:13px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; text-decoration:none; }
    h1 { max-width:900px; margin:18px 0 0; font-family:var(--display); font-size:clamp(44px,7vw,86px); line-height:.98; letter-spacing:0; }
    .dek { max-width:760px; margin:26px 0 0; color:var(--muted); font-size:clamp(18px,2vw,22px); line-height:1.5; }
    .article-meta { color:var(--soft); font-size:13px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
    .article-layout { display:grid; grid-template-columns:minmax(0,720px) 260px; gap:80px; padding:54px 0 20px; align-items:start; }
    .article-body h2 { margin:42px 0 0; font-family:var(--display); font-size:clamp(28px,4vw,42px); line-height:1.08; letter-spacing:0; }
    .article-body p, .article-body li { color:var(--muted); font-size:18px; line-height:1.75; } .article-body p { margin:18px 0 0; } .article-body ul { margin:18px 0 0; padding-left:22px; }
    .article-body a { color:var(--accent-dark); font-weight:900; text-decoration:underline; text-decoration-color:#efb99f; text-underline-offset:4px; }
    .side-note { position:sticky; top:104px; display:grid; gap:16px; padding-top:8px; color:var(--muted); font-size:14px; line-height:1.6; } .side-note strong { color:var(--fg); } .side-note a { display:inline-flex; width:fit-content; min-height:40px; align-items:center; justify-content:center; padding:0 16px; border-radius:999px; background:var(--accent); color:white; font-weight:900; text-decoration:none; }
    .next-row { margin-top:56px; padding-top:26px; border-top:1px solid var(--border); display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap:18px; color:var(--muted); } .next-row a { color:var(--accent-dark); font-weight:900; text-decoration:underline; text-decoration-color:#efb99f; text-underline-offset:4px; }
    footer { margin-top:64px; padding:30px 0; border-top:1px solid var(--border); color:var(--muted); font-size:14px; } footer a { color:var(--fg); font-weight:800; }
    @media (max-width:860px) { .wrap { width:min(100% - 32px,1120px); } .nav { align-items:flex-start; flex-direction:column; padding:16px 0; } .links { gap:16px; flex-wrap:wrap; } .article-hero,.article-layout { grid-template-columns:1fr; gap:28px; } .side-note { position:static; border-top:1px solid var(--border); padding-top:24px; } main { padding-top:34px; } }
