:root{
--font-display:"Roboto Slab", Georgia, serif;--font-body:"Roboto", system-ui, sans-serif;
--w-display:700;--w-heading:500;--w-body:400;
--accent:hsl(80 34% 42%);--accent-dark:hsl(80 40% 29%);--accent-soft:hsl(80 24% 90%);
--tint:hsl(80 17% 96%);--tint-border:hsl(80 14% 84%);
--bg:hsl(220 13% 97%);--surface:#ffffff;--text:hsl(80 14% 13%);--text-muted:hsl(80 8% 38%);--border:hsl(80 12% 87%);--on-accent:#ffffff;
--radius:18px;--maxw:68ch;--wide:1140px;
--s1:.5rem;--s2:1rem;--s3:1.5rem;--s4:2.4rem;--s5:clamp(2.5rem,6vw,4.5rem);--s6:clamp(3.5rem,9vw,7rem);
}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-weight:var(--w-body);font-size:1.075rem;line-height:1.68;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
h1,h2,h3,h4{font-family:var(--font-display);color:var(--text);line-height:1.12;margin:0 0 .4em;font-weight:var(--w-heading);overflow-wrap:break-word}
h1{font-weight:var(--w-display);font-size:clamp(2.4rem,5.2vw,3.7rem);letter-spacing:-.015em}
h2{font-size:clamp(1.5rem,2.6vw,2rem);letter-spacing:-.01em}
h3{font-size:1.18rem}
h1 em,h2 em,.statement em{font-style:italic;font-weight:inherit;color:var(--accent-dark)}
p{margin:0 0 1.05em}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-dark)}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:var(--wide);margin:0 auto;padding:0 var(--s3)}
.prose{max-width:var(--maxw)}
.prose p:first-of-type{font-size:1.16rem;color:var(--text)}
.lede{font-size:clamp(1.15rem,1.8vw,1.4rem);line-height:1.5;color:var(--text-muted);max-width:54ch;margin:0 0 1.2em;font-weight:var(--w-body)}
.muted{color:var(--text-muted)}
.eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--font-body);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 1rem}
.eyebrow::after{content:"";width:34px;height:2px;background:var(--accent);opacity:.65}
.btn{display:inline-block;font-family:var(--font-body);font-size:.85rem;font-weight:600;letter-spacing:.02em;padding:.7rem 1.3rem;border-radius:var(--radius);text-decoration:none;transition:all .18s ease}
.btn-solid{background:var(--accent);color:var(--on-accent)}.btn-solid:hover{background:var(--accent-dark);color:var(--on-accent)}
.btn-ghost{border:1px solid currentColor;color:var(--accent-dark)}.btn-ghost:hover{background:var(--accent);color:var(--on-accent);border-color:var(--accent)}
.link-arrow{display:inline-block;font-weight:600;font-size:.92rem;background-image:linear-gradient(var(--accent),var(--accent));background-size:0 1.5px;background-position:0 100%;background-repeat:no-repeat;transition:background-size .25s ease}
.link-arrow:hover{background-size:100% 1.5px}
.link-arrow::after{content:" \2192"}

/* ── Seal ──────────────────────────────────────────────────────────── */
.seal{color:var(--accent)}
.seal-sm{width:56px;height:56px}

