/* ============================================================
   Watermark Eco-Retreat — design system v3
   Cinematic, editorial, understated. Full-bleed photography,
   seamless flat image layouts, generous whitespace, slow pacing,
   subtle motion. Bebas Neue wordmark + Caveat handwritten accents.
   ============================================================ */

:root {
  --bg:        #101810;   /* deep forest green */
  --bg-deep:   #0a120b;
  --panel:     #162115;
  --cream:     #ede7d3;   /* warm cream — never bright white */
  --body:      #c6c9b4;   /* sage-cream body copy */
  --muted:     #8d947f;
  --sage:      #a9b398;   /* muted sage accent */
  --gold:      #c8a96e;   /* soft gold highlight */
  --gold-dim:  #a4854f;
  --wood:      #a08662;   /* natural wood tone */
  --max:       1100px;

  --font-display: "Bebas Neue", "Arial Narrow", sans-serif;
  --font-script:  "Caveat", cursive;
  --font-body:    "Open Sans", "Helvetica Neue", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--body);
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 17.5px;
  line-height: 1.9;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

/* gentle warm wash over all photography */
img:not(.no-wash) {
  filter: sepia(0.14) saturate(1.02) brightness(0.98) contrast(0.98);
}

a { color: var(--gold); text-decoration: none; transition: color 0.25s ease; }
a:hover { color: var(--cream); }

strong { font-weight: 600; color: var(--cream); }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* ---------- typography ---------- */

h1, h2, h3.display, .display {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--cream);
  text-transform: uppercase;
  line-height: 0.98;
  letter-spacing: 0.045em;
}

h1 { font-size: clamp(3.2rem, 11.5vw, 9.5rem); }
h2 { font-size: clamp(2.8rem, 6vw, 4.4rem); margin-bottom: 0.4em; }
h3.display { font-size: clamp(1.7rem, 3.2vw, 2.3rem); margin-bottom: 0.5em; letter-spacing: 0.06em; }

.script {
  font-family: var(--font-script);
  font-weight: 500;
  color: var(--gold);
  text-transform: none;
  letter-spacing: 0;
}

.kicker {
  font-family: var(--font-script);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  color: var(--gold);
  display: block;
  margin-bottom: 0.6rem;
  line-height: 1.25;
}

/* the river's mark — organic, hand-drawn, imperfect */
hr.rule {
  border: none;
  height: 16px;
  width: 168px;
  margin: 2.2rem 0 2.6rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 168 16' width='168' height='16'%3E%3Cpath d='M3 10.5 C 16 4.5, 27 12.5, 43 8 C 55 4.5, 64 11.5, 79 7.5 C 91 4.2, 99 12, 114 8.5 C 127 5.5, 136 10.8, 149 7 C 156 5, 162 7.8, 165 6.5' fill='none' stroke='%23c8a96e' stroke-width='1.5' stroke-linecap='round' opacity='0.85'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
hr.rule.center { margin-left: auto; margin-right: auto; }

p + p { margin-top: 1.2em; }

/* opening paragraphs speak; the rest murmur */
.lede-lg {
  font-size: 1.34rem;
  line-height: 1.72;
  color: #ded9c3;
  font-weight: 300;
}
.lede-lg ~ p {
  font-size: 0.95rem;
  color: #aeb49c;
}

/* oversized ghost word — reads as a full word, always */
.ghost-wrap { position: relative; }
.ghost {
  position: absolute;
  top: -0.82em;
  left: -0.03em;
  font-family: var(--font-display);
  font-size: clamp(5rem, 13vw, 10.5rem);
  line-height: 1;
  color: var(--cream);
  opacity: 0.05;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

/* ---------- header ---------- */

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 18, 11, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(237, 231, 211, 0.06);
}

.topbar .wrap {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}
.brand:hover { color: var(--cream); }
.brand svg { width: 40px; height: 40px; flex: none; }

nav.main-nav {
  margin-left: auto;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}

nav.main-nav a {
  color: var(--body);
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 4px 0;
  white-space: nowrap;
  background: linear-gradient(var(--gold), var(--gold)) no-repeat left bottom / 0% 1px;
  transition: color 0.3s ease, background-size 0.45s ease;
}
nav.main-nav a:hover { color: var(--cream); background-size: 100% 1px; }
nav.main-nav a.active { color: var(--gold); background-size: 100% 1px; }

nav.main-nav a.nav-cta {
  border: 1px solid rgba(200, 169, 110, 0.55);
  border-radius: 2px;
  color: var(--gold);
  padding: 9px 20px;
  background: none;
}
nav.main-nav a.nav-cta:hover,
nav.main-nav a.nav-cta.active {
  border-color: var(--gold);
  background: rgba(200, 169, 110, 0.1);
  color: var(--cream);
}

/* ---------- hamburger (narrow screens) ---------- */

.nav-toggle {
  display: none;
  margin-left: auto;
  flex: none;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 70;
  padding: 10px 9px;
}
.nav-toggle span {
  display: block;
  width: 26px;
  height: 1.5px;
  background: var(--cream);
  margin: 6px auto;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
body.menu-open .nav-toggle span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
body.menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- hero ---------- */

.hero {
  position: relative;
  min-height: 96vh;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
}

.hero img.hero-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: heroDrift 16s ease-out forwards;
}
@keyframes heroDrift {
  from { transform: scale(1.07); }
  to   { transform: scale(1); }
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse at center, transparent 55%, rgba(10, 18, 11, 0.35) 100%),
    linear-gradient(
      180deg,
      rgba(10, 18, 11, 0.6) 0%,
      rgba(10, 18, 11, 0.24) 42%,
      rgba(10, 18, 11, 0.9) 86%,
      var(--bg) 100%
    );
}

