/* Escape Chalet — luxe alpine editorial */
:root {
  /* Green — primary brand palette */
  --cream: #EDEEE3;
  --cream-2: #E0E3D0;
  --ink: #1E2419;
  --ink-soft: #2C352A;
  --muted: #6A6F5C;
  --line: #CBCFB7;
  --accent: #4F6141;     /* forest green */
  --accent-2: #C2A757;   /* warm gold support */
  --gold: #B89647;
  --paper: #F6F7EE;
}

[data-palette="gold"] {
  --cream: #F5EEDB;
  --cream-2: #EEE2BF;
  --ink: #24200F;
  --ink-soft: #322C16;
  --muted: #7A6E4E;
  --line: #E1D4A8;
  --accent: #B89647;
  --accent-2: #4F6141;
  --gold: #B89647;
  --paper: #FBF4DF;
}
[data-palette="white"] {
  --cream: #F4F2EC;
  --cream-2: #E9E6DC;
  --ink: #1A1A17;
  --ink-soft: #2B2B26;
  --muted: #76726A;
  --line: #DDD8CC;
  --accent: #1A1A17;
  --accent-2: #B89647;
  --gold: #B89647;
  --paper: #FCFBF6;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: clip; }
body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "ss01", "liga";
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }

.serif { font-family: 'Fraunces', 'EB Garamond', Georgia, serif; font-weight: 400; letter-spacing: -0.01em; }
.script { font-family: 'Caveat', cursive; }
.eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}

/* ---------- Nav ---------- */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 44px;
  transition: background .3s, backdrop-filter .3s, border-color .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(14px) saturate(1.2);
  border-bottom-color: var(--line);
}
.nav-mark {
  display: flex; align-items: center;
  height: 56px;
}
.nav-mark img {
  height: 100%;
  width: auto;
  display: block;
  transition: filter .3s;
}
/* White lockup is invisible once the nav goes light — darken it when scrolled or menu is open */
.nav.scrolled .nav-mark img,
.nav.open .nav-mark img { filter: brightness(0); }

/* Mobile hamburger button (hidden on desktop) */
.nav-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px; height: 44px;
  padding: 11px;
  margin-left: 4px;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.nav-burger span {
  display: block;
  height: 2px; width: 100%;
  border-radius: 2px;
  background: #F5EEE2;
  transition: transform .25s ease, opacity .2s ease, background .3s;
}
.nav.scrolled .nav-burger span,
.nav.open .nav-burger span { background: var(--ink); }
.nav.open .nav-burger span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav.open .nav-burger span:nth-child(2) { opacity: 0; }
.nav.open .nav-burger span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-links { display: flex; gap: 34px; font-size: 14px; letter-spacing: 0.04em; }
.nav-links a { opacity: .82; transition: opacity .2s; }
.nav-links a:hover { opacity: 1; color: var(--accent); }
.nav-cta {
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform .2s, background .2s;
}
.nav:not(.scrolled) .nav-cta {
  background: var(--paper);
  color: var(--ink);
}
.nav:not(.scrolled) .nav-links a { color: #F5EEE2; }
.nav:not(.scrolled) .nav-links a:hover { color: var(--gold); }
.nav-cta:hover { transform: translateY(-1px); background: var(--accent); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .25s;
}
.btn-primary { background: var(--ink); color: var(--paper); }
.btn-primary:hover { background: var(--accent); transform: translateY(-2px); }
.btn-ghost { border-color: currentColor; background: transparent; }
.btn-ghost:hover { background: var(--ink); color: var(--paper); border-color: var(--ink); }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 108px 44px 56px;
  color: #F5EEE2;
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://l.icdbcdn.com/oh/04056d82-0a87-4176-be00-e92d9ea50550.jpg?w=2080');
  background-size: cover; background-position: center;
  filter: saturate(1.05);
}
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,17,13,.55) 0%, rgba(20,17,13,.15) 35%, rgba(20,17,13,.08) 55%, rgba(20,17,13,.75) 100%);
}
.hero-inner {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 40px;
}
.hero-body { margin-top: auto; }

.hero-meta {
  display: flex; justify-content: space-between; align-items: center;
  gap: 40px; flex-wrap: wrap;
  margin-bottom: 0;
}
.hero-location { font-size: 13px; letter-spacing: 0.3em; text-transform: uppercase; opacity: .85; }
.hero-location .dot { display: inline-block; width: 6px; height: 6px; background: var(--gold); border-radius: 50%; margin: 0 12px 2px; }

