/* ============================================================
   NORTH RIVER LODGE — Cape Breton, Nova Scotia
   Handcrafted design system. Photography-led, heritage-warm.
   ============================================================ */

/* ---------- Design tokens ---------- */
:root {
  /* Evergreen forest */
  --forest-900: #122019;
  --forest-800: #1a2e24;
  --forest-700: #1f3b2d;
  --forest-600: #2c5240;
  --forest-500: #3c6a52;

  /* Atlantic ocean blue (echoes the house siding) */
  --atlantic-700: #224956;
  --atlantic-600: #2e6173;
  --atlantic-500: #437f93;
  --atlantic-300: #8fb3bd;

  /* River stone gray */
  --stone-700: #4b504b;
  --stone-500: #6f746d;
  --stone-400: #969a92;
  --stone-200: #cdcfc8;

  /* Warm heritage cream + mist */
  --cream: #f1e8d8;
  --cream-soft: #f6efe2;
  --cream-deep: #e7dac2;
  --mist: #fbfaf5;
  --paper: #fcfbf7;

  /* Weathered wood */
  --wood-700: #58402f;
  --wood-600: #6f5238;
  --wood-500: #8a6a49;

  /* Muted gold */
  --gold-600: #a9863f;
  --gold-500: #c0a05a;
  --gold-400: #d4b878;

  --ink: #20261f;
  --ink-soft: #41463d;

  --shadow-sm: 0 2px 10px rgba(18, 32, 25, .08);
  --shadow-md: 0 14px 40px -16px rgba(18, 32, 25, .35);
  --shadow-lg: 0 40px 80px -28px rgba(18, 32, 25, .5);

  --font-display: "Fraunces", "Iowan Old Style", "Apple Garamond", Georgia, serif;
  --font-body: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;

  --maxw: 1240px;
  --gutter: clamp(1.25rem, 5vw, 4rem);
  --radius: 4px;
  --radius-lg: 10px;
  --ease: cubic-bezier(.22, .61, .36, 1);

  --header-h: 78px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--mist);
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
html { overflow-x: clip; }
img, picture, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; }
ul { list-style: none; padding: 0; }
:focus-visible { outline: 3px solid var(--gold-500); outline-offset: 3px; border-radius: 2px; }
::selection { background: var(--gold-400); color: var(--forest-900); }
[id] { scroll-margin-top: 92px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 460;
  line-height: 1.08;
  letter-spacing: -.01em;
  color: var(--forest-800);
  font-optical-sizing: auto;
}
.h-display { font-size: clamp(2.7rem, 7vw, 5.4rem); font-weight: 420; line-height: 1.02; }
h1 { font-size: clamp(2.3rem, 5.2vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 3.05rem); }
h3 { font-size: clamp(1.3rem, 2.2vw, 1.7rem); }
p { color: var(--ink-soft); }
.lead { font-size: clamp(1.1rem, 1.6vw, 1.32rem); line-height: 1.65; color: var(--ink-soft); }

.eyebrow {
  display: inline-flex; align-items: center; gap: .65rem;
  font-family: var(--font-body);
  font-size: .76rem; font-weight: 700;
  letter-spacing: .28em; text-transform: uppercase;
  color: var(--gold-600);
}
.eyebrow::before {
  content: ""; width: 34px; height: 1px; background: currentColor; opacity: .6;
}
.eyebrow.center::after {
  content: ""; width: 34px; height: 1px; background: currentColor; opacity: .6;
}
.eyebrow.center { justify-content: center; }
.script {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  color: var(--gold-600);
}

/* ---------- Layout ---------- */
.wrap { width: min(100% - 2.5rem, var(--maxw)); margin-inline: auto; }
.wrap-wide { width: min(100% - 2rem, 1480px); margin-inline: auto; }
.wrap-narrow { width: min(100% - 2.5rem, 760px); margin-inline: auto; }
section { position: relative; }
.section-pad { padding-block: clamp(4.5rem, 9vw, 8.5rem); }
.section-pad-sm { padding-block: clamp(3rem, 6vw, 5rem); }

.bg-cream { background: var(--cream-soft); }
.bg-cream-deep { background: var(--cream); }
.bg-forest { background: var(--forest-800); color: var(--cream-soft); }
.bg-forest h1, .bg-forest h2, .bg-forest h3 { color: var(--cream-soft); }
.bg-forest p { color: rgba(241, 232, 216, .8); }
.bg-paper { background: var(--paper); }

