:root {
    --ink: #142823;
    --ink-soft: #405a52;
    --teal-950: #042f2d;
    --teal-900: #073f3a;
    --teal-800: #0b554d;
    --teal-700: #147064;
    --teal-100: #dcece7;
    --sage: #dce8dd;
    --sage-light: #edf3ed;
    --gold: #d6a03b;
    --gold-dark: #9b6c17;
    --river: #26798a;
    --ivory: #f8f6ef;
    --paper: #fffefa;
    --white: #ffffff;
    --line: #dbe2dd;
    --danger: #a63d40;
    --shadow-sm: 0 8px 24px rgba(20, 40, 35, .08);
    --shadow-lg: 0 24px 60px rgba(4, 47, 45, .16);
    --radius-sm: .75rem;
    --radius: 1.25rem;
    --radius-lg: 2rem;
    --shell: 76rem;
    --header-offset: 8rem;
    color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: "Aptos", "Segoe UI", system-ui, -apple-system, sans-serif; font-size: 1rem; line-height: 1.65; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; line-height: 1.08; }
h1 { font-size: clamp(2.75rem, 6vw, 5.8rem); }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); }
h3 { line-height: 1.25; }
p { color: var(--ink-soft); }

.shell { width: min(calc(100% - 2rem), var(--shell)); margin-inline: auto; }
.hidden, [hidden] { display: none !important; }
.visually-hidden { 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: fixed; left: 1rem; top: 1rem; z-index: 999; transform: translateY(-180%); background: var(--white); color: var(--teal-950); padding: .8rem 1rem; border-radius: .5rem; font-weight: 800; }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.anchor-target { scroll-margin-top: var(--header-offset); }

