:root {
  color-scheme: light;
  --paper: #f6f1e8;
  --paper-deep: #ebe2d4;
  --surface: #fffdf8;
  --ink: #17383a;
  --ink-soft: #5d706f;
  --ocean: #0f666a;
  --ocean-deep: #0b4d51;
  --aqua: #75c6bd;
  --coral: #e76f4a;
  --sun: #efbd5c;
  --line: rgba(23, 56, 58, .14);
  --shadow: 0 24px 64px rgba(25, 63, 62, .10);
  --radius-sm: .75rem;
  --radius: 1.25rem;
  --radius-lg: 2rem;
  --shell: 74rem;
  --reading: 47rem;
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body {
  margin: 0;
  min-width: 20rem;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.68 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -2;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(circle at 86% 5%, rgba(239, 189, 92, .16), transparent 28rem),
    radial-gradient(circle at 8% 42%, rgba(117, 198, 189, .11), transparent 24rem);
}

::selection { background: var(--sun); color: var(--ink); }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .16em; }
button, input { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }

.shell { width: min(calc(100% - 2.5rem), var(--shell)); margin-inline: auto; }
.site-main { min-height: 62vh; overflow: hidden; }
.page-shell { padding-block: 1.4rem 6rem; }
.skip-link {
  position: fixed; left: 1rem; top: 1rem; z-index: 100;
  transform: translateY(-180%); padding: .65rem 1rem; border-radius: .5rem;
  background: var(--ink); color: #fff; text-decoration: none;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid transparent;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .75rem; color: var(--ink); text-decoration: none; }
.brand-mark {
  width: 2.55rem; height: 2.55rem; flex: 0 0 auto; display: grid; place-items: center;
  overflow: hidden; border-radius: .8rem; background: var(--ocean); color: var(--surface);
}
.brand-mark svg { width: 2.25rem; height: 2.25rem; fill: currentColor; }
.brand-mark circle { fill: var(--sun); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font: 700 1.12rem/1 ui-sans-serif, system-ui, sans-serif; letter-spacing: -.025em; }
.brand-copy small { margin-top: .28rem; color: var(--ink-soft); font-size: .68rem; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: .2rem; font-size: .9rem; font-weight: 650; }
.main-nav > a { padding: .65rem .8rem; border-radius: 999px; text-decoration: none; }
.main-nav > a:hover { background: rgba(15, 102, 106, .08); color: var(--ocean-deep); }
.search-trigger {
  display: inline-flex; align-items: center; gap: .45rem; margin-left: .5rem; padding: .55rem .65rem;
  border: 1px solid var(--line); border-radius: 999px; background: var(--surface); cursor: pointer;
}
.search-trigger svg, .search-field svg { width: 1rem; fill: none; stroke: currentColor; stroke-width: 1.8; }
kbd { padding: .07rem .36rem; border: 1px solid var(--line); border-radius: .3rem; background: var(--paper); color: var(--ink-soft); font-size: .7rem; }

.eyebrow {
  margin: 0 0 .85rem; color: var(--coral); font-size: .72rem; font-weight: 800;
  letter-spacing: .16em; line-height: 1.3; text-transform: uppercase;
}
h1, h2, h3, h4 {
  margin-top: 0; color: var(--ink); font-family: Iowan Old Style, Palatino Linotype, Book Antiqua, Palatino, Georgia, serif;
  font-weight: 600; letter-spacing: -.035em;
}
h1 { font-size: clamp(2.7rem, 6vw, 5.7rem); line-height: .97; }
h2 { font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.04; }
h3 { font-size: clamp(1.35rem, 2.2vw, 1.75rem); line-height: 1.18; }
p { margin: 0 0 1.1em; }

.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 3rem; padding: .7rem 1.15rem;
  border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1; text-decoration: none; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ocean); color: #fff; box-shadow: 0 12px 30px rgba(15, 102, 106, .2); }
.button-primary:hover { background: var(--ocean-deep); }
.button-quiet { border-color: var(--line); background: var(--surface); color: var(--ink); }
.button-quiet:hover { box-shadow: 0 10px 24px rgba(23, 56, 58, .08); }
.text-link, .card-link { color: var(--ocean); font-weight: 750; text-decoration: none; }

