@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

:root{
  --bg:#0b0d11;
  --card:#11151d;
  --card-2:#151b24;
  --text:#f7f3ee;
  --muted:#c7beb4;
  --accent:#d2a46d;
  --accent-2:#f0c27b;
  --line:rgba(255,255,255,.10);
  --shadow: 0 22px 70px rgba(0,0,0,.55);
  --radius: 20px;
  --max: 1160px;
  --font-body: "Manrope", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  --font-display: "Playfair Display", "Times New Roman", serif;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;background:
  radial-gradient(1200px 700px at 20% 8%, rgba(255,255,255,.06), transparent 60%),
  radial-gradient(900px 500px at 80% 18%, rgba(210,164,109,.10), transparent 62%),
  var(--bg);
  color:var(--text);
  font-family:var(--font-body);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
  scroll-behavior:smooth;
  width:100%;
  overflow-x:hidden;
  touch-action:pan-y
}
html{scroll-snap-type:y proximity}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
main img{cursor:zoom-in}
.container{max-width:var(--max);margin:0 auto;padding:0 26px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:12px 18px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:var(--text);cursor:pointer;transition:.25s ease;backdrop-filter:blur(6px)}
.btn:hover{transform:translateY(-2px);background:rgba(255,255,255,.12)}
.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-2));border-color:transparent;color:#1d140b;font-weight:700;box-shadow:0 12px 30px rgba(210,164,109,.28)}
.btn.primary:hover{filter:brightness(1.05)}
.btn.ghost{background:transparent}
.badge{display:inline-flex;align-items:center;gap:.5rem;padding:6px 10px;border-radius:999px;border:1px solid var(--line);color:var(--muted);font-size:12px;background:rgba(255,255,255,.04)}
.kbd{font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 12px; color: var(--muted);}
.hr{height:1px;background:var(--line);margin:22px 0}

header{position:fixed;top:0;left:0;right:0;z-index:50;backdrop-filter:saturate(1.4) blur(14px);background:rgba(8,10,14,.72);border-bottom:1px solid rgba(255,255,255,.08)}
main{padding-top:72px}
.nav{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{display:flex;align-items:center;gap:10px;font-weight:750;letter-spacing:.2px;font-family:var(--font-display)}
.logo .mark{
  width:34px;
  height:34px;
  border-radius:10px;
  background:url("../img/logo-mark.svg?v=20260315-134737") center/cover no-repeat;
  box-shadow:0 8px 18px rgba(90,83,75,.18);
}
.navlinks{display:flex;gap:14px;align-items:center}
.navlinks a{color:var(--muted);padding:8px 12px;border-radius:999px}
.navlinks a:hover{color:var(--text);background:rgba(255,255,255,.08)}
.nav-book-inline{
  padding:8px 14px;
  font-size:13px;
  line-height:1.2;
}
.navcta{display:flex;gap:10px;align-items:center}

.hero{position:relative;height:100vh;min-height:100svh;display:grid;align-items:start;margin-top:-72px}
.hero .container{max-width:1240px;margin-left:0;margin-right:auto;padding-left:clamp(32px, 8.5vw, 140px);padding-right:24px}
.hero-inner{position:relative;z-index:2;padding:120px 0 44px;height:100%;display:flex;align-items:flex-start;justify-content:flex-start}
.hero-grid{display:grid;grid-template-columns:1fr;gap:18px;align-items:flex-start}
.hero-copy{max-width:760px;will-change:transform, opacity}
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;gap:16px}
  .hero .container{margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}
}
.hero video{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.05) brightness(1.08);z-index:0}
.hero::after{content:none}
.hero-overlay{position:fixed;inset:0;background:
  radial-gradient(900px 500px at 20% 15%, rgba(0,0,0,.18), transparent 60%),
  linear-gradient(180deg, rgba(9,11,15,.12) 0%, rgba(9,11,15,.38) 55%, rgba(9,11,15,.62) 100%);
  z-index:1;pointer-events:none}
.h-eyebrow{margin:0 0 10px}
.h-title{
  font-family:var(--font-display);
  font-size:clamp(46px, 6.2vw, 92px);
  line-height:1.03;
  margin:0 0 14px;
  letter-spacing:-.8px;
  text-shadow:0 12px 40px rgba(0,0,0,.45)
}
.h-sub{font-size:clamp(16px, 2.2vw, 22px)}
@media(max-width:560px){.h-title{font-size:44px}.h-sub{font-size:16px}}
.h-sub{margin:0 0 20px;color:rgba(244,241,236,.85);max-width:52ch}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.hero.is-ready .h-title,
.hero.is-ready .h-sub,
.hero.is-ready .hero-actions{
  will-change: transform, opacity;
}

@keyframes heroSlideIn{
  from{opacity:0;transform:translateX(-80px) translateY(10px)}
  to{opacity:1;transform:translateX(0) translateY(0)}
}

.hero.is-ready .h-title{animation:heroSlideIn .85s cubic-bezier(.2,.8,.2,1) both}
.hero.is-ready .h-sub{animation:heroSlideIn .95s cubic-bezier(.2,.8,.2,1) both;animation-delay:.08s}
.hero.is-ready .hero-actions{animation:heroSlideIn 1.05s cubic-bezier(.2,.8,.2,1) both;animation-delay:.14s}

@media (prefers-reduced-motion: reduce){
  .hero.is-ready .h-title,
  .hero.is-ready .h-sub,
  .hero.is-ready .hero-actions{animation:none}
}

.snap-section{scroll-snap-align:start;scroll-margin-top:90px}

.calendar-section{
  position: relative;
  padding: 80px 0 110px;
  min-height: 110vh;
}

.story-section{
  position: relative;
  height: 210vh;
}

.story-sticky{
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.story-track{
  position: relative;
  width: min(980px, 86vw);
  height: min(560px, 70vh);
}

.story-card{
  position: absolute;
  inset: 0;
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  box-shadow: 0 24px 70px rgba(0,0,0,.45);
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.2);
  pointer-events: none;
}

.story-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.calendar-sticky{
  position: sticky;
  top: 110px;
  display: flex;
  justify-content: center;
}

.calendar-shell{
  width: min(980px, 100%);
  margin: 0 auto;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(18,22,30,.92), rgba(12,14,19,.92));
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 28px 70px rgba(0,0,0,.48);
  padding: 24px;
  backdrop-filter: blur(14px);
  position: relative;
}

.calendar-shell{will-change: transform, opacity}
.calendar-shell::before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  top:14px;
  height:1px;
  background:linear-gradient(90deg, rgba(210,164,109,.65), transparent 60%);
  opacity:.55;
}

.calendar-headline{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
}

.calendar-headline h2{
  margin: 0;
  font-family:var(--font-display);
  font-size: 26px;
  letter-spacing: -.3px;
}

