:root {
    --paper: #f4efe4;
    --paper-warm: #faf6ee;
    --ink: #121110;
    --muted: #5c564c;
    --rule: #d9cfc0;
    --crimson: #9b1c2e;
    --crimson-dark: #701222;
    --crimson-soft: rgba(155, 28, 46, 0.08);
    --green: #1a3d32;
    --green-light: #2a5a4a;
    --white: #fffdf9;
    --focus: #0b57d0;
    --gold: #b8956a;
    --shadow-sm: 0 4px 16px rgba(18, 17, 16, 0.06);
    --shadow-md: 0 12px 40px rgba(18, 17, 16, 0.1);
    --shadow-lg: 0 24px 60px rgba(18, 17, 16, 0.14);
    --radius: 4px;
    --radius-lg: 8px;
    --header-h: 0px;
    --nav-transition: 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
    margin: 0;
    font-family: "Source Serif 4", Georgia, "Times New Roman", serif;
    color: var(--ink);
    background: linear-gradient(180deg, var(--paper-warm) 0%, var(--paper) 22%);
    line-height: 1.72;
    font-size: 1.0625rem;
    overflow-x: hidden;
}
body.nav-open { overflow: hidden; }

img { max-width: 100%; height: auto; display: block; }
figure { margin: 0; max-width: 100%; }
figcaption {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-size: .72rem;
    color: var(--muted);
    margin-top: .5rem;
}
a { color: var(--crimson); text-underline-offset: 0.2em; transition: color .15s ease; }
a:hover { color: var(--crimson-dark); }

h1, h2, h3, h4, .brand-name {
    font-family: "Newsreader", Georgia, serif;
    font-weight: 650;
    letter-spacing: -0.028em;
    line-height: 1.14;
    color: var(--ink);
}
h1 { font-size: clamp(1.85rem, 5vw, 3.2rem); }
h2 { font-size: clamp(1.45rem, 3.2vw, 2rem); }
h3 { font-size: clamp(1.15rem, 2.4vw, 1.35rem); }

.skip-link {
    position: absolute; left: 0.75rem; top: -3rem;
    background: var(--ink); color: var(--white);
    padding: 0.55rem 0.9rem; z-index: 2000;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase; letter-spacing: .1em; font-size: .85rem;
    text-decoration: none;
}
.skip-link:focus { top: 0.75rem; }

.wrap { width: min(1160px, calc(100% - 1.5rem)); margin-left: auto; margin-right: auto; }

/* ── Buttons ── */
.btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-height: 3rem; padding: 0 1.35rem;
    border: 1px solid transparent; border-radius: var(--radius);
    font-family: "Barlow Condensed", sans-serif;
    font-size: .92rem; letter-spacing: .12em;
    text-transform: uppercase; text-decoration: none;
    cursor: pointer; font-weight: 600;
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}
.btn-primary { background: var(--crimson); color: #fff; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--crimson-dark); color: #fff; box-shadow: var(--shadow-md); transform: translateY(-1px); }
.btn-ghost { background: transparent; border-color: currentColor; color: inherit; }
.btn-block { width: 100%; }
.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
    outline: 3px solid var(--focus); outline-offset: 3px;
}