.hero .wrap { width: 100%; padding-top: 140px; }

.hero .eyebrow {
  font-family: var(--font-script);
  font-weight: 500;
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  color: var(--gold);
  display: block;
  margin-bottom: 0.4rem;
}

.hero .wordmark { letter-spacing: 0.06em; }

.hero .subline {
  font-size: clamp(0.95rem, 1.6vw, 1.2rem);
  letter-spacing: 0.52em;
  text-transform: uppercase;
  color: var(--sage);
  margin: 0.7rem 0 1.8rem 0.2em;
  font-weight: 300;
}

.hero p.lede {
  max-width: 620px;
  font-size: 1.16rem;
  line-height: 1.85;
  color: #e0dcc8;
  margin-bottom: 2.8rem;
}

.hero .hero-links { display: flex; align-items: center; gap: 34px; margin-bottom: 5rem; }

.hero.short { min-height: 56vh; }
.hero.short .wrap { padding-bottom: 64px; }

/* quick-facts strip — the two-second read */
.facts-strip {
  border-top: 1px solid rgba(237, 231, 211, 0.14);
  background: rgba(10, 18, 11, 0.5);
  backdrop-filter: blur(6px);
}
.facts-strip ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 28px;
  padding: 22px 0;
}
.facts-strip li {
  font-size: 0.76rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cream);
  display: flex;
  align-items: center;
  gap: 12px;
}
.facts-strip li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  flex: none;
}

/* ---------- sections: slow pacing ---------- */

section.block { padding: 150px 0; overflow: hidden; }
section.block.tight { padding: 90px 0; }
section.block.alt { background: var(--bg-deep); }

.section-head { max-width: 780px; margin-bottom: 4rem; }

.two-col {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 80px;
  align-items: center;
}
.two-col.flip > .col-text { order: 2; }
.two-col.flip > .col-media { order: 1; }

.col-media img { width: 100%; }

/* seamless diptych — flat, edge to edge, no gaps */
.diptych {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.diptych img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

/* ---------- full-bleed cinematic interlude ---------- */

.interlude {
  position: relative;
  height: 74vh;
  min-height: 420px;
  overflow: hidden;
  isolation: isolate;
}
.interlude img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.interlude::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse at center, transparent 45%, rgba(10, 18, 11, 0.5) 100%),
    linear-gradient(180deg, rgba(10, 18, 11, 0.55) 0%, transparent 25%, transparent 75%, rgba(10, 18, 11, 0.55) 100%);
}
.interlude .caption {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-script);
  font-weight: 500;
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: var(--cream);
  text-shadow: 0 2px 24px rgba(10, 18, 11, 0.8);
  text-align: center;
  padding: 0 24px;
}

/* ---------- exclusive-use list ---------- */

.uses-note {
  font-size: 0.82rem;
  font-weight: 400;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--sage);
  margin-bottom: 2.4rem;
}

