/* ============================================================
   Maa Gouri Guest House — Bright & Modern Theme
   Brand green + champagne gold, maroon accents (from logo).
   ============================================================ */

:root {
    --green:        #2e8b43;
    --green-dark:   #1c6e32;
    --green-deep:   #0f3d1e;
    --gold:         #e7a81c;
    --gold-light:   #f4c430;
    --maroon:       #9e1c1c;
    --ink:          #1d2b22;
    --muted:        #5d6b62;
    --line:         #e6ece7;
    --bg:           #ffffff;
    --bg-soft:      #f5f8f5;
    --bg-cream:     #fbf8f0;

    --grad-green:   linear-gradient(135deg, #34a04f, #1c6e32);
    --grad-gold:    linear-gradient(135deg, #f4c430, #e7a81c);

    --shadow-sm:    0 1px 2px rgba(16,40,28,.05), 0 4px 14px rgba(16,40,28,.06);
    --shadow-md:    0 6px 18px rgba(16,40,28,.08), 0 18px 40px rgba(16,40,28,.10);
    --shadow-lg:    0 10px 30px rgba(16,40,28,.12), 0 34px 70px rgba(16,40,28,.16);
    --ring:         0 0 0 1px rgba(16,40,28,.05);

    --radius:       20px;
    --radius-sm:    12px;
    --radius-lg:    28px;
    --maxw:         1180px;
    --header-h:     90px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Poppins', system-ui, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1, h2, h3, h4, .display { font-family: 'Playfair Display', Georgia, serif; line-height: 1.14; color: var(--ink); letter-spacing: -.01em; }

img { max-width: 100%; display: block; }
a { color: var(--green-dark); text-decoration: none; }
ul { list-style: none; }
::selection { background: var(--gold); color: #2a1d00; }

.container { width: min(100% - 2.4rem, var(--maxw)); margin-inline: auto; }

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

/* ---------- Buttons ---------- */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    padding: .82rem 1.7rem; border-radius: 999px; font-weight: 600; font-size: .95rem;
    border: 1.5px solid transparent; cursor: pointer; white-space: nowrap;
    font-family: 'Poppins', sans-serif; letter-spacing: .01em;
    transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease, background .25s ease, color .2s ease;
}
.btn:active { transform: scale(.98); }
.btn--accent { background: var(--grad-gold); color: #2a1d00; box-shadow: 0 6px 16px rgba(231,168,28,.28); }
.btn--accent:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(231,168,28,.42); }
.btn--primary { background: var(--grad-green); color: #fff; box-shadow: 0 6px 16px rgba(31,138,76,.28); }
.btn--primary:hover { transform: translateY(-3px); box-shadow: 0 12px 26px rgba(31,138,76,.42); }
.btn--ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.65); backdrop-filter: blur(4px); }
.btn--ghost:hover { background: #fff; color: var(--green-dark); transform: translateY(-3px); }
.btn--outline { background: transparent; color: var(--green-dark); border-color: var(--green); }
.btn--outline:hover { background: var(--green); color: #fff; transform: translateY(-3px); }
.btn--whatsapp { background: #25d366; color: #fff; }
.btn--whatsapp:hover { background: #1ebe5d; transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn--mmt { background: linear-gradient(90deg, #eb2026, #f37021); color: #fff; }
.btn--mmt:hover { filter: brightness(1.07); transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn--block { width: 100%; }
.btn--lg { padding: 1rem 2rem; font-size: 1.05rem; }

/* ---------- Topbar ---------- */
.topbar { background: var(--green-deep); color: #dbeede; font-size: .82rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: .5rem 0; flex-wrap: wrap; }
.topbar__contacts { display: flex; gap: 1.2rem; flex-wrap: wrap; }
.topbar a { color: #dbeede; }
.topbar a:hover { color: var(--gold-light); }

/* ---------- Header ---------- */
.site-header {
    position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.72);
    backdrop-filter: blur(18px) saturate(150%); -webkit-backdrop-filter: blur(18px) saturate(150%);
    border-bottom: 1px solid rgba(227,233,228,.6); box-shadow: 0 1px 0 rgba(16,40,28,.04);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 1rem; }
.brand { display: flex; align-items: center; gap: .7rem; }
/* Large logo that overlaps (overlays) below the header bar without making it taller */
.brand__img {
    height: 124px;
    width: auto;
    display: block;
    margin-bottom: -34px;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 8px;
    border-radius: 35px;
}
.brand__chip { display: inline-flex; background: #fff; padding: .6rem .9rem; border-radius: 14px; box-shadow: var(--shadow-sm); }
.brand__chip img { height: 88px; width: auto; display: block; }

.nav { display: flex; align-items: center; gap: .3rem; }
.nav > a { padding: .55rem .9rem; border-radius: 8px; color: var(--ink); font-weight: 500; font-size: .96rem; transition: .18s; }
.nav > a:hover { color: var(--green-dark); background: var(--bg-soft); }
.nav > a.is-active { color: var(--green-dark); }
.nav > a.is-active:not(.btn)::after { content: ''; display: block; height: 2px; background: var(--gold); border-radius: 2px; margin-top: 2px; }
.nav__cta { margin-left: .4rem; }
.nav .btn.nav__cta { padding: .55rem 1.1rem; font-size: .9rem; }
.btn--accent.nav__cta { color: #2a1d00; }

.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { width: 26px; height: 3px; background: var(--green-dark); border-radius: 3px; transition: .25s; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Sections ---------- */
.section { padding: clamp(3.4rem, 6.5vw, 6rem) 0; }
.section--soft { background: radial-gradient(40rem 22rem at 0% 100%, rgba(46,139,67,.07), transparent 55%), var(--bg-soft); }
.section--cream { background: radial-gradient(40rem 22rem at 100% 0%, rgba(231,168,28,.10), transparent 55%), var(--bg-cream); }
.section--dark { background: linear-gradient(160deg, var(--green-deep), #0a2d16); color: #cfe0d4; }
.section--dark .eyebrow { color: var(--gold-light); }
.section--dark .section-head h2, .section--dark .split__body h2 { color: #fff; }
.section--dark .section-head p, .section--dark .split__body p { color: #b9cdbf; }
.section--dark .ticklist li { color: #e6efe8; }
/* Testimonials section with decorative background image */
.section--testi {
    background-image: linear-gradient(rgba(12,45,24,.78), rgba(8,32,17,.86)), url('../../images/textmonials.png');
    background-size: cover; background-position: center;
}
/* About section with decorative background image */
.section--aboutbg {
    background-image: linear-gradient(rgba(12,45,24,.82), rgba(8,32,17,.88)), url('../../images/about bg.png');
    background-size: cover; background-position: center;
}

.section-head { text-align: center; max-width: 700px; margin: 0 auto 3rem; }
.section-head .eyebrow {
    display: inline-flex; align-items: center; gap: .55rem; color: var(--green-dark);
    background: rgba(46,139,67,.1); padding: .42rem 1rem; border-radius: 999px;
    font-weight: 600; letter-spacing: 1.6px; text-transform: uppercase; font-size: .72rem; margin-bottom: 1rem;
}
.section-head .eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.section-head h2 { font-size: clamp(2rem, 3.6vw, 3rem); margin: 0 0 .7rem; }
.section-head p { color: var(--muted); font-size: 1.02rem; }
.section--dark .section-head .eyebrow { background: rgba(255,255,255,.1); color: var(--gold-light); }
.eyebrow { display: inline-block; }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 90vh; display: flex; align-items: center; color: #fff; text-align: center; overflow: hidden; background: var(--green-deep); }
.hero__slides { position: absolute; inset: 0; z-index: 0; }
.hero__slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.6s ease; }
.hero__slide.is-active { opacity: 1; animation: kenburns 8s ease-out both; }
@keyframes kenburns { from { transform: scale(1.12); } to { transform: scale(1); } }
.hero::before { content: ''; position: absolute; inset: 0; z-index: 1; background: radial-gradient(120% 110% at 50% 0%, rgba(14,61,34,.42) 0%, rgba(11,45,22,.68) 60%, rgba(7,28,16,.86) 100%); }
.hero__inner { position: relative; z-index: 2; width: min(100% - 2.4rem, 900px); margin-inline: auto; padding: 5rem 0 3rem; }
.hero__stars { color: var(--gold-light); letter-spacing: 3px; margin-bottom: .4rem; font-size: 1.1rem; }
.hero .eyebrow { color: var(--gold-light); letter-spacing: 4px; text-transform: uppercase; font-weight: 600; }
.hero h1 { color: #fff; font-size: clamp(2.3rem, 6vw, 4.2rem); margin: 1rem 0; text-shadow: 0 4px 24px rgba(0,0,0,.45); }
.hero p { font-size: clamp(1rem, 2vw, 1.25rem); color: #eaf3ec; max-width: 620px; margin: 0 auto 1.8rem; }
.hero__cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.hero__chips { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-top: 1.8rem; }
.hero__chips li { display: inline-flex; align-items: center; gap: .45rem; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.3); color: #fff; padding: .45rem .95rem; border-radius: 999px; font-size: .86rem; font-weight: 500; backdrop-filter: blur(4px); }
.hero__chips .fi { width: 17px; height: 17px; color: var(--gold-light); }
.hero__chips .fi svg { width: 16px; height: 16px; }
.hero__arrow {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
    width: 50px; height: 50px; border-radius: 50%; border: 1px solid rgba(255,255,255,.55);
    background: rgba(255,255,255,.12); color: #fff; font-size: 2rem; line-height: 1;
    display: grid; place-items: center; cursor: pointer; backdrop-filter: blur(4px); transition: .22s ease;
}
.hero__arrow:hover { background: var(--gold); color: #2a1d00; border-color: var(--gold); }
.hero__arrow--prev { left: 1.4rem; }
.hero__arrow--next { right: 1.4rem; }

/* ---------- Hero as plain pre-designed banner slider ---------- */
.hero--banner { min-height: 0; display: block; overflow: hidden; background: none; }
.hero--banner::before { content: none; }
.hero--banner .hero__slides { position: relative; width: 100%; z-index: auto; }
.hero--banner .hero__slide { position: static; inset: auto; display: none; opacity: 1; transition: none; }
.hero--banner .hero__slide.is-active { display: block; animation: none; }
.hero--banner .hero__slide img { width: 100%; height: auto; display: block; }
.hero--banner .hero__arrow { background: rgba(0,0,0,.35); border-color: rgba(255,255,255,.6); }
.hero--banner .hero__arrow:hover { background: var(--gold); color: #2a1d00; border-color: var(--gold); }

/* ---------- Booking search widget ---------- */
.search-widget {
    background: rgba(255,255,255,.92); backdrop-filter: blur(16px) saturate(150%); -webkit-backdrop-filter: blur(16px) saturate(150%);
    border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg);
    padding: 1.6rem; margin: -0.4rem auto 30px; position: relative; z-index: 5; width: min(100% - 2.4rem, var(--maxw));
}
.search-widget form { display: grid; grid-template-columns: repeat(4, 1fr) auto; gap: 1rem; align-items: end; }
.field { display: flex; flex-direction: column; gap: .4rem; text-align: left; }
.field label { font-size: .76rem; font-weight: 600; color: var(--green-dark); text-transform: uppercase; letter-spacing: .6px; }
.field input, .field select, .field textarea {
    font-family: inherit; font-size: .95rem; padding: .8rem .9rem; border: 1.5px solid var(--line);
    border-radius: var(--radius-sm); background: #fff; color: var(--ink); width: 100%; transition: .18s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(31,138,76,.12); }

/* ---------- Feature tiles ---------- */
.featurestrip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; }
.feature { text-align: left; padding: 1.9rem 1.6rem; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-sm), var(--ring); transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease; position: relative; overflow: hidden; }
.feature::before { content: ''; position: absolute; inset: 0 0 auto 0; height: 4px; background: linear-gradient(90deg, var(--green), var(--gold)); transform: scaleX(0); transform-origin: left; transition: transform .35s ease; }
.feature:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.feature:hover::before { transform: scaleX(1); }
.feature .ic { width: 60px; height: 60px; margin: 0 0 1.1rem; border-radius: 16px; display: grid; place-items: center; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; box-shadow: 0 10px 20px rgba(31,138,76,.28); transition: .3s ease; }
.feature:hover .ic { transform: rotate(-6deg) scale(1.08); background: linear-gradient(135deg, var(--gold), #c98f12); box-shadow: 0 10px 22px rgba(231,168,28,.35); }
.feature h4 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.06rem; margin-bottom: .35rem; }
.feature p { font-size: .88rem; color: var(--muted); }
.ic svg { width: 28px; height: 28px; }
.feature .ic--img { background: var(--bg-cream); padding: 9px; box-shadow: inset 0 0 0 1px var(--line); }
.feature .ic--img img { width: 100%; height: 100%; object-fit: contain; }
.feature:hover .ic--img { background: #fff; transform: rotate(-4deg) scale(1.08); box-shadow: 0 10px 20px rgba(14,61,34,.14); }

/* ---------- Split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; }
.split__media img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; height: 100%; object-fit: cover; max-height: 460px; }
.split__body h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); margin-bottom: 1rem; }
.split__body p { color: var(--muted); margin-bottom: 1rem; }
.ticklist { display: grid; gap: .6rem; margin: 1.2rem 0 1.6rem; }
.ticklist li { padding-left: 1.8rem; position: relative; color: var(--ink); }
.ticklist li::before { content: '✓'; position: absolute; left: 0; top: 0; color: #fff; background: var(--green); width: 1.25rem; height: 1.25rem; border-radius: 50%; font-size: .75rem; display: grid; place-items: center; }
.media-collage { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; gap: .8rem; }
.media-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); }
.media-collage img:first-child { grid-row: span 2; }

/* ---------- Room cards ---------- */
.room-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr)); gap: 1.8rem; }
.room-card { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm), var(--ring); display: flex; flex-direction: column; transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease; }
.room-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }
.room-card__media { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.room-card__media img { width: 100%; height: 100%; object-fit: cover; transition: .55s cubic-bezier(.2,.8,.2,1); }
.room-card:hover .room-card__media img { transform: scale(1.08); }
.room-card__price { position: absolute; bottom: .8rem; right: .8rem; background: var(--grad-gold); color: #2a1d00; font-weight: 700; padding: .4rem .9rem; border-radius: 999px; font-size: .95rem; box-shadow: 0 6px 16px rgba(231,168,28,.35); }
.room-card__price small { font-weight: 500; }
.room-card__body { padding: 1.3rem; display: flex; flex-direction: column; flex: 1; }
.room-card__body h3 { font-size: 1.35rem; margin-bottom: .3rem; }
.room-meta { display: flex; gap: 1rem; flex-wrap: wrap; font-size: .82rem; color: var(--muted); margin-bottom: .7rem; }
.room-card__body p { color: var(--muted); font-size: .92rem; margin-bottom: 1rem; }
.amenity-tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1.2rem; }
.amenity-tags span { background: var(--bg-soft); color: var(--green-dark); font-size: .76rem; padding: .25rem .6rem; border-radius: 999px; }
.room-perk { font-size: .82rem; color: var(--green-deep); background: var(--bg-cream); border: 1px dashed var(--gold); border-radius: var(--radius-sm); padding: .45rem .7rem; margin-bottom: 1.1rem; }
.room-card__actions { margin-top: auto; display: flex; gap: .6rem; }

/* ---------- Nearby ---------- */
.nearby-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)); gap: 1.4rem; }
.nearby-item { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm), var(--ring); overflow: hidden; transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s ease; }
.nearby-item:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.nearby-item__img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.nearby-item__img img { width: 100%; height: 100%; object-fit: cover; transition: .45s ease; }
.nearby-item:hover .nearby-item__img img { transform: scale(1.07); }
.nearby-item__img .dist { position: absolute; top: .7rem; right: .7rem; font-family: 'Poppins', sans-serif; font-size: .75rem; background: var(--green); color: #fff; padding: .25rem .65rem; border-radius: 999px; font-weight: 600; box-shadow: var(--shadow-sm); }
.nearby-item__body { padding: 1.1rem 1.3rem 1.3rem; }
.nearby-item__body h4 { font-family: 'Poppins', sans-serif; font-size: 1.08rem; }
.nearby-item__body p { color: var(--muted); font-size: .87rem; margin-top: .3rem; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr)); gap: 1rem; }
.gallery-item { position: relative; overflow: hidden; border-radius: var(--radius); cursor: pointer; aspect-ratio: 4/3; box-shadow: var(--shadow-sm); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .4s; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item figcaption { position: absolute; inset: auto 0 0 0; background: linear-gradient(transparent, rgba(14,61,34,.85)); color: #fff; padding: 1.4rem .9rem .7rem; font-size: .88rem; opacity: 0; transition: .25s; }
.gallery-item:hover figcaption { opacity: 1; }

.lightbox { position: fixed; inset: 0; background: rgba(8,24,14,.92); display: none; align-items: center; justify-content: center; z-index: 2000; padding: 1.5rem; }
.lightbox.is-open { display: flex; }
.lightbox img { max-width: 92vw; max-height: 82vh; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lightbox__close, .lightbox__nav { position: absolute; background: rgba(255,255,255,.14); color: #fff; border: 0; cursor: pointer; border-radius: 50%; width: 48px; height: 48px; font-size: 1.4rem; display: grid; place-items: center; transition: .2s; }
.lightbox__close:hover, .lightbox__nav:hover { background: var(--gold); color: #2a1d00; }
.lightbox__close { top: 1.2rem; right: 1.2rem; }
.lightbox__nav--prev { left: 1.2rem; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 1.2rem; top: 50%; transform: translateY(-50%); }
.lightbox__cap { position: absolute; bottom: 1.2rem; left: 0; right: 0; text-align: center; color: #fff; font-size: .95rem; }

/* ---------- Page banner ---------- */
.page-banner { position: relative; color: #fff; text-align: center; padding: clamp(4rem, 8vw, 6.5rem) 0; background: linear-gradient(130deg, rgba(11,45,22,.88) 0%, rgba(14,61,34,.6) 60%, rgba(7,28,16,.8) 100%), url('../../images/Slide 2.png') center/cover; overflow: hidden; }
.page-banner h1 { color: #fff; font-size: clamp(2.2rem, 5vw, 3.4rem); }
.page-banner .crumbs { color: #d6e7da; font-size: .9rem; margin-top: .5rem; }
.page-banner .crumbs a { color: var(--gold-light); }

/* ---------- Booking ---------- */
.booking-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 2rem; align-items: start; }
.card { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm), var(--ring); padding: clamp(1.3rem, 3vw, 2rem); }
.card h3 { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.15rem; margin-bottom: 1.1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--line); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.form-grid .full { grid-column: 1 / -1; }
.req { color: var(--maroon); }
.room-choice { display: grid; gap: .8rem; }
.room-option { display: flex; gap: .9rem; align-items: center; border: 1.5px solid var(--line); border-radius: var(--radius-sm); padding: .8rem; cursor: pointer; transition: .18s; }
.room-option:hover { border-color: var(--green); }
.room-option input { accent-color: var(--green); width: 18px; height: 18px; }
.room-option img { width: 76px; height: 60px; object-fit: cover; border-radius: 8px; }
.room-option .ro-name { font-weight: 600; }
.room-option .ro-price { color: var(--green-dark); font-weight: 600; font-size: .9rem; }
.room-option.is-selected { border-color: var(--green); background: var(--bg-soft); box-shadow: 0 0 0 2px rgba(31,138,76,.12); }
.booking-perk { margin-top: .9rem; padding: .55rem .8rem; background: var(--bg-cream); border: 1px dashed var(--gold); border-radius: var(--radius-sm); font-size: .85rem; color: var(--green-deep); }
select:disabled { background: var(--bg-soft); color: var(--muted); cursor: not-allowed; }

.summary { position: sticky; top: calc(var(--header-h) + 1rem); }
.summary__row { display: flex; justify-content: space-between; padding: .5rem 0; color: var(--muted); font-size: .94rem; }
.summary__row strong { color: var(--ink); }
.summary__divider { height: 1px; background: var(--line); margin: .6rem 0; }
.summary__total { display: flex; justify-content: space-between; align-items: center; font-size: 1.25rem; font-weight: 700; color: var(--green-dark); padding-top: .4rem; }
.summary__total .amt { font-family: 'Playfair Display', serif; }
.summary__note { font-size: .8rem; color: var(--muted); margin-top: .8rem; }

.alert { padding: 1rem 1.2rem; border-radius: var(--radius-sm); margin-bottom: 1.2rem; font-size: .92rem; }
.alert--error { background: #fdecef; color: #8e1c34; border: 1px solid #f4c2cd; }
.alert--ok { background: #e8f6ed; color: #156536; border: 1px solid #b9e3c8; }
.field-error { color: var(--maroon); font-size: .78rem; }
input.invalid, select.invalid { border-color: var(--maroon); }

.confirm-hero { text-align: center; max-width: 640px; margin: 0 auto; }
.confirm-badge { width: 90px; height: 90px; border-radius: 50%; background: var(--green); color: #fff; display: grid; place-items: center; margin: 0 auto 1.2rem; font-size: 2.6rem; box-shadow: var(--shadow-md); }
.confirm-ref { display: inline-block; font-family: 'Playfair Display', serif; font-size: 1.6rem; letter-spacing: 2px; color: var(--green-dark); background: var(--bg-cream); border: 2px dashed var(--gold); padding: .6rem 1.4rem; border-radius: var(--radius-sm); margin: 1rem 0; }
.detail-table { width: 100%; border-collapse: collapse; margin-top: 1rem; }
.detail-table th, .detail-table td { text-align: left; padding: .7rem .4rem; border-bottom: 1px solid var(--line); font-size: .94rem; }
.detail-table th { color: var(--muted); font-weight: 500; width: 42%; }

.wa-confirm { display: flex; gap: 1rem; align-items: center; text-align: left; background: #e8fbef; border: 1px solid #b9ecca; border-radius: var(--radius); padding: 1.1rem 1.3rem; margin-top: 1.6rem; }
.wa-confirm__ic { flex: none; width: 48px; height: 48px; border-radius: 50%; background: #25d366; color: #fff; display: grid; place-items: center; }
.wa-confirm strong { display: block; color: #156536; }
.wa-confirm p { font-size: .88rem; color: var(--muted); margin-top: .15rem; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; align-items: start; }
.contact-cards { display: grid; gap: 1rem; margin-bottom: 1.5rem; }
.contact-card { display: flex; gap: 1rem; align-items: flex-start; background: #fff; padding: 1.1rem; border-radius: var(--radius); box-shadow: var(--shadow-sm), var(--ring); }
.contact-card .ic { background: var(--bg-cream); color: var(--green); width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center; flex: none; }
.contact-card h4 { font-family: 'Poppins', sans-serif; font-size: 1rem; margin-bottom: .15rem; }
.contact-card p, .contact-card a { color: var(--muted); font-size: .92rem; }
.map-wrap { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); line-height: 0; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 320px; border: 0; }

/* ---------- CTA band ---------- */
.cta-band { position: relative; overflow: hidden; background-image: linear-gradient(120deg, rgba(15,61,30,.88), rgba(11,45,22,.80)), url('../../images/cta-band.png'); background-size: cover; background-position: center; color: #fff; text-align: center; }
.cta-band::before { content: ''; position: absolute; inset: 0; background: radial-gradient(40rem 24rem at 15% 0%, rgba(231,168,28,.22), transparent 60%), radial-gradient(36rem 22rem at 100% 120%, rgba(46,139,67,.35), transparent 55%); pointer-events: none; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { color: #fff; font-size: clamp(1.9rem, 3.6vw, 2.8rem); margin-bottom: .6rem; }
.cta-band p { color: #d6e7da; max-width: 560px; margin: 0 auto 1.6rem; }

/* ---------- Tariff table ---------- */
.tariff { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm), var(--ring); }
.tariff th, .tariff td { padding: 1rem 1.2rem; text-align: left; border-bottom: 1px solid var(--line); }
.tariff thead { background: var(--green-deep); color: #fff; }
.tariff thead th { font-family: 'Poppins', sans-serif; font-weight: 600; }
.tariff tbody tr:hover { background: var(--bg-soft); }
.tariff .price-cell { font-weight: 700; color: var(--green-dark); font-size: 1.1rem; }

/* ---------- Stats band (modern glass cards) ---------- */
.stats-band { position: relative; overflow: hidden; background-image: linear-gradient(120deg, rgba(15,61,30,.88), rgba(11,45,22,.82)), url('../../images/stats-band.png'); background-size: cover; background-position: center; }
.stats-band::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(38rem 22rem at 12% -10%, rgba(231,168,28,.20), transparent 60%), radial-gradient(34rem 22rem at 100% 120%, rgba(46,139,67,.45), transparent 55%); }
.stats-band .container { position: relative; z-index: 1; }
.stats-band .section-head h2 { color: #fff; }
.stats-band .section-head .eyebrow { background: rgba(255,255,255,.12); color: var(--gold-light); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4rem; text-align: center; }
.stat { padding: 2.2rem 1.2rem; border-radius: var(--radius); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); transition: transform .3s cubic-bezier(.2,.8,.2,1), background .3s, border-color .3s, box-shadow .3s; }
.stat:hover { transform: translateY(-8px); background: rgba(255,255,255,.1); border-color: rgba(231,168,28,.5); box-shadow: var(--shadow-md); }
.stat__ic { width: 58px; height: 58px; margin: 0 auto 1.1rem; border-radius: 16px; display: grid; place-items: center; background: var(--grad-gold); color: #2a1d00; box-shadow: 0 10px 22px rgba(231,168,28,.4); transition: transform .3s; }
.stat:hover .stat__ic { transform: rotate(-6deg) scale(1.08); }
.stat__ic svg { width: 27px; height: 27px; }
.stat__num { font-family: 'Playfair Display', serif; font-weight: 800; font-size: clamp(2.2rem, 4.5vw, 3rem); color: #fff; line-height: 1; }
.stat__label { margin-top: .5rem; font-size: .82rem; color: #cfe0d2; letter-spacing: .6px; text-transform: uppercase; font-weight: 500; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(290px, 100%), 1fr)); gap: 1.6rem; }
.testi { background: #fff; border-radius: var(--radius); box-shadow: var(--shadow-sm), var(--ring); padding: 2.4rem 1.8rem 1.8rem; border: 1px solid var(--line); position: relative; transition: .26s ease; margin-top: 1.4rem; }
.testi:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.testi__quote { position: absolute; top: -1.4rem; left: 1.6rem; width: 52px; height: 52px; border-radius: 14px; background: linear-gradient(135deg, var(--gold), #c98f12); color: #fff; display: grid; place-items: center; font-family: 'Playfair Display', serif; font-size: 2.6rem; line-height: 0; padding-top: 1.4rem; box-shadow: 0 8px 18px rgba(231,168,28,.4); }
.testi__head { display: flex; align-items: center; gap: .9rem; margin: .4rem 0 1rem; }
.testi__avatar { width: 50px; height: 50px; flex: none; border-radius: 50%; background: linear-gradient(135deg, var(--green), var(--green-dark)); color: #fff; display: grid; place-items: center; font-weight: 700; font-family: 'Poppins', sans-serif; font-size: 1.2rem; box-shadow: 0 6px 14px rgba(31,138,76,.3); }
.testi__name { font-weight: 600; color: var(--ink); font-size: 1.02rem; }
.testi__meta { font-size: .82rem; color: var(--muted); }
.testi__stars { color: var(--gold); letter-spacing: 2px; margin-left: auto; font-size: .95rem; align-self: flex-start; }
.testi__text { color: var(--muted); position: relative; }

/* ---------- Gallery strip ---------- */
.gallery-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; }
.gallery-strip__item { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 1; box-shadow: var(--shadow-sm); display: block; }
.gallery-strip__item img { width: 100%; height: 100%; object-fit: cover; transition: .45s ease; }
.gallery-strip__item:hover img { transform: scale(1.09); }
.gallery-strip__more { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(14,61,34,.55); color: #fff; font-weight: 600; font-size: .95rem; text-align: center; padding: 1rem; transition: .25s; }
.gallery-strip__item:hover .gallery-strip__more { background: rgba(14,61,34,.7); }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-deep); color: #c8dccd; padding-top: 3.2rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.3fr 1fr; gap: 2rem; padding-bottom: 2.4rem; }
.brand--footer .brand__chip img { height: 80px; }
.footer__about { margin-top: 1rem; font-size: .9rem; color: #a9c4b0; }
.site-footer h4 { color: #fff; font-family: 'Poppins', sans-serif; font-size: 1.05rem; margin-bottom: 1rem; }
.footer__links a, .footer__contact a, .footer__contact span { color: #c8dccd; }
.footer__links li, .footer__contact li { margin-bottom: .6rem; font-size: .9rem; display: flex; gap: .6rem; }
.footer__links li { align-items: center; }
.footer__contact li { align-items: flex-start; }
.footer__links a, .footer__contact a { display: inline-flex; align-items: center; }
.fi { flex: none; width: 18px; height: 18px; color: var(--gold-light); display: inline-grid; place-items: center; }
.footer__contact .fi { margin-top: 2px; }
.fi svg { width: 16px; height: 16px; }
.footer__links a:hover, .footer__contact a:hover { color: var(--gold-light); }
.footer__links li:hover .fi { color: #fff; }
.footer__times { font-size: .92rem; margin-bottom: 1.2rem; }
.footer__bar { border-top: 1px solid rgba(255,255,255,.12); padding: 1rem 0; }
.footer__bar-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; font-size: .82rem; color: #9bb6a3; }

/* ---------- Floating buttons ---------- */
.float-actions { position: fixed; bottom: 1.4rem; right: 1.4rem; z-index: 200; display: flex; flex-direction: column; gap: .8rem; }
.float-btn { width: 56px; height: 56px; border-radius: 50%; color: #fff; display: grid; place-items: center; font-size: 1.5rem; box-shadow: var(--shadow-md); transition: transform .2s ease; }
.float-btn:hover { transform: scale(1.08); }
.float-wa { background: #25d366; animation: pulse-wa 2.4s infinite; }
.float-call { background: var(--green); }
@keyframes pulse-wa { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.5);} 70% { box-shadow: 0 0 0 16px rgba(37,211,102,0);} 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0);} }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
    .booking-layout, .contact-grid, .split { grid-template-columns: 1fr; }
    .featurestrip { grid-template-columns: repeat(2, 1fr); }
    .footer__grid { grid-template-columns: 1fr 1fr; }
    .summary { position: static; }
    .search-widget form { grid-template-columns: 1fr 1fr; }
    .search-widget form .btn { grid-column: 1 / -1; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 1.8rem 1rem; }
    .stat:nth-child(3)::before { display: none; }
    .gallery-strip { grid-template-columns: repeat(2, 1fr); }
    .split__media { order: -1; }
}

@media (max-width: 760px) {
    .nav-toggle { display: flex; }
    .brand__img { height: 92px; margin-bottom: -24px; }
    .brand__chip img { height: 60px; }
    /* Make the wide banners taller on mobile (crop to the left so the title stays) */
    .hero--banner .hero__slide img { height: 58vw; min-height: 210px; max-height: 360px; object-fit: cover; object-position: left center; }
    .nav {
        position: fixed; inset: var(--header-h) 0 auto 0; z-index: 6; flex-direction: column; align-items: stretch;
        background: #fff; padding: 1rem 1.2rem; gap: .2rem; box-shadow: var(--shadow-md);
        transform: translateY(-130%); transition: transform .3s ease; max-height: calc(100vh - var(--header-h)); overflow: auto;
    }
    .nav.is-open { transform: translateY(0); }
    .nav > a { padding: .85rem .6rem; border-bottom: 1px solid var(--line); }
    .nav__cta { margin: .6rem 0 0; text-align: center; }
    .topbar__inner { justify-content: center; text-align: center; }
    .topbar__item { display: none; }
    .map-wrap { min-height: 340px !important; }

    /* ---- Compact mobile (desktop layout above is unchanged) ---- */
    .section { padding: 2.3rem 0; }
    .section-head { margin: 0 auto 1.6rem; }
    .section-head h2 { font-size: 1.65rem; }
    .section-head p { font-size: .93rem; }
    .section-head .eyebrow { margin-bottom: .6rem; }

    .btn { padding: .72rem 1.3rem; font-size: .9rem; }
    .btn--lg { padding: .82rem 1.5rem; font-size: .96rem; }

    .page-banner { padding: 2.6rem 0; }
    .page-banner h1 { font-size: 1.9rem; }

    .search-widget { padding: 1.1rem; margin-bottom: 1.3rem; border-radius: var(--radius); }
    .search-widget form { gap: .7rem; }
    .field { gap: .3rem; }
    .field input, .field select, .field textarea { padding: .6rem .75rem; font-size: .9rem; }

    .stats-grid { gap: 1rem; }
    .stat { padding: 1.35rem 1rem; }
    .stat__ic { width: 46px; height: 46px; margin-bottom: .7rem; border-radius: 13px; }
    .stat__ic svg { width: 21px; height: 21px; }
    .stat__num { font-size: 1.85rem; }
    .stat__label { font-size: .7rem; margin-top: .25rem; }

    .featurestrip { gap: .8rem; }
    .feature { padding: 1.2rem 1rem; }
    .feature .ic { width: 46px; height: 46px; margin-bottom: .7rem; border-radius: 13px; }
    .feature .ic svg { width: 22px; height: 22px; }
    .feature h4 { font-size: 1rem; }
    .feature p { font-size: .84rem; }

    .room-grid { gap: 1.1rem; }
    .room-card__media { aspect-ratio: 16/9; }
    .room-card__body { padding: 1.05rem; }
    .room-card__body h3 { font-size: 1.2rem; }
    .room-card__body p { font-size: .88rem; margin-bottom: .8rem; }
    .amenity-tags { margin-bottom: .9rem; }

    .nearby-grid { gap: 1rem; }
    .nearby-item__img { aspect-ratio: 16/9; }
    .nearby-item__body { padding: .8rem 1rem 1rem; }

    .testi-grid { gap: 1.2rem; }
    .split { gap: 1.4rem; }

    .cta-band h2 { font-size: 1.6rem; }
    .cta-band p { font-size: .9rem; margin-bottom: 1.2rem; }

    .tariff th, .tariff td { padding: .7rem .65rem; font-size: .85rem; }
    .tariff .price-cell { font-size: .95rem; }

    .site-footer { padding-top: 2.2rem; }
    .footer__grid { gap: 1.4rem 1.5rem; padding-bottom: 1.8rem; }
}

@media (max-width: 560px) {
    .form-grid, .search-widget form, .footer__grid { grid-template-columns: 1fr; }
    .section { padding: 2rem 0; }
    /* Keep facilities ("Why stay with us") at 2 columns on phones */
    .featurestrip { grid-template-columns: repeat(2, 1fr); gap: .7rem; }
    .feature { padding: 1.1rem .9rem; }
    .media-collage { grid-template-columns: 1fr 1fr; }
    .hero:not(.hero--banner) { min-height: 80vh; }
    .hero__chips { gap: .45rem; }
    .hero__chips li { font-size: .78rem; padding: .4rem .75rem; }
    .hero__arrow { width: 40px; height: 40px; font-size: 1.6rem; }
    .hero__arrow--prev { left: .5rem; }
    .hero__arrow--next { right: .5rem; }
    /* Keep room actions side-by-side to save a full button's height */
    .room-card__actions { gap: .5rem; }
    .room-card__actions .btn { flex: 1; width: auto; padding: .62rem .5rem; font-size: .88rem; }
    .room-option img { width: 58px; height: 46px; }
    .room-option .ro-price { font-size: .82rem; }
    .testi { padding: 2rem 1.2rem 1.3rem; }
    .testi__head { flex-wrap: wrap; }
    .testi__stars { margin-left: 62px; font-size: .9rem; }
    .testi__text { font-size: .9rem; }
    .detail-table th { width: 45%; font-size: .88rem; }
    .detail-table td { font-size: .9rem; }
    .section-head { margin-bottom: 1.4rem; }
    .float-btn { width: 50px; height: 50px; font-size: 1.3rem; }
}

@media (max-width: 380px) {
    /* Keep "Trusted by travellers" stats at 2 columns even on small phones */
    .stats-grid { gap: .9rem; }
    .stat { padding: 1.5rem .9rem; }
    .hero__cta .btn, .cta-band .btn { width: 100%; }
}
