:root {
  --ink: #123747;
  --ink-deep: #0b2a38;
  --river: #2e6675;
  --reed: #486f5d;
  --reed-soft: #b9cbb9;
  --cream: #f4eddf;
  --paper: #fbf8f1;
  --gold: #c7954d;
  --line: rgba(18, 55, 71, .17);
  --white: #fffef9;
  --display: "Bodoni 72", "Iowan Old Style", Baskerville, "Times New Roman", serif;
  --sans: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  --container: 1240px;
  --wide: 1440px;
  --shadow: 0 28px 80px rgba(9, 39, 50, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: var(--paper); background: var(--reed); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 48px), var(--wide)); margin-inline: auto; }
.site-main { overflow: clip; }
.screen-reader-text, .skip-link:not(:focus) { 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; z-index: 9999; top: 12px; left: 12px; padding: 10px 16px; color: white; background: var(--ink); border-radius: 3px; }

.site-header { position: relative; z-index: 100; background: var(--paper); border-bottom: 1px solid var(--line); transition: background .35s, transform .35s, box-shadow .35s; }
.is-front-page .site-header { position: absolute; inset: 0 0 auto; color: var(--white); background: transparent; border-color: rgba(255,255,255,.18); }
.site-header.is-scrolled { position: fixed; inset: 0 0 auto; color: var(--ink); background: rgba(251,248,241,.94); box-shadow: 0 12px 40px rgba(9,39,50,.08); border-color: transparent; backdrop-filter: blur(16px); animation: header-in .35s both; }
.admin-bar .site-header.is-scrolled { top: 32px; }
@keyframes header-in { from { transform: translateY(-100%); } }
.site-header__inner { min-height: 94px; display: grid; grid-template-columns: minmax(250px, 430px) 1fr auto; gap: 32px; align-items: center; }
.site-brand { position: relative; z-index: 2; display: block; width: min(100%, 420px); aspect-ratio: 5/1; }
.site-brand img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: left center; transition: opacity .25s; }
.site-brand__logo--light { opacity: 0; }
.is-front-page .site-header:not(.is-scrolled) .site-brand__logo--dark { opacity: 0; }
.is-front-page .site-header:not(.is-scrolled) .site-brand__logo--light { opacity: 1; }
.site-header__tools { display: flex; align-items: center; gap: 24px; grid-column: 3; }
.language-switcher { display: flex; align-items: center; gap: 3px; padding: 3px; border: 1px solid currentColor; border-radius: 999px; }
.language-switcher__link { display: grid; place-items: center; width: 35px; height: 27px; border-radius: 999px; font-size: 10px; font-weight: 700; letter-spacing: .08em; opacity: .65; transition: color .2s, background .2s, opacity .2s; }
.language-switcher__link:hover, .language-switcher__link:focus-visible { opacity: 1; }
.language-switcher__link.is-active { color: var(--ink); background: var(--cream); opacity: 1; }
.site-header.is-scrolled .language-switcher__link.is-active, body:not(.is-front-page) .language-switcher__link.is-active { color: var(--paper); background: var(--ink); }
.menu-toggle { display: none; align-items: center; gap: 11px; padding: 9px 0; border: 0; background: transparent; cursor: pointer; }
.menu-toggle__label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.menu-toggle__lines { width: 26px; height: 16px; display: flex; flex-direction: column; justify-content: center; gap: 6px; }
.menu-toggle__lines i { height: 1px; width: 100%; background: currentColor; transition: transform .25s; }
.menu-toggle[aria-expanded=true] .menu-toggle__lines i:first-child { transform: translateY(3.5px) rotate(45deg); }
.menu-toggle[aria-expanded=true] .menu-toggle__lines i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.site-nav { grid-column: 2; grid-row: 1; }
.site-nav__list { display: flex; justify-content: flex-end; align-items: center; gap: clamp(16px, 2vw, 34px); list-style: none; margin: 0; padding: 0; }
.site-nav a { position: relative; font-size: 12px; font-weight: 650; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-nav .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }

