:root {
  --ink: #161616;
  --ink-soft: #252321;
  --paper: #efe8dc;
  --ivory: #fffaf1;
  --muted: #5f5a52;
  --red: #d83a2e;
  --red-dark: #a82620;
  --rule: #bbb1a3;
  --focus: #ffd15c;
  --rail: 1240px;
  --gutter: clamp(20px, 5vw, 72px);
  --display: "Arial Narrow", "Helvetica Neue Condensed", Impact, sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 0; margin: 0; background: var(--paper); color: var(--ink); font-family: var(--body); line-height: 1.5; overflow-wrap: anywhere; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
section { scroll-margin-top: 92px; }
main, section, header, footer, nav,
.site-header > *, .about > *, .call-band > *, .visit > *, footer > * { min-width: 0; max-width: 100%; }

.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 12px 18px; background: var(--focus); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 16px; }

.concept-notice { min-height: 34px; padding: 7px var(--gutter); display: flex; justify-content: space-between; gap: 24px; align-items: center; background: var(--red); color: white; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.site-header { position: absolute; z-index: 20; top: 34px; left: 0; width: 100%; min-height: 76px; padding: 18px var(--gutter); display: flex; justify-content: space-between; align-items: center; gap: 24px; color: white; border-bottom: 1px solid rgba(255,255,255,.25); transition: background-color .2s ease, border-color .2s ease; }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(22,22,22,.96); border-color: rgba(255,255,255,.12); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-height: 44px; }
.brand-mark { width: 43px; height: 43px; display: grid; place-items: center; background: var(--red); color: white; font-family: var(--display); font-size: 22px; font-weight: 900; letter-spacing: -.05em; transform: skew(-4deg); }
.brand-name { font-family: var(--display); font-size: clamp(18px, 2.1vw, 26px); font-weight: 900; text-transform: uppercase; letter-spacing: -.025em; }
.brand-name em { font-family: var(--body); font-size: 9px; font-style: normal; letter-spacing: .16em; vertical-align: super; }
nav { display: flex; align-items: center; gap: clamp(14px, 2.4vw, 36px); }
nav a { min-height: 44px; display: inline-flex; align-items: center; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
nav a:not(.nav-call) { border-bottom: 1px solid transparent; }
nav a:not(.nav-call):hover { border-color: currentColor; }
.nav-call { padding: 0 18px; background: white; color: var(--ink); border-radius: 3px; }
.nav-call:hover { background: var(--focus); }

.hero { position: relative; min-height: calc(94svh - 34px); overflow: hidden; display: grid; align-items: end; color: white; background: #252321; }
.hero-media, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: center 48%; }
.hero-scrim { background: linear-gradient(90deg, rgba(8,8,8,.85) 0%, rgba(8,8,8,.52) 47%, rgba(8,8,8,.15) 82%), linear-gradient(0deg, rgba(0,0,0,.58) 0%, transparent 52%); }
.hero-grid { position: relative; z-index: 2; width: min(var(--rail), calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: 160px 0 clamp(72px, 10vh, 118px); }
.eyebrow { margin: 0 0 18px; color: white; font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--red); }
h1, h2 { font-family: var(--display); text-transform: uppercase; letter-spacing: -.045em; line-height: .88; }
h1 { max-width: 930px; margin: 0; font-size: clamp(4.1rem, 10.5vw, 9.6rem); font-weight: 900; text-wrap: balance; }
h1 span { color: var(--red); }
.hero-copy { max-width: 590px; margin: 28px 0 0; font-size: clamp(17px, 2vw, 22px); line-height: 1.45; }
.hero-actions { margin-top: 32px; display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; border-radius: 3px; text-decoration: none; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; transition: background-color .18s ease, color .18s ease; }
.button-primary { background: var(--red); color: white; }
.button-primary:hover { background: white; color: var(--ink); }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: white; color: var(--ink); }
.text-link { display: inline-flex; gap: 15px; align-items: center; min-height: 44px; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; text-decoration-thickness: 1px; }
.text-link.light { color: white; }
.media-label { position: absolute; z-index: 2; right: var(--gutter); bottom: 18px; margin: 0; max-width: 310px; text-align: right; color: rgba(255,255,255,.75); font-size: 10px; letter-spacing: .05em; }
.scroll-cue { position: absolute; z-index: 2; right: var(--gutter); top: 50%; display: flex; align-items: center; gap: 12px; color: white; text-decoration: none; transform: rotate(90deg) translateX(50%); transform-origin: right center; font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.scroll-cue i { width: 54px; height: 1px; background: currentColor; }

.essentials { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--rule); background: var(--ivory); }
.essential-item { min-height: 142px; padding: 30px clamp(20px, 3vw, 46px); display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; border-right: 1px solid var(--rule); }
.essential-item:last-child { border-right: 0; }
.essential-number { color: var(--red); font-family: var(--display); font-size: 22px; font-weight: 900; }
.essential-item p { margin: 0; }
.essential-item small { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.essential-item strong, .essential-item a { font-size: clamp(15px, 1.5vw, 20px); font-weight: 800; }

.about { width: min(var(--rail), calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: clamp(90px, 13vw, 180px) 0; display: grid; grid-template-columns: minmax(250px,.72fr) minmax(340px,1.05fr); column-gap: clamp(48px, 9vw, 130px); position: relative; }
.section-index { position: absolute; top: 54px; left: 0; color: var(--muted); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.about-copy { align-self: center; }
.about h2, .visit h2 { margin: 0; font-size: clamp(3.4rem, 7vw, 7.4rem); }
.about .lead { margin: 32px 0 20px; font-size: clamp(20px, 2.3vw, 29px); line-height: 1.28; font-weight: 700; }
.about-copy > p:not(.eyebrow):not(.lead) { max-width: 660px; color: var(--muted); font-size: 16px; }
.about-copy .text-link { margin-top: 12px; }
.editorial-image { margin: 0; align-self: end; }
.editorial-image img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 56% center; filter: saturate(.75) contrast(1.04); }
figcaption { margin-top: 10px; color: var(--muted); font-size: 10px; letter-spacing: .04em; }

.call-band { padding: clamp(62px, 9vw, 110px) var(--gutter); display: grid; grid-template-columns: auto minmax(260px,1fr) minmax(280px,.8fr); align-items: end; gap: clamp(24px, 5vw, 72px); background: var(--red); color: white; }
.call-band-index { align-self: start; font-family: var(--display); font-size: clamp(6rem, 13vw, 13rem); font-weight: 900; line-height: .75; color: rgba(255,255,255,.16); }
.call-band h2 { margin: 0; font-size: clamp(4.2rem, 9vw, 9rem); }
.call-band-action p { max-width: 430px; margin: 0 0 24px; font-size: 17px; }
.call-band-action .button { min-width: min(100%, 310px); }

.visit { width: min(var(--rail), calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: clamp(90px, 13vw, 175px) 0; display: grid; grid-template-columns: minmax(220px,.55fr) minmax(400px,1.15fr); gap: clamp(50px, 10vw, 145px); }
.route-card { min-height: 440px; padding: 30px; display: flex; flex-direction: column; background: var(--ink); color: white; }
.route-label { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.route-card strong { margin-top: auto; font-family: var(--display); font-size: clamp(5.5rem, 10vw, 9rem); letter-spacing: -.06em; line-height: .8; }
.route-line { width: 100%; height: 8px; margin: 26px 0 14px; background: var(--red); transform: skew(-18deg); }
.route-card > span:last-child { font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.visit h2 { max-width: 770px; }
.visit-details { margin-top: 58px; display: grid; grid-template-columns: 1fr 1.2fr; gap: clamp(36px, 6vw, 80px); padding-top: 26px; border-top: 1px solid var(--rule); }
.visit-details h3 { margin: 0 0 14px; color: var(--red); font-size: 10px; letter-spacing: .17em; text-transform: uppercase; }
.visit-details p { margin: 0 0 15px; font-size: 17px; }
.hours { margin: 0; }
.hours div { display: flex; justify-content: space-between; gap: 18px; padding: 10px 0; border-bottom: 1px solid var(--rule); }
.hours dt { font-weight: 800; }
.hours dd { margin: 0; text-align: right; }
.visit-details .fine-print { margin-top: 16px; color: var(--muted); font-size: 12px; }

.closing-media { position: relative; min-height: 68svh; display: grid; place-items: center; overflow: hidden; color: white; background: var(--ink); }
.closing-media > img, .closing-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.closing-media > img { object-fit: cover; }
.closing-scrim { background: rgba(0,0,0,.57); }
.closing-copy { position: relative; z-index: 2; padding: 100px var(--gutter); text-align: center; }
.closing-copy h2 { margin: 0 0 34px; font-size: clamp(4rem, 10vw, 9rem); }
.closing-copy .button { min-width: 240px; }

footer { padding: 58px var(--gutter) 28px; display: grid; grid-template-columns: 1fr auto; gap: 52px 80px; background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.16); }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand p { margin: 0; }
.footer-brand strong { font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.footer-brand span { color: rgba(255,255,255,.65); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px 30px; align-items: center; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.disclosure { grid-column: 1 / -1; max-width: 820px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.17); }
.disclosure strong { color: var(--red); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.disclosure p { margin: 10px 0 0; color: rgba(255,255,255,.7); font-size: 13px; }
.copyright { grid-column: 1 / -1; margin: 0; color: rgba(255,255,255,.48); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header { align-items: flex-start; }
  nav { flex-wrap: wrap; justify-content: flex-end; gap: 4px 18px; }
  nav a { font-size: 10px; }
  .nav-call { padding-inline: 12px; }
  .about { grid-template-columns: 1fr 1fr; gap: 42px; }
  .call-band { grid-template-columns: auto 1fr; }
  .call-band-action { grid-column: 2; }
  .visit { grid-template-columns: 230px 1fr; gap: 52px; }
  .visit-details { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .concept-notice { justify-content: center; text-align: center; font-size: 9px; }
  .concept-notice span:last-child { display: none; }
  .site-header { min-height: 102px; padding-top: 12px; align-items: center; flex-direction: column; gap: 4px; }
  .site-header.is-scrolled { padding-block: 7px; min-height: 80px; }
  .brand-mark { width: 35px; height: 35px; font-size: 18px; }
  .brand-name { font-size: 18px; }
  nav { width: 100%; justify-content: center; }
  nav a { min-height: 34px; }
  .nav-call { min-height: 36px; }
  .hero { min-height: 92svh; }
  .hero-media { object-position: 60% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(8,8,8,.92) 0%, rgba(8,8,8,.56) 70%, rgba(8,8,8,.42) 100%); }
  .hero-grid { padding-top: 170px; padding-bottom: 74px; }
  h1 { font-size: clamp(3.7rem, 19vw, 6.2rem); }
  .hero-copy { max-width: 92%; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 10px; }
  .button { width: 100%; }
  .media-label { right: 18px; bottom: 11px; max-width: 240px; font-size: 8px; }
  .scroll-cue { display: none; }
  .essentials { grid-template-columns: 1fr; }
  .essential-item { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--rule); }
  .essential-item:last-child { border-bottom: 0; }
  .about { grid-template-columns: 1fr; gap: 52px; }
  .about h2, .visit h2 { font-size: clamp(3.4rem, 15vw, 5.4rem); }
  .editorial-image img { aspect-ratio: 4/3; }
  .call-band { grid-template-columns: 1fr; gap: 30px; }
  .call-band-index { font-size: 7rem; }
  .call-band-action { grid-column: auto; }
  .visit { grid-template-columns: 1fr; }
  .route-card { min-height: 260px; }
  .route-card strong { font-size: 6.5rem; }
  .visit-details { margin-top: 38px; }
  .hours div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .hours dd { text-align: left; }
  .closing-media { min-height: 62svh; }
  .closing-copy { width: 100%; }
  footer { grid-template-columns: 1fr; gap: 34px; }
  .footer-links { align-items: flex-start; flex-direction: column; gap: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media print {
  .site-header, .scroll-cue { position: static; background: var(--ink); }
  .hero, .closing-media { min-height: 700px; }
}
