:root {
  --paper: #f4efe3;
  --paper-bright: #fffaf0;
  --ink: #191816;
  --ink-soft: #34312d;
  --cyan: #00a7b5;
  --magenta: #d91e63;
  --yellow: #f0c400;
  --action: #e0441b;
  --line: rgba(25, 24, 22, 0.22);
  --gutter: clamp(1.25rem, 4vw, 4.5rem);
  --content: 1360px;
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  overflow-x: hidden;
}
img, video { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .22em; }
a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, p { margin-top: 0; }
h1, h2 {
  font-family: "Arial Narrow", "Roboto Condensed", Impact, sans-serif;
  font-stretch: condensed;
  letter-spacing: -.045em;
  line-height: .88;
  text-transform: uppercase;
}
h2 { font-size: clamp(3rem, 7vw, 7.5rem); }
.kicker, .eyebrow, .strip-label, .detail-label {
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.concept-bar {
  min-height: 38px;
  padding: .45rem var(--gutter);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background: var(--ink);
  color: var(--paper);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.concept-bar a { color: var(--yellow); white-space: nowrap; }

.site-header {
  position: relative;
  z-index: 20;
  min-height: 76px;
  padding: 0 var(--gutter);
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 2rem;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  width: fit-content;
  text-decoration: none;
  font-family: "Arial Narrow", Impact, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.wordmark b { display: block; font-size: .68rem; letter-spacing: .14em; }
.register-mark {
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-grid;
  place-items: center;
}
.register-mark::before, .register-mark::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 2px solid var(--ink);
  border-radius: 50%;
}
.register-mark::after { inset: 9px; }
.register-mark i { position: absolute; width: 100%; height: 1px; background: var(--ink); }
.register-mark i:nth-child(2) { transform: rotate(60deg); background: var(--magenta); }
.register-mark i:nth-child(3) { transform: rotate(-60deg); background: var(--cyan); }
.site-header nav { display: flex; gap: clamp(1rem, 2.5vw, 2.5rem); }
.site-header nav a {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
}
.header-call {
  justify-self: end;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .65rem 1rem;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.header-call span { font-variant-numeric: tabular-nums; }

.opening {
  width: 100%;
  min-height: calc(90svh - 10px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: clamp(3rem, 7vw, 7rem) var(--gutter);
  color: white;
}
.opening-media {
  position: absolute;
  z-index: -3;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 43%;
}
.opening-grade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10,10,9,.9) 0%, rgba(10,10,9,.68) 46%, rgba(10,10,9,.15) 76%),
    linear-gradient(0deg, rgba(10,10,9,.6), transparent 62%);
}
.opening-register {
  position: absolute;
  top: clamp(1.2rem, 3vw, 3rem);
  right: var(--gutter);
  display: flex;
  gap: .45rem;
}
.opening-register span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 50%;
  font-size: .67rem;
  font-weight: 900;
}
.opening-register span:nth-child(1) { background: var(--cyan); color: var(--ink); }
.opening-register span:nth-child(2) { background: var(--magenta); }
.opening-register span:nth-child(3) { background: var(--yellow); color: var(--ink); }
.opening-register span:nth-child(4) { background: var(--ink); }
.opening-content { width: min(980px, 91vw); }
.opening .eyebrow { margin-bottom: 1.2rem; color: var(--yellow); }
.opening h1 {
  margin-bottom: 1.25rem;
  max-width: 9ch;
  font-size: clamp(3rem, 8.8vw, 8.8rem);
  text-wrap: balance;
}
.opening-copy {
  max-width: 580px;
  margin-bottom: 1.5rem;
  color: rgba(255,255,255,.88);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
}
.opening-actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.button {
  min-height: 50px;
  padding: .82rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s var(--ease), background-color .2s var(--ease), color .2s var(--ease);
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--action); color: white; }
.button-primary:hover { background: #b83214; }
.button-ink { background: var(--ink); color: var(--paper); }
.button-outline { border-color: var(--ink); }
.text-link { font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.light-link { color: white; }
.media-label {
  position: absolute;
  right: var(--gutter);
  bottom: 1rem;
  margin: 0;
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.72);
  writing-mode: vertical-rl;
}

.fact-strip {
  max-width: var(--content);
  margin: 0 auto;
  padding: 1.5rem var(--gutter);
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.fact-strip > div { padding-right: 1rem; border-right: 1px solid var(--line); }
.fact-strip span, .fact-strip strong { display: block; }
.fact-strip strong, .fact-strip a { font-size: clamp(1rem, 1.4vw, 1.2rem); }
.strip-label { margin-bottom: .2rem; color: #6f6960; }
.strip-arrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  text-decoration: none;
  font-size: 1.3rem;
}

.statement {
  max-width: var(--content);
  min-height: 82svh;
  margin: 0 auto;
  padding: clamp(5rem, 10vw, 10rem) var(--gutter);
  display: grid;
  grid-template-columns: minmax(100px, .45fr) minmax(300px, 1.6fr) minmax(220px, .65fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: center;
}
.statement-index { align-self: start; font-size: .72rem; font-weight: 900; letter-spacing: .14em; }
.statement .kicker { color: var(--action); }
.statement h2 { max-width: 10ch; margin-bottom: 2rem; }
.statement-body > p:last-child {
  max-width: 650px;
  margin: 0 0 0 auto;
  padding-left: clamp(0rem, 8vw, 7rem);
  border-left: 1px solid var(--ink);
  font-size: clamp(1.05rem, 1.7vw, 1.35rem);
}
.paper-swatch {
  aspect-ratio: .74;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--ink);
  color: var(--paper);
  box-shadow: 18px 18px 0 var(--cyan), -14px -14px 0 var(--yellow);
  transform: rotate(3deg);
  font-weight: 900;
  letter-spacing: .14em;
}
.paper-swatch span:nth-child(2) { color: var(--magenta); align-self: center; }
.paper-swatch span:last-child { align-self: end; }

.scroll-scene { height: 300svh; position: relative; background: var(--ink); }
.scroll-stage {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100svh;
  min-height: 620px;
  overflow: hidden;
  background: #161514;
  color: white;
}
.scroll-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.scene-grade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14,13,12,.8), rgba(14,13,12,.18) 70%), linear-gradient(0deg, rgba(14,13,12,.52), transparent 60%);
}
.scene-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
  background-size: 25vw 25vh;
  opacity: .5;
}
.scene-copy {
  position: absolute;
  inset: 0;
  padding: clamp(1.5rem, 4vw, 4rem) var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.scene-topline, .scene-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.scene-beats { position: relative; min-height: 42vh; display: flex; align-items: center; }
.scene-beat {
  display: none;
  max-width: 900px;
}
.scene-beat:first-child, .scroll-scene.is-enhanced .scene-beat.is-active { display: block; }
.scroll-scene.is-enhanced .scene-beat:not(.is-active) { display: none; }
.scene-beat p {
  margin-bottom: .2rem;
  color: var(--yellow);
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.scene-beat h2 { margin: 0; font-size: clamp(4rem, 13vw, 12rem); }
.scene-progress { width: min(280px, 35vw); height: 3px; background: rgba(255,255,255,.28); }
.scene-progress span { display: block; width: 0; height: 100%; background: var(--yellow); transform-origin: left; }
.motion-controls { display: grid; justify-items: end; gap: .65rem; }
.motion-status { max-width: 34ch; color: rgba(255,255,255,.78); text-align: right; line-height: 1.45; }
.motion-opt-in {
  min-height: 44px;
  padding: .7rem 1rem;
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(20,19,18,.72);
  color: white;
  font: inherit;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.motion-opt-in:hover, .motion-opt-in:focus-visible { background: white; color: var(--ink); }
.motion-opt-in[hidden], .motion-status[hidden] { display: none; }
.noscript-scene {
  position: absolute;
  left: var(--gutter);
  right: var(--gutter);
  bottom: 6rem;
  padding: 1rem;
  background: var(--ink);
  color: white;
}

.identity {
  max-width: var(--content);
  margin: 0 auto;
  padding: clamp(6rem, 11vw, 11rem) var(--gutter);
}
.identity-heading {
  max-width: 980px;
  margin-bottom: clamp(3rem, 7vw, 7rem);
  display: grid;
  grid-template-columns: .55fr 1.45fr;
  column-gap: 2rem;
}
.identity-heading .kicker { color: var(--cyan); }
.identity-heading h2 { grid-column: 2; max-width: 11ch; margin-bottom: 1.5rem; }
.identity-heading > p:last-child { grid-column: 2; max-width: 700px; }
.identity-gallery {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: end;
}
.identity-gallery figure { margin: 0; }
.identity-primary { border-top: 12px solid var(--magenta); }
.identity-secondary { margin-bottom: -5rem !important; border-top: 12px solid var(--cyan); }
.identity-gallery img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.identity-gallery figcaption {
  padding: .8rem 0;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: .68rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.visit {
  padding: clamp(7rem, 12vw, 12rem) var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: clamp(3rem, 8vw, 9rem);
  background: var(--yellow);
}
.visit-intro h2 { max-width: 9ch; margin-bottom: 1.5rem; }
.visit-intro > p:not(.kicker) { max-width: 620px; font-size: 1.1rem; }
.visit-actions { margin-top: 2rem; display: flex; flex-wrap: wrap; gap: .75rem; }
.visit-details {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--paper-bright);
  border: 2px solid var(--ink);
  box-shadow: 14px 14px 0 var(--ink);
}
.address-block { padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
address { margin-top: .7rem; font-style: normal; font-size: clamp(1.25rem, 2vw, 1.7rem); font-weight: 800; line-height: 1.25; }
.hours-block { padding: 2rem 0; }
.hours-block dl { margin-bottom: 0; }
.hours-block dl div { display: flex; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--line); padding: .42rem 0; }
.hours-block dt, .hours-block dd { margin: 0; }
.hours-block dd { font-variant-numeric: tabular-nums; text-align: right; }
.facebook-link { font-size: .8rem; font-weight: 900; text-transform: uppercase; }

.final-action {
  min-height: 78svh;
  padding: 6rem var(--gutter);
  position: relative;
  overflow: hidden;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
  background: var(--magenta);
  color: white;
}
.final-action p { font-size: .72rem; font-weight: 900; letter-spacing: .16em; }
.final-action h2 { max-width: 11ch; margin-bottom: 2rem; font-size: clamp(3.2rem, 9vw, 9rem); }
.registration-cross {
  position: absolute;
  width: min(52vw, 620px);
  aspect-ratio: 1;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 50%;
}
.registration-cross::before, .registration-cross::after {
  content: "";
  position: absolute;
  background: rgba(255,255,255,.28);
}
.registration-cross::before { width: 140%; height: 1px; left: -20%; top: 50%; }
.registration-cross::after { height: 140%; width: 1px; top: -20%; left: 50%; }
.final-action > *:not(.registration-cross) { position: relative; z-index: 1; }

footer {
  padding: 3rem var(--gutter);
  display: grid;
  grid-template-columns: .65fr 1.35fr 1fr;
  gap: 3rem;
  background: var(--ink);
  color: var(--paper);
  font-size: .78rem;
}
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.3rem; text-transform: uppercase; }
.footer-disclosure p, .footer-credits p { max-width: 600px; color: rgba(244,239,227,.74); }
footer a { color: var(--yellow); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .statement { grid-template-columns: 90px 1fr; }
  .paper-swatch { grid-column: 2; width: min(360px, 70vw); justify-self: end; }
  .identity-heading { grid-template-columns: 1fr; }
  .identity-heading h2, .identity-heading > p:last-child { grid-column: 1; }
  .visit { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  .footer-credits { grid-column: 2; }
}

@media (max-width: 620px) {
  .concept-bar { font-size: .6rem; }
  .concept-bar a { display: none; }
  .site-header { min-height: 68px; padding-block: .6rem; }
  .header-call span { display: none; }
  .header-call { min-height: 44px; padding-inline: .8rem; }
  .opening { min-height: 86svh; padding-bottom: 4.5rem; }
  .opening-media { object-position: 56% 42%; }
  .opening-grade { background: linear-gradient(0deg, rgba(10,10,9,.94) 0%, rgba(10,10,9,.74) 48%, rgba(10,10,9,.1) 83%); }
  .opening-register { display: none; }
  .opening h1 { font-size: clamp(3rem, 16vw, 4.7rem); max-width: 7ch; }
  .opening-copy { max-width: 34ch; }
  .media-label { display: none; }
  .fact-strip { grid-template-columns: 1fr 1fr; }
  .fact-strip > div:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 1rem; }
  .fact-strip > div:nth-child(2) { border-right: 0; }
  .strip-arrow { display: none; }
  .statement { min-height: auto; padding-block: 6rem; grid-template-columns: 1fr; }
  .statement-index, .paper-swatch { grid-column: 1; }
  .statement-body > p:last-child { margin: 0; padding-left: 1rem; }
  .paper-swatch { width: 72vw; }
  .scroll-scene { height: 230svh; }
  .scroll-stage { min-height: 540px; }
  .scroll-media { object-position: 55% center; }
  .scene-topline span:last-child { display: none; }
  .scene-beat h2 { font-size: clamp(4rem, 23vw, 6.8rem); }
  .scene-footer { align-items: flex-end; }
  .scene-footer p { max-width: 19ch; margin-bottom: 0; }
  .scene-progress { width: 28vw; }
  .identity-heading h2 { font-size: clamp(3rem, 14vw, 5rem); }
  .identity-gallery { grid-template-columns: 1fr; }
  .identity-secondary { margin-bottom: 0 !important; }
  .identity-gallery figcaption { flex-direction: column; }
  .visit { padding-block: 6rem; }
  .visit-actions { flex-direction: column; }
  .visit-actions .button { width: 100%; }
  .visit-details { box-shadow: 8px 8px 0 var(--ink); }
  .hours-block dl div { font-size: .9rem; }
  .final-action { min-height: 72svh; }
  footer { grid-template-columns: 1fr; gap: 1.5rem; }
  .footer-credits { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  html:not(.motion-override) .scroll-scene { height: auto; }
  html:not(.motion-override) .scroll-stage {
    position: relative;
    min-height: 100svh;
    height: auto;
    padding: 6rem var(--gutter);
  }
  html:not(.motion-override) .scroll-media { object-fit: cover; }
  html:not(.motion-override) .scene-copy { position: relative; min-height: 78svh; padding: 0; }
  html:not(.motion-override) .scene-beats { display: grid; gap: 2rem; align-content: center; }
  html:not(.motion-override) .scene-beat,
  html:not(.motion-override) .scene-beat:first-child,
  html:not(.motion-override) .scroll-scene.is-enhanced .scene-beat,
  html:not(.motion-override) .scroll-scene.is-enhanced .scene-beat:not(.is-active) { display: block; position: static; }
  html:not(.motion-override) .scene-beat h2 { font-size: clamp(3rem, 10vw, 7rem); }
}

.motion-off .scroll-scene { height: auto; }
.motion-off .scroll-stage { position: relative; min-height: 100svh; height: auto; padding: 6rem var(--gutter); }
.motion-off .scene-copy { position: relative; min-height: 78svh; padding: 0; }
.motion-off .scene-beats { display: grid; gap: 2rem; align-content: center; }
.motion-off .scene-progress { display: none; }
.motion-off .scene-beat,
.motion-off .scene-beat:first-child,
.motion-off .scroll-scene.is-enhanced .scene-beat,
.motion-off .scroll-scene.is-enhanced .scene-beat:not(.is-active) { display: block; position: static; }
