@font-face {
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/cormorant-garamond-latin.woff2") format("woff2");
}
:root {
  color-scheme: dark;
  --midnight: #030e1b;
  --navy: #020c45;
  --champagne: #e4e1c0;
  --limestone: #f2f0e8;
  --muted: #b8b9b5;
  --gold: #a67c32;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--limestone);
  background: var(--midnight);
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; }
p { margin: 0; }
main { flex: 1; }
.landing { min-height: calc(100svh - 72px); display: flex; flex-direction: column; align-items: center; justify-content: center; padding: clamp(48px, 7vh, 100px) 48px 44px; }
.brand { display: block; width: min(100%, 800px); margin-bottom: clamp(38px, 5vh, 64px); }
.brand img { display: block; width: 100%; height: auto; }
.introduction { max-width: 640px; text-align: center; }
.eyebrow { margin-bottom: 22px; color: var(--champagne); font-size: 11px; font-weight: 400; line-height: 1.5; letter-spacing: .3em; text-transform: uppercase; }
.blurb { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(29px, 2.55vw, 36px); font-weight: 400; line-height: 1.22; text-wrap: pretty; color: var(--champagne); }
.detail { max-width: 460px; margin: 22px auto 0; font-size: 14px; line-height: 1.85; color: var(--muted); text-wrap: pretty; }
.rule { display: block; height: 1px; width: 44px; margin: 32px auto 0; background: var(--gold); }
.visit { padding: 48px 24px 52px; text-align: center; background: var(--navy); }
.visit .eyebrow { margin: 0 0 20px; }
.visit address { font-style: normal; }
.map-link { display: inline-flex; flex-direction: column; align-items: center; gap: 8px; padding: 6px 12px; color: var(--champagne); text-decoration: none; }
.street { font-family: "Cormorant Garamond", Georgia, serif; font-size: clamp(30px, 3vw, 38px); line-height: 1.2; }
.city { font-size: 14px; line-height: 1.6; }
.map-caption { margin-top: 10px; font-size: 11px; line-height: 1.8; letter-spacing: .04em; text-decoration: underline; text-underline-offset: 4px; }
.map-link:hover .map-caption { color: var(--limestone); text-decoration-thickness: 2px; }
.map-link:focus-visible { outline: 2px solid var(--champagne); outline-offset: 6px; border-radius: 2px; }
.opening { margin-top: 22px; color: var(--champagne); font-size: 10px; line-height: 1.6; letter-spacing: .2em; text-transform: uppercase; }
.footer { padding: 26px 24px; text-align: center; font-size: 11px; line-height: 1.9; color: var(--muted); }
.footer-divider { margin-inline: 8px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
::selection { color: var(--midnight); background: var(--champagne); }
@media (max-width: 600px) {
  .landing { padding: 32px 24px 32px; }
  .brand { width: min(100%, 320px); margin-bottom: 30px; }
  .brand img { aspect-ratio: 1; }
  .eyebrow { margin-bottom: 18px; font-size: 10px; }
  .blurb { font-size: 29px; max-width: 370px; }
  .detail { margin-top: 18px; font-size: 13px; line-height: 1.75; max-width: 330px; }
  .rule { margin-top: 26px; }
  .visit { padding: 38px 20px 40px; }
  .footer { padding: 22px 24px; }
  .footer span { display: block; }
  .footer .footer-divider { display: none; }
}
@media (min-width: 1600px) {
  .brand { width: 880px; }
}
/* The page is deliberately static; reduced-motion preferences require no override. */