.center { text-align: center; }
.measure { max-width: 60ch; }
.measure-tight { max-width: 46ch; }
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.6rem}.mt-4{margin-top:2.4rem}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  padding: 1rem 1.9rem;
  font-family: var(--font-body); font-weight: 700; font-size: .82rem;
  letter-spacing: .16em; text-transform: uppercase;
  border-radius: 2px;
  transition: transform .4s var(--ease), background .35s var(--ease), color .35s var(--ease), box-shadow .35s var(--ease);
  will-change: transform;
  line-height: 1;
}
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: linear-gradient(176deg, var(--gold-400), var(--gold-600)); color: #1d1a12; box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255,255,255,.28); }
.btn-primary:hover { background: linear-gradient(176deg, var(--gold-400), var(--gold-500)); box-shadow: 0 16px 34px -12px rgba(169, 134, 63, .75), inset 0 1px 0 rgba(255,255,255,.35); }
.btn-forest { background: var(--forest-700); color: var(--cream-soft); }
.btn-forest:hover { background: var(--forest-600); }
.btn-outline { border: 1.5px solid currentColor; color: var(--forest-700); }
.btn-outline:hover { background: var(--forest-700); color: var(--cream-soft); border-color: var(--forest-700); }
.btn-ghost-light { border: 1.5px solid rgba(255,255,255,.55); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.95); color: var(--forest-800); border-color: #fff; }
.btn-block { width: 100%; }
.btn svg { width: 17px; height: 17px; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .55rem;
  font-weight: 700; font-size: .8rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--forest-700);
  position: relative;
}
.link-arrow svg { width: 18px; height: 18px; transition: transform .4s var(--ease); }
.link-arrow:hover svg { transform: translateX(6px); }
.bg-forest .link-arrow { color: var(--gold-400); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 80;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background .45s var(--ease), box-shadow .45s var(--ease), height .45s var(--ease);
}
.site-header .wrap-wide { display: flex; align-items: center; justify-content: space-between; width: min(100% - 2rem, 1480px); }
.site-header.scrolled {
  background: rgba(252, 251, 247, .92);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 0 rgba(18,32,25,.08), var(--shadow-sm);
  height: 66px;
}
.brand { display: flex; align-items: center; gap: .8rem; z-index: 2; }
.brand__mark {
  width: 50px; height: 50px; border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255,255,255,.5), var(--shadow-sm);
  transition: width .4s var(--ease), height .4s var(--ease);
  background: var(--forest-900);
}
.scrolled .brand__mark { width: 44px; height: 44px; }
.brand__text { display: flex; flex-direction: column; line-height: 1.05; }
.brand__name {
  font-family: var(--font-display); font-size: 1.12rem; font-weight: 500;
  letter-spacing: .02em; color: var(--cream-soft);
  transition: color .45s var(--ease), text-shadow .45s var(--ease);
  text-shadow: 0 1px 14px rgba(10,18,13,.45);
}
.brand__sub {
  font-size: .6rem; letter-spacing: .34em; text-transform: uppercase;
  color: rgba(241,232,216,.82); font-weight: 700;
  transition: color .45s var(--ease), text-shadow .45s var(--ease);
  text-shadow: 0 1px 12px rgba(10,18,13,.5);
}
.scrolled .brand__name { color: var(--forest-800); text-shadow: none; }
.scrolled .brand__sub { color: var(--gold-600); text-shadow: none; }

.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav__links { display: flex; align-items: center; gap: 1.4rem; }
.nav__links a {
  font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.94); position: relative; padding-block: .4rem;
  transition: color .35s var(--ease), text-shadow .35s var(--ease);
  text-shadow: 0 1px 12px rgba(10,18,13,.4);
}
.scrolled .nav__links a { text-shadow: none; }
.nav__links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; height: 1.5px; width: 0;
  background: var(--gold-400); transition: width .4s var(--ease);
}
.nav__links a:hover::after, .nav__links a[aria-current="page"]::after { width: 100%; }
.scrolled .nav__links a { color: var(--ink); }
.scrolled .nav__links a[aria-current="page"] { color: var(--forest-700); }

.nav__cta { padding: .8rem 1.5rem; }

