:root {
  color-scheme: light;
  --canvas: #f4eedf;
  --paper: #fffaf0;
  --ink: #17181a;
  --muted: #4c4b47;
  --red: #c72924;
  --denim: #38566b;
  --brick: #8f6a4c;
  --focus: #0b5fff;
  --display: "Arial Black", "Franklin Gothic Heavy", Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }

html {
  background: var(--canvas);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 280px;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.5;
}

img, video { max-width: 100%; }
a { color: inherit; text-underline-offset: 0.22em; }

a:focus-visible,
button:focus-visible {
  outline: 4px solid var(--focus);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.7rem 1rem;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.concept-bar {
  position: relative;
  z-index: 20;
  display: grid;
  min-height: 2.45rem;
  place-items: center;
  padding: 0.55rem 1rem;
  border-bottom: 1px solid rgba(255, 250, 240, 0.25);
  background: var(--ink);
  color: var(--paper);
  text-align: center;
  font-size: clamp(0.67rem, 1vw, 0.76rem);
  letter-spacing: 0.025em;
}

.concept-bar p { margin: 0; }
.concept-bar a { color: #ffd7a7; }

.site-header {
  position: absolute;
  z-index: 15;
  top: 2.45rem;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 4.5rem);
  border-bottom: 1px solid rgba(255, 250, 240, 0.24);
  background: linear-gradient(to bottom, rgba(16, 16, 17, 0.78), rgba(16, 16, 17, 0));
  color: var(--paper);
}

.wordmark {
  text-decoration: none;
  font-family: var(--display);
  font-size: 1.05rem;
  letter-spacing: -0.035em;
}

.site-header nav { display: flex; gap: clamp(0.8rem, 2.4vw, 2.2rem); }
.site-header nav a {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scroll-scene {
  position: relative;
  min-height: 100svh;
  background: #353735;
}

.opening-stage {
  position: relative;
  min-height: 100svh;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  background: #333735;
}

.opening-stage video {
  position: absolute;
  z-index: -4;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}

.opening-grade {
  position: absolute;
  z-index: -3;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(16, 16, 17, 0.86) 0%, rgba(16, 16, 17, 0.35) 57%, rgba(16, 16, 17, 0.12) 100%),
    linear-gradient(0deg, rgba(16, 16, 17, 0.75), transparent 58%, rgba(16, 16, 17, 0.28));
}

.opening-copy {
  position: absolute;
  left: clamp(1rem, 6vw, 7rem);
  bottom: clamp(6.4rem, 12vh, 9rem);
  width: min(63rem, calc(100% - 2rem));
  color: var(--paper);
}

.sign-panel {
  display: table;
  max-width: min(46rem, 92vw);
  padding: clamp(0.8rem, 2.2vw, 1.75rem) clamp(1rem, 2.8vw, 2.25rem) clamp(1rem, 2.5vw, 2rem);
  border: clamp(0.28rem, 0.55vw, 0.55rem) solid var(--paper);
  background: var(--red);
  box-shadow: 0.75rem 0.75rem 0 var(--ink);
  transform: rotate(-0.7deg);
}

h1, h2, h3 { margin: 0; }
h1, h2 { font-family: var(--display); }

h1 {
  max-width: 12ch;
  color: var(--paper);
  font-size: clamp(3rem, 8.6vw, 8.75rem);
  letter-spacing: -0.075em;
  line-height: 0.82;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.7rem, 6.9vw, 7.25rem);
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.hero-line {
  margin: clamp(1.4rem, 3vh, 2.2rem) 0 0;
  font-size: clamp(1.35rem, 2.5vw, 2.35rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.hero-context {
  max-width: 35rem;
  margin: 0.35rem 0 1.35rem;
  color: rgba(255, 250, 240, 0.9);
  font-size: clamp(0.92rem, 1.3vw, 1.05rem);
}

.hero-action,
.closing-action {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  border: 2px solid currentColor;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-action { background: var(--paper); color: var(--ink); }

.scroll-meter {
  position: absolute;
  right: clamp(1rem, 3vw, 2.5rem);
  top: 50%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--paper);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
}

.scroll-meter span { width: 4rem; height: 2px; background: var(--red); }

.media-label {
  position: absolute;
  right: clamp(1rem, 3vw, 2.5rem);
  bottom: 1rem;
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 250, 240, 0.83);
  text-align: right;
  font-size: 0.66rem;
}

.motion-panel,
.noscript-note {
  position: absolute;
  z-index: 5;
  right: 1rem;
  top: 5.8rem;
  max-width: 21rem;
  margin: 0;
  padding: 0.85rem;
  border: 1px solid rgba(255, 250, 240, 0.55);
  background: rgba(23, 24, 26, 0.93);
  color: var(--paper);
  font-size: 0.76rem;
}

.motion-panel p { margin: 0 0 0.6rem; }
.motion-panel button {
  min-height: 2.7rem;
  padding: 0.65rem 0.8rem;
  border: 2px solid var(--paper);
  background: var(--red);
  color: var(--paper);
  cursor: pointer;
  font: 800 0.68rem/1 var(--body);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

html.js-ready[data-motion-state="enhanced"] .scroll-scene { min-height: 320svh; }
html.js-ready[data-motion-state="enhanced"] .opening-stage {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 100svh;
}

.section-shell { padding: clamp(5rem, 10vw, 9rem) clamp(1rem, 6vw, 7rem); }

.section-label {
  margin: 0 0 1.15rem;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.details {
  position: relative;
  z-index: 2;
  background:
    linear-gradient(rgba(143, 106, 76, 0.1) 1px, transparent 1px),
    var(--canvas);
  background-size: 100% 5.5rem;
}

.details-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(18rem, 0.7fr);
  align-items: end;
  gap: clamp(2rem, 7vw, 7rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.details-heading .section-label { grid-column: 1 / -1; margin-bottom: -0.25rem; }
.details-intro { max-width: 30rem; margin: 0; color: var(--muted); font-size: clamp(1rem, 1.5vw, 1.2rem); }

.visit-ledger {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--brick);
}

.visit-ledger article {
  min-height: 19rem;
  padding: 1.5rem clamp(1rem, 2.5vw, 2.25rem) 2rem 0;
  border-right: 1px solid var(--brick);
}

.visit-ledger article + article { padding-left: clamp(1rem, 2.5vw, 2.25rem); }
.visit-ledger article:last-child { border-right: 0; }
.visit-ledger span { color: var(--red); font-size: 0.72rem; font-weight: 800; }
.visit-ledger h3 { margin: 2.75rem 0 1.25rem; font: 800 clamp(1.5rem, 2vw, 2.2rem)/1 var(--body); letter-spacing: -0.04em; }
.visit-ledger p { max-width: 25ch; color: var(--muted); }
.visit-ledger a, .text-action { font-weight: 800; }

.fact-note {
  max-width: 55rem;
  margin: 2rem 0 0 auto;
  padding-left: 1.25rem;
  border-left: 5px solid var(--red);
  color: var(--muted);
}

.call-ahead {
  display: grid;
  grid-template-columns: minmax(17rem, 0.68fr) minmax(0, 1.45fr);
  gap: clamp(2.5rem, 7vw, 7.5rem);
  align-items: center;
  background: var(--denim);
  color: var(--paper);
}

.call-copy p:not(.section-label) { max-width: 31rem; color: rgba(255, 250, 240, 0.82); }
.call-ahead .section-label { color: #ffd7a7; }
.text-action { display: inline-block; margin-top: 0.75rem; }

.overlay-card {
  position: relative;
  min-height: min(70vw, 49rem);
  margin: 0;
  overflow: hidden;
  background: #2d2b28;
}

.overlay-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 54% center;
}

.overlay-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 16, 14, 0.96), rgba(18, 16, 14, 0.08) 68%);
  opacity: 0.68;
  transition: opacity 360ms ease;
}

.overlay-content {
  position: absolute;
  left: clamp(1rem, 4vw, 3rem);
  right: clamp(1rem, 4vw, 3rem);
  bottom: clamp(1.25rem, 4vw, 3rem);
  max-width: 30rem;
}

.overlay-content span,
.overlay-prompt {
  display: block;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.overlay-content strong { display: block; margin: 0.65rem 0; font-size: clamp(1.6rem, 3vw, 3rem); line-height: 1; }
.overlay-content p { margin: 0 0 1rem; color: rgba(255, 250, 240, 0.82); }
.overlay-content a { display: inline-block; min-height: 2.75rem; padding: 0.65rem 0; font-weight: 800; }

.overlay-prompt {
  position: absolute;
  right: 1rem;
  top: 1rem;
  margin: 0;
  padding: 0.55rem 0.7rem;
  background: var(--paper);
  color: var(--ink);
}

.js-ready .overlay-content {
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 360ms ease, transform 360ms ease;
}

.js-ready .overlay-card:hover .overlay-content,
.js-ready .overlay-card:focus-within .overlay-content {
  opacity: 1;
  transform: translateY(0);
}

.js-ready .overlay-card:hover .overlay-shade,
.js-ready .overlay-card:focus-within .overlay-shade { opacity: 0.88; }

.image-credit {
  grid-column: 2;
  margin: -1.5rem 0 0;
  color: rgba(255, 250, 240, 0.68);
  font-size: 0.68rem;
}

.closing {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
  gap: clamp(2rem, 7vw, 7rem);
  align-items: end;
  background: var(--red);
  color: var(--paper);
}

.closing .section-label { color: #ffd7a7; }
.closing-address { font-size: clamp(1.4rem, 2.5vw, 2.15rem); font-weight: 800; line-height: 1.15; }
.closing-details > p:not(.closing-address) { color: rgba(255, 250, 240, 0.83); }
.closing-action { margin-top: 1rem; background: var(--paper); color: var(--ink); }
.closing-phone { display: block; width: fit-content; margin-top: 1rem; font-weight: 800; }

footer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  padding: 2.25rem clamp(1rem, 6vw, 7rem);
  background: var(--ink);
  color: rgba(255, 250, 240, 0.76);
  font-size: 0.72rem;
}

footer p { margin: 0; }

.js-ready.touch-capable .overlay-content { opacity: 1; transform: none; }
.js-ready.touch-capable .overlay-shade { opacity: 0.88; }
.js-ready.touch-capable .overlay-prompt { display: none; }

@media (max-width: 840px) {
  .details-heading,
  .call-ahead,
  .closing { grid-template-columns: 1fr; }
  .details-heading .section-label { grid-column: auto; }
  .visit-ledger { grid-template-columns: 1fr; }
  .visit-ledger article,
  .visit-ledger article + article {
    min-height: 0;
    padding: 1.5rem 0 2.5rem;
    border-right: 0;
    border-bottom: 1px solid var(--brick);
  }
  .visit-ledger article:last-child { border-bottom: 0; }
  .visit-ledger h3 { margin-top: 1.25rem; }
  .image-credit { grid-column: auto; margin-top: -1rem; }
  footer { grid-template-columns: 1fr; gap: 0.8rem; }
}

@media (max-width: 600px) {
  .site-header { align-items: flex-start; }
  .site-header nav { gap: 0.7rem; }
  .site-header nav a { font-size: 0.61rem; letter-spacing: 0.06em; }
  .opening-copy { left: 1rem; bottom: 7.3rem; }
  .sign-panel { max-width: calc(100vw - 2rem); box-shadow: 0.45rem 0.45rem 0 var(--ink); }
  h1 { font-size: clamp(2.75rem, 15vw, 5rem); }
  .hero-line { font-size: 1.25rem; }
  .scroll-meter { display: none; }
  .media-label { left: 1rem; right: 1rem; text-align: left; }
  .motion-panel, .noscript-note { left: 1rem; right: 1rem; top: 5.2rem; max-width: none; }
  html.js-ready[data-motion-state="enhanced"] .scroll-scene { min-height: 270svh; }
  .overlay-card { min-height: 118vw; }
  .overlay-card img { object-position: 60% center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