ul.uses {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 0;
  border-top: 1px solid rgba(237, 231, 211, 0.11);
}
ul.uses li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 28px 8px;
  border-bottom: 1px solid rgba(237, 231, 211, 0.11);
  font-family: var(--font-display);
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--cream);
}
/* tree cookie marker */
ul.uses li::before {
  content: "";
  width: 30px;
  height: 30px;
  flex: none;
  opacity: 0.9;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' fill='none' stroke='%23c8a96e'%3E%3Cpath d='M13 2.5 C 19 2 24 7 23.5 13 C 23 19.5 18.5 23.8 12.6 23.5 C 6.8 23.2 2.4 18.8 2.6 12.8 C 2.8 6.8 7 3 13 2.5 Z' stroke-width='1.3'/%3E%3Cpath d='M13 6 C 17 5.8 20.4 9 20 13 C 19.6 17.3 16.6 20.2 12.8 20 C 9 19.8 6.2 16.9 6.4 13 C 6.6 9 9 6.2 13 6 Z' stroke-width='1' opacity='0.75'/%3E%3Cpath d='M13 9.5 C 15.4 9.4 17.2 11.2 17 13.3 C 16.8 15.6 15 17 13 16.9 C 11 16.8 9.6 15.2 9.7 13.2 C 9.8 11.2 11 9.6 13 9.5 Z' stroke-width='0.9' opacity='0.65'/%3E%3Ccircle cx='13' cy='13' r='1' fill='%23c8a96e' stroke='none'/%3E%3Cpath d='M13 2.5 L 13 6.2' stroke-width='0.8' opacity='0.5'/%3E%3Cpath d='M20.4 18.2 L 17.4 15.8' stroke-width='0.7' opacity='0.4'/%3E%3C/svg%3E");
}

/* ---------- feature rows ---------- */

.feature-row {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 64px;
  align-items: center;
  padding: 52px 0;
}
.feature-row:not(:last-child) {
  border-bottom: 1px solid rgba(237, 231, 211, 0.06);
}
.feature-row img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.feature-row.flip { grid-template-columns: 1fr 440px; }
.feature-row.flip img { order: 2; }
.feature-row p { max-width: 520px; }

/* ---------- seamless photo band (triptych) ---------- */

.photo-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 3.4rem;
}
.photo-band figure { margin: 0; position: relative; overflow: hidden; }
.photo-band img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.photo-band figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(10, 18, 11, 0.62) 100%);
}
.photo-band figcaption {
  position: absolute;
  left: 22px;
  bottom: 16px;
  z-index: 1;
  font-family: var(--font-script);
  font-weight: 500;
  font-size: 1.4rem;
  color: var(--cream);
}

/* ---------- cabin details ---------- */

.details-box {
  background: var(--panel);
  border: 1px solid rgba(200, 169, 110, 0.2);
  padding: 34px 36px;
}
.details-box h4 {
  font-family: var(--font-display);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--cream);
  font-size: 1.5rem;
  margin-bottom: 4px;
}
.details-box hr {
  border: none;
  height: 14px;
  width: 84px;
  margin: 8px 0 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 84 14' width='84' height='14'%3E%3Cpath d='M2 9 C 9 4.5, 15 10.5, 24 7 C 31 4.4, 37 10, 46 7.5 C 54 5.2, 60 9.8, 69 7 C 75 5.2, 79 7.6, 82 6.4' fill='none' stroke='%23c8a96e' stroke-width='1.3' stroke-linecap='round' opacity='0.85'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.details-box ul { list-style: none; }
.details-box li {
  padding: 8px 0;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(237, 231, 211, 0.06);
}
.details-box li:last-child { border-bottom: none; }
.details-box li span { color: var(--cream); font-weight: 600; }

.cabin { padding: 110px 0; overflow: hidden; }
.cabin + .cabin { border-top: 1px solid rgba(237, 231, 211, 0.06); }
.cabin-header { max-width: 740px; margin-bottom: 3rem; }

.cabin-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 48px;
  align-items: start;
}
.photo-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
}
.photo-strip img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cabin-grid > .col-photos > img.lead {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.note {
  font-size: 0.8rem;
  font-style: italic;
  color: var(--muted);
  margin-top: 18px;
}

/* ---------- inquiry form (static mockup) ---------- */

.inquiry-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 26px;
  margin-top: 2.8rem;
}
.inquiry-form .field { display: flex; flex-direction: column; gap: 8px; }
.inquiry-form .field.full { grid-column: 1 / -1; }

