:root {
  --ink: #171526;
  --cream: #f7f1e8;
  --ivory: #fffaf3;
  --cobalt: #2844d6;
  --coral: #f05a63;
  --lilac: #d9d1ff;
  --muted: #666174;
  --rule: #c9c1b8;
  --focus: #ffe46b;
  --rail: 1240px;
  --gutter: clamp(20px, 5vw, 72px);
  --display: Georgia, "Times New Roman", serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 0; margin: 0; overflow-wrap: anywhere; background: var(--cream); color: var(--ink); font-family: var(--body); line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
main, section, header, footer, nav, .story > *, .visit > *, .closing > * { min-width: 0; max-width: 100%; }
section { scroll-margin-top: 88px; }
.skip-link { position: fixed; z-index: 100; 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(--coral); color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.site-header { position: absolute; z-index: 20; top: 34px; left: 0; width: 100%; min-height: 78px; 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 .18s ease; }
.site-header.is-scrolled { position: fixed; top: 0; background: rgba(23,21,38,.97); }
.brand { min-height: 44px; display: inline-flex; align-items: center; gap: 12px; color: white; text-decoration: none; font-family: var(--display); font-size: clamp(20px, 2.2vw, 28px); font-weight: 700; }
.brand-bubble { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--coral); color: var(--ink); font-style: italic; }
nav { display: flex; align-items: center; gap: clamp(13px, 2.4vw, 34px); }
nav a { min-height: 44px; display: inline-flex; align-items: center; color: white; font-size: 11px; font-weight: 900; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.nav-call { padding: 0 18px; border-radius: 6px; background: white; color: var(--ink); }
.nav-call:hover { background: var(--focus); }

.hero { position: relative; min-height: calc(94svh - 34px); overflow: hidden; display: grid; align-items: end; color: white; background: var(--ink); }
.hero-media, .hero-scrim { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media { object-fit: cover; object-position: 58% center; }
.hero-scrim { background: linear-gradient(90deg, rgba(23,21,38,.88) 0%, rgba(23,21,38,.6) 47%, rgba(23,21,38,.08) 78%), linear-gradient(0deg, rgba(23,21,38,.58), transparent 46%); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.32); border-radius: 50%; }
.orbit-one { width: 48vw; height: 48vw; right: -22vw; top: 12%; }
.orbit-two { width: 18vw; height: 18vw; right: 29vw; bottom: 10%; border-color: rgba(240,90,99,.75); }
.hero-content { position: relative; z-index: 2; width: min(var(--rail), calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: 160px 0 clamp(78px, 11vh, 124px); }
.eyebrow { margin: 0 0 18px; font-size: 10px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: var(--cobalt); }
h1, h2 { font-family: var(--display); letter-spacing: -.055em; line-height: .92; }
h1 { max-width: 880px; margin: 0; font-size: clamp(4rem, 9.4vw, 9.2rem); font-weight: 400; text-wrap: balance; }
h1 em { color: var(--coral); font-weight: 700; }
.hero-copy { max-width: 570px; margin: 28px 0 0; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.5; }
.hero-actions { margin-top: 30px; 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: 34px; border-radius: 6px; text-decoration: none; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; transition: background-color .16s ease, color .16s ease; }
.button-primary { background: var(--coral); color: var(--ink); }
.button-primary:hover { background: white; }
.button-ink { background: var(--ink); color: white; }
.button-ink:hover { background: white; color: var(--ink); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 14px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.text-link.light { color: white; }
.media-label { position: absolute; z-index: 2; right: var(--gutter); bottom: 16px; max-width: 330px; margin: 0; color: rgba(255,255,255,.76); font-size: 9px; text-align: right; }

.essentials { display: grid; grid-template-columns: repeat(3, 1fr); }
.essential { min-height: 150px; padding: 28px clamp(20px, 3vw, 42px); display: grid; grid-template-columns: auto 1fr; gap: 18px; align-items: center; }
.essential.cobalt { background: var(--cobalt); color: white; }
.essential.cream { background: var(--ivory); }
.essential.lilac { background: var(--lilac); }
.bubble-number { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-family: var(--display); font-style: italic; }
.essential p { margin: 0; }
.essential small { display: block; margin-bottom: 4px; opacity: .72; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.essential strong, .essential a { font-size: clamp(15px, 1.4vw, 19px); font-weight: 800; }

.story { position: relative; width: min(var(--rail), calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: clamp(95px, 14vw, 180px) 0; display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(42px, 8vw, 110px); }
.story-copy { align-self: center; }
.story h2, .visit h2, .call-band h2 { margin: 0; font-size: clamp(3.3rem, 6.8vw, 7.1rem); }
.story .lead { margin: 32px 0 18px; font-family: var(--display); font-size: clamp(21px, 2.4vw, 30px); line-height: 1.25; }
.story-copy > p:not(.eyebrow):not(.lead) { max-width: 600px; color: var(--muted); }
.story-copy .text-link { margin-top: 12px; }
.story-image { margin: 0; }
.story-image-main img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.story-image-small { position: absolute; right: 31%; bottom: clamp(3.75rem, 8vw, 7.5rem); width: 34%; margin: 0; z-index: 2; }
.story-image-small img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
figcaption { margin-top: 9px; color: var(--muted); font-size: 9px; }
.roundel { position: absolute; right: -20px; bottom: 12%; width: 150px; height: 150px; display: grid; place-content: center; border-radius: 50%; background: var(--cobalt); color: white; text-align: center; transform: rotate(8deg); }
.roundel span { font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.roundel strong { font-family: var(--display); font-size: 30px; font-style: italic; line-height: 1; }

.call-band { min-height: 520px; padding: clamp(70px, 10vw, 125px) var(--gutter); display: grid; grid-template-columns: auto 1fr minmax(280px,.72fr); align-items: center; gap: clamp(28px, 6vw, 80px); overflow: hidden; background: var(--coral); color: var(--ink); }
.call-mark { writing-mode: vertical-rl; transform: rotate(180deg); color: rgba(23,21,38,.16); font-family: var(--display); font-size: clamp(4rem, 10vw, 9rem); line-height: .7; }
.call-copy .eyebrow { color: var(--ink); }
.call-action p { max-width: 430px; margin: 0 0 24px; font-size: 17px; }
.call-action .button { min-width: min(100%, 300px); }

.visit { width: min(var(--rail), calc(100% - var(--gutter) * 2)); margin: 0 auto; padding: clamp(95px, 14vw, 175px) 0; display: grid; grid-template-columns: minmax(250px,.6fr) minmax(420px,1.2fr); gap: clamp(50px, 10vw, 140px); align-items: center; }
.zip-disc { aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; border-radius: 50%; background: var(--lilac); text-align: center; }
.zip-disc small { color: var(--cobalt); font-weight: 900; letter-spacing: .18em; }
.zip-disc strong { font-family: var(--display); font-size: clamp(4.4rem, 8vw, 8rem); line-height: .9; letter-spacing: -.06em; }
.zip-disc span { margin-top: 12px; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.visit-grid { margin-top: 52px; padding-top: 25px; display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(34px, 5vw, 70px); border-top: 1px solid var(--rule); }
.visit-grid h3 { margin: 0 0 13px; color: var(--cobalt); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.visit-grid p { margin: 0 0 14px; }
.hours { margin: 0; }
.hours div { padding: 10px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--rule); }
.hours dt { font-weight: 800; }
.hours dd { margin: 0; text-align: right; }
.visit-grid .fine-print { margin-top: 15px; color: var(--muted); font-size: 12px; }

.closing { min-height: 72svh; display: grid; grid-template-columns: 1fr 1fr; background: var(--cobalt); color: white; }
.closing-copy { padding: clamp(70px, 9vw, 130px) var(--gutter); display: flex; flex-direction: column; justify-content: center; }
.closing h2 { max-width: 760px; margin: 0 0 34px; font-size: clamp(4rem, 8vw, 8rem); }
.closing .button { align-self: flex-start; min-width: 250px; }
.closing img { width: 100%; height: 100%; object-fit: cover; }
.media-credit { margin-top: 26px; color: rgba(255,255,255,.7); font-size: 9px; }

footer { padding: 58px var(--gutter) 28px; display: grid; grid-template-columns: 1fr auto; gap: 48px 78px; background: var(--ink); color: white; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand p { margin: 0; }
.footer-brand strong { font-family: var(--display); font-size: 25px; }
.footer-brand span { color: rgba(255,255,255,.65); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.disclosure { grid-column: 1 / -1; max-width: 820px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.17); }
.disclosure strong { color: var(--coral); font-size: 9px; 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: 9px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 900px) {
  .story { grid-template-columns: 1fr 1fr; gap: 42px; }
  .call-band { grid-template-columns: auto 1fr; }
  .call-action { grid-column: 2; }
  .visit { grid-template-columns: 240px 1fr; gap: 50px; }
  .visit-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .concept-notice { justify-content: center; text-align: center; font-size: 8px; }
  .concept-notice span:last-child { display: none; }
  .site-header { min-height: 102px; padding-top: 10px; flex-direction: column; gap: 3px; }
  .site-header.is-scrolled { min-height: 78px; padding-block: 7px; }
  .brand-bubble { width: 34px; height: 34px; }
  nav { width: 100%; justify-content: center; gap: 4px 18px; }
  nav a { min-height: 34px; font-size: 9px; }
  .nav-call { min-height: 36px; padding-inline: 12px; }
  .hero { min-height: 92svh; }
  .hero-media { object-position: 66% center; }
  .hero-scrim { background: linear-gradient(0deg, rgba(23,21,38,.94) 0%, rgba(23,21,38,.5) 72%, rgba(23,21,38,.34)); }
  .hero-content { padding-top: 170px; padding-bottom: 74px; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.8rem); }
  .hero-copy { max-width: 94%; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 8px; }
  .button { width: 100%; }
  .media-label { right: 16px; bottom: 9px; max-width: 240px; font-size: 8px; }
  .essentials { grid-template-columns: 1fr; }
  .essential { min-height: 104px; }
  .story { grid-template-columns: 1fr; gap: 46px; }
  .story h2, .visit h2, .call-band h2 { font-size: clamp(3.2rem, 14vw, 5rem); }
  .story-image-main img { aspect-ratio: 4 / 3; }
  .story-image-small { position: relative; right: auto; bottom: auto; width: 72%; margin: -70px 0 0 0; }
  .roundel { right: 0; bottom: 9%; width: 120px; height: 120px; }
  .call-band { min-height: 0; grid-template-columns: 1fr; gap: 24px; }
  .call-mark { writing-mode: horizontal-tb; transform: none; font-size: 5rem; }
  .call-action { grid-column: auto; }
  .visit { grid-template-columns: 1fr; }
  .zip-disc { width: min(76vw, 340px); margin: 0 auto; }
  .hours div { flex-direction: column; gap: 3px; }
  .hours dd { text-align: left; }
  .closing { grid-template-columns: 1fr; }
  .closing-copy { min-height: 58svh; }
  .closing img { max-height: 70svh; }
  footer { grid-template-columns: 1fr; gap: 32px; }
  .footer-links { flex-direction: column; align-items: flex-start; 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 { position: static; background: var(--ink); }
  .hero, .closing { min-height: 700px; }
}