.calendar-headline p{
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.calendar-meta{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 12px 0 16px;
}

.calendar-meta .meta{
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  padding: 10px 12px;
  background: rgba(255,255,255,.03);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.calendar-meta .meta[role="button"]{
  cursor:pointer;
  transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.calendar-meta .meta[role="button"] *{
  cursor:pointer;
}
.calendar-meta .meta[role="button"]:hover{
  transform:translateY(-1px);
}
.calendar-meta .meta[role="button"]:focus-visible{
  outline:none;
  border-color: rgba(255, 79, 163, .8);
  box-shadow: 0 0 0 4px rgba(255, 79, 163, .18);
}
.calendar-meta .meta.is-active{
  border-color: rgba(255, 79, 163, .8);
  box-shadow: 0 0 0 4px rgba(255, 79, 163, .18);
}

.calendar-meta .meta span{
  font-size: 12px;
  color: var(--muted);
}

.calendar-meta .meta strong{
  font-size: 13px;
  font-weight: 650;
}
#priceTotal{color:var(--accent-2)}
#priceTotal.is-error{color:#c34242 !important}

.calendar-wrap{ margin-top: 6px; }

.calendar-actions{
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
  flex-wrap: wrap;
}

.calendar-actions .smallnote{
  color: var(--muted);
  font-size: 12px;
}
.calendar-actions .smallnote.is-error{
  color:#c34242;
  font-weight:700;
}
.booking-units-contact{
  margin-top:8px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}
.booking-error{
  display:none;
  margin-top:8px;
  font-size:12px;
  font-weight:700;
  color:#c34242;
}
.booking-error.is-visible{
  display:block;
}
.booking-units-text{
  font-size:11px;
  letter-spacing:.04em;
  font-weight:700;
  text-transform:uppercase;
  color:var(--muted);
}
.booking-units-contact .badge{
  padding:8px 14px;
  font-size:12px;
  line-height:1.2;
}

@media(max-width: 780px){
  .calendar-section{ padding: 70px 0 100px; min-height: 115vh; }
  .calendar-headline{ flex-direction: column; align-items: flex-start; }
  .calendar-meta{ grid-template-columns: 1fr; }
  .story-track{ height: min(460px, 62vh); }
}

@media(max-width: 900px){
  header{backdrop-filter:saturate(1.2) blur(12px)}
  .nav{height:auto;flex-wrap:wrap;gap:8px;padding:6px 0}
  .logo{order:1}
  .navcta{order:2;margin-left:auto}
  .navlinks{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:6px}
  .navlinks a{font-size:13px;padding:6px 10px}
  main{padding-top:110px}
}

@media(max-width: 640px){
  .nav{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 0 12px;
  }
  .logo{order:1}
  .navlinks{
    order:2;
    width:100%;
    justify-content:center;
    overflow:visible;
    flex-wrap:wrap;
    gap:8px;
  }
  .nav-book-inline{
    padding:7px 12px;
    font-size:12px;
  }
  .navcta{
    display:none;
  }
  main{padding-top:140px}
  .hero-inner{padding:96px 0 36px}
  .hero-actions{flex-direction:column;align-items:flex-start}
  .hero-actions .btn{width:100%}
  .calendar-sticky{position:relative;top:auto}
  .calendar-section{min-height:auto;padding:56px 0 70px}
  .calendar-shell{padding:14px;border-radius:16px}
  .calendar-headline{align-items:center;text-align:center}
  .calendar-headline h2{width:100%;text-align:center}
  .calendar-headline p{width:100%;text-align:center}
  .calendar-meta{gap:6px}
  .calendar-meta .meta{padding:8px 10px}
  .calendar-meta .meta strong{font-size:12px}
  .cal-title{justify-content:center;gap:0;font-size:15px}
  .cal-title span:last-child{display:none}
  .cal-months{grid-template-columns:1fr}
  .cal-months .cal-month:nth-child(2){display:none}
  .cal-weekdays{font-size:10px;margin-bottom:2px}
  .cal-cell{min-height:40px}
  .cal-day{min-height:40px;font-size:13px}
  .calendar-actions{flex-direction:column;align-items:flex-start}
  .calendar-actions .btn{width:100%}
  .booking-units-contact{
    flex-direction:column;
    align-items:flex-start;
  }
}

.is-phone .story-section{
  height:auto;
  padding:48px 0 30px;
}

.is-phone .story-sticky{
  position:relative;
  height:auto;
  pointer-events:auto;
}

.is-phone .story-track{
  width:100%;
  height:auto;
  display:grid;
  gap:14px;
}

.is-phone .story-card{
  position:relative;
  inset:auto;
  opacity:1 !important;
  transform:none !important;
  pointer-events:auto;
}

.is-phone .story-card img{
  aspect-ratio: 4 / 3;
}

@media(max-width: 480px){
  .h-title{font-size:40px}
  .h-sub{font-size:15px}
  .section-title{font-size:24px}
  .section-sub{font-size:14px}
}

.avail-card{border-radius:var(--radius);background:rgba(18,20,27,.74);border:1px solid var(--line);box-shadow:var(--shadow);padding:16px}
.avail-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.avail-head h3{margin:0;font-size:16px;color:var(--text)}
.avail-form{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}
@media(max-width:560px){.avail-form{grid-template-columns:1fr;}}
.field{display:flex;flex-direction:column;gap:6px}
.field[role="button"]{cursor:pointer}
.field[role="button"] *{cursor:pointer}
.field label{font-size:12px;color:var(--muted)}
.field input,.field select{border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(0,0,0,.25);color:var(--text);padding:11px 12px;outline:none}
.field input:focus,.field select:focus{border-color:rgba(192,140,90,.6);box-shadow:0 0 0 4px rgba(192,140,90,.14)}
.field input[data-locked="true"]{
  cursor: pointer;
  opacity: .9;
}
.field.is-active input{
  border-color: rgba(255, 79, 163, .8);
  box-shadow: 0 0 0 4px rgba(255, 79, 163, .18);
}
.avail-meta{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
@media(max-width:560px){.avail-meta{grid-template-columns:1fr;}}
.avail-meta .meta{border:1px solid var(--line);border-radius:14px;padding:10px 12px;background:rgba(255,255,255,.03);display:flex;flex-direction:column;gap:4px}
.avail-meta .meta span{color:var(--muted);font-size:12px}
.avail-meta .meta strong{font-size:13px;font-weight:650}
.avail-meta .meta[role="button"]{cursor:pointer}
.avail-meta .meta.is-active{
  border-color: rgba(255, 79, 163, .8);
  box-shadow: 0 0 0 4px rgba(255, 79, 163, .18);
}
.avail-foot{display:flex;gap:10px;align-items:center;justify-content:space-between;margin-top:12px;flex-wrap:wrap}
.smallnote{font-size:12px;color:rgba(189,183,174,.88)}
.smallnote a{text-decoration:underline;color:rgba(244,241,236,.9)}

section{padding:36px 0}
.section-title{
  font-family:var(--font-display);
  font-size:clamp(26px, 3.2vw, 36px);
  margin:0 0 8px;
  letter-spacing:-.3px
}
.section-sub{margin:0 0 18px;color:var(--muted);max-width:70ch}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
@media(max-width:980px){.grid4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.grid4{grid-template-columns:1fr}}
.card{position:relative;border-radius:var(--radius);background:linear-gradient(180deg, rgba(18,20,27,.9), rgba(14,17,24,.86));border:1px solid rgba(255,255,255,.08);padding:18px;box-shadow:0 12px 30px rgba(0,0,0,.28);transition:.25s ease;min-height:150px}
.grid4 .card::before{
  content:"";
  position:absolute;
  left:18px;
  top:14px;
  width:26px;
  height:2px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--accent),transparent);
  opacity:.7;
}
.card:hover{transform:translateY(-3px);border-color:rgba(210,164,109,.32);box-shadow:0 18px 40px rgba(0,0,0,.35)}
.card h4{margin:0 0 8px;font-size:15px;letter-spacing:-.1px}
.card p{margin:0;color:var(--muted);font-size:13.5px}

/* Reveal animations */
.reveal .section-title,
.reveal .section-sub,
.reveal #highlights .card{
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .7s ease, transform .7s ease, box-shadow .7s ease, border-color .7s ease;
}

.reveal.is-visible .section-title,
.reveal.is-visible .section-sub,
.reveal.is-visible #highlights .card{
  opacity: 1;
  transform: translateY(0);
}

