@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');
:root{--ink:#151a17;--muted:#667069;--cream:#f7f4ee;--paper:#fff;--red:#bd4a32;--red2:#8c2f22;--green:#234438;--line:#ddd9d0;--shadow:0 18px 60px rgba(19,29,24,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font:16px/1.7 'DM Sans',sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}h1,h2,h3{font-family:'Fraunces',serif;line-height:1.08;margin:.25em 0}.site-header{height:76px;padding:0 max(5vw,24px);display:flex;align-items:center;justify-content:space-between;background:rgba(247,244,238,.95);position:sticky;top:0;z-index:20;border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;font-size:21px;font-weight:700}.brand small{color:var(--red)}.brand-mark{display:grid;place-items:center;width:38px;height:38px;background:var(--green);color:white;border-radius:50%;font-family:'Fraunces',serif}.site-header nav{display:flex;gap:32px;font-weight:600}.site-header nav a:hover{color:var(--red)}.menu{display:none;border:0;background:var(--green);color:white;padding:9px 14px;border-radius:999px}.hero{min-height:610px;background:linear-gradient(90deg,rgba(13,16,14,.94) 0%,rgba(13,16,14,.72) 40%,rgba(13,16,14,.05) 72%),url('/assets/gryderet-hero.png') center/cover;display:flex;align-items:center;color:white;padding:70px max(7vw,28px)}.hero-inner{max-width:650px}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:700;color:#e6a795}.hero h1{font-size:clamp(3rem,7vw,6rem);margin:.15em 0}.hero p{font-size:1.2rem;max-width:550px;color:#e9ebe9}.search{margin-top:28px;display:flex;background:#fff;border-radius:14px;padding:7px;max-width:540px;box-shadow:var(--shadow)}.search input{min-width:0;flex:1;border:0;font:inherit;padding:11px 14px;outline:0}.search button,.button{border:0;background:var(--red);color:#fff;padding:12px 18px;border-radius:10px;font-weight:700;cursor:pointer}.section{padding:88px max(6vw,24px);max-width:1440px;margin:auto}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:32px}.section h2{font-size:clamp(2.25rem,4vw,4rem)}.section-head p{max-width:480px;color:var(--muted)}.country-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.country{min-height:190px;padding:28px;background:var(--green);color:white;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s}.country:nth-child(3n+2){background:#39584d}.country:nth-child(3n){background:var(--red2)}.country:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.country strong{font:700 2rem 'Fraunces',serif}.country span{opacity:.78}.filters{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filter{border:1px solid var(--line);background:white;padding:9px 14px;border-radius:999px;cursor:pointer;font:inherit}.filter.active{background:var(--ink);color:white}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--paper);border-radius:18px;overflow:hidden;border:1px solid var(--line);display:flex;flex-direction:column;transition:.25s}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.card-media{width:100%;height:210px;object-fit:cover}.card-art{height:12px;background:var(--red)}.card-body{padding:26px;display:flex;flex-direction:column;flex:1}.chips{display:flex;gap:6px;flex-wrap:wrap}.chip{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--red)}.card h3{font-size:1.55rem;margin:.6rem 0}.card p{color:var(--muted);margin:0 0 18px}.card .read{margin-top:auto;font-weight:700;color:var(--green)}.archive-empty{display:none}.page-hero{padding:76px max(6vw,24px) 58px;background:var(--green);color:white}.page-hero .wrap,.article,.country-page{max-width:980px;margin:auto}.page-hero h1{font-size:clamp(2.6rem,6vw,5rem)}.breadcrumbs{font-size:.9rem;opacity:.75}.article{background:#fff;margin:48px auto 80px;padding:clamp(28px,6vw,72px);border-radius:24px;box-shadow:var(--shadow)}.article .meta{display:flex;gap:12px;flex-wrap:wrap;padding-bottom:22px;border-bottom:1px solid var(--line);margin-bottom:32px}.article-content h2,.article-content h3{margin-top:1.5em}.article-content li{margin:.6em 0}.article-content a{color:var(--red);text-decoration:underline}.article-content figure{margin:28px 0}.article-content img{display:block;width:100%;height:auto;max-height:760px;object-fit:cover;border-radius:16px;margin:24px 0}.article-content figcaption{font-size:.9rem;color:var(--muted);margin-top:-16px}.country-intro{background:white;padding:28px;border-radius:18px;margin:28px 0}.country-page{padding:60px 24px 90px}footer{padding:52px max(6vw,24px);background:var(--ink);color:white;display:flex;justify-content:space-between;gap:30px}footer p{color:#aeb6b1}footer>div:last-child{display:flex;gap:25px}.footer-brand{font-size:1.35rem}@media(max-width:850px){.cards,.country-grid{grid-template-columns:repeat(2,1fr)}.site-header nav{display:none;position:absolute;top:76px;left:0;right:0;background:var(--paper);padding:24px;flex-direction:column}.site-header nav.open{display:flex}.menu{display:block}.hero{min-height:550px;background-position:65% center}.section-head{display:block}}@media(max-width:560px){.cards,.country-grid{grid-template-columns:1fr}.hero{min-height:520px}.hero h1{font-size:3rem}.section{padding:62px 20px}.search button{padding:10px}.article{margin:0;border-radius:0;padding:28px 20px}.page-hero{padding:56px 20px}footer{flex-direction:column}footer>div:last-child{flex-direction:column;gap:10px}}
.country{position:relative;padding-right:88px}.country-flag{position:absolute;top:22px;right:24px;font-size:2.5rem;line-height:1;opacity:1!important;filter:drop-shadow(0 2px 3px rgba(0,0,0,.2))}