/* Hamburger */
.nav-toggle {
  display: none; width: 46px; height: 46px; z-index: 2;
  position: relative; border-radius: 50%;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  content: ""; position: absolute; left: 50%; height: 2px; width: 24px; background: #fff;
  transform: translateX(-50%); transition: transform .4s var(--ease), background .4s var(--ease), opacity .3s;
}
.scrolled .nav-toggle span, .scrolled .nav-toggle span::before, .scrolled .nav-toggle span::after { background: var(--forest-800); }
.nav-toggle span { top: 50%; transform: translate(-50%, -50%); }
.nav-toggle span::before { top: -7px; }
.nav-toggle span::after { top: 7px; }
body.nav-open .nav-toggle span { background: transparent; }
body.nav-open .nav-toggle span::before { top: 0; transform: translateX(-50%) rotate(45deg); background:#fff; }
body.nav-open .nav-toggle span::after { top: 0; transform: translateX(-50%) rotate(-45deg); background:#fff; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  position: relative; min-height: 100svh;
  display: flex; align-items: center;
  color: #fff; overflow: hidden;
  padding-top: var(--header-h);
}
.hero__media { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.hero__media img {
  width: 100%; height: 118%; object-fit: cover; object-position: center 42%;
  will-change: transform;
}
.hero__media::after {
  content: ""; position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(15,26,20,.55) 0%, rgba(15,26,20,.15) 32%, rgba(15,26,20,.32) 62%, rgba(15,26,20,.82) 100%),
    linear-gradient(90deg, rgba(15,26,20,.5) 0%, rgba(15,26,20,0) 55%);
}
.hero__inner { position: relative; z-index: 1; padding-block: 4rem; }
.hero__inner > * { animation: heroIn 1.1s var(--ease) both; }
.hero__eyebrow { animation-delay: .15s; }
.hero h1 { animation-delay: .3s; }
.hero__lead { animation-delay: .52s; }
.hero__actions { animation-delay: .72s; }
@keyframes heroIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.hero__eyebrow { color: var(--gold-400); }
.hero h1 { color: #fff; text-shadow: 0 2px 40px rgba(0,0,0,.4); max-width: 22ch; font-size: clamp(2.1rem, 4.8vw, 3.9rem); line-height: 1.07; }
.hero__lead { color: rgba(255,255,255,.92); max-width: 44ch; margin-top: 1.5rem; font-size: clamp(1.05rem,1.5vw,1.3rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 2.5rem; }
.hero__scroll {
  position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%); z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: .6rem;
  font-size: .62rem; letter-spacing: .3em; text-transform: uppercase; color: rgba(255,255,255,.7);
}
.hero__scroll .mouse {
  width: 22px; height: 36px; border: 1.5px solid rgba(255,255,255,.5); border-radius: 12px;
  position: relative;
}
.hero__scroll .mouse::after {
  content: ""; position: absolute; top: 7px; left: 50%; transform: translateX(-50%);
  width: 3px; height: 7px; border-radius: 2px; background: #fff;
  animation: scrolldot 1.8s var(--ease) infinite;
}
@keyframes scrolldot { 0%{opacity:0;transform:translate(-50%,0)} 35%{opacity:1} 70%{opacity:0;transform:translate(-50%,10px)} 100%{opacity:0} }

/* page hero (interior pages) */
.page-hero {
  position: relative; min-height: 64vh; display: flex; align-items: flex-end;
  color: #fff; overflow: hidden; padding-top: var(--header-h);
}
.page-hero__media { position: absolute; inset: 0; z-index: 0; }
.page-hero__media img { width: 100%; height: 112%; object-fit: cover; }
/* equal three-room split hero */
.page-hero__media--split { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 3px; background: var(--forest-900); }
.page-hero__media--split img { width: 100%; height: 100%; }
.page-hero__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(13,23,18,.5) 0%, rgba(13,23,18,.18) 28%, rgba(13,23,18,.58) 60%, rgba(13,23,18,.9) 100%);
}
.page-hero__inner { position: relative; z-index: 1; padding-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.page-hero h1 { color: #fff; max-width: 18ch; text-shadow: 0 2px 30px rgba(0,0,0,.45); }
.page-hero p { color: rgba(255,255,255,.94); max-width: 50ch; margin-top: 1rem; text-shadow: 0 1px 18px rgba(10,18,13,.55); }
.crumbs { font-size: .72rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.82); margin-bottom: 1.2rem; text-shadow: 0 1px 12px rgba(10,18,13,.55); }
.crumbs a:hover { color: #fff; }
.crumbs span { color: var(--gold-400); }

/* ============================================================
   SPLIT / STORY SECTIONS
   ============================================================ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__copy { max-width: 52ch; }
.figure {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-md);
}
.figure img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.6s var(--ease); }
.figure:hover img { transform: scale(1.045); }
.figure--tall { aspect-ratio: 4/5; }
.figure--wide { aspect-ratio: 3/2; }
.figure--logo { background: radial-gradient(circle at 50% 38%, #1e372b 0%, #0e1a13 78%); display: grid; place-items: center; }
.figure--logo img { width: 78%; height: auto; object-fit: contain; border-radius: 50%; box-shadow: 0 24px 60px -22px rgba(0,0,0,.65); }
.figure--logo:hover img { transform: none; }
.figure__tag {
  position: absolute; left: 1rem; bottom: 1rem;
  background: rgba(252,251,247,.92); backdrop-filter: blur(6px);
  padding: .5rem .9rem; border-radius: 2px;
  font-size: .68rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; color: var(--forest-700);
}
/* stacked layered images */
.stack { position: relative; }
.stack__back { aspect-ratio: 4/5; }
.stack__front {
  position: absolute; width: 56%; aspect-ratio: 3/4; right: -6%; bottom: -10%;
  border: 8px solid var(--paper); box-shadow: var(--shadow-lg); border-radius: 6px;
}
/* The moose sign is a 4:3 photo — give it a matching frame so the whole sign,
   centred, with all the lettering, is visible (never cropped). */
.stack__front.is-sign { aspect-ratio: 4/3; width: 60%; }
.stack__front.is-sign img { object-position: center; }
.stack__front.is-sign:hover img { transform: none; }
@media (max-width: 600px){
  .stack { margin-bottom: 9%; }
  .stack__back { aspect-ratio: 3/2; }
  .stack__front {
    width: 50%; aspect-ratio: 3/4;
    right: 0; bottom: -8%; left: auto; top: auto; margin: 0;
    border-width: 5px;
  }
}

/* ============================================================
   FEATURE GRID (why stay / highlights)
   ============================================================ */
.feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: clamp(1.4rem, 3vw, 2.6rem); }
.feature {
  padding: 2rem 1.7rem;
  border-top: 2px solid var(--cream-deep);
  position: relative;
}
.bg-forest .feature { border-top-color: rgba(255,255,255,.16); }
.feature__icon {
  width: 46px; height: 46px; color: var(--gold-600); margin-bottom: 1.1rem;
}
.bg-forest .feature__icon { color: var(--gold-400); }
.feature h3 { font-size: 1.28rem; margin-bottom: .5rem; }
.feature p { font-size: .96rem; }

/* stat row */
.stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px,1fr)); gap: 1.5rem; text-align: center; }
.stat { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.stat__num { font-family: var(--font-display); font-size: clamp(2.4rem,4vw,3.4rem); color: var(--gold-500); line-height: 1; }
.stat__label { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--stone-400); margin-top: .6rem; }
.bg-forest .stat__label { color: rgba(241,232,216,.65); }
@media (max-width: 600px){
  .stats-rating { grid-template-columns: 1fr; gap: 2.2rem; }
  .stats-rating .stat { padding-bottom: 1.6rem; border-bottom: 1px solid rgba(255,255,255,.14); }
  .stats-rating .stat:last-child { border-bottom: 0; padding-bottom: 0; }
}