.reveal.is-visible .section-sub{ transition-delay: .08s; }
.reveal.is-visible #highlights .card{ transition-delay: .14s; }
.reveal.is-visible #highlights .card:nth-child(2){ transition-delay: .20s; }
.reveal.is-visible #highlights .card:nth-child(3){ transition-delay: .26s; }
.reveal.is-visible #highlights .card:nth-child(4){ transition-delay: .32s; }

.reveal.is-visible #highlights .card{
  border-color: rgba(192,140,90,.22);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

@media (prefers-reduced-motion: reduce){
  .reveal .section-title,
  .reveal .section-sub,
  .reveal #highlights .card{
    transition: none;
    transform: none;
    opacity: 1;
  }
}

/* FAQ accordion */
.faq-item{
  border-radius:var(--radius);
  background:rgba(18,20,27,.78);
  border:1px solid var(--line);
  padding:14px 16px;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.faq-item summary{
  list-style:none;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:focus-visible{outline:2px solid rgba(192,140,90,.6);outline-offset:4px;border-radius:12px}
.faq-question{font-size:15px;font-weight:650}
.faq-answer{margin-top:10px;color:var(--muted);font-size:13.5px}
.faq-answer a{text-decoration:underline;color:rgba(244,241,236,.9)}
.faq-answer .faq-menu-link{display:inline-block}
.faq-answer .faq-pdf-preview{
  display:block;
  width:100%;
  height:min(72vh, 760px);
  min-height:360px;
  margin-top:10px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
}
.faq-icon{
  position:relative;
  width:22px;
  height:22px;
  border-radius:999px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  flex:0 0 auto;
}
.faq-icon::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:8px;
  height:8px;
  border-right:2px solid var(--text);
  border-bottom:2px solid var(--text);
  transform:translate(-50%,-60%) rotate(45deg);
  transition:transform .2s ease;
}
.faq-item[open] .faq-icon::after{transform:translate(-50%,-40%) rotate(225deg)}

.split{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media(max-width:980px){.split{grid-template-columns:1fr}}
.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.fact{display:flex;justify-content:space-between;gap:10px;border:1px solid var(--line);border-radius:14px;padding:10px 12px;background:rgba(255,255,255,.03)}
.fact span{color:var(--muted);font-size:13px}
.fact strong{font-size:13px;font-weight:650}
.fact.benefit{justify-content:flex-start;align-items:flex-start;gap:12px}
.fact.benefit .dot{font-size:18px;line-height:1;margin-top:2px}
.fact.benefit strong{font-size:13.5px}

.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:980px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.gallery-grid{grid-template-columns:1fr}}
.gimg{border-radius:18px;overflow:hidden;border:1px solid var(--line);background:rgba(255,255,255,.03)}
.gimg img{width:100%;height:240px;object-fit:cover}

.gallery-video{
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  box-shadow:0 10px 30px rgba(0,0,0,.25);
  margin:0 0 16px;
  aspect-ratio:16 / 9;
}
.gallery-video video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.video-controls{
  margin-top:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}

.video-btn{
  appearance:none;
  border:1px solid #d6cbbd;
  background:#fff;
  color:#4e453d;
  border-radius:999px;
  padding:7px 12px;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
  transition:all .2s ease;
}

.video-btn:hover{
  background:#f2e8dc;
}

.video-btn.is-toggle{
  background:#d2772d;
  color:#fff;
  border-color:#d2772d;
}

.video-btn.is-toggle:hover{
  filter:brightness(1.05);
}

.home-template .gallery-page .section-sub{
  margin:0 auto 16px;
}

.home-template .gallery-video.light{
  background:#fff;
  border:1px solid #e2d8cc;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

.home-template .gallery-grid{
  grid-template-columns:repeat(3,1fr);
}

.home-template .gimg{
  background:#fff;
  border:1px solid #e2d8cc;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.home-template .gimg img{
  height:200px;
}

@media(max-width:900px){
  .home-template .gallery-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:640px){
  .home-template .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .home-template .gimg img{height:140px}
}

.home-template .rules-card{
  background:#fff;
  border:1px solid #e2d8cc;
  border-radius:10px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
}

.home-template .rules-tabs{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-bottom:14px;
}

.home-template .rules-panel.is-hidden{
  display:none;
}

.home-template .rules-page .facts{
  grid-template-columns:repeat(2,1fr);
}

.home-template .rules-page .fact{
  background:#f9f5f0;
  border-color:#e2d8cc;
}

.home-template .faq-page{
  padding-top: 28px;
}

.home-template .faq-layout{
  display:grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap:16px;
  align-items:start;
}

.home-template .faq-shell{
  background:#fff;
  border:1px solid #e2d8cc;
  border-radius:10px;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  padding:14px;
}

.home-template .faq-list{
  display:grid;
  gap:10px;
}

.home-template .faq-item{
  background:#f9f5f0;
  border:1px solid #e2d8cc;
  box-shadow:none;
  border-radius:10px;
  padding:12px 14px;
}

.home-template .faq-question{
  color:#2f2b27;
}

.home-template .faq-answer{
  color:#5f5a55;
}

.home-template .faq-answer .faq-pdf-preview{
  border-color:#d6cbbd;
  border-radius:10px;
}

.home-template .faq-icon{
  border-color:#d6cbbd;
  background:#fff;
}

.home-template .faq-icon::after{
  border-right-color:#5a534b;
  border-bottom-color:#5a534b;
}

.home-template .faq-side{
  background:#fff;
  border:1px solid #e2d8cc;
  border-radius:10px;
  box-shadow:0 10px 26px rgba(0,0,0,.08);
  padding:16px;
  position:sticky;
  top:88px;
}

.home-template .faq-side-kicker{
  display:block;
  margin:0 0 8px;
  color:#a7662e;
  font-size:12px;
  font-weight:800;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.home-template .faq-side h3{
  margin:0 0 8px;
  font-size:18px;
}

.home-template .faq-side p{
  margin:0 0 14px;
  color:#6f6a64;
  font-size:14px;
}

.home-template .faq-actions{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.home-template .faq-actions .btn{
  width:100%;
}

@media(max-width:900px){
  .home-template .rules-page .facts{grid-template-columns:1fr}
  .home-template .faq-layout{grid-template-columns:1fr}
  .home-template .faq-side{position:static}
}

.tour-embed{
  border-radius: var(--radius);
  border: 1px solid var(--line);
  overflow: hidden;
  background: rgba(255,255,255,.03);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  aspect-ratio: 16 / 9;
}
.tour-embed iframe{
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.footer{padding:34px 0;border-top:1px solid var(--line);color:rgba(189,183,174,.9)}
.footer-grid{display:grid;grid-template-columns:1.4fr .6fr .6fr;gap:14px}
@media(max-width:980px){.footer-grid{grid-template-columns:1fr}}
.footer small{color:rgba(189,183,174,.85)}
.footer a{text-decoration:underline;color:rgba(244,241,236,.9)}

.modal{position:fixed;inset:0;background:rgba(0,0,0,.66);display:none;z-index:999}
.modal.open{display:flex}
.modal-inner{margin:auto;width:min(1100px,94vw);height:min(86vh,820px);background:rgba(12,14,18,.96);border:1px solid rgba(255,255,255,.16);border-radius:22px;box-shadow:0 40px 120px rgba(0,0,0,.7);display:flex;flex-direction:column;overflow:hidden}
.modal-top{display:flex;align-items:center;justify-content:space-between;padding:14px 14px;border-bottom:1px solid rgba(255,255,255,.12);gap:10px}
.modal-top .left{display:flex;flex-direction:column;gap:2px}
.modal-top .title{font-weight:700}
.modal-top .sub{font-size:12px;color:var(--muted)}
.modal-top .actions{display:flex;gap:10px;align-items:center}
.modal iframe{width:100%;height:100%;border:0;background:#fff}

.toast{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);background:rgba(18,20,27,.92);border:1px solid rgba(255,255,255,.14);padding:12px 14px;border-radius:999px;color:rgba(244,241,236,.92);display:none;z-index:1000}
.toast.show{display:block}

/* Lightbox */
.lightbox{
  position:fixed;
  inset:0;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,.55);
  backdrop-filter: blur(6px);
  z-index:1200;
  padding:24px;
}

.lightbox.open{display:flex}

.lightbox img{
  max-width:92vw;
  max-height:86vh;
  border-radius:14px;
  box-shadow:0 24px 70px rgba(0,0,0,.6);
  background:#111;
}

.lightbox .lb-close{
  position:absolute;
  top:18px;
  right:18px;
  width:36px;
  height:36px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.3);
  background:rgba(0,0,0,.45);
  color:#fff;
  font-size:20px;
  line-height:1;
  cursor:pointer;
}

.lightbox .lb-close:hover{background:rgba(0,0,0,.6)}

.lightbox .lb-nav{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:42px;
  height:42px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.34);
  background:rgba(0,0,0,.42);
  color:#fff;
  font-size:30px;
  line-height:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  user-select:none;
}

.lightbox .lb-prev{left:18px}
.lightbox .lb-next{right:18px}
.lightbox .lb-nav:hover{background:rgba(0,0,0,.58)}

@media(max-width: 640px){
  .lightbox .lb-nav{
    width:38px;
    height:38px;
    font-size:26px;
  }
  .lightbox .lb-prev{left:10px}
  .lightbox .lb-next{right:10px}
  .faq-answer .faq-pdf-preview{
    height:min(62vh, 520px);
    min-height:300px;
  }
}

body.lightbox-open{overflow:hidden}

/* FAQ bot */
.bot-fab{
  position:fixed;
  right:18px;
  bottom:max(18px, calc(env(safe-area-inset-bottom) + 10px));
  width:72px;
  height:72px;
  border-radius:24px;
  background:#cf7c31;
  border:none;
  box-shadow:0 24px 60px rgba(143,82,30,.3);
  cursor:pointer;
  z-index:1001;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.bot-fab.is-hidden{display:none}
.bot-fab-notice{
  position:fixed;
  right:102px;
  bottom:max(34px, calc(env(safe-area-inset-bottom) + 26px));
  padding:10px 12px;
  border-radius:12px;
  background:#ffffff;
  border:1px solid #e2d8cc;
  box-shadow:0 12px 28px rgba(0,0,0,.14);
  color:#2f2b27;
  font-size:13px;
  font-weight:700;
  line-height:1.2;
  max-width:min(220px, calc(100vw - 126px));
  opacity:0;
  transform:translateY(8px);
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease;
  z-index:1000;
}
.bot-fab-notice::after{
  content:"";
  position:absolute;
  top:50%;
  right:-6px;
  width:10px;
  height:10px;
  background:#fff;
  border-right:1px solid #e2d8cc;
  border-top:1px solid #e2d8cc;
  transform:translateY(-50%) rotate(45deg);
}
.bot-fab-notice.show{
  opacity:1;
  transform:translateY(0);
}
.bot-avatar{
  display:block;
  object-fit:cover;
  border-radius:999px;
}
.bot-avatar-fab{
  width:52px;
  height:52px;
  border:2px solid rgba(255,255,255,.9);
  box-shadow:0 8px 18px rgba(0,0,0,.18);
}
.bot{
  position:fixed;
  right:18px;
  bottom:max(98px, calc(env(safe-area-inset-bottom) + 90px));
  width:min(360px, calc(100vw - 28px));
  height:410px;
  display:none;
  z-index:1001;
  background:#ffffff;
  border:1px solid #d7d7d7;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 18px 45px rgba(0,0,0,.2);
}
.bot.open{display:flex;flex-direction:column}
.bot-header{
  padding:10px 12px;
  border-bottom:1px solid #e8e8e8;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#fff;
}
.bot-headline{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.bot-avatar-head{
  width:30px;
  height:30px;
  border:1px solid #d9d9d9;
}
.bot-header strong{
  font-size:21px;
  line-height:1;
  color:#222;
  font-weight:750;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.bot-header button{
  width:24px;
  height:24px;
  border:0;
  background:transparent;
  color:#888;
  border-radius:999px;
  cursor:pointer;
  padding:0;
  line-height:1;
  font-size:20px;
}
.bot-header button:hover{background:#f2f2f2;color:#444}
.bot-body{
  padding:12px;
  overflow:auto;
  display:flex;
  flex-direction:column;
  gap:10px;
  background:#fff;
}
.msg{
  max-width:88%;
  padding:9px 11px;
  border-radius:12px;
  border:1px solid #e6e6e6;
  font-size:13px;
  line-height:1.45;
  color:#272727;
  background:#f7f7f7;
}
.msg.user{
  align-self:flex-end;
  background:#efe6dc;
  border-color:#e5d4c1;
}
.msg.bot{
  align-self:flex-start;
  background:#f7f7f7;
  border-color:#e6e6e6;
}
.bot-inline-answer{
  margin:8px 0 6px;
  padding:8px 10px;
  border-radius:10px;
  background:#f6f6f6;
  border:1px solid #e6e6e6;
  font-size:12px;
  color:#4a4a4a;
}
.bot-input{
  padding:10px 12px;
  border-top:1px solid #e8e8e8;
  display:flex;
  gap:8px;
  background:#fff;
}
.bot-input input{
  flex:1;
  border-radius:8px;
  border:1px solid #dcdcdc;
  background:#fff;
  color:#222;
  padding:10px 12px;
}
.bot-input input::placeholder{color:#8b8b8b}
.bot-input .send{
  min-width:42px;
  width:42px;
  height:38px;
  border-radius:8px;
  border:1px solid #dcdcdc;
  background:#f3f3f3;
  padding:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.bot-input .send svg{
  width:16px;
  height:16px;
  fill:#8f8f8f;
}
.bot-input .send:hover{background:#ebebeb}
.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;
}
@media(max-width:560px){
  .bot{
    right:10px;
    bottom:max(88px, calc(env(safe-area-inset-bottom) + 84px));
    width:calc(100vw - 20px);
    height:400px
  }
  .bot-fab{
    right:10px;
    bottom:max(10px, calc(env(safe-area-inset-bottom) + 8px))
  }
  .bot-fab-notice{
    right:92px;
    bottom:max(26px, calc(env(safe-area-inset-bottom) + 20px));
    max-width:min(180px, calc(100vw - 106px));
    font-size:12px;
  }
  .bot-header strong{font-size:18px}
}

/* Inline availability calendar (dark, blends with template) */
.inline-booking{
  margin-top: 12px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.10);
  background: linear-gradient(180deg, rgba(18,20,27,.92) 0%, rgba(12,14,19,.92) 100%);
  padding: 16px 18px;
  color: var(--text);
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
}

.availability-calendar{
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: var(--text);
  --cal-range: rgba(192,140,90,.22);
  --cal-range-strong: var(--accent);
  --cal-range-text: #1b120a;
  --cal-unavailable: rgba(165, 80, 60, .38);
}

.cal-head{
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  gap: 6px;
}

.cal-nav{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.cal-nav:hover{ background: rgba(255,255,255,.08); }

.cal-title{
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
  letter-spacing: -.2px;
  font-size: 17px;
  color: var(--text);
}

.cal-title span{
  flex: 1;
  text-align: center;
}

.cal-weekdays{
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 0;
  font-size: 11px;
  color: rgba(244,241,236,.72);
  font-weight: 600;
  text-transform: none;
  letter-spacing: .02em;
  text-align: center;
  margin-bottom: 4px;
}

.cal-months{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

@media(max-width: 780px){
  .cal-months{ grid-template-columns: 1fr; }
}

.cal-month{
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cal-month-title{
  display: none;
}

.cal-grid{
  display: grid;
  grid-template-columns: repeat(7,1fr);
  gap: 0;
}

.cal-cell{
  min-height: 46px;
}

.cal-cell.is-empty{
  background: transparent;
}

.cal-day{
  width: 100%;
  height: 100%;
  min-height: 46px;
  border-radius: 0;
  border: none;
  background: transparent;
  color: var(--text);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 6px 0;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s ease, color .15s ease, transform .15s ease;
}

.cal-day:hover{
  background: rgba(255,255,255,.08);
  transform: translateY(-1px);
}

.cal-day:disabled{
  pointer-events: none;
  opacity: .35;
  cursor: not-allowed;
}

.cal-day.is-available{
  background: transparent;
  color: var(--text);
}

.cal-day.is-unavailable,
.cal-day.is-lead-time-blocked{
  opacity: 1;
  background: rgba(170, 58, 58, .16);
  border-color: transparent;
  color: #f08f8f;
  cursor: not-allowed;
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(196, 73, 73, .42);
}

.cal-day.is-unavailable .day,
.cal-day.is-lead-time-blocked .day{
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  text-decoration-color: rgba(192, 90, 80, .9);
}

.cal-day.is-unavailable::after,
.cal-day.is-lead-time-blocked::after{
  content:"";
  position:absolute;
  width:70%;
  height:2px;
  border-radius:999px;
  background: rgba(192, 90, 80, .85);
  transform: rotate(-12deg);
}

.cal-day.is-past{
  opacity: .35;
  cursor: not-allowed;
}

.cal-day.is-range:not(.is-selected):not(.is-checkout){
  background: var(--cal-range);
  border-color: transparent;
  border-radius: 0;
  opacity: 1;
  color: var(--text);
}

.cal-day.is-selected,
.cal-day.is-checkout{
  background: var(--cal-range-strong);
  border-color: transparent;
  color: var(--cal-range-text);
  box-shadow: 0 10px 18px rgba(192,140,90,.35);
}

.cal-day.is-checkout{
  box-shadow: none;
}

.cal-day.is-checkout-option{
  border-color: transparent;
  box-shadow: none;
  background: transparent;
}

.cal-day.is-checkout.is-checkout-option{
  background: var(--cal-range-strong);
  border-color: transparent;
  box-shadow: none;
}

.cal-day.is-blocked:not(.is-range){
  opacity: .55;
  background: transparent;
}

.cal-day.is-range.is-selected,
.cal-day.is-range.is-range-start{
  border-radius: 12px 0 0 12px;
}

.cal-day.is-range.is-checkout,
.cal-day.is-range.is-range-end{
  border-radius: 0 12px 12px 0;
}

.cal-day.is-range-single,
.cal-day.is-range.is-range-start.is-range-end{
  border-radius: 12px;
}

.cal-day.is-unknown:not(.is-range){
  opacity: .35;
  background: transparent;
  color: rgba(244,241,236,.5);
}

.cal-day .price{
  display: none;
}

.cal-legend{
  display: none;
}

.cal-day.has-tag::before{
  content: none;
}

.cal-status{
  min-height: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(244,241,236,.7);
  font-size: 12px;
  padding: 8px;
  border-radius: 12px;
  border: 1px dashed rgba(255,255,255,.18);
  background: rgba(255,255,255,.04);
}

@media(max-width: 560px){
  .cal-cell{ min-height: 40px; }
  .cal-day{ min-height: 40px; }
  .cal-title{ font-size: 15px; }
}
.content-section{
  position: relative;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.04);
  background: linear-gradient(180deg, rgba(255,255,255,.015), rgba(255,255,255,.0));
}

.content-section::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:-1px;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(210,164,109,.25), transparent);
  opacity:.5;
  pointer-events:none;
}

/* Home template (light, no animations) */
html.home-template{
  scroll-snap-type: none;
}

body.home-template{
  --bg:#f6f2ed;
  --text:#2f2b27;
  --muted:#6f6a64;
  --line:rgba(0,0,0,.08);
  --accent:#d2772d;
  --accent-2:#e5a15d;
  --button-bg:#E1D8C9;
  --button-text:#1f1812;
  --button-shadow:0 10px 22px rgba(92,67,47,.2);
  --max:1320px;
  background:#f6f2ed;
  color:var(--text);
}

.home-template header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background: #f6f2ed;
  border-bottom: 1px solid #e2d8cc;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
  backdrop-filter: none;
}

.home-template main{ padding-top: 76px; }

.home-template .nav{
  height: auto;
  padding: 12px 0;
}

.home-template .logo{
  font-family: var(--font-display);
  color: var(--text);
}

.home-template .navlinks a{
  color:#5a534b;
  background: transparent;
}

.home-template .navlinks a:hover{
  color:#2f2b27;
  background:#efe6da;
}

.home-template .navlinks a.active{
  color:#2f2b27;
  background:#efe6da;
}

.home-template .navcta{ display: none; }

.home-template .btn{
  background:#fff;
  border:1px solid #d6cbbd;
  color:#3a322a;
  box-shadow:none;
}

.home-template .btn:hover{
  background:#f6efe7;
  transform: translateY(-1px);
}

.home-template .btn.primary{
  background: #d2772d;
  border-color: #d2772d;
  color: #fff;
  font-weight: 700;
}

.home-template .btn.primary:hover{
  filter: brightness(1.05);
}

.home-template .btn.book{
  background: #4d8f38;
  border-color: #4d8f38;
  color:#fff;
  font-weight:700;
  min-width: 220px;
}

.home-template section{
  padding: 26px 0;
}

.home-template .section-title{
  font-family: var(--font-display);
  font-size: clamp(20px, 2.8vw, 28px);
  margin: 0 0 12px;
}

.home-template .center{ text-align: center; }

.home-template .section-divider{
  height:1px;
  background:#e2d8cc;
  margin: 6px auto 22px;
  max-width: var(--max);
}

.home-template .home-hero{
  padding: 0;
  margin-top: 0;
}

.home-template .home-hero .container{
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.home-template .hero-frame{
  position: relative;
  border: 1px solid #e2d8cc;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(0,0,0,.08);
}

.home-template .hero-bar{
  display:none;
}

.home-template .hero-media{
  position: relative;
  aspect-ratio: auto;
  height: clamp(470px, 76svh, 920px);
  width: 100%;
  background-image: url("../img/04.png");
  background-size: cover;
  background-position: center 46%;
  overflow: hidden;
}

.home-template .hero-media video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 46%;
  z-index:0;
  pointer-events:none;
}

.home-template .hero-media::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,.2) 0%, rgba(0,0,0,.45) 100%);
  z-index:1;
}

.home-template .hero-content{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: clamp(18px, 2.4vw, 36px) 24px;
  color:#fff;
  z-index:2;
}

.home-template .hero-title{
  font-family: var(--font-display);
  font-size: clamp(26px, 3.6vw, 52px);
  margin: 0 0 8px;
}

.home-template .hero-sub{
  margin: 0 0 14px;
  max-width: min(980px, 92vw);
  font-size: clamp(14px, 1.25vw, 22px);
  color: rgba(255,255,255,.9);
}

.home-template .hero-meta{
  margin-top: 10px;
  font-size: 12px;
  background: rgba(0,0,0,.35);
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255,255,255,.9);
}

.home-template .comforts{
  background:#fff;
  border-top:1px solid #e2d8cc;
  border-bottom:1px solid #e2d8cc;
  padding: 14px 0 16px;
}

.home-template .comfort-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align:center;
}

.home-template .comfort-item{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  font-size: 13px;
  color:#5f5a55;
}

.home-template .comfort-item svg{
  width: 24px;
  height: 24px;
  stroke: #a57a4f;
  fill: none;
  stroke-width: 1.6;
}

.home-template .explore-tabs{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom: 14px;
}

.home-template .tab-divider{
  width:1px;
  height:22px;
  background:#d6cbbd;
  display:inline-block;
}

.home-template .tab{
  border:1px solid #d6cbbd;
  background:#fff;
  color:#5a534b;
  padding:6px 14px;
  border-radius:6px;
  font-size:12px;
  cursor:default;
}

.home-template .tab.active{
  background:#2d6ea3;
  border-color:#2d6ea3;
  color:#fff;
}

.home-template .explore-grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:12px;
}

