:root {
  color-scheme: light;
  --navy: #07182c;
  --navy-2: #0d2847;
  --navy-3: #15375d;
  --blue: #0698d7;
  --blue-deep: #006da9;
  --gold: #f4b000;
  --gold-soft: #ffd968;
  --burgundy: #78172b;
  --burgundy-deep: #4d0d1a;
  --red: #c82132;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --white: #ffffff;
  --ink: #111827;
  --muted: #5f6877;
  --line: #d9dde3;
  --line-dark: rgba(255,255,255,.14);
  --green: #16784f;
  --shadow-sm: 0 10px 30px rgba(7,24,44,.08);
  --shadow: 0 24px 70px rgba(7,24,44,.14);
  --radius: 2px;
  --sans: Inter, Aptos, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: "Aptos Display", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-family: var(--sans);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid rgba(6,152,215,.65); outline-offset: 3px; }
::selection { background: var(--gold); color: var(--navy); }

.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; z-index: 500; top: 10px; left: 10px; transform: translateY(-180%); padding: 11px 15px; background: white; color: var(--navy); font-weight: 800; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }
.site-shell { width: min(1320px, calc(100% - 56px)); margin-inline: auto; }

/* Header */
.utility-bar { background: var(--navy); color: #d4deea; border-bottom: 1px solid rgba(255,255,255,.09); }
.utility-inner { display: flex; min-height: 38px; align-items: center; justify-content: space-between; gap: 24px; font-size: .69rem; font-weight: 750; letter-spacing: .065em; text-transform: uppercase; }
.utility-contact, .utility-inner nav { display: flex; align-items: center; gap: 24px; }
.utility-inner a { text-decoration: none; transition: color .2s ease; }
.utility-inner a:hover { color: var(--gold-soft); }
.utility-contact span { color: #aab9ca; }

.site-header { position: sticky; z-index: 200; top: 0; background: rgba(255,255,255,.98); color: var(--navy); border-bottom: 1px solid #e6e9ed; box-shadow: 0 4px 18px rgba(7,24,44,.04); backdrop-filter: blur(16px); }
.site-header.scrolled { box-shadow: 0 12px 35px rgba(7,24,44,.1); }
.header-inner { position: relative; display: grid; grid-template-columns: auto 1fr auto; min-height: 92px; align-items: center; gap: clamp(24px, 3vw, 48px); }
.public-brand { display: inline-flex; min-width: max-content; align-items: center; gap: 13px; text-decoration: none; }
.brand-mark { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: white; box-shadow: 0 0 0 1px #d7dce4, 0 0 0 5px rgba(6,152,215,.08); overflow: hidden; }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { color: var(--navy); font-family: var(--display); font-size: 1.42rem; font-weight: 900; letter-spacing: .06em; line-height: 1; }
.brand-copy small { margin-top: 4px; color: #667384; font-size: .67rem; font-weight: 700; letter-spacing: .035em; }

.site-nav { display: flex; min-width: 0; align-items: stretch; justify-content: center; gap: clamp(12px, 1.6vw, 24px); }
.site-nav > a, .nav-item > button { position: relative; display: inline-flex; min-height: 92px; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: #26364a; font-size: .79rem; font-weight: 820; letter-spacing: .02em; text-decoration: none; white-space: nowrap; }
.site-nav > a::after, .nav-item > button::after { content: ""; position: absolute; inset: auto 0 0; height: 4px; background: transparent; }
.site-nav > a:hover, .nav-item > button:hover, .site-nav > a.active, .nav-item.active > button { color: var(--burgundy); }
.site-nav > a.active::after, .nav-item.active > button::after { background: var(--gold); }
.nav-item { position: relative; display: flex; align-items: stretch; }
.nav-item > button svg { width: 10px; height: 7px; transition: transform .2s ease; }
.nav-item.open > button svg { transform: rotate(180deg); }
.nav-menu { position: absolute; z-index: 220; top: calc(100% - 1px); left: -26px; display: grid; min-width: 310px; padding: 12px; visibility: hidden; opacity: 0; transform: translateY(10px); background: var(--navy); color: white; box-shadow: 0 22px 55px rgba(0,0,0,.24); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.nav-item:hover > .nav-menu, .nav-item:focus-within > .nav-menu, .nav-item.open > .nav-menu { visibility: visible; opacity: 1; transform: translateY(0); }
.nav-menu > a { display: grid; gap: 6px; padding: 17px 18px; border-bottom: 1px solid rgba(255,255,255,.11); color: white; text-decoration: none; }
.nav-menu > a:last-child { border-bottom: 0; }
.nav-menu > a:hover { background: rgba(255,255,255,.07); }
.nav-menu > a span { color: white; font-weight: 820; }
.nav-menu > a small { color: #afbed0; font-size: .72rem; line-height: 1.45; }
.nav-menu-wide { left: 50%; grid-template-columns: minmax(300px,.95fr) minmax(390px,1.05fr); width: min(760px, 86vw); padding: 0; transform: translate(-36%, 10px); }
.nav-item:hover > .nav-menu-wide, .nav-item:focus-within > .nav-menu-wide, .nav-item.open > .nav-menu-wide { transform: translate(-36%, 0); }
.nav-menu-intro { padding: 34px; background: linear-gradient(145deg, var(--navy-2), var(--navy)); }
.nav-menu-intro span { color: var(--gold); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.nav-menu-intro strong { display: block; margin-top: 28px; max-width: 280px; font-family: var(--display); font-size: 2.05rem; line-height: 1.02; }
.nav-menu-intro p { margin: 16px 0 0; color: #b7c5d4; font-size: .84rem; line-height: 1.65; }
.nav-menu-links { display: grid; align-content: center; padding: 18px; }
.nav-menu-links a { display: grid; grid-template-columns: 34px 1fr; column-gap: 12px; padding: 16px; border-bottom: 1px solid rgba(255,255,255,.1); text-decoration: none; }
.nav-menu-links a:hover { background: rgba(255,255,255,.06); }
.nav-menu-links a > span { grid-row: 1 / span 2; color: var(--gold); font-size: .72rem; font-weight: 900; }
.nav-menu-links strong { font-size: .9rem; }
.nav-menu-links small { margin-top: 3px; color: #a9b8c9; font-size: .7rem; }

.header-tools { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
.header-tool { display: grid; width: 46px; height: 46px; place-items: center; border: 1px solid #dfe4ea; background: white; color: var(--navy); }
.header-tool:hover { border-color: var(--navy); }
.header-tool svg { width: 20px; height: 20px; }
.connect-button { display: inline-flex; min-height: 48px; align-items: center; gap: 12px; padding: 12px 19px; background: var(--gold); color: var(--navy); font-size: .78rem; font-weight: 900; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.connect-button:hover { background: var(--gold-soft); transform: translateY(-1px); }
.menu-button { display: none; min-height: 46px; align-items: center; gap: 9px; padding: 10px 14px; border: 1px solid #dfe4ea; background: white; color: var(--navy); font-size: .78rem; font-weight: 850; }
.menu-icon { display: grid; gap: 3px; width: 18px; }
.menu-icon i { display: block; height: 2px; background: currentColor; }

.public-search-panel { border-top: 1px solid #e5e8ec; background: white; box-shadow: 0 18px 40px rgba(7,24,44,.1); }
.public-search-panel form { display: grid; grid-template-columns: auto 1fr; gap: 30px; align-items: center; padding-block: 24px; }
.public-search-panel label { color: var(--navy); font-size: .75rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.public-search-panel form > div { display: grid; grid-template-columns: 1fr auto; }
.public-search-panel input { min-width: 0; min-height: 50px; padding: 13px 16px; border: 1px solid #cfd5dd; border-right: 0; border-radius: 0; background: white; color: var(--ink); }
.public-search-panel button { min-width: 110px; border: 0; background: var(--navy); color: white; font-weight: 850; }

.campaign-ribbon { background: linear-gradient(90deg, var(--burgundy) 0 38%, var(--blue-deep) 38% 72%, var(--gold) 72% 100%); color: white; }
.campaign-ribbon-inner { display: flex; min-height: 42px; align-items: center; justify-content: space-between; gap: 25px; }
.campaign-ribbon p { margin: 0; font-size: .73rem; font-weight: 800; letter-spacing: .06em; }
.campaign-ribbon p span { margin-left: 10px; }
.campaign-ribbon a { color: var(--navy); font-size: .73rem; font-weight: 950; text-decoration: none; }

.cms-preview-banner { display: flex; align-items: center; justify-content: center; gap: 18px; padding: 11px 20px; background: #fff1a8; color: #4d4100; font-size: .78rem; }
.cms-preview-banner button { border: 0; background: transparent; color: inherit; font-weight: 900; text-decoration: underline; }

/* Shared typography and buttons */
.public-eyebrow { margin: 0 0 16px; color: var(--blue-deep); font-size: .69rem; font-weight: 950; letter-spacing: .17em; text-transform: uppercase; }
.public-eyebrow.gold { color: var(--gold); }
.public-eyebrow.light { color: white; }
.section { padding: clamp(80px, 8.5vw, 132px) 0; }
.section h2, .public-callout h2, .page-hero h1, .manifesto-section h2, .service-boundary h2, .verification-note h2 { margin: 0; font-family: var(--display); font-weight: 850; letter-spacing: -.045em; }
.section h2 { font-size: clamp(2.5rem, 5.1vw, 5.25rem); line-height: .94; }
.section-lead { max-width: 700px; color: var(--muted); font-size: 1.03rem; line-height: 1.7; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 21px; border: 1px solid transparent; border-radius: var(--radius); font-size: .79rem; font-weight: 920; letter-spacing: .02em; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(7,24,44,.12); }
.button-gold, .button-light { border-color: var(--gold); background: var(--gold); color: var(--navy); }
.button-navy { border-color: var(--navy); background: var(--navy); color: white; }
.button-burgundy, .button-red { border-color: var(--burgundy); background: var(--burgundy); color: white; }
.button-outline, .button-glass { border-color: rgba(255,255,255,.62); background: transparent; color: white; }
.button-full { width: 100%; }
.text-link, .text-link-light { display: inline-flex; gap: 11px; align-items: center; padding-bottom: 5px; font-size: .82rem; font-weight: 900; text-decoration: none; }
.text-link { border-bottom: 2px solid var(--gold); color: var(--navy); }
.text-link-light { border-bottom: 1px solid rgba(255,255,255,.55); color: white; }

/* Homepage */
.home-hero { position: relative; overflow: hidden; background: #f5f2ea; }
.home-hero::before { content: ""; position: absolute; inset: 0 50% 0 0; background: radial-gradient(circle at 12% 15%, rgba(244,176,0,.16), transparent 30%), linear-gradient(180deg, #fffdf8, #f4efe5); }
.home-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,.92fr) minmax(420px,1.08fr); min-height: 720px; align-items: stretch; }
.home-hero-copy { display: flex; max-width: 710px; flex-direction: column; justify-content: center; padding: 92px clamp(35px,5vw,78px) 150px 0; }
.home-hero-copy h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(4rem, 7.8vw, 8rem); font-weight: 900; line-height: .82; letter-spacing: -.068em; text-transform: uppercase; }
.home-hero-copy > p:not(.public-eyebrow):not(.service-state) { max-width: 650px; margin: 28px 0 0; color: #4f5c6d; font-size: clamp(1.02rem,1.55vw,1.22rem); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.service-state { display: flex; max-width: 650px; gap: 10px; align-items: flex-start; margin: 23px 0 0; color: #687486; font-size: .76rem; line-height: 1.55; }
.service-state > span { flex: 0 0 auto; width: 9px; height: 9px; margin-top: 4px; background: var(--gold); }
.home-hero-visual { position: relative; min-height: 720px; overflow: hidden; background: var(--navy); }
.home-hero-visual > img { width: 100%; height: 100%; min-height: 720px; object-fit: cover; object-position: center; }
.hero-photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7,24,44,.08), rgba(7,24,44,.46)), linear-gradient(90deg, rgba(7,24,44,.18), transparent 40%); }
.hero-campaign-card { position: absolute; right: clamp(26px,4vw,55px); bottom: 115px; width: min(355px, 72%); padding: 30px 30px 26px; background: rgba(7,24,44,.93); color: white; box-shadow: 0 28px 65px rgba(0,0,0,.28); }
.hero-campaign-card > span { color: var(--gold); font-size: .65rem; font-weight: 950; letter-spacing: .15em; }
.hero-campaign-card > strong { display: block; margin-top: 17px; font-family: var(--display); font-size: clamp(2.45rem,4vw,4rem); font-weight: 950; line-height: .83; letter-spacing: -.045em; }
.hero-campaign-card > strong em { color: var(--blue); font-style: normal; }
.hero-campaign-card > a { display: flex; justify-content: space-between; gap: 18px; margin-top: 25px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.2); color: #dce6f1; font-size: .75rem; font-weight: 800; text-decoration: none; }
.hero-campaign-card > a b { color: var(--gold); font-size: 1rem; }
.hero-brand-bars { position: absolute; inset: auto 0 0; display: grid; grid-template-columns: 38% 34% 28%; height: 8px; }
.hero-brand-bars i:nth-child(1) { background: var(--burgundy); }
.hero-brand-bars i:nth-child(2) { background: var(--blue); }
.hero-brand-bars i:nth-child(3) { background: var(--gold); }
.hero-statement { position: absolute; z-index: 5; inset: auto 0 0; }
.hero-statement > div { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 0; background: white; box-shadow: 0 -5px 30px rgba(7,24,44,.08); }
.hero-statement a { display: grid; grid-template-columns: 42px 1fr; column-gap: 12px; min-height: 108px; align-content: center; padding: 18px 28px; border-right: 1px solid #e2e5e9; text-decoration: none; }
.hero-statement a:last-child { border-right: 0; }
.hero-statement a:hover { background: #faf8f3; }
.hero-statement span { grid-row: 1 / span 2; color: var(--burgundy); font-size: .7rem; font-weight: 950; }
.hero-statement strong { color: var(--navy); font-size: .92rem; font-weight: 950; letter-spacing: .04em; }
.hero-statement small { margin-top: 5px; color: var(--muted); font-size: .72rem; }

.editorial-intro { background: var(--paper); }
.editorial-grid { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: clamp(48px,8vw,120px); align-items: start; }
.editorial-copy { max-width: 730px; }
.editorial-copy p { margin: 0 0 21px; color: var(--muted); font-size: 1.03rem; line-height: 1.76; }
.editorial-copy .lead-copy { color: var(--ink); font-family: var(--display); font-size: clamp(1.55rem,2.6vw,2.3rem); font-weight: 760; line-height: 1.34; letter-spacing: -.025em; }

.commitment-section { padding: clamp(82px,8vw,120px) 0; background: var(--navy); color: white; }
.commitment-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 50px; align-items: end; margin-bottom: 42px; }
.commitment-heading h2 { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(2.5rem,4.8vw,5rem); line-height: .94; letter-spacing: -.045em; }
.commitment-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.commitment-grid article { min-height: 285px; padding: 34px 30px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.commitment-grid article:nth-child(1) { box-shadow: inset 0 5px 0 var(--burgundy); }
.commitment-grid article:nth-child(2) { box-shadow: inset 0 5px 0 var(--blue); }
.commitment-grid article:nth-child(3) { box-shadow: inset 0 5px 0 var(--gold); }
.commitment-grid article:nth-child(4) { box-shadow: inset 0 5px 0 #fff; }
.commitment-grid span { color: var(--gold); font-size: .7rem; font-weight: 950; letter-spacing: .08em; }
.commitment-grid h3 { margin: 78px 0 12px; font-family: var(--display); font-size: 2rem; letter-spacing: -.03em; }
.commitment-grid p { margin: 0; color: #b9c5d2; line-height: 1.65; }

.evidence-section { background: var(--cream); }
.evidence-grid { display: grid; grid-template-columns: minmax(340px,.78fr) minmax(0,1.22fr); gap: clamp(50px,8vw,110px); align-items: center; }
.editorial-photo { position: relative; margin: 0; }
.editorial-photo::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid rgba(7,24,44,.17); pointer-events: none; }
.editorial-photo img { position: relative; width: 100%; max-height: 690px; object-fit: cover; object-position: center; box-shadow: var(--shadow); }
.editorial-photo figcaption { position: relative; margin-top: 14px; color: var(--muted); font-size: .75rem; line-height: 1.5; }
.evidence-copy h2 { max-width: 760px; }
.receipt-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 36px 0 32px; }
.receipt-pair article { min-height: 220px; padding: 26px; border: 1px solid #d5d8dd; background: white; box-shadow: var(--shadow-sm); }
.receipt-pair .receipt-msj { border-color: var(--navy); background: var(--navy); color: white; }
.receipt-pair span { color: var(--blue-deep); font-size: .66rem; font-weight: 950; letter-spacing: .13em; }
.receipt-pair .receipt-msj span { color: var(--gold); }
.receipt-pair strong { display: block; margin: 55px 0 12px; color: var(--navy); font-family: var(--display); font-size: 1.45rem; }
.receipt-pair .receipt-msj strong { color: white; }
.receipt-pair p { margin: 0; color: var(--muted); font-size: .85rem; line-height: 1.65; }
.receipt-pair .receipt-msj p { color: #b9c5d2; }

.participation-band, .purpose-section { position: relative; overflow: hidden; background: var(--burgundy); color: white; }
.participation-band::after, .purpose-section::after { content: ""; position: absolute; width: 440px; height: 440px; right: -140px; top: -170px; border: 80px solid rgba(255,255,255,.05); border-radius: 50%; }
.participation-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px,8vw,110px); align-items: center; }
.participation-grid p:not(.public-eyebrow) { margin: 0 0 27px; color: #f2dbe0; font-size: 1rem; line-height: 1.75; }

.information-section { background: white; }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 48px; }
.section-title-row.light { color: white; }
.information-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.information-grid a { position: relative; display: grid; min-height: 300px; align-content: start; padding: 31px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; text-decoration: none; transition: background .2s ease, transform .2s ease; }
.information-grid a:nth-child(1) { box-shadow: inset 0 5px 0 var(--burgundy); }
.information-grid a:nth-child(2) { box-shadow: inset 0 5px 0 var(--blue); }
.information-grid a:nth-child(3) { box-shadow: inset 0 5px 0 var(--gold); }
.information-grid a:nth-child(4) { box-shadow: inset 0 5px 0 var(--navy); }
.information-grid a:hover { z-index: 2; background: #faf8f3; transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.information-grid span { color: var(--burgundy); font-size: .69rem; font-weight: 950; }
.information-grid strong { display: block; margin: 72px 0 13px; color: var(--navy); font-family: var(--display); font-size: 1.7rem; line-height: 1.08; }
.information-grid p { margin: 0; color: var(--muted); font-size: .89rem; line-height: 1.62; }
.information-grid em { margin-top: 25px; color: var(--blue-deep); font-size: .76rem; font-style: normal; font-weight: 900; }

.home-news-panel { background: #eef3f7; }
.home-news-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px,8vw,105px); align-items: center; }
.home-news-heading > p:not(.public-eyebrow) { color: var(--muted); line-height: 1.72; }
.home-news-feature { position: relative; min-height: 530px; overflow: hidden; background: var(--navy); box-shadow: var(--shadow); }
.home-news-feature > img { width: 100%; height: 530px; object-fit: cover; }
.home-news-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,24,44,.88), rgba(7,24,44,.02) 65%); }
.home-news-feature > div { position: absolute; z-index: 2; inset: auto 35px 34px; color: white; }
.home-news-feature span { color: var(--gold); font-size: .67rem; font-weight: 950; letter-spacing: .14em; }
.home-news-feature strong { display: block; max-width: 750px; margin: 14px 0 16px; font-family: var(--display); font-size: clamp(1.7rem,3vw,3rem); line-height: 1; }
.home-news-feature a { color: white; font-size: .8rem; font-weight: 900; text-decoration: none; }

/* Inner-page hero */
.page-hero { position: relative; min-height: 450px; overflow: hidden; background: var(--navy); color: white; }
.page-hero-media, .page-hero-overlay { position: absolute; inset: 0; }
.page-hero-media { background-position: center; background-size: cover; transform: scale(1.015); }
.page-hero-city .page-hero-media, .page-hero-aerial .page-hero-media { background-image: url('/assets/campaign/community-aerial.jpg'); }
.page-hero-sunset .page-hero-media { background-image: url('/assets/campaign/community-sunset.jpg'); }
.page-hero-listening .page-hero-media { background-image: url('/assets/campaign/community-listening.jpg'); background-position: center 42%; }
.page-hero-overlay { background: linear-gradient(90deg, rgba(7,24,44,.94) 0%, rgba(7,24,44,.8) 44%, rgba(7,24,44,.28) 82%), linear-gradient(0deg, rgba(7,24,44,.72), transparent 55%); }
.page-hero-solid { background: radial-gradient(circle at 78% 15%, rgba(6,152,215,.25), transparent 28%), linear-gradient(135deg,var(--navy),var(--navy-2)); }
.page-hero-solid::before { content: ""; position: absolute; width: 460px; height: 460px; right: -130px; bottom: -230px; border: 90px solid rgba(244,176,0,.08); border-radius: 50%; }
.page-hero-inner { position: relative; z-index: 3; display: flex; min-height: 450px; max-width: 1320px; flex-direction: column; justify-content: center; padding-block: 74px 68px; }
.page-breadcrumb { display: flex; gap: 9px; align-items: center; margin-bottom: 35px; color: #d3ddea; font-size: .68rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.page-breadcrumb a { color: var(--gold); text-decoration: none; }
.page-hero h1 { max-width: 950px; font-size: clamp(3.3rem,6vw,6.8rem); line-height: .88; text-transform: uppercase; }
.page-hero-inner > p:not(.public-eyebrow) { max-width: 760px; margin: 23px 0 0; color: #d9e2eb; font-size: clamp(.98rem,1.5vw,1.16rem); line-height: 1.68; }
.page-hero-colour-rule { position: absolute; z-index: 4; inset: auto 0 0; display: grid; grid-template-columns: 38% 34% 28%; height: 8px; }
.page-hero-colour-rule i:nth-child(1) { background: var(--burgundy); }
.page-hero-colour-rule i:nth-child(2) { background: var(--blue); }
.page-hero-colour-rule i:nth-child(3) { background: var(--gold); }

/* General editorial components used across existing public pages */
.manifesto-section { padding: clamp(72px,8vw,112px) 0; background: var(--navy); color: white; }
.manifesto-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(50px,8vw,110px); align-items: center; }
.manifesto-section h2 { font-size: clamp(2.5rem,4.8vw,5rem); line-height: .95; }
.manifesto-section blockquote { margin: 0; padding: 34px 0 34px 36px; border-left: 5px solid var(--gold); color: #dce5ee; font-family: var(--display); font-size: clamp(1.45rem,2.8vw,2.5rem); line-height: 1.2; }
.numbered-principles { border-top: 1px solid var(--line); }
.numbered-principles article { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 31px 0; border-bottom: 1px solid var(--line); }
.numbered-principles span { color: var(--burgundy); font-size: .72rem; font-weight: 950; }
.numbered-principles h3 { margin: 0 0 8px; color: var(--navy); font-family: var(--display); font-size: 2rem; }
.numbered-principles p { margin: 0; color: var(--muted); line-height: 1.7; }

.service-directory { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-directory article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; min-height: 280px; padding: 36px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: background .2s ease; }
.service-directory article:hover { background: #faf8f3; }
.service-directory article > span { color: var(--burgundy); font-size: .71rem; font-weight: 950; }
.service-directory h3 { margin: 0 0 13px; color: var(--navy); font-family: var(--display); font-size: 1.85rem; line-height: 1.08; }
.service-directory p { margin: 0; color: var(--muted); line-height: 1.68; }
.service-directory a { display: inline-block; margin-top: 22px; color: var(--blue-deep); font-size: .79rem; font-weight: 900; text-decoration: none; }
.service-boundary { padding: clamp(78px,8vw,115px) 0; background: linear-gradient(135deg,var(--burgundy-deep),var(--burgundy)); color: white; }
.boundary-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px,8vw,110px); align-items: start; }
.service-boundary h2, .verification-note h2 { font-size: clamp(2.55rem,4.8vw,5rem); line-height: .95; }
.service-boundary p { margin: 0 0 18px; color: #f0dbe0; line-height: 1.75; }
.boundary-list { border-top: 1px solid var(--line); }
.boundary-list p { margin: 0; padding: 22px 0; border-bottom: 1px solid var(--line); color: var(--muted); line-height: 1.7; }
.boundary-list strong { color: var(--navy); }

.community-paths { background: var(--cream); }
.community-path-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.community-path-grid a { position: relative; display: grid; min-height: 340px; align-content: start; padding: 31px; overflow: hidden; border: 1px solid #d8dce1; background: white; text-decoration: none; box-shadow: var(--shadow-sm); }
.community-path-grid a::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--burgundy); }
.community-path-grid a:nth-child(2)::before { background: var(--blue); }
.community-path-grid a:nth-child(3)::before { background: var(--gold); }
.community-path-grid a:nth-child(4)::before { background: var(--navy); }
.community-path-grid a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.community-path-grid span { color: var(--burgundy); font-size: .68rem; font-weight: 950; letter-spacing: .12em; }
.community-path-grid h3 { margin: 76px 0 14px; color: var(--navy); font-family: var(--display); font-size: 1.75rem; line-height: 1.08; }
.community-path-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.community-path-grid em { margin-top: 25px; color: var(--blue-deep); font-size: .78rem; font-style: normal; font-weight: 900; }

.team-function-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.team-function-grid article { position: relative; min-height: 300px; padding: 32px; border: 1px solid var(--line); background: white; box-shadow: var(--shadow-sm); }
.team-function-grid article::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--navy); }
.team-function-grid article:nth-child(3n+1)::after { background: var(--burgundy); }
.team-function-grid article:nth-child(3n+2)::after { background: var(--blue); }
.team-function-grid article:nth-child(3n+3)::after { background: var(--gold); }
.team-function-grid span { color: var(--burgundy); font-size: .7rem; font-weight: 950; }
.team-function-grid h3 { margin: 70px 0 13px; color: var(--navy); font-family: var(--display); font-size: 1.7rem; line-height: 1.1; }
.team-function-grid p { margin: 0; color: var(--muted); line-height: 1.67; }
.team-boundary { margin: 22px 0 0; padding: 17px 19px; border-left: 5px solid var(--gold); background: #fff8dc; color: #675814; font-size: .81rem; line-height: 1.6; }

.updates-section { background: var(--cream); }
.updates-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px,8vw,105px); align-items: start; }
.updates-list { border-top: 6px solid var(--burgundy); background: white; box-shadow: var(--shadow); }
.updates-list article { display: grid; grid-template-columns: 120px 1fr; column-gap: 24px; padding: 31px; border-bottom: 1px solid var(--line); }
.updates-list time { grid-row: 1 / span 4; color: var(--muted); font-size: .72rem; font-weight: 800; line-height: 1.5; }
.updates-list span { color: var(--blue-deep); font-size: .67rem; font-weight: 950; letter-spacing: .12em; }
.updates-list h3 { margin: 12px 0 8px; color: var(--navy); font-family: var(--display); font-size: 1.65rem; line-height: 1.1; }
.updates-list p { margin: 0; color: var(--muted); line-height: 1.67; }
.updates-list a { margin-top: 17px; color: var(--burgundy); font-size: .79rem; font-weight: 900; text-decoration: none; }

.receipt-explainer { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px,8vw,110px); align-items: center; }
.receipt-explainer > div:first-child > p:not(.public-eyebrow) { color: var(--muted); line-height: 1.72; }
.receipt-table { border: 1px solid var(--line); background: white; box-shadow: var(--shadow); }
.receipt-table > div { display: grid; grid-template-columns: .45fr 1fr; }
.receipt-table > div > * { padding: 24px 26px; border-bottom: 1px solid var(--line); }
.receipt-table > div:last-child > * { border-bottom: 0; }
.receipt-table > div > :first-child { border-right: 1px solid var(--line); }
.receipt-table-head { background: var(--navy); color: white; font-size: .71rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.receipt-table strong { color: var(--navy); }
.receipt-table span { color: var(--muted); line-height: 1.6; }
.receipt-table-head span { color: white; }
.process-section { padding: clamp(80px,8vw,120px) 0; background: var(--navy); color: white; }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.process-list li { display: grid; grid-template-columns: 80px 1fr; gap: 25px; padding: 28px 0; border-bottom: 1px solid var(--line-dark); }
.process-list li > span { color: var(--gold); font-size: .73rem; font-weight: 950; }
.process-list h3 { margin: 0 0 8px; font-family: var(--display); font-size: 1.75rem; }
.process-list p { margin: 0; color: #b9c5d2; line-height: 1.65; }

.external-action-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.external-action-grid a { display: grid; min-height: 330px; align-content: start; padding: 34px; border: 1px solid var(--line); background: white; text-decoration: none; box-shadow: var(--shadow-sm); }
.external-action-grid a:first-child { border-top: 6px solid var(--blue); }
.external-action-grid a:last-child { border-top: 6px solid var(--gold); }
.external-action-grid a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.external-action-grid span, .contact-routes span { color: var(--blue-deep); font-size: .69rem; font-style: normal; font-weight: 950; letter-spacing: .13em; }
.external-action-grid strong { display: block; margin: 78px 0 15px; color: var(--navy); font-family: var(--display); font-size: clamp(1.8rem,3vw,2.8rem); line-height: 1.05; }
.external-action-grid p { color: var(--muted); line-height: 1.68; }
.external-action-grid em { display: block; margin-top: 28px; color: var(--burgundy); font-style: normal; font-weight: 900; }
.verification-note { padding: clamp(75px,8vw,110px) 0; background: #edf3f7; }
.verification-note p { color: var(--muted); line-height: 1.73; }

.faq-layout { display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(48px,8vw,110px); align-items: start; }
.faq-layout > div:first-child > p:not(.public-eyebrow) { color: var(--muted); line-height: 1.68; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 25px 50px 25px 0; color: var(--navy); font-family: var(--display); font-size: 1.32rem; font-weight: 780; cursor: pointer; }
.faq-list summary::marker { color: var(--burgundy); }
.faq-list p { margin: -4px 0 26px; max-width: 850px; color: var(--muted); line-height: 1.73; }

.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px,8vw,110px); }
.contact-details dl { margin: 38px 0 0; }
.contact-details dl > div { display: grid; grid-template-columns: 165px 1fr; gap: 24px; padding: 21px 0; border-top: 1px solid var(--line); }
.contact-details dl > div:last-child { border-bottom: 1px solid var(--line); }
.contact-details dt { color: var(--muted); font-size: .71rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.contact-details dd { margin: 0; color: var(--navy); font-weight: 760; line-height: 1.55; overflow-wrap: anywhere; }
.contact-routes { border-top: 6px solid var(--gold); background: white; box-shadow: var(--shadow); }
.contact-routes a { display: grid; min-height: 168px; align-content: center; padding: 29px 34px; border: 1px solid var(--line); border-top: 0; text-decoration: none; }
.contact-routes a:hover { background: #faf8f3; }
.contact-routes strong { margin: 13px 0; color: var(--navy); font-family: var(--display); font-size: 1.55rem; }
.contact-routes em { color: var(--burgundy); font-style: normal; font-weight: 900; }

/* Forms */
.form-section { background: var(--cream); }
.form-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px,8vw,105px); align-items: start; }
.form-page-copy > p:not(.public-eyebrow):not(.privacy-assurance) { color: var(--muted); line-height: 1.75; }
.formal-notice { margin: 30px 0 24px; padding: 22px; border-left: 5px solid var(--gold); background: #fff9df; }
.formal-notice strong { color: var(--navy); }
.formal-notice p { margin: 7px 0 0; color: #685918; font-size: .85rem; line-height: 1.6; }
.privacy-assurance { color: var(--muted); font-size: .8rem; line-height: 1.6; }
.public-form-panel { padding: clamp(28px,4vw,48px); border-top: 7px solid var(--navy); background: white; box-shadow: var(--shadow); }
.public-form-panel form { display: grid; gap: 20px; }
.public-form-panel label { display: grid; gap: 8px; color: var(--navy); font-size: .75rem; font-weight: 850; }
.public-form-panel label > span { color: var(--muted); font-weight: 650; }
.public-form-panel input, .public-form-panel select, .public-form-panel textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #cbd2da; border-radius: 0; background: white; color: var(--ink); }
.public-form-panel textarea { min-height: 120px; resize: vertical; }
.public-form-panel input:focus, .public-form-panel select:focus, .public-form-panel textarea:focus { border-color: var(--blue-deep); outline: 2px solid rgba(6,152,215,.12); }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.consent-row { grid-template-columns: auto 1fr !important; align-items: start; gap: 11px !important; }
.consent-row input { width: 18px; min-height: 18px; margin-top: 2px; }
.form-trap { position: absolute !important; left: -9999px !important; }
.success-message, .error-message { margin-bottom: 22px; padding: 18px 20px; border-left: 5px solid var(--green); background: #eaf7f1; color: #17563c; }
.error-message { border-color: var(--red); background: #fff0f1; color: #7a1f2a; }
.success-message p, .error-message p { margin: 6px 0 0; }
.error-message ul { margin: 8px 0 0; padding-left: 20px; }

/* Managed CMS content */
.managed-content-section { background: var(--paper); }
.managed-content-grid { display: grid; grid-template-columns: minmax(0,900px) auto; gap: 50px; align-items: start; }
.managed-content { color: var(--muted); font-size: 1rem; line-height: 1.78; }
.managed-content h1, .managed-content h2, .managed-content h3 { color: var(--navy); font-family: var(--display); line-height: 1.06; letter-spacing: -.03em; }
.managed-content h2 { margin-top: 42px; font-size: 2.1rem; }
.managed-content h3 { margin-top: 30px; font-size: 1.5rem; }
.managed-content a { color: var(--blue-deep); font-weight: 800; }
.managed-content-action { position: sticky; top: 150px; }

/* Search */
.search-page { padding: clamp(80px,8vw,120px) 0; background: var(--cream); }
.search-page-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(48px,8vw,105px); align-items: start; }
.search-page h1 { margin: 0; color: var(--navy); font-family: var(--display); font-size: clamp(3rem,5.2vw,5.4rem); line-height: .95; letter-spacing: -.045em; }
.search-page-form { display: grid; gap: 8px; margin-top: 34px; }
.search-page-form label { color: var(--navy); font-size: .72rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.search-page-form > div { display: grid; grid-template-columns: 1fr auto; }
.search-page-form input { min-width: 0; min-height: 52px; padding: 12px 15px; border: 1px solid #c5ccd5; border-right: 0; border-radius: 0; }
.search-page-form button { padding: 10px 20px; border: 0; background: var(--burgundy); color: white; font-weight: 900; }
.search-results { border-top: 6px solid var(--gold); background: white; box-shadow: var(--shadow); }
.result-count { margin: 0; padding: 20px 25px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.search-result { display: grid; grid-template-columns: 45px 1fr auto; gap: 17px; align-items: center; padding: 25px; border-bottom: 1px solid var(--line); text-decoration: none; }
.search-result:hover { background: #faf8f3; }
.search-result > span { color: var(--burgundy); font-size: .7rem; font-weight: 950; }
.search-result strong { color: var(--navy); font-family: var(--display); font-size: 1.35rem; }
.search-result p { margin: 6px 0 0; color: var(--muted); line-height: 1.58; }
.search-result em { color: var(--blue-deep); font-style: normal; font-size: 1.25rem; }
.search-guidance { padding: 36px; }
.search-guidance strong { color: var(--navy); font-family: var(--display); font-size: 1.5rem; }
.search-guidance p { color: var(--muted); line-height: 1.67; }

/* Legal */
.legal-page-section { padding: clamp(65px,8vw,110px) 0; background: var(--cream); }
.legal-page-grid { display: grid; grid-template-columns: 245px 1fr; gap: clamp(45px,7vw,90px); align-items: start; }
.legal-page-grid aside { position: sticky; top: 155px; display: grid; border-top: 4px solid var(--gold); }
.legal-page-grid aside .public-eyebrow { margin: 20px 0 10px; }
.legal-page-grid aside a { padding: 14px 0; border-bottom: 1px solid var(--line); color: var(--navy); font-size: .81rem; font-weight: 850; text-decoration: none; }
.legal-document { max-width: 930px; padding: clamp(30px,5vw,62px); border-top: 8px solid var(--navy); background: white; box-shadow: var(--shadow); }
.legal-document .eyebrow { color: var(--blue-deep); font-size: .7rem; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }
.legal-document h1 { margin: 0 0 22px; color: var(--navy); font-family: var(--display); font-size: clamp(2.6rem,5vw,4.8rem); line-height: .96; letter-spacing: -.04em; }
.legal-document h2 { margin: 40px 0 10px; color: var(--navy); font-family: var(--display); font-size: 1.65rem; }
.legal-document p, .managed-legal-content { color: var(--muted); line-height: 1.78; }

/* Callout and footer */
.public-callout { position: relative; overflow: hidden; padding: 70px 0; background: var(--blue-deep); color: white; }
.public-callout::after { content: ""; position: absolute; width: 390px; height: 390px; right: -110px; top: -170px; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; }
.public-callout-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr auto; gap: 55px; align-items: center; }
.public-callout h2 { font-size: clamp(2.4rem,4.5vw,4.7rem); line-height: .94; }
.public-callout-grid > div:first-child > p:not(.public-eyebrow) { max-width: 760px; margin: 16px 0 0; color: #d5edf7; line-height: 1.65; }
.callout-actions { display: flex; align-items: center; gap: 25px; }

.site-footer { background: #04101f; color: white; }
.footer-top { display: grid; grid-template-columns: .9fr 1.6fr; gap: clamp(55px,8vw,115px); padding: 82px 0 65px; }
.footer-brand .brand-copy strong { color: white; }
.footer-brand .brand-copy small { color: #aab9ca; }
.footer-identity h2 { max-width: 400px; margin: 42px 0 16px; font-family: var(--display); font-size: clamp(2.4rem,4vw,4.3rem); line-height: .92; letter-spacing: -.045em; }
.footer-identity > p { max-width: 410px; color: #aebdcd; line-height: 1.7; }
.footer-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: clamp(30px,4vw,55px); }
.footer-grid > div { display: grid; align-content: start; gap: 12px; }
.footer-grid strong { margin-bottom: 8px; color: var(--gold); font-size: .68rem; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #c5d0dc; font-size: .79rem; line-height: 1.5; text-decoration: none; overflow-wrap: anywhere; }
.footer-grid a:hover { color: white; }
.footer-colour-rule { display: grid; grid-template-columns: 28% 24% 24% 24%; height: 6px; }
.footer-colour-rule i:nth-child(1) { background: var(--burgundy); }
.footer-colour-rule i:nth-child(2) { background: var(--blue); }
.footer-colour-rule i:nth-child(3) { background: var(--gold); }
.footer-colour-rule i:nth-child(4) { background: white; }
.footer-legal { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 25px; color: #8495a8; font-size: .69rem; }
.footer-legal nav { display: flex; gap: 22px; }
.footer-legal a { text-decoration: none; }
.footer-legal a:hover { color: white; }

/* Responsive */
@media (max-width: 1180px) {
  .site-shell { width: min(100% - 40px, 1180px); }
  .header-inner { grid-template-columns: auto auto 1fr; min-height: 82px; }
  .brand-mark { width: 56px; height: 56px; }
  .menu-button { display: inline-flex; justify-self: end; }
  .site-nav { position: absolute; inset: 82px 0 auto; display: none; max-height: calc(100vh - 122px); overflow-y: auto; padding: 16px 20px 24px; background: white; border-top: 1px solid #e4e8ed; box-shadow: 0 24px 50px rgba(7,24,44,.18); }
  .site-nav.open { display: grid; }
  .site-nav > a, .nav-item > button { width: 100%; min-height: 50px; justify-content: space-between; padding: 0 4px; border-bottom: 1px solid #e7eaee; color: var(--navy); text-align: left; }
  .site-nav > a::after, .nav-item > button::after { display: none; }
  .nav-item { display: grid; }
  .nav-menu, .nav-menu-wide { position: static; display: none; width: 100%; min-width: 0; padding: 8px; visibility: visible; opacity: 1; transform: none !important; box-shadow: none; }
  .nav-item.open > .nav-menu { display: grid; }
  .nav-item:hover > .nav-menu:not([data-force-open]), .nav-item:focus-within > .nav-menu:not([data-force-open]) { visibility: visible; opacity: 1; }
  .nav-menu-wide { grid-template-columns: 1fr; }
  .nav-menu-intro { display: none; }
  .nav-menu-links { padding: 0; }
  .header-tools { justify-self: end; }
  .connect-button { min-height: 46px; }
  .home-hero-grid { grid-template-columns: .9fr 1.1fr; }
  .home-hero-copy { padding-right: 36px; }
  .information-grid, .community-path-grid { grid-template-columns: 1fr 1fr; }
  .team-function-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .site-shell { width: min(100% - 32px, 760px); }
  .utility-contact span { display: none; }
  .utility-inner nav a:first-child { display: none; }
  .header-inner { grid-template-columns: 1fr auto auto; gap: 10px; }
  .brand-copy small { display: none; }
  .connect-button { padding-inline: 14px; font-size: .72rem; }
  .campaign-ribbon-inner { min-height: 48px; }
  .campaign-ribbon p span { display: none; }
  .home-hero-grid { grid-template-columns: 1fr; }
  .home-hero::before { inset: 0; }
  .home-hero-copy { max-width: none; padding: 72px 0 52px; }
  .home-hero-copy h1 { max-width: 720px; font-size: clamp(3.6rem,11vw,6.2rem); }
  .home-hero-visual { min-height: 560px; }
  .home-hero-visual > img { min-height: 560px; }
  .hero-campaign-card { bottom: 45px; }
  .hero-statement { position: relative; }
  .hero-statement > div { width: 100%; }
  .editorial-grid, .commitment-heading, .evidence-grid, .participation-grid, .home-news-grid, .manifesto-grid, .boundary-grid, .updates-layout, .receipt-explainer, .faq-layout, .contact-grid, .form-page-grid, .search-page-grid, .public-callout-grid { grid-template-columns: 1fr; }
  .commitment-grid { grid-template-columns: 1fr 1fr; }
  .public-callout-grid { gap: 30px; }
  .callout-actions { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .managed-content-grid { grid-template-columns: 1fr; }
  .managed-content-action { position: static; }
  .legal-page-grid { grid-template-columns: 1fr; }
  .legal-page-grid aside { position: static; grid-template-columns: repeat(3,1fr); gap: 10px; border-top: 0; }
  .legal-page-grid aside .public-eyebrow { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .site-shell { width: min(100% - 24px, 560px); }
  .utility-inner { min-height: 36px; }
  .utility-contact { display: none; }
  .utility-inner { justify-content: center; }
  .utility-inner nav { width: 100%; justify-content: space-between; gap: 12px; }
  .utility-inner nav a:first-child { display: inline; }
  .utility-inner nav a:last-child { display: none; }
  .header-inner { min-height: 74px; }
  .brand-mark { width: 50px; height: 50px; }
  .brand-copy strong { font-size: 1.2rem; }
  .site-nav { inset: 74px 0 auto; }
  .header-tool { display: none; }
  .connect-button { min-height: 42px; padding: 10px 12px; }
  .menu-button { min-height: 42px; padding: 9px 11px; }
  .campaign-ribbon { background: var(--burgundy); }
  .campaign-ribbon-inner { justify-content: center; text-align: center; }
  .campaign-ribbon a { display: none; }
  .public-search-panel form { grid-template-columns: 1fr; gap: 10px; }
  .home-hero-copy { padding-top: 58px; }
  .home-hero-copy h1 { font-size: clamp(3.1rem,16vw,5rem); }
  .home-hero-visual { min-height: 500px; }
  .home-hero-visual > img { min-height: 500px; }
  .hero-campaign-card { right: 20px; bottom: 36px; width: calc(100% - 40px); }
  .hero-statement > div { grid-template-columns: 1fr; }
  .hero-statement a { min-height: 85px; border-right: 0; border-bottom: 1px solid #e2e5e9; }
  .section { padding: 68px 0; }
  .section h2 { font-size: clamp(2.35rem,12vw,4rem); }
  .commitment-grid, .information-grid, .community-path-grid, .team-function-grid, .service-directory, .external-action-grid, .receipt-pair, .footer-grid { grid-template-columns: 1fr; }
  .commitment-grid article { min-height: 230px; }
  .commitment-grid h3 { margin-top: 48px; }
  .information-grid a { min-height: 245px; }
  .information-grid strong { margin-top: 48px; }
  .service-directory article { grid-template-columns: 44px 1fr; padding: 27px; }
  .receipt-table > div { grid-template-columns: 1fr; }
  .receipt-table > div > :first-child { border-right: 0; border-bottom: 0; padding-bottom: 6px; }
  .receipt-table > div > :last-child { padding-top: 6px; }
  .receipt-table-head { display: none !important; }
  .process-list li { grid-template-columns: 48px 1fr; }
  .updates-list article { grid-template-columns: 1fr; }
  .updates-list time { grid-row: auto; margin-bottom: 8px; }
  .form-two { grid-template-columns: 1fr; }
  .contact-details dl > div { grid-template-columns: 1fr; gap: 7px; }
  .section-title-row { display: grid; }
  .page-hero, .page-hero-inner { min-height: 390px; }
  .page-hero h1 { font-size: clamp(3rem,14vw,4.8rem); }
  .page-breadcrumb { margin-bottom: 28px; }
  .legal-page-grid aside { grid-template-columns: 1fr; }
  .footer-legal { flex-direction: column; align-items: flex-start; justify-content: center; padding: 18px 0; }
}

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

/* MSJ_HERO_QUESTION_UNIFORM_SIZE_V1_2_0:START */
/* WHAT / HAPPENED / NEXT? must all use the exact same font size. */
.hero-campaign-card > strong {
  max-width: 100%;
  font-size: clamp(2rem, 2.6vw, 2.9rem);
  line-height: .86;
  letter-spacing: -.06em;
}

.hero-campaign-card > strong .hero-question-line,
.hero-campaign-card > strong .hero-happened-line,
.hero-campaign-card > strong .hero-next-line {
  display: block;
  width: max-content;
  max-width: none;
  white-space: nowrap;
  font-size: 1em;
  line-height: .86;
  letter-spacing: inherit;
}

.hero-campaign-card > strong .hero-next-line {
  color: var(--blue);
  font-style: normal;
}

@media (max-width: 860px) {
  .hero-campaign-card > strong {
    font-size: clamp(2.15rem, 7vw, 3rem);
  }
}

@media (max-width: 620px) {
  .hero-campaign-card > strong {
    font-size: clamp(2rem, 9.5vw, 2.85rem);
  }
}
/* MSJ_HERO_QUESTION_UNIFORM_SIZE_V1_2_0:END */

/* MSJ VOTER BLUE SECTION CLEANUP V1.0.0 START */
/*
   Clean, balanced Voter Information blue section.
   - Restores the LEFT heading to a proper width so it does not break word-by-word.
   - Keeps the RIGHT guidance as three neat one-line sentences on desktop.
   - Uses the same Arial 16px typography for all three guidance lines.
   - Does not alter the wording, blue backdrop, footer or page structure.
*/
.verification-note .boundary-grid {
    display: grid !important;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
    gap: clamp(42px, 5vw, 82px) !important;
    align-items: start !important;
}

.verification-note .boundary-grid > div:first-child {
    min-width: 0;
    max-width: 620px;
}

.verification-note .boundary-grid > div:first-child h2 {
    font-family: Arial, sans-serif !important;
    font-size: clamp(52px, 4.55vw, 76px) !important;
    line-height: .96 !important;
    letter-spacing: -.035em !important;
    font-weight: 800 !important;
    max-width: 610px !important;
    margin: 0 !important;
}

.verification-note .boundary-grid > div:first-child .public-eyebrow {
    font-family: Arial, sans-serif !important;
}

.verification-note .boundary-grid > div:last-child,
.verification-note .msj-voter-lines {
    min-width: 0;
    width: 100%;
    padding-top: 2px;
}

.verification-note .boundary-grid > div:last-child p,
.verification-note .msj-voter-line {
    font-family: Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: -.01em !important;
    margin: 0 0 18px !important;
    white-space: nowrap !important;
}

.verification-note .boundary-grid > div:last-child p:last-child,
.verification-note .msj-voter-line:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 1180px) and (min-width: 861px) {
    .verification-note .boundary-grid {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr) !important;
        gap: 36px !important;
    }

    .verification-note .boundary-grid > div:first-child h2 {
        font-size: clamp(48px, 5vw, 66px) !important;
        max-width: 540px !important;
    }

    .verification-note .boundary-grid > div:last-child p,
    .verification-note .msj-voter-line {
        font-size: 15px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 860px) {
    .verification-note .boundary-grid {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .verification-note .boundary-grid > div:first-child,
    .verification-note .boundary-grid > div:first-child h2 {
        max-width: 100% !important;
    }

    .verification-note .boundary-grid > div:first-child h2 {
        font-size: clamp(42px, 10vw, 58px) !important;
    }

    .verification-note .boundary-grid > div:last-child p,
    .verification-note .msj-voter-line {
        font-size: 16px !important;
        white-space: normal !important;
        letter-spacing: normal !important;
    }
}
/* MSJ VOTER BLUE SECTION CLEANUP V1.0.0 END */

/* MSJ VOTER GUIDANCE POSITION FIX V1.0.0 START */
/*
   Move ONLY the right-hand voter guidance text down into the lower-right
   area indicated by the red reference box.
   The red box itself is NOT part of the website.
   The left headline, backdrop, wording, fonts and footer remain unchanged.
*/
.verification-note .boundary-grid > div:last-child,
.verification-note .msj-voter-lines {
    position: relative !important;
    top: 108px !important;
}

/* Keep the three guidance sentences clean and aligned while moved down. */
.verification-note .boundary-grid > div:last-child p,
.verification-note .msj-voter-line {
    font-family: Arial, sans-serif !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Slightly less downward movement on narrower desktop widths. */
@media (max-width: 1180px) and (min-width: 861px) {
    .verification-note .boundary-grid > div:last-child,
    .verification-note .msj-voter-lines {
        top: 82px !important;
    }
}

/* On tablet/mobile, return to normal document flow. */
@media (max-width: 860px) {
    .verification-note .boundary-grid > div:last-child,
    .verification-note .msj-voter-lines {
        top: 0 !important;
    }
}
/* MSJ VOTER GUIDANCE POSITION FIX V1.0.0 END */
