/* The Majestic Lodge — sibling to bellavistacostarica.com.
   Shared with Bella Vista: Cormorant Garamond + Inter, the brass accent,
   .wrap / .btn / .hero component names, 16px radius, 1180px measure.
   Different: deeper rainforest greens, volcanic basalt, terracotta tile and
   Costa Rican hardwood — matching the lodge's authentic tile-and-wood build. */
:root{
  --forest:#10352a;      /* deep wet rainforest */
  --forest-2:#1d5240;
  --palm:#3a8f63;        /* new leaf */
  --gold:#c9a24b;        /* shared family accent (same as Bella Vista) */
  --gold-2:#e0be74;
  --terracotta:#b5623c;  /* roof + floor tile */
  --basalt:#3a3330;      /* volcanic stone */
  --wood:#8a5a34;        /* Costa Rican hardwood */
  --sand:#f7f2e8;
  --sand-2:#efe6d6;
  --ink:#1d211c;
  --muted:#6a7066;
  --line:#e3dbc9;
  --white:#fff;
  --shadow:0 18px 50px rgba(16,45,32,.18);
  --radius:16px;
  --wrap:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:var(--white);
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4{font-family:'Cormorant Garamond',Georgia,serif;font-weight:600;
  line-height:1.12;color:var(--forest);margin:0 0 .5em}
h1{font-size:clamp(2.4rem,6vw,4.2rem)}
h2{font-size:clamp(1.9rem,4vw,3rem)}
h3{font-size:1.5rem}
p{margin:0 0 1rem}
a{color:var(--forest-2)}a:hover{color:var(--gold)}
a{text-decoration:none}
img{max-width:100%;height:auto;display:block}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 1.25rem}
.narrow{max-width:760px}
.muted{color:var(--muted)}
.center{text-align:center}
section{padding:clamp(3rem,7vw,6rem) 0}
.bg-sand{background:var(--sand)}
.bg-forest{background:var(--forest);color:#f2ece0}
.bg-forest h2,.bg-forest h3{color:var(--gold-2)}

/* Buttons */
.btn{display:inline-block;background:var(--gold);color:#241f10;font-weight:600;
  padding:.85rem 1.6rem;border-radius:999px;border:0;cursor:pointer;text-align:center;
  white-space:nowrap;letter-spacing:.02em;transition:transform .15s,box-shadow .15s;font-size:1rem}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(201,162,75,.4);color:#241f10}
.btn-outline{background:transparent;border:1.5px solid var(--white);color:var(--white)}
.btn-outline:hover{background:var(--white);color:var(--forest)}
.btn-forest{background:var(--forest);color:#fff}
.btn-forest:hover{color:#fff}
.btn-terra{background:var(--terracotta);color:#fff}
.btn-terra:hover{color:#fff}
.btn-sm{padding:.6rem 1.35rem;font-size:.92rem;font-weight:700}

/* Header */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.93);
  backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:92px}
.brand{display:flex;flex-direction:column;line-height:1.05}
.brand-name{font-family:'Cormorant Garamond',serif;font-weight:700;font-size:1.72rem;
  letter-spacing:.09em;color:var(--forest);white-space:nowrap}
.brand-sub{font-size:.95rem;font-weight:700;letter-spacing:.18em;color:var(--gold);margin-top:5px;white-space:nowrap}
@media(max-width:560px){.brand-name{font-size:1.24rem;letter-spacing:.08em}.brand-sub{font-size:.84rem;letter-spacing:.26em}.brand-phone{font-size:1rem}}
.site-nav{display:flex;align-items:center;gap:1.15rem;flex-wrap:nowrap}
.site-nav a{color:var(--ink);font-weight:500;font-size:.93rem;white-space:nowrap}
.site-nav a:hover{color:var(--gold)}
.site-nav a.btn{color:#241f10;font-weight:700}
.nav-toggle{display:none;background:0;border:0;font-size:1.6rem;color:var(--forest);cursor:pointer}
@media(max-width:1120px){
  .nav-toggle{display:block}
  .site-nav{position:fixed;inset:92px 0 auto 0;background:var(--white);flex-direction:column;
    align-items:flex-start;gap:0;padding:1rem 1.25rem 2rem;border-bottom:1px solid var(--line);
    display:none;box-shadow:var(--shadow)}
  body.nav-open .site-nav{display:flex}
  .site-nav a{padding:.7rem 0;width:100%;border-bottom:1px solid var(--line)}
  .site-nav a.btn{margin-top:.9rem;border:0;width:auto}
}

/* Hero */
.hero{position:relative;min-height:84vh;display:flex;align-items:flex-end;
  color:#fff;overflow:hidden}
.hero::after{content:"";position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(10,26,19,.28) 0%,rgba(10,26,19,.52) 38%,rgba(10,26,19,.74) 62%,rgba(10,26,19,.92) 100%)}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-inner{position:relative;z-index:2;padding-bottom:clamp(2.5rem,6vw,5rem);
  max-width:860px;margin:0 auto;text-align:center}
.hero h1{color:#fff;text-shadow:0 3px 26px rgba(0,0,0,.5);margin-bottom:.35em}
.hero .kicker{color:var(--gold-2);font-weight:700;letter-spacing:.24em;text-transform:uppercase;
  font-size:.82rem;margin-bottom:1rem}
.hero p.lede{font-size:clamp(1.02rem,1.7vw,1.2rem);max-width:620px;color:#f3efe6;
  margin-left:auto;margin-right:auto;
  text-shadow:0 2px 18px rgba(0,0,0,.85),0 1px 3px rgba(0,0,0,.6)}
.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.8rem;justify-content:center}

/* Fact strip */
.facts{background:var(--forest);color:#f2ece0}
.facts .wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));
  gap:1.5rem;padding-top:2.2rem;padding-bottom:2.2rem;text-align:center}
.fact b{display:block;font-family:'Cormorant Garamond',serif;font-size:2.5rem;
  color:var(--gold-2);line-height:1}
.fact span{font-size:.86rem;letter-spacing:.1em;text-transform:uppercase;opacity:.85}

/* Cards */
.grid{display:grid;gap:1.5rem}
.grid-2{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}
.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}
.grid-4{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);
  overflow:hidden;display:flex;flex-direction:column;transition:transform .16s,box-shadow .16s}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card img{aspect-ratio:4/3;object-fit:cover;width:100%;background:var(--sand-2)}