.home-template .explore-grid img{
  width:100%;
  height:160px;
  object-fit:cover;
  border-radius:8px;
  border:1px solid #e2d8cc;
  box-shadow:0 8px 18px rgba(0,0,0,.08);
}

.home-template .explore-grid.gallery-six{
  margin-top:0;
}

.home-template .explore-panel.is-hidden{
  display:none;
}

.home-template .tour-embed{
  width:min(100%, 1300px, calc((100vh - 195px) * 16 / 9));
  width:min(100%, 1300px, calc((100svh - 195px) * 16 / 9));
  margin-inline:auto;
}

.home-template .two-col{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}

.home-template .panel{
  background:#fff;
  border:1px solid #e2d8cc;
  border-radius:8px;
  padding:16px;
}

.home-template .panel-title{
  margin:0 0 10px;
  font-size:16px;
}

.home-template .checklist{
  list-style:none;
  padding:0;
  margin:0;
}

.home-template .checklist li{
  position:relative;
  padding-left:22px;
  margin:8px 0;
  font-size:13px;
  color:#5f5a55;
}

.home-template .checklist li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#3a8b4a;
  font-weight:700;
}

.home-template .map-card{
  position:relative;
  border-radius:8px;
  overflow:hidden;
  border:1px solid #e2d8cc;
}