.inquiry-form label {
  font-size: 0.74rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage);
}
.inquiry-form label em {
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.02em;
  color: var(--muted);
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  background: rgba(237, 231, 211, 0.04);
  border: none;
  border-bottom: 1px solid rgba(237, 231, 211, 0.22);
  padding: 13px 14px;
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 1rem;
  font-weight: 300;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.inquiry-form select { appearance: none; }
.inquiry-form .select-wrap { position: relative; }
.inquiry-form .select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid var(--gold);
  border-bottom: 1.5px solid var(--gold);
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}
.inquiry-form .select-wrap select { width: 100%; }
.inquiry-form input::placeholder,
.inquiry-form textarea::placeholder { color: rgba(198, 201, 180, 0.4); }
.inquiry-form input:focus,
.inquiry-form select:focus,
.inquiry-form textarea:focus {
  outline: none;
  border-bottom-color: var(--gold);
  background: rgba(237, 231, 211, 0.06);
}
.inquiry-form textarea { min-height: 150px; resize: vertical; }

.inquiry-form .form-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.form-note {
  background: rgba(200, 169, 110, 0.08);
  border: 1px solid rgba(200, 169, 110, 0.35);
  padding: 16px 20px;
  font-size: 0.95rem;
  color: var(--cream);
  grid-column: 1 / -1;
}

.form-error {
  background: rgba(154, 82, 58, 0.12);
  border: 1px solid rgba(154, 82, 58, 0.45);
  padding: 16px 20px;
  font-size: 0.95rem;
  color: var(--cream);
  grid-column: 1 / -1;
}
.form-error a { color: var(--gold); }

/* honeypot — visually gone, still in the DOM for bots */
.trap-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

form.sent .field,
form.sent .form-actions { display: none; }

/* ---------- events ---------- */

.event {
  border-top: 1px solid rgba(237, 231, 211, 0.12);
  padding-top: 3.4rem;
  margin-top: 3.4rem;
}
.event:first-of-type { border-top: none; padding-top: 0; margin-top: 0; }

.event .event-date {
  font-size: 0.78rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--gold);
}

.event .event-aud {
  font-family: var(--font-script);
  font-size: 1.7rem;
  color: var(--sage);
  display: block;
  margin: 0.4rem 0 0;
}

.event-facts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 36px;
  margin: 1.6rem 0 0;
  padding: 0;
  font-size: 0.92rem;
  color: #aeb49c;
}
.event-facts li strong { color: var(--cream); font-weight: 600; }

.event-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  align-items: center;
  margin-top: 2rem;
}

/* ---------- buttons & links ---------- */

.btn {
  display: inline-block;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--cream);
  background: transparent;
  padding: 16px 42px;
  border: 1px solid rgba(200, 169, 110, 0.6);
  border-radius: 2px;
  cursor: pointer;
  font-family: var(--font-body);
  transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.btn:hover { background: var(--gold); border-color: var(--gold); color: var(--bg-deep); }

.text-link {
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-block;
  margin-top: 1.8rem;
  background: linear-gradient(var(--gold), var(--gold)) no-repeat left bottom / 0% 1px;
  transition: color 0.3s ease, background-size 0.45s ease;
  padding-bottom: 4px;
}
.text-link:hover { color: var(--cream); background-size: 100% 1px; }

/* ---------- CTA band ---------- */