/* ── Header ────────────────────────────────────────────────────────── */
.head{position:sticky;top:0;z-index:20;background:var(--bg);backdrop-filter:saturate(1.1)}
.head .bar{display:flex;align-items:center;gap:1rem;max-width:var(--wide);margin:0 auto;padding:.95rem var(--s3)}
.brand{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-weight:var(--w-display);font-size:1.22rem;color:var(--text);text-decoration:none;letter-spacing:-.01em}
.brand .seal{width:30px;height:30px}
.head nav{margin-left:auto;display:flex;flex-wrap:wrap;gap:.2rem 1.4rem}
.head nav a{color:var(--text);text-decoration:none;font-size:.92rem;font-weight:500;padding:.15rem 0;border-bottom:2px solid transparent}
.head nav a:hover{color:var(--accent)}.head nav a[aria-current]{border-color:var(--accent)}
.head-band{background:var(--accent)}.head-band .brand,.head-band nav a{color:var(--on-accent)}.head-band .brand .seal{color:var(--on-accent)}.head-band nav a:hover{opacity:.8;color:var(--on-accent)}
.head-minimal{border-bottom:1px solid var(--border)}
.head-bordered{border-top:4px solid var(--accent);border-bottom:1px solid var(--border)}
.head-centered .bar{flex-direction:column;text-align:center;gap:.55rem}.head-centered nav{margin:0 auto}
/* Mobile header: stack the nav full-width below the brand instead of cramping it. */
@media(max-width:640px){
.head .bar{flex-wrap:wrap;gap:.4rem .9rem;padding:.7rem var(--s3)}
.head nav{margin-left:0;width:100%;gap:.35rem 1.15rem}
.head nav a{font-size:.9rem}
.brand{font-size:1.05rem}
.brand .seal{width:26px;height:26px}
}

/* ── Hero ──────────────────────────────────────────────────────────── */
.hero .wrap{padding-top:var(--s5);padding-bottom:var(--s4)}
.hero .statement{margin:0 0 .35em}
.hero .lede{margin-bottom:0}
.hero-media{margin-top:var(--s3)}
.hero-media img{width:100%;border-radius:var(--radius)}
/* full-bleed overlay */
.hero-full{position:relative;color:#fff;isolation:isolate}
.hero-full .bgimg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;border-radius:0}
.hero-full::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(10,12,16,.35) 0%,rgba(10,12,16,.72) 100%)}
.hero-full .wrap{padding-top:clamp(4rem,16vw,9rem);padding-bottom:clamp(3rem,10vw,6rem);max-width:var(--wide)}
.hero-full h1,.hero-full .eyebrow,.hero-full .lede{color:#fff}
.hero-full .eyebrow::after{background:#fff}
.hero-full h1 em{color:#fff}
.hero-full .lede{opacity:.92;max-width:46ch}
/* split colour */
.hero-split .split{display:grid;grid-template-columns:1fr 1fr;min-height:clamp(360px,46vw,560px)}
.hero-split .panel{background:var(--accent);color:var(--on-accent);display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4rem)}
.hero-split .panel h1,.hero-split .panel .eyebrow,.hero-split .panel .lede{color:var(--on-accent)}
.hero-split .panel .eyebrow::after{background:var(--on-accent)}
.hero-split .panel h1 em{color:#fff;opacity:.92}
.hero-split .panel .lede{opacity:.9;max-width:42ch}
.hero-split .photo{background-size:cover;background-position:center}
.hero-split .photo img{width:100%;height:100%;object-fit:cover}
@media(max-width:760px){.hero-split .split{grid-template-columns:1fr}.hero-split .photo{min-height:240px}}
/* tint panel */
.hero-tint .split{display:grid;grid-template-columns:1.05fr .95fr;gap:var(--s4);align-items:center}
.hero-tint .panel{background:var(--tint);border:1px solid var(--tint-border);border-radius:var(--radius);padding:clamp(1.6rem,3vw,2.6rem)}
.hero-tint .photo img{width:100%;border-radius:var(--radius)}
@media(max-width:760px){.hero-tint .split{grid-template-columns:1fr}}
/* editorial 3col */
.hero-edit .cols{display:grid;grid-template-columns:1fr 1.15fr;gap:var(--s4);align-items:start}
.hero-edit .photo img{width:100%;border-radius:var(--radius)}
@media(max-width:760px){.hero-edit .cols{grid-template-columns:1fr}}
/* no-image fallbacks: a seal panel instead of an empty column */
.photo-seal{display:flex;align-items:center;justify-content:center;background:var(--tint);border:1px solid var(--tint-border);border-radius:var(--radius);min-height:240px}
.hero-split .photo-seal{border-radius:0;border:0}
.seal-fill .seal{width:clamp(110px,18vw,180px);height:clamp(110px,18vw,180px);opacity:.85}
.hero-centre{text-align:center;max-width:46ch;margin-inline:auto}
.hero-centre .seal{width:72px;height:72px;margin:0 auto .4rem}
.hero-centre .eyebrow{justify-content:center}

/* ── Sections ──────────────────────────────────────────────────────── */
.section{padding:var(--s5) 0}
.section.band{background:var(--tint);border-top:1px solid var(--tint-border);border-bottom:1px solid var(--tint-border)}
.sec-divider{text-align:center;text-transform:uppercase;letter-spacing:.22em;font-size:.78rem;color:var(--text-muted);font-weight:600;padding:var(--s4) 0;border-bottom:1px solid var(--border)}
.statement-block{max-width:30ch}
.rule{width:48px;height:3px;background:var(--accent);margin:1rem 0 0;border:0}
.split-row{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(1.6rem,4vw,3.5rem);align-items:center}
.split-row.flip{direction:rtl}.split-row.flip>*{direction:ltr}
.split-row img{width:100%;border-radius:var(--radius)}
@media(max-width:760px){.split-row,.split-row.flip{grid-template-columns:1fr;direction:ltr}}

/* ── Image cards / guide grid ──────────────────────────────────────── */
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--s3)}
.card{display:flex;flex-direction:column;border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease,box-shadow .2s ease}
.card .thumb{aspect-ratio:16/10;overflow:hidden;background:var(--tint)}
.card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.card:hover .thumb img{transform:scale(1.045)}
.card .body{padding:1.1rem 1.15rem 1.25rem}
.card h3{margin:0 0 .35em;font-size:1.12rem;color:var(--text);transition:color .15s ease}
.card:hover h3,.card:focus-visible h3{color:var(--accent)}
.card p{margin:0 0 .7em;color:var(--text-muted);font-size:.94rem}
.card .more{font-weight:600;font-size:.86rem;color:var(--accent)}
.card-bordered .card{border:1px solid var(--border);background:var(--surface)}
.card-shadowed .card{background:var(--surface);box-shadow:0 1px 2px rgba(0,0,0,.05),0 10px 26px rgba(0,0,0,.07)}
.card-shadowed .card:hover{transform:translateY(-3px);box-shadow:0 3px 6px rgba(0,0,0,.06),0 18px 40px rgba(0,0,0,.1)}
.card-filled-tint .card{background:var(--tint);border:1px solid var(--tint-border)}
.card-left-accent .card{background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent)}
.card-divided .grid{display:block}
.card-divided .card{flex-direction:row;gap:1.1rem;border-bottom:1px solid var(--border);border-radius:0;padding:1.1rem 0;align-items:center}
.card-divided .card .thumb{flex:0 0 132px;aspect-ratio:4/3;border-radius:var(--radius)}
.card-divided .card .body{padding:0}