/* ============================================================
   ROOM CARDS
   ============================================================ */
.rooms-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(310px, 1fr)); gap: clamp(1.6rem, 3vw, 2.4rem); }
.room-card {
  background: var(--paper); border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease);
}
.room-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.room-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.room-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s var(--ease); }
.room-card:hover .room-card__media img { transform: scale(1.06); }
.room-card__badge {
  position: absolute; top: 1rem; left: 1rem;
  background: rgba(18,32,25,.72); color: var(--cream-soft); backdrop-filter: blur(4px);
  padding: .4rem .8rem; border-radius: 2px;
  font-size: .66rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 700;
}
.room-card__body { padding: 1.7rem 1.7rem 1.9rem; display: flex; flex-direction: column; flex: 1; }
.room-card__body h3 { font-size: 1.55rem; }
.room-card__meta { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; margin: .7rem 0 1rem; }
.room-card__meta li { display: flex; align-items: center; gap: .4rem; font-size: .82rem; color: var(--stone-500); font-weight: 600; }
.room-card__meta svg { width: 16px; height: 16px; color: var(--atlantic-500); }
.room-card__body p { font-size: .95rem; flex: 1; }
.room-card__foot { margin-top: 1.3rem; display: flex; align-items: center; justify-content: space-between; gap:1rem; }