.hero-title {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(56px, 9vw, 148px);
  line-height: 0.92;
  letter-spacing: -0.035em;
  margin: 0 0 28px;
}
.hero-title em {
  font-style: italic;
  color: #F5EEE2;
  font-weight: 300;
}
.hero-title .amp {
  font-family: 'Caveat', cursive;
  color: var(--gold);
  font-style: normal;
  display: inline-block;
  transform: translateY(-8px) rotate(-4deg);
  font-size: 0.7em;
  margin: 0 4px;
}
.hero-sub {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.6;
  opacity: .9;
}

/* Booking bar */
.booking {
  margin-top: 48px;
  background: var(--paper);
  color: var(--ink);
  border-radius: 20px;
  padding: 10px;
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1fr 1fr auto;
  gap: 2px;
  max-width: 960px;
  box-shadow: 0 30px 60px rgba(0,0,0,.25);
}
.book-cell {
  padding: 14px 22px;
  display: flex; flex-direction: column; gap: 4px;
  border-right: 1px solid var(--line);
  cursor: pointer;
  border-radius: 14px;
  transition: background .2s;
}
.book-cell:hover { background: var(--cream); }
.book-cell:last-of-type { border-right: none; }
.book-cell .lbl { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); }
.book-cell .val { font-family: 'Fraunces', serif; font-size: 19px; font-weight: 500; }
.book-cell .val small { color: var(--muted); font-weight: 400; font-family: 'Inter', sans-serif; font-size: 13px; margin-left: 4px; }
.booking .btn { margin: 4px; padding: 18px 28px; }

/* Marquee strip */
.marquee {
  background: var(--ink);
  color: var(--paper);
  padding: 18px 0;
  overflow: hidden;
  font-family: 'Fraunces', serif;
  font-size: 22px;
  letter-spacing: -0.01em;
}
.marquee-track {
  display: inline-flex; gap: 50px;
  white-space: nowrap;
  animation: marquee 45s linear infinite;
  padding-left: 50px;
}
.marquee span { display: inline-flex; align-items: center; gap: 50px; }
.marquee .sep { color: var(--gold); font-size: 16px; }
.marquee em { font-style: italic; color: var(--gold); }
@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* ---------- Sections ---------- */
section { padding: 120px 44px; }
.container { max-width: 1320px; margin: 0 auto; }

.section-head { display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; margin-bottom: 60px; align-items: start; }
.section-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(42px, 5.5vw, 78px);
  line-height: 0.95;
  letter-spacing: -0.03em;
  margin: 14px 0 0;
}
.section-head h2 em { font-style: italic; color: var(--accent); }
.section-head p { font-size: 18px; color: var(--ink-soft); line-height: 1.6; margin: 28px 0 0; max-width: 560px; }

