:root {
    --ink: #102a2a;
    --muted: #637170;
    --line: #dfe8e5;
    --soft: #f2f7f5;
    --white: #fff;
    --green-950: #063b37;
    --green-900: #075249;
    --green-800: #09685b;
    --green-700: #0c7c69;
    --green-600: #109477;
    --green-500: #20b486;
    --gold: #f2bd32;
    --red: #b42318;
    --shadow-sm: 0 8px 26px rgba(4, 51, 46, .08);
    --shadow-lg: 0 24px 70px rgba(2, 42, 38, .18);
    --radius: 18px;
    --container: 1180px;
}

html[data-site-skin="ocean"] { --green-950:#082f49;--green-900:#0c4a6e;--green-800:#075985;--green-700:#0369a1;--green-600:#0284c7;--green-500:#38bdf8;--gold:#fbbf24;--soft:#f0f9ff;--line:#d7eaf4; }
html[data-site-skin="warm"] { --green-950:#431407;--green-900:#7c2d12;--green-800:#9a3412;--green-700:#c2410c;--green-600:#ea580c;--green-500:#fb923c;--gold:#facc15;--soft:#fff7ed;--line:#fed7aa;--radius:24px; }
html[data-site-skin="graphite"] { --green-950:#111827;--green-900:#1f2937;--green-800:#374151;--green-700:#4b5563;--green-600:#6b7280;--green-500:#9ca3af;--gold:#f59e0b;--soft:#f3f4f6;--line:#d1d5db;--radius:4px; }
html[data-site-skin="royal"] { --green-950:#172554;--green-900:#1e3a8a;--green-800:#1e40af;--green-700:#1d4ed8;--green-600:#2563eb;--green-500:#60a5fa;--gold:#fbbf24;--soft:#eff6ff;--line:#bfdbfe;--radius:14px; }
html[data-site-skin="burgundy"] { --green-950:#4c0519;--green-900:#881337;--green-800:#9f1239;--green-700:#be123c;--green-600:#e11d48;--green-500:#fb7185;--gold:#d4a853;--soft:#fff1f2;--line:#fecdd3;--radius:2px; }
html[data-site-skin="violet"] { --green-950:#2e1065;--green-900:#4c1d95;--green-800:#5b21b6;--green-700:#6d28d9;--green-600:#7c3aed;--green-500:#a78bfa;--gold:#fbbf24;--soft:#f5f3ff;--line:#ddd6fe;--radius:28px; }
html[data-site-skin="teal"] { --green-950:#042f2e;--green-900:#134e4a;--green-800:#115e59;--green-700:#0f766e;--green-600:#0d9488;--green-500:#2dd4bf;--gold:#fde047;--soft:#f0fdfa;--line:#99f6e4;--radius:10px;--container:1280px; }
html[data-site-skin="sunrise"] { --green-950:#7c2d12;--green-900:#9a3412;--green-800:#c2410c;--green-700:#ea580c;--green-600:#f97316;--green-500:#fb923c;--gold:#facc15;--soft:#fffbeb;--line:#fde68a;--radius:30px; }
html[data-site-skin="midnight"] { --ink:#e5e7eb;--muted:#9ca3af;--white:#111827;--soft:#0f172a;--line:#334155;--green-950:#020617;--green-900:#0f172a;--green-800:#1e3a8a;--green-700:#1d4ed8;--green-600:#3b82f6;--green-500:#60a5fa;--gold:#fbbf24;--radius:12px; }
html[data-site-skin="midnight"] body,html[data-site-skin="midnight"] .site-header,html[data-site-skin="midnight"] .main-nav { background:#111827;color:#e5e7eb; }
html[data-site-skin="midnight"] .main-nav a { color:#cbd5e1; }
html[data-site-skin="royal"] .hero__grid { grid-template-columns:1fr; text-align:center; }
html[data-site-skin="royal"] .hero__content,html[data-site-skin="royal"] .hero-card { margin-inline:auto; }
html[data-site-skin="royal"] .hero__actions,html[data-site-skin="royal"] .trust-row { justify-content:center; }
html[data-site-skin="graphite"] .hero,html[data-site-skin="graphite"] .topbar { background-image:none; }
html[data-site-skin="burgundy"] h1,html[data-site-skin="burgundy"] h2,html[data-site-skin="burgundy"] h3 { font-family:Georgia,serif; }
html[data-site-skin="teal"] .brand-row { min-height:82px; }
html[data-site-skin="teal"] .main-nav a { min-height:46px; }
html[data-site-skin="sunrise"] .hero { background:linear-gradient(135deg,#7c2d12,#ea580c 55%,#f59e0b); }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 999; padding: 12px 18px; background: #fff; color: var(--green-900); }
.skip-link:focus { top: 12px; }

.topbar { background: var(--green-950); color: #d9efea; font-size: 13px; }
.topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.topbar p { margin: 0; }
.topbar__links { display: flex; align-items: center; gap: 24px; }
.topbar a:hover { color: var(--white); }

.site-header { position: relative; z-index: 50; background: rgba(255,255,255,.98); box-shadow: 0 1px 0 rgba(8,68,62,.1); }
.brand-row { min-height: 106px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand__mark { width: 62px; height: 62px; flex: 0 0 auto; }
.brand__uploaded { max-width: 250px; max-height: 78px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; min-width: 0; }
.brand strong { color: var(--green-900); font-size: clamp(22px, 2.6vw, 34px); line-height: 1; letter-spacing: .02em; }
.brand small { max-width: 540px; margin-top: 7px; color: var(--muted); font-size: 12px; line-height: 1.25; }
.brand-row__actions { display: flex; gap: 10px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--green-900); }

.main-nav { border-top: 1px solid var(--line); background: #fff; }
.main-nav__inner { display: flex; align-items: stretch; overflow-x: auto; }
.main-nav a { position: relative; display: flex; align-items: center; min-height: 54px; padding: 0 17px; color: #304240; font-size: 14px; font-weight: 750; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; right: 16px; bottom: 0; left: 16px; height: 3px; background: var(--green-600); transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover, .main-nav a.is-active { color: var(--green-700); }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; padding: 0 20px; border: 1px solid transparent; border-radius: 10px; font-weight: 800; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; cursor: pointer; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--green-700); color: #fff; box-shadow: 0 8px 18px rgba(12,124,105,.2); }
.button--primary:hover { background: var(--green-800); }
.button--ghost { border-color: var(--line); color: var(--green-800); background: #fff; }
.button--ghost:hover { border-color: var(--green-600); }
.button--white { background: #fff; color: var(--green-900); box-shadow: var(--shadow-sm); }
.button--outline-light { border-color: rgba(255,255,255,.5); color: #fff; background: rgba(255,255,255,.06); }
.button--block { width: 100%; }
.button--large { min-height: 54px; padding-inline: 28px; }

.hero { position: relative; overflow: hidden; color: #fff; background: linear-gradient(120deg, var(--green-950), var(--green-700) 70%, var(--green-600)); }
.hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -220px; bottom: -330px; border: 90px solid rgba(255,255,255,.07); border-radius: 50%; }
.hero__pattern { position: absolute; inset: 0; opacity: .13; background-image: radial-gradient(circle at 1px 1px, #fff 1px, transparent 0); background-size: 24px 24px; mask-image: linear-gradient(90deg, transparent, #000); }
.hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); gap: 70px; align-items: center; min-height: 590px; padding-block: 72px; }
.hero__content { max-width: 710px; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--green-700); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow--light { color: #a9eadb; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(45px, 6vw, 78px); line-height: 1.02; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero__content > p { max-width: 700px; margin: 25px 0 0; color: #d7efea; font-size: clamp(18px, 2vw, 22px); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 38px; color: #d3ebe6; font-size: 14px; font-weight: 700; }
.trust-row b { display: inline-grid; width: 21px; height: 21px; margin-right: 5px; place-items: center; border-radius: 50%; color: var(--green-950); background: var(--gold); }
.hero-card { position: relative; padding: 36px; border: 1px solid rgba(255,255,255,.24); border-radius: 24px; background: rgba(255,255,255,.12); box-shadow: var(--shadow-lg); backdrop-filter: blur(14px); }
.hero-card__label { display: inline-flex; padding: 6px 10px; border-radius: 99px; color: var(--green-950); background: var(--gold); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.hero-card h2 { margin: 20px 0 12px; font-size: 30px; line-height: 1.16; }
.hero-card p { margin: 0; color: #d9efea; }
.hero-card > a { display: inline-flex; align-items: center; gap: 10px; margin-top: 22px; color: #fff; font-weight: 900; }
.hero-card > a span { color: var(--gold); }
.hero-card__stat { display: flex; gap: 13px; align-items: center; margin-top: 34px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.22); }
.hero-card__stat strong { color: var(--gold); font-size: 34px; line-height: 1; }
.hero-card__stat span { color: #d9efea; font-size: 13px; line-height: 1.35; }

.quick-links { position: relative; z-index: 5; margin-top: -36px; }
.quick-links__grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-lg); }
.quick-links__grid > a { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; min-height: 110px; padding: 25px 28px; border-right: 1px solid var(--line); }
.quick-links__grid > a:last-child { border-right: 0; }
.quick-links__grid > a:hover { background: var(--soft); }
.quick-links__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 14px; background: #dff3ed; font-size: 25px; }
.quick-links strong, .quick-links small { display: block; }
.quick-links strong { font-size: 17px; }
.quick-links small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.quick-links b { color: var(--green-600); font-size: 23px; }

.section { padding-block: 86px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading .eyebrow { margin-bottom: 5px; }
.section-heading h2 { margin: 0; font-size: clamp(30px, 3.5vw, 46px); line-height: 1.1; letter-spacing: -.03em; }
.text-link { color: var(--green-700); font-weight: 850; }
.text-link:hover { color: var(--green-900); }
.content-sidebar { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 45px; align-items: start; }
.featured-story { display: grid; grid-template-columns: 42% 1fr; overflow: hidden; min-height: 340px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.featured-story__visual { display: grid; place-items: center; min-height: 310px; color: #fff; background: radial-gradient(circle at 30% 25%, #31c499, var(--green-900) 60%, var(--green-950)); }
.featured-story__visual span { display: grid; width: 135px; height: 135px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.12); font-size: 75px; font-weight: 900; }
.featured-story__visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
}

.story-card__image {
    display: block;
    overflow: hidden;
    margin: -25px -25px 20px;
    border-radius: 14px 14px 0 0;
    background: #e7f3f0;
}

.story-card__image img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform .25s ease;
}

.story-card:hover .story-card__image img {
    transform: scale(1.035);
}
.featured-story__content { padding: 34px; }
.story-meta { color: var(--green-700); font-size: 12px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.featured-story h3 { margin: 13px 0; font-size: 28px; line-height: 1.18; }
.featured-story h3 a:hover, .story-card h3 a:hover, .news-row h2 a:hover { color: var(--green-700); }
.featured-story p, .story-card p, .news-row p { color: var(--muted); }
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 18px; }
.story-card { min-height: 230px; padding: 25px; border: 1px solid var(--line); border-radius: 14px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.story-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.story-card__category { color: var(--green-700); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.story-card h3 { margin: 12px 0 7px; font-size: 20px; line-height: 1.25; }
.story-card p { margin: 0; font-size: 14px; }
.story-card time { display: block; margin-top: 17px; color: #82908e; font-size: 12px; }
.sidebar { display: grid; gap: 20px; }
.sidebar-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.sidebar-card--accent { color: #fff; border: 0; background: linear-gradient(145deg, var(--green-800), var(--green-950)); }
.sidebar-card h2 { margin: 0 0 12px; font-size: 23px; line-height: 1.2; }
.sidebar-card p { margin: 0 0 22px; color: var(--muted); font-size: 14px; }
.sidebar-card--accent p { color: #d5ebe6; }
.sidebar-news, .sidebar-menu { margin: 0; padding: 0; list-style: none; }
.sidebar-news li { padding: 15px 0; border-top: 1px solid var(--line); }
.sidebar-news time { display: block; margin-bottom: 3px; color: #879593; font-size: 11px; }
.sidebar-news a { font-size: 14px; font-weight: 750; line-height: 1.3; }
.sidebar-news a:hover, .sidebar-menu a:hover { color: var(--green-700); }
.sidebar-menu li { border-top: 1px solid var(--line); }
.sidebar-menu a { display: block; padding: 12px 0; font-weight: 750; }

.cause-section { padding-block: 58px; color: #fff; background: var(--green-950); }
.cause-grid { display: grid; grid-template-columns: 1.1fr 1fr auto; gap: 45px; align-items: center; }
.cause-grid h2 { margin: 0; max-width: 560px; font-size: clamp(28px, 3.5vw, 43px); line-height: 1.15; }
.cause-grid p { margin: 0; color: #cce5df; }

.page-hero, .article-hero { color: #fff; background: linear-gradient(120deg, var(--green-950), var(--green-700)); }
.page-hero .container { padding-block: 70px; }
.page-hero h1, .article-hero h1 { margin: 0; font-size: clamp(40px, 5vw, 65px); line-height: 1.05; letter-spacing: -.04em; }
.page-hero p { max-width: 760px; margin: 18px 0 0; color: #d5ebe6; font-size: 19px; }
.article-hero .container { padding-block: 65px; }
.article-hero .back-link { display: block; margin-bottom: 30px; color: #bce8dc; font-weight: 750; }
.article-hero time { display: block; margin-top: 18px; color: #c8e5df; }
.article-video { overflow: hidden; margin: 0 0 32px; border-radius: 18px; background: #041b28; box-shadow: var(--shadow-lg); aspect-ratio: 16 / 9; }
.article-video video, .article-video iframe { display: block; width: 100%; height: 100%; border: 0; object-fit: contain; }
.article-video-link { margin: 0 0 30px; }

.search-form { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-bottom: 28px; }
.search-form input, .field-grid input, .field-grid select, .field-grid textarea { width: 100%; border: 1px solid #cbd9d6; border-radius: 10px; background: #fff; color: var(--ink); outline: none; }
.search-form input { min-height: 50px; padding: 0 16px; }
.search-form input:focus, .field-grid input:focus, .field-grid select:focus, .field-grid textarea:focus { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(32,180,134,.12); }
.news-row {
    display: grid;
    grid-template-columns: 85px 190px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
    padding: 30px 0;
    border-bottom: 1px solid var(--line);
}
.news-row__image {
    display: grid;
    overflow: hidden;
    height: 135px;
    place-items: center;
    border-radius: 12px;
    color: #fff;
    background: radial-gradient(circle at 30% 25%, #31c499, var(--green-900) 60%, var(--green-950));
}

.news-row__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.news-row__image span {
    font-size: 48px;
    font-weight: 900;
}

.news-row__image:hover img {
    transform: scale(1.04);
}

.news-row__content {
    min-width: 0;
}
.news-list { border-top: 1px solid var(--line); }
.news-row__date { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 78px; border-radius: 12px; color: var(--green-900); background: var(--soft); }
.news-row__date strong { font-size: 28px; line-height: 1; }
.news-row__date span { margin-top: 4px; font-size: 11px; text-transform: uppercase; }
.news-row h2 { margin: 5px 0 8px; font-size: 25px; line-height: 1.2; }
.news-row p { margin: 0 0 9px; }
.empty-state { padding: 45px; border-radius: var(--radius); background: var(--soft); text-align: center; }
.pagination { margin-top: 28px; }
.pagination nav > div:first-child { display: none; }

.article-image {
    overflow: hidden;
    margin: 0 0 38px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: #fff;
    box-shadow: var(--shadow-sm);
}

.article-image img {
    display: block;
    width: 100%;
    max-height: 560px;
    object-fit: cover;
}

.article-image figcaption {
    padding: 12px 16px;
    color: var(--muted);
    font-size: 13px;
}

.article-gallery {
    margin-top: 50px;
}

.article-gallery h2 {
    margin: 0 0 20px;
    font-size: 28px;
}

.article-gallery__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
}

.article-gallery__grid a {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: var(--soft);
}

.article-gallery__grid img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform .25s ease;
}

.article-gallery__grid a:hover img {
    transform: scale(1.04);
}
.prose { color: #263b39; font-size: 17px; line-height: 1.85; }
.prose h2, .prose h3 { color: var(--ink); line-height: 1.2; }
.prose h2 { margin: 0 0 20px; font-size: 36px; }
.prose h3 { margin: 34px 0 12px; font-size: 25px; }
.prose p { margin: 0 0 22px; }
.prose ul, .prose ol { margin: 0 0 25px; padding-left: 24px; }
.prose li { margin-bottom: 9px; }
.prose a { color: var(--green-700); text-decoration: underline; }
.page-cover { width: 100%; max-height: 470px; margin-bottom: 34px; border-radius: var(--radius); object-fit: cover; }
.article-cta { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 55px; padding: 30px; border-radius: var(--radius); background: var(--soft); }
.article-cta h2, .article-cta p { margin: 0; }
.article-cta p { margin-top: 6px; color: var(--muted); }

.form-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 45px; align-items: start; }
.form-card { padding: 38px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.field-grid label { display: grid; gap: 7px; color: #344845; font-size: 13px; font-weight: 800; }
.field-grid input, .field-grid select { min-height: 48px; padding: 0 13px; }
.field-grid textarea { padding: 13px; resize: vertical; }
.form-note { margin: 20px 0 0; padding: 14px 16px; border-radius: 10px; color: #35514c; background: var(--soft); font-size: 13px; line-height: 1.55; }
.field--full { grid-column: 1 / -1; }
.checkbox-field { display: flex; gap: 12px; margin: 24px 0; color: var(--muted); font-size: 13px; }
.checkbox-field input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green-700); }
.alert { margin-bottom: 24px; padding: 15px 18px; border-radius: 10px; font-size: 14px; }
.alert--success { color: #075843; background: #dff5ec; }
.alert--error { color: #8b2119; background: #fde8e6; }
.alert ul { margin-bottom: 0; }
.form-aside { position: sticky; top: 30px; padding: 32px; border-radius: var(--radius); background: var(--soft); }
.form-aside ol { display: grid; gap: 25px; margin: 10px 0 0; padding: 0; list-style: none; }
.form-aside li { display: flex; gap: 14px; }
.form-aside li > b { display: grid; width: 34px; height: 34px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: #fff; background: var(--green-700); }
.form-aside strong, .form-aside small { display: block; }
.form-aside small { margin-top: 3px; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.contact-card__icon { display: grid; width: 50px; height: 50px; place-items: center; border-radius: 14px; color: var(--green-800); background: #dff3ed; font-size: 24px; }
.contact-card h2 { margin: 20px 0 7px; }
.contact-card a, .contact-card strong { color: var(--green-700); font-weight: 850; }
.contact-card p { margin: 14px 0 0; color: var(--muted); font-size: 14px; }
.council-contacts-section { margin-top: 58px; }
.council-contacts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.council-contact-card { display: grid; grid-template-columns: 150px minmax(0, 1fr); overflow: hidden; min-height: 210px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm); }
.council-contact-card__photo { display: grid; min-height: 210px; place-items: center; color: #fff; background: linear-gradient(145deg, var(--green-700), var(--green-950)); }
.council-contact-card__photo img { width: 100%; height: 100%; object-fit: cover; }
.council-contact-card__photo span { display: grid; width: 82px; height: 82px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.12); font-size: 42px; font-weight: 900; }
.council-contact-card__content { padding: 25px; }
.council-contact-card h3 { margin: 8px 0 10px; font-size: 23px; line-height: 1.2; }
.council-contact-card p { margin: 0 0 15px; color: var(--muted); font-size: 14px; }
.council-contact-card__links { display: grid; gap: 7px; }
.council-contact-card__links a { color: var(--green-700); font-size: 14px; font-weight: 800; overflow-wrap: anywhere; }
.contact-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 35px; padding: 38px; border-radius: var(--radius); color: #fff; background: linear-gradient(120deg, var(--green-800), var(--green-950)); }
.contact-cta h2, .contact-cta p { margin: 0; }
.contact-cta p { margin-top: 6px; color: #d3e9e4; }

.site-footer { padding-top: 65px; color: #c9dcd8; background: #062f2d; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 60px; }
.brand--footer strong { color: #fff; font-size: 24px; }
.brand--footer small { color: #b9d1cc; }
.brand--footer .brand__mark { width: 50px; height: 50px; }
.footer-note { max-width: 430px; color: #9fbab5; font-size: 14px; }
.site-footer h2 { margin: 0 0 16px; color: #fff; font-size: 16px; }
.site-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; font-size: 14px; }
.site-footer a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 55px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #8eaaa5; font-size: 12px; }
.footer-cookie-button { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; text-decoration: underline; cursor: pointer; }
.legal-draft-notice { margin-bottom: 30px; padding: 18px 20px; border: 1px solid #e6b94b; border-radius: 12px; color: #714b00; background: #fff8dd; }
.cookie-panel { position: fixed; z-index: 1000; right: 20px; bottom: 20px; left: 20px; padding: 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; color: #fff; background: #062f2d; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.cookie-panel[hidden] { display: none; }
.cookie-panel__content { display: grid; grid-template-columns: minmax(260px,1fr) auto; gap: 16px 28px; align-items: center; max-width: var(--container); margin: 0 auto; }
.cookie-panel strong { display: block; margin-bottom: 5px; font-size: 18px; }
.cookie-panel p { max-width: 760px; margin: 0; color: #c9dcd8; font-size: 13px; line-height: 1.55; }
.cookie-panel small { grid-column: 1 / -1; }
.cookie-panel small a { color: #d9efea; text-decoration: underline; }
.cookie-panel__preferences { display: flex; grid-column: 1 / -1; flex-wrap: wrap; gap: 12px 24px; padding: 12px 0; border-top: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.cookie-panel__preferences[hidden] { display: none; }
.cookie-panel__preferences label { display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 750; }
.cookie-panel__preferences input { width: 18px; height: 18px; accent-color: #0fa77f; }
.cookie-panel__actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.cookie-panel__actions .button { min-height: 42px; padding: 0 16px; }

@media (max-width: 1020px) {
    .brand-row__actions { display: none; }
    .hero__grid { grid-template-columns: 1fr; gap: 35px; }
    .hero-card { max-width: 620px; }
    .quick-links__grid { grid-template-columns: 1fr; }
    .quick-links__grid > a { border-right: 0; border-bottom: 1px solid var(--line); }
    .content-sidebar, .form-layout { grid-template-columns: 1fr; }
    .sidebar { grid-template-columns: repeat(2, 1fr); }
    .form-aside { position: static; }
    .cause-grid { grid-template-columns: 1fr 1fr; }
    .cause-grid .button { justify-self: start; }
}

@media (max-width: 780px) {
    .container { width: min(calc(100% - 28px), var(--container)); }
    .topbar p, .topbar__links a:first-child { display: none; }
    .topbar__inner { justify-content: flex-end; }
    .brand-row { min-height: 82px; }
    .brand__mark { width: 48px; height: 48px; }
    .brand strong { font-size: 22px; }
    .brand small { max-width: 230px; font-size: 9px; }
    .menu-toggle { display: block; flex: 0 0 auto; }
    .main-nav { display: none; position: absolute; right: 0; left: 0; box-shadow: var(--shadow-lg); }
    .main-nav.is-open { display: block; }
    .main-nav__inner { display: grid; padding-block: 8px; }
    .main-nav a { min-height: 45px; }
    .main-nav a::after { right: auto; left: 0; top: 7px; bottom: 7px; width: 3px; height: auto; transform: scaleY(0); }
    .main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleY(1); }
    .hero__grid { min-height: auto; padding-block: 60px 90px; }
    .hero h1 { font-size: clamp(42px, 12vw, 62px); }
    .hero-card { padding: 27px; }
    .quick-links { margin-top: -25px; }
    .quick-links__grid > a { min-height: 90px; padding: 19px; }
    .section { padding-block: 60px; }
    .section-heading { align-items: start; flex-direction: column; }
    .featured-story { grid-template-columns: 1fr; }
    .featured-story__visual { min-height: 220px; }
    .story-grid, .sidebar, .contact-grid, .council-contacts-grid { grid-template-columns: 1fr; }
    .cause-grid { grid-template-columns: 1fr; }
    .page-hero .container, .article-hero .container { padding-block: 50px; }
    .news-row { grid-template-columns: 65px 150px minmax(0, 1fr); gap: 16px; }    
    .field-grid { grid-template-columns: 1fr; }
    .field--full { grid-column: auto; }
    .form-card { padding: 23px; }
    .article-cta, .contact-cta { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1fr; gap: 35px; }
    .footer-bottom { flex-direction: column; }
    .cookie-panel { right: 10px; bottom: 10px; left: 10px; padding: 15px; border-radius: 14px; }
    .cookie-panel__content { grid-template-columns: 1fr; }
    .cookie-panel__actions { justify-content: stretch; }
    .cookie-panel__actions .button { width: 100%; }
}

@media (max-width: 470px) {
    .brand small { display: none; }
    .hero__actions .button { width: 100%; }
    .trust-row { display: grid; gap: 10px; }
    .featured-story__content { padding: 25px; }
    .council-contact-card { grid-template-columns: 1fr; }
    .council-contact-card__photo { min-height: 260px; }
    .news-row { grid-template-columns: 1fr; }
    .news-row__date { width: 75px; }
}

/* UNION_DRIVER_MAP_EMBED_START */
.union-driver-map { margin-top: 38px; }
.union-driver-map__heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 20px; }
.union-driver-map__heading h2 { margin: 4px 0 7px; font-size: clamp(25px, 3vw, 36px); }
.union-driver-map__heading p { max-width: 720px; margin: 0; color: var(--muted); }
.union-driver-map__heading .button { flex: 0 0 auto; text-decoration: none; }
.union-driver-map__frame { position: relative; overflow: hidden; height: min(72vh, 760px); min-height: 520px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); box-shadow: var(--shadow-sm); }
.union-driver-map__frame iframe { display: block; width: 100%; height: 100%; border: 0; }
.union-driver-map__note { margin: 13px 0 0; color: var(--muted); font-size: 13px; }

@media (max-width: 760px) {
    .union-driver-map__heading { align-items: stretch; flex-direction: column; }
    .union-driver-map__heading .button { width: 100%; text-align: center; }
    .union-driver-map__frame { height: 68vh; min-height: 440px; border-radius: 12px; }
}
/* UNION_DRIVER_MAP_EMBED_END */