.home-template .map-card iframe{
  width:100%;
  height:200px;
  border:0;
  display:block;
}

.home-template .map-chat{
  position:absolute;
  right:10px;
  bottom:10px;
  background:#fff;
  border:1px solid #e2d8cc;
  border-radius:10px;
  padding:10px 12px;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
  max-width: 200px;
}

.home-template .map-chat strong{
  display:block;
  margin-bottom:4px;
  font-size:12px;
}

.home-template .map-chat p{
  margin:0;
  font-size:11px;
  color:#5f5a55;
}

.home-template section.book{
  background:#fff;
  border-top:1px solid #e2d8cc;
  padding-bottom: 40px;
}

.home-template .book-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr;
  gap:16px;
  align-items:start;
}

.home-template .calendar-shell.light{
  background:#f9f5f0;
  border:1px solid #e2d8cc;
  box-shadow:none;
  padding:16px;
}

.home-template .calendar-headline h2{
  font-size:18px;
}

.home-template .calendar-headline p{
  font-size:12px;
  color:#6f6a64;
}

.home-template .calendar-meta .meta{
  background:#fff;
  border-color:#e2d8cc;
}

.home-template .availability-calendar{
  --cal-range: rgba(45,110,163,.18);
  --cal-range-strong: #2d6ea3;
  --cal-range-text: #fff;
  --cal-unavailable: rgba(0,0,0,.1);
  color: #2f2b27;
}

