:root {
  --blue: #009fe3;
  --blue-deep: #007fb8;
  --marine: #29235c;
  --marine-deep: #171334;
  --red: #e74124;
  --cyan-soft: #e9f8fe;
  --ink: #171a24;
  --muted: #62687a;
  --line: #e7e8ee;
  --paper: #ffffff;
  --soft: #f4f5f8;
  --shadow: 0 24px 70px rgba(23, 19, 52, .12);
  --radius: 26px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Museo Sans", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Museo Sans Rounded", "Arial Rounded MT Bold", "Segoe UI", Arial, sans-serif;
  letter-spacing: -.035em;
  line-height: 1.06;
}
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.sr-only {
  position: absolute !important; 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; left: 20px; top: 16px; z-index: 1000; transform: translateY(-150%);
  padding: 12px 18px; background: #fff; color: var(--marine); border-radius: 999px; font-weight: 800;
}
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; inset: 0 0 auto; z-index: 300; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 0; height: 100%; background: var(--blue); }
.icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; }

.site-header {
  position: fixed; z-index: 200; inset: 18px 24px auto;
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px;
  max-width: 1480px; margin: 0 auto; padding: 10px 12px 10px 14px;
  background: rgba(23, 19, 52, .76); color: #fff; border: 1px solid rgba(255,255,255,.16);
  border-radius: 999px; backdrop-filter: blur(18px) saturate(130%);
  box-shadow: 0 18px 50px rgba(0, 0, 0, .16); transition: background .3s, transform .3s;
}
.site-header.is-scrolled { background: rgba(23, 19, 52, .94); }
.brand { display: flex; align-items: center; gap: 12px; min-width: 290px; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-size: .9rem; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.66); font-size: .67rem; letter-spacing: .04em; }
.site-nav { display: flex; justify-content: center; align-items: center; gap: clamp(16px, 2.3vw, 34px); }
.site-nav a { position: relative; font-size: .82rem; font-weight: 750; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--blue); transition: right .25s; }
.site-nav a:hover::after { right: 0; }
.header-cta {
  display: inline-flex; align-items: center; gap: 9px; padding: 13px 19px;
  color: #fff; background: var(--blue); border-radius: 999px; font-size: .78rem; font-weight: 850;
  transition: transform .25s, background .25s;
}
.header-cta:hover { transform: translateY(-2px); background: #08acee; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; cursor: pointer; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 13px 22px; border: 0; border-radius: 999px;
  font-weight: 850; line-height: 1; cursor: pointer; transition: transform .25s, box-shadow .25s, background .25s;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--blue); box-shadow: 0 14px 34px rgba(0,159,227,.28); }
.button-primary:hover { background: var(--blue-deep); box-shadow: 0 18px 42px rgba(0,159,227,.34); }
.button-glass { color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.28); backdrop-filter: blur(12px); }
.button-light { color: var(--marine); background: #fff; }
.button-ghost { color: var(--ink); background: var(--soft); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-deep); font-weight: 850; }
.text-link .icon { transition: transform .25s; }
.text-link:hover .icon { transform: translateX(5px); }
.eyebrow {
  margin-bottom: 18px; color: var(--blue-deep); font-size: .73rem; font-weight: 900;
  letter-spacing: .14em; line-height: 1.2; text-transform: uppercase;
}
.section { max-width: var(--max); margin: 0 auto; padding: 128px 28px; }
.section-soft { padding: 128px max(28px, calc((100vw - var(--max)) / 2 + 28px)); background: var(--soft); overflow: hidden; }
.section-dark { position: relative; color: #fff; background: var(--marine-deep); overflow: hidden; }
.section-heading { max-width: 850px; margin-bottom: 62px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2.5rem, 5.5vw, 5.5rem); }
.section-heading.split { display: flex; align-items: end; justify-content: space-between; gap: 40px; max-width: none; }
.section-heading.split > div { max-width: 800px; }
.section-heading.split .text-link { margin-bottom: 10px; white-space: nowrap; }
.section-intro { max-width: 670px; margin-top: 22px; color: var(--muted); font-size: 1.06rem; }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .8s ease, transform .8s cubic-bezier(.22,1,.36,1); }
.reveal.is-visible { opacity: 1; transform: none; }

