/* ============================================================
   Hocking Hills Serenity Cabins — Editorial Woodland Luxe
   ============================================================ */

:root {
  /* Color system */
  --forest:      #2b2117;   /* deep oak / walnut bark */
  --forest-2:    #352818;   /* lifted oak */
  --moss:        #5a4632;   /* mid oak */
  --bark:        #211912;   /* deepest espresso bark */
  --bone:        #f6f1e7;   /* primary light bg */
  --cream:       #fbf8f1;
  --sand:        #e8ddc9;
  --sand-2:      #ddcfb4;
  --copper:      #b16a35;   /* primary accent — warm sunset */
  --copper-deep: #97561f;
  --amber:       #cf9148;
  --sage:        #a08a64;   /* warm tan label */
  --ink:         #261d12;   /* warm brown-black body */
  --ink-soft:    #6e5f49;
  --line:        #d8cdb8;   /* hairline on light */
  --line-dark:   rgba(246,241,231,.16);

  --maxw: 1280px;
  --gutter: clamp(20px, 5vw, 64px);

  --font-display: 'Marcellus', Georgia, serif;
  --font-body: 'Figtree', system-ui, -apple-system, sans-serif;

  --shadow-soft: 0 18px 50px -28px rgba(28,42,34,.55);
  --shadow-card: 0 26px 60px -34px rgba(28,42,34,.7);

  --nav-h: 88px;

  --ease: cubic-bezier(.22,.61,.36,1);
}

* { box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bone);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

h1, h2, h3, h4 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: .005em;
  margin: 0;
}

.eyebrow {
  font-family: var(--font-body);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 12px;
  font-weight: 700;
  color: var(--copper-deep);
}
.eyebrow.on-dark { color: var(--amber); }

.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 999;
  background: var(--forest); color: var(--cream);
  padding: 12px 18px; border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ============================================================
   Buttons
   ============================================================ */