.cta-band {
  background: var(--bg-deep);
  border-top: 1px solid rgba(237, 231, 211, 0.06);
  padding: 130px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band .trees {
  position: absolute;
  right: -10px;
  bottom: -30px;
  width: 180px;
  opacity: 0.09;
  pointer-events: none;
}
.cta-band p { max-width: 540px; margin: 1.4rem auto 2.4rem; }
.cta-band .text-link { margin-top: 0.6rem; }

/* ---------- contact ---------- */

.contact-list { list-style: none; margin-top: 2.2rem; }
.contact-list li {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 14px 0;
  font-size: 1.05rem;
}
.contact-list .icon {
  width: 44px;
  height: 44px;
  flex: none;
  border-radius: 50%;
  border: 1px solid rgba(200, 169, 110, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-list .icon svg { width: 20px; height: 20px; fill: var(--gold); }

/* ---------- footer ---------- */

footer {
  background: var(--bg-deep);
  border-top: 1px solid rgba(237, 231, 211, 0.06);
  padding: 64px 0 56px;
}
footer .wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
}
footer .foot-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--cream);
  font-family: var(--font-display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 1.05rem;
}
footer .foot-brand svg { width: 34px; height: 34px; }
footer .foot-meta {
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  color: var(--muted);
  text-align: right;
  line-height: 2;
}

/* ---------- page intro ---------- */

.page-intro { padding: 100px 0 40px; }
.page-intro p { max-width: 740px; }

/* ---------- reveal-on-scroll ---------- */

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 1.1s cubic-bezier(0.22, 0.6, 0.3, 1), transform 1.1s cubic-bezier(0.22, 0.6, 0.3, 1);
}
.reveal.in-view { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero img.hero-img { animation: none; }
  html { scroll-behavior: auto; }
}

/* ---------- responsive ---------- */

@media (max-width: 900px) {
  .two-col, .two-col.flip, .cabin-grid { grid-template-columns: 1fr; }
  .two-col { gap: 48px; }
  .two-col.flip > .col-text { order: 1; }
  .feature-row, .feature-row.flip { grid-template-columns: 1fr; gap: 24px; padding: 40px 0; }
  .feature-row.flip img { order: 0; }
  .photo-band { grid-template-columns: 1fr; }
  .photo-band img { aspect-ratio: 16 / 10; }
  .hero { min-height: 80vh; }
  section.block { padding: 96px 0; }
  .interlude { height: 52vh; min-height: 320px; }
  .inquiry-form { grid-template-columns: 1fr; }
  footer .foot-meta { text-align: left; }
  .ghost { display: none; }
}

@media (max-width: 980px) {
  .brand span { display: none; }
  nav.main-nav { gap: 18px; }
  nav.main-nav a { font-size: 0.72rem; letter-spacing: 0.12em; }
  nav.main-nav a.nav-cta { padding: 7px 14px; }
}

/* hamburger takes over when the row can't breathe */
@media (max-width: 760px) {
  .topbar { backdrop-filter: none; background: rgba(10, 18, 11, 0.96); }
  .nav-toggle { display: block; }

  nav.main-nav {
    position: fixed;
    inset: 0;
    z-index: 60;
    margin-left: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    justify-content: safe center;
    align-items: center;
    gap: clamp(16px, 4vh, 30px);
    overflow-y: auto;
    padding: 24px;
    background:
      radial-gradient(ellipse at center, rgba(22, 33, 21, 0.6) 0%, transparent 70%),
      rgba(10, 18, 11, 0.97);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  body.menu-open nav.main-nav { visibility: visible; opacity: 1; }

  nav.main-nav a {
    font-family: var(--font-display);
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: 0.14em;
    color: var(--cream);
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s ease, color 0.3s ease;
  }
  body.menu-open nav.main-nav a { opacity: 1; transform: none; }
  body.menu-open nav.main-nav a:nth-child(1) { transition-delay: 0.1s; }
  body.menu-open nav.main-nav a:nth-child(2) { transition-delay: 0.17s; }
  body.menu-open nav.main-nav a:nth-child(3) { transition-delay: 0.24s; }
  body.menu-open nav.main-nav a:nth-child(4) { transition-delay: 0.31s; }
  body.menu-open nav.main-nav a:nth-child(5) { transition-delay: 0.38s; }
  body.menu-open nav.main-nav a:nth-child(6) { transition-delay: 0.45s; }

  nav.main-nav a.active { color: var(--gold); background-size: 100% 1px; }
  nav.main-nav a.nav-cta {
    margin-top: 12px;
    font-size: 1.1rem;
    letter-spacing: 0.24em;
    padding: 14px 34px;
  }

  body.menu-open { overflow: hidden; }

  @media (prefers-reduced-motion: reduce) {
    nav.main-nav, nav.main-nav a { transition: none; }
    nav.main-nav a { transform: none; }
  }
}

@media (max-width: 620px) {
  body { font-size: 16px; }
  .facts-strip ul { justify-content: flex-start; }
  .diptych img { aspect-ratio: 3 / 4; }
}