/* ── Cookie banner ── */
.cookie-banner {
    position: fixed; inset: auto 0.75rem 0.75rem 0.75rem; z-index: 150;
    background: var(--ink); color: var(--white);
    padding: 1.1rem 1.25rem; border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    max-width: 640px; margin-inline: auto;
}
.cookie-inner { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; justify-content: space-between; }
.cookie-banner h2 { margin: 0 0 .35rem; font-size: 1rem; color: var(--white); }
.cookie-banner p { margin: 0; color: #e8dfd0; font-size: .92rem; line-height: 1.55; }
.cookie-banner a { color: #f2d9a8; }
.cookie-actions { display: flex; gap: .55rem; flex-wrap: wrap; }

/* ── Header ── */
.site-header {
    background: var(--white);
    box-shadow: 0 1px 0 var(--rule);
}
.mast-meta {
    display: flex; justify-content: space-between; align-items: center;
    gap: .5rem 1rem; flex-wrap: wrap;
    border-bottom: 1px solid var(--rule);
    padding: .45rem clamp(0.75rem, 3vw, 1.5rem);
    font-size: .7rem;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .1em; text-transform: uppercase;
    color: var(--muted); background: #ece4d6;
}
.mast-meta a { color: var(--muted); text-decoration: none; }
.mast-meta a:hover { color: var(--crimson); }

.header-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(1rem, 3vw, 1.65rem) 1rem clamp(0.75rem, 2vw, 1.05rem);
    border-bottom: 3px double var(--ink);
    background: linear-gradient(180deg, #fffaf2 0%, transparent 100%);
    position: relative;
}
.brand {
    text-decoration: none; color: var(--ink);
    display: inline-flex; flex-direction: column; gap: .2rem; align-items: center;
    text-align: center;
}
.brand-kicker {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .26em; text-transform: uppercase;
    font-size: .68rem; color: var(--crimson);
}
.brand-name { font-size: clamp(1.65rem, 6vw, 3.4rem); line-height: 1.05; }
.brand-tag {
    font-size: clamp(.88rem, 2.5vw, 1rem);
    color: var(--muted);
    font-family: "Source Serif 4", serif;
    max-width: 28rem; line-height: 1.45;
}

.nav-bar {
    display: flex; align-items: center; justify-content: center;
    border-bottom: 1px solid var(--rule);
    background: var(--white);
}
.menu-btn {
    display: none;
    align-items: center; justify-content: center; gap: .4rem;
    background: var(--paper-warm);
    border: 1px solid var(--rule);
    min-height: 2.75rem;
    padding: 0 .7rem 0 .55rem;
    cursor: pointer;
    border-radius: var(--radius);
    z-index: 120;
    flex-shrink: 0;
}
.menu-btn-bars {
    display: block; width: 1.15rem; height: 2px;
    background: var(--ink); position: relative;
}
.menu-btn-bars::before, .menu-btn-bars::after {
    content: ""; position: absolute; left: 0; width: 1.15rem; height: 2px; background: var(--ink);
    transition: transform var(--nav-transition), top var(--nav-transition);
}
.menu-btn-bars::before { top: -6px; }
.menu-btn-bars::after { top: 6px; }
.menu-btn[aria-expanded="true"] .menu-btn-bars { background: transparent; }
.menu-btn[aria-expanded="true"] .menu-btn-bars::before { top: 0; transform: rotate(45deg); }
.menu-btn[aria-expanded="true"] .menu-btn-bars::after { top: 0; transform: rotate(-45deg); }
.menu-btn-text {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .12em; text-transform: uppercase;
    font-size: .78rem; font-weight: 600; color: var(--ink);
}
.nav-drawer-label { display: none; }

.site-nav {
    display: flex; justify-content: center; align-items: center;
    gap: clamp(0.5rem, 2vw, 1.4rem);
    flex-wrap: wrap;
    padding: .7rem clamp(0.75rem, 3vw, 1.5rem);
}
.nav-link {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .13em; text-transform: uppercase;
    text-decoration: none; color: var(--ink);
    font-size: clamp(.78rem, 2vw, .88rem);
    font-weight: 600;
    padding: .35rem 0;
    border-bottom: 2px solid transparent;
    transition: color .15s ease, border-color .15s ease;
    white-space: nowrap;
}
.nav-link:hover { color: var(--crimson); }
.nav-link[aria-current="page"] { color: var(--crimson); border-bottom-color: var(--crimson); }

.nav-overlay {
    display: none;
    position: fixed; inset: 0;
    background: rgba(18, 17, 16, 0.5);
    z-index: 110;
    opacity: 0;
    transition: opacity var(--nav-transition);
    pointer-events: none;
}
.nav-overlay.visible { opacity: 1; pointer-events: auto; }

/* ── Edition strip ── */
.edition-strip {
    background: linear-gradient(90deg, var(--green) 0%, var(--green-light) 100%);
    color: #eef5f1;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .11em; text-transform: uppercase;
    font-size: clamp(.72rem, 2vw, .82rem);
    padding: .6rem clamp(0.75rem, 3vw, 1.5rem);
    text-align: center;
}

/* ── Homepage lead ── */
.lead-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: clamp(1.25rem, 3vw, 2rem);
    padding: clamp(1.25rem, 3vw, 2rem) 0 clamp(1.5rem, 4vw, 2.5rem);
}
.lead-story { display: flex; flex-direction: column; }
.lead-story h1 { margin: .35rem 0 .85rem; }
.lead-title-link { color: inherit; text-decoration: none; transition: color .15s ease; }
.lead-title-link:hover { color: var(--crimson); }
.btn-center { border-color: var(--rule); color: var(--ink); }
.article-inline-media {
    margin: 1.75rem 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
}
.article-inline-media img { width: 100%; max-width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; margin-inline: auto; }
.lead-story .meta { font-family: "Barlow Condensed", sans-serif; letter-spacing: .12em; text-transform: uppercase; color: var(--crimson); font-size: .8rem; }
.lead-story p { font-size: clamp(1rem, 2.2vw, 1.1rem); }
.lead-media {
    margin: 1.25rem 0 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}
.lead-media img { width: 100%; max-width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: center; margin-inline: auto; }

.stack-story {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: .85rem; align-items: start;
    border-top: 1px solid var(--rule);
    padding: 1rem 0;
}
.stack-story:first-child { border-top: 0; padding-top: 0; }
.stack-story img {
    width: 110px; height: 86px;
    object-fit: cover; border-radius: var(--radius);
}
.stack-story h2 { font-size: clamp(1.05rem, 2.5vw, 1.15rem); margin: .1rem 0 .3rem; line-height: 1.25; }
.stack-story h2 a { color: var(--ink); text-decoration: none; }
.stack-story h2 a:hover { color: var(--crimson); }
.stack-story p { margin: 0; font-size: .95rem; color: var(--muted); line-height: 1.55; }

/* ── Sections ── */
.section { padding: clamp(2rem, 5vw, 3rem) 0; }
.section-tight { padding-top: 0; }
.section-muted { background: rgba(255, 253, 249, 0.7); border-block: 1px solid var(--rule); }
.section-head { margin-bottom: clamp(1rem, 3vw, 1.5rem); max-width: 44rem; }
.section-head h2 { margin: 0 0 .5rem; }
.section-head p { color: var(--muted); margin: 0; }
.kicker {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .16em; text-transform: uppercase;
    color: var(--crimson); font-size: .75rem; margin: 0 0 .35rem;
}

/* ── Story cards (section pages) ── */
.story-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2.5vw, 1.35rem);
}
.story-card {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}
.story-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.story-card > a:first-child { display: block; overflow: hidden; }
.story-card > a:first-child img { transition: transform .35s ease; }
.story-card:hover > a:first-child img { transform: scale(1.03); }
.story-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.story-card .pad { padding: 1.15rem 1.2rem 1.3rem; }
.story-card h3 { margin: .15rem 0 .45rem; }
.story-card h3 a { color: var(--ink); text-decoration: none; }
.story-card h3 a:hover { color: var(--crimson); }
.story-card p { color: var(--muted); margin: 0; font-size: .98rem; line-height: 1.6; }

