[hidden] { display: none !important; }
:root {
  color-scheme: light;
  --acid: #ffe21f;
  --forest: #123d32;
  --forest-2: #235c4d;
  --ink: #151914;
  --paper: #fffbed;
  --card: #ffffff;
  --muted: #65706a;
  --line: #d8dfd5;
  --shadow: 0 18px 50px rgba(18, 61, 50, .1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.55 ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-underline-offset: .18em; }
button, input { font: inherit; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 10; background: #fff; padding: .7rem 1rem; }
.site-head { background: var(--acid); border-bottom: 1px solid rgba(0,0,0,.18); }
.head-inner { max-width: 1180px; margin: auto; min-height: 76px; padding: 1rem 1.4rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; gap: .15rem; text-decoration: none; font-weight: 950; letter-spacing: -.045em; font-size: 1.65rem; line-height: 1.2; }
.brand small { font-size: .68rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 750; }
nav { display: flex; flex-wrap: wrap; gap: .4rem 1.15rem; }
nav a { text-decoration: none; text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; font-weight: 800; }
nav a:hover, nav a[aria-current="page"] { text-decoration: underline; text-decoration-thickness: 2px; }
main { max-width: 1180px; margin: 0 auto; padding: 2rem 1.4rem 5rem; }
.hero { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr); gap: 2rem; align-items: stretch; margin-bottom: 3rem; }
.hero-copy { background: var(--forest); color: white; padding: clamp(1.5rem, 5vw, 4rem); display: flex; flex-direction: column; justify-content: center; min-height: 420px; }
.eyebrow { margin: 0 0 .8rem; color: var(--acid); text-transform: uppercase; letter-spacing: .14em; font-size: .75rem; font-weight: 850; }
h1 { margin: 0; font-size: clamp(2.35rem, 6vw, 5.6rem); letter-spacing: -.06em; line-height: .94; text-wrap: balance; }
.hero-copy > p:not(.eyebrow) { max-width: 43rem; font-size: 1.06rem; color: #e6f1ed; }
.hero figure { margin: 0; background: var(--forest); position: relative; overflow: hidden; min-height: 420px; }
.hero img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.86) contrast(1.04); }
.hero figcaption { position: absolute; right: .7rem; bottom: .55rem; padding: .25rem .45rem; background: rgba(0,0,0,.7); color: white; font-size: .68rem; }
.actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.button { display: inline-block; background: var(--acid); color: var(--ink); border: 2px solid var(--acid); padding: .72rem 1rem; text-decoration: none; font-weight: 850; }
.button.alt { background: transparent; color: white; }
.page-head { max-width: 820px; margin: 1rem 0 2.2rem; }
.page-head .eyebrow { color: var(--forest-2); }
.host-note { max-width: 68ch; margin: -1.5rem 0 2rem; color: #37443e; }
.source-list { list-style: none; padding: 0; margin: 1.5rem 0; }
.source-list li { border-top: 1px solid var(--line); padding: 1.1rem 0; margin: 0; }
.source-list h3 { margin: 0; font-size: 1.1rem; letter-spacing: 0; line-height: 1.4; }
.source-list p { margin: .4rem 0 0; }
.source-list a { overflow-wrap: anywhere; }
.source-count, .number strong { font-variant-numeric: tabular-nums; }
.page-head h1 { color: var(--forest); font-size: clamp(2.2rem, 6vw, 4.8rem); }
.lede { font-size: 1.1rem; max-width: 66ch; color: #37443e; }
.numbers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 0 0 3rem; }
.number { background: white; padding: 1.3rem; }
.number strong { display: block; color: var(--forest); font-size: 2.2rem; letter-spacing: -.05em; }
.number span { color: var(--muted); font-size: .84rem; text-transform: uppercase; letter-spacing: .08em; }
.section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin: 2.6rem 0 1rem; }
h2 { margin: 0; color: var(--forest); font-size: clamp(1.45rem, 3vw, 2.25rem); letter-spacing: -.035em; }
h3 { color: var(--forest); }
.section-head a { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; font-weight: 800; }
.controls { display: grid; grid-template-columns: minmax(220px, 1fr) 2fr; gap: .8rem; margin: 0 0 1.2rem; }
.search { width: 100%; border: 1px solid var(--line); background: white; padding: .8rem .9rem; color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: .45rem; }
.chip { border: 1px solid var(--forest-2); background: transparent; color: var(--forest); padding: .55rem .72rem; cursor: pointer; font-size: .83rem; }
.chip:hover, .chip.on { background: var(--forest); color: white; }
.list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.list li { display: grid; grid-template-columns: 9rem 1fr auto; gap: 1.2rem; padding: 1rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.when { color: var(--forest-2); font-weight: 850; }
.item-title { font-size: 1.05rem; font-weight: 850; }
.meta { color: var(--muted); font-size: .88rem; margin-top: .18rem; }
.badge { display: inline-block; border: 1px solid var(--line); padding: .22rem .44rem; font-size: .7rem; text-transform: uppercase; letter-spacing: .07em; white-space: nowrap; }
.badge.near { background: #eef3ff; border-color: #c8d5f1; }
.places { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .85rem; }
.place { background: white; border: 1px solid var(--line); padding: 1rem; min-height: 150px; display: flex; flex-direction: column; }
.place h3 { margin: 0 0 .25rem; font-size: 1.05rem; }
.place p { margin: .2rem 0; color: var(--muted); font-size: .88rem; }
.place .links { margin-top: auto; padding-top: .7rem; }
.empty, .status { color: var(--muted); padding: 1.2rem 0; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .9rem; }
.feature { background: white; border-top: 5px solid var(--acid); padding: 1.2rem; box-shadow: var(--shadow); }
.feature h3 { margin-top: 0; }
.feature p { color: var(--muted); }
.prose { max-width: 760px; }
.prose h2 { margin-top: 2.2rem; }
.prose li { margin: .55rem 0; }
.source-note { padding: 1rem; background: #eef4f0; border-left: 4px solid var(--forest); color: #36433e; }
footer { background: var(--forest); color: #e8f0ec; }
.foot-inner { max-width: 1180px; margin: auto; padding: 2rem 1.4rem; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; }
footer a { color: white; margin-right: 1rem; }
footer nav a { font-size: .9rem; text-transform: none; letter-spacing: 0; padding-block: .3rem; }
.foot-inner p { margin: 0; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media (max-width: 820px) {
  .head-inner { align-items: flex-start; flex-direction: column; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy, .hero figure { min-height: 340px; }
  .places, .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .controls { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  main { padding: 1.2rem 1rem 4rem; }
  .head-inner { padding: 1rem; }
  nav { gap: .65rem 1rem; }
  .hero { margin-inline: -1rem; gap: 0; }
  .hero-copy { min-height: 360px; }
  .hero figure { min-height: 250px; }
  .numbers { grid-template-columns: 1fr; }
  .places, .feature-grid { grid-template-columns: 1fr; }
  .list li { grid-template-columns: 1fr auto; gap: .25rem .8rem; }
  .list .when { grid-column: 1 / -1; }
}