.card-body{padding:1.1rem 1.25rem 1.4rem;flex:1;display:flex;flex-direction:column}
.card h3{margin-bottom:.3rem}
.card .meta{font-size:.86rem;color:var(--muted);margin-bottom:.6rem}
.card .meta b{color:var(--terracotta)}
.card p{font-size:.96rem}
.card .card-cta{margin-top:auto;padding-top:.8rem;font-weight:600;color:var(--gold)}
.badge{display:inline-block;background:var(--sand-2);color:var(--basalt);border-radius:999px;
  padding:.2rem .7rem;font-size:.76rem;font-weight:700;letter-spacing:.04em;margin-right:.35rem}
.badge-terra{background:var(--terracotta);color:#fff}

/* Prose */
.prose{max-width:760px}
.prose h2{margin-top:2.2rem}
.prose ul{padding-left:1.1rem}
.prose li{margin-bottom:.45rem}
.prose blockquote{border-left:3px solid var(--gold);margin:1.6rem 0;padding:.2rem 0 .2rem 1.2rem;
  color:var(--basalt);font-family:'Cormorant Garamond',serif;font-size:1.35rem;line-height:1.4}

/* Tables */
table{width:100%;border-collapse:collapse;margin:1.4rem 0;font-size:.96rem}
th,td{text-align:left;padding:.7rem .8rem;border-bottom:1px solid var(--line)}
th{font-weight:700;color:var(--forest);background:var(--sand)}

/* Gallery */
.gal{display:grid;gap:.6rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}
.gal img{aspect-ratio:4/3;object-fit:cover;border-radius:10px}

/* Footer */
.site-footer{background:var(--basalt);color:#d8d2c8;padding:3rem 0 2rem;font-size:.94rem}
.site-footer a{color:var(--gold-2)}
.footer-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
.site-footer h4{color:var(--gold-2);font-size:1.1rem;margin-bottom:.6rem}
.site-footer ul{list-style:none;padding:0;margin:0}
.site-footer li{margin-bottom:.35rem}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:2rem;padding-top:1.2rem;
  display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.86rem;opacity:.8}

/* Utility */
.lede{font-size:1.15rem;color:var(--basalt)}
.eyebrow{color:var(--terracotta);font-weight:700;letter-spacing:.2em;text-transform:uppercase;
  font-size:.78rem;margin-bottom:.8rem}
.stack>*+*{margin-top:1rem}
.cta-band{background:var(--forest);color:#f2ece0;text-align:center}
.cta-band h2{color:var(--gold-2)}

/* Fixed / parallax hero — image pins while the content scrolls over it.
   Same technique as bellavistacostarica.com, including the mobile fallback:
   iOS and Android don't render background-attachment:fixed reliably. */
.hero-fixed{background-size:cover;background-position:center center;
  background-repeat:no-repeat;background-attachment:fixed}
.hero-fixed .hero-bg{display:none}     /* CSS background is used instead of the <img> */
@media (max-width:768px){
  .hero-fixed{background-attachment:scroll}
}

/* Email capture */
.signup{background:var(--forest);color:#f0ebe0;border-radius:var(--radius);
  padding:clamp(1.6rem,4vw,2.6rem);margin:2.5rem 0}
.signup h3{color:var(--gold-2);margin-bottom:.5rem}
.signup .eyebrow{color:var(--gold);margin-bottom:.4rem}
.signup p{margin-bottom:1rem}
.signup-form{display:flex;gap:.6rem;flex-wrap:wrap;margin:1.2rem 0 .8rem}
.signup-form input{flex:1 1 200px;padding:.8rem 1rem;border-radius:999px;border:0;
  font:inherit;font-size:.98rem;background:#fff;color:var(--ink);min-width:0}
.signup-form button{flex:0 0 auto}
.signup-fine{font-size:.84rem;opacity:.75;margin:0}

/* --- Blog article imagery --- */
.prose figure{margin:2rem 0}
.prose figure img{width:100%;border-radius:10px;aspect-ratio:3/2;object-fit:cover;
  background:var(--sand-2)}
.prose figure figcaption{font-size:.85rem;color:var(--ink-3,#6b6257);margin-top:.5rem;
  font-style:italic}
.prose figure.wide{margin-left:calc(-1 * min(6vw,80px));margin-right:calc(-1 * min(6vw,80px))}
@media(max-width:820px){.prose figure.wide{margin-left:0;margin-right:0}}
.prose .duo{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:2rem 0}
.prose .duo img{width:100%;border-radius:10px;aspect-ratio:1/1;object-fit:cover;
  background:var(--sand-2)}
@media(max-width:640px){.prose .duo{grid-template-columns:1fr}}
.post-note{background:var(--sand-2,#f4efe7);border-radius:10px;padding:1.1rem 1.3rem;
  margin:2rem 0}
.post-note p:last-child{margin-bottom:0}

/* Lazy video embed */
.video{margin:1.8rem 0}
.video-shell{position:relative;display:block;width:100%;padding:0;border:0;
  border-radius:var(--radius);overflow:hidden;cursor:pointer;background:var(--sand-2);
  aspect-ratio:16/9;line-height:0}
.video-shell img{width:100%;height:100%;object-fit:cover}
.video-play{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;
  font-size:2.2rem;color:#fff;text-shadow:0 2px 18px rgba(0,0,0,.6);
  background:radial-gradient(circle at center,rgba(10,26,19,.45) 0%,rgba(10,26,19,.15) 60%);
  transition:background .18s}
.video-shell:hover .video-play{background:radial-gradient(circle at center,rgba(10,26,19,.62) 0%,rgba(10,26,19,.28) 60%)}
.video iframe{width:100%;aspect-ratio:16/9;border:0;border-radius:var(--radius);display:block}
.video figcaption{font-size:.9rem;color:var(--muted);margin-top:.6rem}

/* Figures outside .prose — the retreats and weddings pages. .prose has its own
   rule; this stops everything else falling back to the bare global img style. */
figure{margin:0 0 1.2rem}
figure img{width:100%;border-radius:10px}
figure figcaption{font-size:.86rem;color:var(--muted);margin-top:.5rem}

/* Retreat cost & profit calculator */
.calc-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:start}
.calc-inputs{background:#fff;border-radius:var(--radius);padding:1.5rem 1.6rem;box-shadow:var(--shadow)}
.calc-inputs h3{margin:1.5rem 0 .6rem;font-size:1.05rem}
.calc-inputs h3:first-of-type{margin-top:0}
.calc-inputs label{display:block;font-size:.85rem;font-weight:600;margin:.2rem 0 .25rem}
.calc-inputs input[type=number],.calc-inputs input[type=date]{
  width:100%;padding:.55rem .65rem;border:1px solid #cfd6ce;border-radius:8px;font:inherit;background:#fff}
.calc-two{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
.calc-modes{display:flex;gap:1.2rem;flex-wrap:wrap;margin-bottom:1rem}
.calc-radio,.calc-check{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;
  font-size:.92rem;margin:.45rem 0;font-weight:500}
.calc-radio input,.calc-check input{margin-top:.2rem}
.calc-check{padding:.55rem .7rem;background:var(--sand);border-radius:8px}
.calc-hint{font-size:.82rem;color:#5f6b60;margin:.5rem 0 0}
.calc-results{background:var(--forest);color:#eef1ea;border-radius:var(--radius);
  padding:1.5rem 1.6rem;box-shadow:var(--shadow);position:sticky;top:110px}
.calc-results h3{color:#fff;margin-bottom:.4rem}
.calc-sub{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--gold);
  margin:1rem 0 .5rem;font-weight:700}
.calc-line{display:flex;justify-content:space-between;gap:1rem;padding:.35rem 0;font-size:.94rem;
  border-bottom:1px solid rgba(255,255,255,.12)}
.calc-line.calc-total{font-weight:700;font-size:1.05rem;border-bottom:none;
  border-top:2px solid rgba(255,255,255,.35);margin-top:.3rem;padding-top:.55rem}
.calc-line.calc-muted{color:#c7d0c5;border-bottom:none;font-size:.85rem}
.calc-profit{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;
  padding:.9rem 1rem;border-radius:10px;font-weight:700;font-size:1.25rem}
.calc-profit.is-positive{background:rgba(99,190,123,.22);color:#d6f5df}
.calc-profit.is-negative{background:rgba(214,120,120,.24);color:#ffd9d9}
.calc-results .calc-hint{color:#c7d0c5}
@media(max-width:820px){.calc-grid{grid-template-columns:1fr}.calc-results{position:static}}

/* Video sitting on a dark band — the default caption colour is too dark there */
.bg-forest .video figcaption{color:#c3cbbf;text-align:center}
.bg-forest .video{max-width:960px;margin-left:auto;margin-right:auto}

/* Homepage location section — the six things the copy names, shown rather than
   described. Plain images: no captions, no links (the section's own links do that). */
.attraction-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem}
.attraction-grid img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;
  border-radius:12px;box-shadow:0 6px 18px rgba(16,45,32,.12)}
@media(max-width:820px){.attraction-grid{grid-template-columns:repeat(3,1fr);gap:.6rem}}
@media(max-width:480px){.attraction-grid{grid-template-columns:repeat(2,1fr)}}

/* Phone in the header, sitting under the locality line rather than in the nav. */
.header-inner .brand-phone{font-size:1.06rem;font-weight:600;letter-spacing:.01em;
  color:var(--forest);white-space:nowrap;margin:6px 0 0 0;display:block}
.header-inner .brand-phone:hover{color:var(--gold)}
.header-brand{display:flex;flex-direction:column;align-items:flex-start;margin-right:1.5rem}
/* Social icon row in the footer. */
.socials{display:flex;gap:.9rem;margin-top:1.1rem}
.socials a{color:#cdbf9d;display:inline-flex}
.socials a:hover{color:#fff}
.socials svg{width:22px;height:22px}

/* Guest testimonials page. */
.rating-hero{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin:.5rem 0 1rem}
.rating-num{font-family:'Cormorant Garamond',serif;font-size:3.4rem;font-weight:700;
  line-height:1;color:var(--forest)}
.rating-stars{color:var(--gold);letter-spacing:3px;font-size:1.3rem}
.rating-sub{font-size:.95rem;color:var(--muted);flex:1 1 280px;line-height:1.5}
.rating-bars{display:flex;flex-wrap:wrap;gap:.5rem .7rem;margin-bottom:.5rem}
.rating-bars span{font-size:.85rem;font-weight:600;color:var(--forest);
  background:#f3efe6;border-radius:999px;padding:.32rem .8rem}
.review-grid{columns:3;column-gap:1.5rem}
.review-card{break-inside:avoid;background:#fff;border-radius:var(--radius);
  padding:1.4rem 1.5rem;margin:0 0 1.5rem;box-shadow:var(--shadow)}
.review-card .review-stars{color:var(--gold);letter-spacing:2px;margin-bottom:.5rem}
.review-card blockquote{margin:0 0 1rem;font-size:.97rem;line-height:1.58;color:#2a2f28}
.review-card figcaption{font-size:.85rem;line-height:1.45}
.review-card figcaption strong{display:block;color:var(--forest)}
.review-meta{color:var(--muted)}
.review-src{color:var(--gold);font-weight:600}
@media(max-width:900px){.review-grid{columns:2}}
@media(max-width:600px){.review-grid{columns:1}}

/* Interior pages: the eyebrow sits about midway between the header rule and the
   headline. The earlier clamp(4rem,8vw,7rem) put 112px above it against 26px
   below, which read as a gap rather than as breathing room. */
.site-header + section{padding-top:clamp(1.5rem,2.8vw,2.6rem)}

/* Testimonials: the tail of each platform's reviews collapses so a 66-review
   page stays readable. The markup is present either way, so nothing is hidden
   from search engines or AI answers — only from the initial scroll. */
.more-reviews{margin-top:1.6rem}
.more-reviews>summary{cursor:pointer;display:inline-block;font:600 .95rem/1 'Inter',sans-serif;
  color:var(--forest);border:1px solid rgba(16,45,32,.25);border-radius:999px;
  padding:.7rem 1.3rem;list-style:none}
.more-reviews>summary::-webkit-details-marker{display:none}
.more-reviews>summary::after{content:' ↓'}
.more-reviews[open]>summary::after{content:' ↑'}
.more-reviews>summary:hover{background:rgba(16,45,32,.06)}
.more-reviews>.review-grid{margin-top:1.6rem}

/* ---------------------------------------------------------------------------
   Direct booking: calendar + quote panel
   --------------------------------------------------------------------------- */
.book-grid{display:grid;grid-template-columns:1fr 380px;gap:2.5rem;align-items:start}
@media(max-width:900px){.book-grid{grid-template-columns:1fr}}

.cal-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;
  margin-bottom:1rem;font:600 1rem/1 'Inter',sans-serif;color:var(--forest)}
.cal-nav{background:#fff;border:1px solid rgba(16,45,32,.2);border-radius:999px;
  width:38px;height:38px;cursor:pointer;font-size:1rem;color:var(--forest)}
.cal-nav:hover{background:rgba(16,45,32,.06)}
.cal-months{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem}
@media(max-width:640px){.cal-months{grid-template-columns:1fr}}
.cal-month-name{font:600 .95rem/1 'Inter',sans-serif;color:var(--basalt);
  margin:0 0 .6rem;text-align:center}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}
.cal-dow{font:700 .7rem/1.8 'Inter',sans-serif;color:#8b8b83;text-align:center}
.cal-day{aspect-ratio:1;border:0;border-radius:8px;background:#fff;cursor:pointer;
  font:500 .85rem/1 'Inter',sans-serif;color:var(--forest);
  box-shadow:inset 0 0 0 1px rgba(16,45,32,.10)}
.cal-day:hover:not(:disabled){background:var(--gold);color:#fff;box-shadow:none}
.cal-day.is-busy{background:repeating-linear-gradient(135deg,#efeae1,#efeae1 3px,#e2dbcf 3px,#e2dbcf 6px);
  color:#a9a29a;cursor:not-allowed;text-decoration:line-through;box-shadow:none}
.cal-day.is-out{background:transparent;color:#c9c4bb;cursor:not-allowed;box-shadow:none}
.cal-day.is-start,.cal-day.is-end{background:var(--forest);color:#fff;box-shadow:none}
.cal-day.is-mid{background:rgba(16,45,32,.12);box-shadow:none}
.cal-key{display:flex;gap:1.2rem;flex-wrap:wrap;margin-top:1rem;
  font:500 .8rem/1 'Inter',sans-serif;color:var(--basalt)}
.cal-key i{display:inline-block;width:12px;height:12px;border-radius:3px;
  margin-right:.35rem;vertical-align:-2px}
.k-open{background:#fff;box-shadow:inset 0 0 0 1px rgba(16,45,32,.25)}
.k-busy{background:repeating-linear-gradient(135deg,#efeae1,#efeae1 3px,#e2dbcf 3px,#e2dbcf 6px)}
.k-sel{background:var(--forest)}

.book-card{background:#fff;border-radius:var(--radius);padding:1.6rem;
  box-shadow:0 10px 30px rgba(16,45,32,.10)}
.book-rate{margin:0;font-family:'Cormorant Garamond',serif;font-size:2rem;color:var(--forest)}
.book-rate strong{font-weight:700}
.book-rate span{font:500 .95rem/1 'Inter',sans-serif;color:var(--basalt)}
.book-rate-sub{margin:.2rem 0 1.2rem;font-size:.85rem}
.fld{display:block;margin-bottom:.9rem}
.fld>span{display:block;font:600 .8rem/1.6 'Inter',sans-serif;color:var(--forest)}
.fld input,.fld textarea{width:100%;padding:.65rem .75rem;border-radius:8px;
  border:1px solid rgba(16,45,32,.22);font:400 .95rem/1.4 'Inter',sans-serif;
  background:#fdfcfa;color:var(--ink)}
.fld input:focus,.fld textarea:focus{outline:2px solid var(--gold);outline-offset:1px}
.chk{display:flex;gap:.55rem;align-items:flex-start;margin:.7rem 0;
  font:400 .82rem/1.45 'Inter',sans-serif;color:var(--basalt)}
.chk input{margin-top:.15rem;flex:0 0 auto}
.book-fine{font-size:.78rem;margin-top:.9rem}
.btn-lg{width:100%;justify-content:center;text-align:center;padding:.95rem 1rem;font-size:1rem}
.btn-lg:disabled{opacity:.45;cursor:not-allowed}

.quote{margin:1.1rem 0;padding:1rem 0;border-top:1px solid rgba(16,45,32,.12);
  border-bottom:1px solid rgba(16,45,32,.12)}
.q-row{display:flex;justify-content:space-between;gap:1rem;
  font:400 .88rem/1.7 'Inter',sans-serif;color:var(--basalt)}
.q-row.q-total{font-weight:700;color:var(--forest);margin-top:.4rem;
  padding-top:.4rem;border-top:1px solid rgba(16,45,32,.12)}
.q-row.q-dep{font-weight:700;color:var(--terracotta)}
.q-row.q-bal{font-size:.8rem}
.q-note{margin:.6rem 0 0;font:500 .78rem/1.4 'Inter',sans-serif;color:var(--gold)}
.quote-err{color:#a33;font:500 .85rem/1.5 'Inter',sans-serif;margin:.8rem 0}

.flash{padding:.8rem 1rem;border-radius:8px;font:500 .9rem/1.5 'Inter',sans-serif;
  margin-bottom:1.2rem}
.flash-warning{background:#fdf3e0;color:#7a5418}
.flash-danger{background:#fbeaea;color:#8d2b2b}
.flash-success{background:#e9f3ec;color:#1d5b33}
.flash-wrap{padding-top:1.2rem}

/* Floor plans: label sits above its plan, four across, lowest floor first. */
.floorplans{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem;margin-top:1.8rem}
@media(max-width:1000px){.floorplans{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.floorplans{grid-template-columns:1fr}}
.floorplan{margin:0}
.floorplan figcaption{margin-bottom:.5rem}
.floorplan figcaption b{display:block;font:700 .95rem/1.3 'Inter',sans-serif;color:var(--forest)}
.floorplan figcaption span{display:block;font:400 .8rem/1.4 'Inter',sans-serif;color:var(--basalt)}
.floorplan img{width:100%;height:auto;border-radius:10px;background:#fff}

/* Three related photos: two across, the third centred beneath them at the same
   width so all three render at identical size rather than the last one going
   full-bleed. */
.trio{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.8rem 0}
.trio figure{margin:0}
.trio figure:last-child{grid-column:1 / -1;justify-self:center;width:calc(50% - .5rem)}
@media(max-width:640px){
  .trio{grid-template-columns:1fr}
  .trio figure:last-child{width:100%}
}

/* ---------------------------------------------------------------------------
   Attraction rail — horizontal scroll-snap, no JavaScript. A carousel library
   would cost ~150KB and block rendering; this is the same behaviour in CSS,
   and off-screen slides stay lazy so the page loads less than a grid would.
   --------------------------------------------------------------------------- */
.rail{display:grid;grid-auto-flow:column;grid-auto-columns:min(88%,420px);gap:1.2rem;
  overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;
  padding:.5rem .25rem 1.4rem;margin-top:1.4rem;
  scrollbar-width:thin;scrollbar-color:rgba(16,45,32,.35) transparent}
.rail:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
.rail::-webkit-scrollbar{height:8px}
.rail::-webkit-scrollbar-thumb{background:rgba(16,45,32,.3);border-radius:99px}
.rail-card{scroll-snap-align:start;margin:0;background:#fff;border-radius:var(--radius);
  overflow:hidden;box-shadow:0 8px 24px rgba(16,45,32,.10);display:flex;flex-direction:column}
.rail-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.rail-card figcaption{padding:1rem 1.1rem 1.2rem}
.rail-card h3{margin:0 0 .2rem;font-size:1.15rem;color:var(--forest)}
.rail-card p{margin:.25rem 0 0;font:400 .9rem/1.5 'Inter',sans-serif;color:var(--basalt)}
.rail-drive{font-weight:700 !important;color:var(--gold) !important;font-size:.82rem !important}
.rail-links{margin-top:.7rem !important;display:flex;gap:1rem;flex-wrap:wrap;
  font-weight:600;font-size:.85rem !important}
@media(max-width:640px){.rail{grid-auto-columns:86%}}

/* Previous/next between guide articles. Same shape as Bella Vista's. */
.post-nav{display:flex;align-items:center;gap:1rem;padding:2rem 1.25rem 0;
  border-top:1px solid rgba(16,45,32,.12);margin-top:2.5rem}
.pn-link{display:flex;align-items:center;gap:.7rem;color:var(--forest);max-width:48%;
  text-decoration:none}
.pn-link:hover{color:var(--gold)}
.pn-next{margin-left:auto;text-align:right}
.pn-arrow{flex:none;width:42px;height:42px;border-radius:50%;background:var(--sand);
  color:var(--forest);display:flex;align-items:center;justify-content:center;font-size:1.1rem}
.pn-link:hover .pn-arrow{background:var(--gold);color:#241f10}
.pn-text{display:flex;flex-direction:column;line-height:1.2;overflow:hidden}
.pn-text small{font:700 .72rem/1.6 'Inter',sans-serif;text-transform:uppercase;
  letter-spacing:.06em;color:var(--basalt)}
.pn-text>span{font:600 .92rem/1.3 'Inter',sans-serif;white-space:nowrap;overflow:hidden;
  text-overflow:ellipsis}
@media(max-width:600px){.pn-text{display:none}}

/* ---------------------------------------------------------------------------
   Attraction cards — the Bella Vista attractions layout: one featured card
   across the top, then an auto-filling grid. Replaces the earlier scroll rail.
   --------------------------------------------------------------------------- */
.attr-featured{display:grid;grid-template-columns:1fr 1.5fr;background:#fff;
  border-radius:var(--radius);overflow:hidden;text-decoration:none;margin:1.6rem 0 1.5rem;
  box-shadow:0 8px 24px rgba(16,45,32,.10);transition:transform .15s,box-shadow .15s}
.attr-featured:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(16,45,32,.16)}
.attr-featured-art{background:var(--sand) center/cover no-repeat;min-height:250px}
.attr-featured-body{padding:1.9rem 2.1rem;display:flex;flex-direction:column;gap:.55rem}
.attr-featured-body h3{margin:0;font-size:1.9rem;color:var(--forest)}
.attr-featured-body p{margin:0;color:var(--basalt)}
.attr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}
.attr-card{display:flex;flex-direction:column;background:#fff;border-radius:var(--radius);
  overflow:hidden;text-decoration:none;box-shadow:0 8px 24px rgba(16,45,32,.10);
  transition:transform .15s,box-shadow .15s}
.attr-card:hover{transform:translateY(-3px);box-shadow:0 14px 40px rgba(16,45,32,.16)}
.attr-img{height:190px;background:var(--sand) center/cover no-repeat}
.attr-body{padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:.4rem;flex:1}
.attr-drive{font:700 .72rem/1.5 'Inter',sans-serif;letter-spacing:.05em;color:var(--gold);
  text-transform:uppercase}
.attr-body h3{margin:0;font-size:1.15rem;color:var(--forest)}
.attr-body p{margin:0;color:var(--basalt);font-size:.92rem;flex:1}
.attr-link{font:600 .85rem/1.4 'Inter',sans-serif;color:var(--forest);margin-top:.2rem}
@media(max-width:680px){.attr-featured{grid-template-columns:1fr}}

/* The top copy of the browse control sits above the headline, so it is lighter:
   no top rule, tighter arrows, less air. The bottom one stays as the closer. */
.post-nav-top{border-top:0;margin-top:0;padding-top:1.6rem;padding-bottom:.2rem}
.post-nav-top .pn-arrow{width:34px;height:34px;font-size:.95rem}
.post-nav-top .pn-text small{font-size:.66rem}
.post-nav-top .pn-text>span{font-size:.85rem}

/* Vertical video (a YouTube Short). The default facade assumes 16:9, which
   letterboxes a 9:16 clip into a thin strip; this keeps it portrait and caps
   the width so it does not dominate the column. */
.video-portrait{max-width:360px;margin-left:auto;margin-right:auto}
/* Selectors matched for specificity: `.prose figure img` sets 3/2 and would
   otherwise win, squashing a 9:16 clip into a letterboxed strip. */
.video-portrait figure{margin:1.8rem 0}
.video-portrait figure img,
.video-portrait figure .video-shell,
.video-portrait figure iframe{aspect-ratio:9/16;height:auto;width:100%}
.video-portrait figure img{object-fit:cover}