/* ── News grid (reports) ── */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1rem, 2.5vw, 1.5rem);
}
.news-card {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    display: flex; flex-direction: column;
    transition: transform .2s ease, box-shadow .2s ease;
}
.news-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.news-card-media { display: block; overflow: hidden; }
.news-card-media img {
    width: 100%; aspect-ratio: 16/10; object-fit: cover;
    transition: transform .35s ease;
}
.news-card:hover .news-card-media img { transform: scale(1.03); }
.news-card-body { padding: 1.15rem 1.2rem 1.35rem; flex: 1; display: flex; flex-direction: column; }
.news-card-meta { font-family: "Barlow Condensed", sans-serif; font-size: .78rem; letter-spacing: .06em; color: var(--muted); margin: 0 0 .45rem; }
.news-card-body h3 { margin: 0 0 .55rem; line-height: 1.28; }
.news-card-body h3 a { color: var(--ink); text-decoration: none; }
.news-card-body h3 a:hover { color: var(--crimson); }
.news-card-body p { color: var(--muted); margin: 0 0 .85rem; font-size: .96rem; line-height: 1.58; flex: 1; }
.news-card-link {
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase; letter-spacing: .12em;
    font-size: .78rem; font-weight: 600;
    text-decoration: none; color: var(--crimson);
}
.news-card-link:hover { color: var(--crimson-dark); }

