:root {
    --ink: #10243e;
    --muted: #5f7085;
    --line: #dbe5ec;
    --paper: #f7fbfd;
    --blue: #dff2fa;
    --navy: #12345b;
    --green: #b7ff55;
    --white: #ffffff;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
button, input, select { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.form-status { display: block; min-height: 1px; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(247,251,253,.98); position: sticky; top: 0; z-index: 20; }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; min-width: 220px; }
.brand-mark { width: 30px; height: 30px; border-radius: 50%; background: var(--green); border: 5px solid var(--navy); position: relative; }
.brand-mark::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--navy); position: absolute; top: 6px; left: 6px; }
.brand-name { font-family: 'Space Grotesk', sans-serif; font-weight: 700; letter-spacing: -.04em; }
.brand-sub { display: block; color: var(--muted); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-top: 2px; }
.main-nav { display: flex; gap: 22px; font-size: 14px; color: var(--muted); }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--navy); }
.header-search { margin-left: auto; display: flex; align-items: center; border: 1px solid var(--line); background: var(--white); border-radius: 999px; padding: 0 14px; min-width: 220px; }
.header-search input { border: 0; outline: 0; background: transparent; width: 100%; padding: 10px 8px; color: var(--ink); }
.search-icon { color: var(--navy); font-size: 26px; line-height: 1; }
.page-shell { padding: 28px 0 70px; }
.eyebrow { margin: 0 0 11px; text-transform: uppercase; letter-spacing: .15em; color: var(--navy); font-size: 11px; font-weight: 700; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); padding-bottom: 13px; margin-bottom: 18px; }
.section-heading h1, .section-heading h2 { margin: 0; font-family: 'Space Grotesk', sans-serif; letter-spacing: -.05em; line-height: .98; }
.section-heading h1 { font-size: clamp(32px, 5vw, 62px); }
.section-heading h2 { font-size: 28px; }
.text-link { color: var(--navy); border-bottom: 1px solid currentColor; font-size: 13px; }
.wayfinding { border: 1px solid var(--line); background: var(--white); display: grid; grid-template-columns: 1.2fr .75fr .75fr auto; align-items: center; gap: 0; margin-bottom: 26px; }
.wayfinding > * { min-height: 52px; padding: 0 16px; border-right: 1px solid var(--line); }
.wayfinding input, .wayfinding select { border: 0; background: transparent; outline: 0; width: 100%; color: var(--ink); }
.wayfinding select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'><path d='M2.5 4.5l3.5 3.5 3.5-3.5' fill='none' stroke='%235f7085' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>"); background-repeat: no-repeat; background-position: right 14px center; background-size: 10px; padding-right: 34px; cursor: pointer; }
.wayfinding form { display: flex; align-items: center; }
.wayfinding button { border: 0; border-right: 0; background: var(--navy); color: var(--white); cursor: pointer; min-width: 112px; }
.mosaic { display: grid; grid-template-columns: 1.45fr .8fr .8fr; grid-template-rows: 220px 220px; gap: 10px; }
.map-tile { position: relative; overflow: hidden; background: var(--blue); min-height: 180px; }
.map-tile.featured { grid-row: span 2; min-height: 450px; }
.map-tile img { transition: transform .35s ease; }
.map-tile:hover img { transform: scale(1.04); }
.map-tile::after { content: ''; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(9,31,55,.84)); pointer-events: none; }
.tile-copy { position: absolute; z-index: 1; left: 17px; right: 17px; bottom: 16px; color: var(--white); }
.tile-copy h2, .tile-copy h3 { margin: 0 0 5px; font-family: 'Space Grotesk', sans-serif; letter-spacing: -.035em; }
.tile-copy h2 { font-size: clamp(23px, 3vw, 40px); }
.tile-copy h3 { font-size: 20px; }
.tile-meta { color: rgba(255,255,255,.82); font-size: 12px; }
.stats-bar { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); background: var(--white); margin: 28px 0 44px; }
.stat { padding: 18px 20px; border-right: 1px solid var(--line); }
.stat:last-child { border-right: 0; }
.stat strong { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 30px; color: var(--navy); }
.stat span { color: var(--muted); font-size: 12px; }
.list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.list-card { background: var(--white); border: 1px solid var(--line); }
.card-image { height: 170px; background: var(--blue); }
.card-body { padding: 16px; }
.card-body h3 { margin: 0 0 8px; font-family: 'Space Grotesk', sans-serif; font-size: 21px; letter-spacing: -.035em; }
.card-body p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.kicker { color: var(--navy); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; margin-bottom: 9px; }
.events-list { display: grid; gap: 0; border-top: 1px solid var(--line); }
.event-row { display: grid; grid-template-columns: 128px minmax(0,1fr) auto 22px; gap: 14px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.event-date { color: var(--navy); font-family: 'Space Grotesk', sans-serif; font-size: 13px; line-height: 1.35; }
.event-row h3 { margin: 0 0 4px; font-family: 'Space Grotesk', sans-serif; font-size: 21px; letter-spacing: -.035em; }
.event-row p { margin: 0; color: var(--muted); font-size: 13px; }
.event-place { color: var(--muted); font-size: 12px; }
.arrow { color: var(--navy); font-size: 20px; }
.detail-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 28px; }
.detail-grid-guide { grid-template-columns: .95fr 1.15fr; }
.detail-image { min-height: 420px; background: var(--blue); }
.detail-copy { border-top: 1px solid var(--line); padding-top: 18px; }
.detail-copy h1 { font-family: 'Space Grotesk', sans-serif; font-size: clamp(38px, 6vw, 78px); line-height: .94; letter-spacing: -.06em; margin: 0 0 18px; }
.detail-copy .dek { color: var(--muted); font-size: 18px; line-height: 1.5; }
.info-stack { border-top: 1px solid var(--line); margin-top: 28px; }
.info-line { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.info-line span:first-child { color: var(--muted); }
.site-footer { border-top: 1px solid var(--line); padding: 28px 0 38px; color: var(--muted); font-size: 12px; }
.footer-inner { display: flex; justify-content: space-between; gap: 16px; }
.prose { color: var(--muted); line-height: 1.7; max-width: 720px; }
@media (max-width: 820px) {
    .header-inner { flex-wrap: wrap; padding: 14px 0; gap: 14px; }
    .brand { min-width: 0; }
    .main-nav { order: 3; width: 100%; justify-content: space-between; }
    .header-search { min-width: 0; flex: 1; }
    .wayfinding { grid-template-columns: 1fr 1fr; }
    .wayfinding > * { border-bottom: 1px solid var(--line); }
    .wayfinding button { grid-column: span 2; }
    .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 250px 190px; }
    .map-tile.featured { grid-column: span 2; grid-row: auto; min-height: 250px; }
    .list-grid { grid-template-columns: 1fr 1fr; }
    .detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .container { width: min(100% - 28px, 1180px); }
    .mosaic, .list-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
    .map-tile.featured { grid-column: auto; min-height: 300px; }
    .map-tile { min-height: 190px; }
    .stats-bar { grid-template-columns: 1fr; }
    .stat { border-right: 0; border-bottom: 1px solid var(--line); }
    .stat:last-child { border-bottom: 0; }
    .event-row { grid-template-columns: 92px minmax(0,1fr) 18px; gap: 10px; }
    .event-place { display: none; }
    .wayfinding { grid-template-columns: 1fr; gap: 8px; padding: 10px; }
    .wayfinding > * { border-bottom: 0; border-right: 0; }
    .wayfinding form, .wayfinding select { border: 1px solid var(--line); border-radius: 6px; background-color: var(--white); min-height: 48px; }
    .wayfinding form { padding: 0 12px; }
    .wayfinding select { padding-left: 12px; }
    .wayfinding button { grid-column: auto; min-width: 0; }
    .footer-inner { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}