/* ==========================================================================
   Cabins by the Caves — site.css
   Clean, semantic rebuild styling. Earthy rustic palette, original fonts.
   Tokens up top are easy to swap to match exact brand values from default.css.
   ========================================================================== */

:root {
  /* Brand palette (placeholder-faithful — swap to exact hex from default.css) */
  --forest:        #2f4a3c;
  --forest-deep:   #233a2f;
  --forest-darker: #1c2e25;
  --bark:          #3a2e26;
  --cream:         #f6f1e7;
  --cream-2:       #efe7d6;
  --paper:         #ffffff;
  --ink:           #2a2722;
  --muted:         #6f665a;
  --gold:          #c0883a;
  --gold-dark:     #a4712c;
  --line:          #e4dccd;
  --shadow:        0 6px 24px rgba(28, 46, 37, 0.12);
  --shadow-sm:     0 2px 8px rgba(28, 46, 37, 0.10);

  /* Type */
  --f-script:  "Dancing Script", cursive;
  --f-display: "DM Serif Display", Georgia, serif;
  --f-slab:    "Roboto Slab", Georgia, serif;
  --f-body:    "Poppins", "Inter", system-ui, sans-serif;

  --maxw: 1240px;

  /* Tweakable (cabin pages) */
  --summary-bg: #ffffff;
  --chip-bg: #3a2e26;
  --chip-text: #ffffff;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--f-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
a { color: #7a5214; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 1000;
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 0 0 6px 0;
}
.skip-link:focus { left: 0; }

/* visually hidden but accessible */
.vh {
  position: absolute !important; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* ---------- Utility bar ---------- */
.utility {
  background: var(--forest-darker);
  color: #fff;
  font-size: 14px;
}
.utility .container {
  display: flex; flex-wrap: wrap; gap: 6px 28px;
  align-items: center; justify-content: center;
  padding-block: 9px;
}
.utility a { color: #fff; letter-spacing: .06em; text-transform: uppercase; font-size: 13px; }
.utility a:hover { color: var(--gold); text-decoration: none; }
.utility .util-reserve { font-weight: 600; }

/* ---------- Logo band ---------- */
.logoband { background: var(--paper); border-bottom: 1px solid var(--line); }
.logoband .container { display: flex; justify-content: center; padding-block: 18px; }
.logoband img { height: 92px; width: auto; }

/* ---------- Primary nav ---------- */
header { display: contents; } /* lets .mainnav stick to the viewport, not just within <header> */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.cork-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 12px; max-width: 1080px; margin: 0 auto 28px; }
.cork-gallery a { display: block; border-radius: 10px; overflow: hidden; border: 1px solid rgba(47,74,60,.14); }
.cork-gallery img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .3s ease; }
.cork-gallery a:hover img { transform: scale(1.05); }
.mainnav { background: var(--forest); position: sticky; top: 0; z-index: 100; box-shadow: var(--shadow-sm); }
.mainnav .container { display: flex; align-items: center; justify-content: space-between; }
.nav-toggle {
  display: none; background: none; border: 0; color: #fff; font-size: 15px;
  align-items: center; gap: 10px; padding: 14px 0; cursor: pointer; font-family: var(--f-body);
}
.nav-toggle .bars { display: inline-flex; flex-direction: column; gap: 4px; }
.nav-toggle .bars span { width: 22px; height: 2px; background: #fff; border-radius: 2px; }

.menu { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
.menu > li { position: relative; }
.menu > li > a,
.menu > li > .menu-label {
  display: block; color: #fff; padding: 16px 15px; font-size: 14.5px; letter-spacing: .04em;
  text-transform: uppercase; cursor: pointer; background: none; border: 0; font-family: var(--f-body);
}
.menu > li > a:hover,
.menu > li.open > .menu-label,
.menu > li:hover > .menu-label,
.menu > li:focus-within > .menu-label { background: var(--forest-deep); color: var(--gold); text-decoration: none; }
.menu .caret { font-size: 13px; opacity: .8; margin-left: 4px; }

.submenu {
  list-style: none; margin: 0; padding: 8px 0; position: absolute; left: 0; top: 100%;
  min-width: 250px; background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--gold);
  box-shadow: var(--shadow); border-radius: 0 0 8px 8px; display: none; z-index: 200;
  max-height: 70vh; overflow-y: auto;
}
.menu > li:hover > .submenu,
.menu > li:focus-within > .submenu,
.menu > li.open > .submenu { display: block; }
.submenu a {
  display: block; padding: 8px 18px; color: var(--ink); font-size: 14px; text-transform: none; letter-spacing: 0;
}
.submenu a:hover { background: var(--cream); color: var(--gold-dark); text-decoration: none; }
/* Long menus break into 2 columns (reading order stays top-to-bottom per column) */
.submenu.cols2 { column-count: 2; column-gap: 0; min-width: 470px; max-height: none; overflow: visible; }
.submenu.cols2 li { break-inside: avoid; }
.submenu.align-right { left: auto; right: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; background: #8a5a18; color: #fff; font-weight: 600;
  padding: 14px 30px; border-radius: 4px; letter-spacing: .08em; text-transform: uppercase;
  font-size: 14px; border: 0; cursor: pointer; transition: background .2s, transform .2s;
  font-family: var(--f-body);
}
.btn:hover { background: #6f4813; text-decoration: none; transform: translateY(-1px); }
.btn-lg { padding: 17px 40px; font-size: 15px; }
.btn-outline { background: transparent; border: 2px solid #fff; color: #fff; }
.btn-outline:hover { background: #fff; color: var(--forest-deep); }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 78vh; display: grid; place-items: center; text-align: center;
  color: #fff; overflow: hidden; background: var(--forest-deep);
}
.hero video, .hero .hero-img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(180deg, rgba(20,32,26,.35), rgba(20,32,26,.62));
}
.hero-inner { position: relative; z-index: 2; padding: 80px 24px; max-width: 880px; }
.hero h1 {
  font-family: var(--f-display); font-weight: 400; margin: 0 0 14px;
  font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.04; text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
.hero .tagline {
  font-family: var(--f-slab); font-size: clamp(1.1rem, 2.2vw, 1.7rem); margin: 0 0 30px; font-weight: 300;
  text-shadow: 0 2px 12px rgba(0,0,0,.4);
}
.hero-reviews { margin-top: 28px; }

/* ---------- Section primitives ---------- */
.section { padding-block: 72px; }
.section-tight { padding-block: 48px; }
.eyebrow { font-family: var(--f-script); color: var(--gold-dark); font-size: 2rem; line-height: 1; margin: 0; }
.section h2 {
  font-family: var(--f-display); font-weight: 400; color: var(--ink);
  font-size: clamp(2rem, 4vw, 3rem); margin: 6px 0 18px;
}

/* ---------- Welcome ---------- */
.welcome { background: var(--paper); }
.welcome .grid {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center;
}
.welcome p { color: var(--muted); margin: 0 0 16px; max-width: 60ch; }
.welcome p a, .faq details p a { text-decoration: underline; }
.welcome .video-wrap {
  position: relative; padding-top: 56.25%; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow);
}
.welcome .video-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.note-strip {
  display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 10px; padding: 18px 22px;
  background: var(--cream); border-radius: 10px; border: 1px solid var(--line);
}
.note-strip span { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; color: var(--ink); font-weight: 500; }
.note-strip i { color: var(--gold-dark); }

/* ---------- Area header band ---------- */
.area-band {
  position: relative; text-align: center; color: #fff; padding: 64px 24px 56px;
  background: var(--forest); background-size: cover; background-position: center;
}
.area-band.alt { background: var(--bark); }
/* Per-area background photos (fall back to the solid band color until uploaded) */
#old-mans-cave   .area-band { background-image: url('https://www.cabinsbythecaves.com/images/bk-old-mans-cave.jpg'); }
#rock-house      .area-band { background-image: url('https://www.cabinsbythecaves.com/images/bk-rock-house.jpg'); }
#ash-cave        .area-band { background-image: url('https://www.cabinsbythecaves.com/images/bk-ash-cave.jpg'); }
#cedar-falls     .area-band { background-image: url('https://www.cabinsbythecaves.com/images/bk-cedar-falls.jpg'); }
#conkles-hollow  .area-band { background-image: url('https://www.cabinsbythecaves.com/images/bk-Conkles-Hollow-cave.jpg'); }
#cantwell-cliffs .area-band { background-image: url('https://www.cabinsbythecaves.com/images/bk-Cantwell-Cliffs.jpg'); }
#lake-logan      .area-band { background-image: url('https://www.cabinsbythecaves.com/images/bk-lake-logan.jpg'); }
.area-band::after {
  content: ""; position: absolute; inset: 0; background: rgba(20,32,26,.55); z-index: 0;
}
.area-band > * { position: relative; z-index: 1; }
.area-band .script { font-family: var(--f-script); font-size: clamp(1.6rem, 3vw, 2.4rem); color: var(--cream); margin: 0; }
.area-band .place {
  font-family: var(--f-display); font-weight: 400; font-size: clamp(2.4rem, 5vw, 4rem); margin: 2px 0 16px; line-height: 1;
}
.area-band .area-logo { height: 64px; width: auto; margin: 0 auto 20px; filter: brightness(0) invert(1); opacity: .92; }
.area-band p { max-width: 78ch; margin: 0 auto; color: rgba(255,255,255,.92); font-size: 15.5px; }
.area-band .inline-links a { color: var(--gold); font-weight: 600; }
.area-band .inline-links a:hover { color: #fff; }

/* ---------- Card grid (circular photo + centered text-chip amenities) ---------- */
.cabin-grid {
  display: flex; flex-wrap: wrap; gap: 40px 28px; padding: 40px 0 56px; justify-content: center;
}
.cabin-card {
  flex: 0 1 300px; max-width: 320px; position: relative; margin-top: 92px; text-align: center;
  display: flex; flex-direction: column; color: var(--ink);
  background: var(--paper); border-radius: 3px; box-shadow: var(--shadow-sm); border: 1px solid var(--line);
  transition: transform .2s, box-shadow .2s;
}
.cabin-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); text-decoration: none; }
.cabin-card .photo {
  position: absolute; top: -92px; left: 50%; transform: translateX(-50%);
  width: 184px; height: 184px; border-radius: 50%; overflow: hidden;
  border: 5px solid #fff; box-shadow: 0 8px 22px rgba(28,46,37,.22); background: var(--cream-2);
}
.cabin-card .photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.cabin-card:hover .photo img { transform: scale(1.06); }
.cabin-card .body { padding: 104px 22px 22px; flex: 1 1 auto; }
.cabin-card h3 { font-family: var(--f-display); font-weight: 400; font-size: 1.6rem; line-height: 1.12; margin: 0 0 12px; color: var(--ink); }
.cabin-card .sleeps { display: flex; justify-content: center; align-items: center; gap: 9px; color: var(--ink); font-size: 1.02rem; margin: 0 0 16px; }
.cabin-card .sleeps i { color: var(--gold-dark); }
.cabin-card ul { list-style: none; }
.amenities { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
.amenities li {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 600; color: var(--ink);
  background: var(--cream); border: 1px solid var(--line); padding: 6px 12px; border-radius: 100px;
}
.amenities li i { color: var(--gold-dark); font-size: 12px; }
.cabin-card .cta {
  margin-top: auto; background: var(--bark); color: #fff; text-align: center; font-family: var(--f-slab);
  font-weight: 600; letter-spacing: .06em; text-transform: uppercase; font-size: 13px; padding: 15px; transition: background .2s;
  border-radius: 0 0 3px 3px;
}
.cabin-card:hover .cta { background: #2a201a; }

/* ---------- FAQ ---------- */
.faq { background: var(--cream); }
.faq .faq-list { max-width: 860px; margin: 24px auto 0; }
.faq details {
  background: var(--paper); border: 1px solid var(--line); border-radius: 10px; margin-bottom: 12px;
  box-shadow: var(--shadow-sm); overflow: hidden;
}
.faq summary {
  cursor: pointer; padding: 18px 22px; font-family: var(--f-slab); font-weight: 600; font-size: 1.08rem;
  list-style: none; display: flex; justify-content: space-between; gap: 16px; align-items: center; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "\002B"; color: var(--gold-dark); font-size: 1.5rem; line-height: 1; transition: transform .2s; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 22px 20px; color: var(--muted); }

/* ---------- Footer ---------- */
.site-footer { background: var(--forest-darker); color: rgba(255,255,255,.82); padding-block: 56px 30px; font-size: 14.5px; }
.site-footer a { color: rgba(255,255,255,.82); }
.site-footer a:hover { color: var(--gold); text-decoration: none; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 36px; }
.site-footer h3 { font-family: var(--f-slab); color: #fff; font-size: 1rem; margin: 0 0 14px; letter-spacing: .04em; font-weight: 600; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 8px; }
/* Footer property index (ADA + SEO: every property linked from every page) */
.footer-props { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; margin-top: 40px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.15); }
.footer-props h3 { font-family: var(--f-slab); color: #fff; font-size: .95rem; margin: 0 0 12px; letter-spacing: .04em; font-weight: 600; }
.footer-props ul { list-style: none; margin: 0; padding: 0; }
.footer-props ul.two { columns: 2; column-gap: 24px; }
.footer-props li { margin-bottom: 6px; break-inside: avoid; }
.footer-props a { color: rgba(255,255,255,.72); font-size: 13.5px; }
.footer-props a:hover { color: var(--gold); }
@media (max-width: 760px) { .footer-props { grid-template-columns: 1fr; } .footer-props ul.two { columns: 1; } }
.footer-contact .phone { font-size: 1.25rem; color: #fff; font-family: var(--f-slab); display: block; margin-bottom: 4px; }
.social { display: flex; gap: 14px; margin-top: 16px; }
.social a { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; display: grid; place-items: center; }
.social a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.partners { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; margin-top: 22px; }
.partners img { height: 54px; width: auto; background: #fff; padding: 6px; border-radius: 6px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15); margin-top: 36px; padding-top: 20px;
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13px; color: rgba(255,255,255,.6);
}
.footer-bottom a { color: rgba(255,255,255,.6); }

/* ---------- Responsive ---------- */
.nav-close { display: none; }
.nav-backdrop { display: none; }
.nav-scrollcue { display: none; }

@media (max-width: 900px) {
  .welcome .grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1024px) {
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .mainnav .container { flex-wrap: nowrap; justify-content: flex-end; }

  .nav-backdrop {
    display: block; position: fixed; inset: 0; background: rgba(15,22,18,.5);
    opacity: 0; visibility: hidden; transition: opacity .28s ease, visibility .28s; z-index: 1100;
  }
  body.nav-lock { overflow: hidden; }
  body.nav-lock .nav-backdrop { opacity: 1; visibility: visible; }

  .menu {
    display: block; position: fixed; top: 0; right: 0; bottom: 0; left: auto; width: min(380px, 88vw);
    background: var(--forest); padding: 60px 0 28px; box-shadow: -10px 0 34px rgba(0,0,0,.34); z-index: 1200;
    transform: translateX(100%); transition: transform .3s ease; overflow-y: auto; overflow-x: hidden;
    -webkit-overflow-scrolling: touch; max-height: none;
  }
  .mainnav.open { z-index: 1300; }
  .mainnav.open .menu { transform: translateX(0); }

  .mainnav.open .nav-close {
    display: flex; align-items: center; justify-content: center; position: fixed; top: 12px; right: 14px;
    width: 42px; height: 42px; border: 0; background: rgba(255,255,255,.2); color: #fff; font-size: 26px; line-height: 1;
    border-radius: 50%; cursor: pointer; z-index: 1301;
  }
  .mainnav.open .nav-close:hover { background: rgba(255,255,255,.34); }

  .menu > li { border-top: 1px solid rgba(255,255,255,.10); position: static; }
  .menu > li:first-child { border-top: 0; }
  .menu > li > a, .menu > li > .menu-label {
    padding: 16px 24px; font-size: 15.5px; width: 100%; display: flex; align-items: center; justify-content: space-between;
  }
  .menu > li > .menu-label .caret { transition: transform .2s; font-size: 13px; }
  .menu > li.open > .menu-label { background: var(--forest-deep); color: var(--gold); }
  .menu > li.open > .menu-label .caret { transform: rotate(180deg); }

  .submenu {
    position: static; display: none !important; box-shadow: none; border: 0; border-radius: 0; background: var(--forest-deep);
    padding: 2px 0 8px; max-height: 48vh; overflow-y: auto; -webkit-overflow-scrolling: touch;
    min-width: 0; column-count: 1 !important;
  }
  .submenu.align-right { left: auto; right: auto; }
  .submenu, ul.submenu.cols2 {
    -webkit-column-count: 1 !important; -moz-column-count: 1 !important; column-count: 1 !important;
    -webkit-column-width: auto !important; column-width: auto !important;
    -webkit-column-gap: 0 !important; column-gap: 0 !important;
    min-width: 0 !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box; overflow-x: hidden;
  }
  .submenu.cols2 { max-height: none; overflow: visible; }
  .menu > li.open > .submenu { display: block !important; }
  .nav-scrollcue {
    position: fixed; bottom: 16px; right: 22px; z-index: 1302; pointer-events: none;
    background: rgba(20,32,26,.9); color: #fff; padding: 8px 14px; border-radius: 100px;
    font-size: 12px; font-weight: 600; letter-spacing: .04em; box-shadow: 0 3px 12px rgba(0,0,0,.35);
  }
  .mainnav.open.can-scroll .nav-scrollcue { display: inline-block; animation: cuePulse 1.4s ease-in-out infinite; }
  @keyframes cuePulse { 0%, 100% { opacity: .7; transform: translateY(0); } 50% { opacity: 1; transform: translateY(3px); } }
  .submenu a { color: rgba(255,255,255,.88); padding: 13px 24px 13px 40px; font-size: 14.5px; }
  .submenu a:hover, .submenu a:active { background: var(--forest-darker); }
}
@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
  .section { padding-block: 52px; }
}

/* ==========================================================================
   CABIN DETAIL PAGE
   ========================================================================== */
.breadcrumb { background: var(--cream); border-bottom: 1px solid var(--line); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; list-style: none; margin: 0; padding: 12px 0; font-size: 13.5px; color: var(--muted); }
.breadcrumb li::after { content: "/"; margin-left: 8px; color: var(--line); }
.breadcrumb li:last-child::after { content: ""; }
.breadcrumb a { color: #7a5214; }

.cabin-hero {
  position: relative; color: #fff; text-align: center; padding: 120px 24px 104px;
  min-height: 62vh; display: grid; place-items: center; align-content: center;
  background: var(--forest-deep); background-size: cover; background-position: center;
}
.cabin-hero::after { content: ""; position: absolute; inset: 0; background: rgba(20,32,26,.58); }
.cabin-hero > * { position: relative; z-index: 1; }
.cabin-hero .script { font-family: var(--f-script); font-size: clamp(1.4rem,3vw,2rem); color: var(--cream); margin: 0; }
.cabin-hero h1 { font-family: var(--f-display); font-weight: 400; font-size: clamp(2.4rem,5vw,4rem); margin: 2px 0 10px; line-height: 1.04; }
.cabin-hero .subtitle { font-family: var(--f-slab); font-weight: 300; font-size: clamp(1rem,2vw,1.3rem); margin: 0; color: rgba(255,255,255,.92); }

.legal-hero { background: var(--forest); color: #fff; text-align: center; padding: 56px 24px 48px; }
.legal-hero h1 { font-family: var(--f-display); font-weight: 400; font-size: clamp(2rem, 4vw, 3rem); margin: 0 0 10px; line-height: 1.08; }
.legal-hero p { font-family: var(--f-slab); font-weight: 300; margin: 0 auto; max-width: 720px; color: rgba(255,255,255,.9); font-size: clamp(1rem, 2vw, 1.2rem); }

.cabin-subnav { background: var(--bark); }
.cabin-subnav ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 36px; list-style: none; margin: 0; padding: 14px 24px; }
.cabin-subnav a { color: #fff; text-transform: uppercase; letter-spacing: .06em; font-size: 13.5px; font-weight: 500; }
.cabin-subnav a:hover { color: var(--gold); text-decoration: none; }

.cabin-layout { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; padding-block: 56px; }
.cabin-intro h2 { font-family: var(--f-display); font-weight: 400; font-size: 2rem; margin: 0 0 4px; }
.cabin-intro .place-sub { font-family: var(--f-slab); color: var(--forest-deep); font-size: 1.1rem; margin: 0 0 20px; }
.cabin-intro p { color: var(--muted); margin: 0 0 16px; max-width: 64ch; }

.quickfacts { display: flex; flex-wrap: wrap; gap: 10px; margin: 4px 0 22px; padding: 0; list-style: none; }
.quickfacts li { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 600; color: var(--chip-text); background: var(--chip-bg); border: 1px solid transparent; padding: 8px 14px; border-radius: 100px; }
.quickfacts li i { color: var(--chip-text); }
.cabin-summary-section { background: var(--summary-bg); }

.meta-line { font-size: 13.5px; color: var(--muted); margin: 0 0 8px; }
.meta-line a { color: var(--forest-deep); text-decoration: underline; }

/* Booking card */
.booking-card { position: sticky; top: 84px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; }
.booking-card .bc-head { background: var(--forest); color: #fff; padding: 20px 22px; }
.booking-card .bc-head .from { font-size: 13px; text-transform: uppercase; letter-spacing: .08em; opacity: .85; }
.booking-card .bc-head .price { font-family: var(--f-display); font-size: 2rem; line-height: 1.1; }
.booking-card .bc-head .price small { font-family: var(--f-body); font-size: .85rem; opacity: .85; }
.booking-card .bc-body { padding: 20px 22px; }
.booking-card .btn { display: block; width: 100%; text-align: center; }
.booking-card .bc-list { list-style: none; margin: 16px 0 0; padding: 0; font-size: 13.5px; color: var(--muted); }
.booking-card .bc-list li { display: flex; gap: 9px; padding: 5px 0; }
.booking-card .bc-list i { color: var(--gold-dark); margin-top: 3px; }

/* Gallery */
.cabin-gallery { background: var(--paper); }
.video-tour { position: relative; padding-top: 56.25%; border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); margin-bottom: 30px; }
.video-tour iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 6px; }
.gallery-grid a { display: block; aspect-ratio: 1 / 1; overflow: hidden; border-radius: 4px; background: var(--cream-2); }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.gallery-grid a:hover img { transform: scale(1.06); }

/* Trending mosaic gallery */
.gallery-wrap { position: relative; }
.gallery-mosaic {
  position: relative; display: grid; gap: 8px;
  grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr 1fr;
  height: clamp(360px, 54vh, 560px); border-radius: 14px; overflow: hidden;
}
.gallery-mosaic > a { display: block; overflow: hidden; background: var(--cream-2); }
.gallery-mosaic > a img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s, filter .25s; }
.gallery-mosaic > a:hover img { transform: scale(1.05); filter: brightness(.9); }
.gallery-mosaic > a:first-child { grid-row: 1 / span 2; }
.gallery-mosaic > a:nth-child(n+6) { display: none; }

/* Desktop "Show all" → full multi-column grid of large thumbnails (vertical scroll, click to enlarge) */
.gallery-mosaic.show-all {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  height: auto;
  overflow: visible;
  gap: 12px;
}
.gallery-mosaic.show-all > a {
  display: block;
  aspect-ratio: 4 / 3;
  height: auto;
  grid-row: auto;
  grid-column: auto;
  border-radius: 10px;
}
.gallery-mosaic.show-all > a:first-child { grid-row: auto; grid-column: auto; }
.gallery-mosaic.show-all > a img { position: static; width: 100%; height: 100%; object-fit: cover; }
.gallery-showall {
  position: absolute; right: 16px; bottom: 16px; z-index: 3;
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  background: #fff; color: var(--ink); border: 1px solid var(--ink);
  font-family: var(--f-body); font-weight: 600; font-size: 14px; padding: 11px 18px; border-radius: 8px;
  box-shadow: var(--shadow-sm); transition: background .2s, color .2s;
}
.gallery-showall:hover { background: var(--ink); color: #fff; }
@media (max-width: 1024px) {
  .gallery-mosaic {
    display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: none; gap: 8px; height: auto; overflow: visible;
  }
  .gallery-mosaic > a { aspect-ratio: 1 / 1; height: auto; grid-row: auto; grid-column: auto; border-radius: 8px; }
  .gallery-mosaic > a:first-child { grid-row: auto; grid-column: auto; }
  .gallery-mosaic > a img { position: static; width: 100%; height: 100%; object-fit: cover; }
  .gallery-mosaic > a:nth-child(-n+6) { display: block; }
  .gallery-mosaic > a:nth-child(n+7) { display: none; }
  .gallery-mosaic.show-all > a { display: block; }
  .gallery-showall { position: static; margin: 14px auto 0; }
}

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 1000; background: rgba(15,22,18,.94); display: none; align-items: center; justify-content: center; }
.lightbox.open { display: flex; }
.lightbox .lb-stage { margin: 0; max-width: 92vw; max-height: 88vh; text-align: center; }
.lightbox img { max-width: 92vw; max-height: 82vh; object-fit: contain; border-radius: 6px; }
.lightbox .lb-count { color: rgba(255,255,255,.8); font-size: 14px; margin-top: 12px; }
.lightbox button { position: absolute; background: rgba(255,255,255,.12); color: #fff; border: 0; cursor: pointer; border-radius: 50%; width: 52px; height: 52px; font-size: 30px; line-height: 1; display: grid; place-items: center; transition: background .2s; }
.lightbox button:hover { background: rgba(255,255,255,.28); }
.lightbox .lb-close { top: 20px; right: 20px; width: 46px; height: 46px; font-size: 26px; }
.lightbox .lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 18px; top: 50%; transform: translateY(-50%); }

/* Details: amenities + requirements */
.cabin-details { background: var(--cream); }
.details-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; }
.details-grid h3 { font-family: var(--f-slab); font-weight: 600; font-size: 1.3rem; margin: 0 0 16px; color: var(--ink); display: flex; align-items: center; gap: 10px; }
.details-grid h3 i { color: var(--gold-dark); }
.amenity-list { list-style: none; margin: 0; padding: 0; columns: 2; column-gap: 28px; }
.amenity-list li { break-inside: avoid; display: flex; gap: 10px; padding: 6px 0; font-size: 14.5px; color: var(--ink); }
.amenity-list i { color: #3f8a4f; margin-top: 4px; font-size: 13px; }
.req-list { list-style: none; margin: 0 0 28px; padding: 0; }
.req-list li { display: flex; gap: 10px; padding: 6px 0; font-size: 14.5px; color: var(--ink); }
.req-list i { color: var(--gold-dark); margin-top: 4px; }
.rates-box { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 22px; }
.rates-box h3 { margin-top: 0; }
.rates-box p { color: var(--muted); font-size: 14.5px; margin: 0 0 12px; }
.rates-box .rate-figure { font-family: var(--f-display); color: var(--forest-deep); font-size: 1.5rem; }

/* Availability calendar */
.calendar-note { color: var(--muted); font-size: 13.5px; font-style: italic; max-width: 70ch; margin: 0 auto 22px; text-align: center; }
.calendar-frame { max-width: 860px; margin: 0 auto; }
.calendar-frame iframe { width: 100%; border: 0; display: block; min-height: 720px; }

/* Reviews ("Cave Raves") pages */
.reviews-wrap { max-width: 1000px; margin: 0 auto; }
.reviews-intro { text-align: center; color: var(--muted); max-width: 60ch; margin: 0 auto 34px; }
.reviews-grid { columns: 2; column-gap: 24px; }
.review-card { break-inside: avoid; background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 22px 24px 20px; margin: 0 0 22px; box-shadow: var(--shadow); }
.review-card .qmark { font-family: var(--f-display); color: var(--gold); font-size: 2.4rem; line-height: .6; display: block; height: 18px; }
.review-card p { color: var(--ink); margin: 0; line-height: 1.7; }
.review-card cite { display: block; margin-top: 12px; font-style: normal; font-weight: 600; color: var(--forest); font-size: 14.5px; }
@media (max-width: 760px) { .reviews-grid { columns: 1; } }

@media (max-width: 900px) {
  .cabin-layout { grid-template-columns: 1fr; }
  .booking-card { position: static; }
  .details-grid { grid-template-columns: 1fr; gap: 30px; }
}
@media (max-width: 540px) {
  .amenity-list { columns: 1; }
}