/* ---------- Stats strip ---------- */
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--cream);
}
.stats > div {
  padding: 36px 28px;
  border-right: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 6px;
}
.stats > div:last-child { border-right: none; }
.stats .num {
  font-family: 'Fraunces', serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
}
.stats .num em { color: var(--accent); font-style: italic; }
.stats .lbl { font-size: 13px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

/* ---------- Story (editorial split) ---------- */
.story { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.story-img-stack { position: relative; aspect-ratio: 4/5; }
.story-img-stack img {
  position: absolute;
  border-radius: 8px;
  box-shadow: 0 20px 40px rgba(0,0,0,.18);
  object-fit: cover;
}
/* Single great-room image: fills the frame, framed in paper */
.story-img-stack img.a { inset: 0; width: 100%; height: 100%; z-index: 2; border: 10px solid var(--paper); box-shadow: 0 24px 50px rgba(0,0,0,.22); }
.story-img-stack .stamp {
  position: absolute;
  bottom: -16px; left: -16px;
  background: var(--accent);
  color: var(--paper);
  padding: 12px 18px;
  border-radius: 4px;
  font-family: 'Caveat', cursive;
  font-size: 26px;
  transform: rotate(-5deg);
  z-index: 3;
  box-shadow: 0 8px 20px rgba(0,0,0,.2);
}

.story-body h3 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(38px, 4.5vw, 62px);
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 20px 0 28px;
}
.story-body h3 em { font-style: italic; color: var(--accent); }
.story-body p { font-size: 17px; line-height: 1.7; color: var(--ink-soft); margin: 0 0 20px; }
.story-body .drop::first-letter {
  font-family: 'Fraunces', serif;
  font-size: 72px;
  float: left;
  line-height: 0.9;
  padding: 6px 10px 0 0;
  color: var(--accent);
  font-style: italic;
}

/* ---------- Amenities ---------- */
.amenities-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
.amenity {
  background: var(--cream);
  border-radius: 16px;
  padding: 32px;
  position: relative;
  overflow: hidden;
  transition: transform .3s, background .3s;
  min-height: 240px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.amenity:hover { transform: translateY(-4px); background: var(--cream-2); }
.amenity .icon {
  width: 44px; height: 44px;
  stroke: var(--accent);
  stroke-width: 1.4;
  fill: none;
}
.amenity h4 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: -0.01em;
  margin: 20px 0 8px;
  line-height: 1.15;
}
.amenity p { font-size: 14px; color: var(--muted); line-height: 1.5; margin: 0; }
.amenity .tag {
  position: absolute; top: 20px; right: 20px;
  font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--accent); font-weight: 600;
}
.amenity.big { grid-column: span 6; min-height: 360px; background: var(--ink); color: var(--paper); }
.amenity.big .icon { stroke: var(--gold); }
.amenity.big h4 { font-size: 38px; }
.amenity.big p { color: color-mix(in srgb, var(--paper) 70%, transparent); font-size: 15px; max-width: 360px; }
.amenity.big .tag { color: var(--gold); }
.amenity.med { grid-column: span 6; }
.amenity.sm { grid-column: span 4; }
.amenity.sm-3 { grid-column: span 4; }
.amenity.photo {
  grid-column: span 6;
  background-size: cover; background-position: center;
  min-height: 360px;
  color: #F5EEE2;
  justify-content: flex-start;
}
.amenity.photo::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,17,13,.82) 0%, rgba(20,17,13,.4) 42%, transparent 74%);
}
.amenity.photo > * { position: relative; z-index: 2; }
/* Tag sits cleanly above the heading, left-aligned (overrides the absolute
   top/right offsets that the > * rule turns into a relative shift) */
.amenity.photo .tag { position: relative; top: 0; right: auto; left: 0; margin: 0 0 10px; }
.amenity.photo h4 { color: #F5EEE2; font-size: 32px; text-shadow: 0 1px 12px rgba(20,17,13,.45); }
.amenity.photo p { color: color-mix(in srgb, #F5EEE2 85%, transparent); text-shadow: 0 1px 10px rgba(20,17,13,.5); }

/* ---------- Pup section ---------- */
.pup {
  background: var(--ink);
  color: var(--paper);
  padding: 120px 44px;
  position: relative;
  overflow: hidden;
}
.pup .container { position: relative; z-index: 2; }
.pup .eyebrow { color: var(--gold); }
.pup h2 { color: var(--paper); }
.pup h2 em { color: var(--gold); }
.pup p { color: color-mix(in srgb, var(--paper) 80%, transparent); }
.pup-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 80px; align-items: center; margin-top: 80px; }
.pup-img-wrap { position: relative; aspect-ratio: 5/6; }
.pup-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 8px;
  filter: saturate(1.1);
}
.pup-img-wrap .badge {
  position: absolute;
  top: -30px; right: -20px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: var(--accent);
  display: grid; place-items: center;
  font-family: 'Caveat', cursive;
  font-size: 22px;
  line-height: 1.1;
  text-align: center;
  transform: rotate(-8deg);
  color: var(--paper);
  box-shadow: 0 12px 30px rgba(0,0,0,.4);
}
.pup-img-wrap .badge span {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 34px;
  display: block;
}

.pup-checklist {
  list-style: none; padding: 0; margin: 32px 0 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px;
}
.pup-checklist li {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid rgba(245,238,226,.12);
  font-size: 15px;
}
.pup-checklist li .check {
  flex: 0 0 24px;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: grid; place-items: center;
  font-size: 13px; font-weight: 700;
  margin-top: 2px;
}
.pup-checklist li b { font-weight: 600; display: block; font-size: 16px; color: var(--paper); }
.pup-checklist li span { color: color-mix(in srgb, var(--paper) 65%, transparent); font-size: 13px; line-height: 1.4; }

/* ---------- Gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 160px;
  gap: 12px;
}
.gallery .g-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background: var(--cream);
  cursor: pointer;
  text-decoration: none;
}
.gallery .g-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .6s;
}
.gallery .g-item:hover img { transform: scale(1.06); }
.gallery .g-item .cap {
  position: absolute; bottom: 10px; left: 12px;
  font-family: 'Fraunces', serif; font-style: italic;
  font-size: 14px;
  color: var(--paper);
  text-shadow: 0 1px 4px rgba(0,0,0,.6);
}
/* Clean, evenly-tiled grid: three balanced bands, no gaps */
.g-1 { grid-column: span 3; grid-row: span 2; }
.g-2 { grid-column: span 3; grid-row: span 2; }
.g-3 { grid-column: span 2; grid-row: span 2; }
.g-4 { grid-column: span 2; grid-row: span 2; }
.g-5 { grid-column: span 2; grid-row: span 2; }
.g-6 { grid-column: span 3; grid-row: span 2; }
.g-7 { grid-column: span 3; grid-row: span 2; }

/* ---------- Location ---------- */
.location { background: var(--cream); }
.loc-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; }
.loc-map {
  position: relative;
  height: 100%;
  min-height: 520px;
  border-radius: 12px;
  overflow: hidden;
  background: #E0D6C2;
  /* Trap Leaflet's z-index:1000 controls in their own stacking context so they
     can't paint over the fixed nav (z-index:50). Cleaner than raising the nav,
     which would push it above the guide page's map drawer. */
  isolation: isolate;
}
.loc-map svg { position: absolute; inset: 0; width: 100%; height: 100%; }