.home-hero { position: relative; padding: clamp(3.5rem, 8vw, 7.5rem) 0 clamp(4.5rem, 9vw, 8rem); }
.home-hero::after {
  position: absolute; right: -8rem; top: -10rem; z-index: -1; width: 36rem; height: 36rem;
  border: 1px solid rgba(15, 102, 106, .08); border-radius: 50%; content: "";
  box-shadow: 0 0 0 5rem rgba(15, 102, 106, .025), 0 0 0 10rem rgba(15, 102, 106, .018);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .9fr); align-items: center; gap: clamp(3rem, 7vw, 7rem); }
.hero-copy h1 { max-width: 13ch; margin-bottom: 1.7rem; }
.hero-copy h1 em { color: var(--ocean); font-weight: inherit; }
.hero-lead { max-width: 40rem; color: var(--ink-soft); font-size: 1.08rem; }
.hero-lead p:first-child { color: var(--ink); font-size: 1.2rem; }
.hero-lead p:last-child { margin-bottom: 0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.hero-scene {
  position: relative; min-height: 31rem; overflow: hidden; border-radius: 50% 50% 2.4rem 2.4rem;
  background: linear-gradient(180deg, #b9ded5 0%, #dcddd0 49%, #78bdb4 50%, #267e82 100%);
  box-shadow: var(--shadow);
}
.hero-scene::before {
  position: absolute; inset: 0; content: ""; opacity: .16;
  background-image: radial-gradient(rgba(255,255,255,.8) .7px, transparent .7px);
  background-size: 6px 6px;
}
.hero-sun { position: absolute; left: 18%; top: 16%; width: 5.6rem; height: 5.6rem; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 1.2rem rgba(239,189,92,.13); }
.hero-island { position: absolute; bottom: 40%; background: var(--ink); opacity: .93; clip-path: polygon(0 100%, 7% 74%, 18% 65%, 27% 20%, 41% 0, 52% 36%, 63% 19%, 73% 62%, 89% 73%, 100% 100%); }
.island-back { right: -4%; width: 67%; height: 48%; background: #315e59; opacity: .55; }
.island-front { left: -6%; width: 77%; height: 42%; }
.hero-wave { position: absolute; left: -10%; width: 120%; height: 5rem; border-radius: 50%; border-top: 2px solid rgba(255,255,255,.62); }
.wave-one { bottom: 20%; transform: rotate(3deg); }
.wave-two { bottom: 8%; transform: rotate(-2deg); opacity: .55; }
.scene-label {
  position: absolute; left: 1.25rem; bottom: 1.25rem; display: grid; padding: .9rem 1.05rem;
  border: 1px solid rgba(255,255,255,.35); border-radius: .9rem; background: rgba(255,253,248,.9); box-shadow: 0 10px 30px rgba(15,65,66,.18);
}
.scene-label span { color: var(--ink-soft); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.scene-label strong { margin-top: .1rem; font-size: 1.15rem; }

.section-block { padding-block: clamp(4.5rem, 8vw, 7rem); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.2rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 32rem; margin: 0; color: var(--ink-soft); }
.location-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 22rem), 1fr)); gap: 1rem; }
.location-card {
  position: relative; min-height: 22rem; display: flex; flex-direction: column; overflow: hidden;
  padding: 1.5rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg);
  background: var(--ocean-deep); color: #fff; text-decoration: none; isolation: isolate;
}
.location-card::after {
  position: absolute; right: -12%; bottom: -30%; z-index: -1; width: 18rem; height: 18rem; border-radius: 50%;
  background: var(--coral); content: ""; box-shadow: -9rem -5rem 0 -3rem var(--sun); transition: transform .35s ease;
}
.location-card:hover::after { transform: scale(1.08) translate(-.5rem, -.5rem); }
.location-card-top { display: flex; align-items: center; gap: .5rem; color: rgba(255,255,255,.7); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.location-dot { width: .45rem; height: .45rem; border-radius: 50%; background: var(--sun); }
.location-card-title { margin-top: 2.2rem; font: 600 clamp(2.6rem, 5vw, 4.5rem)/.95 Iowan Old Style, Palatino Linotype, Georgia, serif; letter-spacing: -.05em; }
.location-card-desc { max-width: 25rem; margin-top: .9rem; color: rgba(255,255,255,.72); }
.location-card .card-link { margin-top: auto; color: #fff; }
.location-card:only-child { min-height: 20rem; }

.article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.article-card { min-width: 0; }
.article-card-link {
  height: 100%; min-height: 19rem; display: flex; flex-direction: column; padding: 1.45rem;
  border: 1px solid var(--line); border-radius: var(--radius); background: color-mix(in srgb, var(--surface) 88%, transparent);
  text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.article-card-link:hover { transform: translateY(-4px); border-color: rgba(15,102,106,.32); box-shadow: var(--shadow); }
.article-card-meta { display: flex; justify-content: space-between; gap: 1rem; margin-bottom: 2rem; color: var(--ink-soft); font-size: .7rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.article-card-link > strong { font: 600 1.55rem/1.14 Iowan Old Style, Palatino Linotype, Georgia, serif; letter-spacing: -.025em; }
.article-card-desc { margin-top: .8rem; color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.article-card .card-link { margin-top: auto; padding-top: 1.5rem; font-size: .88rem; }

.trust-strip { margin-top: 2rem; padding-block: 4rem; background: var(--ink); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(2rem, 6vw, 5rem); }
.trust-grid > div { position: relative; padding-left: 3rem; }
.trust-icon { position: absolute; left: 0; top: -.15rem; color: var(--sun); font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.trust-grid strong { display: block; margin-bottom: .45rem; font: 600 1.25rem/1.2 Iowan Old Style, Georgia, serif; }
.trust-grid p { margin: 0; color: rgba(255,255,255,.64); font-size: .88rem; }

.crumbs { margin: .7rem 0 clamp(2.5rem, 6vw, 5rem); color: var(--ink-soft); font-size: .75rem; font-weight: 650; }
.crumbs ol { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; list-style: none; }
.crumbs li { display: inline-flex; align-items: center; }
.crumbs li + li::before { margin-right: .35rem; color: rgba(23,56,58,.32); content: "/"; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: var(--ocean); }

.section-hero { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 3rem; padding: clamp(1rem,4vw,3rem) 0 clamp(4rem,8vw,7rem); border-bottom: 1px solid var(--line); }
.section-hero h1, .simple-hero h1 { margin-bottom: 1.4rem; }
.section-intro { max-width: 42rem; color: var(--ink-soft); font-size: 1.08rem; }
.section-intro p:last-child { margin-bottom: 0; }
.section-count { width: 12rem; height: 12rem; display: flex; flex-direction: column; justify-content: center; padding: 1.5rem; border-radius: 50%; background: var(--sun); }
.section-count strong { font: 600 3.6rem/1 Iowan Old Style, Georgia, serif; letter-spacing: -.06em; }
.section-count span { margin-top: .35rem; font-size: .72rem; font-weight: 750; line-height: 1.25; letter-spacing: .08em; text-transform: uppercase; }
.list-heading { margin-top: clamp(4rem,8vw,7rem); }
.simple-hero { max-width: 52rem; padding: 2rem 0 5rem; }
.empty-state { grid-column: 1/-1; padding: 3rem; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; }

.article-page { max-width: 68rem; margin-inline: auto; }
.article-header { max-width: 58rem; margin-bottom: clamp(3rem, 7vw, 5.5rem); }
.article-header h1 { max-width: 16ch; margin-bottom: 1.5rem; font-size: clamp(2.8rem, 6.5vw, 5.3rem); }
.article-deck { max-width: 44rem; color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.28rem); line-height: 1.55; }
.article-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; margin-top: 1.6rem; color: var(--ink-soft); font-size: .78rem; font-weight: 650; }
.freshness { display: inline-flex; align-items: center; gap: .45rem; margin: 0; color: var(--ocean-deep); }
.freshness-dot { width: .48rem; height: .48rem; border-radius: 50%; background: #46a56d; box-shadow: 0 0 0 .25rem rgba(70,165,109,.12); }
.article-layout { display: grid; grid-template-columns: minmax(0, var(--reading)) 14rem; align-items: start; gap: clamp(3rem, 7vw, 6rem); }
.prose { min-width: 0; font-size: 1.02rem; }
.prose > p:first-child { color: var(--ink); font-size: 1.2rem; line-height: 1.62; }
.prose h2 { margin: 3.5rem 0 1.25rem; padding-top: .5rem; font-size: clamp(1.85rem, 3.5vw, 2.55rem); }
.prose h3 { margin: 2.6rem 0 .9rem; }
.prose p, .prose ul, .prose ol { color: #304d4e; }
.prose ul, .prose ol { margin: 1.25rem 0 1.6rem; padding-left: 1.35rem; }
.prose li { margin: .52rem 0; padding-left: .25rem; }
.prose li::marker { color: var(--coral); font-weight: 800; }
.prose strong { color: var(--ink); }
.prose a { color: var(--ocean-deep); font-weight: 650; }
.prose blockquote { margin: 2rem 0; padding: 1.3rem 1.5rem; border-left: .25rem solid var(--sun); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; background: rgba(239,189,92,.12); }
.prose blockquote > :last-child { margin-bottom: 0; }
.prose hr { margin: 3rem 0; border: 0; border-top: 1px solid var(--line); }
.prose code { padding: .12rem .32rem; border-radius: .3rem; background: var(--paper-deep); font-size: .9em; }
.prose table { width: 100%; margin: 2rem 0; border-collapse: collapse; font-size: .9rem; }
.prose th, .prose td { padding: .75rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { color: var(--ink); }
.article-aside { position: sticky; top: 7rem; }
.toc-card { padding-left: 1rem; border-left: 1px solid var(--line); }
.toc-title { margin: 0 0 .8rem; color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.toc-card nav > ul { margin: 0; padding: 0; list-style: none; }
.toc-card nav ul ul { display: none; }
.toc-card li { margin: .55rem 0; }
.toc-card a { display: block; color: var(--ink-soft); font-size: .78rem; line-height: 1.35; text-decoration: none; }
.toc-card a:hover { color: var(--ocean); }

.related { max-width: 68rem; margin: clamp(5rem,9vw,8rem) auto 0; padding-top: 3.5rem; border-top: 1px solid var(--line); }
.related .section-heading { margin-bottom: 1.5rem; }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .75rem; margin: 0; padding: 0; list-style: none; }
.related-grid a { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.15rem; border: 1px solid var(--line); border-radius: .85rem; background: var(--surface); font-weight: 700; line-height: 1.3; text-decoration: none; }
.related-grid a:hover { border-color: var(--aqua); color: var(--ocean); }

.pagination { display: flex; flex-wrap: wrap; gap: .4rem; margin: 3rem 0 0; padding: 0; list-style: none; }
.pagination a, .pagination span { min-width: 2.7rem; min-height: 2.7rem; display: grid; place-items: center; padding: .3rem .65rem; border: 1px solid var(--line); border-radius: .65rem; background: var(--surface); text-decoration: none; }
.pagination .active a, .pagination .active span { border-color: var(--ocean); background: var(--ocean); color: #fff; }
.pagination .disabled { opacity: .42; }

.site-footer { padding: 5rem 0 1.5rem; background: #0e3032; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: clamp(2.5rem,7vw,7rem); }
.brand-footer { color: #fff; }
.brand-footer .brand-copy small { color: rgba(255,255,255,.55); }
.footer-about > p { max-width: 28rem; margin: 1.3rem 0 0; color: rgba(255,255,255,.58); font-size: .88rem; }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; font-size: .86rem; }
.footer-nav strong { margin-bottom: .45rem; color: var(--sun); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-nav a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.42); font-size: .72rem; }

.search-dialog {
  width: min(48rem, calc(100% - 2rem)); max-height: min(80vh, 44rem); padding: 0; border: 0; border-radius: 1.5rem;
  background: var(--surface); color: var(--ink); box-shadow: 0 30px 90px rgba(4, 25, 26, .35);
}
.search-dialog::backdrop { background: rgba(8,39,41,.72); -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
.search-panel { padding: clamp(1.3rem, 5vw, 2.5rem); }
.search-top { display: flex; align-items: start; justify-content: space-between; gap: 1.5rem; }
.search-top h2 { margin-bottom: 1.5rem; font-size: clamp(1.8rem,5vw,2.7rem); }
.icon-button { width: 2.6rem; height: 2.6rem; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 1.6rem; line-height: 1; cursor: pointer; }
.search-field { display: flex; align-items: center; gap: .7rem; padding: .8rem 1rem; border: 1px solid var(--line); border-radius: .8rem; background: var(--paper); }
.search-field svg { width: 1.2rem; flex: 0 0 auto; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); }
.search-hint { margin: .7rem 0 0; color: var(--ink-soft); font-size: .75rem; }
.search-results { display: grid; gap: .45rem; margin-top: 1rem; }
.search-result { display: grid; padding: .8rem; border-radius: .65rem; text-decoration: none; }
.search-result:hover { background: var(--paper); }
.search-result > span:first-child { color: var(--coral); font-size: .65rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.search-result strong { margin: .12rem 0; font-family: Iowan Old Style, Georgia, serif; font-size: 1.08rem; }
.search-result > span:last-child { overflow: hidden; color: var(--ink-soft); font-size: .76rem; text-overflow: ellipsis; white-space: nowrap; }

.consent {
  position: fixed; left: 50%; bottom: 1rem; z-index: 40; width: min(44rem, calc(100% - 2rem));
  transform: translateX(-50%); padding: 1.15rem; border: 1px solid rgba(255,255,255,.15); border-radius: 1rem;
  background: #0d3032; color: #fff; box-shadow: 0 20px 60px rgba(3,24,25,.35); font-size: .82rem;
}
.consent p { margin: 0 0 .7rem; }
.consent a { color: var(--sun); }
.consent-buttons { display: flex; gap: .5rem; }
.consent button { padding: .5rem .9rem; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: transparent; color: #fff; font-weight: 700; cursor: pointer; }
.consent button:first-child { border-color: var(--sun); background: var(--sun); color: var(--ink); }

.not-found { padding: clamp(5rem,12vw,10rem) 0; text-align: center; }
.not-found-code { display: block; color: rgba(15,102,106,.12); font: 600 clamp(8rem,25vw,20rem)/.7 Iowan Old Style, Georgia, serif; letter-spacing: -.08em; }
.not-found h1 { margin: 1rem auto; font-size: clamp(2.5rem,6vw,4.5rem); }
.not-found > p:not(.eyebrow) { color: var(--ink-soft); }
.not-found .button { margin-top: 1rem; }

:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; }

@media (max-width: 900px) {
  .main-nav > a { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 44rem; }
  .hero-scene { min-height: 25rem; }
  .article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .article-layout { grid-template-columns: minmax(0, 1fr); }
  .article-aside { display: none; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; gap: 2rem; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 1.5rem), var(--shell)); }
  .header-inner { min-height: 4.4rem; }
  .brand-copy small, .search-trigger span, .search-trigger kbd { display: none; }
  .search-trigger { width: 2.65rem; height: 2.65rem; justify-content: center; margin-left: 0; }
  .search-trigger svg { width: 1.1rem; }
  .home-hero { padding-top: 3rem; }
  .hero-copy h1 { font-size: clamp(2.85rem, 14vw, 4.4rem); }
  .hero-grid { gap: 2.7rem; }
  .hero-scene { min-height: 21rem; border-radius: 9rem 9rem 1.5rem 1.5rem; }
  .hero-sun { width: 4rem; height: 4rem; }
  .section-heading { align-items: start; flex-direction: column; gap: .8rem; }
  .location-grid, .article-grid, .related-grid, .trust-grid { grid-template-columns: 1fr; }
  .location-card { min-height: 19rem; }
  .article-card-link { min-height: 16rem; }
  .section-hero { grid-template-columns: 1fr; align-items: start; padding-bottom: 4rem; }
  .section-count { width: auto; height: auto; flex-direction: row; align-items: center; justify-content: start; gap: .8rem; border-radius: 1rem; }
  .section-count strong { font-size: 2.2rem; }
  .section-count span br { display: none; }
  .article-header h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .prose > p:first-child { font-size: 1.1rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: .45rem; }
  .consent-buttons { flex-wrap: wrap; }
}

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

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --paper: #10292b;
    --paper-deep: #173436;
    --surface: #173234;
    --ink: #eef2e9;
    --ink-soft: #a8bab5;
    --ocean: #65bdb5;
    --ocean-deep: #8fd1c9;
    --line: rgba(230, 241, 233, .14);
    --shadow: 0 24px 64px rgba(0, 0, 0, .24);
  }
  body::before { opacity: .35; }
  .button-primary { color: #0d3032; }
  .hero-copy h1 em, .text-link, .card-link, .prose a { color: #83cdc5; }
  .hero-scene, .location-card { color-scheme: light; }
  .prose p, .prose ul, .prose ol { color: #c9d5d1; }
  .freshness { color: #91d8b0; }
  .site-footer { background: #071c1e; }
}
