:root {
    --cream: #F5F0E8;
    --warm-white: #FDFAF5;
    --forest: #2C3E2D;
    --forest-light: #4A6741;
    --gold: #B8924A;
    --gold-light: #D4A96A;
    --stone: #8B7D6B;
    --snow: #EEF2F0;
    --deep: #1A2318;
    --text-muted: #6B6358;
  }

  * { margin: 0; padding: 0; box-sizing: border-box; }

  html { scroll-behavior: smooth; }

  body {
    font-family: 'Jost', sans-serif;
    background: var(--cream);
    color: var(--deep);
    font-weight: 300;
    overflow-x: hidden;
  }
/* ─── Custom ─── */
.container-banner {
    margin: 0 0 -.5rem;
}
h2 a {
    font-size: calc(1.325rem + .9vw);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--forest);
    margin-bottom: 0.5rem;
}
.room-amenities ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style-type: none;
}
.header-overlay {
    color: #fff;
    background-attachment: fixed;
	background-repeat: no-repeat;
    background-position: bottom, 50%;
  	background-size: cover;
}
.header-overlay .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    padding: 5rem 2rem 2.42rem;
    background-color: #0000007d;
    min-height: 450px;
}
em {
    font-style: italic;
    color: var(--gold);
}
.copyright {
    font-size: small;
    opacity: .5;
    padding: .5rem;
    width: 100%;
    margin: 0;
}
.container-nav p {
    margin-top: 0;
    margin-bottom: 0;
}
.uk-scope a {
    color: #ffffff!important;
}
.footer-menu {
    display: flex;
    justify-content: space-between;
}
/* ─── FLOATING ACTION BUTTONS ─── */
  .fab-stack {
    position: fixed;
    bottom: 28px;
    right: 24px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-end;
  }
  .fab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    box-shadow: 0 6px 30px rgba(0,0,0,0.5);
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
  }
  .fab:hover { transform: translateY(-3px); box-shadow: 0 10px 40px rgba(0,0,0,0.6); }
  .fab-wa { background: var(--green); color: #fff; }
  .fab-call { background: var(--gold); color: var(--black); }
  .fab svg { width: 20px; height: 20px; flex-shrink: 0; }

  /* NAV */
  .container-nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 4rem;
    background: var(--deep)!important;
    border-bottom: 0.5px solid rgba(184,146,74,0.2);
    transition: all 0.3s ease;
    padding-bottom: 0 !important;
  }

  .nav-logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--forest);
    letter-spacing: 0.05em;
    text-decoration: none;
  }

  .nav-logo span {
    color: var(--gold);
  }

  .navbar {
    display: flex;
    gap: 2.5rem;
    list-style: none;
  }
.container-header .mod-menu
 {
    color: var(--stone)!important;
}
  .navbar a {
    text-decoration: none;
    color: var(--stone);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 400;
    transition: color 0.3s;
  }

  .navbar a:hover { color: var(--gold); }

  .nav-cta {
    background: var(--forest);
    color: var(--cream) !important;
    padding: 0.6rem 1.6rem !important;
    letter-spacing: 0.14em !important;
    transition: background 0.3s !important;
  }

  .nav-cta:hover {
    background: var(--gold) !important;
    color: white !important;
  }