/* Leaflet map + custom pins */
#locationMap { position: absolute; inset: 0; width: 100%; height: 100%; background: #E0D6C2; }
.loc-map-open {
  position: absolute; top: 12px; left: 12px; z-index: 500;
  background: var(--paper); color: var(--ink);
  font-size: 12px; letter-spacing: 0.04em;
  padding: 8px 13px; border-radius: 999px;
  border: 1px solid var(--line);
  box-shadow: 0 4px 14px rgba(0,0,0,.15);
}
.loc-map-open:hover { color: var(--accent); }
.leaflet-div-icon { background: transparent; border: 0; }
.poi-pin {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--accent); color: #fff;
  display: grid; place-items: center;
  font-family: 'Inter', sans-serif; font-size: 11px; font-weight: 700;
  border: 2px solid var(--paper);
  box-shadow: 0 3px 10px rgba(0,0,0,.35);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s;
}
.poi-pin.main { width: 38px; height: 38px; background: var(--gold); color: var(--ink); font-size: 17px; box-shadow: 0 4px 14px rgba(0,0,0,.4); }
.poi-pin.active { transform: scale(1.35); background: var(--gold); color: var(--ink); box-shadow: 0 6px 18px rgba(0,0,0,.45); }
.poi-pin.main.active { transform: scale(1.18); }
.leaflet-popup-content { font-family: 'Inter', sans-serif; font-size: 13px; line-height: 1.4; }
.leaflet-popup-content b { font-family: 'Fraunces', serif; font-weight: 500; }

.loc-list { display: flex; flex-direction: column; gap: 4px; }
.loc-item {
  display: grid;
  grid-template-columns: 70px 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  transition: padding .2s;
}
.loc-item { cursor: pointer; border-radius: 8px; }
.loc-item:hover { padding-left: 10px; }
.loc-item.active { padding-left: 10px; background: color-mix(in srgb, var(--accent) 9%, transparent); }
.loc-item.active .num { color: var(--accent); }
.loc-item:focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }
.loc-item .num {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 32px;
  color: var(--accent);
  line-height: 1;
}
.loc-item h5 { font-family: 'Fraunces', serif; font-weight: 400; font-size: 22px; margin: 0 0 4px; letter-spacing: -0.01em; }
.loc-item p { margin: 0; font-size: 14px; color: var(--muted); }
.loc-item .time {
  font-family: 'Fraunces', serif;
  font-size: 22px;
  color: var(--ink);
}
.loc-item .time small { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); display: block; }

