:root {
  --ink: #102935;
  --ink-soft: #31515e;
  --mist: #e8f0ed;
  --foam: #cddfd9;
  --paper: #f7f7f2;
  --accent: #c94728;
  --accent-dark: #9e3019;
  --line: rgb(16 41 53 / 20%);
  --radius: 14px;
  --sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: "Aptos Display", "Arial Narrow", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
a:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
img { display: block; width: 100%; max-width: 100%; }

.skip-link { position: absolute; top: -5rem; left: 1rem; z-index: 20; padding: .8rem 1rem; background: var(--ink); color: var(--paper); }
.skip-link:focus { top: 1rem; }
.site-header { height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5.5rem); border-bottom: 1px solid var(--line); background: var(--paper); }
.wordmark { color: var(--ink); font-family: var(--display); font-size: 1.35rem; font-weight: 850; letter-spacing: -.06em; text-decoration: none; }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem, 3vw, 2.6rem); min-width: 0; font-size: .84rem; font-weight: 750; }
.site-header nav a { display: inline-flex; align-items: center; min-height: 44px; white-space: nowrap; text-decoration: none; }
.header-call { border-bottom: 2px solid var(--accent); }

.hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(360px, 1.12fr); grid-template-rows: 1fr auto; align-items: center; gap: 1.5rem clamp(2rem, 7vw, 8rem); min-height: calc(100dvh - 68px); padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 7vw, 8rem) 1.5rem; background: var(--mist); }
.hero-copy { max-width: 620px; }
.eyebrow { max-width: 46ch; margin: 0 0 1rem; color: var(--accent-dark); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 850; letter-spacing: -.065em; line-height: .94; }
h1 { max-width: 10ch; font-size: clamp(3.5rem, 6.5vw, 6.9rem); }
h2 { font-size: clamp(2.65rem, 5vw, 5.2rem); }
.hero-lede { max-width: 29ch; margin: 1.6rem 0 1.8rem; color: var(--ink-soft); font-size: clamp(1rem, 1.35vw, 1.18rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .8rem 1.2rem; border: 1px solid var(--ink); border-radius: 999px; font-size: .88rem; font-weight: 800; white-space: nowrap; text-decoration: none; transition: transform 180ms ease, background-color 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(1px); }
.button-primary { border-color: var(--accent); background: var(--accent); color: var(--paper); }
.button-primary:hover { border-color: var(--accent-dark); background: var(--accent-dark); }
.button-secondary { background: transparent; color: var(--ink); }
.hero-media { width: min(100%, 680px); justify-self: end; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--foam); box-shadow: 18px 22px 0 rgb(16 41 53 / 8%); }
.hero-media img { aspect-ratio: 4 / 3; object-fit: cover; object-position: 50% 30%; }
.hero-facts { grid-column: 1 / -1; display: flex; justify-content: space-between; gap: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .78rem; font-weight: 700; }

.welcome { display: grid; grid-template-columns: 1.15fr .85fr; gap: 8vw; align-items: end; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 10vw, 11rem); }
.welcome-intro h2 { max-width: 9ch; }
.welcome-detail { max-width: 31rem; color: var(--ink-soft); font-size: 1.06rem; }
.welcome-detail p { margin: 0 0 1.6rem; }
.text-link { display: inline-flex; min-height: 44px; align-items: center; color: var(--ink); font-size: .88rem; font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--accent); }

.gallery { padding: 0 clamp(1.25rem, 7vw, 8rem) clamp(5rem, 10vw, 9rem); }
.gallery-heading { margin-bottom: 2.5rem; }
.gallery-heading h2 { max-width: 9ch; }
.gallery-grid { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 300px 300px; gap: 1rem; }
.gallery figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--foam); }
.gallery img { height: 100%; object-fit: cover; transition: transform 500ms cubic-bezier(.16, 1, .3, 1); }
.gallery figure:hover img { transform: scale(1.03); }
.gallery-feature { grid-row: span 2; }
.gallery-feature img { object-position: 50% 42%; }
.gallery-tall img { object-position: 50% 28%; }
.gallery-wide img { object-position: 50% 58%; }