.news-card--featured {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
}
.news-card--featured .news-card-media img { aspect-ratio: 16/9; height: 100%; min-height: 280px; }
.news-card--featured .news-card-body { padding: clamp(1.25rem, 3vw, 2rem); justify-content: center; }
.news-card--featured h3 { font-size: clamp(1.35rem, 3vw, 1.85rem); }

/* ── Split layouts ── */
.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 4vw, 2.5rem);
    align-items: center;
}
.split > * { min-width: 0; }
.split > figure,
.rounded-media {
    width: 100%;
    margin: 0;
}
.split img, .rounded-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    object-position: center;
    margin-inline: auto;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}
.prose p { color: var(--ink); margin: 0; }
.prose p + p { margin-top: 1rem; }
.prose h2 { margin: 0 0 .75rem; }
.prose .btn + .btn { margin-left: .45rem; margin-top: .5rem; }

/* ── Page head ── */
.page-head {
    padding: clamp(1.75rem, 4vw, 2.5rem) 0 .75rem;
    border-bottom: 1px solid var(--rule);
    margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
    background: linear-gradient(180deg, rgba(255,250,242,.8), transparent);
}
.page-head h1 { margin: .15rem 0 .55rem; }
.lede { font-size: clamp(1.05rem, 2.5vw, 1.18rem); color: var(--muted); max-width: 44rem; line-height: 1.65; margin: 0; }

/* ── Article page ── */
.article-page { padding-bottom: clamp(2rem, 5vw, 3.5rem); }
.article-hero { margin-bottom: clamp(1.5rem, 4vw, 2.5rem); }
.article-hero-inner { padding: clamp(1.25rem, 3vw, 2rem) 0 1.25rem; }
.breadcrumb {
    font-family: "Barlow Condensed", sans-serif;
    font-size: .78rem; letter-spacing: .08em;
    text-transform: uppercase; color: var(--muted);
    margin-bottom: .85rem;
    display: flex; flex-wrap: wrap; gap: .35rem .5rem; align-items: center;
}
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--crimson); }
.article-meta {
    font-family: "Barlow Condensed", sans-serif;
    font-size: .82rem; letter-spacing: .06em;
    color: var(--muted); margin: 0 0 .65rem;
}
.article-hero h1 { margin: 0 0 .75rem; max-width: 20em; }
.article-dek {
    font-size: clamp(1.05rem, 2.5vw, 1.22rem);
    color: var(--muted); max-width: 42rem;
    line-height: 1.62; margin: 0;
}
.article-hero-media {
    width: 100%; max-height: min(56vh, 520px);
    overflow: hidden;
}
.article-hero-media img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: min(56vh, 520px);
    object-fit: cover;
    object-position: center;
    margin-inline: auto;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: start;
}
.prose-article { max-width: 42rem; }
.prose-article p {
    font-size: clamp(1.02rem, 2.2vw, 1.125rem);
    line-height: 1.78;
    color: var(--ink);
}
.prose-article p + p { margin-top: 1.15rem; }
.prose-article h2 {
    font-size: clamp(1.25rem, 2.6vw, 1.55rem);
    margin: 2rem 0 .85rem;
}
.prose-article p:first-of-type::first-letter {
    font-family: "Newsreader", serif;
    font-size: 3.4em; float: left;
    line-height: .82; margin: .06em .12em 0 0;
    color: var(--crimson); font-weight: 650;
}
.pull-quote {
    margin: 1.75rem 0;
    padding: .35rem 0 .35rem 1.15rem;
    border-left: 3px solid var(--crimson);
}
.pull-quote p {
    font-family: "Newsreader", serif;
    font-size: clamp(1.2rem, 2.6vw, 1.45rem) !important;
    line-height: 1.35 !important;
    color: var(--ink) !important;
    font-weight: 600;
    margin: 0 !important;
}
.article-hero-media figcaption {
    width: min(1160px, calc(100% - 1.5rem));
    margin: .55rem auto 0;
}
.article-footer-note {
    margin-top: 2rem !important;
    padding-top: 1.25rem;
    border-top: 1px solid var(--rule);
    font-size: .95rem !important;
    color: var(--muted) !important;
}