/* ── Guide list (text) ─────────────────────────────────────────────── */
.guide-list{list-style:none;padding:0;margin:var(--s3) 0 0}
.guide-list li{padding:1.05rem 0;border-bottom:1px solid var(--border)}
.guide-list li:last-child{border-bottom:0}
.guide-list h3{margin:0 0 .2em;font-size:1.12rem}.guide-list h3 a{color:var(--text)}
.guide-list p{margin:0;color:var(--text-muted);font-size:.94rem}

/* ── Layout: sidebar / directory ───────────────────────────────────── */
.layout-sidebar .cols{display:grid;grid-template-columns:230px 1fr;gap:var(--s4);align-items:start}
.layout-sidebar .side{position:sticky;top:5rem}
.layout-sidebar .side nav{display:flex;flex-direction:column;gap:.5rem}
.layout-sidebar .side nav a{color:var(--text);font-size:.93rem;border-left:2px solid var(--border);padding-left:.7rem}
.layout-sidebar .side nav a:hover{color:var(--accent);border-color:var(--accent)}
@media(max-width:760px){.layout-sidebar .cols{grid-template-columns:1fr}.layout-sidebar .side{position:static}}
.layout-directory .dir{columns:3 230px;column-gap:var(--s4);margin-top:var(--s3)}
.layout-directory .dir .item{break-inside:avoid;margin:0 0 1.1rem}
.layout-directory .dir h3{font-size:1rem;margin:0 0 .15em}.layout-directory .dir h3 a{color:var(--text)}
.layout-directory .dir p{font-size:.85rem;margin:0;color:var(--text-muted)}