/* ---------- Seasons ---------- */
.seasons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.season {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 12px;
  overflow: hidden;
  color: var(--paper);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  transition: transform .4s;
}
.season:hover { transform: translateY(-6px); }
.season::before {
  content: ''; position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transition: transform .8s;
}
.season:hover::before { transform: scale(1.05); }
.season::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,17,13,.8) 0%, rgba(20,17,13,.45) 38%, rgba(20,17,13,.15) 70%, transparent 100%);
}
.season.winter::before { background-image: url('images/winter-powder-tracks.webp?v=2'); }
.season.summer::before { background-image: url('images/summer-tubing.webp'); }
.season > * { position: relative; z-index: 2; }
.season .eyebrow { display: block; margin-bottom: 14px; color: var(--gold); }
.season h3 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: 64px;
  margin: 0;
  letter-spacing: -0.03em;
  line-height: 1;
}
.season h3 em { font-style: italic; color: var(--gold); }
.season p { margin: 12px 0 20px; max-width: 400px; opacity: .9; }
.season ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.season ul li {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 12px;
  /* Solid gold so the chips read clearly over the photo backgrounds */
  background: var(--gold);
  border: 1px solid var(--gold);
  color: var(--ink);
  border-radius: 999px;
}
.season ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
  margin: -6px -12px;
  padding: 6px 12px;
  border-radius: 999px;
  transition: color .2s ease;
}
.season ul li:has(a) { transition: background-color .2s ease, border-color .2s ease; }
.season ul li:has(a):hover { background: #a17f34; border-color: #a17f34; }
.season ul li:has(a):hover a { color: var(--paper); }

/* ---------- Reviews ---------- */
.reviews { background: var(--paper); }
/* Reviews heading is the longest on the page — give it more room so it doesn't
   crush into 4 lines, and top-align the intro copy beside it. */
.reviews .section-head { grid-template-columns: 1.4fr 1fr; align-items: start; }
.reviews .section-head p { margin-top: 8px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 60px; }
.review {
  padding: 36px 32px;
  background: var(--cream);
  border-radius: 12px;
  display: flex; flex-direction: column; gap: 20px;
  position: relative;
}
.review .quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin: 0;
}
.review .stars { color: var(--gold); letter-spacing: 3px; font-size: 16px; }
.review .by { font-size: 13px; color: var(--muted); }
.review .by b { color: var(--ink); font-weight: 600; }
.review.dog::before {
  content: "🐾";
  position: absolute;
  top: 24px; right: 24px;
  font-size: 22px;
  opacity: .7;
}

/* ---------- CTA ---------- */
.cta {
  background-image: url('images/steamboat-torchlight.webp');
  background-size: cover;
  background-position: center;
  color: var(--paper);
  position: relative;
  text-align: center;
  padding: 160px 44px;
}
.cta::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(20,17,13,.5), rgba(20,17,13,.8));
}
.cta > * { position: relative; z-index: 2; }
.cta h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(48px, 7vw, 96px);
  margin: 20px 0 24px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.cta h2 em { font-style: italic; color: var(--gold); }
.cta p { max-width: 520px; margin: 0 auto 40px; font-size: 18px; opacity: .9; }
.cta .btn { background: var(--paper); color: var(--ink); }
.cta .btn:hover { background: var(--accent); color: var(--paper); }

/* ---------- Footer ---------- */
footer {
  background: var(--ink);
  color: color-mix(in srgb, var(--paper) 70%, transparent);
  padding: 80px 44px 40px;
}
footer .container { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 60px; }
footer h6 {
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: color-mix(in srgb, var(--paper) 50%, transparent);
  margin: 0 0 16px;
}
footer a { display: block; padding: 4px 0; font-size: 14px; color: color-mix(in srgb, var(--paper) 80%, transparent); }
footer a:hover { color: var(--gold); }
footer .mark { margin-bottom: 18px; display: block; }
footer .mark img {
  height: 44px;
  width: auto;
  opacity: 0.7;
}
footer .tagline { max-width: 340px; font-size: 14px; line-height: 1.6; }
.footer-bottom {
  max-width: 1320px;
  margin: 60px auto 0;
  padding-top: 28px;
  border-top: 1px solid color-mix(in srgb, var(--paper) 10%, transparent);
  display: flex; justify-content: space-between;
  font-size: 12px; letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--paper) 50%, transparent);
}