.article-aside { position: sticky; top: calc(var(--header-h, 120px) + 1rem); }
.aside-block {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: var(--radius-lg);
    padding: 1.2rem 1.25rem;
    box-shadow: var(--shadow-sm);
}
.aside-block + .aside-block { margin-top: 1rem; }
.aside-block h2 {
    font-size: .95rem;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .12em; text-transform: uppercase;
    margin: 0 0 .85rem; color: var(--ink);
}
.aside-list { list-style: none; padding: 0; margin: 0; }
.aside-list li + li { margin-top: .85rem; padding-top: .85rem; border-top: 1px solid var(--rule); }
.aside-list a {
    display: block; color: var(--ink);
    text-decoration: none; font-size: .98rem;
    line-height: 1.4; font-weight: 600;
    font-family: "Newsreader", serif;
}
.aside-list a:hover { color: var(--crimson); }
.aside-list span {
    display: block; font-family: "Barlow Condensed", sans-serif;
    font-size: .72rem; letter-spacing: .06em;
    color: var(--muted); margin-top: .25rem;
}
.aside-cta p { font-size: .92rem; color: var(--muted); margin: 0 0 1rem; line-height: 1.55; }

/* ── Misc blocks ── */
.desk-list { display: grid; gap: 1rem; }
.desk-item {
    border-left: 3px solid var(--crimson);
    padding: .85rem 0 .85rem 1.15rem;
    background: var(--white);
    border-radius: 0 var(--radius) var(--radius) 0;
    box-shadow: var(--shadow-sm);
}
.desk-item h3 { margin: 0 0 .4rem; font-size: 1.1rem; }
.desk-item p { color: var(--muted); margin: 0; font-size: .98rem; }

.faq { display: grid; gap: .85rem; }
.faq article {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: var(--radius-lg);
    padding: 1.15rem 1.25rem;
    box-shadow: var(--shadow-sm);
}
.faq h3 { margin: 0 0 .4rem; font-size: 1.05rem; }
.faq p { color: var(--muted); margin: 0; font-size: .98rem; }

.photo-band {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2rem;
    overflow: hidden;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}
.photo-band img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: clamp(200px, 42vw, 420px);
    object-fit: cover;
    object-position: center;
    margin-inline: auto;
}