.home-template .cal-day{
  color:#2f2b27;
}

.home-template .cal-day.is-unavailable,
.home-template .cal-day.is-lead-time-blocked{
  background: rgba(214, 77, 77, .16);
  color:#bb3f3f;
  opacity:1;
  box-shadow: inset 0 0 0 1px rgba(196, 73, 73, .45);
}

.home-template .cal-month-title{
  display:block;
  text-align:center;
  font-size:12px;
  color:#7a7268;
  font-weight:600;
  margin-bottom:4px;
}

.home-template .cal-day.is-past{
  color:#9b9288;
  opacity:1;
}

.home-template .cal-day.is-unknown{
  color:#9b9288;
  opacity:1;
}

.home-template .cal-day:hover{
  background: rgba(45,110,163,.08);
}

.home-template .calendar-actions .smallnote{
  color:#6f6a64;
}
.home-template .calendar-actions .smallnote.is-error{
  color:#c34242;
}
.home-template .booking-units-text{
  color:#766f67;
}
.home-template .booking-error{
  color:#c34242;
}

.home-template .testimonial{
  background:#f9f5f0;
  border:1px solid #e2d8cc;
  border-radius:8px;
  padding:16px;
  text-align:center;
}

.home-template .testimonial .quote{
  font-style: italic;
  color:#4a433c;
  margin-bottom:8px;
}

.home-template .testimonial .author{
  font-size:12px;
  color:#6f6a64;
  margin-bottom:10px;
}

.home-template .testimonial .stars{
  color:#f0b400;
  letter-spacing:2px;
}

.home-template .review-list{
  background:#f9f5f0;
  border:1px solid #e2d8cc;
  border-radius:8px;
  padding:12px;
  display:grid;
  gap:10px;
  max-height: 420px;
  overflow:auto;
}

.home-template .review-card{
  background:#fff;
  border:1px solid #e2d8cc;
  border-radius:8px;
  padding:12px;
  box-shadow:0 6px 14px rgba(0,0,0,.06);
}

.home-template .review-title{
  font-weight:700;
  margin-bottom:6px;
  font-size:14px;
}

.home-template .review-text{
  font-size:12.5px;
  color:#5f5a55;
  margin-bottom:8px;
}

.home-template .review-meta{
  font-size:12px;
  color:#8a8278;
  margin-bottom:6px;
}

.home-template .review-card .stars{
  color:#f0b400;
  letter-spacing:1px;
  font-size:13px;
}

.home-template .book-action{
  margin-top:16px;
  text-align:center;
}

.home-template .book-note{
  margin-top:6px;
  font-size:12px;
  color:#6f6a64;
}

.home-template .footer{
  background:#f6f2ed;
  border-top:1px solid #e2d8cc;
  color:#6f6a64;
  padding:28px 0 34px;
}

.home-template .footer-grid{
  grid-template-columns:minmax(0, 1.45fr) minmax(0, .7fr) minmax(0, .85fr);
  gap:24px;
}

.home-template .footer .logo{
  color:#2f2b27;
}

.home-template .footer strong{
  color:#2f2b27;
  font-size:16px;
}

.home-template .footer small{
  color:#6f6a64;
  line-height:1.65;
}

.home-template .footer a{
  color:#5a534b;
  text-decoration:none;
}

.home-template .footer a:hover{
  color:#2f2b27;
  text-decoration:underline;
}

.home-template .footer .badge{
  background:#fff;
  border:1px solid #e2d8cc;
  color:#5f5a55;
}

.home-template .footer .hr{
  background:#e2d8cc;
  margin:16px 0;
}

.home-template .footer .kbd{
  color:#8a8278;
}

.home-template .footer-grid > div:nth-child(2) a,
.home-template .footer-grid > div:nth-child(3) a{
  display:inline-block;
  margin:4px 0;
  font-weight:600;
}

.home-template.checkout-template .navlinks .btn.nav-book-inline{
  color:#1f1812;
}

