@charset "UTF-8";

:root {
  --green: #183e32;
  --green-dark: #123025;
  --green-light: #edf2ed;
  --gold: #b49a5e;
  --gold-light: #dec68c;
  --burgundy: #7c3434;
  --text: #29362d;
  --muted: #687067;
  --line: #e0e2d9;
  --paper: #ffffff;
  --tint: #f7f7f2;
  --serif: Georgia, 'Times New Roman', serif;
  --sans: 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 205px; }
body { margin: 0; background: var(--paper); color: var(--text); font: 14px/1.65 var(--sans); }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button { cursor: pointer; border: 0; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #b58324; outline-offset: 4px; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 400; line-height: 1.2; }
img { display: block; max-width: 100%; object-fit: cover; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
[hidden] { display: none !important; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1200px, calc(100% - 80px)); margin-inline: auto; }
.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: -100px; left: 15px; z-index: 100; background: white; padding: 15px; }
.skip-link:focus { top: 10px; }

/* Institutional masthead and navigation */
.utility-bar { background: var(--tint); border-top: 4px solid var(--green); border-bottom: 1px solid var(--line); }
.utility-inner { display: flex; align-items: center; justify-content: space-between; min-height: 34px; }
.country-label { display: flex; align-items: center; gap: 9px; font-size: 9px; letter-spacing: 1px; }
.flag { width: 20px; height: 13px; background: linear-gradient(#27815b 0 28%, #fff 28% 35%, #1d211d 35% 63%, #fff 63% 70%, #e1bd4f 70%); position: relative; }
.flag::before { content: ''; position: absolute; border-left: 10px solid #a63737; border-top: 6.5px solid transparent; border-bottom: 6.5px solid transparent; }
.utility-links { display: flex; align-items: center; gap: 23px; font-size: 10px; color: #596153; }
.utility-links button { padding: 0; font-size: 10px; }
.utility-links a:hover, .utility-links button:hover { text-decoration: underline; }
.utility-links #contrast-toggle { display: flex; gap: 5px; align-items: center; }
.language { font-size: 9px; border-left: 1px solid #d5dace; padding-left: 16px; }
.site-header { position: sticky; top: 0; background: var(--paper); z-index: 40; }
.masthead { min-height: 128px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.institutional-brand { display: flex; align-items: center; gap: 22px; }
.national-emblem { width: 74px; height: 80px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; }
.brand-country { font-size: 9px; letter-spacing: 2px; color: #59664f; margin-bottom: 7px; }
.brand-title { font: 28px/1.2 var(--serif); color: #203d2d; }
.brand-subtitle { font-size: 9px; letter-spacing: 2.5px; color: #857347; margin-top: 9px; }
.masthead-tools { width: 267px; display: flex; flex-direction: column; gap: 8px; }
.prototype-label { font-size: 8px; letter-spacing: 1.3px; color: #767965; display: flex; justify-content: space-between; }
.prototype-label > span { color: #947f4e; }
.header-search { display: flex; align-items: center; border: 1px solid #d6dbd0; background: var(--paper); height: 38px; }
.header-search input { min-width: 0; width: 100%; border: 0; padding: 9px 12px; font-size: 11px; color: var(--text); background: transparent; }
.header-search button { height: 36px; width: 40px; display: grid; place-items: center; color: var(--green); }
.header-search svg { width: 17px; height: 17px; }
.masthead-motto { font-size: 9px; color: #7a7d72; }
.mobile-toggle, .mobile-search { display: none; }
.navigation-band { background: var(--green); border-bottom: 3px solid var(--gold); }
.main-nav { display: flex; min-height: 52px; align-items: stretch; }
.home-link { color: #e9eddc; display: grid; place-items: center; width: 47px; flex-shrink: 0; border-left: 1px solid #ffffff14; border-right: 1px solid #ffffff14; }
.home-link svg { width: 17px; height: 17px; }
.navigation-items { display: flex; align-items: stretch; flex: 1; justify-content: space-between; }
.nav-trigger { height: 100%; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 0 13px; font-size: 11px; color: #f4f4ec; white-space: nowrap; min-height: 52px; }
.nav-trigger::after { content: ''; width: 5px; height: 5px; border-right: 1px solid #bfc9b3; border-bottom: 1px solid #bfc9b3; transform: rotate(45deg); margin-top: -4px; }
.nav-trigger[aria-expanded=true], .nav-trigger:hover { background: #ffffff12; }
.nav-trigger[aria-expanded=true]::after { transform: rotate(225deg); margin-top: 2px; }
.mega-menu { position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); border-bottom: 3px solid var(--gold); box-shadow: 0 18px 30px #102c251a; z-index: 45; animation: reveal .16s ease-out; }
.mega-layout { display: grid; grid-template-columns: 1fr 1.7fr 1fr; gap: 30px; padding-block: 31px; }
.mega-intro { border-right: 1px solid var(--line); padding-right: 25px; }
.mega-intro h2 { font: 28px/1.2 var(--serif); margin: 13px 0; }
.mega-intro p { color: var(--muted); font-size: 12px; line-height: 1.8; }
.mega-links { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 25px; align-content: start; }
.mega-link { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; text-align: left; padding: 7px 0 9px; border-bottom: 1px solid var(--line); }
.mega-link .link-arrow { color: #95804a; font-size: 18px; line-height: 1; }
.mega-link strong { display: block; font-size: 12px; font-weight: 600; }
.mega-link small { display: block; font-size: 11px; color: var(--muted); margin-top: 6px; line-height: 1.6; }
.mega-link:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.mega-feature { position: relative; padding: 0; overflow: hidden; text-align: left; background: var(--green); color: white; min-height: 204px; }
.mega-feature img { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .6; }
.mega-feature::after { content: ''; position: absolute; inset: 0; background: linear-gradient(transparent, #0b2a20e8); }
.mega-feature-copy { display: block; position: relative; z-index: 1; padding: 23px; margin-top: 53px; }
.mega-feature-copy small { font-size: 8px; letter-spacing: 1.4px; }
.mega-feature-copy strong { display: block; font: 23px/1.2 var(--serif); margin-top: 8px; }
.mega-feature-copy > span { display: block; margin-top: 14px; font-size: 10px; }
.menu-backdrop { position: fixed; inset: 0; z-index: 35; background: #122f2759; }

/* Homepage introduction */
.breadcrumb { display: flex; justify-content: space-between; font-size: 10px; color: #70796c; padding-block: 16px; }
.breadcrumb > span:first-child { color: #7e6d49; }
.breadcrumb-note { font-size: 9px; letter-spacing: .4px; }
.lead-section { display: grid; grid-template-columns: 1.9fr 1fr; min-height: 414px; }
.lead-story { position: relative; overflow: hidden; background: var(--green-dark); min-height: 414px; min-width: 0; }
.lead-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-position: center 59%; }
.lead-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #12291ff0, #142b228a 65%, #142b2240), linear-gradient(0deg, #0f271f66, transparent); }
.lead-copy { position: relative; z-index: 1; padding: 41px 40px; color: white; max-width: 590px; }
.eyebrow { font-size: 9px; font-weight: 600; letter-spacing: 1.7px; color: #8c7548; }
.eyebrow.light { color: #dfcc9c; }
.lead-copy h1 { font: 42px/1.15 var(--serif); letter-spacing: -.5px; margin-top: 18px; }
.lead-copy p { font-size: 12px; color: #e0e3d6; line-height: 1.85; margin-top: 18px; max-width: 385px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 26px; min-height: 43px; padding: 12px 20px; font-size: 11px; font-weight: 600; line-height: 1.4; transition: background .2s; }
.button svg { width: 17px; height: 17px; }
.button-gold { background: #d7bd7c; color: #23392b; }
.button-gold:hover { background: #e7d399; }
.button-green { background: var(--green); color: white; }
.button-green:hover { background: #2c5944; }
.lead-copy .button { margin-top: 24px; }
.photo-caption { position: absolute; bottom: 11px; right: 15px; color: #eeecdc; font-size: 8px; }
.welcome-panel { background: #f2f1e9; border: 1px solid #e2e0d3; border-left: 4px solid var(--gold); padding: 29px 30px 24px; position: relative; }
.ornament { position: absolute; top: 20px; right: 25px; font-size: 29px; color: #b39b61; }
.welcome-panel h2 { font: 28px/1.23 var(--serif); margin-top: 18px; color: var(--green); }
.gold-rule { display: block; height: 2px; width: 35px; background: var(--gold); margin-block: 18px; }
.welcome-panel p { font-size: 12px; color: #68715e; line-height: 1.8; margin-bottom: 17px; }
.institution-link { display: flex; justify-content: space-between; width: 100%; text-align: left; padding: 11px 0; font-size: 11px; border-top: 1px solid #d9dccb; }
.institution-link:hover { color: #8c713a; }
.institution-link > span { color: #93804c; }
.welcome-signature { font-size: 8px; letter-spacing: 1.2px; color: #87917b; margin-top: 18px; }
.citizen-notice { display: flex; align-items: center; border: 1px solid var(--line); border-top: 0; min-height: 59px; padding: 12px 20px; gap: 20px; background: #fcfcf9; }
.notice-label { display: flex; align-items: center; gap: 9px; flex-shrink: 0; font-size: 8px; font-weight: 700; letter-spacing: 1px; color: #806d3e; }
.notice-label svg { width: 18px; height: 18px; }
.citizen-notice p { font-size: 11px; color: #6c7465; }
.citizen-notice > a { display: flex; gap: 15px; margin-left: auto; white-space: nowrap; font-size: 10px; font-weight: 600; }

/* Section headings and services */
.section { padding-block: 49px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; }
.section-heading h2 { font: 31px/1.2 var(--serif); color: var(--green); margin-top: 8px; }
.section-heading h2::after { content: ''; display: block; width: 35px; height: 2px; background: var(--gold); margin-top: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 19px; font-size: 11px; color: var(--green); padding: 0 0 4px; white-space: nowrap; }
.text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.text-link > span { color: #8d7645; font-size: 17px; }
.section-description { color: var(--muted); font-size: 12px; margin-top: 14px; }
.section-aside { color: var(--muted); font-size: 11px; margin-bottom: 4px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 25px; }
.service-card { display: flex; align-items: center; gap: 17px; text-align: left; padding: 21px 20px; border: 1px solid var(--line); border-left: 3px solid #a98e52; background: var(--paper); }
.service-card > svg { width: 29px; height: 29px; color: #58715b; stroke-width: 1.3; }
.service-card strong { display: block; font-size: 12px; font-weight: 600; line-height: 1.4; }
.service-card small { display: block; font-size: 10px; line-height: 1.6; color: var(--muted); margin-top: 6px; }
.card-arrow { margin-left: auto; color: #8c815f; }
.service-card:hover { background: var(--tint); border-color: #b4bca8; border-left-color: var(--green); }

/* Editorial news */
.section-tinted { background: var(--tint); border-block: 1px solid #eceee5; }
.news-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin: 23px 0; }
.news-filters { display: flex; border-bottom: 1px solid #d9ddcf; }
.news-filters button { padding: 9px 16px; color: #697360; border-bottom: 2px solid transparent; font-size: 11px; }
.news-filters button:first-child { padding-left: 0; padding-right: 20px; }
.news-filters button.is-active, .news-filters button[aria-pressed=true] { color: var(--green); border-color: var(--green); font-weight: 600; }
.demo-caption { font-size: 8px; letter-spacing: .7px; color: #8a8e80; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 23px; align-items: start; }
.news-item { background: var(--paper); border: 1px solid var(--line); min-width: 0; }
.news-visual { height: 177px; position: relative; overflow: hidden; }
.news-visual img { width: 100%; height: 100%; }
.image-caption { position: absolute; bottom: 8px; right: 12px; color: white; font-size: 8px; text-shadow: 0 1px 4px #000; }
.institutional-visual, .community-visual { background: #dfe7dc; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #466a50; }
.institutional-visual::before, .community-visual::before { content: ''; position: absolute; inset: 12px; border: 1px solid #82977955; }
.institutional-visual > svg, .community-visual > svg { width: 49px; height: 49px; stroke-width: .85; z-index: 1; }
.institutional-visual > span:not(.visual-watermark), .community-visual > span:not(.visual-watermark) { font-size: 8px; letter-spacing: 2px; margin-top: 10px; z-index: 1; }
.visual-watermark { position: absolute; bottom: -18px; left: 0; right: 0; font: 63px/1 var(--serif); letter-spacing: 8px; opacity: .065; text-align: center; }
.community-visual { background: #e9e2cf; color: #847247; }
.community-visual::before { border-color: #a18a554d; }
.community-visual .visual-watermark { font-size: 41px; letter-spacing: 0; bottom: -9px; }
.news-body { padding: 21px 22px; }
.news-category { display: flex; align-items: center; gap: 12px; font-size: 8px; font-weight: 600; letter-spacing: 1px; color: #88703d; }
.news-category > span { color: #969a8e; font-size: 7px; font-weight: 400; }
.news-item h3 { margin-top: 10px; }
.news-item h3 button { font: 22px/1.25 var(--serif); text-align: left; padding: 0; color: #234130; }
.news-item h3 button:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.news-item p { font-size: 11px; color: var(--muted); line-height: 1.85; margin-top: 13px; }
.article-link { display: flex; align-items: center; justify-content: space-between; width: 100%; border-top: 1px solid var(--line); margin-top: 19px; padding: 14px 0 0; font-size: 10px; color: var(--green); }
.article-link > span { font-size: 16px; color: #9c8751; }

/* Government and public documents */
.governance-section { display: grid; grid-template-columns: .9fr 1.3fr .9fr; gap: 40px; align-items: center; }
.government-intro h2 { font: 36px/1.17 var(--serif); color: var(--green); margin-top: 12px; }
.government-intro p { color: var(--muted); font-size: 12px; margin: 18px 0 23px; line-height: 1.85; max-width: 250px; }
.government-links > button { display: flex; align-items: center; width: 100%; text-align: left; border-bottom: 1px solid var(--line); padding: 17px 0; gap: 17px; }
.government-links > button:first-child { border-top: 1px solid var(--line); }
.item-number { color: #a89665; font: 20px var(--serif); }
.government-links strong { font-size: 12px; font-weight: 600; display: block; }
.government-links small { display: block; font-size: 10px; color: var(--muted); margin-top: 6px; line-height: 1.6; }
.government-links > button > span:last-child { color: #8e845c; margin-left: auto; }
.government-links button:hover strong { text-decoration: underline; text-underline-offset: 3px; }
.institutional-card { padding: 28px; border: 1px solid #e0dece; background: #f8f7f0; text-align: center; }
.institutional-card img { width: 47px; height: 51px; object-fit: contain; margin: 0 auto 17px; }
.institutional-card h3 { font: 23px/1.3 var(--serif); color: var(--green); }
.institutional-card p { font-size: 11px; color: #737764; margin-top: 16px; }
.institutional-card button { margin-top: 19px; padding-top: 15px; border-top: 1px solid #e0dece; font-size: 10px; width: 100%; display: flex; justify-content: space-between; }
.transparency-section { background: #f3f1e8; border-block: 1px solid #e6e3d6; }
.document-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 26px; }
.document-card { display: flex; flex-direction: column; padding: 23px; text-align: left; border: 1px solid #dedfce; background: var(--paper); border-top: 3px solid #b39a63; }
.document-card:hover { border-color: #9d956f; }
.document-top { display: flex; align-items: center; gap: 10px; font-size: 7px; letter-spacing: .6px; color: #827244; }
.document-top svg { width: 21px; height: 21px; stroke-width: 1.2; }
.document-card strong { font: 21px/1.25 var(--serif); color: var(--green); margin-top: 18px; }
.document-description { display: block; font-size: 11px; color: var(--muted); margin-block: 13px 20px; line-height: 1.7; }
.document-bottom { margin-top: auto; display: flex; justify-content: space-between; width: 100%; font-size: 10px; padding-top: 13px; border-top: 1px solid var(--line); }
.document-bottom > span { color: #988449; }
.validation-note { display: flex; align-items: center; gap: 8px; font-size: 10px; color: #787a67; margin-top: 21px; }
.validation-note svg { width: 15px; height: 15px; }

/* Sectors and district */
.sector-grid { margin-top: 27px; display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); }
.sector-grid button { display: flex; flex-direction: column; align-items: flex-start; padding: 25px 19px 16px; border-right: 1px solid var(--line); text-align: left; }
.sector-grid button:last-child { border-right: 0; }
.sector-grid button:hover { background: var(--tint); }
.sector-grid svg { width: 30px; height: 30px; color: #6a7957; stroke-width: 1.3; }
.sector-grid strong { margin-top: 18px; font: 18px/1.3 var(--serif); min-height: 46px; color: var(--green); }
.sector-grid button > span:not(.sector-arrow) { font-size: 10px; color: var(--muted); margin: 12px 0 18px; line-height: 1.7; }
.sector-arrow { font-size: 18px; color: #a8945d; margin-top: auto; }
.district-band { background: #eef1ea; padding-block: 40px; }
.district-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.district-image { position: relative; height: 320px; background: var(--green); }
.district-image img { width: 100%; height: 100%; object-position: center 70%; }
.district-image::after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, #102d23b8); }
.district-image > span { position: absolute; left: 22px; right: 22px; bottom: 21px; z-index: 1; padding-top: 16px; border-top: 1px solid #ffffff70; font-size: 9px; letter-spacing: 1px; color: #fbf9ea; }
.district-image small { position: absolute; top: 12px; left: 16px; color: white; font-size: 8px; text-shadow: 0 1px 4px #000; }
.district-copy h2 { font: 33px/1.2 var(--serif); color: var(--green); max-width: 330px; margin: 13px 0 18px; }
.district-copy > p { color: #69755f; font-size: 12px; line-height: 1.9; }
.district-links { display: grid; grid-template-columns: 1fr 1fr; column-gap: 25px; margin-top: 20px; }
.district-links button { display: flex; justify-content: space-between; gap: 12px; font-size: 11px; text-align: left; padding: 13px 0; border-bottom: 1px solid #d1d9c9; }
.district-links button:hover { color: #856d38; }
.district-links button > span { color: #8c8258; }

/* Public notices, agenda and participation */
.public-information { display: grid; grid-template-columns: 1.12fr 1fr; gap: 50px; }
.public-list { margin-top: 25px; }
.public-list > button { display: flex; align-items: center; gap: 17px; text-align: left; width: 100%; padding: 19px 0; border-bottom: 1px solid var(--line); }
.public-list > button:first-child { border-top: 1px solid var(--line); }
.list-icon { padding: 11px; background: #f0f2ea; color: #6e795b; display: grid; place-items: center; }
.list-icon svg { width: 23px; height: 23px; }
.public-list small { display: block; font-size: 8px; letter-spacing: 1px; color: #8a7547; }
.public-list strong { display: block; font: 18px/1.35 var(--serif); margin-top: 5px; }
.public-list button > span:nth-child(2) > span { display: block; font-size: 10px; color: var(--muted); margin-top: 7px; }
.public-list button > span:last-child { margin-left: auto; color: #998851; }
.public-list button:hover strong { text-decoration: underline; text-decoration-thickness: 1px; }
.agenda-panel { padding: 27px 28px; background: #f7f7f1; border: 1px solid var(--line); }
.agenda-panel .section-heading h2 { font-size: 29px; }
.agenda-panel .section-heading h2::after { display: none; }
.agenda-icon { width: 29px; height: 29px; color: #a68d54; margin-bottom: 4px; }
.agenda-description { color: var(--muted); font-size: 11px; margin-top: 15px; }
.agenda-item { display: flex; align-items: center; text-align: left; width: 100%; gap: 17px; padding: 16px 0; border-bottom: 1px solid #dfe2d3; }
.agenda-item:first-of-type { border-top: 1px solid #dfe2d3; margin-top: 18px; }
.agenda-date { min-width: 64px; display: flex; flex-direction: column; align-items: center; gap: 5px; color: #8f7c4c; }
.agenda-date svg { width: 25px; height: 25px; stroke-width: 1.3; }
.agenda-date small { font-size: 7px; letter-spacing: .5px; }
.agenda-item strong { display: block; font-size: 12px; font-weight: 600; line-height: 1.5; }
.agenda-item > span:nth-child(2) > small { display: block; font-size: 10px; margin-top: 5px; color: #77816b; }
.agenda-item > span:last-child { color: #9a8957; margin-left: auto; }
.agenda-item:hover strong { text-decoration: underline; }
.agenda-footnote { font-size: 9px; margin-top: 16px; color: #8b8e7d; }
.participation-band { background: var(--green); border-bottom: 3px solid var(--gold); }
.participation-inner { display: flex; align-items: center; gap: 28px; color: white; padding-block: 35px; }
.participation-inner > svg { width: 42px; height: 42px; color: #d1bc81; stroke-width: 1; }
.participation-inner h2 { font: 25px/1.3 var(--serif); margin-top: 7px; }
.participation-inner p { font-size: 11px; color: #c5d1bc; margin-top: 9px; }
.participation-inner .button { margin-left: auto; flex-shrink: 0; gap: 30px; }

/* Contacts and footer */
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 28px; }
.contact-card { display: flex; align-items: flex-start; gap: 16px; border-right: 1px solid var(--line); padding-right: 20px; }
.contact-card:last-child { border-right: 0; }
.contact-card > svg { width: 26px; height: 26px; color: #9a834c; stroke-width: 1.3; }
.contact-card h3 { font: 19px/1.3 var(--serif); color: var(--green); }
.contact-card p { font-size: 11px; color: var(--muted); margin: 10px 0 15px; line-height: 1.8; }
.contact-card button { display: flex; align-items: center; gap: 20px; font-size: 10px; padding: 0; }
.contact-card button:hover { text-decoration: underline; }
.contact-card button > span { color: #9a854e; }
.site-footer { background: var(--green-dark); color: #dce4d4; }
.footer-main { display: grid; grid-template-columns: 1.55fr 1fr 1fr 1fr; gap: 30px; padding-block: 42px; }
.footer-identity { display: flex; align-items: flex-start; gap: 17px; }
.footer-identity img { object-fit: contain; width: 49px; height: 53px; }
.footer-identity span { font-size: 7px; letter-spacing: 1.2px; color: #b5bfaa; }
.footer-identity strong { display: block; font: 21px/1.3 var(--serif); margin-top: 6px; color: #efefdf; }
.footer-identity p { font-size: 9px; color: #a9b79e; margin-top: 12px; }
.footer-column h2 { font: 15px var(--serif); color: #d5c48b; margin-bottom: 15px; }
.footer-column a, .footer-column button { display: block; text-align: left; font-size: 10px; line-height: 1.8; color: #c2ceba; padding: 0; margin-top: 7px; }
.footer-column a:hover, .footer-column button:hover { text-decoration: underline; }
.footer-bottom { border-top: 1px solid #ffffff20; display: flex; align-items: center; justify-content: space-between; padding-block: 19px; gap: 20px; font-size: 9px; color: #aebda5; }
.footer-bottom > a { color: #d5dcc9; }
.prototype-footer { background: #0e271e; border-top: 1px solid #ffffff12; color: #a7b69d; font-size: 8px; padding-block: 13px; }
.prototype-footer span { font-size: 7px; letter-spacing: 1px; color: #c9b882; margin-right: 13px; }

/* Search, information panels and accessibility */
dialog { padding: 38px; width: min(630px, calc(100% - 32px)); max-height: 85dvh; border: 1px solid #c9cfbd; border-top: 4px solid var(--gold); color: var(--text); background: var(--paper); overscroll-behavior: contain; }
dialog::backdrop { background: #0b231bc2; }
dialog h2 { font: 32px/1.2 var(--serif); color: var(--green); margin: 17px 0 20px; padding-right: 15px; }
.dialog-close { position: absolute; top: 12px; right: 14px; width: 30px; height: 30px; border: 1px solid var(--line); font-size: 24px; line-height: 1; display: grid; place-items: center; }
.dialog-close:hover { background: var(--tint); }
#dialog-content p { font-size: 13px; color: var(--muted); line-height: 1.9; margin-bottom: 18px; }
#dialog-content ul { padding-left: 20px; font-size: 13px; color: var(--muted); line-height: 1.9; }
#dialog-content .content-status { background: #f3f1e5; border-left: 3px solid var(--gold); padding: 14px; font-size: 11px; margin-top: 23px; }
.dialog-done { margin-top: 12px; }
.search-dialog { width: min(720px, calc(100% - 32px)); }
.search-dialog label { font-size: 12px; color: var(--muted); }
.search-input-wrap { display: flex; align-items: center; gap: 13px; border: 1px solid #aebba2; padding: 10px 14px; margin-top: 11px; }
.search-input-wrap svg { width: 21px; height: 21px; color: #6a7d5e; }
.search-input-wrap input { width: 100%; min-width: 0; padding: 5px 0; border: 0; background: transparent; color: var(--text); font-size: 13px; }
#search-status { font-size: 11px; color: var(--muted); margin: 18px 0; }
.search-results { display: grid; gap: 7px; }
.search-results button { display: block; width: 100%; text-align: left; padding: 14px; border: 1px solid var(--line); }
.search-results button:hover { background: var(--tint); }
.search-results strong { display: block; font-size: 13px; }
.search-results small { display: block; font-size: 11px; color: var(--muted); margin-top: 6px; line-height: 1.6; }
.noscript-notice { background: #efdfac; color: #263626; padding: 15px; font-size: 13px; text-align: center; }
.high-contrast { --text: #101910; --muted: #263826; --line: #64765b; --gold: #725815; --tint: #f2f4ed; }
.high-contrast :is(p, small, .section-aside, .eyebrow, .demo-caption, .prototype-label, .masthead-motto, .brand-country, .brand-subtitle, .breadcrumb, .document-description, .document-top, .news-category, .item-number) { color: #25371c; }
.high-contrast :is(.lead-copy, .site-footer, .participation-band, .mega-feature) :is(p, small, .eyebrow, span) { color: #fff; }
.high-contrast .utility-links, .high-contrast .utility-links button { color: #183e32; }
.high-contrast .news-filters button { color: #183e32; }
.high-contrast .welcome-panel, .high-contrast .transparency-section, .high-contrast .agenda-panel, .high-contrast .institutional-card, .high-contrast .district-band { background: #f4f5ef; }
.high-contrast :is(.service-card, .contact-card, .public-list, .agenda-item, .document-card, .district-links) :is(strong, span, button) { color: #142d19; }
.high-contrast .footer-column :is(a, button), .high-contrast .footer-bottom, .high-contrast .prototype-footer { color: white; }
.high-contrast .district-image small { color: white; background: #10291fe6; padding: 3px 6px; text-shadow: none; }
@keyframes reveal { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1200px) {
  .container { width: calc(100% - 56px); }
  .nav-trigger { padding-inline: 9px; font-size: 10px; gap: 7px; }
  .home-link { width: 36px; }
  .brand-title { font-size: 26px; }
  .lead-copy { padding: 35px 30px; }
  .lead-copy h1 { font-size: 37px; }
  .welcome-panel { padding-inline: 24px; }
  .welcome-panel h2 { font-size: 26px; }
  .citizen-notice { gap: 15px; }
  .citizen-notice p { font-size: 10px; }
  .service-card { gap: 12px; padding: 20px 15px; }
  .service-card strong { font-size: 11px; }
  .governance-section { gap: 27px; }
  .document-card { padding: 20px; }
  .document-card strong { font-size: 20px; }
  .sector-grid button { padding-inline: 15px; }
  .sector-grid strong { font-size: 17px; }
  .district-layout, .public-information { gap: 35px; }
  .participation-inner h2 { font-size: 23px; }
  .footer-main { gap: 23px; }
}

@media (max-width: 1000px) {
  .container { width: calc(100% - 44px); }
  .brand-title { font-size: 23px; }
  .institutional-brand { gap: 15px; }
  .masthead-tools { width: 240px; }
  .national-emblem { width: 62px; height: 68px; }
  .nav-trigger { padding-inline: 7px; font-size: 9px; }
  .lead-copy h1 { font-size: 34px; }
  .lead-copy { padding: 35px 27px; }
  .welcome-panel { padding-inline: 22px; }
  .welcome-panel h2 { font-size: 24px; }
  .lead-section { grid-template-columns: 1.6fr 1fr; }
  .citizen-notice .notice-label { font-size: 7px; }
  .citizen-notice p { max-width: 400px; }
  .news-toolbar { align-items: flex-start; }
  .demo-caption { max-width: 135px; text-align: right; line-height: 1.8; }
  .news-grid { gap: 17px; }
  .news-body { padding: 18px; }
  .news-item h3 button { font-size: 20px; }
  .governance-section { grid-template-columns: 1fr 1.5fr; }
  .institutional-card { grid-column: 1 / -1; display: flex; align-items: center; text-align: left; gap: 25px; padding: 23px; }
  .institutional-card img { margin: 0; }
  .institutional-card h3 { font-size: 20px; flex-shrink: 0; }
  .institutional-card p { margin: 0; max-width: 230px; }
  .institutional-card button { width: auto; margin: 0 0 0 auto; border: 0; padding: 0; gap: 15px; }
  .document-grid { gap: 13px; }
  .document-top { font-size: 6px; gap: 7px; }
  .document-card { padding: 16px; }
  .document-card strong { font-size: 19px; }
  .sector-grid { grid-template-columns: repeat(3, 1fr); }
  .sector-grid button { padding: 24px; }
  .sector-grid button:nth-child(3) { border-right: 0; }
  .sector-grid button:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .sector-grid strong { min-height: auto; font-size: 20px; }
  .sector-grid button > span:not(.sector-arrow) { font-size: 11px; }
  .district-copy h2 { font-size: 30px; }
  .public-information { gap: 25px; }
  .public-list strong { font-size: 17px; }
  .agenda-panel { padding: 23px; }
  .agenda-item { gap: 12px; }
  .participation-inner > svg { display: none; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 22px; }
  .footer-identity { gap: 12px; }
  .footer-identity img { width: 37px; height: 40px; }
  .footer-identity strong { font-size: 18px; }
}

@media (max-width: 900px) {
  html { scroll-padding-top: 118px; }
  .utility-links { gap: 16px; }
  .utility-links > a { display: none; }
  .masthead { min-height: 98px; gap: 20px; }
  .masthead-tools { display: none; }
  .brand-title { font-size: 24px; }
  .brand-country { font-size: 8px; }
  .brand-subtitle { font-size: 8px; }
  .mobile-search { display: grid; place-items: center; margin-left: auto; padding: 8px; }
  .mobile-search svg { width: 20px; height: 20px; }
  .mobile-toggle { display: flex; align-items: center; gap: 9px; padding: 8px 0; font-size: 11px; }
  .menu-bars { display: inline-block; width: 18px; height: 12px; border-block: 1px solid; position: relative; }
  .menu-bars::before { content: ''; position: absolute; top: 4.5px; left: 0; width: 18px; border-top: 1px solid; }
  .main-nav { display: none; max-height: calc(100dvh - 99px); overflow-y: auto; overscroll-behavior: contain; min-height: 0; padding-bottom: 15px; }
  .main-nav.mobile-open { display: block; }
  .navigation-items { display: block; }
  .home-link { display: none; }
  .nav-item { border-bottom: 1px solid #ffffff20; }
  .nav-trigger { padding: 14px 4px; justify-content: space-between; width: 100%; font-size: 12px; min-height: 48px; }
  .mega-menu { position: static; box-shadow: none; border-bottom: 0; animation: none; }
  .mega-layout { width: 100%; grid-template-columns: 1fr; padding: 21px; gap: 18px; }
  .mega-intro { border: 0; padding: 0; }
  .mega-intro h2 { font-size: 24px; margin-block: 7px 10px; }
  .mega-intro .eyebrow { display: none; }
  .mega-intro p { font-size: 11px; }
  .mega-links { gap: 10px 23px; }
  .mega-feature { min-height: 132px; }
  .mega-feature-copy { margin-top: 0; padding: 20px; }
  .mega-feature-copy strong { font-size: 24px; }
}

@media (max-width: 700px) {
  .container { width: calc(100% - 36px); }
  .utility-inner { min-height: 30px; }
  .country-label { font-size: 7px; letter-spacing: .8px; gap: 6px; }
  .flag { width: 17px; height: 11px; }
  .flag::before { border-top-width: 5.5px; border-bottom-width: 5.5px; border-left-width: 8px; }
  .utility-links { gap: 12px; }
  .utility-links > button:not(#contrast-toggle), .utility-links .language { display: none; }
  .utility-links #contrast-toggle { font-size: 8px; }
  .masthead { min-height: 99px; gap: 8px; }
  .institutional-brand { gap: 11px; flex: 1; }
  .national-emblem { width: 47px; height: 51px; }
  .brand-country { display: none; }
  .brand-title { max-width: 235px; font-size: 21px; line-height: 1.2; }
  .brand-subtitle { font-size: 7px; letter-spacing: 1.3px; margin-top: 7px; }
  .mobile-toggle { flex-direction: column; gap: 6px; font-size: 9px; padding: 8px 0 4px 5px; }
  .mobile-search { padding-inline: 6px; margin-left: 0; }
  .mobile-search svg { width: 19px; height: 19px; }
  .breadcrumb { padding-block: 12px; font-size: 9px; }
  .breadcrumb-note { font-size: 7px; letter-spacing: 0; }
  .lead-section { grid-template-columns: minmax(0, 1fr); }
  .lead-story { min-height: 384px; }
  .lead-copy { padding: 30px 26px 34px; }
  .eyebrow { font-size: 8px; letter-spacing: 1.3px; }
  .lead-copy h1 { font-size: 35px; margin-top: 19px; }
  .lead-copy p { font-size: 12px; margin-top: 18px; }
  .lead-photo { object-position: 60% center; }
  .lead-copy .button { margin-top: 23px; }
  .welcome-panel { padding: 25px; border-left-width: 3px; }
  .welcome-panel h2 { font-size: 28px; }
  .welcome-panel h2 br { display: none; }
  .welcome-panel p { font-size: 12px; }
  .institution-link { font-size: 12px; padding-block: 13px; }
  .welcome-signature { font-size: 7px; }
  .citizen-notice { flex-wrap: wrap; padding: 17px 19px; gap: 9px; }
  .citizen-notice .notice-label { font-size: 8px; }
  .citizen-notice p { flex-basis: 100%; font-size: 11px; }
  .citizen-notice > a { margin-left: 0; font-size: 10px; }
  .section { padding-block: 36px; }
  .section-heading { gap: 15px; align-items: flex-end; }
  .section-heading h2 { font-size: 28px; }
  .section-heading .text-link { font-size: 9px; gap: 9px; white-space: normal; text-align: right; max-width: 100px; padding-bottom: 16px; }
  .text-link { font-size: 11px; }
  .section-description { font-size: 12px; }
  .service-grid { grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
  .service-card { padding: 19px 20px; gap: 18px; }
  .service-card strong { font-size: 13px; }
  .service-card small { font-size: 11px; }
  .service-card > svg { width: 27px; height: 27px; }
  .news-toolbar { flex-direction: column; gap: 14px; margin-top: 17px; }
  .news-filters { width: 100%; justify-content: space-between; }
  .news-filters button { font-size: 10px; padding: 10px 7px; }
  .news-filters button:first-child { padding-right: 12px; }
  .demo-caption { max-width: none; font-size: 7px; }
  .news-grid { grid-template-columns: 1fr; gap: 23px; }
  .news-visual { height: 200px; }
  .news-body { padding: 23px; }
  .news-item h3 button { font-size: 24px; }
  .news-item p { font-size: 12px; }
  .article-link { font-size: 11px; }
  .governance-section { grid-template-columns: 1fr; gap: 25px; }
  .government-intro h2 { font-size: 32px; }
  .government-intro h2 br { display: none; }
  .government-intro p { max-width: 100%; margin-block: 15px 18px; }
  .government-links strong { font-size: 13px; }
  .government-links small { font-size: 11px; }
  .government-links > button { padding-block: 19px; }
  .institutional-card { display: block; text-align: center; padding: 27px; }
  .institutional-card img { margin: 0 auto 16px; }
  .institutional-card h3 { font-size: 25px; }
  .institutional-card p { margin: 16px auto; font-size: 12px; }
  .institutional-card button { margin: 20px auto 0; font-size: 11px; padding-top: 16px; border-top: 1px solid #dedfce; width: 100%; }
  .document-grid { grid-template-columns: 1fr 1fr; gap: 12px; }
  .document-card { padding: 18px 15px; }
  .document-card strong { font-size: 20px; }
  .document-top { flex-direction: column; align-items: flex-start; gap: 9px; font-size: 7px; }
  .document-description { font-size: 11px; }
  .document-bottom { font-size: 10px; }
  .validation-note { align-items: flex-start; font-size: 10px; line-height: 1.8; }
  .validation-note svg { margin-top: 3px; }
  .section-aside { display: none; }
  .sector-grid { grid-template-columns: 1fr 1fr; }
  .sector-grid button { padding: 22px 20px 17px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .sector-grid button:nth-child(3) { border-right: 1px solid var(--line); }
  .sector-grid button:nth-child(even) { border-right: 0; }
  .sector-grid button:nth-last-child(-n+2) { border-bottom: 0; }
  .sector-grid strong { font-size: 20px; min-height: 51px; }
  .sector-grid button > span:not(.sector-arrow) { font-size: 11px; }
  .district-band { padding-block: 30px; }
  .district-layout { grid-template-columns: 1fr; gap: 28px; }
  .district-image { height: 250px; }
  .district-image > span { font-size: 8px; left: 18px; right: 18px; }
  .district-copy h2 { font-size: 31px; }
  .district-copy > p { font-size: 12px; }
  .district-links { gap: 0 20px; }
  .district-links button { font-size: 11px; }
  .public-information { grid-template-columns: 1fr; gap: 32px; }
  .public-list strong { font-size: 19px; }
  .public-list button > span:nth-child(2) > span { font-size: 11px; }
  .public-list > button { gap: 13px; }
  .list-icon { padding: 9px; }
  .agenda-panel { padding: 25px 20px; }
  .agenda-item strong { font-size: 12px; }
  .agenda-item > span:nth-child(2) > small { font-size: 11px; }
  .agenda-description { font-size: 12px; }
  .participation-inner { flex-direction: column; align-items: flex-start; gap: 20px; padding-block: 30px; }
  .participation-inner h2 { font-size: 28px; }
  .participation-inner p { font-size: 12px; }
  .participation-inner .button { margin-left: 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 23px; }
  .contact-card { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 23px; gap: 18px; }
  .contact-card:last-child { border-bottom: 0; padding-bottom: 0; }
  .contact-card h3 { font-size: 22px; }
  .contact-card p { font-size: 12px; }
  .contact-card button { font-size: 11px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 29px 20px; padding-block: 35px; }
  .footer-identity { grid-column: 1 / -1; gap: 20px; border-bottom: 1px solid #ffffff20; padding-bottom: 26px; }
  .footer-identity img { width: 53px; height: 57px; }
  .footer-identity strong { font-size: 24px; }
  .footer-identity strong br { display: none; }
  .footer-identity p { font-size: 10px; }
  .footer-column h2 { font-size: 17px; }
  .footer-column a, .footer-column button { font-size: 11px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 12px; font-size: 9px; }
  .prototype-footer { font-size: 9px; line-height: 1.9; padding-block: 16px; }
  .prototype-footer span { display: block; font-size: 8px; margin-bottom: 3px; }
  dialog { padding: 29px 23px; }
  dialog > .eyebrow { display: block; margin-top: 13px; font-size: 7px; }
  dialog h2 { font-size: 29px; }
  .search-input-wrap input { font-size: 12px; }
  .search-input-wrap { gap: 9px; padding-inline: 11px; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 28px); }
  .national-emblem { width: 38px; height: 42px; }
  .institutional-brand { gap: 9px; }
  .brand-title { font-size: 18px; }
  .brand-subtitle { font-size: 6px; letter-spacing: 1px; }
  .mobile-search { padding-inline: 3px; }
  .mobile-search svg { width: 17px; }
  .lead-copy { padding-inline: 22px; }
  .lead-copy h1 { font-size: 29px; }
  .welcome-panel h2 { font-size: 23px; }
  .lead-copy .eyebrow { font-size: 7px; }
  .section-heading h2 { font-size: 26px; }
  .news-filters button { font-size: 9px; padding-inline: 5px; }
  .document-card { padding-inline: 12px; }
  .document-card strong { font-size: 18px; }
  .sector-grid button { padding-inline: 16px; }
  .sector-grid strong { font-size: 18px; }
  .public-list strong { font-size: 17px; }
}

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