/*
Theme Name: Strathard in the Landscape
Theme URI: https://www.ccstrathard.org
Author: Strathard Community Council
Description: Self-contained, accessible civic website for Strathard Community Council.
Version: 7.3.5
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: strathard
*/

:root {
    --ink: #102b25;
    --forest: #123c32;
    --forest-bright: #1f5a49;
    --deep: #071f19;
    --lime: #d8ef48;
    --lime-soft: #edf7a5;
    --cream: #f3f0e6;
    --paper: #fffdf8;
    --white: #ffffff;
    --muted: #53665f;
    --line: rgba(16, 43, 37, 0.17);
    --shadow: 0 18px 48px rgba(7, 31, 25, 0.10);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.5; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #f1c84b; outline-offset: 3px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto !important; width: auto; height: auto; top: 8px; left: 8px; padding: 12px 16px; background: #fff; color: #000; z-index: 9999; font-weight: 800; }

.utility-bar { min-height: 35px; display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 7px clamp(22px, 4vw, 64px); color: rgba(255,255,255,.82); background: var(--deep); font-size: 11px; }
.utility-bar a { white-space: nowrap; }
.utility-bar a:hover { color: var(--lime); }
.utility-bar strong { color: var(--lime); }
.utility-actions { display: flex; align-items: center; gap: clamp(18px, 3vw, 44px); }
.utility-actions .flood-link { display: inline-flex; align-items: center; gap: 5px; }
.site-header { min-height: 142px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px clamp(16px, 2vw, 30px); padding: 10px clamp(22px, 4vw, 64px) 0; position: sticky; top: 0; z-index: 50; background: rgba(255,253,248,.98); border-bottom: 1px solid var(--line); box-shadow: 0 7px 22px rgba(7,31,25,.07); }
.site-identity { grid-column: 1; grid-row: 1; display: flex; align-items: center; flex: 0 0 auto; }
.site-identity .custom-logo-link, .site-identity .brand-fallback { display: flex; align-items: center; }
.site-identity .custom-logo, .site-identity .brand-fallback img { width: clamp(210px, 17vw, 260px) !important; height: auto !important; object-fit: contain; object-position: left center; }
.primary-nav { grid-column: 1 / -1; grid-row: 2; width: 100%; margin: 0; border-top: 1px solid var(--line); }
.primary-nav ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0 clamp(13px, 2vw, 30px); margin: 0; padding: 0; list-style: none; }
.primary-nav a { display: block; padding: 13px 3px 14px; font-size: 11px; font-weight: 800; white-space: nowrap; border-bottom: 2px solid transparent; }
.primary-nav a:hover, .primary-nav .current-menu-item > a, .primary-nav .current_page_item > a { color: var(--forest-bright); border-color: var(--lime); }
.primary-nav li:nth-last-child(3) a { padding: 12px 13px; color: #fff; background: var(--forest); border: 0; }
.primary-nav li:nth-last-child(3) a:hover { color: var(--lime); background: var(--deep); }
.search-action { grid-column: 3; grid-row: 1; justify-self: end; flex: 0 0 auto; font-size: 11px; font-weight: 800; }
.search-action span { font-size: 18px; margin-left: 4px; }
.menu-toggle { display: none; margin-left: auto; border: 0; padding: 11px 14px; color: #fff; background: var(--forest); font-weight: 800; cursor: pointer; }

.hero { min-height: 650px; position: relative; overflow: hidden; color: #fff; background-color: var(--deep); background-image: var(--hero-image); background-size: cover; background-position: center; }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,27,21,.92), rgba(5,27,21,.64) 47%, rgba(5,27,21,.12) 82%), linear-gradient(0deg, rgba(5,27,21,.6), transparent 46%); }
.hero-content { position: relative; z-index: 2; max-width: 790px; padding: 100px clamp(24px, 8vw, 118px) 145px; }
.eyebrow, .section-kicker { margin: 0; text-transform: uppercase; letter-spacing: 2.2px; font-size: 11px; line-height: 1.4; font-weight: 900; }
.eyebrow { display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--lime); }
.hero h1 { max-width: 720px; margin: 23px 0 25px; font: 400 clamp(57px, 6.2vw, 92px)/.98 var(--serif); letter-spacing: -4px; }
.hero-intro { max-width: 610px; color: rgba(255,255,255,.9); font: 18px/1.7 var(--serif); }
.hero-actions { display: flex; align-items: center; gap: 32px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 22px; min-width: 210px; padding: 16px 20px; font-size: 12px; font-weight: 900; }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { background: #efff66; }
.button-dark { color: #fff; background: var(--deep); }
.button-dark:hover { color: var(--lime); }
.text-link { padding-bottom: 5px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.65); font-size: 12px; font-weight: 900; }
.text-link:hover { color: var(--lime); }
.villages { min-height: 70px; position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: flex; align-items: center; gap: 38px; padding: 0 clamp(24px, 8vw, 118px); background: rgba(7,35,28,.58); border-top: 1px solid rgba(255,255,255,.2); }
.villages span { font-size: 11px; font-weight: 800; }
.villages i { display: inline-block; width: 5px; height: 5px; margin-right: 9px; border-radius: 50%; background: var(--lime); }

.civic-dashboard { display: grid; grid-template-columns: 1.25fr 1fr 1fr; background: var(--line); gap: 1px; }
.civic-dashboard article { min-height: 185px; display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 30px clamp(22px, 3.2vw, 48px); background: #fff; }
.civic-dashboard article:first-child { background: var(--cream); }
.civic-dashboard .dashboard-action { color: #fff; background: var(--forest); }
.dashboard-number { color: var(--forest-bright); font: italic 13px var(--serif); }
.dashboard-action .dashboard-number, .dashboard-action .section-kicker { color: var(--lime); }
.civic-dashboard h2 { margin: 10px 0 18px; font: 400 22px/1.25 var(--serif); }
.civic-dashboard a { font-size: 11px; font-weight: 900; text-decoration: underline; text-underline-offset: 5px; }
.quick-links { display: grid; grid-template-columns: .8fr repeat(4, 1fr); padding: 0 clamp(24px, 6vw, 88px); background: #fff; border-bottom: 1px solid var(--line); }
.quick-links > * { min-height: 70px; display: flex; align-items: center; padding: 20px; border-right: 1px solid var(--line); }
.quick-heading { color: var(--muted); font: italic 17px var(--serif); }
.quick-links a { justify-content: space-between; font-size: 11px; font-weight: 900; }
.quick-links a:hover { background: var(--cream); }

.strathard-essentials { position: relative; overflow: hidden; display: grid; grid-template-columns: minmax(260px,.72fr) 1.55fr; gap: clamp(38px,6vw,90px); padding: 78px clamp(24px,8vw,118px); color: #fff; background: var(--deep); }
.strathard-essentials::before { content: ''; position: absolute; width: 620px; height: 620px; right: -220px; top: -330px; border: 1px solid rgba(216,239,72,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(216,239,72,.025), 0 0 0 160px rgba(216,239,72,.018); pointer-events: none; }
.essentials-heading, .essentials-grid { position: relative; z-index: 1; }
.essentials-heading .section-kicker { color: var(--lime); }
.essentials-heading h2 { margin: 15px 0 20px; font: 400 clamp(38px,4vw,58px)/1.02 var(--serif); letter-spacing: -1.5px; }
.essentials-heading > p:last-child { max-width: 470px; color: rgba(255,255,255,.7); font: 17px/1.65 var(--serif); }
.essentials-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.2); }
.essential-card { min-height: 345px; display: flex; flex-direction: column; padding: 30px; background: #123c32; }
.essential-card:nth-child(2) { background: #17483b; }
.essential-plans { background: #f3f0e6; color: var(--ink); }
.essential-status, .essential-label { display: flex; align-items: center; min-height: 23px; color: var(--lime); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.4px; }
.essential-status i { width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(216,239,72,.14); }
.essential-plans .essential-label { color: var(--forest-bright); }
.essential-card h3 { margin: 30px 0 12px; font: 400 27px/1.12 var(--serif); }
.essential-card > p { color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.65; }
.essential-plans > p { color: var(--muted); }
.essential-actions { display: grid; gap: 10px; margin-top: auto; padding-top: 24px; }
.essential-actions a { display: flex; justify-content: space-between; gap: 12px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.18); color: #fff; font-size: 11px; font-weight: 900; }
.essential-actions a:hover { color: var(--lime); }
.essential-plans .essential-actions a { color: var(--ink); border-color: var(--line); }
.essential-plans .essential-actions a:hover { color: var(--forest-bright); }

.content-section, .intro-section, .updates-section { padding: 86px clamp(24px, 8vw, 118px); }
.intro-section, .split-intro { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 9vw; }
.section-kicker { color: var(--muted); }
.intro-section h2, .section-title, .cta-band h2, .split-intro h2 { margin: 18px 0; font: 400 clamp(40px, 4.5vw, 66px)/1.04 var(--serif); letter-spacing: -2px; }
.intro-copy { color: #344c44; font: 20px/1.65 var(--serif); }
.underline-link { display: inline-flex; gap: 35px; padding-bottom: 7px; border-bottom: 2px solid var(--ink); font-size: 11px; font-weight: 900; }
.priority-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(24px, 6vw, 88px) 105px; gap: 1px; background: var(--line); }
.priority-card { min-height: 300px; padding: 34px; background: var(--paper); transition: transform .2s ease, background .2s ease; }
.priority-card:hover { color: #fff; background: var(--forest); transform: translateY(-4px); }
.priority-icon { width: 48px; height: 48px; display: grid; place-items: center; color: var(--forest-bright); border: 1px solid #6f8e81; border-radius: 50%; font-size: 21px; }
.priority-card h3 { margin: 43px 0 12px; font: 400 23px var(--serif); }
.priority-card p { min-height: 70px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.priority-card:hover p { color: rgba(255,255,255,.82); }
.card-link { font-size: 11px; font-weight: 900; }
.reporting-band { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 9vw; padding: 74px clamp(24px, 8vw, 118px); color: #fff; background: var(--forest); }
.reporting-band h2 { margin: 15px 0; font: 400 clamp(35px, 4vw, 56px)/1.06 var(--serif); }
.reporting-band p:not(.section-kicker) { max-width: 760px; color: rgba(255,255,255,.78); font: 17px/1.7 var(--serif); }
.reporting-band .section-kicker { color: var(--lime); }
.reporting-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 24px; }
.updates-section { background: var(--cream); }
.section-heading-row { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 44px; }
.updates-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.update-card, .update-placeholder { background: #fff; }
.update-card > a { display: block; height: 100%; }
.update-card img { width: 100%; height: 230px; object-fit: cover; }
.update-body, .update-placeholder { padding: 25px; }
.update-meta { color: var(--forest-bright); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.update-body h2, .update-body h3, .update-placeholder h3 { font: 400 24px/1.2 var(--serif); }
.update-body p, .update-placeholder p { color: var(--muted); }
.update-body span, .update-placeholder a { font-size: 11px; font-weight: 900; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 64px clamp(24px, 8vw, 118px); background: var(--lime); }
.cta-band h2 { max-width: 850px; }

.page-hero { min-height: 390px; position: relative; display: flex; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(6,35,28,.97), rgba(10,54,43,.76)), var(--hero-image) center/cover; }
.page-hero-inner { width: 100%; padding: 72px clamp(24px, 8vw, 118px); }
.page-hero h1 { max-width: 980px; margin: 22px 0 18px; font: 400 clamp(50px, 6.8vw, 86px)/1 var(--serif); letter-spacing: -3px; }
.page-hero-inner > p:last-child:not(.eyebrow) { max-width: 760px; margin: 0; color: rgba(255,255,255,.86); font: 19px/1.65 var(--serif); }
.entry-content { max-width: 960px; }
.entry-content p, .entry-content li { color: #344c44; font: 18px/1.75 var(--serif); }
.entry-content a { color: var(--forest-bright); text-decoration: underline; text-underline-offset: 4px; }
.entry-content h2, .entry-content h3 { font-family: var(--serif); font-weight: 400; }
.entry-content h2 { margin-top: 1.5em; font-size: 40px; }
.entry-content h3 { font-size: 28px; }
.prose-page { margin-inline: auto; }

.principles-section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.principles-section article { min-height: 255px; padding: 42px clamp(24px, 4vw, 58px); background: var(--cream); }
.principles-section span { color: var(--forest-bright); font: italic 13px var(--serif); }
.principles-section h2 { margin: 48px 0 12px; font: 400 30px var(--serif); }
.principles-section p { color: var(--muted); line-height: 1.65; }
.councillor-section { scroll-margin-top: 110px; }
.section-note { max-width: 330px; color: var(--muted); }
.councillor-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 12px; }
.councillor-grid article { min-height: 135px; position: relative; padding: 26px; background: #fff; border: 1px solid var(--line); }
.councillor-card--photo { padding: 0 !important; overflow: hidden; }
.councillor-portrait-full { width: 100%; display: block; overflow: visible; background: #e8eee9; }
.councillor-portrait-full img { width: 100%; height: auto !important; max-height: none !important; object-fit: unset !important; object-position: initial !important; }
.councillor-details { padding: 24px 26px 27px; }
.role-marker { display: block; width: 28px; height: 3px; margin-bottom: 22px; background: var(--lime); }
.councillor-grid h3 { margin: 0 0 7px; font: 400 22px var(--serif); }
.councillor-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.councillor-council-role { font-weight: 800; letter-spacing: .01em; }
.councillor-leads { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.councillor-leads h4 { margin: 0 0 10px; color: var(--forest-bright); font: 900 11px/1.2 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.councillor-leads ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.councillor-leads li { position: relative; margin: 0; padding-left: 16px; color: #24443a; font-size: 13px; font-weight: 750; line-height: 1.45; }
.councillor-leads li::before { content: ''; position: absolute; top: .55em; left: 0; width: 7px; height: 7px; background: var(--lime); border-radius: 50%; }

.meeting-feature { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 60px clamp(24px, 8vw, 118px); background: var(--lime); }
.meeting-feature h2 { max-width: 820px; margin: 12px 0; font: 400 clamp(34px, 4vw, 54px)/1.1 var(--serif); }
.meeting-feature p { margin-bottom: 0; }
.meeting-schedule-section { background: var(--paper); }
.schedule-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.schedule-heading > div { max-width: 720px; }
.schedule-heading h2 { margin: 12px 0; font: 400 clamp(38px, 4vw, 54px)/1.08 var(--serif); }
.schedule-heading p:last-child { margin: 0; color: var(--muted); }
.meeting-schedule-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 0; padding: 0; list-style: none; }
.meeting-date-card { min-height: 156px; display: grid; grid-template-columns: 92px 1fr; align-items: stretch; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 2px; box-shadow: 0 9px 26px rgba(7, 31, 25, .06); }
.meeting-date-block { display: grid; align-content: center; justify-items: center; padding: 20px 12px; color: #fff; background: var(--forest); text-transform: uppercase; }
.meeting-date-block span { color: var(--lime); font-size: 12px; font-weight: 900; letter-spacing: 1.4px; }
.meeting-date-block strong { font: 400 42px/1 var(--serif); }
.meeting-date-details { align-self: center; padding: 23px 25px; }
.meeting-date-details h3 { margin: 0 0 9px; font: 400 23px/1.2 var(--serif); }
.meeting-date-details p { margin: 0; color: var(--muted); font-size: 14px; }
.meeting-kind { display: inline-block; margin-bottom: 9px; padding: 5px 8px; color: var(--deep); background: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .7px; text-transform: uppercase; }
.meeting-date-card-agm { border: 2px solid var(--forest); }
.meeting-date-card-agm .meeting-date-block { background: var(--deep); }
.schedule-note { margin: 22px 0 0; padding: 18px 20px; color: #354b43; background: var(--lime-soft); border-left: 5px solid var(--forest); font-size: 13px; }
.meeting-guide { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; }
.meeting-guide > div h2 { margin: 15px 0; font: 400 48px/1.1 var(--serif); }
.meeting-guide ol { margin: 0; padding: 0; list-style: none; }
.meeting-guide li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.meeting-guide li > span { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-weight: 900; }
.meeting-guide h3 { margin: 0 0 6px; font: 400 24px var(--serif); }
.meeting-guide p { margin: 0; color: var(--muted); }
.recent-records { padding-top: 25px; }
.record-list { border-top: 1px solid var(--line); }
.record-list article { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 23px 8px; border-bottom: 1px solid var(--line); }
.record-list span { color: var(--forest-bright); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.record-list h3 { display: inline; margin: 0 18px; font: 400 21px var(--serif); }
.record-list time { color: var(--muted); font-size: 12px; }
.record-list a { font-size: 11px; font-weight: 900; }

.anchor-nav { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: center; gap: 28px; padding: 17px 24px; background: #fff; border-bottom: 1px solid var(--line); }
.anchor-nav span { color: var(--muted); font: italic 16px var(--serif); }
.anchor-nav a { font-size: 11px; font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.work-section { min-height: 430px; display: grid; grid-template-columns: .25fr 1fr; gap: 7vw; padding: 76px clamp(24px, 12vw, 185px); border-bottom: 1px solid var(--line); scroll-margin-top: 56px; }
.work-section:nth-child(odd) { background: var(--cream); }
.work-number { color: var(--forest-bright); font: italic 17px var(--serif); }
.work-section h2 { max-width: 820px; margin: 15px 0 20px; font: 400 clamp(38px, 4vw, 58px)/1.08 var(--serif); }
.work-section p:not(.section-kicker) { max-width: 850px; color: var(--muted); font: 18px/1.7 var(--serif); }
.work-section a { display: inline-block; margin-top: 15px; padding-bottom: 6px; border-bottom: 2px solid var(--ink); font-size: 11px; font-weight: 900; }

.document-centre { padding-top: 70px; }
.archive-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 38px; padding: 38px 42px; color: #fff; background: var(--forest); }
.archive-intro h2 { margin: 10px 0 8px; font: 400 clamp(31px, 4vw, 48px)/1.05 var(--serif); }
.archive-intro p:last-child { margin: 0; color: rgba(255,255,255,.78); }
.archive-intro .section-kicker { color: var(--lime); }
.archive-stat { min-width: 150px; padding-left: 30px; border-left: 1px solid rgba(255,255,255,.25); }
.archive-stat strong, .archive-stat span { display: block; }
.archive-stat strong { color: var(--lime); font: 400 54px/1 var(--serif); }
.archive-stat span { margin-top: 7px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.archive-status { display: flex; align-items: flex-start; gap: 20px; margin: 18px 0; padding: 17px 20px; background: var(--lime-soft); border-left: 5px solid var(--forest); font-size: 13px; }
.archive-status strong { flex: 0 0 auto; }
.archive-status span { color: #354b43; }
.document-tools { display: grid; grid-template-columns: 1fr 220px; gap: 20px; align-items: end; padding: 24px 0 17px; }
.document-tools label > span { display: block; margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.document-tools input, .document-tools select { width: 100%; min-height: 54px; padding: 14px 17px; color: var(--ink); background: #fff; border: 1px solid #7b8c85; }
.filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; padding-bottom: 5px; }
.filter-buttons button { padding: 10px 16px; color: var(--ink); background: transparent; border: 1px solid #86958f; font-size: 12px; font-weight: 800; cursor: pointer; }
.filter-buttons button.active, .filter-buttons button[aria-pressed='true'] { color: #fff; background: var(--forest); border-color: var(--forest); }
.archive-results-heading { display: flex; align-items: center; justify-content: space-between; min-height: 58px; }
.result-count { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.clear-filters { padding: 8px 0; color: var(--forest); background: transparent; border: 0; font-size: 12px; font-weight: 900; text-decoration: underline; cursor: pointer; }
.document-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.document-grid article { min-height: 285px; display: flex; flex-direction: column; padding: 26px; background: #fff; border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.document-grid article[hidden], .empty-state[hidden], .clear-filters[hidden] { display: none !important; }
.document-grid article:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #7c9489; }
.document-card-top { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .8px; }
.document-type { color: var(--forest-bright); font-weight: 900; }
.document-grid h3 { margin: 31px 0 10px; font: 400 23px/1.2 var(--serif); }
.document-grid > article > p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.55; }
.document-actions { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.document-actions a { font-size: 11px; font-weight: 900; }
.document-actions a:hover { color: var(--forest-bright); text-decoration: underline; }
.empty-state { padding: 42px; text-align: center; background: var(--cream); }

.newsletter-centre { padding-top: 65px; }
.newsletter-heading { display: grid; grid-template-columns: 320px 1fr; align-items: center; gap: 7vw; margin-bottom: 50px; }
.newsletter-heading img { width: 320px; }
.newsletter-heading p { max-width: 720px; color: var(--muted); font: 20px/1.65 var(--serif); }
.newsletter-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.newsletter-card { min-height: 330px; display: grid; grid-template-columns: 135px 1fr; background: #fff; border: 1px solid var(--line); }
.newsletter-card.latest { grid-column: 1 / -1; min-height: 360px; grid-template-columns: minmax(220px, .65fr) 1.35fr; background: var(--cream); }
.newsletter-mark { display: flex; align-items: center; padding: 22px; background: #eef2ec; overflow: hidden; }
.newsletter-mark img { width: 100%; }
.newsletter-body { display: flex; flex-direction: column; padding: 30px; }
.latest-label { align-self: flex-start; margin-bottom: 25px; padding: 7px 10px; color: #fff; background: var(--forest); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.newsletter-body time { color: var(--forest-bright); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.newsletter-body h2 { margin: 12px 0; font: 400 26px/1.18 var(--serif); }
.newsletter-card.latest h2 { font-size: clamp(34px, 4vw, 54px); }
.newsletter-body > p { color: var(--muted); }

.report-lead { padding: 35px clamp(24px, 8vw, 118px) 80px; }
.report-step { display: grid; grid-template-columns: 80px 1fr; gap: 5vw; padding: 48px 0; border-bottom: 1px solid var(--line); }
.report-step > span { width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font: 400 22px var(--serif); }
.report-step h2 { max-width: 850px; margin: 12px 0; font: 400 clamp(36px, 4.2vw, 58px)/1.08 var(--serif); }
.report-step p:not(.section-kicker) { max-width: 820px; color: var(--muted); font: 18px/1.7 var(--serif); }
.report-step .button, .report-step .underline-link { margin-top: 16px; }
.responsibility-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; background: var(--cream); }
.responsibility-grid > div > h2 { margin: 14px 0; font: 400 46px/1.1 var(--serif); }
.service-cards { display: grid; gap: 12px; }
.service-cards article { padding: 25px; background: #fff; border: 1px solid var(--line); }
.service-cards h3 { margin: 0 0 8px; font: 400 24px var(--serif); }
.service-cards p { color: var(--muted); }
.service-cards a { font-size: 11px; font-weight: 900; text-decoration: underline; }
.not-emergency { display: flex; justify-content: center; gap: 20px; padding: 25px; color: #fff; background: #7c241f; }

.emergency-banner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 30px clamp(24px,8vw,118px); color: #fff; background: #7c241f; }
.emergency-banner .section-kicker { color: #fff1ae; }
.emergency-banner h2 { margin: 7px 0 0; font: 400 clamp(25px,3vw,39px)/1.15 var(--serif); }
.emergency-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 9px; }
.emergency-actions a { padding: 12px 15px; color: #fff; border: 1px solid rgba(255,255,255,.52); font-size: 11px; font-weight: 900; }
.emergency-actions a:first-child { color: #651d19; background: #fff; }

.flood-service-section { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.35fr .65fr; gap: clamp(40px,8vw,120px); align-items: center; color: #fff; background: linear-gradient(135deg,#0a3027,#174f40); }
.flood-service-section::after { content: '≈'; position: absolute; right: -20px; bottom: -105px; color: rgba(216,239,72,.09); font: 400 330px/1 var(--serif); transform: rotate(-9deg); pointer-events: none; }
.flood-service-copy, .flood-contact-card { position: relative; z-index: 1; }
.live-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 27px; padding: 8px 12px; color: var(--lime); border: 1px solid rgba(216,239,72,.5); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.2px; }
.live-pill i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(216,239,72,.12); }
.flood-service-copy .section-kicker { color: var(--lime); }
.flood-service-copy h2 { margin: 13px 0 22px; font: 400 clamp(42px,5vw,68px)/1 var(--serif); letter-spacing: -2px; }
.flood-service-copy > p:not(.section-kicker) { max-width: 760px; color: rgba(255,255,255,.8); font: 17px/1.65 var(--serif); }
.flood-service-copy .quick-dial { color: #fff !important; font-family: var(--sans) !important; font-size: 12px !important; font-weight: 800; }
.flood-service-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button-outline-light { color: #fff; border: 1px solid rgba(255,255,255,.65); }
.button-outline-light:hover { color: var(--deep); background: #fff; }
.flood-contact-card { padding: 34px; background: rgba(255,255,255,.96); color: var(--ink); border-top: 5px solid var(--lime); box-shadow: 0 22px 60px rgba(0,0,0,.18); }
.flood-contact-card > span { display: block; color: var(--forest-bright); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.3px; }
.flood-contact-card > a { display: block; margin: 22px 0 15px; font: 400 clamp(29px,3vw,43px) var(--serif); }
.flood-contact-card > a:hover { text-decoration: underline; text-underline-offset: 5px; }
.flood-contact-card p { color: var(--muted); font-size: 13px; line-height: 1.65; }

.contacts-section { background: var(--cream); }
.contacts-heading { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: end; margin-bottom: 45px; }
.contacts-heading .section-kicker { grid-column: 1; }
.contacts-heading h2 { grid-column: 1; margin: 8px 0 0; font: 400 clamp(43px,5vw,68px)/1 var(--serif); }
.contacts-heading > p:last-child { grid-column: 2; grid-row: 1 / span 2; margin: 0; color: var(--muted); font: 17px/1.65 var(--serif); }
.contact-number-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.contact-number-grid article { min-height: 315px; display: flex; flex-direction: column; padding: 29px; background: #fff; border: 1px solid rgba(16,43,37,.12); }
.contact-number-grid article > span { color: var(--forest-bright); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.1px; }
.contact-number-grid h3 { margin: 28px 0 6px; font: 400 25px var(--serif); }
.contact-number-grid article > a:not(.contact-web-link) { font: 400 clamp(23px,2.4vw,34px) var(--serif); word-break: break-word; }
.contact-number-grid article > a:not(.contact-web-link):hover { color: var(--forest-bright); text-decoration: underline; text-underline-offset: 5px; }
.contact-number-grid p { color: var(--muted); font-size: 13px; line-height: 1.65; }
.contact-web-link { margin-top: auto; padding-top: 16px; border-top: 1px solid var(--line); font-size: 11px; font-weight: 900; }
.resilience-links { padding-top: 75px; background: #fff; }
.resilience-links .authority-heading > span { color: var(--ink); background: var(--lime); }

.authority-section { padding-bottom: 40px; }
.park-section { padding-top: 30px; padding-bottom: 80px; }
.authority-heading { display: flex; align-items: center; gap: 24px; margin-bottom: 36px; }
.authority-heading > span { width: 64px; height: 64px; display: grid; place-items: center; color: #fff; background: var(--forest); border-radius: 50%; font-weight: 900; }
.authority-heading h2 { margin: 8px 0 0; font: 400 clamp(34px, 4vw, 52px)/1.1 var(--serif); }
.official-link-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.official-link-grid > a { min-height: 295px; display: flex; flex-direction: column; padding: 27px; background: #fff; border: 1px solid var(--line); }
.official-link-grid > a:hover { color: #fff; background: var(--forest); box-shadow: var(--shadow); }
.official-link-grid span { color: var(--forest-bright); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.official-link-grid > a:hover span { color: var(--lime); }
.official-link-grid h3 { margin: 31px 0 9px; font: 400 25px var(--serif); }
.official-link-grid p { color: var(--muted); line-height: 1.65; }
.official-link-grid > a:hover p { color: rgba(255,255,255,.8); }
.official-link-grid strong { margin-top: auto; font-size: 11px; }
.link-guidance { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 60px clamp(24px, 8vw, 118px); background: var(--lime); }
.link-guidance h2 { margin: 10px 0; font: 400 40px var(--serif); }

.plans-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: end; }
.plans-intro-copy { color: #41564e; font: 18px/1.75 var(--serif); }
.life-plan-section { padding: 82px clamp(24px,8vw,118px) 95px; background: var(--cream); }
.life-plan-heading { max-width: 790px; margin-bottom: 43px; }
.life-plan-heading h2, .relationship-copy h2 { margin: 12px 0 18px; font: 400 clamp(42px,5vw,68px)/1 var(--serif); letter-spacing: -2px; }
.life-plan-heading > p:last-child { color: var(--muted); }
.life-plan-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.life-plan-card { position: relative; overflow: hidden; min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 30px; color: #fff; background: var(--forest); box-shadow: 0 15px 40px rgba(7,31,25,.1); transition: transform .2s ease, box-shadow .2s ease; }
.life-plan-card::after { content: ''; position: absolute; width: 240px; height: 240px; right: -110px; top: -100px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.025),0 0 0 90px rgba(255,255,255,.018); }
.plan-kinlochard { background: #235d4c; }
.plan-west { background: #0d3028; }
.life-plan-card:hover { transform: translateY(-7px); box-shadow: 0 24px 52px rgba(7,31,25,.2); }
.plan-number { color: var(--lime); font: italic 18px var(--serif); }
.life-plan-card > div { position: relative; z-index: 1; }
.life-plan-card p { color: rgba(255,255,255,.68); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.2px; }
.life-plan-card h3 { min-height: 86px; margin: 13px 0 38px; font: 400 clamp(31px,3vw,44px)/1.02 var(--serif); }
.life-plan-card div > span { display: flex; justify-content: space-between; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.25); font-size: 11px; font-weight: 900; }
.life-plan-card b { color: var(--lime); }
.plan-relationship { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; padding: 90px clamp(24px,8vw,118px); }
.relationship-steps { margin: 0; padding: 0; list-style: none; }
.relationship-steps li { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.relationship-steps li > span { width: 45px; height: 45px; display: grid; place-items: center; color: var(--lime); background: var(--forest); border-radius: 50%; font-weight: 900; }
.relationship-steps h3 { margin: 2px 0 8px; font: 400 24px var(--serif); }
.relationship-steps p { margin: 0; color: var(--muted); line-height: 1.65; }
.plan-official-actions { grid-column: 2; display: flex; flex-wrap: wrap; align-items: center; gap: 25px; margin-top: 10px; }
.plans-note { display: grid; grid-template-columns: 1fr 1.1fr auto; gap: 50px; align-items: center; padding: 62px clamp(24px,8vw,118px); background: var(--lime); }
.plans-note h2 { margin: 9px 0 0; font: 400 clamp(30px,3.5vw,48px)/1.05 var(--serif); }
.plans-note > p { color: #344a2a; line-height: 1.65; }

.contact-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 7vw; }
.contact-layout > div h2 { margin: 14px 0 20px; font: 400 clamp(34px, 4vw, 54px) var(--serif); word-break: break-word; }
.contact-layout > div > p:not(.section-kicker) { color: var(--muted); font: 18px/1.7 var(--serif); }
.contact-layout aside { padding: 32px; color: #fff; background: var(--forest); }
.contact-layout aside h2 { margin-top: 0; font: 400 29px var(--serif); }
.contact-layout aside li { margin-bottom: 13px; color: rgba(255,255,255,.82); }
.contact-layout aside a { color: var(--lime); font-size: 11px; font-weight: 900; text-decoration: underline; }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.contact-options article { min-height: 250px; padding: 38px clamp(24px, 4vw, 55px); background: var(--cream); }
.contact-options h2 { margin: 25px 0 10px; font: 400 29px var(--serif); }
.contact-options p { color: var(--muted); }
.contact-options a { font-size: 11px; font-weight: 900; text-decoration: underline; }

.search-page .search-form { display: flex; max-width: 780px; }
.search-form label { flex: 1; }
.search-form input[type='search'] { width: 100%; min-height: 56px; padding: 15px 17px; border: 1px solid #75877f; }
.search-form input[type='submit'] { padding: 0 25px; color: #fff; background: var(--forest); border: 0; font-weight: 900; cursor: pointer; }
.search-summary { margin: 35px 0 15px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1px; }
.search-results article { padding: 28px 0; border-bottom: 1px solid var(--line); }
.search-results article > span { color: var(--forest-bright); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.search-results h2 { margin: 8px 0; font: 400 28px var(--serif); }
.search-results p { color: var(--muted); }
.search-results article > a:last-child { font-size: 11px; font-weight: 900; }
.navigation.pagination { margin-top: 35px; }
.nav-links { display: flex; gap: 8px; }
.page-numbers { padding: 9px 13px; border: 1px solid var(--line); }
.page-numbers.current { color: #fff; background: var(--forest); }

.not-found { min-height: 600px; position: relative; padding: 100px clamp(24px, 9vw, 135px); color: #fff; background: linear-gradient(90deg, rgba(6,35,28,.95), rgba(6,35,28,.58)), var(--hero-image) center/cover; }
.not-found h1 { max-width: 850px; margin: 22px 0; font: 400 clamp(54px, 7vw, 92px)/.98 var(--serif); letter-spacing: -3px; }
.not-found > p:not(.eyebrow) { max-width: 650px; color: rgba(255,255,255,.82); font: 18px/1.7 var(--serif); }
.recovery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.recovery-grid a { min-height: 220px; padding: 38px; background: var(--cream); }
.recovery-grid span { color: var(--forest-bright); font: italic 13px var(--serif); }
.recovery-grid h2 { margin: 40px 0 8px; font: 400 29px var(--serif); }
.recovery-grid p { color: var(--muted); }

.site-footer { padding: 63px clamp(24px, 8vw, 118px) 23px; color: #fff; background: var(--deep); }
.footer-page-navigation { margin-bottom: 45px; padding-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-page-navigation ul { display: flex; flex-wrap: wrap; gap: 9px 27px; margin: 0; padding: 0; list-style: none; }
.site-footer .footer-page-navigation a { margin: 0; color: #fff; font-size: 11px; font-weight: 900; }
.footer-page-navigation a:hover, .footer-page-navigation .current-menu-item > a, .footer-page-navigation .current_page_item > a { color: var(--lime); }
.footer-main { display: grid; grid-template-columns: 1.55fr 1fr 1fr 1fr; gap: 50px; padding-bottom: 48px; }
.footer-brand .custom-logo-link, .footer-brand .brand-fallback { display: block; width: 245px; padding: 8px; background: #fff; }
.footer-brand .custom-logo, .footer-brand img { width: 100% !important; height: auto !important; }
.footer-brand p { max-width: 300px; margin-top: 22px; color: rgba(255,255,255,.7); font: 15px/1.6 var(--serif); }
.site-footer h2 { margin-top: 0; color: var(--lime); font-size: 10px; text-transform: uppercase; letter-spacing: 2px; }
.site-footer a { display: block; margin: 7px 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.7; }
.site-footer a:hover { color: var(--lime); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 13px 27px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.14); }
.footer-legal a { margin: 0; font-size: 11px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.footer-base { display: flex; justify-content: space-between; gap: 20px; padding-top: 21px; color: rgba(255,255,255,.56); border-top: 1px solid rgba(255,255,255,.14); font-size: 10px; }
.cookie-notice { position: fixed; z-index: 999; left: 20px; right: 20px; bottom: 18px; max-width: 960px; display: flex; align-items: center; justify-content: space-between; gap: 25px; margin: auto; padding: 18px 22px; color: #fff; background: var(--deep); border: 1px solid var(--lime); box-shadow: 0 18px 50px rgba(0,0,0,.35); }
.cookie-notice[hidden] { display: none; }
.cookie-notice strong { color: var(--lime); font: 400 18px var(--serif); }
.cookie-notice p { margin: 4px 0 0; color: rgba(255,255,255,.75); font-size: 12px; }
.cookie-actions { display: flex; align-items: center; gap: 14px; flex: 0 0 auto; }
.cookie-actions a { font-size: 11px; font-weight: 900; text-decoration: underline; }
.cookie-actions button { padding: 10px 15px; color: var(--ink); background: var(--lime); border: 0; font-weight: 900; cursor: pointer; }

@media (max-width: 980px) {
    .site-header { min-height: 96px; display: flex; gap: 16px; padding: 8px 22px; }
    .primary-nav { display: none; }
    .search-action { order: 2; margin-left: auto; }
    .menu-toggle { order: 3; display: block; margin-left: 0; }
    .primary-nav.is-open { position: absolute; top: 100%; left: 0; right: 0; display: block; max-height: calc(100vh - 120px); overflow: auto; padding: 16px 24px 25px; background: #fff; box-shadow: 0 18px 35px rgba(0,0,0,.17); }
    .primary-nav.is-open ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; }
    .primary-nav.is-open li { border-bottom: 1px solid var(--line); }
    .primary-nav.is-open a, .primary-nav.is-open li:nth-last-child(3) a { padding: 15px 10px; color: var(--ink); background: transparent; border: 0; font-size: 13px; }
    .primary-nav.is-open li:nth-last-child(3) a { color: #fff; background: var(--forest); padding-inline: 15px; }
}

@media (max-width: 980px) {
    .utility-bar span { display: none; }
    .utility-bar { justify-content: center; }
    .utility-actions { width: 100%; justify-content: space-between; }
    .hero { min-height: 620px; }
    .civic-dashboard, .principles-section, .contact-options { grid-template-columns: 1fr; }
    .quick-links { grid-template-columns: 1fr 1fr; padding-inline: 18px; }
    .quick-heading { grid-column: 1 / -1; }
    .intro-section, .split-intro, .meeting-guide, .reporting-band, .responsibility-grid, .contact-layout, .strathard-essentials, .flood-service-section, .plans-intro, .plan-relationship { grid-template-columns: 1fr; gap: 38px; }
    .essentials-grid, .life-plan-grid, .contact-number-grid { grid-template-columns: repeat(2, 1fr); }
    .essential-plans { grid-column: 1 / -1; }
    .contacts-heading { grid-template-columns: 1fr; gap: 18px; }
    .contacts-heading .section-kicker, .contacts-heading h2, .contacts-heading > p:last-child { grid-column: 1; grid-row: auto; }
    .plan-official-actions { grid-column: 1; }
    .plans-note { grid-template-columns: 1fr 1.2fr; gap: 30px; }
    .plans-note .button { grid-column: 1 / -1; justify-self: start; }
    .priority-grid { grid-template-columns: repeat(2, 1fr); }
    .updates-grid, .document-grid, .official-link-grid { grid-template-columns: repeat(2, 1fr); }
    .councillor-grid { grid-template-columns: repeat(2, 1fr); }
    .newsletter-heading { grid-template-columns: 220px 1fr; }
    .newsletter-grid { grid-template-columns: 1fr; }
    .newsletter-card.latest { grid-column: auto; }
    .footer-main { grid-template-columns: repeat(2, 1fr); }
    .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
    .utility-bar { padding-inline: 14px; text-align: center; }
    .utility-bar a { white-space: normal; }
    .utility-actions { justify-content: center; }
    .utility-actions a:last-child { display: none; }
    .site-header { min-height: 88px; gap: 12px; padding-inline: 15px; }
    .site-identity .custom-logo, .site-identity .brand-fallback img { width: clamp(165px, 54vw, 205px) !important; height: auto !important; }
    .search-action { font-size: 0; }
    .search-action span { margin: 0; font-size: 23px; }
    .menu-toggle { margin-left: 0; }
    .primary-nav.is-open ul { grid-template-columns: 1fr; }
    .hero { min-height: 690px; }
    .hero-content { padding: 67px 22px 135px; }
    .hero h1 { font-size: 55px; letter-spacing: -2px; }
    .hero-actions, .cta-band, .meeting-feature, .schedule-heading, .link-guidance, .cookie-notice, .emergency-banner { align-items: flex-start; flex-direction: column; }
    .villages { min-height: 86px; flex-wrap: wrap; gap: 8px 18px; padding-block: 14px; }
    .villages span { width: calc(50% - 9px); }
    .quick-links { grid-template-columns: 1fr; }
    .quick-heading { grid-column: auto; }
    .content-section, .intro-section, .updates-section { padding-block: 62px; }
    .priority-grid, .updates-grid, .document-grid, .councillor-grid, .official-link-grid, .recovery-grid, .essentials-grid, .life-plan-grid, .contact-number-grid, .plans-note, .meeting-schedule-grid { grid-template-columns: 1fr; }
    .essential-plans, .plans-note .button { grid-column: auto; }
    .essential-card { min-height: 300px; }
    .flood-service-section::after { font-size: 230px; }
    .flood-service-actions { display: grid; }
    .flood-service-actions .button { width: 100%; }
    .emergency-actions { justify-content: flex-start; }
    .emergency-actions a { width: 100%; }
    .life-plan-card { min-height: 330px; }
    .plan-official-actions { align-items: flex-start; flex-direction: column; }
    .plan-official-actions .button { width: 100%; }
    .priority-grid { padding-bottom: 70px; }
    .reporting-band { padding-block: 60px; }
    .section-heading-row { align-items: flex-start; flex-direction: column; }
    .page-hero { min-height: 330px; }
    .page-hero-inner { padding-block: 55px; }
    .page-hero h1 { font-size: 49px; letter-spacing: -2px; }
    .anchor-nav { justify-content: flex-start; overflow-x: auto; }
    .anchor-nav span { display: none; }
    .anchor-nav a { white-space: nowrap; }
    .work-section { grid-template-columns: 1fr; gap: 20px; padding-block: 60px; }
    .archive-intro { align-items: flex-start; flex-direction: column; padding: 30px 24px; }
    .archive-stat { width: 100%; padding: 18px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.25); }
    .archive-status { flex-direction: column; gap: 7px; }
    .document-tools { grid-template-columns: 1fr; }
    .document-card-top { flex-direction: column; }
    .newsletter-heading { grid-template-columns: 1fr; }
    .newsletter-heading img { width: 260px; }
    .newsletter-card, .newsletter-card.latest { grid-template-columns: 1fr; }
    .newsletter-mark { max-height: 165px; }
    .newsletter-mark img { max-height: 125px; object-fit: contain; }
    .report-step { grid-template-columns: 1fr; gap: 20px; }
    .record-list article { align-items: flex-start; flex-direction: column; }
    .record-list h3 { display: block; margin: 6px 0; }
    .not-emergency { flex-direction: column; }
    .footer-main { grid-template-columns: 1fr; }
    .footer-brand { grid-column: auto; }
    .footer-page-navigation ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-base { flex-direction: column; }
    .cookie-notice { left: 10px; right: 10px; bottom: 10px; }
    .cookie-actions { width: 100%; justify-content: space-between; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

@media print {
    .utility-bar, .site-header, .cookie-notice, .site-footer, .anchor-nav { display: none !important; }
    body { color: #000; background: #fff; }
    .page-hero { min-height: 0; color: #000; background: none; }
    a { text-decoration: underline; }
}