.home-template.checkout-template .checkout-main{
  min-height:100vh;
  background:
    radial-gradient(circle at top right, rgba(226, 208, 189, .46), transparent 32%),
    linear-gradient(180deg, #f6f2ed 0%, #f2ece4 100%);
}

.home-template.checkout-template .checkout-hero-lite{
  padding: 26px 0 10px;
}

.home-template.checkout-template .checkout-intro{
  display:grid;
  grid-template-columns:minmax(0, 1.15fr) minmax(280px, .85fr);
  gap:18px;
  align-items:end;
}

.home-template.checkout-template .checkout-intro-copy{
  background:rgba(255,255,255,.72);
  border:1px solid #e2d8cc;
  border-radius:20px;
  padding:22px 24px;
  box-shadow:0 16px 36px rgba(113, 89, 63, .08);
}

.home-template.checkout-template .checkout-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:10px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#8f6d4d;
}

.home-template.checkout-template .checkout-intro-copy p{
  margin:0;
  max-width:56ch;
  color:#5f5a55;
}

.home-template.checkout-template .checkout-stay-pill{
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:8px;
  padding:22px 24px;
  border-radius:20px;
  border:1px solid #e2d8cc;
  background:linear-gradient(135deg, #fbf6ef 0%, #efe6da 100%);
  box-shadow:0 16px 36px rgba(113, 89, 63, .08);
}

.home-template.checkout-template .checkout-stay-pill strong{
  font-family:var(--font-display);
  font-size:30px;
  line-height:1.1;
}

.home-template.checkout-template .checkout-stay-pill span{
  color:#6f6a64;
  font-size:14px;
}

.home-template.checkout-template .checkout-flow-section{
  padding-top:10px;
  padding-bottom:42px;
}

.home-template.checkout-template .checkout-grid-layout{
  display:grid;
  grid-template-columns:minmax(0, 1.14fr) minmax(320px, .86fr);
  gap:18px;
  align-items:start;
}

.home-template.checkout-template .checkout-card{
  background:#fff;
  border:1px solid #e2d8cc;
  border-radius:20px;
  padding:22px;
  box-shadow:0 16px 38px rgba(113, 89, 63, .08);
}

.home-template.checkout-template .checkout-card-head{
  margin-bottom:14px;
}

.home-template.checkout-template .checkout-card-head h2{
  margin:0 0 4px;
  font-family:var(--font-display);
  font-size:26px;
}

.home-template.checkout-template .checkout-card-head p{
  margin:0;
  color:#6f6a64;
  font-size:14px;
}

.home-template.checkout-template .checkout-card-subhead{
  margin-top:20px;
}

.home-template.checkout-template .checkout-form-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:14px;
}