/* BANNER */
.container-banner .banner-overlay {
    color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top,50%;
    background-size: cover;
    height: 100vh;
    border-top: 0.5rem solid var(--ongo-light);
    overflow: hidden;
  	margin-top: 1rem;
}
.container-banner .banner-overlay .overlay {
        min-height: 580px;
        padding: 3rem 2rem .42rem;
  		background-color: #00000080;
}
@media (max-width: 991px) {
.container-banner .banner-overlay .overlay {
        min-height: 880px;
        padding: 2rem 2rem .42rem;
}
}

  /* HERO */
  .hero {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--forest);
  }

  .hero-bg {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(160deg, rgba(26,35,24,0.7) 0%, rgba(26,35,24,0.3) 50%, rgba(26,35,24,0.75) 100%),
      url('https://images.unsplash.com/photo-1585016495481-91613a13e236?w=1600&q=80') center/cover no-repeat;
    transform: scale(1.05);
    animation: heroZoom 18s ease-in-out infinite alternate;
  }

  @keyframes heroZoom {
    from { transform: scale(1.05); }
    to { transform: scale(1.12); }
  }

  .hero-orchard-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(44,62,45,0.5) 0%, transparent 60%);
  }

  .hero-content {
    position: relative;
    z-index: 2;
    padding: 0 4rem;
    max-width: 750px;
    animation: fadeUp 1.2s ease both;
  }

  @keyframes fadeUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .hero-eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold-light);
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .hero-eyebrow::before {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: var(--gold);
  }

 .display-1 h1 {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(3.5rem, 6vw, 5.5rem);
    font-weight: 300;
    color: var(--cream);
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.01em;
  }

  .display-1 em {
    font-style: italic;
    color: var(--gold-light);
  }

  .hero-desc {
    font-size: 1rem;
    color: rgba(245,240,232,0.75);
    line-height: 1.8;
    max-width: 500px;
    margin-bottom: 3rem;
    font-weight: 300;
  }

  .hero-actions {
    display: flex;
    gap: 1.2rem;
    align-items: center;
    flex-wrap: wrap;
  }

  .btn-primary {
    background: var(--gold);
    color: white;
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    display: inline-block;
  }

  .btn-primary:hover { background: var(--gold-light); }

  .btn-outline {
    border: 1px solid rgba(245,240,232,0.4);
    color: var(--cream);
    padding: 1rem 2.5rem;
    text-decoration: none;
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s;
    display: inline-block;
  }

  .btn-outline:hover {
    border-color: var(--gold);
    color: var(--gold-light);
  }

  .hero-badges {
    position: absolute;
    bottom: 3rem;
    right: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    z-index: 2;
  }

  .hero-badge {
    background: rgba(26,35,24,0.7);
    border: 0.5px solid rgba(184,146,74,0.3);
    padding: 0.8rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    backdrop-filter: blur(8px);
    animation: fadeUp 1.2s ease both;
  }

  .hero-badge:nth-child(2) { animation-delay: 0.15s; }
  .hero-badge:nth-child(3) { animation-delay: 0.3s; }

  .badge-icon {
    width: 32px;
    height: 32px;
    background: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
  }

  .badge-text {
    font-size: 0.72rem;
    color: var(--cream);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    line-height: 1.4;
  }

  /* SECTION BASE */
  section { padding: 6rem 4rem; }

  .section-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }

  .section-eyebrow::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: var(--gold);
  }

  h2.display {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.5rem, 4vw, 3.8rem);
    font-weight: 300;
    color: var(--forest);
    line-height: 1.15;
    margin-bottom: 1.5rem;
  }

  h2.display em { font-style: italic; color: var(--gold); }

  /* ABOUT / INTRO */
  .about {
    background: var(--cream);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    align-items: center;
  }

  .about-visual {
    position: relative;
    height: 560px;
  }

  .about-img-main {
    width: 80%;
    height: 480px;
    object-fit: cover;
    position: absolute;
    top: 0; right: 0;
  }

  .about-img-accent {
    width: 50%;
    height: 220px;
    object-fit: cover;
    position: absolute;
    bottom: 0; left: 0;
    border: 6px solid var(--warm-white);
    z-index: 2;
  }

  .about-stat {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background: var(--forest);
    color: var(--cream);
    padding: 1.5rem 1.8rem;
    z-index: 3;
  }

  .about-stat-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem;
    font-weight: 300;
    color: var(--gold-light);
    display: block;
    line-height: 1;
  }

  .about-stat-label {
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.6);
    margin-top: 0.3rem;
    display: block;
  }

  .about-text p {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--stone);
    margin-bottom: 1.2rem;
  }

  .about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 2rem;
  }

  .about-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 1rem;
    border: 0.5px solid rgba(184,146,74,0.2);
    background: var(--cream);
  }

  .feature-dot {
    width: 6px;
    height: 6px;
    background: var(--gold);
    flex-shrink: 0;
    margin-top: 6px;
  }

  .feature-text {
    font-size: 0.82rem;
    color: var(--stone);
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  /* HIGHLIGHTS STRIP */
  .highlights {
    background: var(--forest);
    padding: 2.5rem 4rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
  }

  .highlight-item {
    text-align: center;
    flex: 1;
    min-width: 140px;
  }

  .highlight-icon {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    display: block;
  }

  .highlight-label {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.55);
    display: block;
    margin-bottom: 0.2rem;
  }

  .highlight-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.1rem;
    color: var(--gold-light);
    font-weight: 400;
  }

  .highlight-divider {
    width: 1px;
    height: 50px;
    background: rgba(245,240,232,0.1);
  }

  /* ROOMS */
  .rooms {
    background: var(--cream);
  }

  .rooms-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 4rem;
  }

  .rooms-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 0 auto;
  }

  .room-card {
    background: var(--warm-white);
    overflow: hidden;
    border: 0.5px solid rgba(184,146,74,0.15);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }

  .room-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(44,62,45,0.12);
  }

  .room-img {
    height: 280px;
    position: relative;
    overflow: hidden;
  }

  .room-img-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.6s ease;
  }

  .room-card:hover .room-img-bg { transform: scale(1.05); }

  .room-tag {
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
    background: var(--gold);
    color: white;
    padding: 0.3rem 0.9rem;
    font-size: 0.65rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 400;
  }

  .room-jacuzzi-tag {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    background: var(--forest);
    color: var(--cream);
    padding: 0.3rem 0.9rem;
    font-size: 0.65rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
  }

  .room-info {
    padding: 1.8rem;
  }

  .room-info h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 400;
    color: var(--forest);
    margin-bottom: 0.5rem;
  }

  .room-info p {
    font-size: 0.88rem;
    color: var(--stone);
    line-height: 1.7;
    margin-bottom: 1.2rem;
  }

  .room-amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .amenity-tag {
    font-size: 0.68rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--forest-light);
    border: 0.5px solid var(--forest-light);
    padding: 0.2rem 0.7rem;
  }

  .room-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.2rem;
    border-top: 0.5px solid rgba(184,146,74,0.15);
  }

  .room-price {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: var(--gold);
    font-weight: 400;
  }

  .room-price span {
    font-size: 0.7rem;
    font-family: 'Jost', sans-serif;
    color: var(--stone);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 300;
  }

  .btn-room {
    background: var(--forest);
    color: var(--cream);
    padding: 0.6rem 1.4rem;
    text-decoration: none;
    font-size: 0.7rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    transition: background 0.3s;
    z-index: 1;
  }

  .btn-room:hover { background: var(--gold); }

  /* RESTAURANT */
  .restaurant {
    background: var(--warm-white);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 600px;
  }

  .restaurant-visual {
    position: relative;
    background: url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=900&q=80') center/cover;
    min-height: 550px;
  }

  .restaurant-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, var(--warm-white));
  }

  .restaurant-content {
    padding: 5rem 4rem 5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .restaurant-content p {
    font-size: 0.95rem;
    color: var(--stone);
    line-height: 1.85;
    margin-bottom: 1.2rem;
  }

  .cuisine-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem;
    margin: 2rem 0;
  }

  .cuisine-item {
    text-align: center;
    padding: 1.2rem 0.8rem;
    border: 0.5px solid rgba(184,146,74,0.2);
    background: var(--cream);
    transition: border-color 0.3s;
  }

  .cuisine-item:hover { border-color: var(--gold); }

  .cuisine-icon { font-size: 1.5rem; margin-bottom: 0.4rem; }

  .cuisine-name {
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--forest);
    font-weight: 400;
  }

  /* NATURE */
  .nature {
    background: var(--forest);
    position: relative;
    overflow: hidden;
  }

  .nature::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(to right, transparent, var(--gold), transparent);
  }

  .nature-header {
    text-align: center;
    margin-bottom: 4rem;
  }

  .nature-header h2 { color: var(--cream); }
  .nature-header h2 em { color: var(--gold-light); }

  .nature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }

  .nature-card {
    background: rgba(26,35,24,0.6);
    border: 0.5px solid rgba(184,146,74,0.2);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: border-color 0.3s, background 0.3s;
  }

  .nature-card:hover {
    border-color: var(--gold);
    background: rgba(26,35,24,0.9);
  }

  .nature-icon {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    display: block;
  }

  .nature-card h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.25rem;
    font-weight: 400;
    color: var(--cream);
    margin-bottom: 0.6rem;
  }

  .nature-card p {
    font-size: 0.82rem;
    color: rgba(245,240,232,0.55);
    line-height: 1.7;
  }

  /* GALLERY */
  .gallery {
    background: var(--cream);
    padding: 6rem 0;
  }

  .gallery-header {
    text-align: center;
    padding: 0 4rem;
    margin-bottom: 3rem;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 250px 250px;
    gap: 4px;
  }

  .gallery-item {
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
    cursor: pointer;
  }

  .gallery-item:hover { transform: scale(1.02); }

  .gallery-item:nth-child(1) {
    grid-row: 1 / 3;
    background-image: url('https://images.unsplash.com/photo-1499696010180-025ef6e1a8f9?w=800&q=80');
  }

  .gallery-item:nth-child(2) {
    background-image: url('https://images.unsplash.com/photo-1582719508461-905c673771fd?w=600&q=80');
  }

  .gallery-item:nth-child(3) {
    background-image: url('https://images.unsplash.com/photo-1470770841072-f978cf4d019e?w=600&q=80');
  }

  .gallery-item:nth-child(4) {
    background-image: url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?w=600&q=80');
  }

  .gallery-item:nth-child(5) {
    background-image: url('https://images.unsplash.com/photo-1561501878-aabd62634533?w=600&q=80');
  }

  /* BOOKING */
  .booking-bar {
    background: var(--forest);
    padding: 2.5rem 4rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .booking-bar-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    color: var(--cream);
    font-weight: 300;
    flex: 1;
    min-width: 200px;
  }

  .booking-field {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
  }

  .booking-field label {
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(245,240,232,0.5);
  }

  .booking-field input, .booking-field select {
    background: rgba(245,240,232,0.08);
    border: 0.5px solid rgba(245,240,232,0.2);
    color: var(--cream);
    padding: 0.6rem 1rem;
    font-size: 0.85rem;
    font-family: 'Jost', sans-serif;
    font-weight: 300;
    min-width: 150px;
    outline: none;
  }

  .booking-field select option { background: var(--forest); }

  .booking-field input:focus, .booking-field select:focus {
    border-color: var(--gold);
  }

  /* TESTIMONIALS */
  .testimonials {
    background: var(--warm-white);
    text-align: center;
  }

  .testimonials-header { margin-bottom: 4rem; }

  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
  }

  .testimonial-card {
    padding: 2.5rem;
    border: 0.5px solid rgba(184,146,74,0.2);
    background: var(--cream);
    text-align: left;
    position: relative;
  }

  .testimonial-card::before {
    content: '"';
    font-family: 'Cormorant Garamond', serif;
    font-size: 5rem;
    color: var(--gold);
    opacity: 0.2;
    position: absolute;
    top: -1rem;
    left: 1.5rem;
    line-height: 1;
  }

  .testimonial-text {
    font-size: 0.92rem;
    color: var(--stone);
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-style: italic;
  }

  .testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
  }

  .author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--forest);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    color: var(--gold-light);
    font-weight: 400;
    flex-shrink: 0;
  }

  .author-name {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--forest);
  }

  .author-origin {
    font-size: 0.72rem;
    color: var(--stone);
    letter-spacing: 0.08em;
  }

  .stars {
    color: var(--gold);
    font-size: 0.85rem;
    margin-bottom: 1rem;
    letter-spacing: 0.1em;
  }

  /* LOCATION */
  .location {
    background: var(--cream);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: start;
  }

  .location-info h2 { margin-bottom: 1.5rem; }

  .location-info p {
    font-size: 0.95rem;
    color: var(--stone);
    line-height: 1.85;
    margin-bottom: 2rem;
  }

  .location-details {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
  }

  .location-detail {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1.2rem;
    border-bottom: 0.5px solid rgba(184,146,74,0.15);
  }

  .detail-icon {
    width: 36px;
    height: 36px;
    background: var(--forest);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    margin-top: 2px;
  }

  .detail-info label {
    display: block;
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.2rem;
  }

  .detail-info span {
    font-size: 0.9rem;
    color: var(--forest);
  }

  .map-placeholder {
    background: var(--forest);
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }

  .map-bg {
    position: absolute;
    inset: 0;
    background: url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=800&q=80') center/cover;
    opacity: 0.3;
  }

  .map-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
  }

  .map-content p {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    color: var(--cream);
    margin-bottom: 0.5rem;
  }

  .map-content small {
    color: rgba(245,240,232,0.55);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .map-pin {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 1rem;
    animation: pulse 2s ease-in-out infinite;
  }

  @keyframes pulse {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
  }

  /* FOOTER */
  footer {
    background: var(--deep)!important;
    padding: 4rem;
    display: grid;
    /*grid-template-columns: 2fr 1fr 1fr 1fr;*/
    gap: 3rem;
  }

  .footer-brand {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--cream);
    margin-bottom: 1rem;
  }

  .footer-brand span { color: var(--gold); }

  .footer-tagline {
    font-size: 0.82rem;
    color: rgba(245,240,232,0.4);
    line-height: 1.7;
    margin-bottom: 1.5rem;
  }

  .footer-social {
    display: flex;
    gap: 0.8rem;
  }

  .social-btn {
    width: 36px;
    height: 36px;
    border: 0.5px solid rgba(245,240,232,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(245,240,232,0.5);
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.3s;
  }

  .social-btn:hover {
    border-color: var(--gold);
    color: var(--gold);
  }

  .footer-col h5 {
    font-size: 0.68rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 1.5rem;
    font-weight: 400;
  }

  .footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
  }

  .footer-links a {
    color: rgba(245,240,232,0.45);
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s;
  }

  .footer-links a:hover { color: var(--gold-light); }

  .footer-bottom {
    background: rgba(0,0,0,0.3);
    padding: 1.2rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom p {
    font-size: 0.72rem;
    color: rgba(245,240,232,0.25);
    letter-spacing: 0.08em;
  }

  .footer-bottom a {
    color: var(--gold);
    text-decoration: none;
    font-size: 0.72rem;
  }

  /* SCROLL ANIMATIONS */
  .reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
  }

  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }

