/* ==========================================================================
   Go Wayanad Stay — dark forest luxury landing page
   Scoped to body.landing-page so inner public pages retain their existing UI.
   ========================================================================== */

.landing-page {
    --lp-bg: #020d09;
    --lp-bg-2: #06160f;
    --lp-panel: #0a1d14;
    --lp-panel-2: #0d2519;
    --lp-line: rgba(145, 190, 87, .18);
    --lp-green: #82c847;
    --lp-green-2: #4f9f3c;
    --lp-lime: #a4d95e;
    --lp-gold: #d9a84a;
    --lp-text: #f1f5ef;
    --lp-muted: #a9baae;
    --lp-shadow: 0 24px 70px rgba(0, 0, 0, .34);
    margin: 0;
    padding-top: 0;
    background: var(--lp-bg);
    color: var(--lp-text);
}

.landing-page,
.landing-page *,
.landing-page *::before,
.landing-page *::after { box-sizing: border-box; }

.landing-page main { background: var(--lp-bg); }
.landing-page h1,
.landing-page h2,
.landing-page h3 { color: var(--lp-text); }
.landing-page a { color: inherit; }

.lp-shell {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 28%, rgba(45, 111, 58, .11), transparent 26rem),
        radial-gradient(circle at 88% 75%, rgba(90, 135, 45, .08), transparent 32rem),
        var(--lp-bg);
}

.lp-container {
    width: min(100% - 32px, 1180px);
    margin-inline: auto;
}

/* ---- Landing header ----------------------------------------------------- */
.landing-page .site-header--landing {
    height: 76px;
    border: 0;
    background: linear-gradient(180deg, rgba(2, 13, 9, .88), rgba(2, 13, 9, .25));
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: background .25s ease, box-shadow .25s ease;
}