.hero { position: relative; min-height: 850px; height: min(960px, 100svh); color: var(--white); background: var(--ink-deep); isolation: isolate; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 75% 42%, rgba(89,131,131,.27), transparent 31%), linear-gradient(115deg, #0a2a39 0%, #123747 55%, #174455 100%); }
.hero__texture { position: absolute; inset: 0; z-index: -1; opacity: .16; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero__grid { height: 100%; padding-top: 130px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr); gap: clamp(40px, 8vw, 120px); align-items: center; }
.eyebrow { margin: 0 0 18px; font-size: 10px; line-height: 1.2; font-weight: 750; text-transform: uppercase; letter-spacing: .22em; }
.hero__eyebrow { color: #b7d0c9; }
.hero h1 { max-width: 770px; margin: 0; font: 500 clamp(58px, 6.2vw, 104px)/.92 var(--display); letter-spacing: -.045em; }
.hero h1 em, .story h2 em, .feature-band h2 em { color: var(--gold); font-weight: 400; }
.hero__lead { max-width: 610px; margin: 36px 0 0; color: rgba(255,255,255,.77); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.7; }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 30px; margin-top: 44px; }
.button { min-height: 54px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border-radius: 0; font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; transition: color .25s, background .25s, border-color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button--light { color: var(--ink); background: var(--cream); }
.button--light:hover { background: var(--white); }
.button--dark { color: var(--paper); background: var(--ink); }
.button--outline { border: 1px solid var(--ink); }
.button--outline:hover { color: var(--paper); background: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.text-link span { transition: transform .25s; }
.text-link:hover span { transform: translate(3px,-3px); }
.text-link--light { color: var(--white); }
.hero__visual { position: relative; justify-self: end; width: min(100%, 560px); }
.hero__image-wrap { position: relative; aspect-ratio: .83; overflow: hidden; border-radius: 49% 49% 10px 10px; box-shadow: 0 42px 90px rgba(0,0,0,.32); }
.hero__image-wrap::after { content: ""; position: absolute; inset: 0; border: 1px solid rgba(255,255,255,.3); border-radius: inherit; pointer-events: none; }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.hero__stamp { position: absolute; top: 9%; right: 8%; width: 102px; aspect-ratio: 1; display: grid; place-content: center; text-align: center; color: var(--ink); background: var(--cream); border-radius: 50%; font: 600 38px/1 var(--display); transform: rotate(7deg); box-shadow: 0 9px 26px rgba(0,0,0,.18); }
.hero__stamp small { display: block; margin-top: 5px; font: 700 8px/1.25 var(--sans); letter-spacing: .13em; }
.hero__caption { display: flex; justify-content: space-between; margin: 14px 4px 0; color: rgba(255,255,255,.63); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.hero__scroll { position: absolute; bottom: 0; left: clamp(24px, 4vw, 70px); width: 1px; height: 90px; background: rgba(255,255,255,.25); }
.hero__scroll span { display: block; width: 1px; height: 26px; background: white; animation: scroll-line 2s infinite; }
@keyframes scroll-line { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(64px); opacity: 0; } }

.section { padding-block: clamp(88px, 10vw, 150px); }
.section--cream { background: var(--cream); }
.section-number { display: inline-flex; align-items: center; gap: 12px; color: var(--gold); font: 500 16px/1 var(--display); }
.section-number::after { content: ""; width: 36px; height: 1px; background: currentColor; }
.story__grid { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 60px; }
.story__aside { padding-top: 9px; }
.story__aside .eyebrow { margin-top: 28px; }
.story__content h2, .section-heading h2, .feature-band h2, .page-hero h1, .article-hero h1 { margin: 0; font: 500 clamp(44px,5vw,76px)/1.03 var(--display); letter-spacing: -.035em; }
.story__text { margin-top: 48px; display: grid; grid-template-columns: minmax(0,560px) auto; gap: 60px; align-items: end; }
.story__text p { margin: 0; color: #45606a; font-size: 18px; line-height: 1.8; }
.stats-strip { margin-top: 100px; padding-block: 34px; display: grid; grid-template-columns: repeat(3, 1fr) 1.7fr; align-items: center; border-block: 1px solid var(--line); }
.stats-strip > div:not(.stats-strip__line) { display: flex; align-items: baseline; gap: 14px; padding-left: 32px; border-left: 1px solid var(--line); }
.stats-strip > div:first-child { padding-left: 0; border-left: 0; }
.stats-strip strong { font: 500 50px/1 var(--display); }
.stats-strip span { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.stats-strip__line { color: var(--river); text-align: right; }
.stats-strip__line svg { width: 180px; }

.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 210px minmax(0,1fr) minmax(240px,360px); gap: 36px; align-items: end; }
.section-heading > div:first-child .eyebrow { margin: 24px 0 6px; }
.section-heading > p { margin: 0; color: #526970; }
.section-heading--split { grid-template-columns: minmax(0,1fr) auto; }
.section-heading--split > div .eyebrow { margin-top: 24px; }
.places__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.place-search { position: relative; width: min(100%,430px); }
.place-search input { width: 100%; height: 50px; padding: 0 42px 0 0; color: var(--ink); background: transparent; border: 0; border-bottom: 1px solid var(--ink); outline: none; }
.place-search input::placeholder { color: rgba(18,55,71,.55); }
.place-search i { position: absolute; right: 6px; top: 15px; width: 16px; height: 16px; border: 1px solid currentColor; border-radius: 50%; }
.place-search i::after { content: ""; position: absolute; right: -6px; bottom: -3px; width: 7px; height: 1px; background: currentColor; transform: rotate(45deg); }
.view-switch { display: flex; border: 1px solid var(--line); }
.view-switch button { min-width: 100px; height: 44px; padding: 0 15px; display: flex; justify-content: center; align-items: center; gap: 8px; border: 0; background: transparent; cursor: pointer; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.view-switch button.is-active { color: var(--paper); background: var(--ink); }
.places__map { position: relative; aspect-ratio: 1.78; min-height: 550px; overflow: hidden; color: var(--ink); background: #e7e9df; border: 1px solid rgba(18,55,71,.08); box-shadow: inset 0 0 100px rgba(18,55,71,.07); }
.region-map { position: absolute; inset: 0; width: 100%; height: 100%; }
.region-map__land { fill: url(#island); stroke: rgba(18,55,71,.18); stroke-width: 2; }
.region-map__river { fill: none; stroke: var(--river); stroke-width: 20; opacity: .82; }
.region-map__river--small { stroke-width: 10; opacity: .38; }
.region-map__channel { fill: none; stroke: var(--river); stroke-width: 3; stroke-dasharray: 5 7; opacity: .42; }
.map-pin { position: absolute; left: var(--x); top: var(--y); z-index: 2; width: 18px; height: 18px; transform: translate(-50%,-50%); }
.map-pin i { display: block; width: 13px; height: 13px; background: var(--ink); border: 3px solid var(--cream); border-radius: 50%; box-shadow: 0 0 0 1px var(--ink), 0 3px 12px rgba(18,55,71,.22); transition: transform .2s, background .2s; }
.map-pin span { position: absolute; left: 50%; bottom: 23px; width: max-content; max-width: 180px; padding: 7px 10px; color: var(--paper); background: var(--ink); font: 700 10px/1.2 var(--sans); letter-spacing: .05em; transform: translateX(-50%) translateY(5px); opacity: 0; visibility: hidden; transition: .2s; }
.map-pin:hover, .map-pin:focus-visible { z-index: 10; outline: none; }
.map-pin:hover i, .map-pin:focus-visible i { background: var(--gold); transform: scale(1.35); }
.map-pin:hover span, .map-pin:focus-visible span { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.map-pin[hidden] { display: none; }
.map-legend { position: absolute; left: 25px; bottom: 22px; display: flex; align-items: center; gap: 8px; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.map-legend span { width: 9px; height: 9px; background: var(--ink); border-radius: 50%; }
.places__list { display: grid; grid-template-columns: repeat(3,1fr); gap: 46px 24px; }
.places__list[hidden] { display: none; }
.places__list--archive { grid-template-columns: repeat(3,1fr); }
.place-card { min-width: 0; }
.place-card[hidden] { display: none; }
.place-card__media { position: relative; display: block; aspect-ratio: 1.3; overflow: hidden; background: #dce4dc; }
.place-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.16,1,.3,1), filter .7s; }
.place-card:hover .place-card__media img { transform: scale(1.045); filter: saturate(1.05); }
.place-card__source { position: absolute; right: 12px; bottom: 12px; padding: 6px 8px; color: var(--paper); background: rgba(5,25,34,.68); font-size: 8px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(7px); }
.place-card__number { position: absolute; right: 0; bottom: 0; padding: 8px 12px; color: var(--ink); background: var(--cream); font: 500 14px/1 var(--display); }
.place-card__body { padding: 25px 4px 0; }
.place-card__body .eyebrow { color: var(--reed); margin-bottom: 8px; }
.place-card h2 { margin: 0; font: 500 34px/1.12 var(--display); }
.place-card h2 a { background-image: linear-gradient(currentColor,currentColor); background-repeat: no-repeat; background-position: 100% 100%; background-size: 0 1px; transition: background-size .3s, background-position 0s .3s; }
.place-card h2 a:hover { background-position: 0 100%; background-size: 100% 1px; }
.place-card p:not(.eyebrow) { margin: 14px 0 19px; color: #526970; }
.places__empty { margin: 50px 0 0; text-align: center; }

.event-list { border-top: 1px solid var(--line); }
.event-card { min-height: 150px; display: grid; grid-template-columns: 130px minmax(0,1fr) 55px; gap: 34px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.event-card:hover { padding-inline: 18px; background: rgba(244,237,223,.42); }
.event-card__date { text-align: center; }
.event-card__date strong { display: block; font: 500 48px/1 var(--display); }
.event-card__date span { font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .14em; }
.event-card__date .event-card__month-full { display: inline-block; max-width: 110px; font-size: 11px; line-height: 1.5; }
.event-card__content { padding-block: 25px; }
.event-card__content .eyebrow { color: var(--reed); margin-bottom: 8px; }
.event-card__content h2 { margin: 0; font: 500 clamp(23px,2.2vw,34px)/1.15 var(--display); }
.event-card__venue { margin: 10px 0 0; color: #587078; font-size: 13px; }
.event-card__arrow { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; transition: .25s; }
.event-card:hover .event-card__arrow { color: var(--paper); background: var(--ink); transform: rotate(8deg); }

.feature-band { min-height: 680px; display: grid; grid-template-columns: 1.08fr .92fr; color: var(--paper); background: var(--ink); }
.feature-band__image { overflow: hidden; min-height: 580px; }
.feature-band__image img { width: 100%; height: 100%; object-fit: cover; }
.feature-band__copy { padding: clamp(70px,8vw,125px); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.feature-band__copy .eyebrow { color: #b5d0c7; }
.feature-band h2 { margin: 12px 0 32px; }
.feature-band__copy p:not(.eyebrow) { max-width: 520px; margin: 0 0 38px; color: rgba(255,255,255,.7); font-size: 18px; }
.news-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.news-card { min-height: 350px; padding: 36px; display: flex; flex-direction: column; align-items: flex-start; background: var(--paper); border-top: 3px solid var(--ink); transition: transform .3s, box-shadow .3s; }
.news-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.news-card__meta { margin: 0 0 45px; color: var(--reed); font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.news-card h2 { margin: 0; font: 500 31px/1.12 var(--display); }
.news-card > p:not(.news-card__meta) { margin: 18px 0 26px; color: #566b72; }
.news-card .text-link { margin-top: auto; }

.page-hero, .article-hero { position: relative; padding: 150px 0 96px; color: var(--paper); background: var(--ink); overflow: hidden; }
.page-hero::before, .article-hero::before { content: ""; position: absolute; width: 600px; height: 600px; top: -330px; right: -100px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.025), 0 0 0 180px rgba(255,255,255,.02); }
.page-hero__inner, .article-hero__inner { position: relative; max-width: 960px; }
.page-hero h1, .article-hero h1 { max-width: 950px; font-size: clamp(50px,6vw,88px); }
.page-hero__inner > p:last-child, .article-hero__lead { max-width: 700px; margin: 25px 0 0; color: rgba(255,255,255,.72); font-size: 19px; }
.archive-section { padding-top: 80px; }

.municipality-hero { position: relative; min-height: 760px; display: flex; align-items: flex-end; color: white; background: var(--ink); }
.municipality-hero__media, .municipality-hero__overlay { position: absolute; inset: 0; }
.municipality-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.municipality-hero__source { position: absolute; z-index: 2; right: max(24px,calc((100vw - var(--container))/2)); bottom: 28px; padding: 8px 11px; color: rgba(255,255,255,.86); background: rgba(5,25,34,.6); border: 1px solid rgba(255,255,255,.24); font-size: 9px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; backdrop-filter: blur(8px); }
.municipality-hero__overlay { background: linear-gradient(180deg, rgba(5,25,34,.08) 20%, rgba(5,25,34,.9) 100%), linear-gradient(90deg, rgba(5,25,34,.5), transparent 65%); }
.municipality-hero__content { position: relative; z-index: 1; padding-bottom: 80px; }
.municipality-hero h1 { max-width: 850px; margin: 0; font: 500 clamp(64px,8.5vw,128px)/.9 var(--display); letter-spacing: -.045em; }
.municipality-hero__other { margin: 14px 0 26px; color: var(--gold); font: italic 500 26px/1.2 var(--display); }
.municipality-hero__lead { max-width: 750px; margin: 0; color: rgba(255,255,255,.82); font-size: 18px; }
.municipality-hero__back { position: absolute; z-index: 2; top: 38px; left: max(24px,calc((100vw - var(--container))/2)); display: flex; gap: 12px; align-items: center; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.content-grid { display: grid; grid-template-columns: 180px minmax(0,1fr) 330px; gap: 55px; align-items: start; }
.content-grid--no-facts { grid-template-columns: 180px minmax(0,850px); }
.prose { color: #3f5962; font-size: 18px; line-height: 1.85; }
.prose--lead > p:first-child::first-letter { float: left; padding: 7px 9px 0 0; color: var(--ink); font: 500 76px/.75 var(--display); }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 1.6em 0 .5em; color: var(--ink); font: 500 40px/1.1 var(--display); }
.prose h3 { color: var(--ink); font: 500 28px/1.2 var(--display); }
.prose a { color: var(--river); text-decoration: underline; text-underline-offset: 3px; }
.fact-card { padding: 30px; color: var(--paper); background: var(--ink); }
.fact-card .eyebrow { color: #b5d0c7; }
.fact-card__row { padding: 17px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.17); }
.fact-card__row span { font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.fact-card__row strong { font: 500 19px/1.2 var(--display); text-align: right; }
.highlight-grid { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.highlight-item { min-height: 210px; padding: 32px; border-left: 1px solid var(--line); }
.highlight-item:first-child { border-left: 0; }
.highlight-item span { color: var(--gold); font: 500 14px/1 var(--display); }
.highlight-item h3 { margin: 50px 0 0; font: 500 29px/1.18 var(--display); }
.photo-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-auto-rows: 290px; gap: 16px; }
.photo-grid__item { position: relative; padding: 0; overflow: hidden; border: 0; background: #d9e0d8; cursor: zoom-in; }
.photo-grid__item--0 { grid-row: span 2; }
.photo-grid__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.photo-grid__item:hover img { transform: scale(1.035); }
.photo-grid__item span { position: absolute; right: 15px; bottom: 15px; width: 42px; height: 42px; display: grid; place-items: center; color: var(--ink); background: var(--cream); border-radius: 50%; font-size: 21px; }
.lightbox { width: min(92vw,1300px); max-width: none; padding: 0; border: 0; background: transparent; }
.lightbox::backdrop { background: rgba(5,24,32,.92); backdrop-filter: blur(10px); }
.lightbox img { max-width: 100%; max-height: 86vh; margin: auto; box-shadow: var(--shadow); }
.lightbox button { position: fixed; top: 25px; right: 30px; z-index: 2; width: 52px; height: 52px; color: white; background: transparent; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 26px; cursor: pointer; }
.contact-panel { color: var(--paper); background: var(--ink); }
.contact-panel__grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.contact-panel h2 { margin: 0; font: 500 58px/1 var(--display); }
.contact-list { border-top: 1px solid rgba(255,255,255,.2); }
.contact-list > div { padding: 20px 0; display: grid; grid-template-columns: 170px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-list span { color: #b5d0c7; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.contact-list a, .contact-list strong { font-weight: 500; word-break: break-word; }
.contact-list a:hover { color: var(--gold); }

.article-layout { max-width: 1050px; display: grid; grid-template-columns: 150px minmax(0,720px); gap: 70px; align-items: start; }
.article-facts { grid-column: 1/-1; display: grid; grid-template-columns: repeat(2,1fr); margin-bottom: 20px; border-block: 1px solid var(--line); }
.article-facts > div { padding: 25px; display: flex; flex-direction: column; gap: 6px; border-left: 1px solid var(--line); }
.article-facts > div:first-child { border-left: 0; }
.article-facts span { color: var(--reed); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.article-facts strong { font: 500 23px/1.25 var(--display); }
.not-found { min-height: 70vh; display: grid; place-items: center; background: var(--cream); text-align: center; }
.not-found__inner > span { display: block; color: rgba(18,55,71,.1); font: 500 160px/.8 var(--display); }
.not-found h1 { max-width: 700px; margin: 30px auto; font: 500 55px/1 var(--display); }

.site-footer { position: relative; padding-top: 95px; color: var(--paper); background: #082733; }
.site-footer__river { position: absolute; top: 0; right: 0; left: 0; height: 36px; overflow: hidden; }
.site-footer__river::before, .site-footer__river::after { content: ""; position: absolute; width: 65%; height: 40px; top: -30px; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; }
.site-footer__river::before { left: -6%; }
.site-footer__river::after { right: -6%; }
.site-footer__grid { padding-bottom: 70px; display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 80px; }
.site-footer__brand img { width: min(100%,480px); }
.site-footer__brand p { max-width: 480px; margin: 26px 0 0; color: rgba(255,255,255,.62); }
.site-footer h2 { margin: 5px 0 25px; color: #b5d0c7; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.footer-nav { list-style: none; margin: 0; padding: 0; }
.footer-nav li { margin: 8px 0; }
.footer-nav a:hover { color: var(--gold); }
.site-footer address { color: rgba(255,255,255,.72); font-style: normal; }
.site-footer__bottom { padding-block: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.48); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.site-footer__bottom p { margin: 0; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: none; }
@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; } }

@media (max-width: 1180px) {
  .site-header__inner { grid-template-columns: minmax(230px,340px) 1fr auto; gap: 20px; }
  .site-nav__list { gap: 16px; }
  .site-nav a { font-size: 10px; }
  .hero__grid { grid-template-columns: 1.05fr .95fr; gap: 50px; }
  .content-grid { grid-template-columns: 140px minmax(0,1fr); }
  .fact-card { grid-column: 2; width: min(100%,460px); }
  .section-heading { grid-template-columns: 160px minmax(0,1fr) 300px; }
}

@media (max-width: 960px) {
  .container, .container-wide { width: min(calc(100% - 32px), var(--container)); }
  .site-header__inner { min-height: 78px; grid-template-columns: minmax(200px,1fr) auto; }
  .site-header__tools { grid-column: 2; }
  .menu-toggle { display: flex; }
  .site-nav { position: fixed; inset: 78px 0 0; display: grid; place-items: center; color: var(--paper); background: rgba(8,39,51,.98); transform: translateY(-110%); visibility: hidden; transition: transform .45s cubic-bezier(.16,1,.3,1), visibility .45s; }
  .admin-bar .site-nav { top: 110px; }
  .site-nav.is-open { transform: none; visibility: visible; }
  .site-nav__list { flex-direction: column; gap: 24px; }
  .site-nav a { font: 500 34px/1 var(--display); text-transform: none; letter-spacing: 0; }
  .hero { min-height: 1000px; height: auto; }
  .hero__grid { padding-block: 150px 90px; grid-template-columns: 1fr; }
  .hero__visual { justify-self: center; width: min(72vw,540px); }
  .story__grid { grid-template-columns: 1fr; gap: 24px; }
  .story__aside { display: flex; gap: 25px; align-items: center; }
  .story__aside .eyebrow { margin: 0; }
  .story__text { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: repeat(3,1fr); }
  .stats-strip__line { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .section-heading > div:first-child { display: flex; gap: 20px; align-items: center; }
  .section-heading > div:first-child .eyebrow { margin: 0; }
  .section-heading--split { grid-template-columns: minmax(0,1fr) auto; }
  .section-heading--split > div { display: block!important; }
  .section-heading--split > div .eyebrow { margin: 20px 0 5px!important; }
  .places__map { aspect-ratio: 1.3; }
  .places__list, .places__list--archive { grid-template-columns: repeat(2,1fr); }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band__image { min-height: 500px; }
  .news-grid { grid-template-columns: 1fr; }
  .news-card { min-height: 280px; }
  .content-grid { grid-template-columns: 1fr; }
  .content-grid__aside { display: flex; align-items: center; gap: 24px; }
  .fact-card { grid-column: auto; }
  .highlight-grid { grid-template-columns: 1fr; }
  .highlight-item { border-top: 1px solid var(--line); border-left: 0; }
  .highlight-item:first-child { border-top: 0; }
  .contact-panel__grid { grid-template-columns: 1fr; gap: 50px; }
  .article-layout { grid-template-columns: 1fr; gap: 25px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1/-1; }
}

@media (max-width: 680px) {
  body { font-size: 15px; }
  .container, .container-wide { width: min(calc(100% - 28px), var(--container)); }
  .site-header__inner { min-height: 72px; }
  .site-brand { width: min(100%,225px); }
  .language-switcher { display: none; }
  .site-nav { top: 72px; }
  .hero { min-height: 910px; }
  .hero__grid { padding-top: 130px; gap: 55px; }
  .hero h1 { font-size: clamp(48px,15vw,70px); }
  .hero__lead { margin-top: 25px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; margin-top: 30px; }
  .hero__visual { width: min(85vw,430px); }
  .hero__caption { display: none; }
  .hero__scroll { display: none; }
  .section { padding-block: 82px; }
  .story__content h2, .section-heading h2, .feature-band h2, .page-hero h1, .article-hero h1 { font-size: 43px; }
  .story__text { margin-top: 30px; gap: 25px; }
  .stats-strip { margin-top: 60px; grid-template-columns: 1fr; }
  .stats-strip > div:not(.stats-strip__line) { padding: 20px 0; border-top: 1px solid var(--line); border-left: 0; }
  .stats-strip > div:first-child { border-top: 0; }
  .section-heading--split { grid-template-columns: 1fr; }
  .section-heading--split .button { justify-self: start; }
  .places__toolbar { align-items: stretch; flex-direction: column; }
  .place-search { width: 100%; }
  .view-switch { align-self: flex-start; }
  .places__map { min-height: 390px; aspect-ratio: 1; }
  .places__list, .places__list--archive { grid-template-columns: 1fr; }
  .event-card { grid-template-columns: 72px minmax(0,1fr) 0; gap: 16px; min-height: 130px; }
  .event-card__date strong { font-size: 38px; }
  .event-card__arrow { display: none; }
  .event-card__content h2 { font-size: 24px; }
  .feature-band__image { min-height: 370px; }
  .feature-band__copy { padding: 65px 28px; }
  .news-card { padding: 28px; }
  .page-hero, .article-hero { padding: 110px 0 72px; }
  .municipality-hero { min-height: 680px; }
  .municipality-hero h1 { font-size: 66px; }
  .municipality-hero__content { padding-bottom: 50px; }
  .municipality-hero__back { top: 25px; left: 16px; }
  .municipality-hero__source { right: 16px; bottom: 16px; }
  .photo-grid { grid-template-columns: 1fr; grid-auto-rows: 280px; }
  .photo-grid__item--0 { grid-row: auto; }
  .contact-list > div { grid-template-columns: 1fr; gap: 4px; }
  .article-facts { grid-template-columns: 1fr; }
  .article-facts > div { border-top: 1px solid var(--line); border-left: 0; }
  .article-facts > div:first-child { border-top: 0; }
  .site-footer { padding-top: 80px; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 45px; }
  .site-footer__brand { grid-column: auto; }
  .site-footer__bottom { flex-direction: column; }
}