/* ─── FLOATING ACTION BUTTONS ─── */
  .fab-stack {
    position: fixed;
    bottom: 28px;
    right: 24px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-end;
  }
  .fab {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 50px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    box-shadow: 0 6px 30px rgba(0,0,0,0.5);
    transition: transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
  }
  .fab:hover { transform: translateY(-3px); box-shadow: 0 10px 40px rgba(0,0,0,0.6); }
  .fab-wa { background: var(--green); color: #fff; }
  .fab-call { background: var(--gold); color: var(--black); }
  .fab svg { width: 20px; height: 20px; flex-shrink: 0; }

  /* MEDIA QUERIES */
  @media (max-width: 900px) {
    nav { padding: 1.2rem 2rem; }
    .nav-links { display: none; }
    section { padding: 4rem 2rem; }
    .hero-content { padding: 0 2rem; }
    .hero-badges { display: none; }
    .about, .restaurant, .location { grid-template-columns: 1fr; }
    .rooms-grid { grid-template-columns: 1fr; }
    .nature-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonials-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
    .gallery-item:nth-child(1) { grid-row: auto; }
    footer { grid-template-columns: 1fr 1fr; }
    .highlights { padding: 2rem; }
    .highlight-divider { display: none; }
    .booking-bar { flex-direction: column; align-items: flex-start; }
    .cuisine-grid { grid-template-columns: repeat(2, 1fr); }

    .fab span.fab-label { display: none; }
    .fab { padding: 14px; border-radius: 50%; }
    .fab svg { width: 24px; height: 24px; }
  }