/* [project]/src/app/(frontend)/styles.css [app-client] (css) */
:root {
  --bg: #f5f1eb;
  --bg-white: #fff;
  --bg-card: #faf8f4;
  --bg-alt: #eee9e1;
  --nav: #2e3a21;
  --ink: #1e1a16;
  --ink-mid: #4a4038;
  --muted: #6b6055;
  --dim: #9a8c7e;
  --accent: #2e3a21;
  --cta: #b5431f;
  --label: #7a6a55;
  --border: #e0d9cf;
  --border-mid: #cfc8bc;
  --card: #fff;
  --c-place: #b5512f;
  --c-person: #3b4a78;
  --c-cluster: #4c6b50;
  --c-event: #b07a2b;
  --c-service: #5b6b73;
  --c-institution: #6e4e6e;
  --c-news: #8a5a3a;
  --season-accent: #9a7425;
  --season-tint: #f7edd6;
}

*, :before, :after {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  display: block;
}

body {
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  font-family: Hanken Grotesk, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background: #c8beb0;
  border-radius: 6px;
}

.site-nav {
  z-index: 40;
  background: var(--nav);
  color: #edeee2;
  position: sticky;
  top: 0;
  box-shadow: 0 1px #0000001f;
}

.site-nav .inner {
  align-items: center;
  gap: 24px;
  max-width: 1280px;
  height: 60px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
}

.site-nav .brand {
  letter-spacing: .06em;
  color: #fff;
  flex: none;
  font-family: Spectral, serif;
  font-size: 22px;
}

.nav-links {
  gap: 2px;
  font-size: 13.5px;
  display: flex;
}

.nav-links a {
  color: #b8c4a6;
  border-radius: 2px;
  padding: 7px 11px;
  transition: color .14s;
}

.nav-links a:hover {
  color: #edeee2;
}

.nav-spacer {
  flex: 1;
}

.search-wrap {
  background: #ffffff12;
  border: 1px solid #ffffff1f;
  border-radius: 3px;
  align-items: center;
  gap: 9px;
  width: 240px;
  height: 36px;
  padding: 0 12px;
  transition: border-color .15s;
  display: flex;
}

.search-wrap:focus-within {
  border-color: #ffffff47;
}

.search-circle {
  border: 1.5px solid #8a9a78;
  border-radius: 50%;
  flex: none;
  width: 13px;
  height: 13px;
}

.search-wrap input {
  color: #edeee2;
  background: none;
  border: none;
  outline: none;
  width: 100%;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 13px;
}

.search-wrap input::placeholder {
  color: #5e7050;
}

.nav-admin {
  color: #8a9a78;
  border: 1px solid #ffffff1f;
  border-radius: 3px;
  flex: none;
  padding: 7px 12px;
  font-size: 12px;
  transition: color .14s;
}

.nav-admin:hover {
  color: #edeee2;
}