/* ---------- Tweaks ---------- */
.tweaks-panel {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 100;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 20px 50px rgba(0,0,0,.2);
  width: 280px;
  display: none;
  font-family: 'Inter', sans-serif;
}
.tweaks-panel.open { display: block; }
.tweaks-panel h6 { margin: 0 0 14px; font-family: 'Fraunces', serif; font-weight: 500; font-size: 17px; }
.tweaks-panel .row { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.tweaks-panel label { font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); }
.swatches { display: flex; gap: 8px; }
.swatch {
  width: 32px; height: 32px; border-radius: 50%;
  cursor: pointer; border: 2px solid transparent;
  transition: transform .2s, border-color .2s;
}
.swatch:hover { transform: scale(1.1); }
.swatch.active { border-color: var(--ink); }
.swatch.green { background: linear-gradient(135deg, #F6F7EE 50%, #4F6141 50%); }
.swatch.gold { background: linear-gradient(135deg, #FBF4DF 50%, #B89647 50%); }
.swatch.white { background: linear-gradient(135deg, #FCFBF6 50%, #1A1A17 50%); border: 1px solid var(--line); }

.toggle {
  appearance: none;
  width: 40px; height: 22px;
  background: var(--line);
  border-radius: 999px;
  position: relative;
  cursor: pointer;
  transition: background .2s;
}
.toggle::after {
  content: ''; position: absolute;
  top: 2px; left: 2px;
  width: 18px; height: 18px;
  background: var(--paper);
  border-radius: 50%;
  transition: transform .2s;
}
.toggle:checked { background: var(--accent); }
.toggle:checked::after { transform: translateX(18px); }
.toggle-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.toggle-row label { font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--ink); }

body[data-pup="off"] .pup-only { display: none !important; }
body[data-pup="off"] .pup { display: none; }

/* Story badge */
.story-img-stack .symbol-stamp {
  position: absolute;
  bottom: -32px; right: -32px;
  width: 160px; height: 160px;
  z-index: 4;
}
.badge-ring {
  position: relative;
  width: 100%; height: 100%;
  background: var(--paper);
  border: 1px solid var(--accent);
  border-radius: 50%;
  color: var(--accent);
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}
.badge-ring svg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  animation: badge-spin 22s linear infinite;
  z-index: 1;
}
.badge-core {
  position: absolute;
  top: 50%; left: 50%;
  width: 112px; height: 112px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--accent);
  color: var(--paper);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  gap: 6px;
  z-index: 2;
}
.badge-core .badge-label {
  font-size: 16px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.badge-core .badge-label em {
  font-style: italic;
  color: var(--paper);
  opacity: 0.7;
  font-size: 16px;
  margin: 0 2px;
}
.badge-core .badge-star { font-size: 10px; color: var(--paper); opacity: 0.7; }
@keyframes badge-spin { to { transform: rotate(360deg); } }

/* ---------- FAQ ---------- */
.faq-list {
  max-width: 860px;
  margin: 56px auto 0;
}
.faq-item {
  border-top: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}
.faq-item:last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--ink) 14%, transparent);
}
.faq-item > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 4px;
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: var(--ink);
  transition: color .2s ease;
}
.faq-item > summary::-webkit-details-marker { display: none; }
.faq-item > summary:hover { color: var(--accent); }
.faq-item > summary::after {
  content: '+';
  flex: none;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  color: var(--gold);
  transition: transform .28s ease;
}
.faq-item[open] > summary::after { transform: rotate(45deg); }
.faq-item .faq-a {
  max-width: 700px;
  padding: 0 4px 30px;
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
}
.faq-item .faq-a a {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .nav { padding: 14px 20px; }
  .nav-mark { height: 44px; }
  .nav-burger { display: flex; }
  /* nav-links is position:fixed (out of flow), leaving logo | Book | burger as
     three space-between items — which floats Book dead-center. Pull Book to the
     right so it sits next to the burger as one right-aligned group. */
  .nav-cta { margin-left: auto; margin-right: 12px; padding: 10px 18px; font-size: 12px; }
  /* Slide-down mobile menu */
  .nav-links {
    display: flex;
    position: fixed;
    top: 72px; left: 0; right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--paper);
    padding: 6px 20px 16px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 40px rgba(0,0,0,.12);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s ease, transform .25s ease;
  }
  .nav.open .nav-links { opacity: 1; transform: none; pointer-events: auto; }
  /* Force readable links regardless of scroll state */
  .nav .nav-links a,
  .nav:not(.scrolled) .nav-links a {
    color: var(--ink);
    opacity: 1;
    font-size: 16px;
    padding: 15px 2px;
    border-bottom: 1px solid var(--line);
  }
  .nav .nav-links a:last-child { border-bottom: none; }
  section { padding: 80px 20px; }
  .hero { padding: 100px 20px 40px; }
  .booking { grid-template-columns: 1fr 1fr; }
  .booking .btn { grid-column: 1 / -1; justify-content: center; }
  .book-cell:nth-child(2n) { border-right: none; }
  .pup-checklist { grid-template-columns: 1fr; }
  .section-head, .story, .pup-grid, .loc-grid, .seasons, .review-grid { grid-template-columns: 1fr; gap: 40px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats > div:nth-child(2n) { border-right: none; }
  .stats > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .amenity.big, .amenity.med, .amenity.sm, .amenity.photo, .amenity.sm-3 { grid-column: span 12; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .g-1, .g-2, .g-3, .g-4, .g-5, .g-6, .g-7 { grid-column: span 2; grid-row: span 1; }
  /* Brand blurb spans the full width on top (no more 12-line squished column);
     the three link groups sit in a clean 2-up grid below. */
  footer .container { grid-template-columns: 1fr 1fr; gap: 36px 40px; }
  footer .container > div:first-child { grid-column: 1 / -1; }
  footer .tagline { max-width: 520px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
@media (max-width: 480px) {
  /* Connect column holds the long email — give it the full row on small phones. */
  footer .container > div:last-child { grid-column: 1 / -1; }
}

/* ============ Policies page (policies.html) ============ */
.legal-hero {
  background: var(--accent);
  color: var(--paper);
  padding: 150px 24px 70px;
  text-align: center;
}
.legal-hero-inner { max-width: 760px; margin: 0 auto; }
.legal-hero .eyebrow { color: var(--accent-2); }
.legal-hero h1 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.02;
  margin: 14px 0 20px;
}
.legal-hero h1 em { font-style: italic; color: var(--accent-2); }
.legal-hero p { font-size: 17px; line-height: 1.6; opacity: .92; }
.legal-hero a { color: var(--paper); text-decoration: underline; text-underline-offset: 3px; }

.legal-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 24px 40px;
  display: grid;
  gap: 28px;
}
.policy-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px 32px;
}
.policy-card h2 {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 16px;
  color: var(--accent);
}
.policy-card ul { list-style: none; margin: 0; padding: 0; }
.policy-card li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-soft);
}
.policy-card li:last-child { margin-bottom: 0; }
.policy-card li::before {
  content: '';
  position: absolute;
  left: 2px; top: 10px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
}
.policy-card a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.legal-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 16px 0 8px;
}