/* ── Interior content pages ────────────────────────────────────────── */
.page-head{padding:var(--s4) 0 var(--s2)}
.crumbs{font-size:.76rem;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.9rem}
.crumbs a{color:var(--text-muted)}.crumbs a:hover{color:var(--accent)}
.page-head h1{font-size:clamp(2rem,4vw,3rem);margin:.1em 0 .25em}
.page-head .lede{margin-top:.3em}
.content-cols{display:grid;grid-template-columns:1fr 250px;gap:var(--s5);align-items:start;padding-bottom:var(--s6)}
@media(max-width:900px){.content-cols{grid-template-columns:1fr;gap:var(--s3)}}
.article{max-width:68ch;min-width:0}
.article>p:first-of-type{font-size:1.2rem;line-height:1.55;color:var(--text)}
.article h2{font-size:clamp(1.4rem,2.4vw,1.85rem);margin:1.8em 0 .5em;scroll-margin-top:5rem}
.article h3{margin:1.6em 0 .4em}
.article ul,.article ol{padding-left:1.25rem;margin:0 0 1.1em}
.article li{margin:.3em 0}
.article .post-hero{margin:.4rem 0 1.8rem}
.article .post-hero img{width:100%;border-radius:var(--radius)}
.article figure{margin:1.8em 0}.article figure img{border-radius:var(--radius)}
.article figcaption{color:var(--text-muted);font-size:.85rem;margin-top:.5rem}
.article blockquote.pull{margin:1.8em 0;padding:.2em 0 .2em 1.3rem;border-left:3px solid var(--accent);font-family:var(--font-display);font-size:1.45rem;line-height:1.35;color:var(--text);font-style:italic}
.aside{position:sticky;top:5rem;display:flex;flex-direction:column;gap:1.4rem;font-size:.9rem}
.aside .box{background:var(--tint);border:1px solid var(--tint-border);border-radius:var(--radius);padding:1.1rem 1.2rem}
.aside .box h2{font-family:var(--font-body);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 .7em}
.toc{list-style:none;margin:0;padding:0}
.toc li{margin:.45em 0;line-height:1.3}
.toc a{color:var(--text);font-size:.9rem}.toc a:hover{color:var(--accent)}
.aside .box p{margin:0 0 .6em;color:var(--text-muted)}
.sources{list-style:none;margin:0;padding:0}
.sources li{margin:.45em 0;font-size:.85rem;line-height:1.3}
.reviewed{font-size:.8rem;color:var(--text-muted);margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}
@media(max-width:900px){.aside,.layout-sidebar .side{position:static}}

/* ── Footer ────────────────────────────────────────────────────────── */
footer{margin-top:0;border-top:3px solid var(--accent);background:var(--surface)}
.foot{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:var(--s4);padding:var(--s5) 0 var(--s3)}
.foot .brand{margin-bottom:.7rem}
.foot .blurb{color:var(--text-muted);font-size:.92rem;max-width:38ch}
.foot h4{font-family:var(--font-body);font-size:.74rem;letter-spacing:.13em;text-transform:uppercase;color:var(--text-muted);margin:0 0 .8em;font-weight:700}
.foot ul{list-style:none;margin:0;padding:0}.foot li{margin:.4em 0}
.foot a{color:var(--text);font-size:.92rem}.foot a:hover{color:var(--accent)}
.foot-base{border-top:1px solid var(--border)}
.foot-base .wrap{display:flex;flex-wrap:wrap;gap:.6rem 1.2rem;padding:1rem var(--s3);color:var(--text-muted);font-size:.82rem}
@media(max-width:760px){.foot{grid-template-columns:1fr;gap:var(--s3)}.layout-directory .dir{columns:1}}