/* amenity chips */
.amenities { display: flex; flex-wrap: wrap; gap: .6rem; }
.chip {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .5rem .9rem; border-radius: 40px;
  background: var(--cream-soft); border: 1px solid var(--cream-deep);
  font-size: .8rem; font-weight: 600; color: var(--ink-soft);
}
.chip svg { width: 15px; height: 15px; color: var(--forest-600); }
.chip--off { color: var(--stone-400); text-decoration: line-through; opacity: .8; }

/* ============================================================
   GALLERY / MASONRY
   ============================================================ */
.gallery { columns: 3; column-gap: 14px; }
.gallery button { width: 100%; margin-bottom: 14px; border-radius: 6px; overflow: hidden; display: block; box-shadow: var(--shadow-sm); }
.gallery img { width: 100%; transition: transform 1s var(--ease), filter .5s; }
.gallery button:hover img { transform: scale(1.05); filter: saturate(1.1); }
@media (max-width: 860px){ .gallery{ columns: 2; } }
@media (max-width: 520px){ .gallery{ columns: 1; } }

/* empty photo placeholder slots (e.g. bathrooms awaiting photos) */
.photo-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 760px){ .photo-slots { grid-template-columns: 1fr; } }
.photo-slot {
  aspect-ratio: 4/3;
  border: 2px dashed var(--stone-300);
  border-radius: var(--radius-lg);
  background: var(--cream-soft);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .7rem;
  text-align: center; padding: 1.2rem;
  color: var(--stone-400);
  font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.photo-slot svg { width: 34px; height: 34px; opacity: .65; }
.bath-card { margin: 0; }
.bath-card a { display: block; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.bath-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 1s var(--ease); }
.bath-card a:hover img { transform: scale(1.05); }
.bath-card figcaption { margin-top: .8rem; font-size: .72rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--stone-500); text-align: center; }

/* mini gallery row in room cards / detail */
.thumb-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.thumb-row button { border-radius: 4px; overflow: hidden; aspect-ratio: 1; box-shadow: var(--shadow-sm); }
.thumb-row img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.thumb-row button:hover img { transform: scale(1.08); }

/* ============================================================
   EXPLORE CARDS
   ============================================================ */
.explore-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1.4rem; }
.explore-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden; min-height: 360px;
  display: flex; align-items: flex-end; color: #fff; box-shadow: var(--shadow-sm);
  isolation: isolate;
}
.explore-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1.3s var(--ease); }
/* Frame the moose head/antlers in the wildlife card so the lettering band isn't
   shown half-cropped behind the title. */
.explore-card img.is-moose { object-position: center 8%; transform: scale(1.5); transform-origin: center 24%; }
.explore-card:hover img.is-moose { transform: scale(1.58); }
.explore-card::after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(180deg, rgba(13,23,18,0) 28%, rgba(13,23,18,.5) 56%, rgba(13,23,18,.92) 100%); }
.explore-card:hover img { transform: scale(1.07); }
.explore-card__body { padding: 1.8rem; }
.explore-card__body h3 { color: #fff; font-size: 1.5rem; text-shadow: 0 1px 14px rgba(8,14,10,.6); }
.explore-card__body p { color: rgba(255,255,255,.92); font-size: .92rem; margin-top: .35rem; text-shadow: 0 1px 12px rgba(8,14,10,.6); }
.explore-card--lg { min-height: 460px; grid-column: span 2; }
@media (max-width: 760px){ .explore-card--lg{ grid-column: span 1; min-height: 360px; } }

/* timeline / numbered list */
.itinerary { display: grid; gap: 0; }
.itin-step { display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; padding: 1.6rem 0; border-bottom: 1px solid var(--cream-deep); }
.itin-step:last-child { border-bottom: 0; }
.itin-step__num { font-family: var(--font-display); font-size: 2rem; color: var(--gold-500); line-height: 1; min-width: 2.4ch; }
.itin-step h3 { font-size: 1.25rem; margin-bottom: .3rem; }
.itin-step p { font-size: .96rem; }

/* ============================================================
   TESTIMONIALS / REVIEWS
   ============================================================ */
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(330px,1fr)); gap: 1.4rem; align-items: start; }
.review-card {
  background: var(--paper); border-radius: var(--radius-lg); padding: 2rem 1.9rem;
  box-shadow: var(--shadow-sm); border: 1px solid var(--cream-deep);
  break-inside: avoid;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}