.landing-page .site-header--landing.is-scrolled {
    background: rgba(2, 13, 9, .92);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.landing-page .site-header--landing .container { max-width: 1180px; }
.landing-page .site-header--landing .brand { color: #fff; font-size: 1.04rem; }
.landing-page .site-header--landing .brand-mark {
    width: 42px;
    height: 42px;
    padding: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 0 24px rgba(117, 190, 69, .15);
}
.landing-page .site-header--landing .brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}
.landing-page .site-header--landing .brand small { color: #a9bdaf; font-size: .52rem; letter-spacing: .12em; }
.landing-page .site-header--landing .nav-desktop a { color: #d4ded7; font-size: .82rem; }
.landing-page .site-header--landing .nav-desktop a:hover,
.landing-page .site-header--landing .nav-desktop a.active { color: var(--lp-lime); }
.landing-page .site-header--landing .btn-whatsapp {
    color: #06110b;
    background: linear-gradient(135deg, #97dc5c, #4cab43);
    border: 0;
    box-shadow: 0 8px 24px rgba(78, 170, 70, .25);
}
.landing-page .site-header--landing .nav-toggle span { background: #fff; }
.header-mobile-wa { display: none; }

/* ---- Shared landing primitives ---------------------------------------- */
.lp-section { position: relative; padding: clamp(46px, 6vw, 82px) 0; }
.lp-section + .lp-section { border-top: 1px solid rgba(255, 255, 255, .025); }

.lp-kicker,
.lp-eyebrow {
    display: block;
    color: var(--lp-lime);
    font: 700 .68rem/1.4 var(--ds-font-sans);
    letter-spacing: .14em;
    text-transform: uppercase;
}

.lp-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}
.lp-section-head h2 {
    margin: 4px 0 0;
    font-size: clamp(1.65rem, 3vw, 2.45rem);
    letter-spacing: -.025em;
}
.lp-section-head h2 span { color: var(--lp-lime); font-size: .72em; }
.lp-section-head > a {
    flex: none;
    color: #a9d66f;
    font-size: .82rem;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}
.lp-section-head > a:hover { color: #fff; transform: translateX(3px); }
.lp-section-head--center { justify-content: center; text-align: center; }
.lp-section-head--compact { margin-bottom: 18px; }

.lp-btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 19px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 750;
    font-size: .88rem;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn--primary {
    color: #071209;
    background: linear-gradient(135deg, #a5df65, #5ab247);
    box-shadow: 0 12px 30px rgba(78, 171, 70, .25);
}
.lp-btn--ghost { color: #e9f2eb; border-color: rgba(255, 255, 255, .28); background: rgba(2, 13, 9, .28); }
.lp-btn--ghost:hover { background: rgba(255, 255, 255, .08); }
.landing-page .lp-btn--light { color: #12331d; background: #f5f7ef; box-shadow: 0 12px 35px rgba(0, 0, 0, .18); }

.lp-icon {
    display: grid;
    place-items: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(151, 211, 82, .28);
    border-radius: 12px;
    color: var(--lp-lime);
    background: rgba(117, 178, 67, .08);
    font-size: 1.08rem;
}

/* ---- Hero -------------------------------------------------------------- */
.home-hero {
    position: relative;
    min-height: 790px;
    display: flex;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    color: #fff;
}

.home-hero::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: auto 0 0;
    height: 180px;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, var(--lp-bg));
}

.home-hero__bg,
.hero-slider,
.hero-slider__track { position: absolute; inset: 0; }
.home-hero__bg { z-index: 0; }
.home-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-slider { z-index: 0; overflow: hidden; }
.hero-slide {
    position: absolute;
    inset: -2%;
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: saturate(.9) contrast(1.03);
    transform: scale(1.035);
    transition: opacity 1200ms ease-in-out;
    will-change: opacity;
}
.hero-slide.is-active { opacity: 1; }
.hero-slider__overlay {
    position: absolute;
    z-index: 1;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(1, 12, 8, .9) 0%, rgba(2, 15, 10, .7) 42%, rgba(2, 15, 10, .25) 72%, rgba(2, 15, 10, .5) 100%),
        linear-gradient(180deg, rgba(2, 12, 8, .45), rgba(2, 12, 8, .2) 55%, rgba(2, 12, 8, .82));
}

.home-hero__inner {
    position: relative;
    z-index: 3;
    width: min(100% - 32px, 1180px);
    padding: 128px 0 94px;
}

.home-hero h1 {
    max-width: 760px;
    margin: 10px 0 15px;
    font-size: clamp(3rem, 6vw, 5.65rem);
    line-height: .94;
    letter-spacing: -.045em;
    text-shadow: 0 6px 35px rgba(0, 0, 0, .4);
}
.home-hero h1 em {
    color: var(--lp-green);
    font-weight: 500;
    font-style: italic;
}
.home-hero__sub {
    max-width: 570px;
    margin: 0;
    color: rgba(239, 246, 240, .88);
    font-size: clamp(.95rem, 1.5vw, 1.1rem);
    line-height: 1.65;
    text-shadow: 0 2px 14px rgba(0, 0, 0, .45);
}
.home-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

.home-hero__search {
    display: grid;
    grid-template-columns: 1.55fr repeat(3, 1fr) 64px;
    align-items: stretch;
    gap: 2px;
    max-width: 1080px;
    margin-top: 35px;
    padding: 7px;
    border: 1px solid rgba(156, 208, 108, .14);
    border-radius: 18px;
    background: rgba(4, 20, 13, .84);
    box-shadow: 0 22px 60px rgba(0, 0, 0, .34);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}
.home-hero__field {
    position: relative;
    min-width: 0;
    padding: 10px 10px 8px 43px;
    border-radius: 11px;
    transition: background .2s ease;
}
.home-hero__field:hover,
.home-hero__field:focus-within { background: rgba(255, 255, 255, .055); }
.home-hero__field + .home-hero__field { border-left: 1px solid rgba(255, 255, 255, .08); }
.home-hero__field-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    color: var(--lp-lime);
    transform: translateY(-50%);
    font-size: 1.1rem;
}
.home-hero__field label {
    display: block;
    color: #d8e5db;
    font-size: .66rem;
    font-weight: 700;
    line-height: 1.2;
}
.home-hero__mobile-value { display: none; }
.home-hero__field input,
.home-hero__field select {
    display: block;
    width: 100%;
    min-width: 0;
    height: 24px;
    margin: 2px 0 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #9eb1a4;
    background: transparent;
    font: 500 .7rem/1.2 var(--ds-font-sans);
}
.home-hero__field select option { color: #15221a; background: #fff; }
.home-hero__field input::-webkit-calendar-picker-indicator { filter: invert(1) sepia(.2); opacity: .75; }
.home-hero__submit {
    display: grid;
    place-items: center;
    min-width: 58px;
    border: 0;
    border-radius: 13px;
    color: #09200f;
    background: linear-gradient(145deg, #a9dd65, #5cae43);
    font-size: 1.65rem;
    cursor: pointer;
    box-shadow: inset 0 1px rgba(255, 255, 255, .25), 0 8px 25px rgba(78, 162, 64, .25);
    transition: transform .2s ease, filter .2s ease;
}
.home-hero__submit span { display: none; }
.home-hero__submit:hover { transform: scale(1.035); filter: brightness(1.05); }

.home-hero__assurance {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 920px;
    margin-top: 17px;
    padding: 10px 14px;
    border: 1px solid rgba(154, 201, 101, .1);
    border-radius: 14px;
    background: rgba(3, 17, 11, .52);
    color: #c9d6cd;
    font-size: .73rem;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}
.home-hero__assurance span { display: flex; align-items: center; justify-content: center; gap: 8px; min-width: 0; padding: 2px 10px; }
.home-hero__assurance span + span { border-left: 1px solid rgba(255, 255, 255, .08); }
.home-hero__assurance b { color: var(--lp-lime); font-size: 1rem; }

.hero-slider__nav,
.lp-carousel-btn {
    position: absolute;
    z-index: 4;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(171, 215, 118, .3);
    border-radius: 50%;
    color: #ddefd9;
    background: rgba(2, 15, 10, .58);
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.hero-slider__nav { top: 52%; transform: translateY(-50%); }
.hero-slider__nav--prev { left: 18px; }
.hero-slider__nav--next { right: 18px; }
.hero-slider__dots {
    position: absolute;
    z-index: 4;
    right: 30px;
    bottom: 34px;
    display: flex;
    gap: 6px;
}
.hero-slider__dot {
    width: 7px;
    height: 7px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}
.hero-slider__dot.is-active { width: 20px; border-radius: 6px; border-color: var(--lp-green); background: var(--lp-green); }

/* ---- Featured carousel ------------------------------------------------- */
.lp-featured { padding-top: 34px; }
.lp-carousel-wrap { position: relative; }
.lp-stay-carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 36px) / 3);
    gap: 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
}
.lp-stay-carousel::-webkit-scrollbar { display: none; }
.lp-stay-card {
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: start;
    border: 1px solid var(--lp-line);
    border-radius: 17px;
    background: linear-gradient(165deg, rgba(14, 39, 26, .96), rgba(5, 21, 14, .98));
    box-shadow: 0 18px 45px rgba(0, 0, 0, .24);
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.lp-stay-card:hover {
    transform: translateY(-6px);
    border-color: rgba(152, 208, 88, .36);
    box-shadow: 0 24px 58px rgba(0, 0, 0, .34);
}
.lp-stay-card__media { position: relative; display: block; height: 250px; overflow: hidden; }
.lp-stay-card__media::after {
    content: "";
    position: absolute;
    inset: 45% 0 0;
    background: linear-gradient(transparent, rgba(3, 15, 10, .92));
}
.lp-stay-card__media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .6s ease; }
.lp-stay-card:hover .lp-stay-card__media img { transform: scale(1.045); }
.lp-stay-card__badge {
    position: absolute;
    z-index: 1;
    top: 13px;
    left: 13px;
    padding: 5px 9px;
    border-radius: 7px;
    color: #0c2514;
    background: #a4dc65;
    font-size: .65rem;
    font-weight: 800;
}
.lp-stay-card__body { padding: 17px; }
.lp-stay-card__body h3 { margin: 0 0 4px; font-size: 1.15rem; }
.lp-stay-card__body h3 a { color: #fff; text-decoration: none; }
.lp-stay-card__body p { margin: 0; color: #91a599; font-size: .76rem; }
.lp-stay-card__foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; margin-top: 14px; }
.lp-stay-card__foot > span { color: var(--lp-lime); font-size: .95rem; font-weight: 750; }
.lp-stay-card__foot small { display: block; color: #83978b; font-size: .61rem; font-weight: 500; }
.lp-stay-card__foot a { color: #dbe8dd; font-size: .75rem; text-decoration: none; }
.lp-carousel-btn { top: 48%; transform: translateY(-50%); }
.lp-carousel-btn--prev { left: -20px; }
.lp-carousel-btn--next { right: -20px; }
.lp-carousel-progress { width: 110px; height: 4px; margin: 20px auto 0; overflow: hidden; border-radius: 3px; background: rgba(255, 255, 255, .1); }
.lp-carousel-progress span { display: block; width: 33%; height: 100%; border-radius: inherit; background: var(--lp-green); transition: transform .2s ease; }
.lp-empty { padding: 30px; border: 1px solid var(--lp-line); border-radius: 16px; color: var(--lp-muted); background: var(--lp-panel); text-align: center; }

/* ---- Video / benefits -------------------------------------------------- */
.lp-experience { padding-top: 30px; }
.lp-experience__panel {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.35fr);
    gap: 30px;
    padding: 24px;
    border: 1px solid var(--lp-line);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(12, 38, 25, .9), rgba(5, 21, 14, .94));
    box-shadow: var(--lp-shadow);
}
.lp-video-card {
    position: relative;
    min-height: 360px;
    overflow: hidden;
    padding: 0;
    border: 1px solid rgba(163, 211, 109, .2);
    border-radius: 17px;
    background: #07140e;
    cursor: pointer;
}
.lp-video-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.lp-video-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(2, 13, 9, .08), rgba(2, 13, 9, .68)); }
.lp-video-card__play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 50%;
    color: #fff;
    background: rgba(3, 18, 12, .62);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 12px rgba(255, 255, 255, .05);
    transition: transform .25s ease, background .25s ease;
}
.lp-video-card:hover .lp-video-card__play { transform: translate(-50%, -50%) scale(1.08); background: var(--lp-green-2); }
.lp-video-card__caption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    color: #fff;
    font: 600 1rem/1.25 var(--ds-font-display);
    text-align: center;
}
.lp-benefits { align-self: center; }
.lp-benefits__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.lp-benefits__grid article { display: flex; min-width: 0; gap: 10px; padding: 11px; border-radius: 12px; transition: background .2s ease; }
.lp-benefits__grid article:hover { background: rgba(255, 255, 255, .035); }
.lp-benefits__grid .lp-icon { flex-basis: 36px; width: 36px; height: 36px; border: 0; background: transparent; }
.lp-benefits__grid h3 { margin: 1px 0 3px; font: 650 .78rem/1.2 var(--ds-font-sans); }
.lp-benefits__grid p { margin: 0; color: #8fa397; font-size: .64rem; line-height: 1.45; }

/* ---- Budget ------------------------------------------------------------ */
.lp-budget { padding-top: 30px; }
.lp-budget__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.lp-budget-card {
    display: flex;
    min-width: 0;
    align-items: flex-start;
    gap: 12px;
    padding: 18px;
    border: 1px solid var(--lp-line);
    border-radius: 15px;
    background: linear-gradient(155deg, rgba(13, 39, 26, .86), rgba(5, 21, 14, .94));
    text-decoration: none;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.lp-budget-card:hover { transform: translateY(-5px); border-color: rgba(154, 210, 92, .4); background: var(--lp-panel-2); }
.lp-budget-card > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.lp-budget-card strong { color: #f4f7f3; font-size: .86rem; }
.lp-budget-card b { margin-top: 2px; color: var(--lp-lime); font-size: .75rem; }
.lp-budget-card small { margin-top: 7px; color: #8ea095; font-size: .65rem; line-height: 1.45; }

/* ---- Confidence -------------------------------------------------------- */
.lp-confidence { padding-top: 22px; }
.lp-confidence__strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--lp-line);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 0, rgba(90, 160, 65, .12), transparent 60%),
        rgba(7, 27, 18, .88);
    box-shadow: var(--lp-shadow);
}
.lp-confidence__strip article { display: flex; min-width: 0; align-items: center; justify-content: center; gap: 11px; padding: 22px 15px; }
.lp-confidence__strip article + article { border-left: 1px solid rgba(255, 255, 255, .07); }
.lp-confidence__strip .lp-icon { width: 38px; height: 38px; flex-basis: 38px; border: 0; background: transparent; }
.lp-confidence__strip strong,
.lp-confidence__strip small { display: block; }
.lp-confidence__strip strong { color: var(--lp-lime); font-size: .86rem; }
.lp-confidence__strip small { margin-top: 2px; color: #9cad9f; font-size: .65rem; }

/* ---- Traveller reassurance ------------------------------------------- */
.lp-travellers { padding-top: 26px; }
.lp-travellers__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.lp-travellers__grid article {
    position: relative;
    min-width: 0;
    padding: 21px;
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    background: linear-gradient(155deg, rgba(15, 42, 28, .86), rgba(5, 20, 14, .95));
}
.lp-travellers__grid article:nth-child(n+4) { display: none; }
.lp-stars { display: block; margin-bottom: 12px; color: var(--lp-gold); font-size: .75rem; letter-spacing: .18em; }
.lp-travellers__grid h3 { margin: 0 0 7px; font: 650 .95rem/1.3 var(--ds-font-sans); }
.lp-travellers__grid .lp-traveller-title--mobile { display: none; }
.lp-travellers__grid p { min-height: 3.8em; margin: 0; color: #b2c0b6; font-size: .75rem; line-height: 1.6; }
.lp-travellers__grid .lp-traveller-copy--mobile { display: none; }
.lp-card-signoff { display: block; margin-top: 14px; color: #799181; font-size: .64rem; }
.lp-traveller-profile { display: none; }

/* ---- WhatsApp ---------------------------------------------------------- */
.lp-whatsapp { padding-top: 28px; padding-bottom: 68px; }
.lp-whatsapp__panel {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    padding: 24px 28px;
    border: 1px solid rgba(145, 211, 83, .24);
    border-radius: 20px;
    background:
        radial-gradient(circle at 0 50%, rgba(107, 191, 68, .23), transparent 30%),
        linear-gradient(135deg, #123c23, #0a2819);
    box-shadow: 0 20px 55px rgba(0, 0, 0, .3);
}
.lp-whatsapp__mark {
    display: grid;
    place-items: center;
    width: 72px;
    height: 72px;
    border: 2px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    color: #fff;
    background: #54b846;
    font-size: 2.2rem;
    box-shadow: 0 0 0 8px rgba(80, 177, 68, .14);
}
.lp-whatsapp h2 { margin: 3px 0 3px; font-size: 1.7rem; }
.lp-whatsapp h2 span { color: var(--lp-lime); }
.lp-whatsapp p { margin: 0; color: #c2d1c6; font-size: .77rem; }

/* ---- Landing footer ---------------------------------------------------- */
.landing-page .site-footer--landing { margin-top: 0; border-top: 1px solid rgba(144, 194, 91, .12); background: #020a07; }
.landing-footer__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    padding-block: 22px;
}
.landing-footer__brand { color: #fff !important; font-size: .88rem; }
.landing-footer__brand .brand-mark { width: 34px; height: 34px; overflow: hidden; background: transparent; }
.landing-footer__brand img { display: block; width: 100%; height: 100%; }
.landing-footer__brand small { color: #83978b; font-size: .45rem; }
.landing-footer__nav { display: flex; justify-content: center; gap: 22px; }
.landing-footer__nav a { color: #91a397; font-size: .68rem; text-decoration: none; }
.landing-footer__nav a:hover { color: var(--lp-lime); }
.landing-footer__copy { color: #667a6d; font-size: .62rem; }

/* ---- Video modal ------------------------------------------------------- */
.lp-video-modal {
    position: fixed;
    z-index: 1500;
    inset: 0;
    display: none;
    place-items: center;
    padding: 20px;
}
.lp-video-modal.is-open { display: grid; }
.lp-video-modal__backdrop { position: absolute; inset: 0; background: rgba(0, 7, 4, .88); -webkit-backdrop-filter: blur(9px); backdrop-filter: blur(9px); }
.lp-video-modal__dialog {
    position: relative;
    z-index: 1;
    width: min(920px, 100%);
    padding: 18px;
    border: 1px solid rgba(155, 207, 98, .25);
    border-radius: 18px;
    color: var(--lp-text);
    background: #07160f;
    box-shadow: 0 35px 100px rgba(0, 0, 0, .6);
}
.lp-video-modal__dialog h2 { margin: 0 48px 13px 0; font-size: 1.45rem; }
.lp-video-modal__dialog p { margin: 11px 0 0; color: #879b8e; font-size: .7rem; }
.lp-video-modal__close {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    font-size: 1.45rem;
    cursor: pointer;
}
.lp-video-modal__frame { position: relative; overflow: hidden; padding-top: 56.25%; border-radius: 12px; background: #000; }
.lp-video-modal__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; }
body.lp-modal-open { overflow: hidden; }

/* ---- Motion ------------------------------------------------------------ */
.lp-reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.lp-reveal.is-visible { opacity: 1; transform: none; }

/* ---- Tablet: 768–1023px ----------------------------------------------- */
@media (min-width: 768px) and (max-width: 1023.98px) {
    .landing-page .site-header--landing .container { padding-inline: 18px; }
    .landing-page .site-header--landing .brand { margin-right: auto; }
    .landing-page .site-header--landing .nav-desktop { display: none; }
    .landing-page .site-header--landing .nav-toggle { display: inline-flex; }
    .header-mobile-wa {
        display: inline-flex;
        min-width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        padding: 0 14px;
        border-radius: 11px;
        color: #09200f !important;
        background: linear-gradient(135deg, #a0dc61, #54ad43);
        font-size: .72rem;
        font-weight: 800;
        text-decoration: none;
    }
    .home-hero { min-height: 0; height: auto; }
    .home-hero__inner { padding-top: 112px; padding-bottom: 68px; }
    .home-hero h1 { font-size: clamp(3.25rem, 8vw, 4.9rem); }
    .home-hero__search { grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr)) 58px; }
    .home-hero__submit { min-height: 58px; }
    .hero-slider__nav { display: none; }
    .hero-slider__dots { right: 50%; bottom: 18px; transform: translateX(50%); }
    .lp-featured { padding-top: 20px; }
    .lp-stay-carousel {
        grid-auto-columns: calc((100% - 24px) / 3);
        gap: 12px;
    }
    .lp-stay-card__media { height: auto; aspect-ratio: 4 / 3; }
    .lp-experience__panel { grid-template-columns: 1fr; }
    .lp-video-card { min-height: 380px; }
    .lp-budget__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lp-carousel-btn { display: none; }
}

/* ---- Mobile: 320–767px ------------------------------------------------ */
@media (max-width: 767.98px) {
    .landing-page,
    .landing-page main,
    .lp-shell,
    .home-hero,
    .lp-section,
    .site-footer--landing {
        width: 100%;
        max-width: 100%;
        margin-inline: 0;
    }
    .lp-container,
    .home-hero__inner {
        width: 100%;
        max-width: 100%;
        margin-inline: 0;
        padding-inline: 16px;
    }
    .home-hero__inner { padding-inline: 10px; }

    /* Header: one fixed, shrink-safe row. */
    .landing-page .site-header--landing { height: 68px; }
    .landing-page .site-header--landing .container {
        width: 100%;
        max-width: 100%;
        gap: 5px;
        padding-inline: 12px;
    }
    .landing-page .site-header--landing .brand {
        min-width: 0;
        margin-right: auto;
        gap: 7px;
        font-size: clamp(.78rem, 3.5vw, .94rem);
        white-space: nowrap;
    }
    .landing-page .site-header--landing .brand > span:last-child {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .landing-page .site-header--landing .brand-mark { width: 36px; height: 36px; flex: 0 0 36px; }
    .landing-page .site-header--landing .brand small { font-size: .43rem; letter-spacing: .09em; }
    .landing-page .site-header--landing .nav-desktop { display: none; }
    .landing-page .site-header--landing .nav-toggle {
        display: inline-flex;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 10px;
    }
    .header-mobile-wa {
        display: inline-flex;
        flex: 0 0 auto;
        min-width: 44px;
        height: 44px;
        align-items: center;
        justify-content: center;
        padding: 0 11px;
        border-radius: 11px;
        color: #09200f !important;
        background: linear-gradient(135deg, #a0dc61, #54ad43);
        font-size: .63rem;
        font-weight: 800;
        white-space: nowrap;
        text-decoration: none;
    }

    /* Purpose-built mobile hero. */
    .home-hero {
        min-height: 0;
        height: auto;
        align-items: flex-start;
    }
    .home-hero__inner {
        padding-top: 102px;
        padding-bottom: 34px;
        pointer-events: none;
    }
    .home-hero__actions,
    .home-hero__search,
    .home-hero__assurance { pointer-events: auto; }
    .hero-slide { inset: 0; transform: scale(1.015); background-position: center; }
    .hero-slider__overlay {
        background:
            linear-gradient(180deg, rgba(2, 14, 9, .35), rgba(2, 14, 9, .58) 46%, rgba(2, 14, 9, .94) 88%),
            linear-gradient(90deg, rgba(2, 14, 9, .67), rgba(2, 14, 9, .18));
    }
    .home-hero h1 {
        width: 100%;
        max-width: 100%;
        margin: 8px 0 12px;
        font-size: clamp(2.38rem, 11.4vw, 3.1rem);
        line-height: .98;
        letter-spacing: -.04em;
        overflow-wrap: normal;
    }
    .home-hero__sub { max-width: 36ch; font-size: clamp(.86rem, 3.7vw, .98rem); line-height: 1.5; }
    .home-hero__actions { margin-top: 16px; }
    .home-hero__actions .lp-btn--ghost { display: none; }
    .lp-btn { min-height: 44px; padding-inline: 17px; border-radius: 12px; font-size: .82rem; }

    /* Five fully functional controls in one premium row. */
    .home-hero__search {
        width: 100%;
        max-width: 100%;
        grid-template-columns: minmax(0, .98fr) minmax(0, .96fr) minmax(0, 1.02fr) minmax(0, .72fr) 60px;
        gap: 0;
        margin-top: 21px;
        padding: 10px 8px;
        border-radius: 18px;
        overflow: hidden;
        border: 1px solid rgba(116, 255, 87, .15);
        background: linear-gradient(145deg, rgba(8, 36, 27, .96), rgba(3, 22, 18, .98));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, .055),
            0 14px 34px rgba(0, 0, 0, .32);
    }
    .home-hero__field {
        position: relative;
        display: grid;
        min-width: 0;
        min-height: 68px;
        grid-template-columns: 15px minmax(0, 1fr);
        grid-template-rows: auto auto;
        align-content: center;
        column-gap: 3px;
        padding: 8px 4px;
        border-radius: 0;
        background: rgba(255, 255, 255, .018);
        transition: background .2s ease, box-shadow .2s ease;
    }
    .home-hero__field:hover,
    .home-hero__field:focus-within {
        background: rgba(123, 201, 79, .075);
        box-shadow: inset 0 0 0 1px rgba(150, 222, 94, .08);
    }
    .home-hero__field + .home-hero__field { border-left: 1px solid rgba(255, 255, 255, .08); }
    .home-hero__field-icon {
        position: static;
        grid-row: 1 / 3;
        align-self: center;
        color: var(--lp-lime);
        transform: none;
        font-size: 1.05rem;
        text-align: center;
    }
    .home-hero__field label {
        grid-column: 2;
        min-width: 0;
        overflow: hidden;
        color: #dbe7dd;
        font-size: .68rem;
        font-weight: 650;
        line-height: 1.1;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .home-hero__field--destination label { font-size: 0; }
    .home-hero__field--destination label::after { content: "Location"; font-size: .68rem; }
    .home-hero__field:nth-of-type(4) label { font-size: 0; }
    .home-hero__field:nth-of-type(4) label::after { content: "Guest"; font-size: .68rem; }
    .home-hero__mobile-value {
        display: block;
        grid-column: 2;
        min-width: 0;
        overflow: hidden;
        margin-top: 4px;
        color: #a8b9ae;
        font-size: .82rem;
        font-weight: 500;
        line-height: 1.1;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .home-hero__field input,
    .home-hero__field select {
        position: absolute;
        z-index: 2;
        inset: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        opacity: 0;
        cursor: pointer;
    }
    .home-hero__submit {
        width: 60px;
        min-width: 60px;
        min-height: 60px;
        align-self: center;
        border-radius: 50%;
        background: linear-gradient(135deg, #8adb4f, #43bf3e);
        font-size: 1.48rem;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, .3),
            0 8px 20px rgba(91, 215, 71, .32);
    }
    .home-hero__submit span { display: none; }
    .home-hero__assurance {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        margin-top: 11px;
        padding: 7px 4px;
        border-color: rgba(116, 255, 87, .11);
        background: linear-gradient(145deg, rgba(7, 31, 23, .9), rgba(4, 23, 18, .92));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, .03),
            0 10px 24px rgba(0, 0, 0, .2);
        font-size: .6875rem;
    }
    .home-hero__assurance span {
        display: grid;
        min-width: 0;
        min-height: 56px;
        place-items: center;
        align-content: center;
        gap: 1px;
        padding: 2px 4px;
        line-height: 1.2;
        text-align: center;
    }
    .home-hero__assurance span + span { border-left: 1px solid rgba(255, 255, 255, .08); }
    .home-hero__assurance b { font-size: .95rem; }
    .hero-slider__nav { display: none; }
    .hero-slider__dots { right: 10px; bottom: 10px; max-width: calc(100% - 20px); gap: 3px; transform: none; }
    .hero-slider__dot { width: 4px; height: 4px; }
    .hero-slider__dot.is-active { width: 16px; }

    /* Consistent section and type rhythm. */
    .lp-section { padding: 54px 0; }
    .lp-featured { padding-top: 10px; padding-bottom: 42px; }
    .lp-section-head { min-width: 0; align-items: flex-end; gap: 12px; margin-bottom: 22px; }
    .lp-section-head > div { min-width: 0; }
    .lp-section-head h2 { font-size: clamp(1.65rem, 7.5vw, 2rem); line-height: 1.08; overflow-wrap: normal; }
    .lp-section-head > a { min-height: 44px; align-items: center; padding-top: 14px; font-size: .7rem; }
    .lp-kicker, .lp-eyebrow { font-size: .6rem; letter-spacing: .12em; }

    /* Dense two-column property grid: no mobile carousel or cut cards. */
    .lp-carousel-wrap,
    .lp-stay-carousel { width: 100%; max-width: 100%; }
    .lp-featured .lp-section-head { margin-bottom: 18px; }
    .lp-carousel-wrap { overflow: visible; }
    .lp-stay-carousel {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        grid-auto-columns: auto;
        align-items: stretch;
        gap: 12px;
        margin: 0;
        padding: 0;
        overflow: visible;
        scroll-snap-type: none;
        scroll-behavior: auto;
    }
    .lp-stay-card {
        position: relative;
        display: flex;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 0;
        height: 100%;
        flex-direction: column;
        scroll-snap-align: none;
        border-radius: 15px;
    }
    .lp-stay-card:nth-child(n+7) { display: none; }
    .lp-stay-card__media {
        width: 100%;
        height: clamp(120px, 31vw, 140px);
        flex: none;
        aspect-ratio: auto;
        border-radius: 14px 14px 0 0;
    }
    .lp-stay-card__body {
        display: flex;
        min-width: 0;
        flex: 1;
        flex-direction: column;
        padding: 9px 10px 10px;
    }
    .lp-stay-card__body h3 {
        display: -webkit-box;
        min-height: 2.4em;
        margin-bottom: 3px;
        overflow: hidden;
        font-size: clamp(.9375rem, 3.8vw, 1rem);
        line-height: 1.2;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .lp-stay-card__body h3 a::after {
        content: "";
        position: absolute;
        z-index: 2;
        inset: 0;
    }
    .lp-stay-card__body p {
        overflow: hidden;
        font-size: clamp(.75rem, 3vw, .8rem);
        line-height: 1.25;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .lp-stay-card__badge {
        top: 8px;
        left: 8px;
        max-width: calc(100% - 16px);
        padding: 4px 7px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .lp-stay-card__foot { margin-top: auto; padding-top: 7px; }
    .lp-stay-card__foot > span { font-size: 1rem; line-height: 1.15; }
    .lp-stay-card__foot small { display: none; }
    .lp-stay-card__foot > a { display: none; }
    .lp-carousel-btn { display: none; }
    .lp-featured .lp-carousel-progress { display: none; }

    /* Benefits first, cinematic video second. */
    .lp-experience { padding-top: 32px; }
    .lp-experience__panel { display: flex; flex-direction: column; gap: 24px; padding: 15px; border-radius: 18px; }
    .lp-benefits { order: 1; }
    .lp-video-card { order: 2; width: 100%; min-height: clamp(220px, 61vw, 290px); }
    .lp-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .lp-benefits__grid article { min-width: 0; gap: 7px; padding: 9px 5px; }
    .lp-benefits__grid .lp-icon { width: 32px; height: 32px; flex-basis: 32px; }
    .lp-benefits__grid h3 { font-size: .76rem; }
    .lp-benefits__grid p { font-size: .68rem; line-height: 1.4; }

    .lp-budget { padding-top: 34px; }
    .lp-budget__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .lp-budget-card { min-width: 0; gap: 8px; padding: 14px 10px; }
    .lp-budget-card .lp-icon { width: 34px; height: 34px; flex-basis: 34px; }
    .lp-budget-card strong { font-size: .78rem; }
    .lp-budget-card b { font-size: .7rem; }
    .lp-budget-card small { font-size: .65rem; }

    .lp-confidence { padding-top: 32px; }
    .lp-confidence__strip { width: 100%; max-width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lp-confidence__strip article { min-width: 0; justify-content: flex-start; gap: 7px; padding: 15px 9px; }
    .lp-confidence__strip article + article { border-left: 0; }
    .lp-confidence__strip article:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, .07); }
    .lp-confidence__strip article:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .07); }
    .lp-confidence__strip strong { font-size: .76rem; }

    /* Four honest reassurance cards stay visible together without a carousel. */
    .lp-travellers { padding: 48px 0 0; }
    .lp-travellers .lp-section-head { align-items: flex-start; margin-bottom: 20px; }
    .lp-travellers .lp-section-head h2 { font-size: clamp(1.75rem, 7.5vw, 2rem); }
    .lp-travellers .lp-section-head > a { display: none; }
    .lp-travellers__grid {
        width: 100%;
        max-width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        grid-auto-rows: 1fr;
        gap: 12px;
        overflow: visible;
    }
    .lp-travellers__grid article,
    .lp-travellers__grid article:nth-child(n+4) {
        position: relative;
        display: flex;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        min-height: 210px;
        height: 100%;
        box-sizing: border-box;
        flex-direction: column;
        overflow: hidden;
        padding: 16px;
        border-color: rgba(125, 255, 90, .18);
        border-radius: 20px;
        background:
            radial-gradient(circle at 100% 0, rgba(119, 210, 73, .07), transparent 36%),
            linear-gradient(145deg, rgba(7, 34, 26, .96), rgba(3, 22, 17, .98));
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, .025),
            0 14px 32px rgba(0, 0, 0, .24);
    }
    .lp-travellers__grid article::before {
        content: "“";
        position: absolute;
        top: 8px;
        right: 13px;
        color: var(--lp-green);
        font: 700 2rem/1 Georgia, serif;
    }
    .lp-travellers .lp-stars { display: none; }
    .lp-travellers__grid h3 {
        display: -webkit-box;
        max-width: calc(100% - 22px);
        min-height: 2.6em;
        margin-bottom: 7px;
        overflow: hidden;
        color: #fff;
        font-size: clamp(.9rem, 3.7vw, 1rem);
        line-height: 1.3;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .lp-travellers__grid .lp-traveller-title--desktop { display: none; }
    .lp-travellers__grid .lp-traveller-title--mobile { display: -webkit-box; }
    .lp-travellers__grid p {
        display: -webkit-box;
        min-height: 5.6em;
        margin: 0;
        overflow: hidden;
        color: #bdc9c0;
        font-size: clamp(.78rem, 3.25vw, .875rem);
        line-height: 1.45;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }
    .lp-travellers__grid .lp-traveller-copy--desktop { display: none; }
    .lp-travellers__grid .lp-traveller-copy--mobile { display: -webkit-box; }
    .lp-travellers .lp-card-signoff { display: none; }
    .lp-traveller-profile {
        display: flex;
        min-width: 0;
        align-items: center;
        gap: 9px;
        margin-top: auto;
        padding-top: 14px;
    }
    .lp-traveller-profile__avatar {
        display: grid;
        width: 38px;
        height: 38px;
        flex: 0 0 38px;
        place-items: center;
        border: 1px solid rgba(148, 223, 91, .3);
        border-radius: 50%;
        color: #eff9eb;
        background: linear-gradient(145deg, #4ca73e, #1f6d37);
        font-size: 1.05rem;
        box-shadow: 0 5px 14px rgba(0, 0, 0, .28);
    }
    .lp-traveller-profile__details {
        display: block;
        min-width: 0;
    }
    .lp-traveller-profile__details strong,
    .lp-traveller-profile__details small {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .lp-traveller-profile__details strong {
        color: #fff;
        font-size: .82rem;
        line-height: 1.25;
    }
    .lp-traveller-profile__details small {
        margin-top: 2px;
        color: #88a492;
        font-size: .72rem;
        line-height: 1.25;
    }
    .lp-traveller-profile__details small span {
        color: var(--lp-green);
        font-size: .86rem;
    }

    .lp-whatsapp { padding-top: 28px; padding-bottom: 50px; }
    .lp-whatsapp__panel { width: 100%; max-width: 100%; grid-template-columns: 52px minmax(0, 1fr); gap: 13px; padding: 17px; }
    .lp-whatsapp__mark { width: 52px; height: 52px; font-size: 1.5rem; }
    .lp-whatsapp h2 { font-size: 1.45rem; }
    .lp-whatsapp p { font-size: .76rem; line-height: 1.45; }
    .lp-whatsapp .lp-btn { grid-column: 1 / -1; width: 100%; min-height: 46px; }

    .landing-footer__inner {
        width: 100%;
        max-width: 100%;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 14px;
        padding: 22px 16px;
    }
    .landing-footer__nav { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; justify-content: flex-start; gap: 12px 18px; }
    .landing-footer__nav a { min-height: 32px; display: inline-flex; align-items: center; }
    .landing-footer__copy { text-align: right; }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .lp-stay-carousel {
        grid-auto-columns: calc((100% - 24px) / 3);
        gap: 12px;
    }
}

@media (max-width: 374.98px) {
    .lp-stay-carousel {
        grid-auto-columns: calc((100% - 10px) / 2);
        gap: 10px;
    }
    .lp-travellers__grid { gap: 10px; }
    .lp-travellers__grid article,
    .lp-travellers__grid article:nth-child(n+4) {
        min-height: 202px;
        padding: 13px;
        border-radius: 18px;
    }
    .lp-traveller-profile { gap: 7px; }
    .lp-traveller-profile__avatar {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
    }
    .lp-traveller-profile__details strong { font-size: .75rem; }
}

@media (max-width: 375px) {
    .lp-whatsapp { padding-top: 10px; }
}

@media (max-width: 339.98px) {
    .home-hero__assurance {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .home-hero__assurance span {
        min-height: 44px;
        grid-template-columns: 15px minmax(0, 1fr);
        justify-items: start;
        text-align: left;
    }
    .home-hero__assurance span:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, .08); }
    .home-hero__assurance span:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .08); }
}

@media (max-width: 359.98px) {
    .home-hero__search {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr) minmax(0, .9fr) minmax(0, .7fr) 56px;
        padding: 7px 6px;
    }
    .home-hero__field {
        min-height: 62px;
        grid-template-columns: 14px minmax(0, 1fr);
        column-gap: 2px;
        padding: 6px 2px;
    }
    .home-hero__field:nth-of-type(2) label,
    .home-hero__field:nth-of-type(3) label { font-size: 0; }
    .home-hero__field:nth-of-type(2) label::after { content: "In"; font-size: .625rem; }
    .home-hero__field:nth-of-type(3) label::after { content: "Out"; font-size: .625rem; }
    .home-hero__field:nth-of-type(4) label::after { content: "Pax"; }
    .home-hero__submit {
        width: 56px;
        min-width: 56px;
        min-height: 56px;
    }
}

@media (max-width: 360px) {
    .landing-page .site-header--landing .container { padding-inline: 10px; }
    .landing-page .site-header--landing .brand { font-size: .78rem; }
    .landing-page .site-header--landing .brand small { font-size: .39rem; }
    .header-mobile-wa { width: 44px; padding: 0; font-size: 0; }
    .header-mobile-wa::before { content: "◉"; font-size: 1rem; }
    .home-hero h1 { font-size: clamp(2.28rem, 11.5vw, 2.6rem); }
    .home-hero__field-icon { font-size: .95rem; }
    .home-hero__assurance span { padding-inline: 2px; }
    .lp-section-head h2 { font-size: 1.65rem; }
}

@media (max-width: 330px) {
    .landing-page .site-header--landing .brand small { display: none; }
    .landing-page .site-header--landing .brand-mark { width: 34px; min-width: 34px; height: 34px; flex: 0 0 34px; }
    .lp-container { padding-inline: 14px; }
    .home-hero__inner { padding-inline: 8px; }
    .home-hero__field--destination label::after { font-size: .64rem; }
    .home-hero__mobile-value { font-size: .78rem; }
    .lp-stay-card__body h3 {
        min-height: 3.54em;
        font-size: .86rem;
        line-height: 1.18;
        -webkit-line-clamp: 3;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-slide,
    .lp-reveal,
    .lp-stay-card,
    .lp-btn { transition: none !important; }
    .lp-reveal { opacity: 1; transform: none; }
    html { scroll-behavior: auto; }
}