.hero {
  position: relative; min-height: 920px; height: min(100svh, 1080px); overflow: hidden; isolation: isolate;
  display: grid; grid-template-columns: minmax(0, .95fr) minmax(520px, 1.05fr); align-items: center;
  gap: 20px; padding: 145px max(40px, calc((100vw - 1400px) / 2)) 72px;
  color: #fff; background:
    radial-gradient(circle at 76% 48%, rgba(0,159,227,.22), transparent 33%),
    linear-gradient(135deg, #11102c 0%, var(--marine) 45%, #171334 100%);
}
.hero::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(17,16,44,.86) 0%, rgba(23,19,52,.64) 48%, rgba(23,19,52,.57) 100%); pointer-events: none; }
.hero::after { content: ""; position: absolute; z-index: 3; inset: auto 0 0; height: 170px; background: linear-gradient(transparent, rgba(0,0,0,.22)); pointer-events: none; }
.hero-video { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .36; filter: saturate(.72) contrast(1.08); transform: scale(1.015); }
.hero-atmosphere { position: absolute; z-index: 2; inset: 0; pointer-events: none; }
.hero-grain { position: absolute; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.22'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-orbit { position: absolute; border: 1px solid rgba(255,255,255,.11); border-radius: 50%; }
.orbit-one { width: 900px; height: 900px; right: -190px; top: -260px; }
.orbit-two { width: 650px; height: 650px; left: -340px; bottom: -350px; }
.hero-copy { position: relative; z-index: 5; max-width: 760px; }
.hero-eyebrow { color: #84dbff; }
.hero h1 { margin: 0 0 34px; color: #fff; font-size: clamp(3.9rem, 5.6vw, 7rem); line-height: .9; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: #8bdcff; font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 34px; color: rgba(255,255,255,.8); font-size: clamp(1.08rem, 1.7vw, 1.42rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-scroll { position: absolute; z-index: 10; left: 50%; bottom: 30px; transform: translateX(-50%); display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.68); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-scroll span { width: 30px; height: 1px; background: currentColor; animation: pulse-line 1.6s ease-in-out infinite; }
@keyframes pulse-line { 50% { width: 52px; color: #fff; } }

.bfc-map-visual {
  --hero-shift: 0px; position: relative; z-index: 4; justify-self: end; width: min(45vw, 720px); margin: 0;
  transform: translate3d(0, var(--hero-shift), 0); filter: drop-shadow(0 34px 48px rgba(0,0,0,.24));
}
.bfc-map-visual::before { content: ""; position: absolute; inset: 5% 2% 16%; border-radius: 50%; background: radial-gradient(circle, rgba(0,159,227,.23), transparent 68%); filter: blur(18px); }
.bfc-map { position: relative; width: 100%; overflow: visible; }
.bfc-department path {
  fill: rgba(71,134,202,.76); stroke: rgba(255,255,255,.9); stroke-width: 1.6; vector-effect: non-scaling-stroke;
  transform-box: fill-box; transform-origin: center; opacity: 0; animation: bfc-map-enter .9s cubic-bezier(.22,1,.36,1) var(--map-delay) forwards;
  transition: fill .25s ease, filter .25s ease, transform .25s ease;
}
.bfc-department:nth-child(2n) path { fill: rgba(74,83,172,.82); }
.bfc-department:nth-child(3n) path { fill: rgba(0,159,227,.68); }
.bfc-department:hover path, .bfc-department:focus path { fill: #009fe3; filter: brightness(1.16) drop-shadow(0 0 5px rgba(132,219,255,.7)); transform: translateY(-1.5px) scale(1.025); }
.bfc-department text { fill: #fff; font-family: "Museo Sans Rounded", "Arial Rounded MT Bold", sans-serif; font-size: 7.5px; font-weight: 900; text-anchor: middle; dominant-baseline: middle; pointer-events: none; paint-order: stroke; stroke: rgba(23,19,52,.24); stroke-width: .7px; }
.bfc-department line { stroke: rgba(255,255,255,.72); stroke-width: .8; vector-effect: non-scaling-stroke; pointer-events: none; }
@keyframes bfc-map-enter { from { opacity: 0; transform: translateY(8px) scale(.94); } to { opacity: 1; transform: none; } }
.bfc-map-signature { position: relative; display: flex; align-items: center; gap: 13px; width: max-content; max-width: 100%; margin: -2px auto 0; padding: 8px 18px 8px 9px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; backdrop-filter: blur(14px); box-shadow: 0 18px 42px rgba(0,0,0,.18); }
.bfc-map-signature img { width: 64px; height: 64px; object-fit: contain; flex: 0 0 auto; }
.bfc-map-signature span, .bfc-map-signature small { display: block; }
.bfc-map-signature strong { font-size: .82rem; }
.bfc-map-signature small { margin-top: 3px; color: rgba(255,255,255,.62); font-size: .68rem; }

.orientation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.orientation-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; min-height: 168px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 30px rgba(23,19,52,.04); transition: transform .3s, box-shadow .3s, background .3s; }
.orientation-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); background: var(--cyan-soft); }
.orientation-card .icon-shell { display: grid; place-items: center; width: 64px; height: 64px; color: var(--blue-deep); background: #e6f7fe; border-radius: 20px; }
.orientation-card .icon-shell .icon { width: 30px; height: 30px; }
.orientation-card strong { display: block; margin-bottom: 8px; font-size: 1.22rem; }
.orientation-card small { display: block; color: var(--muted); font-size: .9rem; line-height: 1.55; }
.orientation-card .card-arrow { color: var(--blue-deep); transition: transform .25s; }
.orientation-card:hover .card-arrow { transform: translateX(6px); }

.manifesto { min-height: 720px; display: grid; grid-template-columns: 1fr 1.2fr; align-items: center; padding: 120px max(28px, calc((100vw - var(--max)) / 2 + 28px)); }
.manifesto::before { content: ""; position: absolute; width: 650px; height: 650px; right: -190px; top: -250px; border-radius: 50%; background: rgba(0,159,227,.08); }
.manifesto-index { position: absolute; left: 4vw; top: 40px; color: rgba(255,255,255,.05); font-size: 15rem; font-weight: 900; line-height: 1; }
.manifesto-copy { position: relative; z-index: 2; max-width: 640px; }
.manifesto-copy .eyebrow { color: #7dd8ff; }
.manifesto-copy h2 { margin-bottom: 30px; font-size: clamp(3.2rem, 6vw, 6.4rem); }
.manifesto-copy p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 1.18rem; }
.manifesto-copy .text-link { margin-top: 20px; color: #8bdcff; }
.manifesto-words { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-end; }
.manifesto-words span { color: transparent; font-size: clamp(4rem, 8vw, 8.5rem); font-weight: 900; letter-spacing: -.06em; line-height: .94; -webkit-text-stroke: 1px rgba(255,255,255,.22); }
.manifesto-words span:nth-child(2) { color: rgba(0,159,227,.16); -webkit-text-stroke: 1px rgba(139,220,255,.5); }

.news-grid { display: grid; grid-template-columns: 1.35fr .825fr .825fr; gap: 20px; }
.news-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s, box-shadow .3s; }
.news-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.news-media { display: block; height: 220px; overflow: hidden; background: var(--marine); }
.news-card-featured .news-media { height: 390px; }
.news-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.22,1,.36,1); }
.news-card:hover .news-media img { transform: scale(1.045); }
.media-fallback { display: block; width: 100%; height: 100%; background: radial-gradient(circle at 70% 30%, rgba(0,159,227,.7), transparent 25%), linear-gradient(135deg, var(--marine), var(--marine-deep)); }
.news-card-body { padding: 24px; }
.news-meta { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; color: var(--muted); font-size: .72rem; }
.news-meta span { color: var(--blue-deep); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.news-card h3 { margin-bottom: 14px; font-size: 1.35rem; line-height: 1.18; }
.news-card-featured h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.news-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.national-video-banner { position: relative; min-height: clamp(300px, 34vw, 430px); overflow: hidden; color: #fff; background: #171334; border-radius: 34px; box-shadow: 0 28px 75px rgba(23,19,52,.2); isolation: isolate; }
.national-video-banner::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(12,10,36,.94) 0%, rgba(12,10,36,.72) 42%, rgba(12,10,36,.18) 78%), linear-gradient(0deg, rgba(12,10,36,.46), transparent 60%); }
.national-video { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 52%; }
.national-video-copy { position: absolute; inset: auto 0 0; max-width: 930px; padding: clamp(30px, 4.5vw, 62px); }
.national-video-copy .eyebrow { margin-bottom: 12px; color: #8bdcff; }
.national-video-copy h2 { max-width: 850px; margin: 0 0 24px; font-size: clamp(3.2rem, 6.4vw, 7rem); line-height: .88; }
.national-video-copy .text-link { color: #fff; }
.national-rail { display: grid; grid-template-columns: repeat(4, minmax(270px, 1fr)); gap: 18px; min-width: 1100px; margin-top: 30px; }
.national-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(23,19,52,.06); transition: transform .3s; }
.national-card:hover { transform: translateY(-7px); }
.national-card > a { display: block; height: 100%; }
.national-card img { width: 100%; height: 190px; object-fit: cover; background: var(--marine); }
.national-card > a > div { padding: 22px; }
.source-chip { display: inline-flex; padding: 6px 10px; margin-right: 8px; color: var(--marine); background: #e8f7fd; border-radius: 999px; font-size: .66rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.national-card time { color: var(--muted); font-size: .7rem; }
.national-card h3 { margin: 18px 0; font-size: 1.17rem; line-height: 1.2; }
.national-theme { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--blue-deep); font-size: .76rem; font-weight: 800; }

.territory-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: 128px max(28px, calc((100vw - var(--max)) / 2 + 28px)); }
.territory-copy { align-self: center; }
.territory-copy .eyebrow { color: #7dd8ff; }
.territory-copy h2 { font-size: clamp(3rem, 5.5vw, 5.7rem); }
.territory-copy p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.7); font-size: 1.08rem; }
.territory-copy .button { margin-top: 22px; }
.department-list { display: flex; flex-direction: column; }
.department-list a { display: grid; grid-template-columns: 70px 1fr auto; align-items: center; min-height: 78px; color: rgba(255,255,255,.8); border-bottom: 1px solid rgba(255,255,255,.11); transition: padding .25s, color .25s; }
.department-list a:hover { padding-left: 12px; color: #fff; }
.department-list span { color: #7dd8ff; font-weight: 900; }
.department-list strong { font-size: 1.05rem; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 28px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s, background .3s; }
.service-card:hover { transform: translateY(-7px); background: var(--cyan-soft); }
.service-card > span { color: var(--blue-deep); font-size: .74rem; font-weight: 900; }
.service-card h3 { margin: 105px 0 16px; font-size: 1.75rem; }
.service-card p { color: var(--muted); }
.service-card > .icon { position: absolute; right: 28px; bottom: 28px; color: var(--blue-deep); }

.page-hero { position: relative; min-height: 660px; display: flex; align-items: flex-end; padding: 200px max(28px, calc((100vw - var(--max)) / 2 + 28px)) 100px; overflow: hidden; color: #fff; background: linear-gradient(135deg, var(--marine-deep), var(--marine)); }
.page-hero::before { content: ""; position: absolute; width: 720px; height: 720px; right: -170px; top: -300px; border-radius: 50%; background: radial-gradient(circle, rgba(0,159,227,.28), transparent 67%); }
.page-hero.compact { min-height: 560px; }
.page-hero-copy { position: relative; z-index: 2; max-width: 950px; }
.page-hero-copy .eyebrow { color: #8bdcff; }
.page-hero h1 { margin-bottom: 28px; font-size: clamp(3.4rem, 7vw, 7.7rem); }
.page-hero p:not(.eyebrow) { max-width: 750px; margin-bottom: 0; color: rgba(255,255,255,.72); font-size: 1.2rem; }
.page-hero-signal { position: absolute; right: 8vw; bottom: 70px; display: flex; gap: 10px; align-items: flex-end; }
.page-hero-signal span { display: block; width: 14px; border-radius: 999px; background: rgba(139,220,255,.5); animation: signal 1.5s ease-in-out infinite; }
.page-hero-signal span:nth-child(1) { height: 50px; }.page-hero-signal span:nth-child(2) { height: 90px; animation-delay: .15s; }.page-hero-signal span:nth-child(3) { height: 140px; animation-delay: .3s; }
@keyframes signal { 50% { transform: scaleY(.55); background: var(--blue); } }

.feed-tabs { display: inline-flex; gap: 6px; margin-bottom: 40px; padding: 6px; background: var(--soft); border-radius: 999px; }
.feed-tabs a { padding: 11px 18px; border-radius: 999px; font-size: .82rem; font-weight: 850; }
.feed-tabs a[aria-current="page"] { color: #fff; background: var(--marine); }
.listing-count { margin-bottom: 24px; color: var(--muted); font-size: .85rem; }
.listing-count strong { color: var(--ink); }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.archive-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s, box-shadow .3s; }
.archive-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.archive-media { display: block; height: 220px; overflow: hidden; background: var(--marine); }
.archive-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.archive-card:hover .archive-media img { transform: scale(1.04); }
.archive-card-body { padding: 24px; }
.archive-card h2 { margin-bottom: 14px; font-size: 1.32rem; line-height: 1.2; }
.archive-card p { color: var(--muted); font-size: .9rem; }
.archive-theme { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--blue-deep); font-size: .74rem; font-weight: 850; }
.pagination { display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 64px; }
.pagination a { padding: 10px 16px; background: var(--soft); border-radius: 999px; font-weight: 800; }
.pagination span { color: var(--muted); font-size: .82rem; }
.empty-state { padding: 80px; text-align: center; background: var(--soft); border-radius: var(--radius); }
.empty-state h2 { font-size: 2.5rem; }
.search-form { max-width: 760px; margin-bottom: 50px; }
.search-form label { display: block; margin-bottom: 12px; font-weight: 850; }
.search-form > div { display: flex; gap: 10px; }
.search-form input { flex: 1; min-width: 0; min-height: 54px; padding: 13px 18px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; }

.article-hero { display: grid; grid-template-columns: minmax(0, 1fr); align-items: end; min-height: 650px; padding: 200px max(28px, calc((100vw - var(--max)) / 2 + 28px)) 90px; color: #fff; background: linear-gradient(135deg, var(--marine-deep), var(--marine)); }
.article-hero.with-image { grid-template-columns: 1fr .8fr; gap: 70px; }
.article-hero-copy .eyebrow { color: #8bdcff; }
.article-hero h1 { margin-bottom: 30px; font-size: clamp(3.2rem, 6vw, 6.7rem); }
.article-byline { display: flex; gap: 20px; color: rgba(255,255,255,.68); font-size: .82rem; }
.article-hero-media { margin: 0; overflow: hidden; height: 420px; border-radius: var(--radius); background: rgba(255,255,255,.04); box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.article-hero-media img { width: 100%; height: 100%; object-fit: contain; }
.article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); gap: 80px; max-width: 1140px; margin: 0 auto; padding: 100px 28px 130px; }
.article-aside { align-self: start; position: sticky; top: 120px; display: flex; flex-direction: column; gap: 26px; font-size: .8rem; }
.article-aside > a { display: flex; align-items: center; gap: 8px; font-weight: 850; }
.article-aside > a .icon { transform: rotate(180deg); }
.article-aside div { display: flex; flex-direction: column; gap: 6px; }
.article-aside small { color: var(--muted); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.article-aside div a { color: var(--blue-deep); }
.prose { font-family: Georgia, "Times New Roman", serif; font-size: 1.12rem; line-height: 1.85; }
.prose h2, .prose h3, .prose h4 { margin: 2em 0 .7em; font-family: "Museo Sans Rounded", "Arial Rounded MT Bold", Arial, sans-serif; line-height: 1.15; }
.prose h2 { font-size: 2.2rem; }.prose h3 { font-size: 1.65rem; }
.prose a { color: var(--blue-deep); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose img { height: auto; margin: 2em auto; border-radius: 18px; }
.prose figure { max-width: 100%; margin: 2.5em 0; }
.prose figcaption { color: var(--muted); font-family: inherit; font-size: .76rem; text-align: center; }
.prose blockquote { margin: 2.3em 0; padding: 28px 32px; color: var(--marine); background: var(--cyan-soft); border-radius: 18px; font-size: 1.25rem; }
.prose iframe { width: 100%; max-width: 100%; aspect-ratio: 16/9; border: 0; border-radius: 18px; }
.prose table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; font-family: inherit; font-size: .9rem; }
.prose th, .prose td { padding: 10px 12px; border: 1px solid var(--line); }

.action-paths { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.path-card { position: relative; min-height: 390px; padding: 34px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .3s, background .3s; }
.path-card:hover { transform: translateY(-7px); background: var(--cyan-soft); }
.path-card > span { color: var(--blue-deep); font-weight: 900; }
.path-card h2 { margin: 100px 0 20px; font-size: 2.2rem; }
.path-card p { max-width: 520px; color: var(--muted); }
.path-card > .icon { position: absolute; right: 32px; bottom: 32px; color: var(--blue-deep); }
.department-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.department-card { min-height: 250px; padding: 28px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius); }
.department-card > span { color: var(--blue-deep); font-size: 2.5rem; font-weight: 900; }
.department-card h2 { margin: 36px 0; font-size: 1.55rem; }
.department-card a { display: flex; align-items: center; justify-content: space-between; color: var(--blue-deep); font-weight: 850; }
.tool-catalog { display: flex; flex-direction: column; }
.tool-row { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 28px; min-height: 190px; padding: 32px 0; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.tool-row:hover { padding-inline: 24px; background: var(--cyan-soft); }
.tool-row > span { display: grid; place-items: center; width: 76px; height: 76px; color: var(--blue-deep); background: var(--soft); border-radius: 22px; }
.tool-row > span .icon { width: 34px; height: 34px; }
.tool-row h2 { margin-bottom: 10px; font-size: 2.3rem; }
.tool-row p { margin-bottom: 0; color: var(--muted); }
.tool-row .eyebrow { margin-bottom: 10px; }
.tool-row > .icon { color: var(--blue-deep); }

.site-footer { color: #fff; background: var(--marine-deep); }
.footer-callout { display: flex; align-items: center; justify-content: space-between; gap: 40px; max-width: var(--max); margin: 0 auto; padding: 96px 28px; }
.footer-callout .eyebrow { color: #8bdcff; }
.footer-callout h2 { margin: 0; font-size: clamp(2.7rem, 5vw, 5rem); }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; max-width: var(--max); margin: 0 auto; padding: 72px 28px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-brand img { width: 112px; height: 112px; margin-bottom: 22px; object-fit: contain; }
.footer-brand p { max-width: 430px; color: rgba(255,255,255,.6); }
.footer-grid h3 { margin-bottom: 24px; color: #8bdcff; font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 12px; }
.footer-grid a { color: rgba(255,255,255,.72); font-size: .86rem; }
.footer-grid a:hover { color: #fff; }
.footer-meta { display: flex; justify-content: space-between; gap: 30px; max-width: var(--max); margin: 0 auto; padding: 28px; color: rgba(255,255,255,.48); border-top: 1px solid rgba(255,255,255,.1); font-size: .74rem; }
.footer-meta nav { display: flex; gap: 20px; }
.footer-consent { padding: 0; color: inherit; background: transparent; border: 0; cursor: pointer; }
.consent { position: fixed; z-index: 500; left: 18px; right: 18px; bottom: 18px; display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 900px; margin: 0 auto; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: var(--shadow); }
.consent[hidden] { display: none; }
.consent strong { display: block; margin-bottom: 5px; }
.consent p { margin: 0; color: var(--muted); font-size: .82rem; }
.consent-actions { display: flex; gap: 8px; flex: 0 0 auto; }

.error-shell { min-height: 100svh; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; max-width: 900px; margin: 0 auto; padding: 180px 28px 100px; }
.error-code { position: absolute; right: 5vw; color: var(--soft); font-size: min(30vw, 25rem); font-weight: 900; line-height: 1; pointer-events: none; }
.error-shell h1 { position: relative; max-width: 850px; font-size: clamp(3rem, 7vw, 7rem); }
.error-shell > p:not(.eyebrow) { position: relative; max-width: 650px; color: var(--muted); }
.error-shell .search-form, .error-shell .text-link { position: relative; }

@media (max-width: 1180px) {
  .site-header { grid-template-columns: auto auto; }
  .site-nav { position: fixed; inset: 92px 24px auto; display: none; flex-direction: column; align-items: stretch; padding: 26px; background: rgba(23,19,52,.98); border-radius: 24px; box-shadow: var(--shadow); }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 10px 4px; font-size: 1rem; }
  .header-cta { display: none; }
  .nav-toggle { display: block; justify-self: end; color: #fff; }
  .nav-toggle .icon { width: 26px; height: 26px; }
  .hero { grid-template-columns: 1fr .85fr; }
  .bfc-map-visual { width: 50vw; transform: translate3d(6%, var(--hero-shift), 0); }
  .manifesto { grid-template-columns: 1fr; gap: 70px; }
  .manifesto-words { align-items: flex-start; }
  .news-grid { grid-template-columns: 1.2fr .8fr; }
  .news-grid .news-card:nth-child(3) { grid-column: 2; }
  .territory-section { gap: 50px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .department-cards { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-header { inset: 12px 12px auto; }
  .brand { min-width: 0; }
  .brand-copy small { display: none; }
  .hero { min-height: 980px; height: auto; grid-template-columns: 1fr; align-content: center; padding: 150px 28px 100px; }
  .hero::before { background: linear-gradient(180deg, rgba(17,16,44,.8), rgba(23,19,52,.68) 54%, rgba(23,19,52,.84)); }
  .hero-video { opacity: .25; object-position: 47% center; }
  .hero-copy { z-index: 6; }
  .hero h1 { font-size: clamp(3.7rem, 13vw, 6.2rem); }
  .bfc-map-visual { justify-self: center; width: min(100%, 680px); margin-top: 42px; transform: translate3d(0, var(--hero-shift), 0); }
  .hero-scroll { display: none; }
  .section, .section-soft { padding: 90px 22px; }
  .section-heading { margin-bottom: 44px; }
  .section-heading.split { display: block; }
  .section-heading.split .text-link { margin-top: 22px; }
  .orientation-grid, .news-grid, .territory-section, .action-paths { grid-template-columns: 1fr; }
  .orientation-card { min-height: 150px; }
  .manifesto { padding: 100px 22px; }
  .manifesto-words span { font-size: 16vw; }
  .news-grid .news-card:nth-child(3) { grid-column: auto; }
  .news-card-featured .news-media { height: 320px; }
  .national-section { overflow-x: auto; }
  .national-rail { padding-bottom: 15px; }
  .territory-section { padding: 100px 22px; }
  .archive-grid { grid-template-columns: repeat(2, 1fr); }
  .article-hero, .article-hero.with-image { grid-template-columns: 1fr; min-height: 720px; padding: 180px 22px 70px; }
  .article-hero-media { height: 330px; }
  .article-layout { grid-template-columns: 1fr; gap: 35px; padding: 70px 22px 100px; }
  .article-aside { position: static; }
  .footer-callout { display: block; padding: 80px 22px; }
  .footer-callout .button { margin-top: 30px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); padding: 60px 22px; }
}

@media (max-width: 720px) {
  .brand-copy strong { font-size: .76rem; }
  .brand img { width: 52px; height: 52px; }
  .site-header { padding: 8px 10px; }
  .page-hero { min-height: 580px; padding: 170px 22px 70px; }
  .page-hero h1 { font-size: clamp(3rem, 14vw, 5.4rem); }
  .services-grid, .archive-grid, .department-cards { grid-template-columns: 1fr; }
  .service-card { min-height: 280px; }
  .service-card h3 { margin-top: 80px; }
  .feed-tabs { display: flex; width: 100%; overflow-x: auto; border-radius: 18px; }
  .feed-tabs a { white-space: nowrap; }
  .tool-row { grid-template-columns: 70px 1fr; }
  .tool-row > .icon { display: none; }
  .tool-row > span { width: 62px; height: 62px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-meta { display: block; }
  .footer-meta nav { margin-top: 14px; flex-wrap: wrap; }
  .consent { align-items: stretch; flex-direction: column; }
  .consent-actions .button { flex: 1; }
}

@media (max-width: 480px) {
  body { font-size: 15px; }
  .site-header { border-radius: 22px; }
  .brand-copy { max-width: 190px; }
  .hero { min-height: 900px; padding-inline: 20px; }
  .hero h1 { font-size: 3.7rem; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .bfc-map-signature { margin-top: 8px; }
  .bfc-map-signature img { width: 54px; height: 54px; }
  .section-heading h2 { font-size: 2.7rem; }
  .orientation-card { grid-template-columns: auto 1fr; padding: 22px; }
  .orientation-card .card-arrow { display: none; }
  .orientation-card .icon-shell { width: 52px; height: 52px; border-radius: 16px; }
  .manifesto-copy h2, .territory-copy h2 { font-size: 3rem; }
  .manifesto-index { font-size: 9rem; }
  .news-card-featured .news-media, .news-media { height: 240px; }
  .national-rail { grid-template-columns: repeat(4, 260px); min-width: 1080px; }
  .national-video-banner { min-height: 330px; border-radius: 26px; }
  .national-video-banner::after { background: linear-gradient(0deg, rgba(12,10,36,.92) 0%, rgba(12,10,36,.62) 65%, rgba(12,10,36,.18)); }
  .national-video-copy h2 { font-size: 3.3rem; }
  .department-list a { grid-template-columns: 48px 1fr auto; }
  .archive-media { height: 210px; }
  .article-hero { min-height: 650px; }
  .article-hero h1 { font-size: 3rem; }
  .article-hero-media { height: 250px; }
  .prose { font-size: 1.03rem; }
  .prose h2 { font-size: 1.8rem; }
  .search-form > div { flex-direction: column; }
  .search-form .button { width: 100%; }
  .pagination { flex-wrap: wrap; gap: 12px; }
  .footer-callout h2 { font-size: 3rem; }
  .consent-actions { flex-direction: column; }
  .error-code { top: 120px; }
}

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