/* ============ Availability section (index.html #availability) ============ */
.availability { background: var(--cream); padding: 90px 24px; }
.availability-inner { max-width: 1320px; margin: 0 auto; text-align: center; }
.availability .eyebrow { color: var(--accent); }
.availability h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(30px, 4.5vw, 48px);
  line-height: 1.05;
  margin: 12px 0 14px;
}
.availability h2 em { font-style: italic; color: var(--gold); }
.availability > .availability-inner > p {
  max-width: 560px;
  margin: 0 auto 36px;
  font-size: 17px;
  line-height: 1.6;
  color: var(--muted);
}
.availability-cal {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 28px;
  max-width: 900px;
  margin: 0 auto;
  min-height: 80px;
}
.availability-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 28px;
}

/* ---- native availability calendar (JS-rendered) ---- */
.cal-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 20px;
}
.cal-title {
  font-family: 'Fraunces', serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--ink);
  min-width: 160px;
}
.cal-nav {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background .15s, border-color .15s, opacity .15s;
}
.cal-nav:hover:not(:disabled) { background: var(--gold); border-color: var(--gold); color: #fff; }
.cal-nav:disabled { opacity: .35; cursor: default; }
.cal-status { margin: 14px 0; color: var(--muted); }
.cal-grids {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}
.cal-month { flex: 0 1 320px; max-width: 340px; }
.cal-month-name {
  font-family: 'Fraunces', serif;
  font-size: 17px;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.cal-dow, .cal-days { display: grid; grid-template-columns: repeat(7, 1fr); }
.cal-dow {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  color: var(--muted);
  text-transform: uppercase;
}
.cal-dow span, .cal-day {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cal-day { border-radius: 8px; color: var(--ink); }
.cal-empty { visibility: hidden; }
.cal-past { color: var(--line); text-decoration: none; }
.cal-booked {
  color: var(--muted);
  text-decoration: line-through;
  background: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(106,111,92,.14) 3px, rgba(106,111,92,.14) 4px);
}
.cal-open { cursor: pointer; font-weight: 500; }
.cal-open:hover, .cal-open:focus-visible {
  background: var(--gold);
  color: #fff;
  outline: none;
}
/* range-selection overlay */
.cal-in-range { background: rgba(184,150,71,.18); border-radius: 0; }
.cal-sel-start, .cal-sel-end {
  background: var(--accent) !important;
  color: #fff !important;
  font-weight: 600;
}
.cal-sel-start { border-radius: 8px 0 0 8px; }
.cal-sel-end { border-radius: 0 8px 8px 0; }
.cal-sel-solo { border-radius: 8px; }
.cal-legend {
  display: flex;
  gap: 22px;
  justify-content: center;
  margin-top: 22px;
  font-size: 13px;
  color: var(--muted);
}
.cal-legend span { display: inline-flex; align-items: center; gap: 7px; }
.cal-dot { width: 12px; height: 12px; border-radius: 3px; display: inline-block; }
.cal-dot-open { background: var(--gold); }
.cal-dot-booked { background: repeating-linear-gradient(-45deg, #d8dac8, #d8dac8 2px, #b9bda6 2px, #b9bda6 4px); }
@media (max-width: 640px) {
  .cal-grids { gap: 0; }
  .cal-month { flex: 1 1 100%; }
}

/* ---- availability booking panel (dates + guests + submit) ---- */
.cal-booking { margin-top: 26px; }
.cal-sel-dates {
  font-family: 'Fraunces', serif;
  font-size: 19px;
  color: var(--ink);
  margin-bottom: 18px;
}
.cal-guests {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.cal-stepper {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 10px 16px;
}
.cal-stepper-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--muted);
}
.cal-stepper-ctl { display: inline-flex; align-items: center; gap: 12px; }
.cal-step {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--ink);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  transition: background .15s, border-color .15s, color .15s;
}
.cal-step:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.cal-stepper-val { min-width: 16px; text-align: center; font-weight: 600; font-size: 15px; }
.cal-booking .btn:disabled { opacity: .45; cursor: default; transform: none; }
.cal-sel-hint { margin-top: 16px; font-size: 13px; color: var(--muted); }
.cal-sel-hint.err { color: #9a3b2e; }

/* ============ Contact / inquiry form (index.html #contact) ============ */
.contact { background: var(--paper); padding: 90px 24px; }
.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 56px;
  align-items: start;
}
.contact-intro .eyebrow { color: var(--accent); }
.contact-intro h2 {
  font-family: 'Fraunces', serif;
  font-weight: 300;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.05;
  margin: 12px 0 16px;
}
.contact-intro h2 em { font-style: italic; color: var(--gold); }
.contact-intro p { font-size: 16px; line-height: 1.65; color: var(--muted); margin: 0 0 22px; }
.contact-meta { display: grid; gap: 12px; margin-top: 8px; }
.contact-meta a, .contact-meta span {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 15px; color: var(--ink-soft);
}
.contact-meta a { text-decoration: none; }
.contact-meta a:hover { color: var(--accent); }

.inquiry-form { display: grid; gap: 22px; }
/* The rows/message/button live inside .if-fields, which had no spacing — so
   each label sat flush against the input above it. Space them out. */
.if-fields { display: grid; gap: 22px; }
.if-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.if-field { display: grid; gap: 8px; }
.if-field.full { grid-column: 1 / -1; }
.inquiry-form label {
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
}
.inquiry-form input,
.inquiry-form textarea {
  font-family: inherit;
  font-size: 15px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 14px;
  width: 100%;
  transition: border-color .2s, background .2s;
}
.inquiry-form input:focus,
.inquiry-form textarea:focus {
  outline: none;
  border-color: var(--accent);
  background: var(--paper);
}
.inquiry-form textarea { resize: vertical; min-height: 110px; }
.if-honey { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.inquiry-form .btn { justify-self: start; }
.if-note { font-size: 13px; color: var(--muted); }
.if-status { font-size: 15px; font-weight: 500; min-height: 22px; }
.if-status.ok { color: var(--accent); }
.if-status.err { color: #9a3b2e; }
.inquiry-form.sent .if-fields { display: none; }

@media (max-width: 860px) {
  .contact-inner { grid-template-columns: 1fr; gap: 32px; }
  .if-row { grid-template-columns: 1fr; }
  .policy-card { padding: 24px 22px; }
}

/* ---- reviews: filter chips + source links ---- */
.rev-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 40px;
}
.rev-chip {
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink-soft);
  cursor: pointer;
  transition: all .18s;
}
.rev-chip:hover { border-color: var(--accent); color: var(--accent); }
.rev-chip.active { background: var(--accent); border-color: var(--accent); color: var(--paper); }
.rev-filters + .review-grid { margin-top: 28px; }
.rev-links {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
  margin-top: 36px;
}
.rev-links a {
  font-size: 14px;
  font-weight: 500;
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.rev-links a:hover { color: var(--ink); }
.review[hidden] { display: none; }