.review-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--gold-400); }
.stars { display: inline-flex; gap: 2px; color: var(--gold-500); margin-bottom: 1rem; }
.stars svg { width: 18px; height: 18px; }
.review-card blockquote { font-size: 1.02rem; color: var(--ink-soft); line-height: 1.65; }
.review-card__by { margin-top: 1.2rem; display: flex; align-items: center; gap: .8rem; }
.review-card__avatar {
  width: 42px; height: 42px; border-radius: 50%; flex: none;
  background: var(--forest-600); color: var(--cream-soft);
  display: grid; place-items: center; font-family: var(--font-display); font-size: 1.1rem;
}
.review-card__name { display: block; font-weight: 800; font-size: .92rem; color: var(--forest-800); }
.review-card__role { font-size: .78rem; color: var(--stone-400); }

/* feature quote */
.pullquote { text-align: center; }
.pullquote blockquote {
  font-family: var(--font-display); font-weight: 360;
  font-size: clamp(1.6rem, 3.4vw, 2.8rem); line-height: 1.28; color: var(--cream-soft);
  font-style: italic;
}
.pullquote .mark { font-size: 4rem; color: var(--gold-500); line-height: 0; display: block; height: 1.4rem; }

/* ============================================================
   CONTACT CTA BANNER
   ============================================================ */
.cta-banner { position: relative; overflow: hidden; color: #fff; isolation: isolate; }
.cta-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cta-banner::after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(120deg, rgba(15,26,20,.9), rgba(34,73,86,.7)); }
.cta-banner h2 { color: #fff; }
.cta-banner p { color: rgba(255,255,255,.88); }
.cta-actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* contact methods */
.contact-methods { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px,1fr)); gap: 1.2rem; }
.contact-method {
  display: flex; gap: 1rem; align-items: flex-start;
  padding: 1.5rem; background: var(--paper); border-radius: var(--radius-lg);
  border: 1px solid var(--cream-deep); transition: transform .4s var(--ease), box-shadow .4s var(--ease);
}
.contact-method:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.contact-method__icon {
  width: 48px; height: 48px; border-radius: 50%; flex: none;
  background: var(--forest-700); color: var(--gold-400); display: grid; place-items: center;
}
.contact-method__icon svg { width: 22px; height: 22px; }
.contact-method h3 { font-size: 1.15rem; }
.contact-method span { font-size: .82rem; color: var(--stone-400); }
.contact-method a { font-weight: 700; color: var(--forest-700); }

/* form */
.form-card { background: var(--paper); border-radius: var(--radius-lg); padding: clamp(1.6rem,4vw,2.8rem); box-shadow: var(--shadow-md); border: 1px solid var(--cream-deep); }
.field { margin-bottom: 1.2rem; }
.field label { display: block; font-size: .76rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 800; color: var(--forest-700); margin-bottom: .45rem; }
.field input, .field textarea, .field select {
  width: 100%; padding: .9rem 1rem; font: inherit; color: var(--ink);
  background: var(--mist); border: 1.5px solid var(--cream-deep); border-radius: var(--radius);
  transition: border-color .3s, box-shadow .3s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--atlantic-500); box-shadow: 0 0 0 3px rgba(67,127,147,.15);
}
.field textarea { resize: vertical; min-height: 130px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
@media (max-width: 540px){ .field-row{ grid-template-columns: 1fr; } }
.form-note { font-size: .82rem; color: var(--stone-400); }
.form-success {
  display: none; background: var(--forest-700); color: var(--cream-soft);
  padding: 1.2rem 1.4rem; border-radius: var(--radius); margin-bottom: 1.4rem; font-weight: 600;
}
.form-success.show { display: block; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { background: var(--forest-900); color: rgba(241,232,216,.72); padding-block: clamp(3.5rem,6vw,5rem) 0; position: relative; }
.site-footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--gold-500) 22%, var(--gold-400) 50%, var(--gold-500) 78%, transparent); opacity: .65; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 2.5rem; }
@media (max-width: 860px){ .footer-grid{ grid-template-columns: 1fr 1fr; gap: 2.2rem; } }
@media (max-width: 520px){ .footer-grid{ grid-template-columns: 1fr; } }
.footer-brand { display: flex; gap: .9rem; align-items: center; margin-bottom: 1.2rem; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; box-shadow: 0 0 0 2px rgba(192,160,90,.3); }
.footer-brand .brand__name { color: var(--cream-soft); font-size: 1.3rem; }
.footer-brand .brand__sub { color: var(--gold-500); }
.site-footer h4 { color: var(--cream-soft); font-family: var(--font-body); font-size: .8rem; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 1.2rem; font-weight: 800; }
.footer-links li { margin-bottom: .65rem; }
.footer-links a, .site-footer address a { transition: color .3s; }
.footer-links a:hover, .site-footer address a:hover { color: var(--gold-400); }
.site-footer address { font-style: normal; line-height: 1.9; }
.social-row { display: flex; gap: .7rem; margin-top: 1.2rem; }
.social-row a { width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(241,232,216,.25); display: grid; place-items: center; transition: background .3s, color .3s, border-color .3s; }
.social-row a:hover { background: var(--gold-500); color: var(--forest-900); border-color: var(--gold-500); }
.social-row svg { width: 18px; height: 18px; }
.footer-bottom { margin-top: clamp(2.5rem,5vw,4rem); border-top: 1px solid rgba(241,232,216,.12); padding-block: 1.6rem; font-size: .78rem; }
.footer-bottom .wrap-wide { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; }

