@font-face {
  font-family: "Field Sans";
  src: url("/assets/fonts/SourceSans3-Latin.woff2") format("woff2");
  font-weight: 200 900;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+2000-206F, U+20AC, U+2122, U+2191-2193, U+2197, U+2212, U+2215, U+FEFF;
}

:root {
  --canvas: #fafafc;
  --surface: #ffffff;
  --ink: #171820;
  --muted: #626575;
  --line: #d9dce8;
  --forest: #2948d8;
  --forest-dark: #1e349c;
  --tomato: #e33f49;
  --sky: #e2e7ff;
  --yellow: #f0c84f;
  --serif: "Field Sans", Arial, sans-serif;
  --sans: "Field Sans", Arial, sans-serif;
  color-scheme: light;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--canvas);
  line-height: 1.55;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, select, input { font: inherit; }
button, summary, select, input, a { accent-color: var(--tomato); }
:focus-visible { outline: 3px solid var(--tomato); outline-offset: 3px; }
[hidden] { display: none !important; }
.shell { width: min(1120px, calc(100% - 2rem)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .7rem 1rem; color: white; background: var(--forest-dark); transform: translateY(-180%); }
.skip-link:focus { transform: none; }

.site-header { min-height: 82px; padding: .8rem max(1rem, calc((100vw - 1120px) / 2)); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); background: rgb(250 250 252 / .94); }
.site-header nav { display: flex; gap: clamp(1rem, 3vw, 2rem); font-size: .84rem; font-weight: 700; }
.site-header nav a { padding-block: .35rem; text-decoration: none; border-bottom: 2px solid transparent; }
.site-header nav a:hover, .site-header nav a[aria-current] { border-color: var(--tomato); }
.wordmark { display: flex; align-items: center; gap: .65rem; font-family: var(--serif); font-weight: 700; text-decoration: none; }
.wordmark-mark { width: 36px; height: 36px; flex: 0 0 36px; object-fit: contain; }
.wordmark-copy { display: flex; flex-direction: column; line-height: 1.15; }
.wordmark-copy strong { font-size: 1.08rem; }
.wordmark-copy small { margin-top: .22rem; color: var(--muted); font-size: .76rem; font-weight: 500; }
.nav-toggle { min-height: 42px; padding: .5rem .65rem; align-items: center; gap: .55rem; border: 1px solid var(--line); color: var(--ink); background: var(--surface); font-weight: 700; cursor: pointer; }
.nav-toggle-icon, .nav-toggle-icon::before, .nav-toggle-icon::after { width: 1.1rem; height: 2px; display: block; background: currentcolor; }
.nav-toggle-icon { position: relative; }
.nav-toggle-icon::before, .nav-toggle-icon::after { content: ""; position: absolute; left: 0; }
.nav-toggle-icon::before { top: -.35rem; }
.nav-toggle-icon::after { top: .35rem; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle-icon::after { top: 0; transform: rotate(-45deg); }

h1, h2, h3 { font-family: var(--serif); line-height: 1.08; letter-spacing: -.025em; }
h1, h2 { font-weight: 700; }
h3 { font-weight: 600; }
h1 { margin: .22em 0; font-size: clamp(2.15rem, 4.6vw, 3.4rem); }
h2 { font-size: clamp(1.65rem, 3vw, 2.5rem); }
h3 { font-size: 1.2rem; }
p { max-width: 68ch; }
.kicker, .eyebrow, .scenario-number, .index-count { margin-bottom: .5rem; color: var(--tomato); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 46px; padding: .7rem 1.1rem; align-items: center; justify-content: center; gap: .5rem; border: 1px solid var(--forest); border-radius: 2px; color: white; background: var(--forest); font-weight: 700; text-decoration: none; cursor: pointer; }
.button:hover { color: var(--forest); background: transparent; }
.text-link { color: var(--forest); font-weight: 700; text-decoration: none; transition: color .18s ease; }
.text-link:hover { color: var(--tomato); text-decoration: underline; text-decoration-thickness: .08em; }

.home-hero { padding-block: clamp(3rem, 6vw, 4.5rem); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2.5rem, 7vw, 6rem); align-items: center; }
.hero-copy h1 { max-width: 680px; }
.hero-intro { margin-bottom: 1.5rem; color: var(--muted); font-size: 1.08rem; }
.hero-media { position: relative; min-height: 440px; align-self: stretch; overflow: hidden; background: var(--sky); }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.hero-caption { position: absolute; left: 1rem; right: 1rem; bottom: 1rem; padding: .8rem 1rem; display: grid; grid-template-columns: 1fr auto; color: white; background: rgb(30 52 156 / .94); text-decoration: none; }
.hero-caption span:first-child { grid-column: 1 / -1; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.quick-planner { padding: 1rem; border: 1px solid var(--line); background: var(--surface); box-shadow: 7px 7px 0 var(--sky); }
.planner-heading { margin-bottom: .8rem; display: flex; justify-content: space-between; gap: 1rem; }
.planner-heading span { color: var(--muted); font-size: .75rem; }
.quick-planner > label, .quick-planner fieldset { display: block; margin: 0 0 .8rem; padding: 0; border: 0; font-size: .76rem; font-weight: 700; }
.quick-planner select { width: 100%; min-height: 42px; margin-top: .35rem; padding: .45rem; border: 1px solid var(--line); border-radius: 0; background: white; }
.choice-row { display: flex; flex-wrap: wrap; gap: .3rem; margin-top: .35rem; }
.choice-row label input, .moment-grid label input { position: absolute; opacity: 0; }
.choice-row label span, .moment-grid label span { display: block; padding: .38rem .55rem; border: 1px solid var(--line); color: var(--muted); background: white; font-size: .72rem; font-weight: 400; cursor: pointer; }
.choice-row input:checked + span, .moment-grid input:checked + span { border-color: var(--forest); color: white; background: var(--forest); }
.choice-row input:focus-visible + span, .moment-grid input:focus-visible + span { outline: 3px solid var(--tomato); outline-offset: 2px; }
.moment-grid { margin-top: .35rem; display: grid; grid-template-columns: repeat(3, 1fr); gap: .3rem; }
.moment-grid label span { height: 100%; }

.compact-section { padding-block: clamp(3rem, 6vw, 5rem); }
.scenario-band { border-block: 1px solid var(--line); background: var(--surface); }
.section-heading { margin-bottom: 1.6rem; display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.section-heading h2 { margin: 0; }
.scenario-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid var(--ink); }
.scenario-grid a { min-height: 145px; padding: 1rem 1.2rem 1rem 0; display: flex; flex-direction: column; border-right: 1px solid var(--line); text-decoration: none; }
.scenario-grid a + a { padding-left: 1.2rem; }
.scenario-grid a:last-child { border-right: 0; }
.scenario-grid strong { margin: auto 0 .35rem; font-family: var(--serif); font-size: 1.35rem; }
.scenario-grid a > span:last-child { color: var(--muted); font-size: .82rem; }
.scenario-grid a:hover strong { color: var(--tomato); }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.2rem 1.4rem; }
.place-card { min-width: 0; border-top: 3px solid var(--forest); }
.card-media { display: block; aspect-ratio: 3 / 2; overflow: hidden; background: var(--sky); text-decoration: none; }
.card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.card-media img[hidden] { display: none; }
.place-card:hover .card-media img { transform: scale(1.02); }
.no-photo { width: 100%; height: 100%; padding: 1rem; display: flex; flex-direction: column; justify-content: space-between; background: var(--sky); color: var(--forest); }
.no-photo > span { font-family: var(--serif); font-size: 4.8rem; line-height: 1; }
.no-photo small { max-width: 16ch; font-weight: 700; }
.card-copy { padding-top: .9rem; }
.card-copy h2 { margin: .25rem 0 .55rem; font-size: 1.55rem; font-weight: 600; }
.card-copy h2 a { text-decoration: none; }
.card-copy h2 a:hover { color: var(--tomato); text-decoration: underline; }
.card-summary { margin: 0; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: var(--muted); font-size: .86rem; }
.card-tags { margin-top: .75rem; display: flex; flex-wrap: wrap; gap: .3rem; }
.card-tags span { padding: .18rem .45rem; background: var(--sky); color: var(--forest-dark); font-size: .67rem; }
.eyebrow { margin: 0; }

