:root {
  --ink: #152327;
  --muted: #627176;
  --paper: #f5f1e8;
  --white: #fffef9;
  --line: #d6d0c4;
  --night: #123a42;
  --night-deep: #092930;
  --teal: #19756d;
  --teal-soft: #dfece7;
  --gold: #c88b32;
  --gold-soft: #f0dfbd;
  --rust: #9f4e38;
  --measure: 76rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 1rem/1.55 Arial, Helvetica, sans-serif; }
a { color: var(--night); text-underline-offset: .18em; }
a:hover { color: var(--teal); }
button, input, select { font: inherit; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; }
.wrap { width: min(calc(100% - 2rem), var(--measure)); margin-inline: auto; }
.icon { width: 1.2rem; height: 1.2rem; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: absolute; left: 1rem; top: -5rem; padding: .65rem .9rem; color: #fff; background: var(--gold); z-index: 10; }
.skip-link:focus { top: 1rem; }

.site-header { color: #fff; background: var(--night-deep); border-bottom: 1px solid rgba(255,255,255,.18); }
.header-inner { display: flex; flex-wrap: wrap; padding-block: .8rem; align-items: center; justify-content: space-between; min-height: 4.8rem; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .7rem; color: #fff; font: 700 1.25rem/1 Georgia, serif; text-decoration: none; }
.plate { display: inline-grid; place-items: center; width: 2.65rem; height: 2.65rem; color: var(--night-deep); background: var(--gold-soft); border: 3px solid var(--gold); border-radius: 50%; font: 800 .8rem/1 Arial, sans-serif; }
.site-header nav { display: flex; flex-wrap: wrap; gap: .5rem 1rem; font-size: .88rem; font-weight: 700; }
.site-header nav a { color: #fff; text-decoration: none; }

.intro { padding: 4rem 0 3rem; color: #fff; background: linear-gradient(125deg, var(--night-deep), var(--night) 58%, #1b595b); }
.intro .wrap { display: grid; gap: 2rem; }
.kicker { margin: 0 0 .7rem; color: #efbd69; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.intro h1 { max-width: 13ch; margin: 0; font-size: clamp(2.7rem, 10vw, 5.5rem); line-height: .96; letter-spacing: -.035em; }
.intro .lede { max-width: 42rem; margin: 0; color: #dce9e7; font-size: 1.08rem; }
.intro-note { display: inline-flex; align-items: center; gap: .55rem; margin-top: 1.25rem; color: #fff; font-size: .86rem; font-weight: 700; }
.intro-note .icon { color: #efbd69; }

.area-nav { padding: 1rem 0; background: var(--gold-soft); border-bottom: 1px solid #cdb781; }
.area-nav .wrap { display: flex; flex-wrap: wrap; gap: .55rem 1.1rem; overflow: visible; }
.area-nav a { max-width: 100%; color: var(--night-deep); font-size: .82rem; font-weight: 800; white-space: normal; }
.area-nav a:first-child { color: var(--rust); }

.filter-panel { margin: 2rem 0; padding: 1rem; background: var(--white); border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(18,58,66,.06); }
.filter-panel[hidden] { display: none; }
.filter-grid { display: grid; gap: .8rem; }
.filter-grid label { display: grid; gap: .3rem; color: var(--muted); font-size: .7rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.filter-grid input, .filter-grid select { width: 100%; min-height: 2.8rem; padding: .55rem .7rem; color: var(--ink); background: #fff; border: 1px solid #a9aaa3; border-radius: .2rem; }
.filter-grid input:focus, .filter-grid select:focus { outline: 3px solid var(--gold-soft); outline-offset: 1px; border-color: var(--night); }
.filter-actions { display: flex; align-items: end; }
.button { min-height: 2.8rem; padding: .55rem 1rem; color: #fff; background: var(--night); border: 1px solid var(--night); font-weight: 800; cursor: pointer; }
.button.secondary { color: var(--night); background: transparent; }
.filter-status { margin: .8rem 0 0; color: var(--night); font-size: .85rem; font-weight: 800; }

.directory { padding: 0 0 5rem; }
.area-section { scroll-margin-top: 1rem; padding-top: 2.4rem; }
.area-section + .area-section { margin-top: 2.5rem; border-top: 1px solid var(--line); }
.area-section.focus-area { margin-top: .5rem; padding: 1.5rem; background: #eee6d6; border: 1px solid #d6c6a8; }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.1rem; }
.section-title h2 { display: flex; align-items: center; gap: .55rem; margin: 0; color: var(--night-deep); font-size: 1.8rem; }
.section-title h2 .icon { width: 1.45rem; height: 1.45rem; color: var(--rust); }
.section-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: .45rem .8rem; }
.area-guide-link { color: var(--rust); font-size: .78rem; font-weight: 800; }
.location-index-header { padding: 2rem; color: #fff; background: var(--night); border-bottom: .4rem solid var(--gold); }
.location-index-header h1 { max-width: 18ch; margin: 0; font-size: clamp(2.4rem, 8vw, 4.6rem); line-height: 1; }
.location-index-header p:last-child { color: #deebe8; }
.location-index { padding-bottom: 2rem; }
.location-index-section { padding-top: 2rem; }
.location-index-section + .location-index-section { margin-top: 1rem; border-top: 1px solid var(--line); }
.location-index-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.location-index-list li { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.location-index-list a { font-weight: 800; }
.location-index-list span { color: var(--muted); font-size: .78rem; text-align: right; }
.area-index-grid { display: grid; gap: 1rem; padding: 2rem 0; }
.area-guide-card { display: grid; align-content: start; gap: .65rem; padding: 1.35rem; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--teal); }
.area-guide-card .kicker { margin: 0; color: var(--rust); }
.area-guide-card h2, .area-guide-card p { margin: 0; }
.area-guide-card h2 { font-size: 1.65rem; line-height: 1.12; }
.area-guide-count { color: var(--muted); font-size: .82rem; font-weight: 800; }
.area-guide-header { padding: 2rem; color: #fff; background: linear-gradient(125deg, var(--night-deep), var(--night) 65%, #1b595b); border-bottom: .4rem solid var(--gold); }
.area-guide-header h1 { max-width: 17ch; margin: 0; font-size: clamp(2.5rem, 9vw, 5rem); line-height: .98; }
.area-guide-header > p:last-child { max-width: 56rem; margin: 1.2rem 0 0; color: #dce9e7; font-size: 1.05rem; }
.area-content { margin-top: 2rem; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); }
.area-content h2 { margin: 0 0 .75rem; color: var(--night-deep); font-size: 1.55rem; }
.area-content p:last-child { margin-bottom: 0; }
.landmark-list { display: grid; gap: .55rem; margin: 0; padding-left: 1.2rem; }
.area-restaurants { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.area-sources { color: var(--muted); font-size: .86rem; }
.area-sources ul { margin-bottom: 0; }
.focus-area .section-title h2::after { content: "Primary dining corridor"; margin-left: .4rem; color: var(--rust); font: 800 .65rem/1 Arial,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.section-count { color: var(--muted); font-size: .78rem; white-space: nowrap; }
.venue-grid { display: grid; gap: 1rem; }
.venue-card { display: grid; gap: .8rem; padding: 1.15rem; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--teal); box-shadow: 0 5px 15px rgba(18,58,66,.045); }
.venue-card[hidden], .area-section[hidden] { display: none; }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: .8rem; }
.venue-type { display: inline-flex; align-items: center; gap: .4rem; color: var(--teal); font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.venue-type .icon { width: 1.35rem; height: 1.35rem; }
.route-mark { background: #fff; border: 1px solid #cdb781; border-radius: .3rem; padding: .3rem .45rem; display: inline-flex; align-items: center; gap: .3rem; color: var(--ink); font-size: .7rem; font-weight: 800; white-space: nowrap; }
.route-mark svg { width: 1.45rem; height: 1.45rem; }
.venue-card h3 { margin: 0; font-size: 1.45rem; line-height: 1.13; }
.venue-card h3 a { color: var(--night-deep); text-decoration-color: #b6c9c5; }
.card-note { margin: 0; color: #526166; }
.card-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin: 0; padding: 0; list-style: none; }
.card-tags li { padding: .18rem .45rem; color: #42575a; background: var(--teal-soft); font-size: .72rem; font-weight: 700; }
.card-facts { display: grid; gap: .35rem; margin: 0; padding-top: .7rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.card-facts span { display: flex; gap: .4rem; align-items: flex-start; }
.card-facts .icon { width: 1rem; height: 1rem; margin-top: .1rem; color: var(--rust); }
.card-link { justify-self: start; color: var(--rust); font-size: .86rem; font-weight: 800; }
.empty { margin: 2rem 0; padding: 2rem 1rem; background: var(--white); border: 1px solid var(--line); text-align: center; }
.empty[hidden] { display: none; }

.planning { padding: 3.5rem 0; color: #deebe8; background: var(--night); }
.planning h2 { margin: 0; color: #fff; font-size: 2rem; }
.planning p { max-width: 52rem; margin-bottom: 0; }
.planning-home { display: grid; gap: 1.5rem; align-items: center; }
.planning-button { justify-self: start; display: inline-block; padding: .8rem 1rem; color: var(--night-deep); background: var(--gold); font-weight: 800; text-decoration: none; }
.planning-header { padding: 2rem; color: #fff; background: linear-gradient(125deg, var(--night-deep), var(--night) 58%, #1b595b); border-bottom: .4rem solid var(--gold); }
.planning-header h1 { max-width: 15ch; margin: 0; font-size: clamp(2.6rem, 9vw, 5.2rem); line-height: .96; }
.planning-header > p:last-child { max-width: 58rem; margin: 1.2rem 0 0; color: #dce9e7; font-size: 1.05rem; }
.planning-jump { display: flex; flex-wrap: wrap; gap: .55rem 1rem; padding: 1.15rem 0; border-bottom: 1px solid var(--line); }
.planning-jump a { color: var(--night-deep); font-size: .85rem; font-weight: 800; }
.planning-content { display: grid; gap: 1.2rem; padding-top: 1.5rem; }
.planning-section { scroll-margin-top: 1rem; padding: 1.5rem; background: var(--white); border: 1px solid var(--line); border-top: 4px solid var(--teal); }
.planning-section h2 { margin: 0 0 .8rem; color: var(--night-deep); font-size: 1.8rem; }
.planning-section > p { max-width: 66rem; }
.planning-section > p:last-of-type { margin-bottom: 0; }
.planning-link-grid { display: grid; gap: .75rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.planning-link-grid li { padding: 1rem; background: var(--teal-soft); border-left: 4px solid var(--rust); }
.planning-link-grid a { color: var(--night-deep); font-weight: 800; }
.planning-link-grid p { margin: .35rem 0 0; color: #526166; font-size: .9rem; }
.planning-link-group { margin-top: 1.6rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.planning-link-group h3 { margin: 0; color: var(--night-deep); font-size: 1.3rem; }
.site-footer { padding: 1.6rem 0; color: var(--muted); background: var(--white); border-top: 1px solid var(--line); font-size: .78rem; }
.footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 1rem; }
.site-footer p { margin: 0; }

.detail-main { padding: 2rem 0 4rem; }
.breadcrumbs { margin: 0 0 2rem; color: var(--muted); font-size: .82rem; }
.detail-header { padding: 2rem; color: #fff; background: var(--night); border-bottom: .4rem solid var(--gold); }
.detail-header .kicker { display: flex; align-items: center; gap: .45rem; }
.detail-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; }
.detail-header h1 { max-width: 18ch; margin: 0; font-size: clamp(2.4rem, 9vw, 4.8rem); line-height: .98; }
.detail-area { margin: 1rem 0 0; color: #efbd69; font-weight: 800; }
.detail-layout { display: grid; gap: 2rem; padding-top: 2rem; }
.detail-section h2 { margin: 0 0 1rem; color: var(--night-deep); font-size: 1.5rem; }
.know { padding: 1.2rem; background: var(--teal-soft); border-left: 5px solid var(--teal); }
.know h2 { margin: 0 0 .4rem; }
.know p { margin: 0; }
.facts { display: grid; grid-template-columns: minmax(7.5rem,.38fr) 1fr; margin: 1.5rem 0 0; border-top: 1px solid var(--line); }
.facts dt, .facts dd { margin: 0; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.facts dt { display: flex; align-items: center; gap: .4rem; color: var(--muted); font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.facts dt .icon { width: 1rem; height: 1rem; color: var(--rust); }
.facts dd { overflow-wrap: anywhere; }
.info-section { margin-top: 1.6rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.info-section h2 { margin-bottom: .45rem; }
.faq details { padding: .9rem 0; border-top: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 800; }
.venue-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.25rem; }
.official-link { display: inline-block; padding: .7rem .9rem; color: #fff; background: var(--rust); font-weight: 800; text-decoration: none; }
.order-link { background: var(--ink); }
.related-list { display: grid; gap: .7rem; padding: 0; list-style: none; }
.related-list li { padding-bottom: .7rem; border-bottom: 1px solid var(--line); }
.related-list a, .back-link { font-weight: 800; }
.back-link { display: inline-block; margin-top: 1.3rem; }
.preview { padding: .55rem; color: #fff; background: #8b1e1e; text-align: center; font-weight: 800; }

@media (min-width: 42rem) {
  .wrap { width: min(calc(100% - 3rem), var(--measure)); }
  .filter-grid { grid-template-columns: 1.4fr 1fr auto; align-items: end; }
  .venue-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .area-index-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .landmark-list { grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 2rem; }
  .planning-home { grid-template-columns: minmax(0,1fr) auto; }
  .planning-link-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .intro .wrap { grid-template-columns: 1.1fr .9fr; align-items: end; }
  .detail-layout { grid-template-columns: minmax(0,1.35fr) minmax(17rem,.65fr); gap: 3.5rem; }
}

@media (min-width: 70rem) {
  .intro { padding: 5.5rem 0 4rem; }
  .venue-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .area-index-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .focus-area .venue-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 35rem) {
  .site-header nav { display: flex; width: 100%; }
  .site-header nav a { display: inline-flex; align-items: center; min-height: 2.75rem; }
  .area-section.focus-area { margin-inline: -1rem; padding-inline: 1rem; }
  .focus-area .section-title h2::after { display: none; }
  .detail-header { margin-inline: -1rem; padding-inline: 1rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