/* ============================================================
   WATERMARK
   ============================================================ */
.watermark { position: absolute; pointer-events: none; opacity: .04; z-index: 0; mix-blend-mode: multiply; }
.bg-forest .watermark, .watermark--light { mix-blend-mode: screen; opacity: .05; }
.watermark--tr { top: -4%; right: -6%; width: min(46vw, 520px); }
.watermark--bl { bottom: -8%; left: -8%; width: min(40vw, 460px); }
.section-pad > .wrap, .section-pad > .wrap-wide, .section-pad > .wrap-narrow { position: relative; z-index: 1; }

/* divider */
.leaf-divider { display: flex; align-items: center; justify-content: center; gap: 1rem; color: var(--gold-500); }
.leaf-divider::before, .leaf-divider::after { content:""; height:1px; width: min(120px, 18vw); background: linear-gradient(90deg, transparent, var(--cream-deep)); }
.bg-forest .leaf-divider::before, .bg-forest .leaf-divider::after { background: linear-gradient(90deg, transparent, rgba(255,255,255,.25)); }
.leaf-divider svg { width: 22px; height: 22px; }

/* ============================================================
   STICKY MOBILE CTA
   ============================================================ */
.mobile-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 70;
  display: none; gap: .7rem; padding: .7rem .9rem;
  background: rgba(252,251,247,.96); backdrop-filter: blur(10px);
  box-shadow: 0 -4px 24px -8px rgba(18,32,25,.3);
  padding-bottom: calc(.7rem + env(safe-area-inset-bottom));
}
.mobile-cta .btn { flex: 1; padding: .95rem 1rem; font-size: .76rem; }

/* ============================================================
   BOOKING MODAL
   ============================================================ */
.modal { position: fixed; inset: 0; z-index: 120; display: none; }
.modal.open { display: block; }
.modal__overlay { position: absolute; inset: 0; background: rgba(15,26,20,.6); backdrop-filter: blur(4px); opacity: 0; transition: opacity .35s; }
.modal.open .modal__overlay { opacity: 1; }
.modal__dialog {
  position: relative; max-width: 460px; margin: auto;
  top: 50%; transform: translateY(-46%) scale(.96); opacity: 0;
  background: var(--paper); border-radius: var(--radius-lg); padding: clamp(1.8rem,4vw,2.6rem);
  box-shadow: var(--shadow-lg); transition: transform .4s var(--ease), opacity .35s;
  width: min(100% - 2rem, 460px);
}
.modal.open .modal__dialog { transform: translateY(-50%) scale(1); opacity: 1; }
.modal__close { position: absolute; top: 1rem; right: 1rem; width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; color: var(--stone-500); transition: background .3s; }
.modal__close:hover { background: var(--cream-soft); }
.modal__close svg { width: 22px; height: 22px; }
.modal__mark { width: 64px; height: 64px; border-radius: 50%; margin-bottom: 1rem; box-shadow: 0 0 0 2px var(--cream-deep); }
.modal h3 { font-size: 1.7rem; }
.modal p { font-size: .95rem; margin-top: .4rem; }
.modal__methods { display: grid; gap: .8rem; margin-top: 1.6rem; }
.modal__method {
  display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem;
  border: 1.5px solid var(--cream-deep); border-radius: var(--radius); transition: border-color .3s, background .3s, transform .3s;
}
.modal__method:hover { border-color: var(--gold-500); background: var(--cream-soft); transform: translateX(4px); }
.modal__method svg { width: 24px; height: 24px; color: var(--forest-600); flex: none; }
.modal__method strong { display: block; font-size: 1rem; color: var(--forest-800); }
.modal__method span { font-size: .82rem; color: var(--stone-400); }

