:root {
  --ink: #171715;
  --paper: #f4f2ed;
  --white: #ffffff;
  --sea: #1b7d8f;
  --coral: #eb5a3c;
  --line: rgba(23, 23, 21, 0.18);
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}
a { color: inherit; }
img { display: block; width: 100%; }

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 78px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.28);
  transition: background .25s ease, color .25s ease, border-color .25s ease;
}
.site-header.is-scrolled {
  background: rgba(244,242,237,.95);
  color: var(--ink);
  border-color: var(--line);
  backdrop-filter: blur(12px);
}
.wordmark { display: inline-flex; flex-direction: column; width: max-content; color: inherit; text-decoration: none; text-transform: uppercase; line-height: .86; font-size: 11px; }
.wordmark strong { font-size: 18px; font-weight: 800; }
nav { display: flex; gap: 32px; }
nav a, .header-action { font-size: 12px; text-decoration: none; text-transform: uppercase; }
.header-action { justify-self: end; padding-bottom: 4px; border-bottom: 1px solid currentColor; }

.hero {
  position: relative;
  min-height: min(900px, 92vh);
  color: var(--white);
  display: flex;
  align-items: flex-end;
  isolation: isolate;
}
.hero-image, .hero-shade { position: absolute; inset: 0; height: 100%; }
.hero-image { object-fit: cover; object-position: 48% center; z-index: -2; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(9,14,14,.74) 0%, rgba(9,14,14,.18) 58%, rgba(9,14,14,.06) 100%); }
.hero-content { width: min(92vw, var(--max)); margin: 0 auto; padding: 150px 0 92px; }
.eyebrow, .section-label, .kicker { margin: 0; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.eyebrow { margin-bottom: 20px; }
h1, h2 { margin: 0; font-family: Georgia, 'Times New Roman', serif; font-weight: 400; letter-spacing: 0; }
h1 { max-width: 850px; font-size: clamp(62px, 9vw, 138px); line-height: .78; }
.hero-copy { max-width: 470px; margin: 30px 0 0; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; line-height: 1.45; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.button { min-height: 48px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--white); text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.button-primary { background: var(--coral); border-color: var(--coral); }
.button-ghost { background: rgba(0,0,0,.12); }
.scroll-cue { position: absolute; right: 4vw; bottom: 28px; display: flex; gap: 26px; text-decoration: none; text-transform: uppercase; font-size: 10px; }

.section { width: min(92vw, var(--max)); margin: 0 auto; }
.intro { display: grid; grid-template-columns: 1fr 2.2fr; gap: 7vw; padding: 120px 0; }
.section-label { padding-top: 8px; color: #67675f; }
.kicker { color: var(--coral); margin-bottom: 18px; }
.intro h2, .feature-copy h2, .gallery-heading h2, .visit h2 { font-size: clamp(44px, 6vw, 84px); line-height: .98; }
.intro-copy > p:last-child, .feature-copy > p { max-width: 600px; margin: 32px 0 0; font-size: 17px; line-height: 1.7; color: #54544e; }

.feature-band { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 680px; background: var(--ink); color: var(--white); }
.feature-media img { height: 100%; object-fit: cover; }
.feature-copy { align-self: center; padding: 72px 8vw; }
.feature-copy .section-label { margin-bottom: 78px; color: #a7a79e; }
.feature-copy > p { color: #c4c3bc; }
.text-link { display: inline-flex; gap: 22px; margin-top: 34px; padding-bottom: 6px; border-bottom: 1px solid var(--coral); text-decoration: none; text-transform: uppercase; font-size: 11px; }

.gallery { display: grid; grid-template-columns: repeat(12, 1fr); gap: 18px; padding: 120px 0; align-items: start; }
.gallery-heading { grid-column: 1 / 7; margin-bottom: 60px; }
.gallery-heading .section-label { margin-bottom: 26px; }
.gallery-item { margin: 0; }
.gallery-item img { height: 100%; object-fit: cover; }
.gallery-item figcaption { margin-top: 10px; font-size: 10px; text-transform: uppercase; color: #6d6c66; }
.gallery-wide { grid-column: 1 / 8; aspect-ratio: 1.45; }
.gallery-tall { grid-column: 9 / 13; margin-top: -120px; aspect-ratio: .82; }
.gallery-small { grid-column: 5 / 10; margin-top: 50px; aspect-ratio: 1.2; }

.visit { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 680px; background: var(--sea); color: var(--white); }
.visit-map { position: relative; min-height: 520px; overflow: hidden; background: #cbe0da; }
.island { position: absolute; display: grid; place-items: center; border: 1px solid rgba(23,23,21,.35); color: rgba(23,23,21,.58); font-size: 10px; text-transform: uppercase; border-radius: 50%; }
.island-main { width: 170px; height: 490px; left: 54%; top: 45%; transform: rotate(28deg) translate(-50%,-50%); background: #f1efe7; }
.island-west { width: 95px; height: 260px; left: 27%; top: 48%; transform: rotate(14deg) translate(-50%,-50%); background: #f1efe7; }
.location-dot { position: absolute; width: 17px; height: 17px; left: 52%; top: 14%; border: 4px solid var(--coral); background: var(--paper); border-radius: 50%; }
.location-label { position: absolute; left: calc(52% + 25px); top: 14%; color: var(--ink); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.visit-content { align-self: center; padding: 80px 8vw; }
.visit-content .section-label { color: rgba(255,255,255,.65); margin-bottom: 70px; }
.visit-content .kicker { color: #ffcabb; }
.contact-list { margin-top: 50px; border-top: 1px solid rgba(255,255,255,.35); }
.contact-list a { min-height: 58px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.35); text-decoration: none; font-size: 13px; }

footer { min-height: 220px; display: flex; align-items: center; justify-content: space-between; padding: 50px max(4vw, calc((100vw - var(--max))/2)); background: var(--ink); color: var(--white); }
footer p, footer a { font-size: 11px; text-transform: uppercase; text-decoration: none; }
.footer-mark strong { font-size: 28px; }
.mobile-actions { display: none; }

@media (hover: hover) {
  nav a:hover, .header-action:hover, .text-link:hover, footer a:hover { opacity: .62; }
  .button:hover { background: var(--white); border-color: var(--white); color: var(--ink); }
}

@media (max-width: 760px) {
  .site-header { height: 64px; grid-template-columns: 1fr auto; padding: 0 20px; }
  nav { display: none; }
  .header-action { font-size: 10px; }
  .hero { min-height: 780px; }
  .hero-image { object-position: 58% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(7,12,12,.2), rgba(7,12,12,.72) 78%, rgba(7,12,12,.9)); }
  .hero-content { width: calc(100% - 40px); padding: 120px 0 86px; }
  h1 { font-size: clamp(58px, 19vw, 86px); }
  .hero-copy { max-width: 330px; font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; max-width: 290px; }
  .scroll-cue { display: none; }
  .intro { grid-template-columns: 1fr; gap: 35px; padding: 82px 0; }
  .intro h2, .feature-copy h2, .gallery-heading h2, .visit h2 { font-size: 45px; }
  .intro-copy > p:last-child, .feature-copy > p { font-size: 15px; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-media { min-height: 440px; }
  .feature-copy { padding: 68px 20px 76px; }
  .feature-copy .section-label { margin-bottom: 48px; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 12px; padding: 80px 0; }
  .gallery-heading { grid-column: 1 / 3; margin-bottom: 28px; }
  .gallery-wide { grid-column: 1 / 3; }
  .gallery-tall { grid-column: 1 / 2; margin-top: 24px; aspect-ratio: .75; }
  .gallery-small { grid-column: 2 / 3; margin-top: 70px; aspect-ratio: .8; }
  .visit { grid-template-columns: 1fr; }
  .visit-map { min-height: 390px; }
  .island-main { width: 130px; height: 390px; }
  .island-west { width: 72px; height: 200px; }
  .visit-content { padding: 70px 20px 88px; }
  .visit-content .section-label { margin-bottom: 48px; }
  footer { min-height: 260px; flex-direction: column; align-items: flex-start; justify-content: center; gap: 26px; padding: 50px 20px 108px; }
  .mobile-actions { position: fixed; z-index: 30; left: 12px; right: 12px; bottom: 12px; display: grid; grid-template-columns: 1fr 1.5fr; height: 54px; background: var(--white); box-shadow: 0 10px 35px rgba(0,0,0,.28); }
  .mobile-actions a { display: grid; place-items: center; text-decoration: none; text-transform: uppercase; font-size: 11px; font-weight: 700; }
  .mobile-primary { background: var(--coral); color: var(--white); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