.region-band { padding-block: clamp(3rem, 6vw, 5rem); background: var(--sky); }
.region-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 8vw, 7rem); }
.region-layout h2 { margin-top: .2rem; }
.region-layout p:not(.kicker) { color: var(--muted); }
.region-list { list-style: none; margin: 0; padding: 0; border-top: 2px solid var(--ink); }
.region-list a { padding: .8rem 0; display: flex; justify-content: space-between; border-bottom: 1px solid #ccd3f2; font-weight: 700; text-decoration: none; }
.region-list a:hover { color: var(--tomato); }

.page-intro { max-width: 1120px; padding-block: clamp(2.7rem, 5vw, 4rem); border-bottom: 1px solid var(--line); }
.page-intro h1 { max-width: 760px; }
.page-intro > p:not(.kicker) { margin-bottom: 0; max-width: 650px; color: var(--muted); font-size: 1.05rem; }
.page-intro .text-link { min-height: 42px; margin-top: 1.25rem; padding: .6rem .85rem; display: inline-flex; align-items: center; border: 1px solid var(--forest); border-radius: 2px; color: var(--forest); background: transparent; font-size: .88rem; line-height: 1.2; }
.page-intro .text-link:hover, .page-intro .text-link:focus-visible { border-color: var(--forest); color: white; background: var(--forest); text-decoration: none; }
.section-block { padding-block: clamp(3rem, 6vw, 5rem); }

.catalog-layout { padding-block: 2rem 5rem; display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem); align-items: start; }
.filter-panel { position: sticky; top: 1rem; }
.filter-drawer > summary { display: none; }
.filter-actions { padding-bottom: .8rem; display: flex; justify-content: space-between; border-bottom: 2px solid var(--ink); }
.filter-actions button { padding: 0; border: 0; color: var(--tomato); background: transparent; font-size: .75rem; text-decoration: underline; cursor: pointer; }
.filter-panel fieldset { margin: 0; padding: .9rem 0; border: 0; border-bottom: 1px solid var(--line); }
.filter-panel legend, .select-label { font-size: .76rem; font-weight: 700; }
.filter-panel legend small { display: block; color: var(--muted); font-weight: 400; }
.check { padding: .25rem 0; display: grid; grid-template-columns: 1rem 1fr auto; gap: .5rem; align-items: start; color: var(--muted); font-size: .8rem; font-weight: 400; }
.check input { width: 1rem; height: 1rem; margin: .12rem 0 0; }
.check small { min-width: 1.4rem; color: var(--forest); text-align: right; }
.check:has(input:disabled) { opacity: .45; }
.select-label { padding: .9rem 0; display: block; border-bottom: 1px solid var(--line); }
.select-label select { width: 100%; min-height: 40px; margin-top: .35rem; padding: .4rem; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: white; }
.more-filters { border-bottom: 2px solid var(--ink); }
.more-filters > summary { padding: .9rem 0; color: var(--forest); font-weight: 700; cursor: pointer; }
.results-bar { min-height: 48px; margin-bottom: 1.2rem; padding-bottom: .7rem; display: flex; align-items: start; justify-content: space-between; gap: 1rem; border-bottom: 2px solid var(--ink); }
.results-bar h2 { margin: .25rem 0 0; font-family: var(--sans); font-size: .86rem; letter-spacing: 0; }
[data-active-filters] { display: flex; flex-wrap: wrap; justify-content: end; gap: .3rem; }
.active-chip { padding: .25rem .5rem; border: 1px solid #c9d1f7; color: var(--forest-dark); background: var(--sky); font-size: .68rem; cursor: pointer; }
.catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.empty-state { padding: 3rem max(1rem, 6vw); text-align: center; border: 1px solid var(--line); background: var(--surface); }
.empty-state p { margin-inline: auto; }
.noscript { margin-bottom: 3rem; padding: 1rem; border: 1px solid var(--tomato); }
.filter-badge { min-width: 1.5rem; padding: .1rem .35rem; display: inline-block; border-radius: 1rem; color: white; background: var(--tomato); text-align: center; }

.place-page { padding-block: clamp(2.5rem, 6vw, 5rem); }
.place-hero { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; }
.place-label { margin: 0 0 .8rem; color: var(--tomato); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.place-summary { color: var(--muted); font-size: 1.05rem; }
.place-visual { position: relative; aspect-ratio: 3 / 2; overflow: hidden; background: var(--sky); }
.place-visual img { width: 100%; height: 100%; object-fit: cover; }
.place-slides, .place-slides figure { width: 100%; height: 100%; margin: 0; }
.place-slides figure { position: relative; }
.place-slides figure[hidden], .carousel-controls[hidden] { display: none; }
.place-slides figcaption { position: absolute; right: .75rem; bottom: .75rem; padding: .28rem .55rem; color: white; background: rgb(23 24 32 / 78%); font-size: .7rem; font-weight: 700; }
.place-carousel:focus-visible { outline: 3px solid var(--tomato); outline-offset: 3px; }
.carousel-controls { position: absolute; left: .75rem; bottom: .75rem; display: flex; align-items: center; color: white; background: rgb(23 24 32 / 82%); }
.carousel-controls button { width: 44px; height: 44px; padding: 0; border: 0; color: white; background: transparent; font-size: 1.2rem; cursor: pointer; }
.carousel-controls button:hover, .carousel-controls button:focus-visible { color: var(--ink); background: var(--yellow); outline: 0; }
.carousel-controls span { width: 3.5rem; flex: 0 0 3.5rem; font-size: .72rem; font-weight: 700; text-align: center; }
.place-placeholder strong { font-family: var(--serif); font-size: 1.4rem; }
.place-layout { margin-top: clamp(4rem, 9vw, 8rem); display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(3rem, 8vw, 7rem); align-items: start; }
.place-fact-card { position: sticky; top: 4rem; padding: 1.2rem; border: 1px solid var(--line); background: var(--surface); }
.place-facts { margin: 0; }
.place-facts > div { padding: .7rem 0; border-bottom: 1px solid var(--line); }
.place-facts dt, .activity-meta dt { color: var(--muted); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.place-facts dd { margin: .12rem 0 0; font-weight: 700; }
.place-address { margin: 1rem 0 0; padding-bottom: 1rem; border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.official-link { margin-top: .65rem; padding: .45rem 0; display: inline-flex; gap: .5rem; color: var(--forest); font-size: .78rem; font-weight: 700; text-decoration: none; }
.official-link:hover { color: var(--tomato); }
.place-activities > header { margin-bottom: 2rem; }
.place-activities > header > p:last-child { color: var(--muted); }
.place-activities > article { padding: 2rem 0; border-top: 2px solid var(--ink); }
.place-activities h3 { margin: .5rem 0; font-size: clamp(1.35rem, 2.2vw, 1.8rem); }
.place-activities article > p { max-width: 720px; color: var(--muted); }
.activity-meta { max-width: 560px; margin: 1rem 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 1rem; }
.activity-meta > div { padding: .45rem 0; display: grid; grid-template-columns: 4.5rem 1fr; gap: .6rem; border-top: 1px solid var(--line); }
.activity-meta dd { margin: 0; color: var(--muted); font-size: .78rem; }

.index-list { padding-block: 1rem 5rem; }
.index-list article { padding: 1.5rem 0; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: end; border-bottom: 1px solid var(--line); }
.index-list h2 { margin: .2rem 0; }
.index-list p { color: var(--muted); }
.index-list a { color: var(--forest); font-weight: 700; }
.index-count { color: var(--tomato) !important; }
.not-found { min-height: 60vh; padding-block: 10vh; }

.site-footer { padding: 3rem max(1rem, calc((100vw - 1120px) / 2)); display: flex; justify-content: space-between; gap: 2rem; color: white; background: var(--forest-dark); }
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 1rem 2rem; align-items: start; }
.site-footer nav a { color: white; text-decoration: none; text-decoration-thickness: .08em; transition: color .18s ease; }
.site-footer nav a:hover, .site-footer nav a:focus-visible { color: var(--yellow); text-decoration: underline; }

@media (min-width: 821px) {
  .filter-drawer:not([open]) > form { display: block; }
}

@media (max-width: 820px) {
  .home-hero, .region-layout, .place-hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 360px; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-layout { grid-template-columns: 1fr; padding-top: 1rem; }
  .filter-panel { position: static; }
  .filter-drawer { border-bottom: 1px solid var(--line); }
  .filter-drawer > summary { padding: 1rem 0; display: flex; justify-content: space-between; font-weight: 700; cursor: pointer; }
  .filter-drawer > form { padding-bottom: 1.2rem; }
  .place-visual { order: 0; }
  .place-hero > div:first-child { order: 1; }
  .place-layout { grid-template-columns: 1fr; gap: 3rem; }
  .place-fact-card { position: static; }
}

@media (max-width: 560px) {
  .shell { width: min(100% - 1.2rem, 1120px); }
  .site-header { align-items: center; gap: .65rem; }
  .wordmark { min-width: 0; max-width: calc(100% - 92px); }
  .wordmark-copy small { max-width: 29ch; }
  .site-header.nav-ready .nav-toggle { display: inline-flex; }
  .site-header.nav-ready nav { width: 100%; padding-top: .5rem; display: none; flex-direction: column; gap: 0; border-top: 1px solid var(--line); }
  .site-header.nav-ready nav.is-open { display: flex; }
  .site-header.nav-ready nav a { min-height: 44px; padding: .7rem 0; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .home-hero { padding-top: 1.5rem; }
  .hero-media { min-height: 285px; }
  .moment-grid, .scenario-grid, .card-grid, .catalog-grid { grid-template-columns: 1fr; }
  .scenario-grid a, .scenario-grid a + a { min-height: 105px; padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .section-heading, .results-bar, .site-footer { align-items: flex-start; flex-direction: column; }
  [data-active-filters] { justify-content: start; }
  .place-facts > div { padding: .55rem 0; display: grid; grid-template-columns: 5rem 1fr; }
  .activity-meta { grid-template-columns: 1fr; }
  .index-list article { grid-template-columns: 1fr; gap: .4rem; }
  .site-footer nav { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