.visit { display: grid; grid-template-columns: minmax(320px, .88fr) minmax(0, 1.12fr); min-height: 680px; background: var(--ink); color: var(--paper); }
.visit-photo { min-height: 100%; }
.visit-photo img { height: 100%; min-height: 680px; object-fit: cover; object-position: 50% 48%; }
.visit-copy { display: flex; flex-direction: column; justify-content: center; max-width: 720px; padding: clamp(4rem, 8vw, 8rem); }
.visit-copy h2 { max-width: 10ch; color: var(--mist); }
address { font-style: normal; }
.visit-copy address { margin: 2.2rem 0 1.3rem; color: #cfddda; font-size: 1.03rem; line-height: 1.75; }
.visit-meta { display: flex; flex-wrap: wrap; gap: 1.5rem 3rem; align-items: flex-start; }
.visit-meta a { display: inline-flex; align-items: center; min-height: 44px; color: var(--paper); font-size: 1.08rem; font-weight: 800; text-decoration-color: #ef7957; text-decoration-thickness: 2px; text-underline-offset: .3rem; }
.visit-meta p { margin: 0; color: #cfddda; }
.visit-meta strong { color: var(--paper); }
.button-on-dark { width: fit-content; margin-top: 2rem; border-color: #ef7957; background: #ef7957; color: var(--ink); }

.map-section { display: grid; grid-template-columns: .66fr 1.34fr; gap: clamp(2.5rem, 7vw, 8rem); align-items: start; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); background: var(--mist); }
.map-intro { max-width: 430px; }
.map-intro p { max-width: 30ch; margin: 1.5rem 0 0; color: var(--ink-soft); }
.map-block { min-width: 0; }
.map-frame { min-height: 420px; overflow: hidden; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--foam); }
.map-frame iframe { display: block; width: 100%; min-height: 420px; border: 0; }
.map-facts { display: grid; grid-template-columns: 1.4fr auto; gap: .65rem 1.5rem; align-items: center; padding: 1rem 0; color: var(--ink-soft); font-size: .88rem; }
.map-facts address { grid-column: 1; }
.map-facts a { min-height: 44px; display: inline-flex; align-items: center; font-weight: 750; }
.map-link { grid-column: 2; grid-row: 1 / span 3; align-self: center; color: var(--ink); text-decoration-color: var(--accent); text-underline-offset: .3rem; }

.site-footer { display: flex; justify-content: space-between; gap: 2rem; padding: 2.5rem clamp(1.25rem, 7vw, 8rem); border-top: 1px solid var(--line); }
.site-footer p { margin: .45rem 0 0; color: var(--ink-soft); font-size: .84rem; }
.footer-links { display: flex; flex-direction: column; align-items: flex-end; gap: .35rem; font-size: .84rem; }
.footer-links a { min-height: 32px; display: inline-flex; align-items: center; text-decoration-color: var(--accent); text-underline-offset: .2rem; }
.footer-links small { margin-top: .35rem; color: var(--ink-soft); }

.reveal { animation: enter 650ms cubic-bezier(.16, 1, .3, 1) both; }
.reveal-delay { animation-delay: 120ms; }
.reveal-delay-2 { animation-delay: 210ms; }
@keyframes enter { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; grid-template-rows: auto; gap: 2.5rem; min-height: auto; padding-top: 3.5rem; }
  .hero-copy { max-width: 680px; }
  .hero-media { width: min(100%, 680px); justify-self: start; }
  .hero-facts { grid-column: 1; }
  .welcome, .map-section { grid-template-columns: 1fr; }
  .welcome { gap: 2rem; }
  .gallery-grid { grid-template-rows: 280px 280px; }
  .visit { grid-template-columns: 1fr; min-height: 0; }
  .visit-photo { max-height: 640px; }
  .visit-photo img { min-height: 0; height: 640px; }
  .visit-copy { max-width: none; padding: 4.5rem clamp(1.25rem, 9vw, 4rem); }
  .map-section { gap: 2.5rem; }
}

@media (max-width: 600px) {
  .site-header { height: 62px; padding-inline: 1rem; }
  .site-header nav { gap: .8rem; font-size: .76rem; }
  .site-header nav a:first-child { display: none; }
  .wordmark { font-size: 1.15rem; }
  h1 { max-width: 9ch; font-size: clamp(3.15rem, 15vw, 4.7rem); }
  h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero { padding: 3rem 1rem 1.25rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .hero-media { box-shadow: 10px 12px 0 rgb(16 41 53 / 8%); }
  .hero-media img { aspect-ratio: 4 / 5; object-position: 50% 27%; }
  .hero-facts { flex-direction: column; gap: .35rem; }
  .welcome { padding-block: 5.5rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: 390px 390px 300px; }
  .gallery-feature { grid-row: auto; }
  .visit-photo { max-height: 480px; }
  .visit-photo img { height: 480px; object-position: 50% 48%; }
  .visit-copy { padding-block: 4rem; }
  .visit-meta { display: grid; gap: .75rem; }
  .button-on-dark { width: 100%; }
  .map-frame, .map-frame iframe { min-height: 330px; }
  .map-facts { grid-template-columns: 1fr; }
  .map-link { grid-column: 1; grid-row: auto; }
  .site-footer { flex-direction: column; }
  .footer-links { align-items: flex-start; }
}

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