:root {
  --ink: #172019;
  --paper: #f3f0e8;
  --paper-2: #e6e1d5;
  --forest: #263d30;
  --forest-dark: #15251c;
  --moss: #9aa889;
  --gold: #c9a86a;
  --white: #fff;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(20px, 4vw, 60px);
  color: var(--white);
  transition: .25s ease;
}
.site-header.scrolled {
  color: var(--ink);
  background: rgba(243,240,232,.94);
  box-shadow: 0 8px 30px rgba(0,0,0,.08);
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 700; letter-spacing: .02em; }
.brand-mark {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: "Playfair Display", serif;
}
nav { display: flex; gap: 28px; }
nav a { text-decoration: none; font-size: .92rem; font-weight: 600; }
nav a:hover { opacity: .65; }
.menu-toggle { display: none; border: 0; background: none; color: inherit; }

.hero { position: relative; min-height: 100svh; display: grid; align-items: end; overflow: hidden; color: var(--white); }
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,19,13,.86) 0%, rgba(9,19,13,.48) 52%, rgba(9,19,13,.2) 100%), linear-gradient(0deg, rgba(9,19,13,.6), transparent 45%); }
.hero-content { position: relative; z-index: 1; width: min(var(--max), calc(100% - 40px)); margin: 0 auto; padding: 180px 0 12vh; }
.eyebrow { margin: 0 0 16px; color: var(--gold); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .18em; }
h1, h2, h3 { font-family: "Playfair Display", serif; line-height: 1.08; margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 26px; font-size: clamp(3.5rem, 9vw, 7.6rem); letter-spacing: -.045em; }
.hero-content > p:not(.eyebrow) { max-width: 650px; margin-bottom: 34px; font-size: clamp(1.05rem, 2vw, 1.28rem); color: rgba(255,255,255,.82); }
.button { display: inline-flex; padding: 14px 21px; border: 1px solid rgba(255,255,255,.55); color: var(--white); text-decoration: none; font-weight: 700; transition: .2s ease; }
.button:hover { background: var(--white); color: var(--ink); transform: translateY(-2px); }
.scroll-cue { position: absolute; right: clamp(20px, 4vw, 60px); bottom: 32px; z-index: 2; color: var(--white); text-decoration: none; font-size: 1.5rem; animation: bob 1.8s infinite; }
@keyframes bob { 50% { transform: translateY(8px); } }

.section { padding: clamp(80px, 11vw, 150px) clamp(20px, 5vw, 70px); }
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-heading { margin-bottom: 58px; }
.section-heading h2, .plan-copy h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(2.7rem, 6vw, 5rem); letter-spacing: -.035em; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 9vw, 120px); }
.lead { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.35; }
.copy { font-size: 1.06rem; }
.copy p:first-child { margin-top: 0; }

.dark { background: var(--forest-dark); color: var(--white); }
.timeline { border-top: 1px solid rgba(255,255,255,.22); }
.timeline-item { display: grid; grid-template-columns: minmax(160px, .7fr) 2fr; gap: 40px; padding: 40px 0; border-bottom: 1px solid rgba(255,255,255,.22); }
.year { color: var(--gold); font-weight: 700; }
.timeline h3 { margin: 0 0 8px; font-size: clamp(1.65rem, 3vw, 2.3rem); }
.timeline p { max-width: 620px; margin: 0; color: rgba(255,255,255,.68); }

.cabin-copy { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: clamp(40px, 8vw, 100px); margin-bottom: 55px; }
.cabin-copy > p:last-child { margin-top: 10px; }
.gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.gallery-item { position: relative; min-height: 420px; padding: 0; overflow: hidden; border: 0; background: #000; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, opacity .3s ease; }
.gallery-item:hover img { transform: scale(1.035); opacity: .84; }
.gallery-item span { position: absolute; left: 20px; bottom: 18px; padding: 8px 12px; background: rgba(20,30,22,.82); color: white; font-size: .84rem; }

.archive-intro { max-width: 800px; margin-bottom: 48px; }
.history-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.history-card { overflow: hidden; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); }
.history-image { display: block; width: 100%; height: 300px; padding: 0; border: 0; overflow: hidden; background: #0b120d; cursor: zoom-in; }
.history-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .3s ease; }
.history-image:hover img { transform: scale(1.035); opacity: .82; }
.history-card-copy { padding: 24px 24px 28px; }
.history-card-copy h3 { margin: 8px 0 12px; font-size: 1.65rem; }
.history-card-copy p:last-child { margin: 0; color: rgba(255,255,255,.68); }
.card-label { margin: 0; color: var(--gold); font-size: .74rem; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }

.plan { background: var(--paper-2); }
.plan-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 9vw, 120px); }
.plan-copy p:not(.eyebrow) { margin: 28px 0 30px; max-width: 560px; }
.button-dark { border-color: var(--ink); color: var(--ink); }
.button-dark:hover { background: var(--ink); color: var(--white); }
.map-preview { position: relative; display: block; max-height: 620px; overflow: hidden; box-shadow: 0 24px 60px rgba(23,32,25,.18); background: white; }
.map-preview img { width: 100%; height: 620px; object-fit: cover; object-position: center; transition: transform .4s ease; }
.map-preview:hover img { transform: scale(1.015); }
.map-preview span { position: absolute; right: 16px; bottom: 16px; padding: 10px 14px; background: rgba(21,37,28,.9); color: white; font-size: .85rem; }

footer { display: flex; justify-content: space-between; gap: 30px; padding: 52px clamp(20px, 5vw, 70px); background: #0d1711; color: rgba(255,255,255,.72); }
footer strong { color: white; }
footer p { margin: 6px 0 0; }
footer a { color: white; text-decoration: none; }

.lightbox { width: min(1050px, 94vw); padding: 0; border: 0; background: #101510; color: white; box-shadow: 0 30px 90px rgba(0,0,0,.55); }
.lightbox::backdrop { background: rgba(0,0,0,.82); backdrop-filter: blur(4px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; }
.lightbox p { margin: 0; padding: 18px 22px 22px; color: rgba(255,255,255,.72); }
.lightbox-close { position: absolute; top: 10px; right: 12px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: rgba(0,0,0,.7); color: white; font-size: 1.8rem; cursor: pointer; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 780px) {
  .site-header { padding: 14px 20px; }
  .menu-toggle { display: block; }
  nav { display: none; position: absolute; top: 64px; left: 12px; right: 12px; flex-direction: column; gap: 0; padding: 10px; background: var(--paper); color: var(--ink); box-shadow: 0 18px 40px rgba(0,0,0,.16); }
  nav.open { display: flex; }
  nav a { padding: 12px; }
  .hero-content { padding-bottom: 14vh; }
  .intro-grid, .cabin-copy, .plan-layout { grid-template-columns: 1fr; }
  .timeline-item { grid-template-columns: 1fr; gap: 8px; }
  .gallery, .history-gallery { grid-template-columns: 1fr; }
  .gallery-item { min-height: 300px; }
  .history-image { height: 280px; }
  .map-preview img { height: 480px; }
  footer { flex-direction: column; }
}
