﻿/* â”€â”€ GLOBAL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    :root {
      --green-dark : #1a4731;
      --green-mid  : #2d6a4f;
      --green-light: #40916c;
      --green-btn  : #2d9a4e;
      --gold       : #c9a227;
      --text-dark  : #1c2b1e;
      --text-muted : #5a6e5c;
      --bg-light   : #f7faf8;
    }
    * { scroll-behavior: smooth; }
    body {
      font-family: 'Poppins', sans-serif;
      color: var(--text-dark);
      overflow-x: hidden;
    }
    h1,h2,h3,h4 { font-family: 'Playfair Display', serif; }

    /* â”€â”€ NAVBAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #mainNav {
      background: #fff;
      border-bottom: 2px solid #e8f3ec;
      padding: 0;
      transition: box-shadow .3s;
    }
    #mainNav.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,.12); }
    .navbar-brand-logo {
      width: 48px; height: 48px;
      background: var(--green-dark);
      border-radius: 8px;
      display: flex; align-items: center; justify-content: center;
    }
    .brand-title { font-family:'Playfair Display',serif; font-size:1rem; font-weight:700; color:var(--green-dark); line-height:1.1; }
    .brand-sub   { font-size:.6rem; color:var(--text-muted); font-style:italic; }
    .site-brand { padding: .15rem 0; line-height: 1; }
    .chackos-brand {
      display: inline-flex;
      flex-direction: row;
      align-items: flex-start;
      gap: .5rem;
      color: #1a4731;
      min-width: 0;
    }
    .chackos-brand-mark {
      height: 2.95rem;
      width: auto;
      max-height: 2.95rem;
      flex: 0 0 auto;
      display: block;
    }
    .chackos-brand-text {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      gap: 0;
      min-width: 0;
      text-align: left;
      line-height: 1.2;
    }
    .chackos-brand-title {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 1.02rem;
      font-weight: 700;
      letter-spacing: .01em;
      line-height: 1.2;
      white-space: nowrap;
    }
    .chackos-brand-loc {
      font-family: 'Poppins', Arial, sans-serif;
      font-size: .68rem;
      font-weight: 500;
      letter-spacing: .02em;
      line-height: 1.35;
      white-space: nowrap;
    }
    .chackos-brand-tag {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: .62rem;
      font-style: italic;
      font-weight: 400;
      color: #5a6e5c;
      line-height: 1.3;
      white-space: nowrap;
    }
    .site-brand-logo {
      display: block;
      height: clamp(48px, 9vw, 64px);
      width: auto;
      max-width: min(88vw, 360px);
      object-fit: contain;
      object-position: left center;
    }
    .footer-brand {
      text-decoration: none;
      background: #fff;
      border-radius: 8px;
      padding: .45rem .65rem;
      line-height: 1;
    }
    .footer-brand .chackos-brand-mark { height: 2.95rem; width: auto; max-height: 2.95rem; }
    .footer-brand-logo {
      display: block;
      width: min(100%, 320px);
      height: auto;
      max-height: 64px;
      object-fit: contain;
      object-position: left top;
    }
    .price-chip {
      display: inline-flex;
      align-items: baseline;
      gap: 0.2rem;
      background: #e8f5ee;
      color: #1a4731;
      border-radius: 999px;
      padding: 0.22rem 0.7rem;
      font-weight: 600;
      font-size: 0.78rem;
      white-space: nowrap;
    }
    .nav-primary .nav-link {
      font-size:.76rem;
      padding:.65rem .45rem !important;
    }
    @media (min-width: 1200px) {
      .nav-primary .nav-link { padding:.65rem .5rem !important; }
    }
    .nav-link {
      font-size:.78rem; font-weight:500; color:var(--text-dark) !important;
      padding:.7rem .55rem !important; transition: color .25s;
      position: relative;
    }
    .nav-link::after {
      content:''; position:absolute; bottom:0; left:50%; right:50%;
      height:2px; background:var(--green-btn); transition:.25s; border-radius:2px;
    }
    .nav-link:hover::after, .nav-link.active::after { left:0; right:0; }
    .nav-link:hover { color:var(--green-btn) !important; }
    .nav-actions a {
      text-decoration: none !important;
    }
    .nav-actions a:hover,
    .nav-actions a:focus,
    .nav-actions a:visited {
      text-decoration: none !important;
    }
    .lang-btn {
      border: 1px solid #ccc; border-radius:4px;
      padding:.28rem .5rem; font-size:.72rem; font-weight:500;
      cursor:pointer; background:#fff; transition:.2s;
      color: var(--text-dark);
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      line-height: 1.2;
    }
    .lang-btn .lang-flag {
      width: 1.15em;
      border-radius: 2px;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    }
    .lang-btn.active, .lang-btn:hover { background:var(--green-dark); color:#fff; border-color:var(--green-dark); }
    .btn-book-now {
      background:var(--green-btn); color:#fff !important; border:none;
      padding:.45rem 1rem; border-radius:6px; font-size:.8rem; font-weight:600;
      transition: transform .2s, background .2s;
      display: inline-flex;
      align-items: center;
    }
    .btn-book-now:hover,
    .btn-book-now:focus { background:var(--green-dark); transform:translateY(-2px); color:#fff !important; }
    .btn-nav-contact {
      border: 1px solid #c9e6d4;
      border-radius: 6px;
      padding: .42rem .75rem;
      font-size: .76rem;
      font-weight: 600;
      color: var(--green-dark);
      text-decoration: none;
      background: #f4faf6;
      transition: background .2s, border-color .2s;
    }
    .btn-nav-contact:hover,
    .btn-nav-contact.active {
      background: var(--green-dark);
      border-color: var(--green-dark);
      color: #fff;
    }

    /* â”€â”€ HERO â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #hero {
      height: clamp(520px, 56vw, 640px);
      position: relative;
      overflow: hidden;
      background: #102d20;
      isolation: isolate;
    }
    .hero-slides {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    .hero-slide {
      position: absolute;
      inset: 0;
      opacity: 0;
      transition: opacity 1.15s ease;
    }
    .hero-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transform: scale(1.04);
      transform-origin: center 70%;
    }
    .hero-pos-house img { object-position: center 72%; }
    .hero-pos-porch img { object-position: center 62%; }
    .hero-pos-gate img { object-position: 42% 58%; }
    .hero-slide.is-on {
      opacity: 1;
      z-index: 1;
    }
    .hero-slide.is-on img {
      animation: heroKen 8s ease-out forwards;
    }
    @keyframes heroKen {
      from { transform: scale(1.06); }
      to { transform: scale(1); }
    }
    .hero-pager {
      position: absolute;
      left: 5.5%;
      bottom: 1.6rem;
      z-index: 4;
      display: flex;
      gap: 0.45rem;
    }
    .hero-pager button {
      width: 10px;
      height: 10px;
      border: 0;
      padding: 0;
      border-radius: 999px;
      background: rgba(255,255,255,.42);
      transition: width .25s ease, background .25s ease;
    }
    .hero-pager button.is-on {
      width: 28px;
      background: #fff;
    }

    /* â”€â”€ Gradient overlay: clear left â†’ dark right â”€â”€ */
    #hero::before {
      content:''; position:absolute; inset:0; z-index:1;
      pointer-events: none;
      background: linear-gradient(
        to right,
        rgba(5,18,10,.04) 0%,
        rgba(5,18,10,.10) 42%,
        rgba(5,18,10,.48) 68%,
        rgba(5,18,10,.78) 100%
      );
    }
    #hero::after {
      content:''; position:absolute; inset:0; z-index:1;
      background: linear-gradient(to top, rgba(4,18,10,.28), transparent 32%);
      pointer-events:none;
    }

    /* â”€â”€ Flagpoles (left side) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .hero-flagpoles {
      display:none;
    }
    .flagpole-wrap {
      position:relative; display:flex; flex-direction:column; align-items:flex-start;
      filter:drop-shadow(0 6px 8px rgba(0,0,0,.35));
    }
    .pole-stick {
      display:none;
    }
    .flag-flying {
      position:relative; top:auto; left:auto;
      width:58px; height:39px;
      transform-origin:left center;
      animation: flagWave 3s ease-in-out infinite;
      border:1px solid rgba(255,255,255,.65);
      border-radius:4px;
      overflow:hidden;
    }
    .flag-flying svg { width:100%; height:100%; display:block; }
    @keyframes flagWave {
      0%,100% { transform: skewY(-1deg) scaleX(1);   }
      25%      { transform: skewY(1.5deg) scaleX(.97); }
      50%      { transform: skewY(-2deg) scaleX(.96); }
      75%      { transform: skewY(1deg) scaleX(.98); }
    }

    /* â”€â”€ Sign board (bottom-left of hero) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .hero-signboard {
      display:none;
      position:absolute; left:5.5%; bottom:2rem; z-index:3;
      background: rgba(250,246,235,.94);
      border:1px solid rgba(255,255,255,.55);
      border-radius:6px; padding:.7rem 1rem;
      align-items:center; gap:.7rem;
      backdrop-filter:blur(8px);
      box-shadow:0 12px 32px rgba(0,0,0,.3);
      animation: fadeInUp .8s .4s both;
    }
    .hero-signboard .sign-icon {
      width:36px; height:36px; background:var(--green-dark); border-radius:6px;
      display:flex; align-items:center; justify-content:center;
      color:#fff; font-size:1rem; flex-shrink:0;
    }
    .hero-signboard .sign-name { color:var(--green-dark); font-weight:700; font-size:.86rem; font-family:'Playfair Display',serif; line-height:1.2; }
    .hero-signboard .sign-sub  { color:#617064; font-size:.65rem; }

    /* â”€â”€ Right text panel â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .hero-content {
      position:absolute; right:0; top:0; bottom:0;
      width:51%; z-index:3;
      display:flex; flex-direction:column; justify-content:center;
      padding:2.5rem clamp(2rem,5vw,5.5rem) 2.5rem 2.2rem;
    }
    .hero-title {
      font-size:clamp(1.9rem,3.5vw,3rem);
      color:#fff; font-weight:700; line-height:1.05;
      text-shadow:0 2px 16px rgba(0,0,0,.45);
      animation: fadeInUp .7s .15s both;
    }
    .hero-tagline {
      font-size:clamp(.95rem,1.6vw,1.25rem);
      color:rgba(255,255,255,.9); margin:.5rem 0 .3rem;
      font-style:italic; font-family:'Playfair Display',serif;
      animation: fadeInUp .7s .25s both;
    }
    .hero-loc {
      color:rgba(255,255,255,.75); font-size:.82rem; margin-bottom:.8rem;
      animation: fadeInUp .7s .32s both;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: .55rem;
    }
    .hero-loc i { color:#6ee89a; margin-right:.3rem; }
    .hero-desc {
      color:rgba(255,255,255,.78); font-size:.83rem; line-height:1.75;
      margin-bottom:1.4rem; max-width:420px;
      animation: fadeInUp .7s .4s both;
    }
    .hero-btns {
      display:flex; flex-wrap:wrap; gap:.6rem;
      animation: fadeInUp .7s .5s both;
    }
    .btn-hero-primary {
      background:var(--green-btn); color:#fff; border:2px solid var(--green-btn);
      padding:.5rem 1.1rem; border-radius:6px; font-size:.8rem; font-weight:600;
      text-decoration:none; display:inline-flex; align-items:center; gap:.4rem;
      transition: all .25s;
    }
    .btn-hero-primary:hover { background:#1e7a38; border-color:#1e7a38; transform:translateY(-3px); box-shadow:0 6px 20px rgba(45,154,78,.45); color:#fff; }
    .btn-hero-whatsapp {
      background:#25d366; color:#fff; border:2px solid #25d366;
      padding:.5rem 1.1rem; border-radius:6px; font-size:.8rem; font-weight:600;
      text-decoration:none; display:inline-flex; align-items:center; gap:.4rem;
      transition: all .25s;
    }
    .btn-hero-whatsapp:hover { background:#1fba5a; transform:translateY(-3px); box-shadow:0 6px 20px rgba(37,211,102,.4); color:#fff; }
    .btn-hero-outline {
      background:rgba(255,255,255,.1); color:#fff; border:2px solid rgba(255,255,255,.65);
      padding:.5rem 1.1rem; border-radius:6px; font-size:.8rem; font-weight:600;
      text-decoration:none; display:inline-flex; align-items:center; gap:.4rem;
      transition: all .25s;
    }
    .btn-hero-outline:hover { background:rgba(255,255,255,.2); border-color:#fff; color:#fff; transform:translateY(-3px); }

    @keyframes fadeInUp {
      from { opacity:0; transform:translateY(22px); }
      to   { opacity:1; transform:translateY(0); }
    }

    /* â”€â”€ FEATURES BAR â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #features-bar { background:#fff; border-bottom:1px solid #e5ede8; }
    .feat-item { text-align:center; padding:1.2rem .5rem; border-right:1px solid #e5ede8; }
    .feat-item:last-child { border-right:none; }
    .feat-icon {
      width:44px; height:44px; border-radius:50%; background:#e8f5ee;
      display:flex; align-items:center; justify-content:center;
      margin:0 auto .5rem; font-size:1.1rem; color:var(--green-mid);
      transition: transform .3s, background .3s;
    }
    .feat-item:hover .feat-icon { transform:scale(1.15) rotate(8deg); background:var(--green-mid); color:#fff; }
    .feat-label { font-size:.72rem; font-weight:500; color:var(--text-muted); line-height:1.3; }

    /* â”€â”€ SECTION LABEL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .section-label {
      font-size:.72rem; letter-spacing:.2em; text-transform:uppercase;
      color:var(--green-btn); font-weight:600; margin-bottom:.35rem;
      display: flex; align-items:center; gap:.5rem;
    }
    .section-label::before,
    .section-label::after {
      content:''; flex:1; height:1px; background:currentColor; opacity:.3; max-width:40px;
    }
    .section-label-left::before { display:none; }

    /* â”€â”€ ABOUT US â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #about { background: var(--bg-light); padding: 5rem 0; }
    .about-img-wrap {
      border-radius:16px; overflow:hidden; position:relative;
      box-shadow:0 20px 60px rgba(0,0,0,.18);
    }
    .about-img-wrap img { width:100%; height:320px; object-fit:cover; transition:transform .6s; }
    .about-img-wrap:hover img { transform:scale(1.05); }
    .about-img-overlay {
      position:absolute; bottom:1rem; right:1rem;
      background:rgba(255,255,255,.92); border-radius:8px; padding:.5rem .9rem;
      font-family:'Playfair Display',serif; font-size:1.1rem; color:var(--green-dark); font-style:italic;
      box-shadow:0 4px 15px rgba(0,0,0,.12);
    }
    .testimonial-card {
      background:#fff; border-radius:14px; padding:1.5rem 1.5rem 1.2rem;
      border-left:4px solid var(--green-btn); box-shadow:0 6px 30px rgba(0,0,0,.07);
      height:100%;
    }
    .testimonial-card .quote-icon { font-size:2rem; color:var(--green-light); line-height:1; margin-bottom:.5rem; }
    .testimonial-card p { font-size:.9rem; font-style:italic; line-height:1.7; color:#444; }
    .testimonial-card .guest { font-size:.78rem; font-weight:600; color:var(--green-dark); margin-top:.6rem; }
    .stars i { color:#f5c518; font-size:.85rem; }
    .btn-outline-green {
      border:2px solid var(--green-btn); color:var(--green-btn); background:transparent;
      padding:.5rem 1.2rem; border-radius:6px; font-size:.82rem; font-weight:600;
      text-decoration:none; display:inline-flex; align-items:center; gap:.4rem;
      transition: all .25s;
    }
    .btn-outline-green:hover { background:var(--green-btn); color:#fff; transform:translateX(4px); }
    .btn-solid-green {
      background:var(--green-btn); color:#fff; border:2px solid var(--green-btn);
      padding:.5rem 1.2rem; border-radius:6px; font-size:.82rem; font-weight:600;
      text-decoration:none; display:inline-flex; align-items:center; gap:.4rem;
      transition: all .25s;
    }
    .btn-solid-green:hover { background:var(--green-dark); border-color:var(--green-dark); color:#fff; transform:translateX(4px); }

    /* â”€â”€ ROOMS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #rooms { background:#fff; padding:5rem 0; }
    .room-card {
      border-radius:14px; overflow:hidden; box-shadow:0 8px 35px rgba(0,0,0,.1);
      transition: transform .3s, box-shadow .3s;
      background:#fff;
    }
    .room-card:hover { transform:translateY(-8px); box-shadow:0 20px 60px rgba(0,0,0,.18); }
    .room-card img { width:100%; height:220px; object-fit:cover; transition:transform .5s; }
    .room-card:hover img { transform:scale(1.08); }
    .room-card-body { padding:1.2rem 1.3rem 1.4rem; }
    .room-amenities { display:flex; gap:1rem; margin:.6rem 0 1rem; }
    .room-amen-item { display:flex; align-items:center; gap:.3rem; font-size:.75rem; color:var(--text-muted); }
    .room-amen-item i { color:var(--green-mid); }

    /* â”€â”€ FOOD & DINING â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #food {
      background: var(--green-dark);
      padding: 5rem 0;
      position: relative; overflow:hidden;
    }
    #food::before {
      content:''; position:absolute; top:-80px; right:-80px;
      width:350px; height:350px; border-radius:50%;
      background: rgba(255,255,255,.04);
    }
    #food::after {
      content:''; position:absolute; bottom:-60px; left:-60px;
      width:250px; height:250px; border-radius:50%;
      background: rgba(255,255,255,.04);
    }
    .food-label { color:rgba(255,255,255,.6); }
    .food-title { color:#fff; }
    .food-desc  { color:rgba(255,255,255,.78); font-size:.88rem; line-height:1.8; }
    .food-check-item {
      display:flex; align-items:center; gap:.7rem;
      color:rgba(255,255,255,.85); font-size:.87rem; margin-bottom:.55rem;
    }
    .food-check-icon {
      width:22px; height:22px; background:var(--green-light); border-radius:50%;
      display:flex; align-items:center; justify-content:center;
      font-size:.65rem; color:#fff; flex-shrink:0;
    }
    .food-img-card {
      border-radius:12px; overflow:hidden; box-shadow:0 8px 30px rgba(0,0,0,.35);
      margin-bottom:1rem; transition:transform .3s; position:relative;
    }
    .food-img-card:hover { transform:scale(1.03); }
    .food-img-card img { width:100%; height:140px; object-fit:cover; display:block; }
    .swiss-flag-badge {
      position:absolute; top:.6rem; right:.6rem;
      background:#fff; border-radius:3px; padding:2px 5px; font-size:.65rem; font-weight:700;
    }
    .btn-outline-white {
      border:2px solid rgba(255,255,255,.7); color:#fff; background:transparent;
      padding:.5rem 1.2rem; border-radius:6px; font-size:.82rem; font-weight:600;
      text-decoration:none; display:inline-flex; align-items:center; gap:.4rem;
      transition: all .25s;
    }
    .btn-outline-white:hover { background:rgba(255,255,255,.15); border-color:#fff; color:#fff; transform:translateX(4px); }

    /* â”€â”€ GALLERY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #gallery { background:var(--bg-light); padding:5rem 0; }
    .gallery-thumb {
      border-radius:10px; overflow:hidden;
      box-shadow:0 4px 15px rgba(0,0,0,.1);
      transition: transform .3s, box-shadow .3s;
      cursor:pointer; position:relative;
    }
    .gallery-thumb::after {
      content:''; position:absolute; inset:0;
      background:rgba(26,71,49,.45); opacity:0; transition:.3s;
    }
    .gallery-thumb:hover { transform:scale(1.05); box-shadow:0 10px 35px rgba(0,0,0,.22); }
    .gallery-thumb:hover::after { opacity:1; }
    .gallery-thumb img { width:100%; height:130px; object-fit:cover; display:block; }
    .home-zoom-ico {
      position: absolute; inset: 0; z-index: 3;
      display: flex; align-items: center; justify-content: center;
      color: #fff; font-size: 1.35rem; opacity: 0;
      pointer-events: none; text-shadow: 0 2px 8px rgba(0,0,0,.35);
      transition: opacity .25s;
    }
    .js-home-lb { cursor: zoom-in; }
    .js-home-lb:hover .home-zoom-ico,
    .js-home-lb:focus-visible .home-zoom-ico { opacity: 1; }
    .room-card-photo { overflow: hidden; position: relative; }
    .room-card-photo img { width: 100%; display: block; }
    .hero-zoom {
      position: absolute; left: 5.5%; bottom: 3.15rem; z-index: 4;
      width: 42px; height: 42px; border: 0; border-radius: 12px;
      background: rgba(255,255,255,.18); color: #fff;
      display: inline-flex; align-items: center; justify-content: center;
      cursor: zoom-in; backdrop-filter: blur(6px);
    }
    .hero-zoom:hover { background: #2d9a4e; }
    .gal-lightbox {
      position: fixed; inset: 0; z-index: 1200;
      display: flex; align-items: center; justify-content: center; padding: 1.2rem;
    }
    .gal-lightbox[hidden] { display: none !important; }
    .gal-lb-backdrop {
      position: absolute; inset: 0;
      background: rgba(10, 28, 20, 0.88); backdrop-filter: blur(6px);
    }
    .gal-lb-frame { position: relative; z-index: 1; margin: 0; max-width: min(960px, 100%); }
    .gal-lb-frame img {
      display: block; max-height: min(78vh, 820px); max-width: 100%;
      border-radius: 16px; box-shadow: 0 24px 60px rgba(0,0,0,.4);
    }
    .gal-lb-frame figcaption {
      display: flex; justify-content: space-between; gap: 1rem;
      color: #e8f3ec; padding: 0.7rem 0.15rem 0; font-size: 0.88rem;
    }
    .gal-lb-close, .gal-lb-nav {
      position: absolute; z-index: 2; border: 0; width: 46px; height: 46px;
      border-radius: 14px; background: rgba(255,255,255,.12); color: #fff;
      display: inline-flex; align-items: center; justify-content: center; cursor: pointer;
    }
    .gal-lb-close { top: 1rem; right: 1rem; }
    .gal-lb-nav.prev { left: 1rem; }
    .gal-lb-nav.next { right: 1rem; }
    .gal-lb-close:hover, .gal-lb-nav:hover { background: #2d9a4e; }
    body.gal-lb-open { overflow: hidden; }
    .btn-view-gallery {
      background:transparent; border:2px solid var(--green-btn); color:var(--green-btn);
      padding:.4rem .9rem; border-radius:6px; font-size:.78rem; font-weight:600;
      text-decoration:none; display:inline-flex; align-items:center; gap:.35rem;
      transition:.25s; white-space:nowrap;
    }
    .btn-view-gallery:hover { background:var(--green-btn); color:#fff; }

    /* â”€â”€ NEARBY â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #nearby { background:#fff; padding:5rem 0; }
    .nearby-grid { display:grid; grid-template-columns:1fr 1fr; gap:.7rem; }
    .nearby-item {
      display:flex; align-items:center; gap:.6rem;
      padding:.6rem .8rem; background:var(--bg-light); border-radius:8px;
      font-size:.8rem; color:var(--text-dark); font-weight:500;
      transition:.25s;
    }
    .nearby-item:hover { background:#d8ede3; }
    .nearby-item i { color:var(--green-mid); font-size:1rem; }
    .nearby-grid-photos .nearby-item { align-items:center; }
    .nearby-thumb {
      width:52px; height:52px; border-radius:10px; object-fit:cover; flex-shrink:0;
      box-shadow:0 2px 8px rgba(0,0,0,.12);
    }
    .nearby-thumb--icon {
      display:flex; align-items:center; justify-content:center;
      background:var(--bg-light); color:var(--green-mid); font-size:1.1rem;
    }
    .nearby-item-text { line-height:1.25; min-width:0; }
    .nearby-item-text small {
      display:block; font-size:.68rem; color:var(--text-muted); font-weight:400; margin-top:.15rem;
    }
    .nearby-img-wrap {
      border-radius:16px; overflow:hidden; position:relative;
      box-shadow:0 15px 50px rgba(0,0,0,.18);
      min-height:320px;
      background:#102d20;
    }
    .nearby-slides { position:relative; width:100%; height:320px; }
    .nearby-slide {
      position:absolute; inset:0; opacity:0; transition:opacity .9s ease;
      pointer-events:none;
    }
    .nearby-slide.is-on { opacity:1; z-index:1; pointer-events:auto; }
    .nearby-slide .js-home-lb { display:block; height:100%; }
    .nearby-slide img { width:100%; height:320px; object-fit:cover; display:block; }
    .nearby-slide-caption {
      position:absolute; left:0; right:0; bottom:0; z-index:2;
      padding:.65rem 1rem .75rem;
      background:linear-gradient(to top, rgba(10,30,15,.88), transparent);
      color:#fff; font-size:.78rem; line-height:1.3;
      pointer-events:none;
    }
    .nearby-slide-caption strong { display:block; font-weight:600; font-size:.85rem; }
    .nearby-slide-caption span { opacity:.85; font-size:.72rem; }
    .nearby-pager {
      position:absolute; left:50%; transform:translateX(-50%);
      bottom:.65rem; z-index:5; display:flex; gap:.4rem;
    }
    .nearby-pager button {
      width:8px; height:8px; border-radius:50%; border:0; padding:0;
      background:rgba(255,255,255,.45); cursor:pointer;
    }
    .nearby-pager button.is-on { background:#fff; transform:scale(1.15); }
    .nearby-arrow {
      position:absolute; top:50%; transform:translateY(-50%);
      z-index:5; width:2.1rem; height:2.1rem; border-radius:50%; border:0;
      background:rgba(255,255,255,.92); color:var(--green-dark);
      display:flex; align-items:center; justify-content:center;
      box-shadow:0 4px 14px rgba(0,0,0,.2); cursor:pointer;
      opacity:.92; transition:opacity .2s;
    }
    .nearby-arrow:hover { opacity:1; }
    .nearby-arrow-prev { left:.65rem; }
    .nearby-arrow-next { right:.65rem; }
    .nearby-img-overlay {
      position:absolute; inset:0; z-index:2;
      background:linear-gradient(to top, rgba(10,30,15,.65) 0%, transparent 55%);
      display:flex; flex-direction:column; justify-content:flex-end; align-items:flex-start; gap:.85rem;
      padding:1.5rem 1.5rem 2.5rem; pointer-events:none;
    }
    .nearby-overlay-btn { pointer-events:auto; }
    .nearby-tagline { color:#fff; font-family:'Playfair Display',serif; font-size:1.3rem; font-weight:600; }
    .nearby-tagline span { display:block; font-size:.75rem; letter-spacing:.15em; text-transform:uppercase; color:rgba(255,255,255,.7); margin-bottom:.3rem; }

    /* â”€â”€ BOOKING CTA â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #booking-cta {
      background: linear-gradient(120deg, rgba(10,30,15,.82) 0%, rgba(10,30,15,.72) 100%),
                  url('../homestay/exterior-house.jpg') center/cover no-repeat;
      padding: 4rem 0;
    }
    .cta-title { color:#fff; font-size:clamp(1.4rem,3vw,2rem); }
    .cta-sub { color:rgba(255,255,255,.75); font-size:.88rem; margin-bottom:0; }
    .booking-form-wrap {
      background:rgba(255,255,255,.1); backdrop-filter:blur(12px);
      border:1px solid rgba(255,255,255,.2); border-radius:12px; padding:1.4rem 1.8rem;
      position: relative;
    }
    .booking-form-wrap .form-label { color:rgba(255,255,255,.7); font-size:.73rem; font-weight:600; letter-spacing:.05em; text-transform:uppercase; }
    .booking-form-wrap .form-control, .booking-form-wrap .form-select {
      background:rgba(255,255,255,.15); border:1px solid rgba(255,255,255,.25);
      color:#fff; border-radius:6px; font-size:.82rem;
    }
    .booking-form-wrap .form-control::placeholder { color:rgba(255,255,255,.5); }
    .booking-form-wrap .form-control:focus, .booking-form-wrap .form-select:focus {
      background:rgba(255,255,255,.22); border-color:var(--green-light); box-shadow:0 0 0 3px rgba(64,145,108,.25); color:#fff;
    }
    .booking-form-wrap .form-select option { color:#333; background:#fff; }
    .btn-check-avail {
      background:var(--green-btn); color:#fff; border:none;
      padding:.65rem 1.4rem; border-radius:6px; font-size:.85rem; font-weight:600;
      transition:.25s; width:100%; display:flex; align-items:center; justify-content:center; gap:.4rem;
    }
    .btn-check-avail:hover { background:var(--green-dark); transform:translateY(-2px); box-shadow:0 6px 20px rgba(45,154,78,.4); color:#fff; }
    .whatsapp-cta-card {
      background:rgba(37,211,102,.15); border:1px solid rgba(37,211,102,.35);
      border-radius:12px; padding:1.2rem 1.4rem; display:flex; align-items:center; gap:1rem;
      height:100%;
    }
    .whatsapp-icon-big {
      width:50px; height:50px; background:#25d366; border-radius:50%;
      display:flex; align-items:center; justify-content:center;
      font-size:1.4rem; color:#fff; flex-shrink:0;
      animation: pulse-whatsapp 2.5s infinite;
    }
    @keyframes pulse-whatsapp {
      0%,100% { box-shadow: 0 0 0 0 rgba(37,211,102,.5); }
      50%      { box-shadow: 0 0 0 12px rgba(37,211,102,0); }
    }
    .whatsapp-cta-text p { color:#fff; font-size:.85rem; font-weight:600; margin-bottom:.1rem; }
    .whatsapp-cta-text small { color:rgba(255,255,255,.65); font-size:.74rem; }

    /* â”€â”€ FOOTER â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #footer { background: #0d2414; padding:3.5rem 0 0; }
    .footer-logo-text { font-family:'Playfair Display',serif; color:#fff; font-size:1.1rem; font-weight:700; }
    .footer-logo-sub { font-size:.65rem; color:rgba(255,255,255,.5); font-style:italic; }
    .footer-tagline { font-size:.72rem; color:rgba(255,255,255,.55); margin-top:.3rem; font-style:italic; }
    .footer-heading { color:rgba(255,255,255,.85); font-size:.82rem; font-weight:700; text-transform:uppercase; letter-spacing:.1em; margin-bottom:1rem; }
    .footer-link { display:block; color:rgba(255,255,255,.6); font-size:.78rem; text-decoration:none; margin-bottom:.4rem; transition:.2s; }
    .footer-link:hover { color:var(--green-light); padding-left:4px; }
    .footer-contact-item { display:flex; align-items:flex-start; gap:.7rem; margin-bottom:.7rem; color:rgba(255,255,255,.65); font-size:.78rem; }
    .footer-contact-item i { color:var(--green-light); font-size:.95rem; margin-top:.1rem; }
    .social-icon {
      width:34px; height:34px; border-radius:50%; border:1px solid rgba(255,255,255,.25);
      display:inline-flex; align-items:center; justify-content:center;
      color:rgba(255,255,255,.65); font-size:.9rem; text-decoration:none; transition:.25s;
    }
    .social-icon:hover { background:var(--green-mid); border-color:var(--green-mid); color:#fff; transform:translateY(-3px); }
    .footer-divider { border-color:rgba(255,255,255,.1); margin:2rem 0 0; }
    .footer-bottom { padding:1rem 0 1.15rem; font-size:.73rem; color:rgba(255,255,255,.45); }
    .footer-bottom a { color:rgba(255,255,255,.45); text-decoration:none; }
    .footer-bottom a:hover { color:var(--green-light); }

    /* â”€â”€ COUNTER NUMBERS â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .counter-section { background:var(--green-dark); padding:3.5rem 0; }
    .counter-item { text-align:center; }
    .counter-num { font-family:'Playfair Display',serif; font-size:2.6rem; font-weight:700; color:#fff; line-height:1; }
    .counter-plus { color:var(--gold); }
    .counter-label { font-size:.78rem; color:rgba(255,255,255,.65); text-transform:uppercase; letter-spacing:.1em; margin-top:.3rem; }

    /* â”€â”€ BACK TO TOP â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #backToTop {
      position:fixed; bottom:5.5rem; right:1.5rem; z-index:999;
      background:var(--green-btn); color:#fff; border:none;
      width:42px; height:42px; border-radius:50%;
      display:flex; align-items:center; justify-content:center;
      font-size:1rem; box-shadow:0 4px 15px rgba(0,0,0,.25);
      opacity:0; pointer-events:none; transition:.3s;
      cursor:pointer;
    }
    #backToTop.visible { opacity:1; pointer-events:auto; }
    #backToTop:hover { background:var(--green-dark); transform:translateY(-3px); }

    /* â”€â”€ STICKY WHATSAPP â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    #stickyWA {
      position:fixed; bottom:1.5rem; right:1.5rem; z-index:999;
      background:#25d366; color:#fff; border:none;
      width:52px; height:52px; border-radius:50%;
      display:flex; align-items:center; justify-content:center;
      font-size:1.4rem; box-shadow:0 6px 20px rgba(37,211,102,.5);
      text-decoration:none; animation:pulse-whatsapp 2s infinite;
      transition: transform .2s;
    }
    #stickyWA:hover { transform:scale(1.12); color:#fff; }

    /* â”€â”€ RESPONSIVE â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    @media(max-width:768px) {
      .feat-item { border-right:none; border-bottom:1px solid #e5ede8; }
      .nearby-grid { grid-template-columns:1fr; }
      /* Hero mobile */
      #hero {
        height:auto; min-height:0;
      }
      #hero::before {
        background:linear-gradient(to top, rgba(5,18,10,.35) 0%, rgba(5,18,10,.08) 42%, transparent 70%);
      }
      .hero-content {
        position:absolute; width:100%; top:auto; bottom:0;
        padding:2rem 1.25rem 2.2rem;
      }
      .hero-pager { left: 1.25rem; bottom: auto; top: 1rem; }
      .hero-zoom { left: auto; right: 1.15rem; top: 1rem; bottom: auto; }
      .hero-signboard { display:none; }
      .hero-title { font-size:2rem; }
      .hero-desc br { display:none; }
      .footer-bottom { padding-right: 4.5rem; }
    }

    /* â”€â”€ SCROLL ANIMATIONS (custom) â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
    .fade-up { opacity:0; transform:translateY(30px); transition: opacity .6s ease, transform .6s ease; }
    .fade-up.visible { opacity:1; transform:translateY(0); }

    /* ── Responsive / UI hardening ───────────────── */
    html, body { max-width: 100%; }
    body { overflow-wrap: anywhere; overflow-x: hidden; }
    #mainNav .container-fluid { min-width: 0; }
    #mainNav .navbar-brand { min-width: 0; flex: 1 1 auto; }
    #mainNav .navbar-toggler {
      flex: 0 0 auto;
      border: 1px solid #cfe3d6;
      padding: .35rem .5rem;
    }
    #features-bar { overflow: hidden; }
    .feat-item { min-width: 0; }
    .feat-label { overflow-wrap: anywhere; word-break: break-word; padding: 0 .2rem; }
    .cal-legend { display:flex; flex-wrap:wrap; gap:.75rem 1.1rem; font-size:.85rem; color:var(--text-muted); }
    .cal-legend .swatch { display:inline-block; width:12px; height:12px; border-radius:3px; margin-right:.35rem; vertical-align:middle; }
    .cal-legend .avail { background:#1e8449; }
    .cal-legend .reserved { background:#d68910; }
    .cal-legend .booked { background:#c0392b; }
    .cal-nav { display:flex; align-items:center; gap:.75rem; flex-wrap:wrap; }
    .cal-wrap { width: 100%; max-width: 100%; overflow-x: auto; }
    .cal-grid {
      display:grid;
      grid-template-columns: repeat(7, minmax(0, 1fr));
      gap:4px;
      width:100%;
      max-width: 100%;
      box-sizing: border-box;
    }
    .cal-wd { text-align:center; font-size:.62rem; font-weight:600; color:var(--text-muted); text-transform:uppercase; min-width:0; overflow:hidden; }
    .cal-day {
      aspect-ratio: 1;
      min-width: 0;
      min-height: 0;
      border-radius:8px;
      color:#fff;
      font-size:.75rem;
      display:flex; align-items:center; justify-content:center;
      background:#1e8449;
      box-sizing: border-box;
    }
    .cal-day.reserved { background:#d68910; }
    .cal-day.booked { background:#c0392b; }
    .cal-day.past { background:#9aa5a0; color:#fff; cursor:not-allowed; }
    .cal-day.empty { background:transparent; }
    .cal-day.is-today { box-shadow: 0 0 0 2px #c9a227; }
    .cal-day.in-range { box-shadow: 0 0 0 2px #fff, 0 0 0 4px #c9a227; }
    .cal-day.is-in,
    .cal-day.is-out { background:#c9a227 !important; }

    .reveal {
      opacity: 0;
      transform: translateY(28px);
      transition: opacity .75s ease, transform .75s ease;
    }
    .reveal.is-in { opacity: 1; transform: none; }
    #features-bar .feat-item { animation: none; }
    #amenities.reveal.is-in .feat-item {
      animation: fadeInUp .6s ease both;
    }
    #amenities.reveal.is-in .feat-item:nth-child(2) { animation-delay: .08s; }
    #amenities.reveal.is-in .feat-item:nth-child(3) { animation-delay: .16s; }
    #amenities.reveal.is-in .feat-item:nth-child(4) { animation-delay: .24s; }
    #amenities.reveal.is-in .feat-item:nth-child(5) { animation-delay: .32s; }
    #amenities.reveal.is-in .feat-item:nth-child(6) { animation-delay: .4s; }

    .home-date-field { position: relative; }
    .home-dp {
      position: absolute;
      z-index: 20;
      top: calc(100% + 8px);
      left: 0;
      width: 248px;
      background: #fff;
      color: #1a4731;
      border-radius: 12px;
      padding: 0.7rem 0.7rem 0.75rem;
      box-shadow: 0 16px 36px rgba(0,0,0,.28);
    }
    .home-dp-rooms {
      display: flex;
      gap: 0.3rem;
      margin-bottom: 0.5rem;
    }
    .home-dp-room {
      flex: 1;
      border: 1px solid #dceee4;
      background: #f4faf6;
      color: #1a4731;
      border-radius: 7px;
      font-size: 0.68rem;
      font-weight: 600;
      padding: 0.28rem 0.2rem;
    }
    .home-dp-room.is-on { background: #1a4731; color: #fff; border-color: #1a4731; }
    .home-dp-nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 0.35rem;
    }
    .home-dp-nav strong { font-size: 0.78rem; }
    .home-dp-nav button {
      width: 24px; height: 24px; border: 0; border-radius: 6px;
      background: #e8f5ee; color: #1a4731;
      display: inline-flex; align-items: center; justify-content: center;
      font-size: 0.7rem;
    }
    .home-dp-week,
    .home-dp-grid {
      display: grid;
      grid-template-columns: repeat(7, 1fr);
      gap: 2px;
    }
    .home-dp-week span {
      text-align: center;
      font-size: 0.58rem;
      font-weight: 600;
      color: #7a9084;
      padding-bottom: 0.15rem;
    }
    .home-dp-grid button {
      aspect-ratio: 1;
      border: 0;
      border-radius: 5px;
      font-size: 0.68rem;
      font-weight: 600;
      padding: 0;
      color: #fff;
      background: #1e9d55;
    }
    .home-dp-grid button.empty { background: transparent; pointer-events: none; }
    .home-dp-grid button.past { background: #b7c0ba; cursor: not-allowed; }
    .home-dp-grid button.reserved { background: #e09b1a; cursor: not-allowed; }
    .home-dp-grid button.booked { background: #d94a3d; cursor: not-allowed; }
    .home-dp-grid button.is-on { box-shadow: inset 0 0 0 2px #c9a227; }
    .home-dp-legend {
      display: flex;
      flex-wrap: wrap;
      gap: 0.35rem 0.55rem;
      margin-top: 0.45rem;
      font-size: 0.62rem;
      color: #5a6e5c;
      font-weight: 600;
    }
    .home-dp-legend .swatch {
      width: 8px; height: 8px; border-radius: 2px; display: inline-block; margin-right: 0.2rem;
    }
    .home-dp-legend .avail { background: #1e9d55; }
    .home-dp-legend .reserved { background: #e09b1a; }
    .home-dp-legend .booked { background: #d94a3d; }
    .home-cal-toast {
      position: fixed;
      left: 50%;
      bottom: 5.5rem;
      transform: translateX(-50%);
      background: #163c2a;
      color: #fff;
      padding: 0.7rem 1rem;
      border-radius: 10px;
      font-size: 0.82rem;
      z-index: 1200;
      max-width: 90vw;
      box-shadow: 0 10px 28px rgba(0,0,0,.25);
    }

    @media (prefers-reduced-motion: reduce) {
      .hero-slide.is-on img { animation: none; transform: none; }
      .reveal { opacity: 1; transform: none; transition: none; }
      #amenities.reveal.is-in .feat-item { animation: none; }
    }
    .page-section { padding-bottom: 2rem; max-width: 100%; }
    @media (min-width: 768px) {
      .cal-grid { max-width: 520px; gap: 6px; }
    }
    @media (max-width: 991.98px) {
      #mainNav .container-fluid {
        position: relative;
        padding-right: 3.4rem !important;
      }
      #mainNav .navbar-toggler {
        position: absolute;
        right: .65rem;
        top: .55rem;
        transform: none;
        z-index: 5;
      }
      #hero {
        height: auto !important;
        min-height: 0 !important;
        overflow: hidden !important;
        display: flex !important;
        flex-direction: column;
        justify-content: flex-start;
      }
      .hero-slides {
        position: relative;
        height: min(62vw, 360px);
        flex: 0 0 auto;
      }
      .hero-content {
        position: relative !important;
        width: 100% !important;
        max-width: 100%;
        padding: 1.2rem 1.25rem 1.5rem !important;
        background: #102d20;
        z-index: 3;
      }
      .hero-pager {
        left: 1.25rem;
        top: calc(min(62vw, 360px) - 1.5rem);
        bottom: auto;
      }
      .hero-zoom {
        top: calc(min(62vw, 360px) - 3.1rem);
        bottom: auto;
        right: 1.15rem;
      }
      #hero::before {
        background: linear-gradient(to top, rgba(5,18,10,.22), transparent 45%);
      }
      #hero::after { display: none; }
      .hero-btns { flex-direction: column; align-items: stretch; }
      .hero-btns a { justify-content: center; width: 100%; }
      .feat-item { padding: .9rem .35rem; }
      .feat-label { font-size:.68rem; }
    }
    @media (max-width: 575.98px) {
      .btn-book-now { padding:.4rem .7rem; font-size:.72rem; }
      .brand-title { font-size:.88rem; }
      .brand-sub { display:none; }
      .chackos-brand { gap: .4rem; }
      .chackos-brand-mark { height: 2.65rem; width: auto; max-height: 2.65rem; }
      .chackos-brand-title { font-size: .92rem; }
      .chackos-brand-loc { font-size: .62rem; }
      .chackos-brand-tag { font-size: .56rem; }
    }

    /* ── Inner pages (Design 1) ──────────────────── */
    .section-title { font-size: clamp(1.6rem, 3vw, 2.1rem); color: var(--green-dark); }
    .muted-copy { font-size: .87rem; color: var(--text-muted); line-height: 1.85; }
    .gallery-more {
      position: absolute; inset: 0; z-index: 2;
      background: rgba(26,71,49,.7); color: #fff;
      display: flex; align-items: center; justify-content: center;
      font-weight: 700; font-size: .9rem;
    }
    .page-hero {
      background: var(--bg-light);
      border-bottom: 1px solid #e8f3ec;
      padding: 2.4rem 0 1.8rem;
    }
    .page-hero h1 {
      font-size: clamp(1.7rem, 3vw, 2.3rem);
      color: var(--green-dark);
      margin: 0;
    }
    .inner-page { padding: 2.4rem 0 4.2rem; }
    .inner-page .form-control,
    .inner-page .form-select {
      border-radius: 6px;
      border-color: #cfe3d6;
    }
    .inner-page .form-label { font-size: .82rem; font-weight: 600; color: var(--text-dark); }
    .tariff-table thead { background: var(--green-dark); color: #fff; }
    .tariff-table td, .tariff-table th { vertical-align: middle; }
    .map-frame {
      border-radius: 14px; overflow: hidden;
      box-shadow: 0 12px 36px rgba(0,0,0,.12);
    }
    .map-frame iframe { width: 100%; height: 320px; border: 0; display: block; }
    .map-frame--cta { position: relative; }
    .map-frame--cta iframe { pointer-events: none; }
    .map-cta-card {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      background: #e8f5ee;
      border: 1px solid #cfe3d6;
      border-radius: 14px;
      padding: 1rem 1.15rem;
    }
    .map-cta-kicker {
      font-size: .9rem;
      font-weight: 600;
      color: #1a4731;
    }
    .map-cta-kicker i { color: #2d9a4e; margin-right: .25rem; }
    .map-cta-lead { font-size: .76rem; color: #5a6e5c; }
    .map-frame-cta {
      position: absolute;
      left: 50%;
      bottom: 1rem;
      transform: translateX(-50%);
      z-index: 2;
      display: inline-flex;
      align-items: center;
      gap: .4rem;
      background: #2d9a4e;
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      font-size: .85rem;
      padding: .55rem 1.15rem;
      border-radius: 999px;
      box-shadow: 0 10px 28px rgba(0,0,0,.3);
      white-space: nowrap;
    }
    .map-frame-cta:hover { background: #1a4731; color: #fff; }
    .btn-view-map {
      display: inline-flex;
      align-items: center;
      gap: .35rem;
      background: #2d9a4e;
      color: #fff !important;
      text-decoration: none !important;
      font-weight: 600;
      font-size: .78rem;
      padding: .4rem .85rem;
      border-radius: 999px;
      box-shadow: 0 6px 16px rgba(45,154,78,.28);
      transition: transform .2s, background .2s;
      white-space: nowrap;
    }
    .btn-view-map i { color: inherit; margin: 0 !important; }
    .btn-view-map:hover {
      background: #1a4731;
      color: #fff !important;
      transform: translateY(-1px);
    }
    .btn-view-map--hero {
      background: #fff;
      color: #1a4731 !important;
      box-shadow: 0 8px 20px rgba(0,0,0,.22);
    }
    .btn-view-map--hero:hover { background: #e8f5ee; color: #1a4731 !important; }
    .footer-map-cta { margin: .4rem 0 1rem 1.65rem; }
    .btn-view-map--about { margin-top: .65rem; align-self: flex-start; }
    .room-detail-list { list-style: none; padding: 0; margin: 1.2rem 0 1.6rem; }
    .room-detail-list li {
      padding: .55rem .85rem; margin-bottom: .45rem;
      background: var(--bg-light); border-radius: 8px;
      font-size: .88rem;
    }
    .room-detail-list i { color: var(--green-mid); margin-right: .4rem; }
    .alert { border-radius: 10px; }
    .room-photos .gallery-thumb img { height: 240px; }