/* ── Contact ── */
.contact-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: clamp(1.25rem, 3vw, 2rem);
    padding: 1.25rem 0 2rem;
}
.contact-panel {
    background: var(--white);
    border: 1px solid var(--rule);
    border-radius: var(--radius-lg);
    padding: 1.35rem;
    box-shadow: var(--shadow-sm);
}
.contact-panel, .contact-panel p, .contact-note { color: var(--ink); }
.contact-form .field, .contact-form .hp-field { margin-bottom: 1rem; }
.contact-form label {
    display: block;
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .08em; text-transform: uppercase;
    font-size: .8rem; margin-bottom: .35rem;
}
.contact-form input, .contact-form textarea {
    width: 100%; border: 1px solid #c4b9a8;
    border-radius: var(--radius);
    background: var(--white); padding: .75rem .85rem;
    font: inherit; color: var(--ink);
    transition: border-color .15s ease, box-shadow .15s ease;
}
.contact-form input:focus, .contact-form textarea:focus {
    border-color: var(--crimson);
    box-shadow: 0 0 0 3px var(--crimson-soft);
    outline: none;
}
.hp-field { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.form-alert { background: #f8e8e8; border: 1px solid #c98989; border-radius: var(--radius); padding: .85rem 1rem; margin-bottom: 1rem; }
.form-success { background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius-lg); padding: 1.5rem; }

.map-block { margin-top: 1rem; border: 1px solid var(--rule); border-radius: var(--radius-lg); overflow: hidden; }
.map-embed { width: 100%; min-height: 380px; height: 380px; border: 0; background: #e6e0d4; display: block; }
.map-section { padding-bottom: 3rem; }

.legal-doc { max-width: 44rem; padding-bottom: 3rem; }
.legal-doc h2 { font-size: 1.25rem; margin: 1.6rem 0 .55rem; }
.legal-doc ul { padding-left: 1.2rem; }
.legal-contact { background: var(--white); border: 1px solid var(--rule); border-radius: var(--radius); padding: 1rem; margin: 1rem 0; }

/* ── Footer ── */
.site-footer {
    background: linear-gradient(180deg, #181614 0%, #121110 100%);
    color: #efe7d8;
    margin-top: clamp(2rem, 5vw, 3rem);
    padding: clamp(2rem, 5vw, 3rem) clamp(0.75rem, 3vw, 1.5rem) 1.25rem;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: clamp(1.25rem, 3vw, 1.75rem);
    width: min(1160px, 100%); margin: 0 auto;
}
.footer-brand { font-family: "Newsreader", serif; font-size: 1.4rem; margin: 0 0 .55rem; color: #fff; }
.footer-about p { color: #d8cdb8; font-size: .95rem; line-height: 1.6; }
.footer-title {
    font-family: "Barlow Condensed", sans-serif;
    letter-spacing: .14em; text-transform: uppercase;
    font-size: .82rem; color: var(--gold); margin: 0 0 .65rem;
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li + li { margin-top: .4rem; }
.footer-links a, .site-footer a { color: #efe7d8; text-decoration: none; font-size: .95rem; }
.footer-links a:hover { color: #fff; }
.footer-base {
    width: min(1160px, 100%); margin: 1.75rem auto 0;
    border-top: 1px solid #3a352c;
    padding-top: 1rem;
    font-size: .85rem; color: #b8aa94;
    text-align: center;
}
address { font-style: normal; }

/* ── Tablet ── */
@media (max-width: 960px) {
    .lead-grid { grid-template-columns: 1fr; }
    .lead-media { order: -1; margin: 0 0 1.1rem; }
    .story-row, .news-grid { grid-template-columns: repeat(2, 1fr); }
    .news-card--featured { grid-template-columns: 1fr; }
    .news-card--featured .news-card-media img { min-height: 220px; aspect-ratio: 16/10; height: auto; }
    .split, .contact-layout, .footer-grid, .article-layout { grid-template-columns: 1fr; }
    .article-aside { position: static; }
    .article-hero h1 { max-width: none; }
    .article-hero-media img { height: min(42vh, 360px); }

    .mast-meta { display: none; }
    .header-shell {
        position: sticky; top: 0; z-index: 115;
        justify-content: space-between;
        align-items: center;
        padding: .55rem .85rem;
        min-height: 3.6rem;
        border-bottom: 1px solid var(--rule);
        background: rgba(255, 253, 249, 0.96);
        backdrop-filter: blur(8px);
    }
    .brand { align-items: flex-start; text-align: left; }
    .brand-kicker, .brand-tag { display: none; }
    .brand-name { font-size: 1.28rem; letter-spacing: -0.03em; }
    .menu-btn { display: inline-flex; }
    .nav-overlay { display: block; }
    .nav-bar { border: 0; background: transparent; }
    .nav-drawer-label {
        display: block;
        font-family: "Barlow Condensed", sans-serif;
        letter-spacing: .16em; text-transform: uppercase;
        font-size: .72rem; color: var(--muted);
        margin: 0 0 .75rem;
    }
    .site-nav {
        position: fixed;
        top: 0; right: 0; bottom: 0; left: auto;
        width: min(88vw, 20rem);
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 4.75rem 1.25rem calc(2rem + env(safe-area-inset-bottom));
        background: var(--white);
        box-shadow: var(--shadow-lg);
        transform: translateX(105%);
        transition: transform var(--nav-transition);
        z-index: 118;
        overflow-y: auto;
    }
    .site-nav.open { transform: translateX(0); }
    .nav-link {
        font-size: 1.02rem;
        padding: .95rem 0;
        border-bottom: 1px solid var(--rule);
        white-space: normal;
    }
    .nav-link[aria-current="page"] {
        border-bottom-color: var(--rule);
        color: var(--crimson);
    }
}

/* ── Mobile ── */
@media (max-width: 720px) {
    body { font-size: 1rem; }
    .wrap { width: min(1160px, calc(100% - 1.25rem)); }

    .mast-meta { display: none; }

    .header-shell {
        position: sticky; top: 0; z-index: 115;
        justify-content: space-between;
        align-items: center;
        padding: .55rem .85rem;
        min-height: 3.6rem;
        border-bottom: 1px solid var(--rule);
        background: rgba(255, 253, 249, 0.96);
        backdrop-filter: blur(8px);
    }
    .brand { align-items: flex-start; text-align: left; }
    .brand-kicker, .brand-tag { display: none; }
    .brand-name { font-size: 1.22rem; letter-spacing: -0.03em; }
    .menu-btn { display: inline-flex; }
    .nav-overlay { display: block; }

    .nav-bar { border: 0; background: transparent; }
    .nav-drawer-label {
        display: block;
        font-family: "Barlow Condensed", sans-serif;
        letter-spacing: .16em; text-transform: uppercase;
        font-size: .72rem; color: var(--muted);
        margin: 0 0 .75rem;
    }
    .site-nav {
        position: fixed;
        top: 0; right: 0; bottom: 0; left: auto;
        width: min(88vw, 20rem);
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        padding: 4.75rem 1.25rem calc(2rem + env(safe-area-inset-bottom));
        background: var(--white);
        box-shadow: var(--shadow-lg);
        transform: translateX(105%);
        transition: transform var(--nav-transition);
        z-index: 118;
        overflow-y: auto;
    }
    .site-nav.open { transform: translateX(0); }
    .nav-link {
        font-size: 1.02rem;
        padding: .95rem 0;
        border-bottom: 1px solid var(--rule);
        white-space: normal;
    }
    .nav-link[aria-current="page"] {
        border-bottom-color: var(--rule);
        color: var(--crimson);
    }

    .edition-strip {
        text-align: left;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .stack-story {
        grid-template-columns: 1fr;
        gap: .7rem;
        padding: 1.15rem 0;
    }
    .stack-story img {
        width: 100%; height: 190px;
        border-radius: var(--radius-lg);
    }

    .story-row, .news-grid { grid-template-columns: 1fr; }
    .news-card--featured .news-card-body { padding: 1.15rem 1.1rem 1.3rem; }

    .cookie-banner {
        inset: auto 0 0 0;
        max-width: none;
        border-radius: 1rem 1rem 0 0;
        padding: 1.15rem 1rem calc(1.1rem + env(safe-area-inset-bottom));
    }
    .cookie-inner { flex-direction: column; align-items: stretch; }
    .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
    .cookie-actions .btn { width: 100%; min-height: 2.85rem; }

    .prose-article p:first-of-type::first-letter { font-size: 2.6em; }
    .article-hero-media img { height: min(38vh, 280px); }
    .article-hero-inner { padding-top: 1rem; }

    .map-embed { min-height: 260px; height: 260px; }

    .footer-grid { grid-template-columns: 1fr; gap: 1.35rem; }
    .footer-block + .footer-block { padding-top: 1rem; border-top: 1px solid #3a352c; }
    .btn { min-height: 2.85rem; }
}

@media (max-width: 400px) {
    .wrap { width: calc(100% - 1rem); }
    .brand-name { font-size: 1.12rem; }
    .cookie-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