.home-template.checkout-template .checkout-field{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.home-template.checkout-template .checkout-field.full{
  grid-column:1 / -1;
}

.home-template.checkout-template .checkout-field label{
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#7d766f;
}

.home-template.checkout-template .checkout-field input,
.home-template.checkout-template .checkout-field select,
.home-template.checkout-template .checkout-field textarea{
  width:100%;
  border:1px solid #ddd1c3;
  border-radius:14px;
  background:#fdfaf6;
  color:#2f2b27;
  padding:14px 15px;
  font:inherit;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-template.checkout-template .checkout-field input:focus,
.home-template.checkout-template .checkout-field select:focus,
.home-template.checkout-template .checkout-field textarea:focus{
  outline:none;
  border-color:#be9670;
  background:#fff;
  box-shadow:0 0 0 4px rgba(190, 150, 112, .18);
}

.home-template.checkout-template .checkout-field textarea{
  resize:vertical;
  min-height:120px;
}

.home-template.checkout-template .checkout-field-note{
  justify-content:center;
  border:1px dashed #ddcfbf;
  border-radius:16px;
  background:#fcf8f2;
  padding:14px 15px;
}

.home-template.checkout-template .checkout-field-note span{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
  color:#947557;
  font-weight:800;
}

.home-template.checkout-template .checkout-field-note strong{
  font-size:14px;
  line-height:1.5;
  color:#4d463f;
}

.home-template.checkout-template .checkout-addon-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px;
}

.home-template.checkout-template .checkout-addon{
  display:block;
}

.home-template.checkout-template .checkout-addon input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.home-template.checkout-template .checkout-addon-card{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:14px;
  min-height:124px;
  border:1px solid #ddd1c3;
  border-radius:18px;
  background:#fbf8f3;
  padding:18px;
  cursor:pointer;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.home-template.checkout-template .checkout-addon:hover .checkout-addon-card{
  transform:translateY(-1px);
}

.home-template.checkout-template .checkout-addon.is-active .checkout-addon-card{
  border-color:#b68b67;
  background:#f7ede1;
  box-shadow:0 14px 28px rgba(182, 139, 103, .18);
}

.home-template.checkout-template .checkout-addon-copy{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.home-template.checkout-template .checkout-addon-copy strong{
  font-size:17px;
}

.home-template.checkout-template .checkout-addon-copy small{
  color:#6f6a64;
  font-size:13px;
  line-height:1.5;
}

.home-template.checkout-template .checkout-addon-price{
  flex-shrink:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:112px;
  padding:10px 12px;
  border-radius:999px;
  background:#fff;
  border:1px solid #d8cab9;
  font-size:12px;
  font-weight:800;
  color:#6e563e;
  text-align:center;
}

.home-template.checkout-template .checkout-addon-empty{
  padding:16px 18px;
  border:1px dashed #d8cab9;
  border-radius:16px;
  color:#6f6a64;
  background:#fcf8f2;
}

.home-template.checkout-template .checkout-consent{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-top:20px;
  padding:16px 18px;
  border-radius:16px;
  background:#fcf8f2;
  border:1px solid #e2d8cc;
  color:#4d463f;
}

.home-template.checkout-template .checkout-consent input{
  width:18px;
  height:18px;
  margin-top:2px;
  accent-color:#b88b64;
}

.home-template.checkout-template .checkout-actions{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:18px;
}

.home-template.checkout-template .checkout-actions .btn.primary{
  min-width:220px;
}

.home-template.checkout-template .checkout-summary-card{
  position:sticky;
  top:104px;
  display:flex;
  flex-direction:column;
  gap:18px;
}

.home-template.checkout-template .checkout-summary-photo{
  overflow:hidden;
  border-radius:18px;
  border:1px solid #eadfd4;
}

.home-template.checkout-template .checkout-summary-photo img{
  width:100%;
  height:220px;
  object-fit:cover;
  object-position:center 58%;
  display:block;
}

.home-template.checkout-template .checkout-summary-label{
  display:inline-block;
  margin-bottom:6px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#947557;
}

.home-template.checkout-template .checkout-summary-block h2{
  margin:0 0 8px;
  font-family:var(--font-display);
  font-size:28px;
}

.home-template.checkout-template .checkout-summary-block p{
  margin:0;
  color:#6f6a64;
  line-height:1.65;
}

.home-template.checkout-template .checkout-summary-stats{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;
}

.home-template.checkout-template .summary-stat{
  display:flex;
  flex-direction:column;
  gap:4px;
  padding:14px 15px;
  border-radius:16px;
  background:#fbf8f3;
  border:1px solid #e6dbcf;
}

.home-template.checkout-template .summary-stat span{
  font-size:11px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:#88796c;
}

.home-template.checkout-template .summary-stat strong{
  font-size:14px;
  line-height:1.45;
}

.home-template.checkout-template .checkout-total-box{
  display:flex;
  flex-direction:column;
  gap:12px;
  padding:18px;
  border-radius:18px;
  background:#fbf6ef;
  border:1px solid #e2d8cc;
}

.home-template.checkout-template .checkout-line{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  font-size:15px;
}

.home-template.checkout-template .checkout-line span{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.home-template.checkout-template .checkout-line small{
  color:#8a8278;
  font-size:12px;
}

.home-template.checkout-template .checkout-line strong{
  text-align:right;
}

.home-template.checkout-template .checkout-price-stack{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:3px;
}

.home-template.checkout-template .checkout-price-original{
  color:#83786b;
  font-size:17px;
  font-weight:900;
  line-height:1.05;
  text-decoration:line-through;
  text-decoration-thickness:3px;
  text-decoration-color:rgba(131, 120, 107, .72);
}

.home-template.checkout-template .checkout-price-current{
  color:#201d1a;
  font-size:22px;
  font-weight:900;
  line-height:1.05;
}

.home-template.checkout-template .checkout-discount-callout{
  display:grid;
  grid-template-columns:1fr auto;
  gap:4px 12px;
  padding:12px 14px;
  border:1px solid rgba(94, 175, 168, .34);
  border-left:4px solid #5eafa8;
  border-radius:14px;
  background:linear-gradient(135deg, rgba(94, 175, 168, .12), rgba(255, 255, 255, .74));
}

.home-template.checkout-template .checkout-discount-callout[hidden]{
  display:none;
}

.home-template.checkout-template .checkout-discount-callout span{
  color:#4f7f79;
  font-size:11px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.home-template.checkout-template .checkout-discount-callout strong{
  color:#1f5f58;
  font-size:14px;
  text-align:right;
  white-space:nowrap;
}

.home-template.checkout-template .checkout-discount-callout small{
  grid-column:1 / -1;
  color:#6f6a64;
  font-size:12px;
  line-height:1.45;
}

.home-template.checkout-template .checkout-discount-callout-stay{
  border-color:rgba(183, 138, 61, .34);
  border-left-color:#b78a3d;
  background:linear-gradient(135deg, rgba(183, 138, 61, .13), rgba(255, 255, 255, .78));
}

.home-template.checkout-template .checkout-discount-callout-stay span{
  color:#87622b;
}

.home-template.checkout-template .checkout-discount-callout-stay strong{
  color:#72501c;
}

.home-template.checkout-template .checkout-line.is-muted{
  color:#8a8278;
}

.home-template.checkout-template .checkout-line-total{
  padding-top:14px;
  margin-top:2px;
  border-top:1px solid #ded1c2;
  font-size:19px;
}

.home-template.checkout-template .checkout-rule-box{
  padding:18px;
  border-radius:18px;
  background:linear-gradient(180deg, #fff 0%, #faf4eb 100%);
  border:1px solid #e2d8cc;
}

.home-template.checkout-template .checkout-rule-box strong{
  display:block;
  margin-bottom:6px;
  font-size:14px;
}

.home-template.checkout-template .checkout-rule-box p{
  margin:0;
  color:#6f6a64;
  line-height:1.65;
}

@media(max-width: 980px){
  .home-template.checkout-template .checkout-intro,
  .home-template.checkout-template .checkout-grid-layout{
    grid-template-columns:1fr;
  }

  .home-template.checkout-template .checkout-summary-card{
    position:static;
  }
}

@media(min-width: 1600px){
  body.home-template{
    --max:1440px;
  }
}

@media(max-width: 900px){
  .home-template .comfort-grid{grid-template-columns:repeat(2,1fr)}
  .home-template .explore-grid{grid-template-columns:1fr}
  .home-template .two-col{grid-template-columns:1fr}
  .home-template .book-grid{grid-template-columns:1fr}
  .home-template .review-list{max-height:none}
  .home-template.checkout-template .checkout-addon-grid{grid-template-columns:1fr}
}

@media(max-width: 640px){
  .home-template section{padding:18px 0}
  .home-template .nav{padding:8px 0}
  .home-template .hero-media{height:clamp(300px, 56svh, 420px)}
  .home-template .hero-content{
    inset:0;
    padding:16px 14px 20px;
    gap:8px;
  }
  .home-template .hero-title{
    font-size:20px;
    line-height:1.2;
    margin:0;
  }
  .home-template .hero-sub{
    font-size:13px;
    line-height:1.35;
    margin:0;
    max-width:min(92vw, 520px);
  }
  .home-template .hero-content .btn{padding:10px 18px}
  .home-template .hero-meta{
    font-size:11px;
    margin-top:0;
    max-width:calc(100% - 12px);
    white-space:normal;
    line-height:1.25;
  }

  .home-template .comforts{padding:12px 0}
  .home-template .comfort-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .home-template .comfort-item{font-size:12px}
  .home-template .comfort-item svg{width:22px;height:22px}

  .home-template .explore-tabs{margin-bottom:10px}
  .home-template .explore-grid{grid-template-columns:repeat(2,1fr)}
  .home-template .explore-grid.gallery-six{grid-template-columns:repeat(2,1fr)}
  .home-template .explore-grid img{height:120px}

  .home-template .map-card iframe{height:180px}
  .home-template .review-list{max-height:260px}

  .home-template .book-grid{gap:12px}
  .home-template .calendar-shell.light{padding:12px}
  .home-template .calendar-meta{gap:6px}
  .home-template .calendar-meta .meta{padding:8px 10px}

  .home-template .faq-page{padding-top:18px}
  .home-template .faq-shell{padding:10px}
  .home-template .faq-item{padding:10px 12px}
  .home-template .faq-side{padding:12px}
  .home-template .footer{
    padding:20px 0 104px;
  }
  .home-template .footer-grid{
    grid-template-columns:1fr;
    gap:14px;
  }
  .home-template .footer-grid > div:nth-child(2),
  .home-template .footer-grid > div:nth-child(3){
    border-top:1px solid #e2d8cc;
    padding-top:10px;
  }
  .home-template .footer .badge{
    max-width:100%;
    white-space:normal;
    overflow-wrap:anywhere;
  }
  .home-template .footer small{
    display:block;
  }

  .home-template.checkout-template .checkout-hero-lite{
    padding-top:12px;
  }
  .home-template.checkout-template .checkout-intro-copy,
  .home-template.checkout-template .checkout-stay-pill,
  .home-template.checkout-template .checkout-card{
    padding:18px;
    border-radius:18px;
  }
  .home-template.checkout-template .checkout-stay-pill strong{
    font-size:24px;
  }
  .home-template.checkout-template .checkout-form-grid,
  .home-template.checkout-template .checkout-summary-stats{
    grid-template-columns:1fr;
  }
  .home-template.checkout-template .checkout-addon-card{
    min-height:auto;
    flex-direction:column;
  }
  .home-template.checkout-template .checkout-addon-price{
    min-width:0;
  }
  .home-template.checkout-template .checkout-actions .btn{
    width:100%;
  }

  .home-template.checkout-template .checkout-discount-callout{
    grid-template-columns:1fr;
  }

  .home-template.checkout-template .checkout-discount-callout strong{
    text-align:left;
    white-space:normal;
  }

  .home-template.checkout-template .checkout-price-current{
    font-size:19px;
  }
}

/* Unified button theme (supports --button-bg previews) */
.home-template .btn,
.home-template .btn.primary,
.home-template .btn.book,
.home-template .tab,
.home-template .tab.active,
.home-template .video-btn,
.home-template .video-btn.is-toggle,
.home-template .cal-nav,
.home-template .bot-fab,
.home-template .bot-header button,
.home-template .bot-input .send{
  background:var(--button-bg) !important;
  border-color:var(--button-bg) !important;
  color:var(--button-text) !important;
  box-shadow:var(--button-shadow) !important;
}

.home-template .btn,
.home-template .tab,
.home-template .video-btn,
.home-template .cal-nav,
.home-template .bot-header button,
.home-template .bot-input .send{
  border-style:solid;
  border-width:1px;
}

.home-template .bot-input .send svg{
  fill:var(--button-text) !important;
}

.home-template .btn:hover,
.home-template .tab:hover,
.home-template .video-btn:hover,
.home-template .cal-nav:hover,
.home-template .bot-fab:hover,
.home-template .bot-header button:hover,
.home-template .bot-input .send:hover{
  filter:brightness(.94);
}