.notice-bar { background: var(--gold); color: #2d210c; font-size: .9rem; font-weight: 700; }
.notice-inner { min-height: 2.65rem; display: flex; align-items: center; gap: 1rem; }
.notice-inner p { margin: 0; color: inherit; flex: 1; }
.notice-inner a { font-weight: 900; text-underline-offset: .2em; }
.notice-label { display: inline-block; margin-right: .65rem; padding: .12rem .48rem; border-radius: 2rem; background: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .08em; font-size: .68rem; }
.notice-close { border: 0; background: transparent; color: inherit; font-size: 1.45rem; line-height: 1; padding: .5rem; }
.utility-bar { background: var(--teal-950); color: #dff1ea; font-size: .78rem; }
.utility-inner { min-height: 2.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-links, .utility-actions { display: flex; align-items: center; gap: 1.25rem; }
.utility-links a { text-decoration: none; }
.utility-links a:hover { color: var(--white); }
.utility-button, .language-button { min-height: 2rem; border: 0; background: transparent; color: inherit; font-weight: 800; padding: .25rem .4rem; }
.language-button { color: var(--gold); }

.site-header { position: sticky; top: 0; z-index: 80; background: rgba(255,254,250,.96); border-bottom: 1px solid rgba(20,40,35,.12); backdrop-filter: blur(14px); }
.header-inner { min-height: 5.8rem; display: flex; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: .85rem; min-width: 16rem; text-decoration: none; }
.brand img { width: 4.25rem; height: 4.25rem; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.25; }
.brand-copy strong { color: var(--teal-900); font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.brand-copy span { max-width: 12rem; font-family: Georgia, serif; font-size: 1rem; font-weight: 700; }
.primary-navigation { display: flex; align-items: center; justify-content: center; gap: .15rem; margin-left: auto; }
.nav-group { position: relative; }
.nav-link { min-height: 2.75rem; display: inline-flex; align-items: center; gap: .32rem; padding: .65rem .68rem; border: 0; border-radius: .55rem; background: transparent; color: #29453d; text-decoration: none; font-size: .83rem; font-weight: 800; white-space: nowrap; }
.nav-link:hover, .nav-link.is-active, .nav-trigger[aria-expanded="true"] { background: var(--sage-light); color: var(--teal-800); }
.nav-fsrp { color: var(--gold-dark); }
.nav-menu { position: absolute; left: 0; top: calc(100% + .55rem); z-index: 100; min-width: 14rem; padding: .6rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-.4rem); transition: .18s ease; }
.nav-trigger[aria-expanded="true"] + .nav-menu { opacity: 1; visibility: visible; transform: none; }
.nav-menu a { display: block; padding: .62rem .7rem; border-radius: .45rem; color: var(--ink-soft); text-decoration: none; font-size: .84rem; font-weight: 700; }
.nav-menu a:hover, .nav-menu a:focus-visible { background: var(--sage-light); color: var(--teal-800); }
.nav-menu-wide { min-width: 18rem; }
.nav-menu-mega { left: auto; right: 0; width: 36rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .65rem; }
.nav-menu-label { display: block; padding: .45rem .7rem; color: var(--gold-dark); font-size: .7rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.search-toggle { border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--teal-900); padding: .55rem .85rem; font-size: .78rem; font-weight: 900; }
.menu-toggle { display: none; }
.search-panel { background: var(--paper); border-top: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.search-panel-inner { padding-block: 1.25rem; }
.search-panel label { display: block; margin-bottom: .45rem; font-weight: 900; }
.search-field { display: flex; gap: .6rem; }
.search-field input { flex: 1; min-width: 0; border: 1px solid #b8c8c1; border-radius: .7rem; background: var(--white); color: var(--ink); padding: .85rem 1rem; }
.search-field button { border: 0; border-radius: .7rem; background: var(--teal-900); color: var(--white); padding-inline: 1rem; font-weight: 800; }
.search-results { display: grid; gap: .4rem; max-height: 18rem; overflow: auto; margin-top: .75rem; }
.search-result { display: flex; justify-content: space-between; gap: 1rem; padding: .62rem .75rem; border-radius: .55rem; background: var(--sage-light); text-decoration: none; }
.search-result span { color: var(--ink-soft); font-size: .82rem; }

.page-view { min-height: 55vh; }
.fade-in { animation: reveal .38s ease both; }
@keyframes reveal { from { opacity: 0; transform: translateY(.45rem); } }
.hero { position: relative; min-height: 43rem; display: grid; align-items: center; overflow: hidden; background: var(--teal-950); color: var(--white); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center 55%; }
.hero-overlay { background: linear-gradient(90deg, rgba(4,47,45,.94) 0%, rgba(4,47,45,.78) 42%, rgba(4,47,45,.2) 77%), linear-gradient(0deg, rgba(4,47,45,.68), transparent 45%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(17rem, .65fr); align-items: center; gap: 5rem; padding-block: 7rem 10rem; }
.hero-copy { max-width: 49rem; }
.hero h1 { max-width: 48rem; margin-bottom: 1.4rem; color: var(--white); }
.hero-lead { max-width: 42rem; margin-bottom: 2rem; color: #e7f2ed; font-size: clamp(1.05rem, 2vw, 1.3rem); }
.eyebrow { margin-bottom: .75rem; color: var(--teal-700); font-size: .73rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow-light { color: #f3cf7e; }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { min-height: 3rem; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .78rem 1.15rem; border: 1px solid transparent; border-radius: .7rem; text-decoration: none; font-weight: 900; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--gold); color: #241a09; box-shadow: 0 10px 28px rgba(214,160,59,.25); }
.button-primary:hover { background: #e3b04e; }
.button-secondary { background: var(--teal-900); color: var(--white); }
.button-light { background: var(--white); color: var(--teal-950); }
.button-ghost-light { border-color: rgba(255,255,255,.58); color: var(--white); background: rgba(255,255,255,.06); }
.season-card { align-self: end; margin-bottom: 2.5rem; padding: 1.5rem; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); background: rgba(4,47,45,.72); box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.season-card-top { display: flex; align-items: center; gap: .5rem; margin-bottom: 1.1rem; color: #f4d792; font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.status-dot { width: .55rem; height: .55rem; border-radius: 50%; background: #78d69b; box-shadow: 0 0 0 .3rem rgba(120,214,155,.13); }
.season-card strong { display: block; margin-bottom: .65rem; font-family: Georgia, serif; font-size: 1.55rem; line-height: 1.2; }
.season-card p { color: #d5e7e0; }
.season-card a { color: var(--white); font-weight: 900; text-underline-offset: .25em; }
.hero-stats { position: absolute; z-index: 3; left: 50%; bottom: 0; transform: translateX(-50%); display: grid; grid-template-columns: repeat(4,1fr); background: rgba(255,254,250,.97); color: var(--ink); border-radius: var(--radius) var(--radius) 0 0; box-shadow: var(--shadow-lg); }
.hero-stats div { padding: 1.1rem 1.5rem; border-right: 1px solid var(--line); }
.hero-stats div:last-child { border: 0; }
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { color: var(--teal-900); font-family: Georgia, serif; font-size: 1.55rem; }
.hero-stats span { color: var(--ink-soft); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }

.service-dock { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4,1fr); margin-top: 2.5rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.service-dock a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .85rem; min-height: 7.5rem; padding: 1.1rem; border-right: 1px solid var(--line); text-decoration: none; transition: background .18s; }
.service-dock a:last-child { border: 0; }
.service-dock a:hover { background: var(--sage-light); }
.service-index { color: var(--gold-dark); font-family: Georgia, serif; font-size: 1.4rem; font-weight: 700; }
.service-dock strong, .service-dock small { display: block; }
.service-dock small { color: var(--ink-soft); line-height: 1.35; }
.service-dock b { color: var(--teal-700); }
.section-block { padding-block: clamp(4.5rem, 9vw, 8rem); }
.section-block.compact { padding-block: 4.25rem; }
.home-activities { padding-block: clamp(3rem, 5vw, 4.75rem); }
.home-activities .section-heading { margin-bottom: 1.25rem; }
.split-intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.split-intro h2 { margin-bottom: 0; }
.split-intro > div:last-child { padding-bottom: .5rem; }
.split-intro > div:last-child p { font-size: 1.1rem; }
.text-link { color: var(--teal-800); font-weight: 900; text-underline-offset: .28em; }
.section-band { background: var(--sage); }
.feature-layout { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(2rem, 7vw, 6.5rem); align-items: center; padding-block: clamp(4rem, 8vw, 7rem); }
.feature-media { position: relative; }
.feature-media img { width: 100%; aspect-ratio: 1.15; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.image-caption { position: absolute; left: 1.2rem; bottom: 1.2rem; padding: .55rem .75rem; border-radius: .45rem; background: rgba(4,47,45,.88); color: var(--white); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.feature-copy p:not(.eyebrow) { font-size: 1.06rem; }
.check-list { display: grid; gap: .7rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.65rem; font-weight: 700; }
.check-list li::before { content: ""; position: absolute; left: 0; top: .5rem; width: .65rem; height: .65rem; border-radius: 50%; background: var(--gold); box-shadow: inset 0 0 0 2px var(--sage); outline: 1px solid var(--gold-dark); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2 { margin-bottom: 0; }
.news-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.news-card, .content-card { display: flex; flex-direction: column; min-height: 100%; overflow: hidden; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 22px rgba(20,40,35,.05); text-decoration: none; transition: transform .2s, box-shadow .2s, border .2s; }
.news-card:hover, .content-card:hover { transform: translateY(-4px); border-color: #a9c2b7; box-shadow: var(--shadow-sm); }
.news-image { position: relative; min-height: 10.5rem; display: flex; align-items: end; padding: 1rem; overflow: hidden; background: linear-gradient(145deg, var(--teal-100), var(--sage)); }
.news-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.news-image span, .tag { position: relative; z-index: 1; display: inline-flex; padding: .3rem .55rem; border-radius: 999px; background: var(--paper); color: var(--teal-800); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.news-body, .content-card-body { padding: 1.25rem; }
.news-meta, .meta { color: #697c75; font-size: .72rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.news-card h3, .content-card h3 { margin: .5rem 0 .6rem; font-size: 1.22rem; }
.news-card p, .content-card p { margin-bottom: 0; }
.fsrp-banner { background: var(--teal-900); color: var(--white); }
.fsrp-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; padding-block: 4.5rem; }
.fsrp-banner h2 { margin-bottom: .8rem; color: var(--white); }
.fsrp-banner p { max-width: 48rem; margin-bottom: 0; color: #d8ebe4; }
.partners { text-align: center; }
.partner-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 1.4rem; }
.partner-logo { min-height: 8rem; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .8rem; padding: 1.15rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); text-decoration: none; transition: transform .18s, border-color .18s, box-shadow .18s; }
.partner-logo:hover { transform: translateY(-3px); border-color: #a9c2b7; box-shadow: var(--shadow-sm); }
.partner-logo img { width: auto; max-width: min(100%, 13rem); height: 3.75rem; object-fit: contain; }
.partner-logo:first-child img { width: 3.75rem; }
.partner-logo span { color: #60736c; font-size: .72rem; font-weight: 900; letter-spacing: .05em; line-height: 1.35; text-transform: uppercase; }

.page-hero { position: relative; overflow: hidden; background: var(--teal-900); color: var(--white); }
.page-hero::after { content: ""; position: absolute; right: -10%; bottom: -80%; width: 38rem; height: 38rem; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(255,255,255,.025), 0 0 0 10rem rgba(255,255,255,.02); }
.page-hero .shell { position: relative; z-index: 1; padding-block: clamp(4rem,8vw,7rem); }
.page-hero h1 { max-width: 58rem; margin-bottom: 1.25rem; color: var(--white); font-size: clamp(2.6rem,5vw,4.8rem); }
.page-hero p:last-child { max-width: 48rem; margin-bottom: 0; color: #dcece7; font-size: 1.08rem; }
.breadcrumb { margin-bottom: 2rem; color: #b8d5cb; font-size: .78rem; font-weight: 800; }
.breadcrumb a { color: var(--white); }
.page-content { padding-block: clamp(3.5rem,7vw,6.5rem); }
.minister-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(2rem,6vw,6rem); align-items: center; padding-bottom: 5rem; }
.portrait-placeholder { min-height: 27rem; display: grid; place-items: end center; padding: 1.2rem; border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--teal-100), #b8d1c3); color: var(--teal-800); font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
blockquote { margin: 1.4rem 0; color: var(--teal-900); font-family: Georgia, serif; font-size: clamp(1.35rem,3vw,2.15rem); line-height: 1.35; }
.signature { margin-top: 1.5rem; color: var(--ink); font-weight: 900; }
.signature span { color: var(--ink-soft); font-weight: 500; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.values-grid article { padding: 2.2rem; border-right: 1px solid var(--line); }
.values-grid article:last-child { border: 0; }
.values-grid span { color: var(--gold-dark); font-family: Georgia, serif; font-size: 1.5rem; font-weight: 700; }
.values-grid h3 { margin: .8rem 0 .45rem; font-size: 1.4rem; }
.values-grid p { margin-bottom: 0; }
.org-chart { max-width: 66rem; margin-inline: auto; text-align: center; }
.org-node { width: fit-content; margin-inline: auto; padding: .85rem 1.25rem; border: 1px solid #afc5ba; border-radius: .7rem; background: var(--paper); font-weight: 900; }
.org-lead { background: var(--teal-900); color: var(--white); }
.org-connector { width: 1px; height: 2rem; margin-inline: auto; background: #9bb5a9; }
.org-branches { position: relative; display: grid; grid-template-columns: repeat(5,1fr); gap: .75rem; margin-top: 2rem; }
.org-branches::before { content: ""; position: absolute; left: 10%; right: 10%; top: -1rem; height: 1px; background: #9bb5a9; }
.org-branches span { padding: 1rem .6rem; border-radius: .6rem; background: var(--sage); font-size: .8rem; font-weight: 800; }
.people-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.people-grid article { padding: 1.25rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.avatar { width: 3rem; height: 3rem; display: grid; place-items: center; border-radius: 50%; background: var(--teal-100); color: var(--teal-800); font-weight: 900; }
.people-grid h3 { margin: 1rem 0 .3rem; font-size: 1.05rem; }
.people-grid p { margin: 0; font-size: .88rem; }

.overview-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-bottom: 3rem; }
.overview-intro h2 { margin-bottom: 0; }
.overview-intro p { font-size: 1.08rem; }
.content-card { padding: 0; }
.content-card .card-number { display: block; padding: 1.25rem 1.25rem 0; color: var(--gold-dark); font-family: Georgia, serif; font-size: 1.45rem; font-weight: 700; }
.content-card .text-link { display: inline-block; margin-top: 1rem; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1.55fr) minmax(16rem,.65fr); gap: 4rem; align-items: start; }
.prose h2 { margin-top: 2.5rem; font-size: clamp(1.8rem,3vw,2.6rem); }
.prose h3 { margin-top: 2rem; }
.prose p, .prose li { max-width: 48rem; }
.prose ul { padding-left: 1.2rem; }
.prose li { margin-bottom: .55rem; color: var(--ink-soft); }
.sidebar-card { position: sticky; top: calc(var(--header-offset) + 1rem); padding: 1.4rem; border-radius: var(--radius); background: var(--sage); }
.sidebar-card h2 { font-family: inherit; font-size: 1rem; letter-spacing: 0; }
.sidebar-card dl { margin: 0; }
.sidebar-card dt { margin-top: .9rem; color: var(--teal-700); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sidebar-card dd { margin: .15rem 0 0; font-weight: 700; }
.sidebar-card .button { width: 100%; margin-top: 1.2rem; }
.metric-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-block: 2rem; }
.metric { padding: 1.2rem; border-left: 3px solid var(--gold); background: var(--paper); box-shadow: var(--shadow-sm); }
.metric strong { display: block; color: var(--teal-900); font-family: Georgia, serif; font-size: 1.8rem; }
.metric span { color: var(--ink-soft); font-size: .78rem; font-weight: 800; }

.tool-panel { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow-sm); }
.filters { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; margin-bottom: 1.4rem; }
.field { display: grid; gap: .35rem; }
.field label { color: var(--ink); font-size: .8rem; font-weight: 900; }
.field input, .field select, .field textarea { width: 100%; min-height: 3rem; border: 1px solid #b6c5be; border-radius: .65rem; background: var(--white); color: var(--ink); padding: .7rem .8rem; }
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-700); outline: 3px solid rgba(20,112,100,.15); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.field-full { grid-column: 1 / -1; }
.help-text { margin: .4rem 0 0; color: #667a72; font-size: .78rem; }
.honeypot { position: absolute !important; left: -9999px !important; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); }
table { width: 100%; border-collapse: collapse; min-width: 48rem; }
th, td { padding: .9rem 1rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { background: var(--teal-900); color: var(--white); font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; }
td { color: var(--ink-soft); font-size: .9rem; }
tbody tr:hover { background: var(--sage-light); }
.plain-data { display: grid; gap: 1rem; }
.plain-record { padding: 1rem; border-left: 3px solid var(--teal-700); background: var(--sage-light); }
.plain-record strong, .plain-record span { display: block; }
.plain-record span { color: var(--ink-soft); }
.mode-switch { display: flex; align-items: center; gap: .6rem; font-size: .82rem; font-weight: 800; }
.mode-switch input { width: 1.2rem; height: 1.2rem; accent-color: var(--teal-700); }
.advisory-callout { padding: 1.25rem; border-left: 4px solid var(--gold); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: #fff7e5; }
.advisory-callout h3 { margin-bottom: .35rem; }
.advisory-callout p { margin: 0; }
.library-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1rem; }
.document-card { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--paper); }
.file-badge { width: 3.1rem; height: 3.5rem; display: grid; place-items: center; border-radius: .5rem; background: var(--teal-900); color: var(--white); font-size: .72rem; font-weight: 900; }
.document-card h3 { margin: 0 0 .4rem; font-size: 1rem; }
.document-meta { display: flex; flex-wrap: wrap; gap: .35rem .8rem; color: #687c74; font-size: .73rem; }
.document-card button, .document-card a { margin-top: .75rem; border: 0; background: transparent; color: var(--teal-800); font-weight: 900; text-decoration: underline; text-underline-offset: .25em; }
.empty-state { grid-column: 1/-1; padding: 2.5rem; border: 1px dashed #aabdb4; border-radius: var(--radius); text-align: center; color: var(--ink-soft); }
.badge { display: inline-flex; padding: .22rem .5rem; border-radius: 99px; background: var(--sage); color: var(--teal-800); font-size: .7rem; font-weight: 900; }
.badge-gold { background: #fae8b9; color: #76500b; }
.timeline { display: grid; gap: 0; }
.timeline article { position: relative; padding: 0 0 2rem 2rem; border-left: 1px solid #9bb5a9; }
.timeline article::before { content: ""; position: absolute; left: -.4rem; top: .25rem; width: .72rem; height: .72rem; border-radius: 50%; background: var(--gold); }
.timeline time { color: var(--gold-dark); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.timeline h3 { margin: .35rem 0; }
.media-placeholder { aspect-ratio: 4/3; display: grid; place-items: center; border-radius: var(--radius-sm); background: linear-gradient(145deg,var(--sage),var(--teal-100)); color: var(--teal-800); font-weight: 900; }
.video-placeholder { aspect-ratio: 16/9; }
.news-detail { max-width: 54rem; }
.news-detail .news-lead { color: var(--teal-900); font-family: Georgia,serif; font-size: 1.35rem; }
.news-detail-image { margin: 0 0 1.75rem; }
.news-detail-image img { width: 100%; max-height: 34rem; object-fit: cover; border-radius: var(--radius-lg); }
.back-link { display: inline-block; margin-bottom: 1.4rem; color: var(--teal-800); font-weight: 900; }
.component-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: .8rem; margin-top: 2rem; }
.component-grid article { padding: 1.1rem; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-sm); background: rgba(255,255,255,.06); }
.component-grid strong { display: block; color: #f2cf80; font-family: Georgia,serif; font-size: 1.35rem; }
.component-grid span { color: #d6e8e1; font-size: .78rem; }

.site-footer { background: #032d2a; color: #dcebe5; }
.footer-main { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 3rem; padding-block: 4.5rem; }
.footer-main h2 { margin: .9rem 0 .7rem; color: var(--white); font-family: Georgia,serif; font-size: 1.45rem; }
.footer-main h3 { margin-bottom: 1rem; color: #f0cc79; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-main p { color: #b9d0c8; }
.footer-main a { display: block; width: fit-content; margin-bottom: .52rem; color: #dcebe5; text-decoration: none; }
.footer-main a:hover { color: var(--white); text-decoration: underline; }
.footer-brand img { width: 5.5rem; height: 5.5rem; object-fit: contain; }
.footer-brand p { max-width: 25rem; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.25rem; border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
.footer-bottom p { margin: 0; color: #a9c4ba; }
.footer-bottom div { display: flex; gap: 1rem; }
.back-to-top { position: fixed; right: 1rem; bottom: 1rem; z-index: 50; width: 2.8rem; height: 2.8rem; border: 0; border-radius: 50%; background: var(--gold); color: #261b08; box-shadow: var(--shadow-sm); font-weight: 900; opacity: 0; visibility: hidden; transform: translateY(.5rem); transition: .2s; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: none; }

body.low-data .hero-media, body.low-data .feature-media img, body.low-data .media-placeholder, body.low-data .news-image img, body.low-data .news-detail-image { display: none; }
body.low-data .hero { background: var(--teal-950); }
body.low-data .hero-overlay { background: linear-gradient(135deg,var(--teal-950),var(--teal-800)); }
body.low-data .feature-layout { grid-template-columns: 1fr; }
body.low-data .feature-media { min-height: 0; }
body.low-data .media-placeholder { aspect-ratio: auto; min-height: 4rem; }

@media (max-width: 1120px) {
    :root { --header-offset: 6rem; }
    .header-inner { min-height: 5rem; }
    .brand { min-width: 0; margin-right: auto; }
    .brand img { width: 3.7rem; height: 3.7rem; }
    .menu-toggle { display: inline-flex; align-items: center; gap: .55rem; border: 1px solid var(--line); border-radius: .65rem; background: var(--white); padding: .6rem .75rem; color: var(--teal-900); font-weight: 900; }
    .menu-toggle-lines, .menu-toggle-lines::before, .menu-toggle-lines::after { display: block; width: 1.1rem; height: 2px; background: currentColor; content: ""; }
    .menu-toggle-lines { position: relative; }
    .menu-toggle-lines::before { position: absolute; top: -.35rem; }
    .menu-toggle-lines::after { position: absolute; top: .35rem; }
    .primary-navigation { position: fixed; left: 0; right: 0; top: var(--mobile-nav-top, 5rem); max-height: calc(100vh - var(--mobile-nav-top, 5rem)); display: none; align-items: stretch; justify-content: flex-start; flex-direction: column; gap: .2rem; margin: 0; padding: 1rem; overflow-y: auto; background: var(--paper); border-top: 1px solid var(--line); box-shadow: var(--shadow-lg); }
    .primary-navigation.is-open { display: flex; }
    .nav-link { width: 100%; justify-content: space-between; min-height: 3rem; padding-inline: .85rem; }
    .nav-menu { position: static; width: auto; min-width: 0; display: none; margin: .2rem 0 .45rem 1rem; padding: .4rem; border-radius: .6rem; box-shadow: none; opacity: 1; visibility: visible; transform: none; background: var(--sage-light); }
    .nav-trigger[aria-expanded="true"] + .nav-menu { display: block; }
    .nav-menu-mega { grid-template-columns: 1fr; }
    .search-toggle { padding: .58rem .75rem; }
    .hero-content { gap: 2rem; }
    .service-dock { grid-template-columns: repeat(2,1fr); }
    .service-dock a:nth-child(2) { border-right: 0; }
    .service-dock a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .component-grid { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 760px) {
    .shell { width: min(calc(100% - 1.25rem), var(--shell)); }
    .notice-inner { min-height: 3rem; gap: .5rem; }
    .notice-inner p { font-size: .78rem; line-height: 1.35; }
    .notice-label, .notice-inner a { display: none; }
    .utility-links a:nth-child(2) { display: none; }
    .utility-inner { min-height: 2.2rem; }
    .brand-copy strong { font-size: .62rem; }
    .brand-copy span { max-width: 10rem; font-size: .85rem; }
    .search-toggle { font-size: 0; width: 2.55rem; height: 2.55rem; position: relative; }
    .search-toggle::before { content: "⌕"; font-size: 1.3rem; position: absolute; inset: 0; display: grid; place-items: center; }
    .hero { min-height: 45rem; }
    .hero-overlay { background: linear-gradient(0deg, rgba(4,47,45,.96) 0%, rgba(4,47,45,.7) 70%, rgba(4,47,45,.3)); }
    .hero-content { display: block; padding-block: 5rem 13rem; }
    .hero h1 { font-size: clamp(2.65rem,14vw,4.2rem); }
    .season-card { display: none; }
    .hero-stats { grid-template-columns: repeat(2,1fr); }
    .hero-stats div { padding: .75rem 1rem; }
    .hero-stats div:nth-child(2) { border-right: 0; }
    .hero-stats div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .hero-stats strong { font-size: 1.25rem; }
    .service-dock { grid-template-columns: 1fr; margin-top: 1rem; }
    .service-dock a { min-height: 5.6rem; border: 0; border-bottom: 1px solid var(--line) !important; }
    .service-dock a:last-child { border-bottom: 0 !important; }
    .split-intro, .feature-layout, .minister-layout, .overview-intro, .detail-layout { grid-template-columns: 1fr; gap: 2rem; }
    .feature-layout { padding-block: 4rem; }
    .feature-copy { grid-row: 1; }
    .section-heading, .fsrp-banner-inner { align-items: flex-start; flex-direction: column; }
    .news-grid, .card-grid, .values-grid, .library-grid, .people-grid { grid-template-columns: 1fr; }
    .values-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding: 1.5rem 0; }
    .org-branches { grid-template-columns: 1fr; }
    .org-branches::before { display: none; }
    .partner-row { grid-template-columns: 1fr; }
    .page-hero .shell { padding-block: 3.5rem; }
    .portrait-placeholder { min-height: 20rem; }
    .metric-grid, .filters, .form-grid, .component-grid { grid-template-columns: 1fr; }
    .field-full { grid-column: auto; }
    .sidebar-card { position: static; }
    .tool-panel { padding: 1rem; }
    .footer-main { grid-template-columns: 1fr 1fr; gap: 2rem; }
    .footer-brand { grid-column: 1/-1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .footer-bottom div { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
    .notice-bar, .utility-bar, .site-header, .site-footer, .back-to-top, .button, .filters { display: none !important; }
    body { background: white; color: black; }
    .page-view.hidden { display: none !important; }
    .page-hero { background: white; color: black; }
    .page-hero h1, .page-hero p:last-child { color: black; }
    .table-wrap { overflow: visible; }
}