.btn {
  --b: var(--copper-deep);
  display: inline-flex; align-items: center; gap: .6em;
  font-family: var(--font-body);
  font-weight: 600; font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 26px;
  border-radius: 2px;
  border: 1px solid var(--b);
  background: var(--b);
  color: #fff;
  cursor: pointer;
  transition: transform .35s var(--ease), background .35s var(--ease), color .35s var(--ease), box-shadow .35s var(--ease);
}
.btn:hover { background: #7e441a; border-color: #7e441a; transform: translateY(-2px); box-shadow: 0 14px 30px -14px rgba(151,86,31,.7); }
.btn--ghost { background: transparent; color: var(--cream); border-color: rgba(246,241,231,.5); }
.btn--ghost:hover { background: rgba(246,241,231,.1); border-color: var(--cream); color: var(--cream); }
.btn--dark { background: var(--forest); border-color: var(--forest); }
.btn--dark:hover { background: #1a130b; border-color: #1a130b; }
.btn--sm { padding: 11px 18px; font-size: 12.5px; }

.link-arrow {
  display: inline-flex; align-items: center; gap: .5em;
  text-decoration: none; font-weight: 700; font-size: 14px;
  letter-spacing: .03em; color: var(--copper-deep);
  text-transform: uppercase;
}
.link-arrow svg { transition: transform .3s var(--ease); }
.link-arrow:hover svg { transform: translateX(5px); }

/* ============================================================
   Announcement / Elfsight slot
   ============================================================ */
.topbar {
  background: var(--bark);
  color: var(--sand);
  font-size: 13.5px;
  letter-spacing: .02em;
  text-align: center;
}
.topbar .wrap { padding-block: 9px; display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; }
.topbar a { color: var(--amber); text-decoration: none; font-weight: 600; display: inline-block; padding: 6px 5px; margin-block: -6px; }
.topbar .tb-mini { display: none; }
.topbar a:hover { text-decoration: underline; }
#elfsight-slot:empty { display: none; }

/* ============================================================
   Navigation
   ============================================================ */
.nav {
  position: sticky; top: 0; z-index: 100;
  transition: background .4s var(--ease), box-shadow .4s var(--ease), border-color .4s var(--ease);
  background-color: rgba(20,29,22,.88);
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
}
.nav__inner {
  display: flex; align-items: center; gap: 24px;
  padding-block: 16px;
}
.nav__logo { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; flex-shrink: 0; }
.nav__logo img { height: 74px; width: auto; flex-shrink: 0; object-fit: contain; transition: height .4s var(--ease); filter: drop-shadow(0 2px 8px rgba(0,0,0,.35)); }
.nav__logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.nav__logo-text b { font-family: var(--font-display); font-size: 19px; color: #fff; letter-spacing: .02em; }
.nav__logo-text span { font-size: 11px; letter-spacing: .24em; text-transform: uppercase; color: var(--amber); font-weight: 600; }

.nav__menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav__menu > li { position: relative; }
.nav__menu > li > a, .nav__trigger {
  display: inline-flex; align-items: center; gap: 6px; white-space: nowrap;
  font-family: var(--font-body); font-weight: 600; font-size: 13.5px;
  letter-spacing: .08em; text-transform: uppercase;
  color: #fff; text-decoration: none;
  padding: 10px 14px; border: 0; background: none; cursor: pointer;
  border-radius: 3px;
  transition: color .25s var(--ease), background .25s var(--ease);
}
.nav__trigger svg { transition: transform .3s var(--ease); opacity: .8; }
.nav__menu > li:hover .nav__trigger svg, .nav__menu > li:focus-within .nav__trigger svg { transform: rotate(180deg); }
.nav__menu > li > a:hover, .nav__trigger:hover { color: var(--amber); }

/* dropdown */
.nav__dropdown {
  position: absolute; top: calc(100% + 6px); left: 50%; transform: translateX(-50%) translateY(8px);
  min-width: 240px; background: var(--cream);
  border: 1px solid var(--line); border-radius: 6px;
  box-shadow: var(--shadow-soft);
  padding: 8px; list-style: none; margin: 0;
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .25s var(--ease), transform .25s var(--ease), visibility .25s;
  columns: 1;
}
.nav__dropdown.cols2 { min-width: 380px; column-count: 2; column-gap: 4px; }
/* invisible hover bridge so the cursor can travel from trigger to menu */
.nav__dropdown::before { content: ""; position: absolute; top: -12px; left: 0; right: 0; height: 14px; }
.nav__menu > li:hover .nav__dropdown,
.nav__menu > li:focus-within .nav__dropdown,
.nav__menu > li.dd-open .nav__dropdown {
  opacity: 1; visibility: visible; pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
}
.nav__dropdown { transition-delay: .25s; }
.nav__dropdown a {
  display: block; padding: 9px 13px; border-radius: 4px;
  font-size: 14.5px; font-weight: 500; letter-spacing: .01em;
  color: var(--ink); text-decoration: none; text-transform: none;
  break-inside: avoid; transition: background .2s, color .2s;
}
.nav__dropdown a:hover { background: var(--sand); color: var(--copper-deep); }
.nav__dropdown .dd-head {
  font-family: var(--font-body); font-size: 10.5px; letter-spacing: .22em;
  text-transform: uppercase; color: var(--sage); font-weight: 700;
  padding: 10px 13px 4px;
}

.nav__cta { display: flex; align-items: center; gap: 18px; }
.nav__phone { color: #fff; text-decoration: none; font-weight: 600; font-size: 14.5px; white-space: nowrap; display: flex; align-items: center; gap: 7px; }
.nav__phone span { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--cream); display: block; line-height: 1; margin-bottom: 2px; }
.nav__phone:hover { color: var(--amber); }

/* (nav carries a translucent dark background-color for guaranteed text contrast over hero imagery — WCAG 1.4.3) */
.nav::before { content: none; }
.nav__menu > li > a, .nav__trigger, .nav__phone, .nav__logo-text b {
  text-shadow: 0 1px 8px rgba(20,14,8,.55);
}

/* scrolled state — dark bar */
.nav.scrolled {
  background: rgba(20,30,23,.97);
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
  border-bottom-color: rgba(246,241,231,.1);
  box-shadow: 0 10px 34px -22px rgba(0,0,0,.8);
}
.nav.scrolled::before { opacity: 0; }
.nav.scrolled .nav__logo img { height: 60px; }
.nav.scrolled .nav__menu > li > a,
.nav.scrolled .nav__trigger,
.nav.scrolled .nav__phone { color: #fff; }
.nav.scrolled .nav__menu > li > a:hover,
.nav.scrolled .nav__trigger:hover,
.nav.scrolled .nav__phone:hover { color: var(--amber); }
.nav.scrolled .nav__burger span { background: #fff; }

/* burger */
.nav__burger { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: 10px; margin-left: 4px; }
.nav__burger span { width: 26px; height: 2px; background: #fff; border-radius: 2px; transition: transform .3s var(--ease), opacity .3s; }

/* mobile drawer */
.drawer {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(20,28,22,.55); backdrop-filter: blur(3px);
  opacity: 0; visibility: hidden; transition: opacity .35s var(--ease), visibility .35s;
}
.drawer.open { opacity: 1; visibility: visible; }
.drawer__panel {
  position: absolute; top: 0; right: 0; height: 100%; width: min(420px, 88vw);
  background: var(--forest); color: var(--cream);
  transform: translateX(100%); transition: transform .4s var(--ease);
  display: flex; flex-direction: column; overflow-y: auto;
  padding: 26px 28px 40px;
}
.drawer.open .drawer__panel { transform: translateX(0); }
.drawer__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.drawer__close { background: none; border: 1px solid var(--line-dark); color: var(--cream); width: 42px; height: 42px; border-radius: 50%; font-size: 22px; cursor: pointer; line-height: 1; }
.drawer__close:hover { background: rgba(255,255,255,.08); }
.drawer details { border-top: 1px solid var(--line-dark); }
.drawer details summary {
  list-style: none; cursor: pointer; padding: 16px 2px;
  font-family: var(--font-display); font-size: 21px;
  display: flex; justify-content: space-between; align-items: center;
}
.drawer details summary::-webkit-details-marker { display: none; }
.drawer details summary::after { content: "+"; color: var(--amber); font-family: var(--font-body); font-size: 24px; transition: transform .3s; }
.drawer details[open] summary::after { transform: rotate(45deg); }
.drawer details .sub { padding: 0 2px 16px; display: flex; flex-direction: column; gap: 2px; }
.drawer details .sub a { color: var(--sand); text-decoration: none; font-size: 15px; padding: 7px 0; }
.drawer details .sub a:hover { color: var(--amber); }
.drawer > .drawer__panel > a.drawer__link {
  border-top: 1px solid var(--line-dark); padding: 16px 2px;
  font-family: var(--font-display); font-size: 21px; text-decoration: none; color: var(--cream);
}
.drawer__cta { margin-top: 26px; display: flex; flex-direction: column; gap: 12px; }
.drawer__cta .btn { justify-content: center; }

/* ============================================================
   Hero — photo mosaic
   ============================================================ */
.hero {
  position: relative; min-height: 100vh; display: flex; align-items: center;
  margin-top: calc(-1 * var(--nav-h)); padding-top: var(--nav-h);
  overflow: hidden;
  background: var(--forest);
}
.hero__slider { position: absolute; inset: 0; }
.hero__slide {
  position: absolute; inset: 0;
  opacity: 0; transition: opacity 1.4s var(--ease);
  background: var(--forest-2); overflow: hidden;
}
.hero__slide.is-active { opacity: 1; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; }
.hero__slide.is-active img { animation: kenburns 8s ease-out forwards; }
@keyframes kenburns { from { transform: scale(1.05); } to { transform: scale(1.13); } }
@media (prefers-reduced-motion: reduce) {
  .hero__slide { transition: none; }
  .hero__slide.is-active img { animation: none; }
}
.hero__dots { position: absolute; bottom: 22px; right: var(--gutter); z-index: 3; display: flex; gap: 4px; }
.hero__dots button {
  width: 24px; height: 24px; border: 0; padding: 0; cursor: pointer; background: transparent;
  display: grid; place-items: center; -webkit-tap-highlight-color: transparent;
}
.hero__dots button::before {
  content: ""; width: 9px; height: 9px; border-radius: 50%;
  background: rgba(246,241,231,.4); transition: width .35s var(--ease), background .35s var(--ease), border-radius .35s var(--ease);
}
.hero__dots button:hover::before { background: rgba(246,241,231,.75); }
.hero__dots button.active::before { background: var(--amber); width: 28px; border-radius: 5px; }
.hero__veil {
  position: absolute; inset: 0;
  background:
    radial-gradient(120% 90% at 25% 45%, rgba(30,22,14,.35), transparent 55%),
    linear-gradient(180deg, rgba(30,22,14,.55) 0%, rgba(30,22,14,.32) 45%, rgba(30,22,14,.7) 100%);
}
.hero__veil::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(30,22,14,.92) 0%, rgba(30,22,14,.6) 38%, transparent 70%);
}
.hero .wrap { max-width: 2100px; }
.hero__content { position: relative; z-index: 2; max-width: 760px; margin-left: 0; padding-block: 80px; }
.hero__content .eyebrow { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.hero__content .eyebrow::before { content: ""; width: 38px; height: 1px; background: var(--amber); display: inline-block; }
.hero h1 {
  color: #fff; font-size: clamp(46px, 7vw, 92px); line-height: .98;
  letter-spacing: -.005em; text-wrap: balance;
}
.hero h1 em { font-style: italic; color: var(--amber); font-family: Georgia, 'Times New Roman', serif; }
.hero__sub { color: rgba(246,241,231,.86); font-size: clamp(17px, 2vw, 21px); max-width: 540px; margin: 26px 0 36px; line-height: 1.6; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__scroll { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 2; color: rgba(246,241,231,.7); display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 10.5px; letter-spacing: .28em; text-transform: uppercase; }
.hero__scroll .dot { width: 1px; height: 42px; background: linear-gradient(var(--amber), transparent); animation: scrollPulse 2.2s ease-in-out infinite; }
@keyframes scrollPulse { 0%,100% { opacity: .3; transform: scaleY(.6); } 50% { opacity: 1; transform: scaleY(1); } }

/* ============================================================
   Section scaffolding
   ============================================================ */
section { position: relative; }
.section { padding-block: clamp(70px, 9vw, 130px); }
.section-head { max-width: 720px; margin-bottom: 52px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head .eyebrow { display: block; margin-bottom: 16px; }
.section-head h2 { font-size: clamp(34px, 4.6vw, 60px); color: var(--forest); text-wrap: balance; }
.section-head p { color: var(--ink-soft); font-size: 18px; margin: 18px 0 0; max-width: 620px; }
.section-head.center p { margin-inline: auto; }

/* ============================================================
   Welcome / intro editorial
   ============================================================ */
.welcome { background: var(--cream); }
.welcome__grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.welcome__copy h2 { font-size: clamp(32px, 4.2vw, 54px); color: var(--forest); margin-bottom: 24px; text-wrap: balance; }
.welcome__copy p { color: var(--ink-soft); margin: 0 0 18px; }
.welcome__sign { margin-top: 30px; }
.welcome__sign b { font-family: var(--font-display); font-size: 24px; color: var(--forest); display: block; }
.welcome__sign span { font-size: 13px; letter-spacing: .14em; text-transform: uppercase; color: var(--copper-deep); font-weight: 600; }
.welcome__media { position: relative; }
.welcome__media img { border-radius: 4px; box-shadow: var(--shadow-card); width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.welcome__badge {
  position: absolute; bottom: -26px; left: -26px; background: var(--forest); color: var(--cream);
  padding: 22px 26px; border-radius: 4px; box-shadow: var(--shadow-card); max-width: 230px;
}
.welcome__badge b { font-family: var(--font-display); font-size: 38px; color: var(--amber); display: block; line-height: 1; }
.welcome__badge span { font-size: 13px; color: var(--sand); letter-spacing: .04em; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 40px; border-top: 1px solid var(--line); padding-top: 30px; }
.stats .stat b { font-family: var(--font-display); font-size: clamp(28px, 3.2vw, 40px); color: var(--copper); display: block; line-height: 1; white-space: nowrap; }
.stats .stat span { font-size: 13.5px; color: var(--ink-soft); letter-spacing: .02em; white-space: nowrap; }

/* ============================================================
   Find your retreat — filter
   ============================================================ */
.retreats { background: var(--bone); }
.finder {
  background: var(--forest); color: var(--cream);
  border-radius: 8px; padding: clamp(22px, 2.4vw, 32px);
  box-shadow: var(--shadow-card);
  margin-bottom: 56px;
  position: relative; left: 50%; transform: translateX(-50%);
  width: min(1460px, 95vw); max-width: none;
}
.finder__head { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; flex-wrap: wrap; margin-bottom: 20px; }
.finder__head h3 { font-size: clamp(24px, 3vw, 34px); color: #fff; }
.finder__head .eyebrow { display: block; margin-bottom: 10px; }
.finder__count { font-size: 14px; color: var(--sand); white-space: nowrap; }
.finder__count b { color: var(--amber); font-family: var(--font-display); font-size: 19px; }
/* compact three-column filter layout */
.filter-rows { display: grid; grid-template-columns: 1.35fr 0.8fr 1.55fr; gap: 14px 30px; }
.filter-group { margin-bottom: 0; }
.filter-group > .filabel { display: block; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--sage); font-weight: 700; margin-bottom: 9px; }
.chips { display: flex; flex-wrap: wrap; gap: 7px; }
.chip {
  font-family: var(--font-body); font-size: 13px; font-weight: 600;
  letter-spacing: .01em; color: var(--sand);
  background: rgba(246,241,231,.06); border: 1px solid var(--line-dark);
  padding: 7px 14px; border-radius: 100px; cursor: pointer;
  transition: all .25s var(--ease); display: inline-flex; align-items: center; gap: 6px;
}
.chip:hover { border-color: var(--amber); color: #fff; }
.chip.active { background: var(--copper-deep); border-color: var(--copper-deep); color: #fff; }
.chip .ico { font-size: 15px; line-height: 1; }
.finder__reset { background: none; border: 0; color: var(--sand); font-family: var(--font-body); font-size: 13px; text-decoration: underline; cursor: pointer; letter-spacing: .02em; padding: 0; }
.finder__reset:hover { color: var(--amber); }

/* ============================================================
   Property cards / gallery
   ============================================================ */
.collection { margin-bottom: clamp(50px, 7vw, 90px); }
.collection:last-child { margin-bottom: 0; }
.collection__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 34px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.collection__head .eyebrow { display: block; margin-bottom: 8px; }
.collection__head h2 { font-size: clamp(30px, 4vw, 50px); color: var(--forest); }
.collection__head p { color: var(--ink-soft); font-size: 16px; margin: 6px 0 0; max-width: 460px; }

.grid {
  display: grid; gap: 28px;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 330px), 1fr));
}
.card {
  position: relative; background: var(--cream); border-radius: 6px; overflow: hidden;
  border: 1px solid var(--line);
  display: flex; flex-direction: column;
  transition: transform .4s var(--ease), box-shadow .4s var(--ease), opacity .35s, border-color .3s;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); border-color: var(--sand-2); }
.card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: var(--forest-2); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.card:hover .card__media img { transform: scale(1.07); }
.card__sleeps {
  position: absolute; top: 14px; left: 14px;
  background: rgba(30,22,14,.82); color: var(--cream); backdrop-filter: blur(3px);
  font-size: 12.5px; font-weight: 600; letter-spacing: .04em;
  padding: 7px 13px; border-radius: 100px; display: flex; align-items: center; gap: 6px;
}
.card__feature {
  position: absolute; top: 14px; right: 14px;
  background: var(--copper-deep); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  padding: 6px 12px; border-radius: 100px;
}
.card__body { padding: 22px 24px 24px; display: flex; flex-direction: column; flex: 1; }
.card__type { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--ink-soft); font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.card__dot { color: var(--ink-soft); }
.card__wifi { font-size: 11px; color: var(--ink-soft); display: inline-flex; align-items: center; gap: 5px; letter-spacing: .08em; text-transform: uppercase; font-weight: 700; }
.card__title { font-family: var(--font-display); font-size: 25px; color: var(--forest); margin-bottom: 10px; line-height: 1.05; }
.card__beds { color: var(--ink-soft); font-size: 14.5px; line-height: 1.5; flex: 1; }
.card__foot { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: flex-start; gap: 12px; }
.card__foot .link-arrow { font-size: 13px; }
.card.is-hidden { display: none; }

.no-results { text-align: center; padding: 60px 20px; color: var(--ink-soft); display: none; }
.no-results.show { display: block; }
.no-results b { font-family: var(--font-display); font-size: 24px; color: var(--forest); display: block; margin-bottom: 8px; }

/* ============================================================
   Location storytelling
   ============================================================ */
.place { background: var(--forest); color: var(--cream); overflow: hidden; }
.place__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.place__copy .eyebrow { display: block; margin-bottom: 16px; }
.place__copy h2 { color: #fff; font-size: clamp(34px, 4.6vw, 58px); margin-bottom: 22px; text-wrap: balance; }
.place__copy h2 em { font-style: italic; color: var(--amber); font-family: Georgia, serif; }
.place__copy p { color: rgba(246,241,231,.82); margin: 0 0 26px; max-width: 520px; }
.attractions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 30px; }
.attraction { border: 1px solid var(--line-dark); border-radius: 6px; padding: 18px 18px; transition: border-color .3s, background .3s; }
.attraction:hover { border-color: var(--amber); background: rgba(246,241,231,.04); }
.attraction b { font-family: var(--font-display); font-size: 19px; color: var(--cream); display: block; }
.attraction span { font-size: 13px; color: var(--sage); }

.place__video { position: relative; border-radius: 8px; overflow: hidden; box-shadow: var(--shadow-card); aspect-ratio: 16/10; cursor: pointer; }
.place__video img { width: 100%; height: 100%; object-fit: cover; }
.place__video .play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: radial-gradient(circle at center, rgba(30,22,14,.25), rgba(30,22,14,.55));
  transition: background .3s;
}
.place__video:hover .play { background: radial-gradient(circle at center, rgba(30,22,14,.1), rgba(30,22,14,.45)); }
.place__video .play span {
  width: 84px; height: 84px; border-radius: 50%; background: rgba(246,241,231,.92);
  display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0,0,0,.4);
  transition: transform .3s var(--ease);
}
.place__video:hover .play span { transform: scale(1.08); }
.place__video .play svg { fill: var(--forest); margin-left: 5px; }
.place__video .cap { position: absolute; bottom: 16px; left: 18px; color: var(--cream); font-size: 13px; letter-spacing: .03em; background: rgba(30,22,14,.5); padding: 6px 12px; border-radius: 4px; backdrop-filter: blur(2px); }

/* video modal */
.vmodal { position: fixed; inset: 0; z-index: 300; background: rgba(20,14,8,.92); display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; visibility: hidden; transition: opacity .3s; }
.vmodal.open { opacity: 1; visibility: visible; }
.vmodal__box { width: min(960px, 100%); aspect-ratio: 16/9; position: relative; }
.vmodal iframe { width: 100%; height: 100%; border: 0; border-radius: 8px; }
.vmodal__close { position: absolute; top: -46px; right: 0; background: none; border: 0; color: var(--cream); font-size: 30px; cursor: pointer; line-height: 1; }

/* ============================================================
   Reassurance band
   ============================================================ */
.assure { background: var(--bone); }
.assure__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.assure__item { text-align: center; padding: 10px; }
.assure__item .ic { width: 52px; height: 52px; margin: 0 auto 16px; color: var(--copper); display: flex; align-items: center; justify-content: center; }
.assure__item .ic svg { width: 38px; height: 38px; }
.assure__item b { font-family: var(--font-display); font-size: 20px; color: var(--forest); display: block; margin-bottom: 6px; }
.assure__item p { font-size: 14px; color: var(--ink-soft); margin: 0; }

.policy-note {
  margin-top: 48px; background: var(--cream); border: 1px solid var(--line); border-left: 3px solid var(--copper);
  border-radius: 4px; padding: 22px 26px; font-size: 14.5px; color: var(--ink-soft); max-width: 880px; margin-inline: auto;
}
.policy-note b { color: var(--forest); }

/* ============================================================
   CTA band
   ============================================================ */
.cta {
  position: relative; background: var(--bark); color: var(--cream); text-align: center; overflow: hidden;
}
.cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(80% 120% at 50% 0%, rgba(207,145,72,.18), transparent 60%); }
.cta .wrap { position: relative; padding-block: clamp(70px, 9vw, 120px); }
.cta h2 { color: #fff; font-size: clamp(36px, 5vw, 66px); margin-bottom: 20px; text-wrap: balance; }
.cta h2 em { font-style: italic; color: var(--amber); font-family: Georgia, serif; }
.cta p { color: var(--sand); max-width: 540px; margin: 0 auto 36px; font-size: 18px; }
.cta__actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.cta__phone { margin-top: 26px; font-size: 15px; color: var(--sand); }
.cta__phone a { color: var(--amber); text-decoration: none; font-weight: 600; }

/* ============================================================
   Footer — columns
   ============================================================ */
.footer { background: var(--forest); color: var(--sand); }
.footer__main { padding-block: clamp(56px, 7vw, 86px); }
.footer__cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.1fr; gap: clamp(28px, 4vw, 56px); }
.footer__brand img { height: 64px; width: auto; margin-bottom: 18px; }
.footer__brand p { font-size: 14.5px; color: #d2c6ad; line-height: 1.65; max-width: 280px; margin: 0 0 22px; }
.footer__social { display: flex; gap: 12px; }
.footer__social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line-dark); display: flex; align-items: center; justify-content: center; transition: all .25s var(--ease); }
.footer__social a:hover { background: var(--copper); border-color: var(--copper); transform: translateY(-2px); }
.footer__social svg { width: 18px; height: 18px; fill: var(--sand); }
.footer__social a:hover svg { fill: #fff; }
.footer__col h3 { font-family: var(--font-body); font-size: 11.5px; letter-spacing: .22em; text-transform: uppercase; color: var(--amber); font-weight: 700; margin: 0 0 18px; }
.footer__col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 11px; }
.footer__col.lodges ul, .footer__col.cabins ul { columns: 1; }
.footer__col a { text-decoration: none; color: #d9cdb5; font-size: 14.5px; transition: color .2s, padding-left .2s; }
.footer__col a:hover { color: var(--amber); padding-left: 4px; }
.footer__col .phone-block { margin-bottom: 22px; }
.footer__col .phone-block span { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--sage); display: block; margin-bottom: 4px; }
.footer__col .phone-block a { font-family: var(--font-display); font-size: 24px; color: var(--cream); }
.footer__col .phone-block a:hover { color: var(--amber); padding-left: 0; }

.footer__partners { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; padding-block: 30px; border-top: 1px solid var(--line-dark); }
.footer__partners .wr { display: flex; align-items: center; gap: 16px; }
.footer__partners .wr img { height: 56px; width: auto; background: #18120a; border: 1px solid rgba(246,241,231,.12); border-radius: 6px; padding: 10px 14px; }
.footer__partners .wr p { margin: 0; font-size: 13.5px; color: #d2c6ad; max-width: 240px; }
.footer__partners .wr a { color: var(--amber); text-decoration: none; font-weight: 600; }
.footer__partners .bbb { margin-left: auto; }
.footer__partners .bbb img { height: 64px; width: auto; border-radius: 4px; }

.footer__bottom { border-top: 1px solid var(--line-dark); }
.footer__bottom .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-block: 22px; font-size: 13px; color: #bdb094; }
.footer__bottom .legal { display: flex; gap: 18px; flex-wrap: wrap; }
.footer__bottom a { color: #d9cdb5; text-decoration: none; }
.footer__bottom a:hover { color: var(--amber); }
.footer__bottom .wc a { color: var(--amber); font-weight: 600; }

/* ============================================================
   Reveal animation — base state is VISIBLE (so the page is
   perceivable without JS and passes static contrast checks);
   the entrance only plays as a keyframe when .in is added on scroll.
   ============================================================ */
.reveal { opacity: 1; }
@media (prefers-reduced-motion: no-preference) {
  .reveal.in { animation: revealIn .9s var(--ease) both; }
  .reveal--r.in { animation-name: revealInR; }
  .reveal--up.in { animation-name: revealInUp; }
  .reveal[data-d="1"].in { animation-delay: .1s; }
  .reveal[data-d="2"].in { animation-delay: .2s; }
  .reveal[data-d="3"].in { animation-delay: .3s; }
}
@keyframes revealIn { from { opacity: 0; transform: translateX(-46px); } to { opacity: 1; transform: none; } }
@keyframes revealInR { from { opacity: 0; transform: translateX(46px); } to { opacity: 1; transform: none; } }
@keyframes revealInUp { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: none; } }

/* ============================================================
   Focus visibility (keyboard a11y / WCAG 2.4.7)
   ============================================================ */
a:focus-visible, button:focus-visible, [tabindex]:focus-visible, summary:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 3px;
  border-radius: 3px;
}
.nav:not(.scrolled) a:focus-visible,
.nav:not(.scrolled) button:focus-visible,
.finder a:focus-visible, .finder button:focus-visible,
.place a:focus-visible, .hero a:focus-visible, .hero button:focus-visible {
  outline-color: #fff;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .footer__cols { grid-template-columns: 1fr 1fr; row-gap: 44px; }
  .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 960px) {
  :root { --nav-h: 76px; }
  .nav__menu, .nav__phone { display: none; }
  .nav__burger { display: flex; }
  .nav__logo img { height: 56px; }
  .welcome__grid, .place__grid { grid-template-columns: 1fr; }
  .welcome__media { max-width: 480px; }
  .welcome__badge { left: 0; }
  .place__video { order: -1; }
  .assure__grid { grid-template-columns: repeat(2, 1fr); row-gap: 36px; }
  .hero__veil::after { background: linear-gradient(180deg, rgba(30,22,14,.66) 0%, rgba(30,22,14,.42) 45%, rgba(30,22,14,.9) 100%); }
}
@media (max-width: 860px) {
  .filter-rows { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 620px) {
  :root { --nav-h: 72px; }
  body { font-size: 16px; }
  .topbar { font-size: 12px; letter-spacing: 0; }
  .topbar .wrap { gap: 7px; padding-block: 8px; }
  .topbar .tb-full { display: none; }
  .topbar .tb-mini { display: inline; }
  .nav__cta .btn { display: none; }
  .nav__logo img { height: 48px; }
  .nav__inner { gap: 12px; }
  .btn { padding-left: 22px; padding-right: 22px; letter-spacing: .02em; }
  .drawer__cta .btn, .cta__actions .btn, .hero__actions .btn { white-space: normal; text-align: center; line-height: 1.25; }
  .stats { grid-template-columns: 1fr; gap: 14px; }
  .attractions { grid-template-columns: 1fr; }
  .assure__grid { grid-template-columns: 1fr; }
  .footer__cols { grid-template-columns: 1fr; }
  .footer__partners .bbb { margin-left: 0; }
  .welcome__badge { position: static; margin-top: 16px; max-width: none; }
  .collection__head { flex-direction: column; align-items: flex-start; }
}


/* Screen-reader-only text (visually hidden, announced by JAWS/VoiceOver) */
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