/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */
/* Reveal stays fully visible unless JS opts in via body.reveal-on, so content
   is never stranded invisible if the script fails to run. */
.reveal { transition: opacity .9s var(--ease), transform .9s var(--ease); }
body.reveal-on .reveal { opacity: 0; transform: translateY(34px); }
body.reveal-on .reveal.in-view { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: .1s; } .reveal-d2 { transition-delay: .2s; } .reveal-d3 { transition-delay: .3s; } .reveal-d4 { transition-delay: .4s; }
@media (prefers-reduced-motion: reduce){ body.reveal-on .reveal{ opacity:1; transform:none; } }

/* lightbox */
[data-lightbox] { cursor: zoom-in; display: block; }
.lightbox { position: fixed; inset: 0; z-index: 130; display: none; place-items: center; background: rgba(10,18,13,.93); padding: 1.5rem; }
.lightbox.open { display: grid; }
.lightbox img { max-width: min(94vw, 1200px); max-height: 86vh; border-radius: 6px; box-shadow: var(--shadow-lg); }
.lightbox__close, .lightbox__nav { position: absolute; color: #fff; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.1); transition: background .3s; }
.lightbox__close:hover, .lightbox__nav:hover { background: rgba(255,255,255,.25); }
.lightbox__close { top: 1.2rem; right: 1.2rem; }
.lightbox__close svg, .lightbox__nav svg { width: 26px; height: 26px; }
.lightbox__nav { top: 50%; transform: translateY(-50%); }
.lightbox__prev { left: 1.2rem; } .lightbox__next { right: 1.2rem; }
.lightbox__cap { position: absolute; bottom: 1.4rem; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.85); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .nav__links, .nav__cta.desktop-only { display: none; }
  .nav-toggle { display: block; }
  .nav {
    position: fixed; inset: 0; z-index: 1;
    background: var(--forest-800);
    flex-direction: column; justify-content: center; gap: 0;
    opacity: 0; visibility: hidden; transform: translateY(-12px);
    transition: opacity .4s var(--ease), transform .4s var(--ease), visibility .4s;
  }
  body.nav-open .nav { opacity: 1; visibility: visible; transform: none; }
  /* When the menu is open, neutralise the scrolled header. The blur otherwise
     becomes a containing block and traps the fixed full-screen menu inside the
     66px header, so it only opens when scrolled to the very top. */
  body.nav-open .site-header { background: transparent; box-shadow: none; backdrop-filter: none; -webkit-backdrop-filter: none; }
  body.nav-open .brand__name { color: var(--cream-soft); text-shadow: none; }
  body.nav-open .brand__sub { color: var(--gold-400); text-shadow: none; }
  /* Keep the menu links light over the dark overlay no matter how far the page
     is scrolled (the .scrolled state would otherwise darken them into it). */
  body.nav-open .nav__links a,
  body.nav-open .nav__links a[aria-current="page"] { color: var(--cream-soft); }
  .nav__links { display: flex; flex-direction: column; gap: 0; text-align: center; }
  .nav__links a { font-size: 1.4rem; font-family: var(--font-display); text-transform: none; letter-spacing: 0; color: var(--cream-soft); padding: .9rem; font-weight: 400; }
  .nav__links a::after { display: none; }
  .nav .btn { margin-top: 1.5rem; }
  .nav__mobile-extra { display: flex; flex-direction: column; align-items: center; gap: 1.2rem; margin-top: 1.5rem; }
}
@media (min-width: 941px) { .nav__mobile-extra { display: none; } }

@media (max-width: 760px) {
  .split { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
  .mobile-cta { display: flex; }
  body { padding-bottom: 0; }
  .hero { min-height: 92svh; }
  .footer-bottom { padding-bottom: calc(1.6rem + 76px); }
  .reviews-grid { grid-template-columns: 1fr; }
  /* On small screens the layered logo image was covering most of the house photo.
     Shrink it and tuck it into the bottom-left corner so it accents instead.
     Targets .is-sign to beat the base .stack__front.is-sign width. */
  .stack__front.is-sign { width: 40%; right: auto; left: 0; bottom: -5%; }
}

@media (max-width: 420px) {
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
}