.hp-hero {
  background: #1a2210;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 90vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hp-hero-bg {
  object-fit: cover;
  object-position: center 40%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hp-hero-fallback {
  background: radial-gradient(at 25% 55%, #644b2840 0%, #0000 55%), radial-gradient(at 75% 35%, #32502833 0%, #0000 50%), linear-gradient(178deg, #c4a054 0%, #8a6438 14%, #5a4228 30%, #382c18 48%, #201808 68%, #100e06 88%, #080604 100%);
  position: absolute;
  inset: 0;
}

.hp-section--tint {
  background: #f3ede4;
}

.hp-hero-video-wrap {
  pointer-events: none;
  z-index: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hp-hero-video {
  pointer-events: none;
  border: none;
  width: 100vw;
  min-width: 177.78vh;
  height: 56.25vw;
  min-height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hp-hero-mountain {
  pointer-events: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.hp-hero-overlay {
  background: linear-gradient(#04060399 0%, #0406031a 32%, #0000 55%), linear-gradient(to top, #080c05f5 0%, #080c0599 32%, #080c051f 65%, #0000 85%);
  position: absolute;
  inset: 0;
}

.hp-hero-content {
  z-index: 3;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 80px;
  position: relative;
}

.hp-hero-eyebrow {
  letter-spacing: .22em;
  color: #9fc07f;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11.5px;
  display: flex;
}

.hp-hero-rule {
  background: #9fc07f;
  flex: none;
  width: 36px;
  height: 1px;
  display: block;
}

.hp-hero-title {
  letter-spacing: -.025em;
  color: #fff;
  text-shadow: 0 2px 32px #0000008c, 0 1px 6px #000000b3;
  margin: 0 0 16px;
  font-family: Spectral, serif;
  font-size: clamp(56px, 9vw, 110px);
  font-weight: 300;
  line-height: .96;
}

.hp-hero-location {
  letter-spacing: .18em;
  color: #d2dac3b3;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  display: inline-flex;
}

.hp-hero-location-dot {
  background: #9fc07f;
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
}

.hp-hero-lines {
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.hp-hero-lines span {
  color: #dee4d2d1;
  text-shadow: 0 1px 8px #0006;
  font-family: Spectral, serif;
  font-size: clamp(20px, 2.8vw, 30px);
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
}

.hp-hero-desc {
  color: #dee4d2b8;
  max-width: 500px;
  margin: 0 0 38px;
  font-size: 16px;
  line-height: 1.72;
}

.hp-hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.hp-btn-primary {
  background: var(--cta);
  color: #fff;
  border-radius: 3px;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 500;
  transition: opacity .15s;
  display: inline-block;
}

.hp-btn-primary:hover {
  opacity: .88;
}

.hp-btn-outline {
  color: #edeee2;
  background: #ffffff0f;
  border: 1.5px solid #edeee240;
  border-radius: 3px;
  padding: 13px 26px;
  font-size: 14px;
  transition: border-color .15s;
  display: inline-block;
}

.hp-btn-outline:hover {
  border-color: #edeee28c;
}

.hp-btn-map {
  color: #9fc07f;
  letter-spacing: .04em;
  border: 1.5px solid #9fc07f4d;
  border-radius: 3px;
  padding: 13px 26px;
  font-family: IBM Plex Mono, monospace;
  font-size: 14px;
  transition: border-color .15s;
  display: inline-block;
}

.hp-btn-map:hover {
  border-color: #9fc07f;
}

.hp-hero-scroll {
  z-index: 4;
  opacity: .45;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  display: flex;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.hp-hero-scroll-line {
  background: linear-gradient(#0000, #9fc07f);
  width: 1px;
  height: 48px;
}

.hp-section {
  padding: 72px 0;
}

.hp-section--stone {
  background: var(--bg);
}

.hp-section--white {
  background: var(--bg-white);
}

.hp-section--map {
  background: var(--bg-alt);
  padding: 0;
}

.hp-section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.hp-section-label {
  letter-spacing: .2em;
  color: var(--label);
  margin-bottom: 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.hp-section-title {
  color: var(--ink);
  margin: 0;
  font-family: Spectral, serif;
  font-size: 32px;
  font-weight: 400;
}

.hp-section-intro {
  color: var(--muted);
  margin: 6px 0 0;
  font-size: 15px;
  line-height: 1.6;
}

.hp-section-top {
  margin-bottom: 36px;
}

.hp-section-head {
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 32px;
  display: flex;
}

.hp-view-all {
  color: var(--label);
  white-space: nowrap;
  border-bottom: 1px solid #0000;
  flex: none;
  font-size: 13px;
  transition: border-color .15s, color .15s;
}

.hp-view-all:hover {
  color: var(--ink);
  border-color: var(--border-mid);
}

.hp-featured-layout {
  grid-template-columns: 5fr 3fr;
  gap: 16px;
  min-height: 440px;
  display: grid;
}

.hp-feat-col {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.hp-feat-card {
  cursor: pointer;
  border-radius: 4px;
  display: block;
  position: relative;
  overflow: hidden;
}

.hp-feat-card--large {
  min-height: 500px;
}

.hp-feat-card--small {
  flex: 1;
  min-height: 210px;
}

.hp-feat-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hp-feat-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
}

.hp-feat-card:hover .hp-feat-img img {
  transform: scale(1.04);
}

.hp-feat-overlay {
  background: linear-gradient(to top, #0a0c08e0 0%, #0a0c084d 45%, #0000 80%);
  position: absolute;
  inset: 0;
}

.hp-feat-body {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 24px 22px 22px;
  display: flex;
  position: relative;
}

.hp-feat-badge {
  letter-spacing: .16em;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
  display: inline-flex;
}

.hp-feat-badge-dot {
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.hp-feat-title {
  color: #fff;
  margin-bottom: 8px;
  font-family: Spectral, serif;
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 400;
  line-height: 1.15;
}

.hp-feat-card--small .hp-feat-title {
  font-size: 18px;
}

.hp-feat-desc {
  color: #ffffffb8;
  max-width: 480px;
  font-size: 13.5px;
  line-height: 1.6;
}

.hp-explore-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  display: grid;
}

.hp-explore-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  flex-direction: column;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  overflow: hidden;
}

.hp-explore-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px #0000001a;
}

.hp-explore-card-inner {
  flex: 1;
  padding: 22px 18px 16px;
}

.hp-explore-icon {
  opacity: .85;
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1;
  display: block;
}

.hp-explore-name {
  color: var(--ink);
  margin-bottom: 6px;
  font-family: Spectral, serif;
  font-size: 17px;
  line-height: 1.2;
}

.hp-explore-count {
  color: var(--dim);
  letter-spacing: .06em;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.hp-explore-footer {
  border-top: 2px solid;
  border-color: var(--border);
  padding: 10px 18px;
  transition: border-color .2s;
}

.hp-explore-card:hover .hp-explore-footer {
  border-color: currentColor;
}

.hp-explore-action {
  font-size: 12.5px;
  font-weight: 500;
}

.hp-clusters-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}

.hp-cluster-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow .22s, transform .22s;
  display: block;
  overflow: hidden;
}

.hp-cluster-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 36px #00000021;
}

.hp-cluster-img {
  height: 230px;
  position: relative;
  overflow: hidden;
}

.hp-cluster-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
}

.hp-cluster-card:hover .hp-cluster-img img {
  transform: scale(1.06);
}

.hp-cluster-fade {
  background: linear-gradient(to top, #060a04c7 0%, #060a044d 45%, #0000 70%);
  position: absolute;
  inset: 0;
}

.hp-cluster-badge {
  letter-spacing: .14em;
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #1e2a128c;
  border-radius: 2px;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
  display: inline-flex;
  position: absolute;
  top: 14px;
  left: 14px;
}

.hp-cluster-dot {
  background: #9fc07f;
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.hp-cluster-title-on-img {
  color: #fff;
  text-shadow: 0 1px 4px #00000073;
  padding: 12px 18px 14px;
  font-family: Spectral, serif;
  font-size: 21px;
  line-height: 1.15;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hp-cluster-stats {
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
  gap: 0;
  padding: 10px 18px;
  display: flex;
}

.hp-cluster-stats--empty {
  padding: 8px 18px;
}

.hp-cluster-stat-hint {
  color: var(--dim);
  letter-spacing: .06em;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.hp-cluster-stat {
  color: var(--muted);
  align-items: center;
  gap: 5px;
  margin-right: 14px;
  font-size: 12.5px;
  display: inline-flex;
}

.hp-cluster-stat strong {
  color: var(--ink);
  font-weight: 600;
}

.hp-cstat-dot {
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.hp-cluster-body {
  padding: 14px 18px 16px;
}

.hp-cluster-desc {
  color: var(--muted);
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.55;
}

.hp-cluster-cta {
  letter-spacing: .12em;
  color: var(--accent);
  font-family: IBM Plex Mono, monospace;
  font-size: 10.5px;
}

.hp-places-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}

.hp-place-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow .2s, transform .2s;
  display: block;
  overflow: hidden;
}

.hp-place-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px #0000001c;
}

.hp-place-img {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.hp-place-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .45s;
}

.hp-place-card:hover .hp-place-img img {
  transform: scale(1.06);
}

.hp-place-body {
  padding: 16px 18px 20px;
}

.hp-place-type-badge {
  letter-spacing: .12em;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 4px 9px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  display: inline-block;
}

.hp-place-name {
  color: var(--ink);
  margin-bottom: 5px;
  font-family: Spectral, serif;
  font-size: 20px;
  line-height: 1.2;
}

.hp-place-loc {
  color: var(--muted);
  font-size: 13px;
}

.hp-place-loc-icon {
  opacity: .6;
  margin-right: 4px;
}

.hp-place-cluster {
  letter-spacing: .1em;
  color: var(--c-cluster);
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  display: inline-flex;
}

.hp-place-cluster-dot {
  background: var(--c-cluster);
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
}

.hp-people-intro {
  color: var(--muted);
  max-width: 620px;
  margin: -12px 0 32px;
  font-size: 15px;
  line-height: 1.7;
}

.hp-people-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: grid;
}

.hp-person-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow .22s, transform .22s;
  display: block;
  overflow: hidden;
}

.hp-person-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px #0000001c;
}

.hp-person-img {
  height: 260px;
  position: relative;
  overflow: hidden;
}

.hp-person-img img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  transition: transform .45s;
}

.hp-person-card:hover .hp-person-img img {
  transform: scale(1.05);
}

.hp-person-img-overlay {
  background: linear-gradient(to top, #0a08058c 0%, #0000 55%);
  position: absolute;
  inset: 0;
}

.hp-person-occ-badge {
  letter-spacing: .12em;
  color: #d2dac3e6;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #0a080580;
  border-radius: 2px;
  padding: 4px 9px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  position: absolute;
  bottom: 12px;
  left: 14px;
}

.hp-person-body {
  padding: 16px 18px 18px;
}

.hp-person-name {
  color: var(--ink);
  margin-bottom: 8px;
  font-family: Spectral, serif;
  font-size: 19px;
  line-height: 1.2;
}

.hp-person-bio {
  color: var(--muted);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 13px;
  line-height: 1.55;
  display: -webkit-box;
  overflow: hidden;
}

.hp-person-occ {
  color: var(--c-person);
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.hp-person-cta {
  color: var(--c-person);
  letter-spacing: .06em;
  opacity: .75;
  margin-top: 12px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  transition: opacity .15s, letter-spacing .15s;
}

.hp-person-card:hover .hp-person-cta {
  opacity: 1;
  letter-spacing: .1em;
}

.hp-events-list {
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 4px;
  flex-direction: column;
  gap: 1px;
  display: flex;
  overflow: hidden;
}

.hp-event-row {
  background: var(--bg-card);
  cursor: pointer;
  align-items: center;
  gap: 0;
  text-decoration: none;
  transition: background .14s;
  display: flex;
}

.hp-event-row:hover {
  background: #f0eae0;
}

.hp-event-date-block {
  text-align: center;
  border-right: 1px solid var(--border);
  flex-direction: column;
  flex: none;
  align-items: center;
  gap: 0;
  width: 90px;
  padding: 18px 20px;
  display: flex;
}

.hp-event-day {
  color: var(--ink);
  font-family: Spectral, serif;
  font-size: 42px;
  line-height: 1;
  display: block;
}

.hp-event-divider {
  background: var(--border);
  width: 24px;
  height: 1px;
  margin: 4px auto;
}

.hp-event-mon {
  letter-spacing: .13em;
  color: var(--c-event);
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
  display: block;
}

.hp-event-year {
  letter-spacing: .1em;
  color: var(--dim);
  font-family: IBM Plex Mono, monospace;
  font-size: 9px;
  display: block;
}

.hp-event-info {
  flex: 1;
  min-width: 0;
  padding: 18px 22px;
}

.hp-event-title {
  color: var(--ink);
  margin-bottom: 4px;
  font-family: Spectral, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.hp-event-loc {
  color: var(--muted);
  font-size: 12.5px;
}

.hp-event-arrow {
  color: var(--dim);
  flex: none;
  padding: 0 20px;
  font-size: 18px;
  transition: transform .15s;
}

.hp-event-row:hover .hp-event-arrow {
  transform: translateX(3px);
}

.hp-map-inner {
  grid-template-columns: 380px 1fr;
  min-height: 420px;
  display: grid;
}

.hp-map-text {
  border-right: 1px solid var(--border);
  flex-direction: column;
  justify-content: center;
  padding: 44px 36px;
  display: flex;
}

.hp-map-title {
  color: var(--ink);
  margin: 8px 0 14px;
  font-family: Spectral, serif;
  font-size: 28px;
  font-weight: 400;
}

.hp-map-desc {
  color: var(--muted);
  margin-bottom: 22px;
  font-size: 14px;
  line-height: 1.7;
}

.hp-map-filters {
  margin-bottom: 22px;
}

.hp-map-filter-label {
  letter-spacing: .14em;
  color: var(--dim);
  margin-bottom: 8px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
}

.hp-map-filter-row {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.hp-map-filter-chip {
  letter-spacing: .1em;
  color: var(--ink);
  background: var(--bg-card);
  border: 1px solid var(--border);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 20px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
  transition: border-color .15s, background .15s;
  display: inline-flex;
}

.hp-map-filter-chip:hover, .hp-map-filter-chip.active {
  border-color: var(--accent);
  background: #f6f0e8;
}

.hp-mf-dot {
  border-radius: 50%;
  flex: none;
  width: 7px;
  height: 7px;
}

.hp-mf-dot--places {
  background: #4c6b50;
}

.hp-mf-dot--events {
  background: #7a4030;
}

.hp-mf-dot--services {
  background: #3b4a78;
}

.hp-mf-dot--clusters {
  background: #8a7a2a;
}

.hp-mf-dot--institutions {
  background: #6b5040;
}

.hp-map-btn {
  background: var(--accent);
  color: #fff;
  border-radius: 3px;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 13.5px;
  font-weight: 500;
  transition: opacity .15s;
  display: inline-flex;
}

.hp-map-btn:hover {
  opacity: .88;
}

.hp-map-frame {
  position: relative;
  overflow: hidden;
}

.hp-map-frame > div:first-child {
  height: 100%;
  min-height: 420px;
}

.hp-map-caption {
  letter-spacing: .08em;
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 999;
  background: #1e1a168c;
  border-radius: 2px;
  padding: 5px 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

.hp-news-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  display: grid;
}

.hp-news-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow .2s, transform .2s;
  display: block;
  overflow: hidden;
}

.hp-news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px #0000001c;
}

.hp-news-img {
  height: 190px;
  position: relative;
  overflow: hidden;
}

.hp-news-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .45s;
}

.hp-news-card:hover .hp-news-img img {
  transform: scale(1.05);
}

.hp-news-date-badge {
  letter-spacing: .13em;
  color: #fff;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #14100a99;
  border-radius: 2px;
  padding: 4px 9px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  position: absolute;
  top: 12px;
  left: 14px;
}

.hp-news-body {
  padding: 16px 20px 20px;
}

.hp-news-category {
  letter-spacing: .14em;
  color: var(--c-news, #7a4030);
  margin-bottom: 8px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  display: block;
}

.hp-news-title {
  color: var(--ink);
  margin-bottom: 8px;
  font-family: Spectral, serif;
  font-size: 19px;
  line-height: 1.3;
}

.hp-news-excerpt {
  color: var(--muted);
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.6;
}

.hp-news-read {
  letter-spacing: .1em;
  color: var(--label);
  font-family: IBM Plex Mono, monospace;
  font-size: 10.5px;
}

.hp-news-card:hover .hp-news-read {
  color: var(--accent);
}

.hp-season-bar {
  background: var(--nav);
  padding: 14px 0;
}

.hp-season-inner {
  align-items: center;
  gap: 10px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
}

.hp-season-dot {
  background: var(--season-accent);
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  display: block;
}

.hp-season-text {
  letter-spacing: .18em;
  color: #6a7d5a;
  font-family: IBM Plex Mono, monospace;
  font-size: 10.5px;
}

.hp-conn-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.hp-conn-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 24px 22px 20px;
  transition: box-shadow .2s, transform .2s;
  display: block;
  position: relative;
  overflow: hidden;
}

.hp-conn-card:before {
  content: "";
  background: var(--accent);
  opacity: .6;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hp-conn-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px #0000001a;
}

.hp-conn-card:hover:before {
  opacity: 1;
}

.hp-conn-intro {
  color: var(--muted);
  max-width: 640px;
  margin: -12px 0 28px;
  font-size: 14px;
  line-height: 1.65;
}

.hp-conn-type {
  letter-spacing: .14em;
  color: var(--accent);
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  display: inline-flex;
}

.hp-conn-dot {
  background: var(--accent);
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.hp-conn-name {
  color: var(--ink);
  margin-bottom: 14px;
  font-family: Spectral, serif;
  font-size: 20px;
  line-height: 1.2;
}

.hp-conn-links {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
}

.hp-conn-link {
  color: var(--muted);
  background: var(--bg-alt);
  border: 1px solid var(--border);
  border-radius: 20px;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  font-size: 12px;
  display: inline-flex;
}

.hp-conn-link-dot {
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
}

.hp-conn-link-num {
  color: var(--ink);
  font-weight: 600;
}

.hp-conn-link-label {
  color: var(--muted);
}

.hp-conn-cta {
  letter-spacing: .12em;
  color: var(--accent);
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.hp-routes-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.hp-route-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-left: 3px solid var(--accent);
  border-radius: 4px;
  padding: 22px 20px 20px;
  transition: box-shadow .2s, transform .2s;
  display: block;
}

.hp-route-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px #0000001a;
}

.hp-route-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.hp-route-type {
  letter-spacing: .14em;
  color: var(--accent);
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
}

.hp-route-duration {
  letter-spacing: .08em;
  color: var(--dim);
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
}

.hp-route-name {
  color: var(--ink);
  margin-bottom: 8px;
  font-family: Spectral, serif;
  font-size: 19px;
  line-height: 1.2;
}

.hp-route-desc {
  color: var(--muted);
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.55;
}

.hp-route-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hp-route-stops {
  letter-spacing: .08em;
  color: var(--dim);
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.hp-route-coming {
  color: var(--accent);
  opacity: .7;
  font-size: 11px;
}

.hp-mobile-bar {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--border);
  z-index: 9999;
  background: #fffbf5f0;
  padding: 0;
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -4px 16px #00000014;
}

.hp-mb-inner {
  justify-content: space-around;
  align-items: stretch;
  max-width: 480px;
  margin: 0 auto;
  display: flex;
}

.hp-mb-item {
  color: var(--muted);
  letter-spacing: .1em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 10px 12px 12px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9px;
  text-decoration: none;
  transition: color .14s;
  display: flex;
}

.hp-mb-item:hover, .hp-mb-item.active {
  color: var(--accent);
}

.hp-mb-icon {
  font-size: 18px;
  line-height: 1;
}

.hp-mb-label {
  letter-spacing: .1em;
  font-size: 9px;
}

.listing-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 32px 72px;
}

.listing-page h1 {
  margin: 0 0 6px;
  font-family: Spectral, serif;
  font-size: 36px;
  font-weight: 400;
}

.listing-page .subtitle {
  color: var(--muted);
  margin-bottom: 30px;
  font-size: 14.5px;
}

.entity-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.entity-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow .18s, transform .18s;
  display: block;
  overflow: hidden;
}

.entity-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px #0000001a;
}

.entity-cover {
  height: 150px;
  position: relative;
  overflow: hidden;
}

.entity-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.entity-cover-tag {
  letter-spacing: .1em;
  color: #fff;
  background: #1e2a128c;
  border-radius: 2px;
  padding: 5px 9px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.entity-body {
  padding: 16px 18px 20px;
}

.entity-name {
  color: var(--ink);
  margin-bottom: 5px;
  font-family: Spectral, serif;
  font-size: 20px;
}

.entity-sub {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.section-label {
  letter-spacing: .18em;
  color: var(--label);
  margin-bottom: 14px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.section-header {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  display: flex;
}

.section-header h2 {
  margin: 0;
  font-family: Spectral, serif;
  font-size: 28px;
  font-weight: 400;
}

.section-header a {
  color: var(--label);
  font-size: 13px;
}

.section-header a:hover {
  text-decoration: underline;
}

.detail-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 72px;
}

.breadcrumb {
  letter-spacing: .08em;
  color: var(--label);
  padding: 18px 0;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.breadcrumb a {
  color: var(--label);
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.detail-hero {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  grid-template-columns: 1fr 420px;
  align-items: center;
  gap: 40px;
  padding: 38px;
  display: grid;
}

.kind-tag {
  letter-spacing: .14em;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  display: inline-flex;
}

.kind-dot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.detail-hero h1 {
  letter-spacing: -.015em;
  margin: 0 0 16px;
  font-family: Spectral, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.04;
}

.detail-blurb {
  color: var(--ink-mid);
  max-width: 480px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.65;
}

.detail-actions {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.btn-secondary {
  border: 1px solid var(--border-mid);
  color: var(--ink-mid);
  background: none;
  border-radius: 3px;
  padding: 12px 18px;
  font-size: 13.5px;
  transition: background .14s;
}

.btn-secondary:hover {
  background: var(--bg-alt);
}

.detail-cover-img {
  background: linear-gradient(150deg, #cdd8b6, #8a9f72);
  border-radius: 4px;
  height: 300px;
  overflow: hidden;
}

.detail-cover-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.facts-strip {
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 4px;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 20px;
  display: grid;
  overflow: hidden;
}

.fact-cell {
  background: var(--bg-white);
  padding: 16px 20px;
}

.fact-key {
  letter-spacing: .12em;
  color: var(--dim);
  margin-bottom: 6px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.fact-val {
  font-size: 14px;
}

.detail-body-grid {
  grid-template-columns: 1fr 320px;
  gap: 48px;
  padding: 38px 0 8px;
  display: grid;
}

.prose h2 {
  margin: 0 0 14px;
  font-family: Spectral, serif;
  font-size: 24px;
  font-weight: 400;
}

.prose p {
  color: var(--ink-mid);
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.74;
}

.sidebar-map-box {
  border: 1px solid var(--border);
  background: var(--bg-white);
  border-radius: 4px;
  margin-bottom: 14px;
  padding: 6px;
}

.sidebar-map-bg {
  background: linear-gradient(150deg, #cdd6b8, #9aa97f);
  border-radius: 3px;
  height: 150px;
  position: relative;
}

.sidebar-map-pin {
  background: var(--cta);
  border: 2px solid #fff;
  border-radius: 50% 50% 50% 0;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%)rotate3d(0, 0, 1, -45deg);
}

.sidebar-map-label {
  color: var(--muted);
  padding: 11px 8px 6px;
  font-size: 12.5px;
}

.relations-block {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  margin-top: 24px;
  padding: 34px 36px 38px;
}

.relations-top {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
  display: flex;
}

.relations-top h2 {
  margin: 0;
  font-family: Spectral, serif;
  font-size: 26px;
  font-weight: 400;
}

.relations-count {
  color: var(--dim);
  letter-spacing: .08em;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.rel-group {
  margin-bottom: 30px;
}

.rel-group-label {
  letter-spacing: .12em;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  display: flex;
}

.rel-group-dot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.rel-cards {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  display: grid;
}

.rel-card {
  border: 1px solid var(--border);
  background: var(--bg-white);
  border-radius: 4px;
  transition: box-shadow .18s, transform .18s;
  display: block;
  overflow: hidden;
}

.rel-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #0000001a;
}

.rel-card .cover {
  background: linear-gradient(150deg, #ccc4b0, #9a8a6e);
  height: 116px;
  overflow: hidden;
}

.rel-card .cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.rel-card:hover .cover img {
  transform: scale(1.05);
}

.rel-card .body {
  padding: 13px 15px 15px;
}

.rel-card .name {
  color: var(--ink);
  font-family: Spectral, serif;
  font-size: 16.5px;
  line-height: 1.2;
}

.rel-card .sub {
  color: var(--dim);
  margin-top: 4px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .rel-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

.site-footer {
  background: var(--nav);
  color: #b8c4a6;
}

.site-footer .inner {
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 32px 40px;
  display: grid;
}

.footer-brand {
  color: #fff;
  letter-spacing: .06em;
  margin-bottom: 12px;
  font-family: Spectral, serif;
  font-size: 26px;
}

.footer-desc {
  max-width: 300px;
  margin: 0 0 18px;
  font-size: 13.5px;
  line-height: 1.65;
}

.footer-contact {
  color: #7a8a6a;
  font-size: 13px;
  line-height: 1.8;
}

.footer-col-label {
  letter-spacing: .16em;
  color: #637558;
  margin-bottom: 14px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10.5px;
}

.footer-links {
  flex-direction: column;
  gap: 9px;
  font-size: 13.5px;
  display: flex;
}

.footer-links a {
  color: #b8c4a6;
  transition: color .14s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-bottom {
  color: #506040;
  border-top: 1px solid #ffffff12;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 18px 32px;
  font-size: 12px;
  display: flex;
}

.empty-state {
  color: var(--dim);
  padding: 40px 0;
  font-size: 15px;
  font-style: italic;
}

.btn-primary {
  background: var(--cta);
  color: #fff;
  border-radius: 3px;
  padding: 13px 22px;
  font-size: 14px;
  transition: opacity .15s;
  display: inline-block;
}

.btn-primary:hover {
  opacity: .9;
}

.btn-outline-light {
  color: #edeee2;
  border: 1.5px solid #edeee24d;
  border-radius: 3px;
  padding: 12px 22px;
  font-size: 14px;
  transition: border-color .15s;
  display: inline-block;
}

.btn-outline-light:hover {
  border-color: #edeee299;
}

.grad-cluster {
  background: linear-gradient(150deg, #c8d8b4, #7a9a66);
}

.grad-place {
  background: linear-gradient(150deg, #c8bfae, #9a8060);
}

.grad-person {
  background: linear-gradient(150deg, #bcb8cc, #7a7898);
}

.grad-event {
  background: linear-gradient(150deg, #d0c88e, #a09040);
}

.grad-service {
  background: linear-gradient(150deg, #b2c4cc, #6e8a90);
}

.grad-inst {
  background: linear-gradient(150deg, #c4b0c8, #8a6898);
}

.grad-news {
  background: linear-gradient(150deg, #c8b4a4, #9a6e56);
}

.cd-page {
  background: var(--bg);
}

.cd-hero {
  flex-direction: column;
  justify-content: flex-end;
  height: min(85vh, 640px);
  min-height: 520px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cd-hero-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.cd-hero-bg--grad {
  background: linear-gradient(160deg, #3a4a28, #22301a);
}

.cd-hero-overlay {
  background: linear-gradient(to top, #161c0eeb 0%, #161c0e8c 45%, #161c0e2e 100%);
  position: absolute;
  inset: 0;
}

.cd-hero-breadcrumb {
  letter-spacing: .12em;
  color: #edeee299;
  z-index: 4;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
}

.cd-hero-breadcrumb a {
  color: #edeee2b3;
}

.cd-hero-breadcrumb a:hover {
  color: #edeee2;
}

.cd-hero-content {
  z-index: 3;
  color: #edeee2;
  padding-bottom: 56px;
  position: relative;
}

.cd-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.cd-hero-eyebrow {
  letter-spacing: .2em;
  color: #9fc07f;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  display: flex;
}

.cd-cluster-dot {
  background: var(--c-cluster);
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
}

.cd-hero-title {
  letter-spacing: -.02em;
  color: #fff;
  max-width: 840px;
  margin: 0 0 18px;
  font-family: Spectral, serif;
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 300;
  line-height: 1.02;
}

.cd-hero-desc {
  color: #d5dbc5;
  max-width: 560px;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.65;
}

.cd-hero-stats {
  gap: 32px;
  margin-bottom: 28px;
  display: flex;
}

.cd-stat-num {
  color: #fff;
  font-family: Spectral, serif;
  font-size: 28px;
  line-height: 1;
  display: block;
}

.cd-stat-label {
  letter-spacing: .12em;
  color: #9aa888;
  margin-top: 4px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
  display: block;
}

.cd-hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

.cd-btn-primary {
  background: var(--cta);
  color: #fff;
  border-radius: 3px;
  padding: 12px 22px;
  font-size: 13.5px;
  transition: opacity .15s;
  display: inline-block;
}

.cd-btn-primary:hover {
  opacity: .9;
}

.cd-btn-outline {
  color: #edeee2;
  border: 1px solid #edeee259;
  border-radius: 3px;
  padding: 12px 22px;
  font-size: 13.5px;
  transition: border-color .15s;
  display: inline-block;
}

.cd-btn-outline:hover {
  border-color: #edeee2b3;
}

.cd-btn-ghost {
  color: #9aa888;
  cursor: pointer;
  background: none;
  border: 1px solid #edeee233;
  border-radius: 3px;
  padding: 12px 22px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 13.5px;
}

.cd-section {
  border-bottom: 1px solid #cfcfc666;
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 32px;
}

.cd-section:last-of-type {
  border-bottom: none;
}

.cd-section-label {
  letter-spacing: .16em;
  color: var(--label);
  margin-bottom: 14px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.cd-section-head {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 26px;
  display: flex;
}

.cd-section-head h2 {
  margin: 0;
  font-family: Spectral, serif;
  font-size: 30px;
  font-weight: 400;
}

.cd-section-head a {
  color: var(--label);
  font-size: 13px;
}

.cd-section-head a:hover {
  text-decoration: underline;
}

.cd-overview {
  border-bottom: 1px solid #cfcfc666;
  grid-template-columns: 1fr 280px;
  gap: 56px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 32px;
  display: grid;
}

.cd-prose {
  color: var(--ink-mid);
  font-size: 16px;
  line-height: 1.78;
}

.cd-prose p {
  margin: 0 0 18px;
}

.cd-prose h2 {
  margin: 32px 0 14px;
  font-family: Spectral, serif;
  font-size: 24px;
  font-weight: 400;
}

.cd-overview-meta {
  flex-direction: column;
  gap: 14px;
  padding-top: 38px;
  display: flex;
}

.cd-meta-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 3px;
  padding: 14px 16px;
}

.cd-meta-label {
  letter-spacing: .12em;
  color: var(--dim);
  margin-bottom: 5px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.cd-meta-val {
  font-size: 14px;
  font-weight: 500;
}

.cd-map-section {
  border-bottom: 1px solid #cfcfc666;
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 32px;
}

.cd-map-wrap {
  border: 1px solid var(--border);
  isolation: isolate;
  border-radius: 4px;
  height: 440px;
  position: relative;
  overflow: hidden;
}

.map-loading {
  height: 100%;
  color: var(--dim);
  background: var(--bg-white);
  justify-content: center;
  align-items: center;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: flex;
}

.cd-map-legend {
  letter-spacing: .06em;
  color: var(--ink);
  z-index: 999;
  background: #faf8f4e6;
  border-radius: 3px;
  gap: 14px;
  padding: 8px 12px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: 12px;
  left: 12px;
}

.cd-map-legend span {
  align-items: center;
  gap: 6px;
  display: flex;
}

.cd-legend-dot {
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
}

.cd-gallery-section {
  border-bottom: 1px solid #cfcfc666;
  max-width: 1280px;
  margin: 0 auto;
  padding: 52px 32px;
}

.cd-gallery {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 180px;
  gap: 8px;
  display: grid;
}

.cd-gallery-item {
  background: var(--bg-white);
  border-radius: 3px;
  overflow: hidden;
}

.cd-gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.cd-gallery-item:hover img {
  transform: scale(1.04);
}

.cd-gallery-item--wide {
  grid-column: span 2;
}

.cd-gallery-item--tall {
  grid-row: span 2;
}

.cd-cards-4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  display: grid;
}

.cd-cards-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}

.cd-entity-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow .15s, transform .15s;
  display: block;
  overflow: hidden;
}

.cd-entity-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #0000001a;
}

.cd-entity-cover {
  height: 120px;
  position: relative;
  overflow: hidden;
}

.cd-entity-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cd-entity-body {
  padding: 12px 14px 16px;
}

.cd-entity-name {
  color: var(--ink);
  margin-bottom: 4px;
  font-family: Spectral, serif;
  font-size: 17px;
  line-height: 1.2;
}

.cd-entity-sub {
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
}

.cd-people-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: grid;
}

.cd-person-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow .15s, transform .15s;
  display: block;
  overflow: hidden;
}

.cd-person-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px #0000001a;
}

.cd-person-portrait {
  height: 240px;
  position: relative;
  overflow: hidden;
}

.cd-person-portrait img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
  transition: transform .45s;
}

.cd-person-card:hover .cd-person-portrait img {
  transform: scale(1.04);
}

.cd-person-portrait-overlay {
  background: linear-gradient(to top, #0a08058c 0%, #0000 55%);
  position: absolute;
  inset: 0;
}

.cd-person-occ-badge {
  letter-spacing: .12em;
  color: #d2dac3e6;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background: #0a080580;
  border-radius: 2px;
  padding: 4px 9px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  position: absolute;
  bottom: 12px;
  left: 14px;
}

.cd-person-body {
  padding: 14px 16px 18px;
}

.cd-person-name {
  color: var(--ink);
  margin-bottom: 6px;
  font-family: Spectral, serif;
  font-size: 18px;
  line-height: 1.2;
}

.cd-person-role {
  letter-spacing: .1em;
  color: var(--c-person);
  margin-bottom: 8px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.cd-person-bio {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.cd-events-list {
  background: var(--border);
  border: 1px solid var(--border);
  border-radius: 4px;
  flex-direction: column;
  gap: 1px;
  display: flex;
  overflow: hidden;
}

.cd-event-row {
  background: var(--bg-white);
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  transition: background .12s;
  display: flex;
}

.cd-event-row:hover {
  background: var(--bg-alt);
}

.cd-event-date {
  text-align: center;
  border-right: 1px solid var(--border);
  flex: none;
  width: 54px;
  padding-right: 20px;
}

.cd-event-mon {
  letter-spacing: .1em;
  color: var(--c-event);
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.cd-event-day {
  color: var(--ink);
  font-family: Spectral, serif;
  font-size: 26px;
  line-height: 1;
}

.cd-event-info {
  flex: 1;
}

.cd-event-title {
  color: var(--ink);
  font-size: 15px;
  font-weight: 500;
}

.cd-event-loc {
  color: var(--dim);
  margin-top: 2px;
  font-size: 12.5px;
}

.cd-event-arrow {
  color: var(--dim);
  font-size: 18px;
}

.cd-news-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  display: grid;
}

.cd-news-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  gap: 16px;
  transition: box-shadow .15s;
  display: flex;
  overflow: hidden;
}

.cd-news-card:hover {
  box-shadow: 0 4px 14px #00000017;
}

.cd-news-img {
  flex: none;
  width: 120px;
  min-height: 100px;
  overflow: hidden;
}

.cd-news-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cd-news-body {
  flex: 1;
  padding: 16px 16px 16px 0;
}

.cd-news-title {
  color: var(--ink);
  margin-bottom: 6px;
  font-family: Spectral, serif;
  font-size: 18px;
  line-height: 1.25;
}

.cd-news-summary {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.cd-services-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  display: grid;
}

.cd-service-card {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 4px;
  transition: box-shadow .15s;
  display: block;
  overflow: hidden;
}

.cd-service-card:hover {
  box-shadow: 0 4px 12px #00000014;
}

.cd-service-img {
  height: 100px;
  overflow: hidden;
}

.cd-service-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cd-service-body {
  padding: 11px 13px 13px;
}

.cd-service-name {
  color: var(--ink);
  font-family: Spectral, serif;
  font-size: 16px;
}

.cd-service-sub {
  color: var(--dim);
  margin-top: 3px;
  font-size: 12px;
}

.cd-qr-section {
  background: var(--nav);
  color: #edeee2;
}

.cd-qr-block {
  grid-template-columns: 1fr 300px;
  align-items: center;
  gap: 64px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 32px;
  display: grid;
}

.cd-qr-title {
  color: #fff;
  margin: 16px 0 18px;
  font-family: Spectral, serif;
  font-size: 36px;
  font-weight: 300;
}

.cd-qr-desc {
  color: #c2cbab;
  max-width: 480px;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.65;
}

.cd-qr-steps {
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
  display: flex;
}

.cd-qr-step {
  color: #c2cbab;
  align-items: center;
  gap: 14px;
  font-size: 14px;
  display: flex;
}

.cd-qr-step span {
  color: #9fc07f;
  background: #9fc07f40;
  border: 1px solid #9fc07f66;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  display: flex;
}

.cd-qr-url-label {
  letter-spacing: .12em;
  color: #9aa888;
  margin-bottom: 4px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.cd-qr-url-val {
  color: #edeee2;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.cd-qr-right {
  justify-content: center;
  align-items: center;
  display: flex;
}

.qr-inner {
  flex-direction: column;
  align-items: center;
  gap: 16px;
  display: flex;
}

.qr-code-wrap {
  background: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  padding: 10px;
  display: flex;
}

.qr-code-wrap img {
  width: 100%;
  height: 100%;
}

.qr-placeholder {
  background: #f0ede4;
  border-radius: 2px;
  width: 160px;
  height: 160px;
}

.qr-info {
  text-align: center;
}

.qr-url {
  color: #8a9670;
  word-break: break-all;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.qr-download {
  color: #9fc07f;
  cursor: pointer;
  background: none;
  border: 1px solid #9fc07f66;
  border-radius: 3px;
  padding: 7px 16px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 12px;
  transition: border-color .15s;
}

.qr-download:hover {
  border-color: #9fc07f;
}

.cd-network-section {
  background: var(--bg-white);
  border-top: 1px solid var(--border);
}

.cd-network-section .cd-section-label {
  color: var(--label);
}

.cd-nearby-list {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
  display: flex;
}

.cd-nearby-list--main {
  padding: 0;
}

.cd-nearby-chip {
  background: var(--bg);
  border: 1px solid var(--border);
  color: var(--ink);
  border-radius: 20px;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 13.5px;
  transition: box-shadow .12s, border-color .12s;
  display: inline-flex;
}

.cd-nearby-chip:hover {
  border-color: var(--c-cluster);
  box-shadow: 0 2px 8px #00000014;
}

.cd-cluster-dot-sm {
  background: var(--c-cluster);
  border-radius: 50%;
  flex: none;
  width: 7px;
  height: 7px;
}

.cd-type-links {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.cd-type-link {
  border: 1px solid var(--border);
  color: var(--ink-mid);
  border-radius: 3px;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  font-size: 13px;
  transition: border-color .12s, color .12s;
  display: inline-flex;
}

.cd-type-link:hover {
  color: var(--ink);
  border-color: var(--border-mid);
}

.cd-type-link-dot {
  border-radius: 50%;
  flex: none;
  width: 7px;
  height: 7px;
}

.cd-meta-url {
  color: var(--muted);
  word-break: break-all;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.gmap-page {
  background: var(--bg);
  flex-direction: column;
  height: calc(100vh - 60px);
  display: flex;
  overflow: hidden;
}

.gmap-header {
  border-bottom: 1px solid var(--border);
  flex: none;
  align-items: baseline;
  gap: 20px;
  padding: 18px 32px 14px;
  display: flex;
}

.gmap-title {
  color: var(--ink);
  margin: 0;
  font-family: Spectral, serif;
  font-size: 22px;
  font-weight: 400;
}

.gmap-subtitle {
  letter-spacing: .1em;
  color: var(--dim);
  margin: 0;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.gmap-wrap {
  flex: 1;
  min-height: 0;
  position: relative;
}

.gmap-map {
  width: 100%;
  height: 100%;
}

.gmap-filters {
  z-index: 1000;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #2e3a21eb;
  border-radius: 4px;
  gap: 4px;
  padding: 5px 6px;
  display: flex;
  position: absolute;
  top: 14px;
  left: 14px;
  box-shadow: 0 2px 12px #00000040;
}

.gmap-filter-btn {
  cursor: pointer;
  letter-spacing: .08em;
  color: #edeee2a6;
  background: none;
  border: none;
  border-radius: 3px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  transition: background .12s, color .12s;
  display: flex;
}

.gmap-filter-btn:hover {
  color: #edeee2;
  background: #ffffff1a;
}

.gmap-filter-btn.active {
  color: #edeee2;
  background: #ffffff2e;
}

.gmap-filter-count {
  color: #edeee2b3;
  background: #ffffff26;
  border-radius: 10px;
  padding: 1px 5px;
  font-size: 9px;
}

.gmap-filter-btn.active .gmap-filter-count {
  color: #9fc07f;
  background: #9fc07f4d;
}

.gmap-legend {
  z-index: 1000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid var(--border);
  background: #faf8f4f0;
  border-radius: 4px;
  gap: 14px;
  padding: 12px 14px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 14px;
  box-shadow: 0 2px 10px #0000001a;
}

.gmap-legend-group {
  flex-direction: column;
  gap: 4px;
  display: flex;
}

.gmap-legend-head {
  letter-spacing: .14em;
  color: var(--dim);
  margin-bottom: 3px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9px;
}

.gmap-legend-row {
  color: var(--ink-mid);
  white-space: nowrap;
  align-items: center;
  gap: 6px;
  font-size: 11.5px;
  display: flex;
}

.gmap-legend-divider {
  background: var(--border);
  width: 1px;
  margin: 0 2px;
}

.gmap-dot {
  border-radius: 50%;
  flex: none;
  width: 9px;
  height: 9px;
}

.gmap-square {
  border-radius: 2px;
  flex: none;
  width: 9px;
  height: 9px;
}

@media (max-width: 1024px) {
  .hp-explore-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .hp-people-grid, .hp-places-grid, .hp-clusters-grid, .hp-conn-grid, .hp-routes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-map-inner {
    grid-template-columns: 300px 1fr;
  }
}

@media (max-width: 768px) {
  .site-nav .inner {
    gap: 14px;
    padding: 0 20px;
  }

  .nav-links {
    display: none;
  }

  .search-wrap {
    width: 160px;
  }

  .hp-mobile-bar {
    display: block;
  }

  body {
    padding-bottom: 64px;
  }

  .hp-hero {
    min-height: 100svh;
  }

  .hp-hero-content {
    padding: 0 20px 60px;
  }

  .hp-hero-title {
    font-size: 52px;
  }

  .hp-hero-lines span {
    font-size: 20px;
  }

  .hp-hero-actions {
    flex-direction: column;
  }

  .hp-btn-primary, .hp-btn-outline, .hp-btn-map {
    text-align: center;
    width: 100%;
    padding: 16px;
  }

  .hp-hero-scroll {
    display: none;
  }

  .hp-section {
    padding: 44px 0;
  }

  .hp-section-inner {
    padding: 0 20px;
  }

  .hp-featured-layout {
    grid-template-columns: 1fr;
  }

  .hp-feat-card--large {
    min-height: 320px;
  }

  .hp-feat-card--small {
    min-height: 200px;
  }

  .hp-explore-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-clusters-grid, .hp-places-grid, .hp-people-grid, .hp-conn-grid, .hp-routes-grid, .hp-news-grid, .hp-map-inner {
    grid-template-columns: 1fr;
  }

  .hp-map-text {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 32px 20px;
  }

  .hp-map-frame > div:first-child {
    min-height: 300px;
  }

  .listing-page {
    padding: 28px 20px 52px;
  }

  .entity-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-hero {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .facts-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .detail-body-grid {
    grid-template-columns: 1fr;
  }

  .rel-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .site-footer .inner {
    grid-template-columns: 1fr 1fr;
  }

  .cd-hero {
    height: auto;
    min-height: 480px;
    padding-top: 80px;
  }

  .cd-hero-title {
    font-size: 36px;
  }

  .cd-hero-stats {
    gap: 20px;
  }

  .cd-overview {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cd-cards-4, .cd-cards-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .cd-people-grid, .cd-news-grid {
    grid-template-columns: 1fr;
  }

  .cd-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cd-type-links {
    flex-direction: column;
  }

  .cd-qr-block {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .cd-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .cd-map-wrap {
    height: 280px;
  }

  .cd-section, .cd-map-section, .cd-gallery-section {
    padding: 36px 20px;
  }
}

.nav-has-sub {
  position: relative;
}

.nav-parent-link {
  color: #b8c4a6;
  white-space: nowrap;
  border-radius: 2px;
  align-items: center;
  gap: 4px;
  padding: 7px 11px;
  transition: color .14s;
  display: inline-flex;
}

.nav-has-sub:hover > .nav-parent-link {
  color: #edeee2;
}

.nav-chevron {
  opacity: .55;
  font-size: 9px;
  line-height: 1;
  transition: transform .18s, opacity .18s;
  display: inline-block;
}

.nav-has-sub:hover .nav-chevron {
  opacity: 1;
  transform: rotate(180deg);
}

.nav-has-sub:after {
  content: "";
  height: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.nav-dropdown {
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  background: #1a2513;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  min-width: 196px;
  padding: 8px 0 6px;
  transition: opacity .16s, visibility .16s, transform .16s;
  position: absolute;
  top: calc(100% + 6px);
  left: -6px;
  transform: translateY(-6px);
  box-shadow: 0 12px 36px #00000059;
}

.nav-has-sub:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-header {
  letter-spacing: .18em;
  color: #5a7040;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff12;
  margin-bottom: 4px;
  padding: 0 14px 7px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9px;
}

.nav-dropdown-item {
  color: #8fa07a;
  white-space: nowrap;
  padding: 7px 14px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 13px;
  transition: background .1s, color .1s;
  display: block;
}

.nav-dropdown-item:hover {
  color: #edeee2;
  background: #ffffff0f;
}

.nav-dropdown-all {
  color: #6a8a5a;
  letter-spacing: .06em;
  border-top: 1px solid #ffffff12;
  margin-top: 5px;
  padding: 8px 14px 0;
  font-family: IBM Plex Mono, monospace;
  font-size: 11.5px;
  transition: color .12s;
  display: block;
}

.nav-dropdown-all:hover {
  color: #9fc07f;
}

.nav-dropdown--people {
  min-width: 240px;
}

.nav-people-item {
  color: #8fa07a;
  align-items: center;
  gap: 10px;
  padding: 7px 12px;
  font-family: Hanken Grotesk, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: background .1s, color .1s;
  display: flex;
}

.nav-people-item:hover {
  color: #edeee2;
  background: #ffffff0f;
}

.nav-people-avatar {
  background: #ffffff14;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
  overflow: hidden;
}

.nav-people-avatar img {
  object-fit: cover;
  object-position: top center;
  width: 100%;
  height: 100%;
}

.nav-people-avatar-fallback {
  color: #6a8a5a;
  font-family: Spectral, serif;
  font-size: 15px;
}

.nav-people-info {
  flex: 1;
  min-width: 0;
}

.nav-people-name {
  color: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 1.25;
  overflow: hidden;
}

.nav-people-occ {
  color: #5a7040;
  letter-spacing: .06em;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 1px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
  overflow: hidden;
}

.nav-people-item:hover .nav-people-occ {
  color: #7a9060;
}

.nav-dropdown-item--muted {
  color: #5a7040;
  opacity: .6;
  cursor: default;
  pointer-events: none;
  padding: 7px 14px;
  font-size: 12px;
  font-style: italic;
  display: block;
}

.hp-feat-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 24px;
  display: flex;
}

.hp-feat-types {
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  display: flex;
}

.hp-feat-type-pill {
  letter-spacing: .14em;
  color: var(--label);
  background: var(--bg-alt);
  border: 1px solid var(--border-mid);
  border-radius: 20px;
  padding: 3px 9px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9px;
}

.hp-feat-subtext {
  color: var(--dim);
  flex: none;
  align-self: flex-end;
  margin: 0;
  font-size: 13px;
}

.hp-section--events {
  background: var(--bg-white);
}

.hp-section--events .hp-section-label {
  color: var(--c-event);
}

.hp-section--events .hp-section-title {
  color: var(--ink);
}

.hp-section--events .hp-view-all {
  color: var(--label);
}

.hp-section--events .hp-view-all:hover {
  color: var(--ink);
  border-color: var(--border-mid);
}

.hp-events-featured-grid {
  grid-template-columns: 3fr 2fr;
  align-items: stretch;
  gap: 18px;
  display: grid;
}

.hp-ev-feat {
  background: #2a3818;
  border-radius: 5px;
  min-height: 520px;
  transition: transform .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.hp-ev-feat:hover {
  transform: scale(1.008);
}

.hp-ev-feat-img {
  position: absolute;
  inset: 0;
}

.hp-ev-feat-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .55s;
}

.hp-ev-feat:hover .hp-ev-feat-img img {
  transform: scale(1.05);
}

.hp-ev-feat-overlay {
  background: linear-gradient(to top, #060a04f5 0%, #060a0499 40%, #060a0433 70%, #0000 100%), linear-gradient(#0000004d 0%, #0000 35%);
  position: absolute;
  inset: 0;
}

.hp-ev-feat-datebox {
  background: var(--c-event);
  text-align: center;
  z-index: 3;
  border-radius: 4px;
  padding: 10px 16px;
  position: absolute;
  top: 22px;
  left: 22px;
  box-shadow: 0 4px 14px #00000059;
}

.hp-ev-feat-mon {
  letter-spacing: .16em;
  color: #fffc;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  display: block;
}

.hp-ev-feat-day {
  color: #fff;
  font-family: Spectral, serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.hp-ev-feat-year {
  letter-spacing: .1em;
  color: #fff9;
  margin-top: 2px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9px;
  display: block;
}

.hp-ev-feat-body {
  z-index: 3;
  color: #fff;
  padding: 32px 26px 26px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hp-ev-feat-badge {
  letter-spacing: .16em;
  color: #d4a060;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  display: inline-flex;
}

.hp-ev-feat-dot {
  background: #d4a060;
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
}

.hp-ev-feat-title {
  color: #fff;
  text-shadow: 0 1px 8px #00000080;
  margin-bottom: 10px;
  font-family: Spectral, serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 400;
  line-height: 1.12;
}

.hp-ev-feat-loc {
  color: #fff9;
  margin-bottom: 8px;
  font-size: 13.5px;
}

.hp-ev-feat-desc {
  color: #ffffff80;
  max-width: 440px;
  margin-bottom: 18px;
  font-size: 13.5px;
  line-height: 1.6;
}

.hp-ev-feat-cta {
  letter-spacing: .1em;
  color: #d4a060;
  border-bottom: 1px solid #d4a06059;
  padding-bottom: 2px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10.5px;
  transition: border-color .15s, color .15s;
  display: inline-block;
}

.hp-ev-feat:hover .hp-ev-feat-cta {
  border-color: #d4a060;
}

.hp-ev-upcoming-col {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.hp-ev-upcoming-label {
  letter-spacing: .18em;
  color: var(--label);
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  display: flex;
}

.hp-ev-upcoming-dot {
  background: var(--c-event);
  border-radius: 50%;
  flex: none;
  width: 5px;
  height: 5px;
}

.hp-ev-small {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  flex: 1;
  align-items: center;
  gap: 14px;
  min-height: 90px;
  padding: 14px;
  transition: background .18s, border-color .18s, transform .18s, box-shadow .18s;
  display: flex;
  overflow: hidden;
}

.hp-ev-small:hover {
  background: var(--bg-alt);
  border-color: var(--border-mid);
  transform: translateX(3px);
  box-shadow: 0 4px 14px #00000012;
}

.hp-ev-small-img {
  border-radius: 3px;
  flex: none;
  width: 72px;
  height: 72px;
  overflow: hidden;
}

.hp-ev-small-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hp-ev-small-img--nophoto {
  background: #b07a2b1f;
  border: 1px solid #b07a2b33;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hp-ev-small-img-day {
  color: var(--c-event);
  opacity: .7;
  font-family: Spectral, serif;
  font-size: 28px;
}

.hp-ev-small-body {
  flex: 1;
  min-width: 0;
}

.hp-ev-small-date {
  align-items: baseline;
  gap: 5px;
  margin-bottom: 5px;
  display: flex;
}

.hp-ev-small-mon {
  letter-spacing: .12em;
  color: var(--c-event);
  text-transform: uppercase;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
}

.hp-ev-small-daynum {
  color: var(--ink);
  font-family: Spectral, serif;
  font-size: 20px;
  line-height: 1;
}

.hp-ev-small-year {
  color: var(--dim);
  font-size: 11px;
}

.hp-ev-small-title {
  color: var(--ink);
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 3px;
  font-family: Spectral, serif;
  font-size: 15px;
  line-height: 1.3;
  overflow: hidden;
}

.hp-ev-small-loc {
  color: var(--muted);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  overflow: hidden;
}

.hp-ev-small-arrow {
  color: var(--border-mid);
  flex: none;
  font-size: 16px;
  transition: transform .15s, color .15s;
}

.hp-ev-small:hover .hp-ev-small-arrow {
  color: var(--ink);
  transform: translateX(4px);
}

.hp-places-grid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1024px) {
  .hp-events-featured-grid {
    grid-template-columns: 1fr;
  }

  .hp-ev-feat {
    min-height: 380px;
  }

  .hp-ev-upcoming-col {
    flex-flow: wrap;
  }

  .hp-ev-small {
    flex: calc(50% - 6px);
  }

  .hp-explore-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .nav-has-sub {
    display: none;
  }

  .hp-events-featured-grid {
    grid-template-columns: 1fr;
  }

  .hp-ev-upcoming-col {
    flex-direction: column;
  }

  .hp-ev-small {
    flex: none;
  }

  .hp-people-grid, .hp-places-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hp-clusters-grid {
    grid-template-columns: 1fr;
  }

  .hp-mobile-bar {
    display: flex;
  }
}

.hp-section-label--event {
  color: var(--c-event) !important;
}

.hp-section-title--light {
  color: var(--ink);
}

.hp-view-all--light {
  color: var(--label);
}

.hp-view-all--light:hover {
  color: var(--ink);
  border-color: var(--border-mid);
}

.hp-ev-controls {
  align-items: center;
  gap: 20px;
  display: flex;
}

.hp-ev-view-toggle {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}

.hp-ev-toggle-btn {
  letter-spacing: .08em;
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11.5px;
  transition: background .15s, color .15s;
  display: inline-flex;
}

.hp-ev-toggle-btn + .hp-ev-toggle-btn {
  border-left: 1px solid var(--border);
}

.hp-ev-toggle-btn:hover {
  color: var(--ink);
  background: var(--bg-alt);
}

.hp-ev-toggle-btn--active {
  background: var(--accent);
  color: #fff;
}

.hp-ev-toggle-icon {
  font-size: 13px;
  line-height: 1;
}

.hp-cal {
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 16px #00000012;
}

.hp-cal-nav {
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  justify-content: space-between;
  align-items: center;
  padding: 16px 22px;
  display: flex;
}

.hp-cal-nav-btn {
  background: var(--bg-white);
  border: 1px solid var(--border);
  width: 34px;
  height: 34px;
  color: var(--muted);
  cursor: pointer;
  border-radius: 3px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transition: background .15s, color .15s, border-color .15s;
  display: flex;
}

.hp-cal-nav-btn:hover {
  background: var(--bg-alt);
  color: var(--ink);
  border-color: var(--border-mid);
}

.hp-cal-month-label {
  align-items: baseline;
  gap: 10px;
  display: flex;
}

.hp-cal-month-name {
  color: var(--ink);
  font-family: Spectral, serif;
  font-size: 22px;
  font-weight: 400;
}

.hp-cal-month-year {
  letter-spacing: .08em;
  color: var(--dim);
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
}

.hp-cal-dow-row {
  border-bottom: 1px solid var(--border);
  background: var(--bg);
  grid-template-columns: repeat(7, 1fr);
  display: grid;
}

.hp-cal-dow {
  text-align: center;
  letter-spacing: .14em;
  color: var(--dim);
  padding: 9px 0;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.hp-cal-grid {
  background: var(--border);
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  display: grid;
}

.hp-cal-cell {
  background: var(--bg-white);
  min-height: 96px;
  padding: 10px 10px 8px;
  transition: background .14s;
  position: relative;
}

.hp-cal-cell--empty {
  background: var(--bg);
}

.hp-cal-cell--today {
  background: #fff8f0;
}

.hp-cal-cell--today .hp-cal-day-num {
  background: var(--c-event);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-weight: 600;
  display: inline-flex;
}

.hp-cal-cell--has-events {
  background: #fffcf5;
}

.hp-cal-cell--has-events:not(.hp-cal-cell--today) {
  border-top: 2px solid var(--c-event);
}

.hp-cal-day-num {
  color: var(--dim);
  margin-bottom: 6px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  line-height: 24px;
  display: block;
}

.hp-cal-cell--has-events .hp-cal-day-num {
  color: var(--ink);
  font-weight: 500;
}

.hp-cal-ev-list {
  flex-direction: column;
  gap: 3px;
  display: flex;
}

.hp-cal-ev-chip {
  color: #7a4e10;
  border-left: 2px solid var(--c-event);
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #b07a2b1f;
  border-radius: 0 2px 2px 0;
  padding: 3px 6px;
  font-size: 10.5px;
  line-height: 1.35;
  transition: background .12s, color .12s;
  display: block;
  overflow: hidden;
}

.hp-cal-ev-chip:hover {
  color: #5a3508;
  background: #b07a2b38;
}

.hp-cal-empty-msg {
  text-align: center;
  color: var(--dim);
  border-top: 1px solid var(--border);
  background: var(--bg);
  padding: 28px 24px;
  font-size: 13.5px;
  font-style: italic;
}

@media (max-width: 768px) {
  .hp-ev-controls {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hp-cal-cell {
    min-height: 60px;
    padding: 6px;
  }

  .hp-cal-day-num {
    font-size: 11px;
  }

  .hp-cal-ev-chip {
    font-size: 9px;
  }

  .hp-cal-month-name {
    font-size: 18px;
  }
}

.clu-page {
  background: var(--bg);
}

.clu-hero {
  background: var(--bg);
  min-height: 480px;
  display: flex;
}

.clu-hero-left {
  border-right: 1px solid var(--border);
  background: #f5f2ec;
  flex-direction: column;
  flex: none;
  justify-content: center;
  width: 38%;
  padding: 56px 48px 52px;
  display: flex;
}

.clu-hero-title {
  color: var(--ink);
  margin: 0 0 14px;
  font-family: Spectral, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
}

.clu-hero-rule {
  background: var(--c-cluster);
  border-radius: 2px;
  width: 44px;
  height: 3px;
  margin-bottom: 18px;
}

.clu-hero-sub {
  color: var(--muted);
  margin: 0 0 36px;
  font-size: 14px;
  line-height: 1.65;
}

.clu-stats-row {
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  margin-bottom: 36px;
  display: grid;
}

.clu-stat {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 8px;
  flex-direction: column;
  gap: 3px;
  padding: 14px 16px 12px;
  display: flex;
}

.clu-stat-icon {
  opacity: .75;
  margin-bottom: 4px;
  font-size: 18px;
}

.clu-stat strong {
  color: var(--ink);
  font-family: Spectral, serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.clu-stat span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.clu-map-btn {
  background: var(--c-cluster);
  color: #fff;
  letter-spacing: .02em;
  border-radius: 6px;
  align-self: flex-start;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  transition: background .2s, transform .15s;
  display: inline-flex;
}

.clu-map-btn:hover {
  background: #3a5540;
  transform: translateY(-1px);
}

.clu-hero-map {
  isolation: isolate;
  flex: 1;
  min-height: 480px;
  position: relative;
}

.clu-featured {
  background: var(--bg);
  padding: 52px 0;
}

.clu-featured-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.clu-featured-hd {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
  display: flex;
}

.clu-featured-title {
  color: var(--ink);
  margin: 0;
  font-family: Spectral, serif;
  font-size: 26px;
  font-weight: 400;
}

.clu-view-all {
  color: var(--c-cluster);
  letter-spacing: .04em;
  opacity: .8;
  font-family: IBM Plex Mono, monospace;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .15s;
}

.clu-view-all:hover {
  opacity: 1;
}

.clu-cards-track {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
  gap: 18px;
  padding-bottom: 12px;
  display: flex;
  overflow-x: auto;
}

.clu-cards-track::-webkit-scrollbar {
  height: 4px;
}

.clu-cards-track::-webkit-scrollbar-track {
  background: none;
}

.clu-cards-track::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 2px;
}

.clu-card {
  border: 1px solid var(--border);
  scroll-snap-align: start;
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  flex: none;
  width: 210px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  overflow: hidden;
}

.clu-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px #0000001a;
}

.clu-card-img {
  background: #d8ddd0;
  flex: none;
  height: 140px;
  overflow: hidden;
}

.clu-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
}

.clu-card:hover .clu-card-img img {
  transform: scale(1.06);
}

.clu-card-img-fallback {
  background: linear-gradient(150deg, #c8d8b4, #7a9a66);
  width: 100%;
  height: 100%;
}

.clu-card-body {
  flex-direction: column;
  flex: 1;
  padding: 14px 16px 16px;
  display: flex;
}

.clu-card-name {
  color: var(--ink);
  margin: 0 0 6px;
  font-family: Spectral, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.25;
}

.clu-card-desc {
  color: var(--muted);
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  flex: 1;
  margin: 0 0 14px;
  font-size: 12.5px;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.clu-card-counts {
  border-top: 1px solid var(--border);
  gap: 12px;
  margin-bottom: 12px;
  padding: 10px 0;
  display: flex;
}

.clu-card-count {
  flex-direction: column;
  flex: 1;
  align-items: center;
  gap: 1px;
  display: flex;
}

.clu-card-count strong {
  color: var(--ink);
  font-family: Spectral, serif;
  font-size: 16px;
  font-weight: 600;
}

.clu-card-count span {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
}

.clu-card-cta {
  color: var(--c-cluster);
  letter-spacing: .04em;
  padding-top: 4px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  text-decoration: none;
  transition: letter-spacing .15s;
  display: block;
}

.clu-card-cta:hover {
  letter-spacing: .08em;
}

.clu-bottom {
  border-top: 1px solid var(--border);
  grid-template-columns: 1fr 1fr;
  gap: 0;
  display: grid;
}

.clu-cats {
  padding: 52px var(--content-x, 40px);
  border-right: 1px solid var(--border);
  background: #f5f2ec;
}

.clu-cats-title {
  color: var(--ink);
  margin: 0 0 6px;
  font-family: Spectral, serif;
  font-size: 22px;
  font-weight: 400;
}

.clu-cats-sub {
  color: var(--muted);
  margin: 0 0 28px;
  font-size: 13px;
}

.clu-cats-grid {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  display: grid;
}

.clu-cat-btn {
  border: 1px solid var(--border);
  color: var(--ink);
  background: #fff;
  border-radius: 8px;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, border-color .2s;
  display: flex;
}

.clu-cat-btn:hover {
  border-color: var(--c-cluster);
  box-shadow: 0 2px 10px #00000012;
}

.clu-cat-icon {
  font-size: 18px;
}

.clu-why {
  padding: 52px var(--content-x, 40px);
  background: var(--bg);
}

.clu-why-title {
  color: var(--ink);
  margin: 0 0 28px;
  font-family: Spectral, serif;
  font-size: 22px;
  font-weight: 400;
}

.clu-why-cards {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.clu-why-card {
  align-items: flex-start;
  gap: 16px;
  display: flex;
}

.clu-why-icon {
  background: #f0ede6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 26px;
  display: flex;
}

.clu-why-card strong {
  color: var(--ink);
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  display: block;
}

.clu-why-card p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .clu-hero {
    flex-direction: column;
  }

  .clu-hero-left {
    width: 100%;
    padding: 36px 24px 32px;
  }

  .clu-hero-map {
    flex: none;
    height: 320px;
    min-height: 320px;
  }

  .clu-hero-title {
    font-size: 30px;
  }

  .clu-featured {
    padding: 36px 0;
  }

  .clu-featured-inner {
    padding: 0 20px;
  }

  .clu-bottom {
    grid-template-columns: 1fr;
  }

  .clu-cats {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 36px 20px;
  }

  .clu-why {
    padding: 36px 20px;
  }
}

@media (max-width: 600px) {
  .clu-stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .clu-cats-grid {
    grid-template-columns: 1fr;
  }
}

.cd-hero--560 {
  height: 560px;
  min-height: 560px;
}

.cd-hero-stats--pipe {
  align-items: center;
  gap: 0;
  margin-bottom: 28px;
  display: flex;
}

.cd-hero-stats--pipe .cd-stat {
  border-left: 1px solid #edeee247;
  align-items: center;
  gap: 8px;
  padding: 0 22px;
  display: flex;
}

.cd-hero-stats--pipe .cd-stat:first-child {
  border-left: none;
  padding-left: 0;
}

.cd-about {
  grid-template-columns: 1fr 280px;
  align-items: start;
  gap: 52px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 40px;
  display: grid;
}

.cd-about-meta {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 8px;
  padding: 8px 0;
  position: sticky;
  top: 24px;
}

.cd-meta-row {
  border-bottom: 1px solid var(--border);
  align-items: flex-start;
  gap: 12px;
  padding: 14px 20px;
  display: flex;
}

.cd-meta-row:last-child {
  border-bottom: none;
}

.cd-meta-icon {
  flex: none;
  width: 26px;
  margin-top: 1px;
  font-size: 17px;
  line-height: 1;
}

.cd-meta-url-small {
  color: var(--muted);
  word-break: break-all;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  font-weight: 400;
}

.cd-features {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 40px;
  display: grid;
}

.cd-feature-item {
  background: var(--bg-white, #fafaf8);
  border: 1px solid var(--border);
  text-align: center;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 12px;
  transition: box-shadow .2s;
  display: flex;
}

.cd-feature-item:hover {
  box-shadow: 0 2px 10px #0000000f;
}

.cd-feature-icon {
  font-size: 22px;
  line-height: 1;
}

.cd-feature-label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.cd-highlights {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 52px 0;
  overflow: hidden;
}

.cd-highlights-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.cd-hl-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.cd-hl-heading {
  color: var(--ink);
  margin: 0;
  font-family: Spectral, serif;
  font-size: 28px;
  font-weight: 400;
}

.cd-hl-arrows {
  gap: 8px;
  display: flex;
}

.cd-hl-arrow {
  border: 1px solid var(--border);
  cursor: pointer;
  width: 32px;
  height: 32px;
  color: var(--ink);
  background: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  transition: border-color .2s, background .2s;
  display: flex;
}

.cd-hl-arrow:hover {
  border-color: var(--c-cluster);
  background: #f4f7f4;
}

.cd-hl-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  display: grid;
}

.cd-hl-card {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.cd-hl-img {
  background: #e4e0d8;
  border-radius: 6px;
  height: 170px;
  overflow: hidden;
}

.cd-hl-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
}

.cd-hl-card:hover .cd-hl-img img {
  transform: scale(1.04);
}

.cd-hl-card-title {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.cd-hl-card-sub {
  color: var(--muted);
  margin-top: -4px;
  font-size: 12px;
}

.cd-map-glance {
  border-top: 1px solid var(--border);
  grid-template-columns: 60% 40%;
  align-items: start;
  gap: 0;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 40px;
  display: grid;
}

.cd-map-glance-heading {
  color: var(--ink);
  margin: 0 0 18px;
  font-family: Spectral, serif;
  font-size: 22px;
  font-weight: 400;
}

.cd-map-col {
  padding-right: 52px;
}

.cd-map-legend2 {
  color: var(--muted);
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  font-size: 12px;
  display: flex;
}

.cd-map-legend2 > span {
  align-items: center;
  gap: 5px;
  display: flex;
}

.cd-glance-col {
  border-left: 1px solid var(--border);
  padding-left: 52px;
}

.cd-glance-list {
  flex-direction: column;
  display: flex;
}

.cd-glance-row {
  border-bottom: 1px solid var(--border);
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 13px 0;
  display: flex;
}

.cd-glance-row:last-child {
  border-bottom: none;
}

.cd-glance-label {
  color: var(--muted);
  white-space: nowrap;
  flex: none;
  font-size: 13px;
}

.cd-glance-val {
  color: var(--ink);
  text-align: right;
  font-size: 13px;
  font-weight: 500;
}

.cd-tri-section {
  border-top: 1px solid var(--border);
  grid-template-columns: repeat(3, 1fr);
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 40px;
  display: grid;
}

.cd-tri-col {
  border-left: 1px solid var(--border);
  padding: 0 36px;
}

.cd-tri-col:first-child {
  border-left: none;
  padding-left: 0;
}

.cd-tri-col:last-child {
  padding-right: 0;
}

.cd-tri-head {
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  display: flex;
}

.cd-tri-head h3 {
  color: var(--ink);
  margin: 0;
  font-family: Spectral, serif;
  font-size: 17px;
  font-weight: 400;
}

.cd-tri-viewall {
  color: var(--muted);
  white-space: nowrap;
  flex: none;
  font-size: 12px;
  text-decoration: none;
  transition: color .15s;
}

.cd-tri-viewall:hover {
  color: var(--c-cluster);
}

.cd-tri-empty {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
}

.cd-place-row2 {
  border-bottom: 1px solid var(--border);
  color: inherit;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.cd-place-row2:last-of-type {
  border-bottom: none;
}

.cd-place-thumb {
  background: #e4e0d8;
  border-radius: 4px;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.cd-place-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cd-place-thumb-grad {
  background: linear-gradient(135deg, #4c6b50, #253320);
  width: 100%;
  height: 100%;
}

.cd-place-row2-info {
  min-width: 0;
}

.cd-place-row2-name {
  color: var(--ink);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
  transition: color .15s;
  overflow: hidden;
}

.cd-place-row2:hover .cd-place-row2-name {
  color: var(--c-cluster);
}

.cd-place-row2-type {
  color: var(--muted);
  margin-top: 2px;
  font-size: 12px;
}

.cd-ev-row2 {
  border-bottom: 1px solid var(--border);
  color: inherit;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.cd-ev-row2:last-of-type {
  border-bottom: none;
}

.cd-ev-date2 {
  background: var(--c-cluster);
  color: #fff;
  border-radius: 4px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-height: 44px;
  padding: 4px 2px;
  display: flex;
}

.cd-ev-mon2 {
  letter-spacing: .1em;
  opacity: .85;
  font-family: IBM Plex Mono, monospace;
  font-size: 8px;
  line-height: 1;
}

.cd-ev-day2 {
  font-family: Spectral, serif;
  font-size: 20px;
  line-height: 1.1;
}

.cd-ev-row2-info {
  min-width: 0;
}

.cd-ev-row2-name {
  color: var(--ink);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  overflow: hidden;
}

.cd-ev-row2-type {
  color: var(--muted);
  margin-top: 2px;
  font-size: 12px;
}

.cd-ev-row2-date {
  color: var(--muted);
  opacity: .75;
  margin-top: 3px;
  font-size: 11px;
}

.cd-svc-row2 {
  border-bottom: 1px solid var(--border);
  color: inherit;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  text-decoration: none;
  display: flex;
}

.cd-svc-row2:last-of-type {
  border-bottom: none;
}

.cd-svc-icon-circle {
  background: #f0ede6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 17px;
  display: flex;
}

.cd-svc-row2-info {
  min-width: 0;
}

.cd-svc-row2-name {
  color: var(--ink);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
  transition: color .15s;
  overflow: hidden;
}

.cd-svc-row2:hover .cd-svc-row2-name {
  color: var(--c-cluster);
}

.cd-svc-row2-cat {
  color: var(--muted);
  margin-top: 2px;
  font-size: 12px;
}

.cd-qr2-section {
  color: #edeee2;
  background: #2b3a24;
}

.cd-qr2-inner {
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 56px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 68px 40px;
  display: grid;
}

.cd-qr2-eyebrow {
  letter-spacing: .2em;
  color: #9fc07f;
  margin-bottom: 14px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.cd-qr2-title {
  color: #fff;
  margin: 0 0 12px;
  font-family: Spectral, serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
}

.cd-qr2-desc {
  color: #edeee2b8;
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.65;
}

.cd-qr2-steps {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.cd-qr2-step {
  color: #edeee2d9;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  display: flex;
}

.cd-qr2-step-icon {
  background: #ffffff17;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 15px;
  display: flex;
}

.cd-qr2-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cd-qr2-right {
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  display: flex;
}

.cd-qr2-note {
  color: #edeee2b3;
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.cd-qr2-dl-btn {
  color: #edeee2;
  letter-spacing: .02em;
  border: 1px solid #edeee261;
  border-radius: 4px;
  padding: 11px 22px;
  font-size: 13px;
  text-decoration: none;
  transition: border-color .2s, background .2s;
  display: inline-block;
}

.cd-qr2-dl-btn:hover {
  background: #ffffff0d;
  border-color: #edeee2bf;
}

.cd-explore-more {
  background: var(--bg);
  border-top: 1px solid var(--border);
  padding: 60px 0;
}

.cd-explore-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.cd-explore-heading {
  color: var(--ink);
  margin: 0 0 24px;
  font-family: Spectral, serif;
  font-size: 22px;
  font-weight: 400;
}

.cd-cluster-scroll {
  scrollbar-width: thin;
  scrollbar-color: var(--border) transparent;
  gap: 16px;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}

.cd-cluster-scroll::-webkit-scrollbar {
  height: 4px;
}

.cd-cluster-scroll::-webkit-scrollbar-thumb {
  background: var(--border);
  border-radius: 2px;
}

.cd-cluster-thumb {
  width: 180px;
  color: inherit;
  flex-direction: column;
  flex: none;
  gap: 9px;
  text-decoration: none;
  display: flex;
}

.cd-cluster-thumb-img {
  background: #e4e0d8;
  border-radius: 6px;
  height: 120px;
  overflow: hidden;
}

.cd-cluster-thumb-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .32s;
}

.cd-cluster-thumb:hover .cd-cluster-thumb-img img {
  transform: scale(1.05);
}

.cd-cluster-thumb-grad {
  background: linear-gradient(135deg, #4c6b50, #253320);
  width: 100%;
  height: 100%;
}

.cd-cluster-thumb-name {
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
}

.cd-cluster-thumb--viewall .cd-cluster-thumb-viewall-box {
  border: 1px dashed var(--border);
  background: #f4f1ea;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.cd-cluster-thumb--viewall .cd-cluster-thumb-viewall-box > span {
  color: var(--muted);
  font-size: 28px;
  line-height: 1;
}

.cd-cluster-thumb--viewall .cd-cluster-thumb-name {
  color: var(--c-cluster);
  font-weight: 600;
}

@media (max-width: 1024px) {
  .cd-about {
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 44px 32px;
  }

  .cd-about-meta {
    position: static;
  }

  .cd-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .cd-map-glance {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 44px 32px;
  }

  .cd-map-col {
    padding-right: 0;
  }

  .cd-glance-col {
    border-left: none;
    border-top: 1px solid var(--border);
    padding-top: 32px;
    padding-left: 0;
  }

  .cd-tri-section {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 44px 32px;
  }

  .cd-tri-col {
    border-left: none;
    border-bottom: 1px solid var(--border);
    margin-bottom: 32px;
    padding: 0 0 32px;
  }

  .cd-tri-col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .cd-qr2-inner {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 36px;
    padding: 48px 32px;
  }

  .cd-qr2-center {
    order: -1;
  }

  .cd-qr2-right {
    align-items: center;
  }

  .cd-qr2-steps {
    align-items: flex-start;
    display: inline-flex;
  }

  .cd-qr2-left {
    text-align: left;
  }

  .cd-explore-inner {
    padding: 0 32px;
  }
}

@media (max-width: 768px) {
  .cd-hero--560 {
    height: auto;
    min-height: 500px;
  }

  .cd-hero-stats--pipe .cd-stat {
    padding: 0 14px;
  }

  .cd-about {
    padding: 36px 20px;
  }

  .cd-highlights-inner {
    padding: 0 20px;
  }

  .cd-hl-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cd-map-glance, .cd-tri-section {
    padding: 36px 20px;
  }

  .cd-qr2-inner {
    padding: 40px 20px;
  }

  .cd-explore-inner {
    padding: 0 20px;
  }

  .cd-explore-more {
    padding: 44px 0;
  }
}

@media (max-width: 480px) {
  .cd-hl-grid {
    grid-template-columns: 1fr;
  }

  .cd-features {
    grid-template-columns: repeat(2, 1fr);
  }

  .cd-hero-stats--pipe {
    flex-wrap: wrap;
    gap: 8px;
  }

  .cd-hero-stats--pipe .cd-stat {
    border-left: 1px solid #edeee233;
    padding: 0 10px;
  }

  .cd-hero-stats--pipe .cd-stat:first-child {
    border-left: none;
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: no-preference) {
  a, button {
    transition: transform .12s, filter .12s;
  }

  a:active, button:active {
    filter: brightness(.94);
    transform: scale(.97);
  }

  .entity-card:active {
    filter: brightness(.96);
    transform: translateY(-1px)scale(.97);
  }

  .rel-card:active {
    filter: brightness(.96);
    transform: scale(.97);
  }

  .cd-ev-row2:active, .cd-svc-row2:active, .hp-ev-small:active, .hp-ev-feat:active {
    filter: brightness(.96);
    transform: scale(.98);
  }
}

@media (prefers-reduced-motion: reduce) {
  a:active, button:active {
    filter: brightness(.94);
  }
}

.ptx-overlay {
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  background: #1e1a1659;
  justify-content: center;
  align-items: center;
  transition: opacity .28s;
  display: flex;
  position: fixed;
  inset: 0;
}

.ptx-overlay--visible {
  opacity: 1;
  pointer-events: auto;
}

.ptx-overlay--skeleton {
  background: var(--bg);
  -webkit-backdrop-filter: none;
  justify-content: stretch;
  align-items: flex-start;
  overflow-y: auto;
}

.ptx-skeleton-wrap {
  width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  .ptx-skeleton-wrap {
    animation: .32s ease-out both fadeInUp;
  }
}

.ptx-message {
  background: var(--bg-white);
  color: var(--ink);
  opacity: 0;
  border-radius: 999px;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  font-family: Spectral, serif;
  font-size: 16px;
  transition: transform .28s, opacity .28s;
  display: flex;
  transform: translateY(8px);
  box-shadow: 0 8px 30px #00000040;
}

.ptx-overlay--visible .ptx-message {
  opacity: 1;
  transform: translateY(0);
}

.ptx-dot {
  background: var(--accent);
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
}

@media (prefers-reduced-motion: no-preference) {
  .ptx-dot {
    animation: 1.1s ease-in-out infinite ptx-pulse;
  }

  @keyframes ptx-pulse {
    0%, 100% {
      opacity: .4;
      transform: scale(.85);
    }

    50% {
      opacity: 1;
      transform: scale(1.15);
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .ptx-overlay, .ptx-message {
    transition: opacity 1ms linear;
  }
}

.skel {
  background: linear-gradient(90deg, var(--bg-alt) 25%, var(--border) 37%, var(--bg-alt) 63%);
  background-size: 400% 100%;
  border-radius: 4px;
}

@media (prefers-reduced-motion: no-preference) {
  .skel {
    animation: 1.6s ease-in-out infinite skel-sweep;
  }

  @keyframes skel-sweep {
    0% {
      background-position: 200% 0;
    }

    100% {
      background-position: -200% 0;
    }
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(12px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .cd-hero, .detail-hero, .hp-hero {
    animation: .42s ease-out both fadeInUp;
  }

  .cd-hero-stats, .detail-meta, .facts-strip {
    animation: .42s ease-out 80ms both fadeInUp;
  }

  .cd-about, .detail-body {
    animation: .42s ease-out .14s both fadeInUp;
  }

  .cd-map-glance, .sidebar-map-box {
    animation: .42s ease-out .2s both fadeInUp;
  }

  .cd-tri-section, .relations-block, .rel-group {
    animation: .42s ease-out .26s both fadeInUp;
  }

  .entity-grid .entity-card, .rel-cards .rel-card {
    animation: .38s ease-out both fadeInUp;
  }
}

.ed-page {
  background: var(--bg);
}

.ed-hero {
  color: #edeee2;
  align-items: flex-end;
  min-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ed-hero-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ed-hero-bg--grad {
  background: linear-gradient(160deg, #3a4a28, #22301a);
}

.ed-hero-overlay {
  background: linear-gradient(#14120e26 0%, #14120ec7 100%);
  position: absolute;
  inset: 0;
}

.ed-hero-breadcrumb {
  letter-spacing: .08em;
  color: #edeee2bf;
  z-index: 1;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
  position: absolute;
  top: 24px;
  left: 32px;
}

.ed-hero-breadcrumb a {
  color: #edeee2bf;
}

.ed-hero-breadcrumb a:hover {
  color: #edeee2;
}

.ed-hero-content {
  z-index: 1;
  width: 100%;
  padding: 60px 32px 48px;
  position: relative;
}

.ed-hero-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.ed-hero-eyebrow {
  letter-spacing: .14em;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  font-family: IBM Plex Mono, monospace;
  font-size: 12px;
  display: inline-flex;
}

.ed-hero-dot {
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
}

.ed-hero-badge {
  color: #edeee2;
  border: 1px solid #edeee266;
  border-radius: 999px;
  margin-left: 6px;
  padding: 3px 10px;
  font-size: 10px;
}

.ed-hero-title {
  letter-spacing: -.015em;
  max-width: 760px;
  margin: 0 0 16px;
  font-family: Spectral, serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.04;
}

.ed-hero-blurb {
  color: #edeee2d9;
  max-width: 560px;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.6;
}

.ed-hero-facts {
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 28px;
  display: flex;
}

.ed-fact {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.ed-fact-label {
  letter-spacing: .1em;
  color: #edeee28c;
  font-family: IBM Plex Mono, monospace;
  font-size: 10px;
}

.ed-fact-value {
  color: #edeee2;
  font-size: 15px;
}

.ed-hero-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}

.ed-btn-primary {
  background: var(--cta);
  color: #fff;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: filter .15s;
}

.ed-btn-primary:hover {
  filter: brightness(1.08);
}

.ed-btn-ghost {
  color: #edeee2;
  background: none;
  border: 1px solid #edeee266;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 14px;
  transition: background .15s;
}

.ed-btn-ghost:hover {
  background: #edeee21f;
}

.ed-hero-qr {
  margin-top: 18px;
}

.ed-hero-qr summary {
  cursor: pointer;
  color: #edeee2bf;
  width: fit-content;
  font-size: 13px;
}

.ed-hero-qr summary:hover {
  color: #edeee2;
}

.ed-hero-qr[open] summary {
  margin-bottom: 14px;
}

.ed-section {
  border-bottom: 1px solid var(--border);
  padding: 56px 0;
}

.ed-section:last-child {
  border-bottom: none;
}

.ed-section--tint {
  background: var(--bg-alt);
}

.ed-section-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.ed-section-label {
  letter-spacing: .12em;
  color: var(--label);
  margin-bottom: 18px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.ed-section-head {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 24px;
  display: flex;
}

.ed-section-title {
  color: var(--ink);
  margin: 0;
  font-family: Spectral, serif;
  font-size: 26px;
  font-weight: 400;
}

.ed-viewall {
  color: var(--label);
  border-bottom: 1px solid var(--border-mid);
  padding-bottom: 2px;
  font-size: 13px;
}

.ed-viewall:hover {
  color: var(--ink);
}

.ed-overview-lead {
  color: var(--ink-mid);
  max-width: 760px;
  margin: 0 0 20px;
  font-family: Spectral, serif;
  font-size: 19px;
  line-height: 1.6;
}

.ed-prose {
  max-width: 760px;
}

.ed-prose p {
  color: var(--ink-mid);
  margin: 0 0 16px;
  font-size: 15.5px;
  line-height: 1.74;
}

.ed-timeline {
  max-width: 720px;
}

.ed-timeline-item {
  gap: 20px;
  display: flex;
}

.ed-timeline-rail {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.ed-timeline-dot {
  border-radius: 50%;
  flex: none;
  width: 12px;
  height: 12px;
  margin-top: 4px;
}

.ed-timeline-line {
  background: var(--border);
  flex: 1;
  width: 2px;
  min-height: 28px;
  margin: 4px 0;
}

.ed-timeline-body {
  padding-bottom: 28px;
}

.ed-timeline-date {
  letter-spacing: .06em;
  color: var(--dim);
  margin-bottom: 4px;
  font-family: IBM Plex Mono, monospace;
  font-size: 11px;
}

.ed-timeline-title {
  color: var(--ink);
  margin-bottom: 4px;
  font-family: Spectral, serif;
  font-size: 18px;
}

.ed-timeline-desc {
  color: var(--ink-mid);
  margin: 0;
  font-size: 14.5px;
  line-height: 1.6;
}

.ed-gallery-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  display: grid;
}

.ed-gallery-thumb {
  aspect-ratio: 4 / 3;
  border: 1px solid var(--border);
  background: var(--bg-alt);
  cursor: zoom-in;
  border-radius: 4px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.ed-gallery-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.ed-gallery-thumb:hover img {
  transform: scale(1.05);
}

.ed-lightbox {
  z-index: 1200;
  background: #0a0907eb;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: fixed;
  inset: 0;
}

.ed-lightbox-img {
  border-radius: 2px;
  max-width: 100%;
  max-height: 100%;
}

.ed-lightbox-close, .ed-lightbox-nav {
  color: #fff;
  cursor: pointer;
  background: #ffffff1a;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 18px;
  transition: background .15s;
  position: absolute;
}

.ed-lightbox-close:hover, .ed-lightbox-nav:hover {
  background: #ffffff38;
}

.ed-lightbox-close {
  top: 20px;
  right: 20px;
}

.ed-lightbox-nav--prev {
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.ed-lightbox-nav--next {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.ed-lightbox-count {
  color: #ffffffb3;
  font-size: 13px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.ed-videos-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  display: grid;
}

.ed-video-frame {
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.ed-video-frame iframe {
  border: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.ed-video-fallback-link {
  color: #fff;
  background: var(--bg-alt);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.ed-video-title {
  color: var(--ink-mid);
  margin-top: 8px;
  font-size: 14px;
}

.ed-quotes {
  flex-direction: column;
  gap: 24px;
  max-width: 760px;
  display: flex;
}

.ed-quote {
  border-left: 3px solid var(--accent);
  margin: 0;
  padding-left: 22px;
}

.ed-quote-text {
  color: var(--ink);
  margin: 0 0 10px;
  font-family: Spectral, serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.5;
}

.ed-quote-attribution {
  color: var(--muted);
  font-size: 13px;
}

.ed-map-wrap {
  border: 1px solid var(--border);
  border-radius: 4px;
  height: 420px;
  overflow: hidden;
}

.ed-related-section .ed-section-inner {
  padding-top: 0;
}

.ed-explore-track {
  scroll-snap-type: x proximity;
  gap: 18px;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}

.ed-explore-card {
  scroll-snap-align: start;
  border: 1px solid var(--border);
  background: var(--bg-white);
  border-radius: 4px;
  flex: 0 0 220px;
  transition: box-shadow .18s, transform .18s;
  overflow: hidden;
}

.ed-explore-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px #0000001a;
}

.ed-explore-img {
  height: 140px;
}

.ed-explore-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ed-explore-name {
  color: var(--ink);
  padding: 12px 14px 2px;
  font-family: Spectral, serif;
  font-size: 17px;
}

.ed-explore-sub {
  color: var(--muted);
  padding: 0 14px 14px;
  font-size: 12.5px;
}

@media (max-width: 1024px) {
  .ed-hero-title {
    font-size: 42px;
  }

  .ed-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ed-videos-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ed-hero {
    min-height: 380px;
  }

  .ed-hero-content {
    padding: 40px 20px 32px;
  }

  .ed-hero-title {
    font-size: 32px;
  }

  .ed-section {
    padding: 40px 0;
  }

  .ed-section-inner {
    padding: 0 20px;
  }

  .ed-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ed-explore-card {
    flex-basis: 180px;
  }
}

@media (max-width: 480px) {
  .ed-hero-title {
    font-size: 26px;
  }

  .ed-hero-facts {
    gap: 18px;
  }

  .ed-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .ed-hero, .ed-hero-facts, .ed-hero-actions, .ed-section {
    animation: .42s ease-out both fadeInUp;
  }
}

.svc-header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 32px 0;
}

.svc-header h1 {
  color: var(--ink);
  margin: 0 0 10px;
  font-family: Spectral, serif;
  font-size: 38px;
  font-weight: 400;
}

.svc-header .subtitle {
  color: var(--muted);
  max-width: 640px;
  margin: 0 0 30px;
  font-size: 15px;
}

.svc-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px 72px;
}

.svc-cat-nav {
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 32px;
  display: flex;
}

.svc-cat-pill {
  border: 1px solid var(--border);
  background: var(--bg-white);
  color: var(--ink-mid);
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  font-size: 13.5px;
  transition: border-color .15s, background .15s;
  display: inline-flex;
}

.svc-cat-pill:hover {
  border-color: var(--border-mid);
  background: var(--bg-alt);
}

.svc-cat-pill-icon {
  font-size: 15px;
}

.svc-cat-pill-count {
  color: var(--dim);
  background: var(--bg-alt);
  border-radius: 999px;
  padding: 1px 7px;
  font-family: IBM Plex Mono, monospace;
  font-size: 10.5px;
}

.svc-featured {
  margin-bottom: 36px;
}

.svc-featured-track {
  scroll-snap-type: x proximity;
  gap: 16px;
  padding-bottom: 8px;
  display: flex;
  overflow-x: auto;
}

.svc-featured-track .svc-card {
  scroll-snap-align: start;
  flex: 0 0 260px;
}

.svc-section-title {
  color: var(--ink);
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  font-family: Spectral, serif;
  font-size: 22px;
  font-weight: 400;
  display: flex;
}

.svc-section-icon {
  font-size: 20px;
}

.svc-filter-bar {
  background: var(--bg-white);
  border: 1px solid var(--border);
  z-index: 5;
  border-radius: 6px;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 36px;
  padding: 16px;
  display: flex;
  position: sticky;
  top: 8px;
}

.svc-search {
  border: 1px solid var(--border);
  background: var(--bg);
  min-width: 160px;
  color: var(--ink);
  border-radius: 4px;
  flex: 220px;
  padding: 10px 14px;
  font-size: 14px;
}

.svc-search:focus {
  border-color: var(--accent);
  outline: none;
}

.svc-select {
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--ink-mid);
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 13.5px;
}

.svc-view-toggle {
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  overflow: hidden;
}

.svc-view-btn {
  color: var(--muted);
  background: var(--bg-white);
  padding: 9px 14px;
  font-size: 13px;
  transition: background .15s, color .15s;
}

.svc-view-btn--active {
  background: var(--accent);
  color: #fff;
}

.svc-clear-filters {
  color: var(--cta);
  border: 1px solid var(--cta);
  background: none;
  border-radius: 4px;
  padding: 9px 14px;
  font-size: 13px;
}

.svc-clear-filters:hover {
  background: var(--cta);
  color: #fff;
}

.svc-cat-section {
  margin-bottom: 44px;
  scroll-margin-top: 90px;
}

.svc-section-head {
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 4px;
  display: flex;
}

.svc-section-head .svc-section-title {
  margin-bottom: 0;
}

.svc-viewall {
  color: var(--label);
  border-bottom: 1px solid var(--border-mid);
  padding-bottom: 2px;
  font-size: 13px;
}

.svc-viewall:hover {
  color: var(--ink);
}

.svc-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
  display: grid;
}

.svc-results .svc-grid {
  margin-top: 0;
}

.svc-empty {
  color: var(--muted);
  text-align: center;
  padding: 40px 0;
  font-size: 14px;
}

.svc-card {
  border: 1px solid var(--border);
  background: var(--bg-white);
  border-radius: 4px;
  transition: box-shadow .18s, transform .18s;
  display: block;
  overflow: hidden;
}

.svc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px #0000001a;
}

.svc-card-img {
  height: 150px;
  position: relative;
  overflow: hidden;
}

.svc-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.svc-card:hover .svc-card-img img {
  transform: scale(1.05);
}

.svc-card-placeholder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.svc-card-placeholder-icon {
  font-size: 40px;
}

.svc-card-tag {
  letter-spacing: .08em;
  color: #fff;
  border-radius: 2px;
  padding: 4px 9px;
  font-family: IBM Plex Mono, monospace;
  font-size: 9.5px;
  position: absolute;
  top: 12px;
  left: 12px;
}

.svc-card-body {
  padding: 14px 16px 16px;
}

.svc-card-name {
  color: var(--ink);
  margin-bottom: 6px;
  font-family: Spectral, serif;
  font-size: 18px;
}

.svc-card-loc, .svc-card-meta {
  color: var(--muted);
  margin-bottom: 3px;
  font-size: 12.5px;
}

.svc-card-cta {
  color: var(--label);
  border-bottom: 1px solid var(--border-mid);
  margin-top: 8px;
  font-size: 12.5px;
  display: inline-block;
}

.svc-card:hover .svc-card-cta {
  color: var(--ink);
  border-color: var(--ink-mid);
}

.svc-map-wrap {
  border: 1px solid var(--border);
  border-radius: 6px;
  flex-direction: column;
  height: 560px;
  display: flex;
  overflow: hidden;
}

.svc-map-wrap .gmap-wrap {
  flex: 1;
  min-height: 0;
}

@media (max-width: 1024px) {
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .svc-header, .svc-page {
    padding-left: 20px;
    padding-right: 20px;
  }

  .svc-header h1 {
    font-size: 28px;
  }

  .svc-filter-bar {
    position: static;
  }

  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .svc-map-wrap {
    height: 420px;
  }
}

@media (max-width: 480px) {
  .svc-grid {
    grid-template-columns: 1fr;
  }

  .svc-cat-pill {
    padding: 7px 12px;
    font-size: 12.5px;
  }
}

.svc-map-split {
  grid-template-columns: 1.6fr 1fr;
  gap: 16px;
  height: 600px;
  display: grid;
}

.svc-map-split-map {
  border: 1px solid var(--border);
  border-radius: 6px;
  height: 100%;
  overflow: hidden;
}

.svc-map-split-list {
  border: 1px solid var(--border);
  background: var(--bg-white);
  border-radius: 6px;
  height: 100%;
  padding: 6px;
  overflow-y: auto;
}

.svc-list-row {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 4px;
  align-items: center;
  gap: 12px;
  padding: 12px 10px;
  transition: background .15s;
  display: flex;
}

.svc-list-row:hover {
  background: var(--bg-alt);
}

.svc-list-row--selected {
  background: var(--bg-alt);
  border-color: var(--border-mid);
}

.svc-list-row-icon {
  color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  font-size: 16px;
  display: flex;
}

.svc-list-row-info {
  flex: 1;
  min-width: 0;
}

.svc-list-row-name {
  color: var(--ink);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Spectral, serif;
  font-size: 15px;
  overflow: hidden;
}

.svc-list-row-meta {
  color: var(--muted);
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  overflow: hidden;
}

.svc-list-row-link {
  color: var(--label);
  border-bottom: 1px solid var(--border-mid);
  flex: none;
  padding-bottom: 1px;
  font-size: 11.5px;
}

.svc-list-row-link:hover {
  color: var(--ink);
  border-color: var(--ink-mid);
}

@media (max-width: 1024px) {
  .svc-map-split {
    grid-template-rows: 360px 320px;
    grid-template-columns: 1fr;
    height: auto;
  }
}

@media (max-width: 480px) {
  .svc-list-row-link {
    display: none;
  }
}

/*# sourceMappingURL=src_app_%28frontend%29_styles_0lew7-s.css.map*/