:root {
  --forest: #123f35;
  --forest-2: #0b2d27;
  --leaf: #2f7454;
  --water: #0798bd;
  --water-dark: #075b78;
  --sky: #dff5fb;
  --mint: #e6f0e9;
  --paper: #f7f5ef;
  --white: #fff;
  --ink: #17211e;
  --muted: #66736e;
  --gold: #d79b36;
  --line: #dce3df;
  --danger: #a83232;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(18, 63, 53, .12);
  --nav-shadow: 0 16px 35px rgba(11, 45, 39, .18);
  font-size: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Manrope, "Segoe UI", Arial, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: absolute; left: -9999px; top: 8px; background: #fff; padding: 10px; z-index: 99; }
.skip-link:focus { left: 8px; }

/* Header and navigation */
.topbar { background: linear-gradient(90deg, var(--forest-2), var(--water-dark)); color: #e3f5f7; font-size: .78rem; border-bottom: 2px solid rgba(215, 155, 54, .72); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; min-height: 36px; }
.accessibility { display: flex; align-items: center; gap: 8px; }
.accessibility > button { border: 0; background: transparent; color: #fff; padding: 4px; cursor: pointer; }
.accessibility > a { margin-left: 10px; color: #f0c56e; }
.header-search { display: flex; align-items: center; margin-right: 8px; }
.header-search input { width: 190px; height: 26px; border: 1px solid rgba(255, 255, 255, .28); background: rgba(255, 255, 255, .08); color: #fff; border-radius: 7px 0 0 7px; padding: 3px 9px; font-size: .72rem; }
.header-search input::placeholder { color: #b7cac3; }
.header-search button { height: 26px; background: var(--gold); color: var(--forest-2); border: 0; border-radius: 0 7px 7px 0; padding: 2px 10px; font-size: .68rem; font-weight: 800; cursor: pointer; }
.site-header { background: rgba(255, 255, 255, .97); border-bottom: 1px solid rgba(7, 152, 189, .22); position: sticky; top: 0; z-index: 30; backdrop-filter: blur(12px); box-shadow: 0 8px 30px rgba(7, 91, 120, .06); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 82px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1.2; }
.brand strong { font-family: Georgia, serif; font-size: 1.28rem; color: var(--forest); }
.brand small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: 3px; }
.main-nav > a { font-size: .82rem; font-weight: 700; padding: 11px 7px; border-radius: 9px; white-space: nowrap; }
.main-nav > a:hover { background: var(--mint); color: var(--forest); }
.main-nav .nav-cta { background: var(--forest); color: #fff; padding-inline: 14px; margin-left: 4px; }
.main-nav .nav-news { color: var(--water-dark); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 9px 13px; cursor: pointer; }
.nav-group { position: relative; }
.nav-group > summary { list-style: none; cursor: pointer; font-size: .82rem; font-weight: 700; padding: 11px 7px; border-radius: 9px; white-space: nowrap; }
.nav-group > summary::-webkit-details-marker { display: none; }
.nav-group > summary::after { content: "⌄"; display: inline-block; margin-left: 4px; color: var(--leaf); transition: transform .2s; }
.nav-group[open] > summary, .nav-group > summary:hover { background: var(--mint); color: var(--forest); }
.nav-group[open] > summary::after { transform: rotate(180deg); }
.dropdown-menu { position: absolute; top: calc(100% + 14px); left: 0; min-width: 230px; background: #fff; border: 1px solid var(--line); border-radius: 13px; padding: 9px; box-shadow: var(--nav-shadow); display: grid; z-index: 80; }
.nav-group:nth-last-of-type(-n+2) .dropdown-menu { left: auto; right: 0; }
.dropdown-menu::before { content: ""; position: absolute; top: -15px; left: 0; right: 0; height: 15px; }
.dropdown-menu a { padding: 9px 11px; border-radius: 8px; font-size: .81rem; white-space: nowrap; }
.dropdown-menu a:hover { background: var(--mint); padding-left: 15px; }

/* Public homepage */
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 18%, rgba(215, 155, 54, .24), transparent 25%), radial-gradient(circle at 92% 78%, rgba(7, 152, 189, .22), transparent 28%), linear-gradient(118deg, #fbf7e9 0%, #eef7ef 50%, #dff5fb 100%); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; border: 80px solid rgba(215, 155, 54, .18); border-radius: 50%; right: -180px; top: -200px; }
.hero::before { content: ""; position: absolute; width: 58%; height: 185px; right: -7%; bottom: -125px; border-radius: 55% 45% 0 0; background: linear-gradient(90deg, rgba(7, 152, 189, .2), rgba(47, 116, 84, .17)); transform: rotate(-3deg); }
.hero-grid { min-height: 590px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 70px; padding-block: 64px; }
.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; color: var(--leaf); margin-bottom: 14px; }
.hero h1, .page-hero h1, .section h2, .cta-section h2, .admin-heading h1 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; color: var(--forest); margin: 0; }
.hero h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); max-width: 760px; }
.hero-copy > p { font-size: 1.08rem; color: #53615c; max-width: 650px; }
.hero-actions { display: flex; gap: 12px; margin: 28px 0; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 11px; padding: 12px 19px; font-weight: 750; cursor: pointer; }
.button.primary { background: linear-gradient(135deg, var(--forest), var(--water-dark)); color: #fff; box-shadow: inset 0 -3px 0 rgba(215, 155, 54, .72); }
.button.primary:hover { background: var(--leaf); }
.button.ghost, .button.outline { border: 1px solid var(--forest); color: var(--forest); background: transparent; }
.source-note { font-size: .78rem !important; color: #75817c !important; border-left: 3px solid var(--gold); padding-left: 12px; }
.hero-visual { position: relative; display: grid; place-items: center; z-index: 2; }
.hero-visual > img { width: min(350px, 80%); filter: drop-shadow(0 25px 24px rgba(18, 63, 53, .25)); }
.hero-card { position: absolute; right: -10px; bottom: 18px; background: #fff; border-radius: 15px; box-shadow: var(--shadow); padding: 16px 20px; display: flex; flex-direction: column; max-width: 230px; }
.hero-card span { color: var(--leaf); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.hero-card strong { font-family: Georgia, serif; color: var(--forest); }
.stats-strip { background: linear-gradient(110deg, var(--forest-2), var(--forest) 55%, var(--water-dark)); color: #fff; border-top: 3px solid var(--gold); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { padding: 27px 24px; border-right: 1px solid rgba(255, 255, 255, .15); display: flex; flex-direction: column; }
.stats-grid strong { font-family: Georgia, serif; color: #f3cb78; font-size: 1.65rem; }
.stats-grid span { font-size: .8rem; color: #c9d8d3; }

/* Information hub */
.info-hub-section { position: relative; background: linear-gradient(180deg, #fff 0%, #f3f8f4 100%); }
.info-heading p { margin: 7px 0 0; color: var(--muted); }
.info-icon-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 18px; padding: 28px; border: 1px solid #d9e4de; border-radius: 24px; background: linear-gradient(135deg, #eaf2ed, #eef7f8); box-shadow: inset 0 1px 0 #fff; }
.info-icon-card { position: relative; min-height: 172px; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; overflow: hidden; border: 1px solid #d5ded9; border-radius: 18px; background: #fff; box-shadow: 0 8px 20px rgba(18, 63, 53, .09), inset 0 -3px 0 rgba(215, 155, 54, .28); text-align: center; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.info-icon-card::before { content: ""; position: absolute; inset: 0 0 45%; border-radius: 0 0 50% 50%; background: linear-gradient(150deg, #fff, #eef7ef 56%, #dff5fb); }
.info-icon-card:hover, .info-icon-card:focus-visible { transform: translateY(-5px); border-color: rgba(7, 152, 189, .52); box-shadow: 0 15px 32px rgba(7, 91, 120, .17), inset 0 -4px 0 var(--gold); }
.info-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 7px; border-radius: 22px; background: radial-gradient(circle at 32% 25%, #fff 0 12%, #dff5fb 42%, #b9ded0 100%); box-shadow: 0 9px 20px rgba(7, 91, 120, .16); font-size: 2.45rem; line-height: 1; }
.info-icon-card:nth-child(3n+2) .info-icon { background: radial-gradient(circle at 32% 25%, #fff 0 12%, #fff0c9 42%, #e5bd68 100%); }
.info-icon-card:nth-child(3n) .info-icon { background: radial-gradient(circle at 32% 25%, #fff 0 12%, #dff5fb 42%, #89c9dd 100%); }
.info-icon-card strong { position: relative; z-index: 1; display: grid; place-items: center; min-height: 63px; padding: 7px 8px 13px; color: var(--forest); font-size: .84rem; line-height: 1.23; }

/* Homepage APBDes, positioned below the information/SDGs icons */
.home-apbdes-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 8% 0, rgba(215,155,54,.25), transparent 25%), radial-gradient(circle at 95% 90%, rgba(7,152,189,.3), transparent 28%), linear-gradient(125deg, var(--forest-2), var(--forest) 58%, var(--water-dark)); }
.home-apbdes-section::after { content: ""; position: absolute; width: 420px; height: 420px; right: -260px; bottom: -300px; border: 55px solid rgba(255,255,255,.06); border-radius: 50%; }
.home-apbdes-section .container { position: relative; z-index: 1; }
.home-apbdes-heading h2 { color: #fff; }
.home-apbdes-heading p { margin: 7px 0 0; color: #cce1da; }
.home-apbdes-heading > a { color: #f1c66e; }
.home-apbdes-card { overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; background: #fff; color: var(--ink); box-shadow: 0 25px 60px rgba(3,29,24,.28); }
.home-apbdes-intro { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 25px 30px; color: #fff; background: linear-gradient(100deg, var(--water-dark), #0a708b); }
.home-apbdes-intro span { color: #f5cc77; font-size: .7rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.home-apbdes-intro h3 { margin: 4px 0; font-family: Georgia, serif; font-size: 1.7rem; }
.home-apbdes-intro p { margin: 3px 0 0; color: #d4ecf0; }
.home-apbdes-intro .button { flex: 0 0 auto; }
.home-apbdes-totals { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.home-apbdes-totals > div { display: flex; flex-direction: column; padding: 20px 25px; border-right: 1px solid var(--line); }
.home-apbdes-totals small { color: var(--muted); }
.home-apbdes-totals strong { color: var(--forest); font-family: Georgia, serif; font-size: 1.35rem; }
.home-apbdes-totals .income { border-top: 4px solid var(--leaf); }
.home-apbdes-totals .expense { border-top: 4px solid var(--gold); }
.home-apbdes-totals .finance { border-top: 4px solid var(--water); }
.home-apbdes-chart { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; padding: 25px; background: #f5f8f6; }
.home-budget-group { padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.home-budget-group h3 { margin: 0 0 15px; color: var(--forest); font-family: Georgia, serif; }
.home-budget-group > p { color: var(--muted); font-size: .82rem; }
.home-budget-row + .home-budget-row { margin-top: 13px; }
.home-budget-row > div:first-child { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 5px; font-size: .72rem; }
.home-budget-row span { overflow: hidden; color: #44534d; text-overflow: ellipsis; white-space: nowrap; }
.home-budget-row strong { color: var(--forest); white-space: nowrap; }
.home-budget-track { height: 9px; overflow: hidden; border-radius: 20px; background: #e5ece8; }
.home-budget-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--leaf), #67ad7e); }
.home-budget-group.expense .home-budget-track span { background: linear-gradient(90deg, #b9761f, var(--gold)); }
.home-budget-group.finance .home-budget-track span { background: linear-gradient(90deg, var(--water-dark), var(--water)); }
.home-apbdes-empty { min-height: 190px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px; padding: 30px; border: 1px dashed rgba(255,255,255,.36); border-radius: 20px; background: rgba(255,255,255,.08); }
.home-apbdes-empty h3 { margin: 0; font-family: Georgia, serif; font-size: 1.55rem; }
.home-apbdes-empty p { margin: 5px 0 0; color: #cce1da; }
.home-apbdes-placeholder { width: 110px; height: 80px; display: flex; align-items: flex-end; gap: 8px; padding: 12px; border-radius: 14px; background: rgba(255,255,255,.12); }
.home-apbdes-placeholder span { flex: 1; border-radius: 4px 4px 0 0; background: var(--gold); }
.home-apbdes-placeholder span:nth-child(1) { height: 38%; }
.home-apbdes-placeholder span:nth-child(2) { height: 76%; background: #65b07e; }
.home-apbdes-placeholder span:nth-child(3) { height: 56%; background: #35b5d2; }

/* Headline and latest news */
.news-showcase { background: #fff; }
.headline-card { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); overflow: hidden; border: 1px solid #ccd7d1; border-radius: 22px; background: linear-gradient(120deg, #f5f6f4, #edf4f1); box-shadow: 0 18px 42px rgba(18, 63, 53, .1); }
.headline-image { position: relative; min-height: 390px; background-size: cover; background-position: center; }
.headline-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6, 35, 29, .04), rgba(6, 35, 29, .32)); }
.headline-image > span { position: absolute; z-index: 2; top: 24px; left: 24px; padding: 8px 15px 8px 19px; border-left: 5px solid var(--gold); background: rgba(255, 255, 255, .93); border-radius: 0 9px 9px 0; color: var(--forest); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 700; box-shadow: 0 6px 20px rgba(0, 0, 0, .12); }
.headline-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 46px; }
.headline-copy small, .latest-news-copy small { color: #728079; font-weight: 700; }
.headline-copy small span, .latest-news-copy small span { color: var(--water); }
.headline-copy h2 { margin: 12px 0; font-size: clamp(2rem, 3.4vw, 3rem); }
.headline-copy p { margin: 0 0 25px; color: #53615c; font-size: 1rem; }
.headline-button { margin-left: auto; min-width: 190px; background: linear-gradient(110deg, var(--water-dark), var(--water)); color: #fff; }
.headline-button:hover { background: var(--forest); }
.latest-heading { margin-top: 75px; padding-bottom: 16px; border-bottom: 2px solid #d9e2dd; }
.latest-heading h2 { background: linear-gradient(90deg, var(--water-dark), var(--water)); background-clip: text; -webkit-background-clip: text; color: transparent; }
.latest-news-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.latest-news-card { display: grid; grid-template-columns: minmax(180px, .88fr) minmax(0, 1.12fr); min-height: 230px; overflow: hidden; border: 1px solid #dce3df; border-radius: 18px; background: #f2f4f2; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.latest-news-card:hover { transform: translateY(-4px); border-color: #b6d5c7; box-shadow: var(--shadow); }
.latest-news-image { min-height: 100%; background-size: cover; background-position: center; }
.latest-news-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 24px; }
.latest-news-copy h3 { margin: 8px 0; color: var(--forest); font-family: Georgia, serif; font-size: 1.28rem; line-height: 1.2; }
.latest-news-copy p { display: -webkit-box; overflow: hidden; margin: 3px 0 16px; color: var(--muted); font-size: .86rem; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news-read-link { margin-top: auto; color: var(--water-dark); font-size: .8rem; font-weight: 800; }
.archive-news-grid { margin-top: 28px; }
.section { padding-block: 85px; }
.soft-section { background: var(--paper); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 30px; }
.section-heading h2, .cta-section h2 { font-size: clamp(2rem, 3.5vw, 3.2rem); }
.section-heading > a { font-weight: 750; color: var(--leaf); }
.card-grid { display: grid; gap: 20px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.feature-card, .service-card, .process-card, .digital-card, .news-card { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: .2s ease; overflow: hidden; }
.feature-card:hover, .service-card:hover, .digital-card:hover, .news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #b9cec3; }
.feature-card { padding: 28px; border-top: 4px solid var(--leaf); }
.feature-card:nth-child(2) { border-top-color: var(--water); }
.feature-card:nth-child(3) { border-top-color: var(--gold); }
.card-icon { display: grid; place-items: center; width: 43px; height: 43px; background: linear-gradient(145deg, var(--mint), var(--sky)); color: var(--forest); border: 1px solid rgba(7, 152, 189, .18); border-radius: 50%; font-weight: 800; }
.feature-card h3, .service-card h3, .news-card h3, .process-card h2, .digital-card h2 { font-family: Georgia, serif; color: var(--forest); font-size: 1.35rem; margin: 20px 0 8px; }
.feature-card p, .service-card p, .news-card p, .digital-card p, .process-card p { color: var(--muted); font-size: .92rem; }
.feature-card b, .news-card a { color: var(--leaf); font-size: .86rem; }
.service-card { display: grid; grid-template-columns: auto 1fr auto; gap: 17px; padding: 24px; align-items: start; }
.service-card > span { font-family: Georgia, serif; color: var(--gold); font-size: 1.5rem; }
.service-card h3 { margin: 2px 0; }
.service-card small, .digital-card small, .news-card small { color: var(--leaf); text-transform: uppercase; letter-spacing: .1em; font-weight: 800; font-size: .66rem; }
.news-card > div:last-child { padding: 22px; }
.news-image { height: 190px; background-size: cover; background-position: center; }
.cta-section { background: linear-gradient(120deg, var(--forest), #1d5b48); color: #fff; padding-block: 65px; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta-section h2 { color: #fff; }
.cta-section p { color: #d4e1dd; }
.eyebrow.light { color: #f0c56e; }
.light-button { background: #fff; color: var(--forest); }

/* Inner public pages */
.page-hero { position: relative; overflow: hidden; background: radial-gradient(circle at 85% 10%, rgba(215, 155, 54, .2), transparent 24%), linear-gradient(120deg, var(--paper), var(--mint) 62%, var(--sky)); padding: 75px 0; border-bottom: 3px solid rgba(7, 152, 189, .22); }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4rem); }
.page-hero p { font-size: 1.05rem; color: var(--muted); max-width: 650px; }
.prose { font-family: Georgia, serif; font-size: 1.14rem; line-height: 1.9; color: #29332f; }
.source-box, .notice { margin-top: 35px; background: var(--paper); border-left: 4px solid var(--gold); padding: 20px 24px; border-radius: 0 12px 12px 0; }
.process-card { padding: 25px; }
.process-card > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.4rem; }
.process-card h2 { margin: 14px 0 6px; }
.process-card small { display: inline-block; color: var(--leaf); background: var(--mint); padding: 5px 9px; border-radius: 7px; font-weight: 700; }
.document-list { display: grid; gap: 12px; }
.document-row { display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; border: 1px solid var(--line); padding: 18px; border-radius: 14px; }
.file-badge { width: 54px; height: 54px; display: grid; place-items: center; background: var(--forest); color: #fff; border-radius: 11px; font-weight: 800; font-size: .72rem; }
.document-row h2 { font-family: Georgia, serif; color: var(--forest); font-size: 1.2rem; margin: 2px 0; }
.document-row p, .document-row small { color: var(--muted); font-size: .78rem; margin: 0; }
.empty-state { text-align: center; padding: 60px; border: 1px dashed #aebdb6; border-radius: var(--radius); background: var(--paper); }
.digital-card { padding: 25px; display: grid; grid-template-columns: auto 1fr; gap: 20px; }
.digital-mark { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 15px; background: var(--forest); color: #fff; font-family: Georgia, serif; font-size: 1.7rem; }
.digital-card h2 { margin: 3px 0; }
.digital-card span { color: var(--leaf); font-weight: 750; }
.filter-bar { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; overflow-x: auto; padding-bottom: 4px; }
.filter-bar a { white-space: nowrap; border: 1px solid var(--line); border-radius: 30px; padding: 7px 13px; font-size: .78rem; font-weight: 750; }
.filter-bar a.active, .filter-bar a:hover { background: var(--forest); border-color: var(--forest); color: #fff; }
.hero-search { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-top: 26px; }
.search-summary { margin-bottom: 25px; color: var(--muted); }
.search-section { margin-top: 35px; }
.search-section h2 { font-size: 1.65rem; }
.search-result { display: block; border-bottom: 1px solid var(--line); padding: 17px 0; }
.search-result small { color: var(--leaf); text-transform: uppercase; font-size: .68rem; font-weight: 800; letter-spacing: .08em; }
.search-result h3 { font-family: Georgia, serif; color: var(--forest); margin: 3px 0; font-size: 1.25rem; }
.search-result p { color: var(--muted); margin: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-item { position: relative; min-height: 300px; border-radius: var(--radius); overflow: hidden; background-size: cover; background-position: center; }
.gallery-item::after { content: ""; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(4, 25, 20, .88)); }
.gallery-item div { position: absolute; left: 22px; right: 22px; bottom: 20px; color: #fff; z-index: 2; }
.gallery-item h2 { color: #fff; font-size: 1.45rem; }
.gallery-item p { margin: 3px 0; color: #d5e1dd; font-size: .82rem; }
.page-cover { margin: 0 0 36px; overflow: hidden; border-radius: 20px; border: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow); }
.page-cover img { width: 100%; max-height: 520px; object-fit: cover; }
.page-cover figcaption { padding: 10px 16px; color: var(--muted); font-size: .75rem; }

/* APBDes transparency */
.apbdes-public-section { background: linear-gradient(180deg, #fff, #eef6f2); }
.apbdes-title-row p { margin: 8px 0 0; color: var(--muted); }
.year-picker { min-width: 190px; padding: 15px; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 10px 25px rgba(18, 63, 53, .08); }
.year-picker label { color: var(--leaf); font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; }
.year-picker select { margin-top: 5px; color: var(--forest); font-size: 1.15rem; font-weight: 800; }
.apbdes-chart-card { overflow: hidden; border: 1px solid #cbdad2; border-radius: 24px; background: #fff; box-shadow: 0 22px 55px rgba(18, 63, 53, .12); }
.apbdes-chart-heading { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding: 32px 36px; color: #fff; background: radial-gradient(circle at 86% 20%, rgba(215, 155, 54, .3), transparent 25%), linear-gradient(120deg, var(--forest-2), var(--forest), var(--water-dark)); }
.apbdes-chart-heading span { color: #f2cd7d; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.apbdes-chart-heading h3 { margin: 5px 0; font-family: Georgia, serif; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.apbdes-chart-heading p { max-width: 720px; margin: 5px 0 0; color: #d6e8e2; }
.apbdes-seal { flex: 0 0 auto; width: 105px; height: 105px; display: grid; place-items: center; align-content: center; border: 2px solid rgba(255,255,255,.38); border-radius: 50%; color: #d5eee6; text-align: center; line-height: 1.15; }
.apbdes-seal strong { color: #f4cc75; font-size: 1.3rem; }
.apbdes-totals { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); }
.apbdes-totals > div { display: flex; flex-direction: column; padding: 24px 28px; border-right: 1px solid var(--line); }
.apbdes-totals small { color: var(--muted); }
.apbdes-totals strong { color: var(--forest); font-family: Georgia, serif; font-size: clamp(1.25rem, 2.4vw, 1.8rem); }
.apbdes-totals .income { border-top: 4px solid var(--leaf); }
.apbdes-totals .expense { border-top: 4px solid var(--gold); }
.apbdes-totals .finance { border-top: 4px solid var(--water); }
.apbdes-chart-groups { display: grid; gap: 24px; padding: 32px 36px 40px; }
.apbdes-chart-group { padding: 24px; border: 1px solid var(--line); border-radius: 17px; background: #fafcfb; }
.apbdes-group-title { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.apbdes-group-title h3 { margin: 0; color: var(--forest); font-family: Georgia, serif; font-size: 1.45rem; }
.apbdes-group-title span { padding: 4px 9px; border-radius: 20px; background: var(--mint); color: var(--leaf); font-size: .7rem; font-weight: 800; }
.budget-bar-row + .budget-bar-row { margin-top: 16px; }
.budget-bar-label { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 6px; font-size: .84rem; }
.budget-bar-label span { color: #35443e; }
.budget-bar-label strong { color: var(--forest); white-space: nowrap; }
.budget-bar-track { height: 14px; overflow: hidden; border-radius: 20px; background: #e8eeeb; }
.budget-bar-track span { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, var(--leaf), #63a879); }
.apbdes-chart-group.expense .budget-bar-track span { background: linear-gradient(90deg, #b9761f, var(--gold)); }
.apbdes-chart-group.finance .budget-bar-track span { background: linear-gradient(90deg, var(--water-dark), var(--water)); }
.apbdes-no-items { margin: 0; color: var(--muted); font-style: italic; }
.apbdes-empty { background: #fff; }

/* APBDes admin */
.apbdes-admin-list { display: grid; gap: 24px; }
.apbdes-admin-card { overflow: visible; }
.apbdes-admin-heading { display: flex; justify-content: space-between; gap: 25px; align-items: flex-start; }
.apbdes-admin-heading h2 { margin-top: 8px; }
.apbdes-admin-heading p { margin: 4px 0 0; color: var(--muted); }
.apbdes-admin-summary { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--line); background: var(--paper); }
.apbdes-admin-summary div { display: flex; flex-direction: column; padding: 18px 22px; border-right: 1px solid var(--line); }
.apbdes-admin-summary small { color: var(--muted); }
.apbdes-admin-summary strong { color: var(--forest); }
.apbdes-add-item { padding: 20px 22px; }
.apbdes-add-item > summary { list-style: none; width: max-content; cursor: pointer; }
.apbdes-add-item > form { margin-top: 20px; padding: 20px; border-radius: 14px; background: var(--paper); }

/* Video and visual identity */
.video-section { position: relative; overflow: hidden; color: #fff; background: radial-gradient(circle at 10% 0, rgba(215, 155, 54, .28), transparent 24%), radial-gradient(circle at 92% 100%, rgba(47, 116, 84, .46), transparent 32%), linear-gradient(125deg, var(--water-dark), #0a708b 45%, var(--forest-2)); }
.video-section::after { content: ""; position: absolute; width: 520px; height: 180px; right: -120px; bottom: -125px; border: 25px solid rgba(255, 255, 255, .08); border-radius: 50%; }
.video-section .container { position: relative; z-index: 2; }
.video-heading { color: #fff; }
.video-heading h2 { color: #fff; }
.video-heading p { margin: 8px 0 0; color: #cae9ee; }
.video-heading > a { color: #f5cc77; }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.video-card { overflow: hidden; background: #fff; color: var(--ink); border: 1px solid rgba(255, 255, 255, .25); border-radius: 20px; box-shadow: 0 24px 55px rgba(3, 29, 34, .28); }
.video-featured { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); }
.video-frame { position: relative; min-height: 250px; aspect-ratio: 16 / 9; background: #061d22; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-copy { padding: 25px; display: flex; flex-direction: column; justify-content: center; }
.video-copy small { color: var(--water-dark); font-size: .68rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.video-copy h3 { margin: 8px 0; color: var(--forest); font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.2; }
.video-copy p { color: var(--muted); font-size: .9rem; }
.video-copy a { color: var(--water-dark); font-size: .84rem; font-weight: 800; }
.video-poster { min-height: 260px; display: grid; place-items: center; background: linear-gradient(135deg, var(--forest), var(--water-dark)); background-size: cover; background-position: center; }
.play-button { width: 62px; height: 62px; display: grid; place-items: center; padding-left: 4px; border-radius: 50%; background: var(--gold); color: var(--forest-2); box-shadow: 0 10px 30px rgba(0, 0, 0, .25); }
.video-empty { grid-column: 1 / -1; min-height: 220px; display: flex; align-items: center; justify-content: center; gap: 20px; border: 1px dashed rgba(255, 255, 255, .38); border-radius: 20px; background: rgba(255, 255, 255, .08); }
.video-empty h3 { margin: 0; font-family: Georgia, serif; font-size: 1.5rem; }
.video-empty p { margin: 4px 0 0; color: #cae9ee; }

/* Forms and complaints */
.complaint-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 30px; align-items: start; }
.form-card, .track-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; background: #fff; }
.track-card { position: sticky; top: 110px; background: var(--paper); }
.form-card h2, .track-card h2 { font-family: Georgia, serif; color: var(--forest); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.form-grid .full { grid-column: 1 / -1; }
label { display: flex; flex-direction: column; gap: 6px; font-size: .82rem; font-weight: 750; color: #34443e; }
input, select, textarea { width: 100%; border: 1px solid #bdc9c4; border-radius: 9px; padding: 11px 12px; background: #fff; color: var(--ink); }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(47, 116, 84, .15); border-color: var(--leaf); }
label small { color: var(--muted); font-weight: 400; }
.check { display: flex; flex-direction: row; align-items: flex-start; }
.check input { width: auto; margin-top: 5px; }
.submission-result, .tracking-result { background: var(--mint); border-radius: 13px; padding: 20px; margin-bottom: 22px; }
.tracking-code { letter-spacing: .12em; }
.tracking-result { margin-top: 20px; display: flex; flex-direction: column; gap: 4px; }
.tracking-result > strong { font-size: 1.25rem; color: var(--forest); }
.flash { margin-top: 16px; border-radius: 11px; padding: 13px 17px; }
.flash.success { background: #dff1e6; color: #155b3a; }
.flash.error { background: #fbe4e2; color: #8b2525; }
.flash ul { margin: 5px 0; }

/* Footer */
.site-footer { background: #0b2521; color: #d4dfdb; padding-top: 55px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 50px; padding-bottom: 45px; }
.footer-brand { display: flex; gap: 17px; }
.footer-brand img { width: 75px; height: 75px; object-fit: contain; }
.footer-brand strong { font-family: Georgia, serif; font-size: 1.35rem; color: #fff; }
.footer-brand p { color: #9db1aa; max-width: 340px; }
.footer-grid h2 { font-size: .8rem; text-transform: uppercase; letter-spacing: .14em; color: #eabb60; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid a { font-size: .9rem; color: #c0d0cb; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .12); padding: 18px 0; display: flex; justify-content: space-between; font-size: .75rem; color: #879e96; }

/* Login */
.login-body { min-height: 100vh; display: grid; place-items: center; background: linear-gradient(130deg, var(--forest-2), var(--forest)); padding: 30px; }
.login-card { width: min(460px, 100%); background: #fff; border-radius: 22px; padding: 38px; box-shadow: 0 30px 80px rgba(0, 0, 0, .28); }
.login-brand { display: flex; align-items: center; gap: 12px; }
.login-brand img { width: 60px; height: 60px; object-fit: contain; }
.login-brand div { display: flex; flex-direction: column; }
.login-brand strong { font-family: Georgia, serif; color: var(--forest); font-size: 1.3rem; }
.login-card h1 { font-family: Georgia, serif; color: var(--forest); font-size: 2rem; margin: 28px 0 4px; }
.login-card > p { color: var(--muted); }
.login-card form { display: grid; gap: 16px; margin: 25px 0; }
.back-link { color: var(--leaf); font-size: .85rem; font-weight: 700; }

/* Admin */
.admin-body { background: #f2f5f3; min-height: 100vh; }
.admin-sidebar { position: fixed; inset: 0 auto 0 0; width: 245px; background: var(--forest-2); color: #fff; padding: 24px 18px; display: flex; flex-direction: column; z-index: 50; }
.admin-brand { display: flex; align-items: center; gap: 10px; padding: 0 8px 24px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
.admin-brand img { width: 48px; height: 48px; object-fit: contain; }
.admin-brand span { display: flex; flex-direction: column; }
.admin-brand strong { font-family: Georgia, serif; }
.admin-brand small { font-size: .68rem; color: #a9beb7; }
.admin-sidebar nav { display: grid; gap: 5px; margin-top: 22px; }
.admin-sidebar nav a { padding: 11px 12px; border-radius: 9px; color: #cadad5; font-size: .88rem; }
.admin-sidebar nav a:hover { background: rgba(255, 255, 255, .09); color: #fff; }
.admin-sidebar form { margin-top: auto; }
.admin-sidebar button { width: 100%; background: transparent; border: 1px solid rgba(255, 255, 255, .25); color: #fff; padding: 10px; border-radius: 9px; }
.admin-main { margin-left: 245px; min-height: 100vh; }
.admin-top { height: 68px; background: #fff; border-bottom: 1px solid var(--line); display: flex; justify-content: flex-end; align-items: center; padding: 0 30px; }
.admin-top > div { display: flex; flex-direction: column; }
.admin-top small { color: var(--muted); font-size: .65rem; }
.admin-menu { display: none; }
.admin-content { padding: 34px; width: min(1300px, 100%); margin: auto; }
.admin-heading { display: flex; justify-content: space-between; align-items: end; gap: 25px; margin-bottom: 26px; }
.admin-heading h1 { font-size: 2.5rem; }
.admin-heading p { color: var(--muted); margin: 5px 0; }
.stat-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.stat-cards.five { grid-template-columns: repeat(5, 1fr); }
.stat-cards.six { grid-template-columns: repeat(6, 1fr); }
.stat-cards a { background: #fff; border: 1px solid var(--line); padding: 20px; border-radius: 14px; display: flex; flex-direction: column; }
.stat-cards span { color: var(--muted); font-size: .8rem; }
.stat-cards strong { font-family: Georgia, serif; color: var(--forest); font-size: 2.2rem; }
.admin-panel { background: #fff; border: 1px solid var(--line); border-radius: 15px; overflow: visible; }
.panel-heading { padding: 18px 22px; border-bottom: 1px solid var(--line); }
.panel-heading h2 { font-family: Georgia, serif; color: var(--forest); margin: 0; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 15px 17px; border-bottom: 1px solid var(--line); font-size: .83rem; vertical-align: top; }
th { color: var(--muted); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; background: #fafbf9; }
td strong, td small { display: block; }
td small { color: var(--muted); margin-top: 3px; }
.status { display: inline-block; border-radius: 20px; padding: 4px 9px; font-size: .67rem; font-weight: 800; background: #eee; }
.status.published { background: #dff1e6; color: #17603c; }
.status.draft { background: #eceeec; color: #5f6763; }
.status.review, .status.approved { background: #fff0cf; color: #875a08; }
.actions { display: flex; align-items: center; gap: 10px; }
.actions details { position: relative; }
.actions summary { color: var(--leaf); font-weight: 800; cursor: pointer; }
.danger-link { border: 0; background: transparent; padding: 0; color: var(--danger); font-weight: 750; cursor: pointer; }
.modal-details > summary { list-style: none; }
.detail-form { position: fixed; inset: 80px 5% auto auto; width: min(620px, 90%); max-height: calc(100vh - 110px); overflow: auto; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 25px; box-shadow: 0 25px 80px rgba(0, 0, 0, .25); z-index: 80; }
.detail-form.wide { width: min(760px, 90%); }
.detail-form h2 { font-family: Georgia, serif; color: var(--forest); margin-top: 0; }
.admin-image-preview { display: flex; align-items: center; gap: 16px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); }
.admin-image-preview img { width: 130px; height: 78px; object-fit: cover; border-radius: 9px; }
.headline-badge { display: inline-block; width: max-content; margin: 3px 0; padding: 2px 7px; border-radius: 20px; background: #fff0cf; color: #875a08; font-weight: 800; }
.account-panel { width: min(760px, 100%); }
.account-summary { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 24px; border-bottom: 1px solid var(--line); background: var(--paper); }
.account-summary div { display: flex; flex-direction: column; }
.account-summary small { color: var(--muted); }
.account-summary strong { color: var(--forest); }
.account-form { display: grid; gap: 18px; padding: 28px; }
.account-form .button { width: max-content; }
.complaint-admin-list { display: grid; }
.complaint-item { border-bottom: 1px solid var(--line); }
.complaint-item > summary { display: grid; grid-template-columns: 1fr 1.5fr auto; gap: 20px; align-items: center; padding: 19px; cursor: pointer; }
.complaint-item summary span:first-child { display: flex; flex-direction: column; }
.complaint-item small { color: var(--muted); }
.complaint-detail { padding: 0 20px 22px; display: grid; grid-template-columns: 1fr .75fr; gap: 35px; }
.complaint-detail dl { display: grid; grid-template-columns: 120px 1fr; font-size: .84rem; }
.complaint-detail dt { font-weight: 750; }
.complaint-detail dd { margin: 0; }
.complaint-detail form { display: grid; gap: 13px; }
.pagination { padding: 15px; }

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; flex-direction: column; align-items: stretch; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 14px; padding: 12px; max-height: calc(100vh - 100px); overflow: auto; }
  .main-nav.open { display: flex; }
  .nav-group > summary { padding: 11px 9px; }
  .dropdown-menu { position: static; min-width: 0; margin: 3px 8px 8px 18px; border: 0; border-left: 2px solid var(--gold); border-radius: 0; box-shadow: none; padding: 3px 8px; }
  .dropdown-menu a { white-space: normal; }
  .hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .hero-visual { display: none; }
  .card-grid.three { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .complaint-grid { grid-template-columns: 1fr; }
  .track-card { position: static; }
  .admin-sidebar { transform: translateX(-100%); transition: .2s; }
  .admin-sidebar.open { transform: none; }
  .admin-main { margin-left: 0; }
  .admin-top { justify-content: space-between; }
  .admin-menu { display: block; }
  .stat-cards { grid-template-columns: repeat(2, 1fr); }
  .stat-cards.five { grid-template-columns: repeat(2, 1fr); }
  .stat-cards.six { grid-template-columns: repeat(3, 1fr); }
  .video-featured { grid-template-columns: 1fr; }
  .info-icon-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .headline-card { grid-template-columns: 1fr; }
  .headline-image { min-height: 360px; }
  .latest-news-grid { grid-template-columns: 1fr; }
  .home-apbdes-chart { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .container, .narrow { width: min(calc(100% - 28px), 1160px); }
  .topbar-inner > span, .header-search { display: none; }
  .topbar-inner { justify-content: flex-end; }
  .brand img { width: 48px; height: 48px; }
  .brand small { display: none; }
  .nav-wrap { min-height: 70px; }
  .hero-grid { min-height: auto; padding-block: 55px; }
  .hero h1 { font-size: 2.65rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .stats-grid, .card-grid.three, .card-grid.two, .footer-grid, .form-grid, .gallery-grid { grid-template-columns: 1fr; }
  .section { padding-block: 58px; }
  .section-heading, .cta-inner { align-items: flex-start; flex-direction: column; }
  .document-row { grid-template-columns: auto 1fr; }
  .document-row .button { grid-column: 1 / -1; }
  .footer-grid { gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .admin-content { padding: 20px 14px; }
  .admin-heading { align-items: flex-start; flex-direction: column; }
  .stat-cards { grid-template-columns: 1fr 1fr; }
  .complaint-item > summary { grid-template-columns: 1fr; }
  .complaint-detail { grid-template-columns: 1fr; }
  .detail-form { inset: 70px 3% auto 3%; width: auto; }
  .actions { flex-wrap: wrap; }
  .page-hero { padding: 55px 0; }
  .hero-search { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .video-featured { grid-column: auto; }
  .video-empty { padding: 28px; flex-direction: column; text-align: center; }
  .account-summary { grid-template-columns: 1fr; }
  .account-form .button { width: 100%; }
  .apbdes-totals, .apbdes-admin-summary { grid-template-columns: 1fr; }
  .apbdes-chart-heading, .apbdes-admin-heading { align-items: flex-start; flex-direction: column; }
  .apbdes-chart-heading, .apbdes-chart-groups { padding: 24px 18px; }
  .apbdes-seal { width: 82px; height: 82px; }
  .budget-bar-label { align-items: flex-start; flex-direction: column; gap: 2px; }
  .stat-cards.six { grid-template-columns: 1fr 1fr; }
  .home-apbdes-intro, .home-apbdes-empty { align-items: flex-start; grid-template-columns: 1fr; flex-direction: column; }
  .home-apbdes-totals { grid-template-columns: 1fr; }
  .home-apbdes-intro .button, .home-apbdes-empty .button { width: 100%; }
  .info-icon-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 14px; }
  .info-icon-card { min-height: 156px; }
  .info-icon { width: 64px; height: 64px; font-size: 2.1rem; }
  .headline-image { min-height: 245px; }
  .headline-copy { padding: 26px 22px; }
  .headline-button { width: 100%; margin-left: 0; }
  .latest-heading { margin-top: 52px; }
  .latest-news-card { grid-template-columns: 1fr; }
  .latest-news-image { min-height: 220px; }
}
