:root {
  --ink: #17271f;
  --forest: #173d32;
  --forest-deep: #0d2d25;
  --leaf: #496b4f;
  --sun: #e4be55;
  --clay: #aa5939;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --muted: #6f746e;
  --line: rgba(23, 39, 31, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Aptos", "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.topline { background: var(--forest-deep); color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .04em; }
.topline-inner { height: 38px; display: flex; align-items: center; justify-content: space-between; }
.topline-right { display: flex; align-items: center; gap: 8px; }
.live-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(228,190,85,.16); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,253,248,.93); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark { display: grid; place-items: center; width: 46px; height: 50px; background: var(--forest); color: var(--sun); border-radius: 50% 50% 46% 46% / 40% 40% 60% 60%; font-family: Georgia, serif; font-size: 13px; letter-spacing: .08em; border: 1px solid rgba(255,255,255,.2); background-size: cover; background-position: center; }
.brand-mark-image {
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 0;
  border-radius: 0;
  color: transparent;
  flex: 0 0 60px;
}
.brand > span:last-child { display: flex; flex-direction: column; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 18px; font-weight: 600; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 650; }
.desktop-nav a { position: relative; padding: 33px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 24px; height: 1px; background: var(--clay); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { list-style: none; cursor: pointer; width: 44px; height: 44px; border: 1px solid var(--line); display: grid; place-content: center; gap: 6px; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary span { width: 18px; height: 1px; background: var(--ink); display: block; }
.mobile-menu nav { position: absolute; right: 0; top: 52px; min-width: 230px; padding: 12px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(13,45,37,.15); }
.mobile-menu nav a { display: block; padding: 12px; border-bottom: 1px solid var(--line); }

.hero { position: relative; min-height: 680px; overflow: hidden; background: var(--forest); color: white; background-position: center; background-size: cover; }
.hero-has-image::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,37,30,.94) 0%, rgba(8,37,30,.7) 48%, rgba(8,37,30,.28) 100%); }
.hero-pattern { position: absolute; inset: 0; opacity: .34; background: radial-gradient(circle at 84% 8%, rgba(228,190,85,.4), transparent 23%), repeating-radial-gradient(ellipse at 88% 120%, transparent 0 54px, rgba(255,255,255,.2) 55px 56px); }
.hero-pattern::after { content: ""; position: absolute; width: 520px; height: 520px; right: -120px; top: 70px; border: 1px solid rgba(228,190,85,.3); border-radius: 50%; box-shadow: 0 0 0 70px rgba(228,190,85,.035), 0 0 0 140px rgba(228,190,85,.025); }
.hero-grid { position: relative; z-index: 1; min-height: 680px; display: grid; grid-template-columns: 1fr 290px; align-items: end; padding-top: 100px; padding-bottom: 96px; gap: 80px; }
.eyebrow { margin: 0 0 22px; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .19em; color: var(--clay); }
.eyebrow.light { color: var(--sun); }
.hero-copy h1 { max-width: 800px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(64px, 8.2vw, 118px); line-height: .88; letter-spacing: -.055em; font-weight: 400; }
.hero-copy h1 em { color: var(--sun); font-weight: 400; }
.hero-lead { margin: 34px 0 0; font-family: Georgia, serif; font-size: 21px; color: rgba(255,255,255,.74); }
.hero-actions { margin-top: 42px; display: flex; align-items: center; gap: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.button-sun { background: var(--sun); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.text-link span { font-size: 16px; transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px,-3px); }
.light-link { color: white; }
.hero-note { align-self: end; border-top: 1px solid rgba(255,255,255,.28); padding-top: 24px; }
.hero-note .note-number { display: block; margin-bottom: 32px; color: var(--sun); font-family: Georgia, serif; font-size: 36px; }
.hero-note p { margin: 5px 0; color: rgba(255,255,255,.74); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }

.announcement-strip { background: var(--sun); }
.announcement-inner { min-height: 112px; display: grid; grid-template-columns: 150px 1fr 40px; align-items: center; gap: 28px; }
.announcement-label { font-size: 10px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.announcement-label small { display: block; margin-top: 8px; color: rgba(23,39,31,.58); font-size: 8px; letter-spacing: .11em; }
.announcement-inner > div { padding-left: 28px; border-left: 1px solid rgba(23,39,31,.25); }
.announcement-slides { min-width: 0; overflow: hidden; }
.announcement-inner strong { font-family: Georgia, serif; font-size: 19px; font-weight: 600; }
.announcement-inner p { margin: 4px 0 0; color: rgba(23,39,31,.68); font-size: 13px; }
.announcement-item { display: none; }
.announcement-item.is-active { display: block; animation: announcement-in .32s ease both; }
.announcement-arrow { display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 1px solid rgba(23,39,31,.25); border-radius: 50%; background: transparent; color: var(--ink); font: 24px/1 Georgia,serif; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.announcement-arrow:hover { background: var(--ink); color: var(--sun); transform: translateX(2px); }
.announcement-arrow:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
@keyframes announcement-in { from { opacity: 0; transform: translateX(18px); } to { opacity: 1; transform: translateX(0); } }

.section-heading h2, .profile-story h2, .budget-grid h2, .contact-grid h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(46px, 5.2vw, 74px); line-height: .98; letter-spacing: -.045em; font-weight: 400; }
.split-heading { display: grid; grid-template-columns: 1fr 420px; gap: 70px; align-items: end; margin-bottom: 64px; }
.split-heading > p { margin: 0; color: var(--muted); font-family: Georgia, serif; font-size: 18px; line-height: 1.7; }
.service-list { border-top: 1px solid var(--ink); }
.service-row { display: grid; grid-template-columns: 80px 1fr 340px; gap: 30px; align-items: start; padding: 32px 0; border-bottom: 1px solid var(--line); }
.service-index { color: var(--clay); font-family: Georgia, serif; font-size: 18px; }
.service-row h3 { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 500; }
.service-row > div p { margin: 8px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.service-row details { border-left: 1px solid var(--line); padding-left: 24px; }
.service-row summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.service-row summary::-webkit-details-marker { display: none; }
.service-row details p { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-row details a { display: inline-block; margin-top: 10px; color: var(--clay); font-size: 12px; font-weight: 700; }

.profile-section { background: var(--forest-deep); color: white; }
.profile-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.profile-story h2 { max-width: 660px; color: var(--cream); }
.profile-text { max-width: 640px; margin: 32px 0 0; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.85; }
.vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 38px; margin-top: 56px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.vision-grid span { color: var(--sun); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .16em; }
.vision-grid p { margin: 12px 0 0; color: rgba(255,255,255,.7); font-family: Georgia, serif; font-size: 16px; line-height: 1.65; }
.stats-board { position: relative; background: var(--cream); color: var(--ink); padding: 44px; }
.stats-board::before { content: ""; position: absolute; inset: 12px; border: 1px solid rgba(23,39,31,.14); pointer-events: none; }
.board-kicker { position: relative; margin: 0 0 34px; font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .15em; }
.stat-grid { position: relative; display: grid; grid-template-columns: 1fr 1fr; }
.stat-item { min-height: 150px; padding: 20px 18px; border-top: 1px solid var(--line); }
.stat-item:nth-child(odd) { border-right: 1px solid var(--line); }
.stat-item strong { font-family: Georgia, serif; font-size: 44px; font-weight: 400; }
.stat-item > span { margin-left: 5px; color: var(--clay); font-size: 11px; }
.stat-item p { margin: 18px 0 0; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.stats-board > small { position: relative; display: block; margin-top: 28px; color: var(--muted); font-size: 10px; line-height: 1.5; }

.inline-heading { display: flex; align-items: end; gap: 36px; margin-bottom: 54px; }
.heading-line { flex: 1; height: 1px; background: var(--line); margin-bottom: 10px; }
.edition { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 5px; }
.news-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 34px; }
.news-card:nth-child(n+4) { display: none; }
.news-art { display: block; overflow: hidden; }
.news-image { min-height: 240px; display: grid; place-items: center; background-color: #e7dfd1; background-size: contain; background-position: center; background-repeat: no-repeat; transition: filter .25s ease; }
.news-art:hover .news-image { filter: brightness(.96); }
.news-image span { color: rgba(255,255,255,.7); font-family: Georgia, serif; font-size: 24px; letter-spacing: .07em; }
.news-featured .news-image { min-height: 360px; }
.image-tone-1 { background-color: #254c3c; background-image: linear-gradient(135deg,#254c3c,#638160); }
.image-tone-2 { background-color: #9f583c; background-image: linear-gradient(135deg,#9f583c,#d29761); }
.image-tone-3 { background-color: #9a844c; background-image: linear-gradient(135deg,#9a844c,#d8be6b); }
.news-card .news-image { background-size: contain; background-position: center; background-repeat: no-repeat; }
.news-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.news-meta span { color: var(--clay); font-weight: 750; }
.news-card h3 { margin: 13px 0 0; font-family: Georgia, serif; font-size: 25px; line-height: 1.18; font-weight: 500; }
.news-featured h3 { font-size: 33px; }
.news-card > p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.news-card .text-link { margin-top: 10px; }
.empty-editorial { min-height: 180px; display: grid; place-items: center; align-content: center; padding: 30px; border: 1px dashed var(--line); text-align: center; color: var(--muted); }
.empty-editorial > span { color: var(--sun); font-size: 24px; }
.empty-editorial p { margin: 12px 0 2px; font-family: Georgia, serif; font-size: 19px; }
.empty-editorial small { font-size: 11px; }

.government-section { padding-top: 0; background: var(--cream); }
.government-grid { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 560px; }
.head-portrait { min-height: 560px; background: #d6ccba; }
.head-portrait > span { display: grid; place-items: center; width: 100%; height: 100%; min-height: 560px; background-size: cover; background-position: center top; }
.portrait-placeholder { color: var(--forest); background: repeating-linear-gradient(135deg,rgba(23,61,50,.04) 0 1px,transparent 1px 15px); align-content: center; }
.portrait-placeholder b { font-family: Georgia, serif; font-size: 120px; font-weight: 400; opacity: .18; }
.portrait-placeholder small { font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.head-message { display: flex; flex-direction: column; justify-content: center; padding: 60px 0 60px 90px; }
.head-message blockquote { max-width: 650px; margin: 0 0 40px; font-family: Georgia, serif; font-size: clamp(32px,4vw,52px); line-height: 1.14; letter-spacing: -.03em; }
.head-message strong { font-family: Georgia, serif; font-size: 18px; }
.head-message > span { margin-top: 5px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.officials-wrap { margin-top: 90px; }
.mini-heading { display: flex; align-items: center; gap: 30px; margin-bottom: 36px; }
.mini-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 30px; font-weight: 500; }
.mini-heading span { height: 1px; flex: 1; background: var(--line); }
.official-list { display: grid; grid-template-columns: repeat(4,1fr); gap: 22px; }
.official-photo { display: grid; place-items: center; aspect-ratio: .86; background: #ded5c5; background-size: cover; background-position: center top; color: rgba(23,61,50,.3); font-family: Georgia, serif; font-size: 72px; }
.official-list h4 { margin: 16px 0 0; font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.official-list p { margin: 4px 0 0; color: var(--clay); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }

.potential-section { background: var(--forest); color: white; }
.potential-section .section-heading h2 { color: var(--cream); }
.light-copy { color: rgba(255,255,255,.64) !important; }
.potential-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; }
.potential-card { position: relative; min-height: 460px; display: flex; align-items: end; padding: 30px; background-size: cover; background-position: center; overflow: hidden; }
.potential-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(9,35,28,.92),rgba(9,35,28,.12) 70%); }
.potential-card > div { position: relative; z-index: 1; }
.potential-card span { color: var(--sun); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; font-weight: 750; }
.potential-card h3 { margin: 12px 0 0; font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.potential-card p { max-width: 360px; margin: 12px 0 0; color: rgba(255,255,255,.66); font-size: 13px; line-height: 1.6; }
.potential-1 { background: linear-gradient(145deg,#3f6d51,#1c4435); }
.potential-2 { background: linear-gradient(145deg,#b06b48,#70402f); }
.potential-3 { background: linear-gradient(145deg,#8e834e,#564f2c); }
.potential-section .empty-editorial { border-color: rgba(255,255,255,.22); color: rgba(255,255,255,.6); }

.budget-section { background: var(--paper); }
.budget-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; }
.budget-copy { max-width: 450px; margin: 30px 0; color: var(--muted); line-height: 1.75; }
.year-badge { display: inline-block; padding: 9px 13px; border: 1px solid var(--line); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.budget-card { padding: 48px; background: var(--cream); border-top: 5px solid var(--clay); }
.budget-total { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.budget-total + .budget-total { margin-top: 30px; }
.budget-total span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.budget-total strong { font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.bar-row { height: 9px; margin-top: 13px; background: rgba(23,39,31,.1); }
.bar-row span { display: block; height: 100%; min-width: 2px; background: var(--forest); }
.bar-row.spending span { background: var(--clay); }
.budget-items { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); }
.budget-items div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; color: var(--muted); font-size: 12px; }
.budget-items strong { color: var(--ink); }

.gallery-section { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; grid-auto-rows: 235px; gap: 16px; }
.gallery-card { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #d9d1c1; }
.gallery-card:first-child { grid-row: span 2; }
.gallery-card img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease, filter .35s ease; }
.gallery-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,35,29,.86),rgba(8,35,29,0) 60%); pointer-events: none; }
.gallery-card:hover img { transform: scale(1.025); filter: saturate(1.05); }
.gallery-card figcaption { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 34px 1fr; gap: 12px; align-items: end; padding: 22px; color: white; }
.gallery-card figcaption > span { color: var(--sun); font-family: Georgia,serif; font-size: 12px; }
.gallery-card figcaption h3 { margin: 0; font-family: Georgia,serif; font-size: 20px; line-height: 1.15; font-weight: 500; }
.gallery-card:first-child figcaption h3 { font-size: 29px; }
.gallery-card figcaption p { max-width: 520px; margin: 6px 0 0; color: rgba(255,255,255,.68); font-size: 11px; line-height: 1.5; }

.contact-section { padding: 110px 0 70px; background: var(--forest-deep); color: white; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.contact-grid h2 { color: var(--cream); }
.contact-details { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 30px; padding-top: 38px; }
.contact-details div { border-top: 1px solid rgba(255,255,255,.25); padding-top: 15px; }
.contact-details span { color: var(--sun); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; }
.contact-details p { color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.65; }
.map-frame { margin-top: 60px; border: 8px solid rgba(255,255,255,.08); height: 320px; }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) sepia(.15); }
footer { background: #08231d; color: rgba(255,255,255,.6); }
.footer-main { min-height: 160px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 40px; }
.footer-brand strong { color: white; }
.footer-brand small { color: rgba(255,255,255,.5) !important; }
.footer-main > p { font-family: Georgia, serif; font-size: 16px; line-height: 1.6; }
.admin-link { color: var(--sun); font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .12em; }
.footer-bottom { min-height: 55px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

/* Article */
.article-page { min-height: 100vh; background: var(--paper); }
.article-header { padding: 80px 0 54px; background: var(--forest); color: white; }
.back-link { color: var(--sun); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.article-header h1 { max-width: 900px; margin: 34px 0 20px; font-family: Georgia, serif; font-size: clamp(46px,7vw,86px); line-height: 1; letter-spacing: -.045em; font-weight: 400; }
.article-meta { color: rgba(255,255,255,.6); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.article-body { width: min(760px, calc(100% - 48px)); margin: 0 auto; padding: 72px 0 110px; }
.article-cover { width: min(1100px, calc(100% - 48px)); height: min(55vw,560px); margin: 0 auto; background-size: cover; background-position: center; transform: translateY(-1px); }
.article-body .lead { font-family: Georgia, serif; font-size: 23px; line-height: 1.6; color: var(--clay); }
.article-copy { white-space: pre-line; font-family: Georgia, serif; font-size: 18px; line-height: 1.95; }

@media (max-width: 960px) {
  .shell { width: min(100% - 36px, 760px); }
  .section { padding: 84px 0; }
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero, .hero-grid { min-height: 620px; }
  .hero-grid { grid-template-columns: 1fr; padding-bottom: 65px; }
  .hero-note { display: none; }
  .split-heading, .profile-grid, .budget-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .split-heading > p { max-width: 620px; }
  .service-row { grid-template-columns: 55px 1fr; }
  .service-row details { grid-column: 2; border: 0; padding: 0; }
  .profile-grid { gap: 70px; }
  .news-grid { grid-template-columns: 1.25fr 1fr; }
  .news-card:nth-child(3) { display: none; }
  .government-grid { grid-template-columns: 1fr 1.2fr; }
  .head-message { padding-left: 48px; }
  .official-list { grid-template-columns: repeat(2,1fr); }
  .potential-grid { grid-template-columns: 1fr 1fr; }
  .potential-card:first-child { grid-column: 1 / -1; }
  .contact-details { padding-top: 0; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 230px; }
  .gallery-card:first-child { grid-column: 1 / -1; grid-row: auto; min-height: 360px; }
}

@media (max-width: 640px) {
  .shell { width: calc(100% - 30px); }
  .topline-inner { font-size: 9px; }
  .nav-wrap { min-height: 72px; }
  .brand-mark { width: 40px; height: 43px; }
  .brand-mark-image { width: 56px; height: 56px; flex-basis: 56px; }
  .brand strong { font-size: 16px; }
  .hero, .hero-grid { min-height: 570px; }
  .hero-grid { padding-top: 74px; }
  .hero-copy h1 { font-size: clamp(52px,17vw,78px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .announcement-inner { min-height: 128px; grid-template-columns: 1fr 32px; gap: 12px; padding: 22px 0; }
  .announcement-label { grid-column: 1 / -1; }
  .announcement-label small { display: inline; margin: 0 0 0 10px; }
  .announcement-inner > div { padding-left: 0; border-left: 0; }
  .announcement-inner strong { font-size: 16px; }
  .announcement-inner p { font-size: 11px; }
  .announcement-arrow { width: 32px; height: 32px; font-size: 20px; }
  .section { padding: 72px 0; }
  .section-heading h2, .profile-story h2, .budget-grid h2, .contact-grid h2 { font-size: 43px; }
  .split-heading { margin-bottom: 42px; }
  .split-heading > p { font-size: 15px; }
  .service-row { grid-template-columns: 36px 1fr; gap: 12px; }
  .service-row h3 { font-size: 22px; }
  .vision-grid { grid-template-columns: 1fr; gap: 22px; }
  .stats-board { padding: 28px; }
  .stat-item { min-height: 130px; padding: 16px 10px; }
  .stat-item strong { font-size: 34px; }
  .inline-heading { align-items: flex-start; }
  .heading-line, .edition { display: none; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card:nth-child(3) { display: block; }
  .news-image, .news-featured .news-image { min-height: 260px; }
  .government-grid { grid-template-columns: 1fr; }
  .head-portrait, .head-portrait > span { min-height: 420px; }
  .head-message { padding: 55px 0 0; }
  .head-message blockquote { font-size: 35px; }
  .official-list { gap: 14px; }
  .official-list h4 { font-size: 16px; }
  .potential-grid { grid-template-columns: 1fr; }
  .potential-card:first-child { grid-column: auto; }
  .potential-card { min-height: 360px; }
  .budget-card { padding: 28px 20px; }
  .budget-total { display: block; }
  .budget-total strong { display: block; margin-top: 8px; font-size: 21px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 10px; }
  .gallery-card:first-child { min-height: 270px; }
  .gallery-card figcaption { grid-template-columns: 24px 1fr; gap: 7px; padding: 14px; }
  .gallery-card figcaption h3,.gallery-card:first-child figcaption h3 { font-size: 16px; }
  .gallery-card figcaption p { display: none; }
  .contact-details { grid-template-columns: 1fr; }
  .map-frame { height: 260px; }
  .footer-main { grid-template-columns: 1fr; gap: 18px; padding: 40px 0; }
  .footer-main > p { margin: 0; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 6px; }
}
