:root{--bg:#f7f4ef;--surface:#fff;--surface-muted:#efe9df;--ink:#17212b;--muted:#65707a;--line:#ded6ca;--brand:#0f4c5c;--brand-strong:#092f38;--accent:#bf3f2f;--accent-soft:#f3d7cf;--focus:#f2b84b;--shadow:0 18px 50px #17212b1f}*{box-sizing:border-box}html{background:var(--bg);min-width:320px;color:var(--ink)}body{text-rendering:optimizelegibility;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input{font:inherit}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.site-shell{min-height:100vh}.site-header{background:var(--surface);border-bottom:1px solid var(--line);z-index:20;position:sticky;top:0}.header-inner,.main-content,.footer-inner{max-width:1180px;margin:0 auto;padding:0 24px}.header-inner{justify-content:space-between;align-items:center;gap:24px;min-height:72px;display:flex}.brand{color:var(--brand-strong);flex-direction:column;font-weight:800;line-height:1.05;display:inline-flex}.brand-mark{color:var(--accent);text-transform:uppercase;font-size:.78rem;font-weight:700}.brand-name{font-size:1.55rem}.primary-nav{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.primary-nav a{color:var(--muted);border-radius:999px;padding:8px 12px;font-size:.95rem;font-weight:700}.primary-nav a:hover{background:var(--surface-muted);color:var(--brand-strong)}.main-content{padding-top:32px;padding-bottom:56px}.site-footer{background:var(--brand-strong);color:#f7f4ef;margin-top:40px}.footer-inner{flex-wrap:wrap;justify-content:space-between;gap:16px;padding-top:28px;padding-bottom:28px;display:flex}.footer-inner a{color:#f2b84b;font-weight:700}.hero{grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:28px;margin-bottom:42px;display:grid}.lead-story,.side-panel,.article-card,.search-panel,.article-hero{background:var(--surface);border:1px solid var(--line);border-radius:8px;overflow:hidden}.lead-story{box-shadow:var(--shadow)}.lead-image,.card-image,.article-cover{aspect-ratio:16/9;background:var(--surface-muted);object-fit:cover;width:100%}.lead-body,.card-body,.side-panel,.search-panel,.article-copy,.article-heading{padding:22px}.kicker{color:var(--accent);text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:800;display:inline-block}.lead-story h1,.article-heading h1{margin:0 0 14px;font-size:clamp(2rem,4vw,4rem);line-height:1.02}.lead-story p,.article-heading p,.page-intro p{color:var(--muted);margin:0;font-size:1.08rem}.meta-row{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;margin-top:16px;font-size:.92rem;display:flex}.meta-row span+span:before{color:var(--line);content:"/";margin-right:8px}.section-header{border-bottom:2px solid var(--brand);justify-content:space-between;align-items:flex-end;gap:18px;margin:36px 0 18px;padding-bottom:10px;display:flex}.section-header h2,.side-panel h2,.page-intro h1{margin:0}.section-link{color:var(--accent);font-weight:800}.news-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.article-card{flex-direction:column;min-width:0;display:flex}.article-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px #17212b1f}.card-body{flex-direction:column;flex:1;display:flex}.article-card h3{margin:0 0 10px;font-size:1.2rem;line-height:1.25}.article-card p{color:var(--muted);margin:0}.article-card .meta-row{margin-top:auto;padding-top:16px}.stack-list{gap:16px;margin-top:18px;display:grid}.stack-item{border-top:1px solid var(--line);padding-top:16px}.stack-item:first-child{border-top:0;padding-top:0}.stack-item h3{margin:0 0 6px;font-size:1rem;line-height:1.3}.stack-item p{color:var(--muted);margin:0}.page-intro{max-width:760px;margin-bottom:26px}.page-intro h1{font-size:clamp(2rem,5vw,3.4rem);line-height:1.05}.content-list{gap:18px;display:grid}.wide-card{grid-template-columns:minmax(220px,.42fr) minmax(0,.58fr);display:grid}.wide-card .card-image{height:100%}.article-hero{margin-bottom:26px}.article-copy{background:var(--surface);border:1px solid var(--line);border-radius:8px}.article-copy p{margin:0 0 20px;font-size:1.08rem}.article-copy p:last-child{margin-bottom:0}.tag-list{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.tag-list span{background:var(--accent-soft);color:#7c271f;border-radius:999px;padding:6px 10px;font-size:.86rem;font-weight:800}.search-form{gap:12px;display:flex}.search-form input{border:1px solid var(--line);color:var(--ink);border-radius:8px;flex:1;min-width:0;padding:12px 14px}.search-form button{background:var(--brand);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:12px 18px;font-weight:800}.empty-state{background:var(--surface-muted);border:1px dashed var(--line);color:var(--muted);border-radius:8px;padding:22px}@media (max-width:900px){.header-inner{flex-direction:column;align-items:flex-start;gap:14px;padding-top:16px;padding-bottom:16px}.primary-nav{justify-content:flex-start}.hero,.news-grid,.wide-card{grid-template-columns:1fr}}@media (max-width:560px){.header-inner,.main-content,.footer-inner{padding-left:16px;padding-right:16px}.lead-body,.card-body,.side-panel,.search-panel,.article-copy,.article-heading{padding:18px}.search-form{flex-direction:column}.search-form button{width:100%}}
