:root{--ink:#10202f;--paper:#fff8ed;--card:#fff;--a:#0f766e;--line:#eadcc8;--muted:#43576a}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:system-ui,-apple-system,Segoe UI,Arial,sans-serif}a{color:inherit}nav{max-width:1120px;margin:auto;padding:1rem;display:flex;justify-content:space-between;gap:1rem}.brand{font:700 1.35rem Georgia,serif;text-decoration:none}.hero{background:linear-gradient(135deg,#0f2f37,#0f766e 58%,#d97706);color:white}.hero section{max-width:1120px;margin:auto;padding:3rem 1rem 4rem}.kicker{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:.75rem}.hero h1{font:700 clamp(2.2rem,8vw,5rem)/.96 Georgia,serif;max-width:900px;margin:.4rem 0}.hero p{max-width:650px}.hero form{display:flex;gap:.6rem;max-width:650px;margin-top:1.4rem}.hero input{flex:1;border:0;border-radius:999px;padding:1rem}.hero button{border:0;border-radius:999px;padding:1rem 1.2rem;background:#10202f;color:white;font-weight:800}main{max-width:1120px;margin:auto;padding:1.2rem 1rem 3rem}.chips{display:flex;gap:.6rem;overflow:auto;margin-bottom:1rem}.chip{white-space:nowrap;background:white;border:1px solid var(--line);border-radius:999px;padding:.65rem .9rem;text-decoration:none}.chip.on{background:var(--ink);color:white}.grid{display:grid;gap:1rem}.card,.article article{background:var(--card);border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 10px 30px #10202f12}.card-body{padding:1.15rem}.thumb{display:block;aspect-ratio:16/10;background:#eee;overflow:hidden}.thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s}.card:hover .thumb img{transform:scale(1.03)}.card b,.article b{color:var(--a)}h2,h1{font-family:Georgia,serif}.card h2{margin:.35rem 0}.card h2 a{text-decoration:none}.card p{color:var(--muted);line-height:1.55}.lead-more{display:none;margin-top:.9rem}.lead-more p,.lead-more h3,.lead-more ul{display:none}.top{background:white;border-bottom:1px solid var(--line)}.article{max-width:880px}.article article{padding:1.2rem}.article h1{font-size:clamp(2rem,7vw,4rem);line-height:1;margin:.35rem 0}.article p,.article li{font-size:1.05rem;line-height:1.75}.article-body h2,.article-body h3{margin-top:1.8rem}.article-body blockquote{border-left:4px solid var(--a);margin:1.4rem 0;padding:.3rem 1rem;background:#f6fbf9;border-radius:0 12px 12px 0}.standfirst{font-size:1.25rem;color:var(--muted)}figure{margin:0}.hero-img{margin:1.2rem 0}.article img{width:100%;border-radius:16px;display:block}.article figcaption{font-size:.88rem;color:#667789;margin-top:.45rem}.gallery{display:grid;gap:1rem;margin-top:2rem}.gallery figure{background:#fff8ed;border:1px solid var(--line);border-radius:18px;padding:.7rem}footer{border-top:1px solid var(--line);padding:2rem 1rem;text-align:center;color:#667789}.site-footer{display:flex;flex-direction:column;gap:.35rem;align-items:center}.site-footer p{margin:0}.site-footer b{display:block;color:var(--ink);font-family:Georgia,serif;font-size:1.1rem}.site-footer .footer-links{font-size:.9rem}.site-footer .footer-links a{color:#667789;text-decoration:none}.site-footer .footer-links a:hover{text-decoration:underline}.site-footer .copyright{font-size:.9rem;color:#7b8a98}@media(min-width:760px){.grid{grid-template-columns:repeat(3,1fr)}.lead{grid-column:1/-1}.lead .thumb{aspect-ratio:21/8}.lead .card-body{display:block}.lead h2{font-size:2.25rem;max-width:900px}.lead .card-main p{max-width:900px}.lead-more{display:block;border-top:1px solid var(--line);margin-top:1rem;padding-top:1rem;padding-bottom:1.35rem;max-height:12.5rem;overflow:hidden;position:relative;max-width:920px}.lead-more::after{content:"[...]";position:absolute;right:0;bottom:0;background:linear-gradient(90deg,rgba(255,255,255,0),var(--card) 35%,var(--card));padding-left:3rem;color:#31495d;font-weight:700}.lead-more p,.lead-more li{display:block;margin:0;color:#31495d;font-size:1rem;line-height:1.55}.lead-more p+p{margin-top:.65rem}.lead-more h3{display:block;margin:.85rem 0 .35rem;color:var(--ink);font:700 1.02rem/1.2 system-ui,-apple-system,Segoe UI,Arial,sans-serif}.lead-more ul{display:block;margin:.3rem 0 .7rem;padding-left:1.1rem}.lead-more li{display:list-item;margin:.14rem 0}.lead-more li::marker{color:var(--a)}.gallery{grid-template-columns:1fr 1fr}.article article{padding:2rem}}
.notify-prompt{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:50;max-width:720px;margin:auto;background:#10202f;color:white;border:1px solid rgba(255,255,255,.18);border-radius:18px;box-shadow:0 20px 60px rgba(16,32,47,.28);padding:1rem;display:flex;gap:.8rem;align-items:center;justify-content:center;flex-wrap:wrap}.notify-prompt div{flex:1 1 260px}.notify-prompt strong{display:block;font-family:Georgia,serif;font-size:1.05rem}.notify-prompt span{display:block;color:#dbe7e6;font-size:.92rem;margin-top:.15rem}.notify-prompt button{border:0;border-radius:999px;padding:.75rem 1rem;background:#0f766e;color:white;font-weight:800;cursor:pointer}.notify-prompt button.quiet{background:transparent;color:#dbe7e6;border:1px solid rgba(255,255,255,.35)}
.infinite-scroll-status{display:flex;justify-content:center;align-items:center;min-height:3rem;margin:1.5rem 0;color:#667789}.load-more{border:1px solid var(--line);border-radius:999px;background:white;color:var(--ink);font-weight:800;padding:.85rem 1.15rem;cursor:pointer}.load-more:hover{border-color:var(--a);color:var(--a)}.loading{position:relative;padding-left:1.8rem}.loading:before{content:"";position:absolute;left:0;top:50%;width:1rem;height:1rem;margin-top:-.5rem;border:2px solid #d8c9b5;border-top-color:var(--a);border-radius:50%;animation:ngspin .8s linear infinite}@keyframes ngspin{to{transform:rotate(360deg)}}
