/* =========================================================================
   Lankan Travel — Base UI Foundation
   Step 8 global design conversion: royal-blue header, deep-navy feature
   sections with white cards, alternating white/pale-blue sections, no
   repeated pattern, no green anywhere in this file. Colours below match
   the approved visual reference; adjusted only for accessible contrast
   against the real logo.
   ========================================================================= */

:root {
    /* Brand */
    --color-royal-blue: #0B43B8;
    --color-royal-blue-dark: #072d80;
    --color-royal-blue-light: #3465d6;
    --color-navy-text: #102652;
    --color-body-text: #293750;
    --color-white: #ffffff;
    --color-ivory: #EDF3FF; /* renamed in spirit only — this variable now IS the pale-blue alternating-section colour; kept under its original name so the many existing .section--ivory/.card--ivory references across public views need no risky mass rename */
    --color-navy-section: #061F4B;
    --color-gold: #D9AE45;
    --color-gold-dark: #b3903a;

    /* Neutrals */
    --color-gray-100: #f4f5f7;
    --color-gray-300: #DCE4F5;
    --color-gray-500: #8b8d9c;
    --color-gray-700: #4a4b5c;

    /* Feedback — deliberately no green anywhere in this file; success
       uses the brand blue plus a checkmark glyph to convey meaning,
       never colour alone. */
    --color-success: #0B43B8;
    --color-error: #a3273a;
    --color-info: #0B43B8;

    /* Typography */
    --font-heading: Georgia, 'Times New Roman', serif;
    --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;

    /* Spacing scale (4px base) */
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-12: 3rem;
    --space-16: 4rem;

    /* Layout */
    --container-max: 1200px;
    --radius: 6px;
    --radius-lg: 12px;

    /* mobile: 0-599px, tablet: 600-959px, desktop: 960px+ */
}

/* ==========================================================================
   Lankan Travel signature homepage (v17)
   Approved desktop/mobile composition. Scoped to .page-home so the public
   content system remains reusable and other page layouts are not disturbed.
   ========================================================================== */
.site-utility { min-height: 30px; background:#073a78; color:#fff; font-size:.72rem; font-weight:650; }
.site-utility__inner,.site-utility__contacts { display:flex; align-items:center; justify-content:space-between; gap:1.2rem; }
.site-utility__inner { min-height:30px; }
.site-utility a,.site-utility span { color:#fff; }
.site-utility__contacts { justify-content:flex-end; }
.site-utility__contacts a { text-decoration:none; }
.site-header { background:#fffdf9; border-bottom:1px solid #e5e0d6; box-shadow:0 5px 22px rgba(5,35,78,.08); }
.site-header__inner { min-height:82px; }
.site-header .brand__logo { height:68px; max-width:178px; filter:none !important; }
.site-header .main-nav { gap:clamp(.7rem,1.5vw,1.45rem); }
.site-header .main-nav a { padding:.65rem 0; font-size:.87rem; }
.site-header .main-nav .btn--primary { min-height:46px; padding:.7rem 1.25rem; border-radius:5px; color:#fff; background:#0b58c9; border-color:#084ba9; box-shadow:0 8px 18px rgba(11,88,201,.2); }

.page-home { --lux-navy:#052e65; --lux-blue:#0759c7; --lux-ivory:#fbf8f1; --lux-gold:#c89a43; --lux-ink:#08234e; background:var(--lux-ivory); }
.page-home main { overflow:hidden; background:var(--lux-ivory); }
.page-home .container { width:min(100% - 40px,1360px); max-width:1360px; }
.page-home .lux-photo-fallback { display:block; width:100%; height:100%; background:linear-gradient(135deg,#6cb9ed 0%,#174d91 55%,#edbd68 100%); }
.page-home .lux-eyebrow { margin:0 0 .75rem; color:#a77727; font-size:.72rem; font-weight:850; letter-spacing:.16em; text-transform:uppercase; }
.page-home .lux-btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:.75rem 1.3rem; border:1px solid transparent; border-radius:5px; font-weight:800; text-decoration:none; cursor:pointer; }
.page-home .lux-btn--primary { color:#fff; background:var(--lux-blue); border-color:var(--lux-blue); }
.page-home .lux-btn--gold { color:#fff; background:var(--lux-gold); border-color:var(--lux-gold); }
.page-home .lux-btn--outline { color:#fff; background:transparent; border-color:rgba(255,255,255,.72); }
.page-home .lux-btn:hover { text-decoration:none; transform:translateY(-1px); filter:brightness(.97); }

.page-home .lux-hero { position:relative; min-height:650px; padding-bottom:58px; background:#eaf3fc; }
.page-home .lux-hero .hero__slides { min-height:592px; }
.page-home .lux-hero__slide { position:absolute; inset:0 0 58px; min-height:592px; overflow:hidden; opacity:0; visibility:hidden; transition:opacity .65s ease; }
.page-home .lux-hero__slide.is-active { position:absolute; opacity:1; visibility:visible; }
.page-home .lux-hero__media { position:absolute; inset:0; height:100%; }
.page-home .lux-hero__media picture { display:block; width:100%; height:100%; }
.page-home .lux-hero__image { width:100%; height:100%; object-fit:cover; object-position:center; filter:none; }
.page-home .lux-hero__container { position:relative; display:flex; align-items:flex-start; min-height:592px; padding-top:34px; }
.page-home .lux-hero__panel { width:min(620px,52%); padding:clamp(1.7rem,3.3vw,3rem); background:rgba(255,253,248,.97); border:1px solid rgba(200,154,67,.38); box-shadow:0 20px 55px rgba(2,29,67,.18); }
.page-home .lux-hero__panel h1 { max-width:570px; margin:0 0 1rem; color:var(--lux-ink); font-size:clamp(2.6rem,4.15vw,4.9rem); line-height:.98; letter-spacing:-.045em; }
.page-home .lux-hero__supporting { max-width:575px; margin:0; color:#3f526e; font-size:clamp(1rem,1.25vw,1.16rem); line-height:1.65; }
.page-home .lux-hero__actions { display:flex; align-items:center; gap:1.5rem; margin-top:1.4rem; }
.page-home .lux-text-link { color:#0a428f; font-weight:800; text-decoration:none; }
.page-home .lux-hero__trust { display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin-top:1.35rem; padding-top:1rem; border-top:1px solid #d9d7d0; color:#17355e; font-size:.78rem; font-weight:800; }
.page-home .lux-hero__trust span { display:flex; align-items:center; gap:.48rem; padding:0 .7rem; border-right:1px solid #ddd8cd; }
.page-home .lux-hero__trust span:first-child { padding-left:0; }
.page-home .lux-hero__trust span:last-child { border-right:0; }
.page-home .lux-hero__trust b { color:var(--lux-gold); font-size:1.15rem; }
.page-home .lux-hero__controls { position:absolute; z-index:7; top:auto; right:28px; bottom:74px; left:auto; width:auto; padding:.45rem; border-radius:999px; background:rgba(4,34,77,.72); }
.page-home .lux-finder { position:absolute; z-index:8; right:0; bottom:0; left:0; display:grid; grid-template-columns:1.12fr repeat(3,1fr) .85fr; align-items:stretch; min-height:92px; padding:0; overflow:hidden; background:var(--lux-navy); box-shadow:0 15px 35px rgba(4,33,73,.25); }
.page-home .lux-finder__intro,.page-home .lux-finder label { display:flex; flex-direction:column; justify-content:center; min-width:0; padding:.85rem 1.15rem; }
.page-home .lux-finder__intro { color:#fff; }
.page-home .lux-finder__intro strong { font-family:var(--font-heading); font-size:1.35rem; line-height:1.1; }
.page-home .lux-finder__intro span { margin-top:.25rem; color:#bdcce1; font-size:.7rem; }
.page-home .lux-finder label { background:#fff; border-right:1px solid #d8e0eb; }
.page-home .lux-finder label > span { color:#203e69; font-size:.72rem; font-weight:800; }
.page-home .lux-finder input,.page-home .lux-finder select { width:100%; min-height:34px; padding:.25rem 0; border:0; outline:0; background:#fff; color:#64758d; font:inherit; font-size:.78rem; }
.page-home .lux-finder .lux-btn { align-self:stretch; margin:12px; border-radius:4px; }

.page-home .lux-section,.page-home .lux-explore,.page-home .lux-experiences { padding:clamp(3.25rem,6vw,5.6rem) 0; }
.page-home .lux-section-heading { display:flex; align-items:flex-end; justify-content:space-between; gap:2rem; margin-bottom:1.65rem; }
.page-home .lux-section-heading h2 { margin:0; color:var(--lux-ink); font-size:clamp(2rem,3.2vw,3.25rem); line-height:1.04; letter-spacing:-.035em; }
.page-home .lux-section-heading p { margin:.4rem 0 0; color:#5d6b7e; }
.page-home .lux-section-heading--center { justify-content:center; text-align:center; }
.page-home .lux-section-heading--light h2 { color:#fff; }
.page-home .lux-section-heading--light p { color:#d7e4f5; }
.page-home .lux-outline-link { flex:0 0 auto; padding:.55rem .8rem; border:1px solid #1760ba; border-radius:4px; color:#0a4a9b; font-size:.78rem; font-weight:800; text-decoration:none; }
.page-home .lux-outline-link--light { color:#fff; border-color:rgba(255,255,255,.6); }
.page-home .lux-explore { padding-top:3.8rem; background:linear-gradient(180deg,#0a5eb8,#073f82); }
.page-home .lux-explore .lux-section-heading { justify-content:center; text-align:center; }
.page-home .lux-explore__grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.page-home .lux-explore__card { position:relative; min-height:170px; overflow:hidden; border:1px solid rgba(255,255,255,.42); color:#fff; text-decoration:none; }
.page-home .lux-explore__card::after,.page-home .lux-destination-card::after,.page-home .lux-experience::after { content:""; position:absolute; inset:35% 0 0; background:linear-gradient(transparent,rgba(2,22,50,.88)); }
.page-home .lux-explore__card img,.page-home .lux-destination-card img,.page-home .lux-experience img { width:100%; height:100%; object-fit:cover; transition:transform .45s ease; }
.page-home .lux-explore__card strong { position:absolute; z-index:2; right:14px; bottom:13px; left:14px; font-family:var(--font-heading); font-size:1rem; }
.page-home .lux-explore__card:hover img,.page-home .lux-destination-card:hover img,.page-home .lux-experience:hover img { transform:scale(1.035); }

.page-home .lux-destinations { background:var(--lux-ivory); }
.page-home .lux-journeys { background:#fff; }
.page-home .lux-carousel { display:grid; grid-template-columns:40px minmax(0,1fr) 40px; gap:10px; margin:0; }
.page-home .lux-carousel .home-feature-carousel__viewport { padding:0; }
.page-home .lux-carousel .home-feature-carousel__track { gap:12px; }
.page-home .lux-carousel .home-feature-carousel__slide { min-height:0; box-shadow:none; }
.page-home .lux-carousel .home-feature-carousel__arrow { width:36px; height:36px; align-self:center; font-size:1.55rem; background:#0870d8; }
.page-home .lux-destination-card { position:relative; flex:0 0 calc((100% - 36px)/4); height:230px; overflow:hidden; color:#fff; }
.page-home .lux-card-overlay { position:absolute; z-index:2; right:0; bottom:0; left:0; padding:1rem; }
.page-home .lux-card-overlay strong,.page-home .lux-card-overlay small { display:block; color:#fff; }
.page-home .lux-card-overlay strong { font-family:var(--font-heading); font-size:1.35rem; }
.page-home .lux-card-overlay small { margin-top:.2rem; font-size:.72rem; line-height:1.35; }
.page-home .lux-carousel-status { display:block; margin-top:.75rem; color:#738096; font-size:.75rem; text-align:center; }
.page-home .lux-carousel--journeys .home-feature-carousel__slide { flex:0 0 calc((100% - 24px)/3); }
.page-home .lux-journey-card { overflow:hidden; border:1px solid #dce2ea; background:#fff; }
.page-home .lux-journey-card > img,.page-home .lux-journey-card > .lux-photo-fallback { width:100%; height:220px; object-fit:cover; }
.page-home .lux-journey-card > div { padding:1rem; }
.page-home .lux-journey-card h3 { margin:0 0 .4rem; font-size:1.25rem; line-height:1.2; }
.page-home .lux-journey-card p { min-height:2.7em; margin:0 0 .8rem; color:#58677b; font-size:.82rem; line-height:1.45; }
.page-home .lux-card-actions { display:flex; gap:.65rem; }
.page-home .lux-mini-btn { display:inline-flex; align-items:center; justify-content:center; min-height:37px; padding:.48rem .9rem; border:1px solid var(--lux-blue); border-radius:4px; color:#fff; background:var(--lux-blue); font-size:.72rem; font-weight:800; text-decoration:none; }
.page-home .lux-mini-btn--outline { color:#0b4fa9; background:#fff; }

.page-home .lux-experiences { background:var(--lux-navy); }
.page-home .lux-experience-strip { display:grid; grid-template-columns:repeat(4,1fr); gap:2px; }
.page-home .lux-experience { position:relative; height:275px; overflow:hidden; color:#fff; }
.page-home .lux-experience > span:last-child { position:absolute; z-index:2; right:1rem; bottom:1rem; left:1rem; }
.page-home .lux-experience strong,.page-home .lux-experience small { display:block; color:#fff; }
.page-home .lux-experience strong { font-family:var(--font-heading); font-size:1.25rem; }
.page-home .lux-experience small { margin-top:.3rem; font-size:.72rem; line-height:1.4; }

.page-home .lux-why { display:grid; grid-template-columns:.78fr 1.22fr; min-height:360px; background:#07386f; }
.page-home .lux-why__photo img,.page-home .lux-why__photo .lux-photo-fallback { width:100%; height:100%; min-height:360px; object-fit:cover; }
.page-home .lux-why__content { display:flex; flex-direction:column; justify-content:center; padding:clamp(2rem,5vw,4.5rem); }
.page-home .lux-why__content > h2 { margin:0 0 .55rem; color:#fff; font-size:clamp(2rem,3.1vw,3.2rem); line-height:1.05; }
.page-home .lux-why__content > p { max-width:850px; margin:0 0 1.7rem; color:#d6e3f4; }
.page-home .lux-why__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1rem; padding-top:1.3rem; border-top:1px solid rgba(255,255,255,.18); }
.page-home .lux-why__item { display:grid; grid-template-columns:auto 1fr; gap:.7rem; }
.page-home .lux-why__item > span { color:#e1b85b; font-size:1.5rem; }
.page-home .lux-why__item h3 { margin:0 0 .25rem; color:#fff; font-family:var(--font-body); font-size:.9rem; }
.page-home .lux-why__item p { margin:0; color:#c6d6ec; font-size:.72rem; line-height:1.45; }

.page-home .lux-reviews { position:relative; background:#f9f5ec; }
.page-home .lux-review-carousel { display:grid; grid-template-columns:42px minmax(0,1fr) 42px; gap:12px; }
.page-home .lux-review-carousel .reviews-carousel__viewport { min-width:0; overflow:hidden; }
.page-home .lux-review-carousel .reviews-carousel__track { display:flex; gap:18px; transition:transform .5s ease; }
.page-home .lux-review { display:flex; flex-direction:column; flex:0 0 calc((100% - 36px)/3); min-width:0; min-height:235px; padding:1.4rem; border:1px solid #ded8cb; border-radius:4px; background:rgba(255,255,255,.95); box-shadow:0 12px 30px rgba(11,36,75,.08); }
.page-home .lux-review-carousel .reviews-carousel__arrow { position:relative; inset:auto; align-self:center; transform:none; }
.page-home .lux-review__stars { color:#d39d2a; letter-spacing:.08em; }
.page-home .lux-review h3 { margin:.55rem 0; font-size:1.12rem; }
.page-home .lux-review p { color:#43546c; font-size:.86rem; line-height:1.6; }
.page-home .lux-review footer { margin-top:auto; }
.page-home .lux-review footer strong,.page-home .lux-review footer span { display:block; }
.page-home .lux-review footer span { color:#718096; font-size:.72rem; }
.page-home .lux-review-actions { margin-top:1rem; text-align:center; }

.page-home .lux-gallery { background:var(--lux-navy); }
.page-home .lux-gallery__grid { position:relative; display:grid; grid-template-columns:repeat(8,1fr); height:235px; overflow:hidden; }
.page-home .lux-gallery__item { min-width:0; margin:0; padding:0; border:0; background:#123; }
.page-home .lux-gallery__item img { width:100%; height:100%; object-fit:cover; }
.page-home .lux-gallery__title { position:absolute; z-index:3; top:50%; left:50%; width:min(390px,72%); padding:1.2rem; color:#fff; background:rgba(3,43,91,.95); text-align:center; transform:translate(-50%,-50%); box-shadow:0 15px 38px rgba(0,0,0,.28); }
.page-home .lux-gallery__title h2 { margin:0; color:#fff; font-size:2rem; }
.page-home .lux-gallery__title p { margin:.35rem 0 .8rem; color:#d5e1f1; font-size:.78rem; }
.page-home .lux-gallery__empty { padding:4rem 0; color:#fff; text-align:center; }
.page-home .lux-gallery__empty h2 { color:#fff; }

.page-home .lux-final-cta { position:relative; min-height:390px; display:flex; align-items:center; background-image:linear-gradient(90deg,rgba(2,31,70,.1),rgba(2,31,70,.15)),var(--cta-photo); background-position:center; background-size:cover; }
.page-home .lux-final-cta__inner { display:flex; align-items:center; min-height:390px; }
.page-home .lux-final-cta__panel { width:min(600px,55%); padding:2.2rem; color:#fff; background:rgba(3,44,94,.96); }
.page-home .lux-final-cta h2 { margin:0 0 .7rem; color:#fff; font-size:clamp(2rem,3.2vw,3.35rem); line-height:1.05; }
.page-home .lux-final-cta p { color:#d6e3f4; line-height:1.65; }
.page-home .lux-final-cta__panel > div { display:flex; gap:.75rem; }
.page-home .lux-empty { padding:2rem; border:1px solid #d7dee8; background:#fff; color:#5b6b80; text-align:center; }
.page-home .lux-empty--dark { color:#fff; background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.18); }
.page-home .premium-footer__cta-shell { display:none; }
.page-home .premium-footer { background:#032d62; }
.page-home .premium-footer__grid { padding-top:2.2rem; }
.mobile-header-cta { display:none; }

@media (max-width:1100px) {
    .site-header .main-nav { gap:.75rem; }
    .site-header .main-nav a { font-size:.76rem; }
    .page-home .lux-finder { grid-template-columns:1fr repeat(3,1fr) .8fr; }
    .page-home .lux-finder__intro span { display:none; }
    .page-home .lux-why__grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:900px) {
    .site-utility__time span { display:none; }
    .site-utility__contacts a:nth-child(2) { display:none; }
    .site-header__inner { min-height:72px; }
    .site-header .brand__logo { height:58px; max-width:150px; }
    .site-header .mobile-header-cta { display:inline-flex; margin-left:auto; align-items:center; justify-content:center; min-height:38px; padding:.55rem .82rem; border-radius:5px; background:#d7a928; color:#052f68; font-size:.76rem; font-weight:850; text-decoration:none; box-shadow:0 6px 14px rgba(132,91,0,.18); }
    .page-home .lux-hero { min-height:0; padding-bottom:0; }
    .page-home .lux-hero .hero__slides { min-height:0; }
    .page-home .lux-hero__slide,.page-home .lux-hero__slide.is-active { position:relative; inset:auto; min-height:0; display:none; }
    .page-home .lux-hero__slide.is-active { display:block; }
    .page-home .lux-hero__media { position:relative; height:52vw; min-height:290px; max-height:440px; }
    .page-home .lux-hero__image { object-position:center; }
    .page-home .lux-hero__container { min-height:0; margin-top:-30px; padding-top:0; }
    .page-home .lux-hero__panel { position:relative; z-index:2; width:100%; padding:1.75rem; }
    .page-home .lux-hero__panel h1 { font-size:clamp(2.25rem,7.7vw,3.6rem); }
    .page-home .lux-finder { position:relative; grid-template-columns:repeat(2,1fr); width:min(100% - 40px,1360px); margin:1rem auto 0; }
    .page-home .lux-finder__intro { grid-column:1/-1; }
    .page-home .lux-finder label { border-bottom:1px solid #d8e0eb; }
    .page-home .lux-finder .lux-btn { grid-column:1/-1; min-height:50px; }
    .page-home .lux-explore__grid { grid-template-columns:repeat(3,1fr); }
    .page-home .lux-explore__card:nth-child(4),.page-home .lux-explore__card:nth-child(5) { grid-column:span 1; }
    .page-home .lux-destination-card { flex-basis:calc((100% - 12px)/2); }
    .page-home .lux-carousel--journeys .home-feature-carousel__slide { flex-basis:calc((100% - 12px)/2); }
    .page-home .lux-experience-strip { grid-template-columns:repeat(2,1fr); }
    .page-home .lux-why { grid-template-columns:1fr; }
    .page-home .lux-why__photo img,.page-home .lux-why__photo .lux-photo-fallback { height:420px; min-height:0; }
    .page-home .lux-review { flex-basis:calc((100% - 18px)/2); }
    .page-home .lux-gallery__grid { grid-template-columns:repeat(4,1fr); height:360px; }
    .page-home .lux-final-cta__panel { width:70%; }
}
@media (max-width:640px) {
    .site-utility { min-height:26px; }
    .site-utility__inner { min-height:26px; justify-content:center; }
    .site-utility__time { display:none; }
    .site-utility__contacts { width:100%; justify-content:center; gap:3rem; }
    .site-utility__contacts a:first-child::before { content:"Call  "; }
    .site-header__inner { min-height:64px; padding-top:.25rem; padding-bottom:.25rem; }
    .site-header .brand__logo { height:50px; max-width:137px; }
    .site-header .mobile-menu-toggle { width:43px; height:43px; flex-basis:43px; border:0; background:transparent; box-shadow:none; }
    .page-home .container { width:min(100% - 24px,1360px); }
    .page-home .lux-hero__media { height:54vw; min-height:215px; max-height:300px; }
    .page-home .lux-hero__image { object-position:center; }
    .page-home .lux-hero__container { width:min(100% - 24px,1360px); margin-top:-22px; }
    .page-home .lux-hero__panel { padding:1.25rem 1rem; text-align:center; box-shadow:0 10px 28px rgba(2,29,67,.14); }
    .page-home .lux-eyebrow { font-size:.59rem; }
    .page-home .lux-hero__panel h1 { font-size:clamp(1.92rem,9.4vw,2.65rem); line-height:1.02; }
    .page-home .lux-hero__supporting { font-size:.92rem; line-height:1.55; }
    .page-home .lux-hero__actions { flex-direction:column; gap:.65rem; margin-top:1rem; }
    .page-home .lux-hero__actions .lux-btn,.page-home .lux-hero__actions .lux-text-link { width:100%; min-height:46px; display:flex; align-items:center; justify-content:center; border:1px solid var(--lux-blue); }
    .page-home .lux-hero__trust { grid-template-columns:1fr 1fr; gap:.65rem; text-align:left; }
    .page-home .lux-hero__trust span { padding:0; border:0; font-size:.68rem; }
    .page-home .lux-hero__trust span:last-child { grid-column:1/-1; justify-content:center; }
    .page-home .lux-hero__controls { display:none; }
    .page-home .lux-finder { grid-template-columns:1fr; width:min(100% - 24px,1360px); margin:.8rem auto 0; background:#fff; box-shadow:0 8px 26px rgba(4,33,73,.13); }
    .page-home .lux-finder__intro { grid-column:auto; background:var(--lux-navy); text-align:center; }
    .page-home .lux-finder label { padding:.7rem 1rem; border-right:0; }
    .page-home .lux-finder input,.page-home .lux-finder select { min-height:38px; font-size:16px; }
    .page-home .lux-finder .lux-btn { grid-column:auto; margin:9px; }
    .page-home .lux-section,.page-home .lux-explore,.page-home .lux-experiences { padding:2.65rem 0; }
    .page-home .lux-section-heading { align-items:flex-start; flex-direction:column; gap:.8rem; margin-bottom:1.2rem; text-align:left; }
    .page-home .lux-section-heading h2 { font-size:2rem; }
    .page-home .lux-section-heading p { font-size:.86rem; }
    .page-home .lux-section-heading--center,.page-home .lux-explore .lux-section-heading { align-items:center; text-align:center; }
    .page-home .lux-explore__grid { grid-template-columns:repeat(2,1fr); gap:8px; }
    .page-home .lux-explore__card { min-height:120px; }
    .page-home .lux-explore__card:last-child { grid-column:1/-1; min-height:105px; }
    .page-home .lux-carousel { grid-template-columns:28px minmax(0,1fr) 28px; gap:5px; }
    .page-home .lux-carousel .home-feature-carousel__arrow { width:28px; height:28px; }
    .page-home .lux-destination-card,.page-home .lux-carousel--journeys .home-feature-carousel__slide { flex-basis:100%; }
    .page-home .lux-destination-card { height:230px; }
    .page-home .lux-journey-card > img,.page-home .lux-journey-card > .lux-photo-fallback { height:220px; }
    .page-home .lux-journey-card p { min-height:0; }
    .page-home .lux-experience-strip { grid-template-columns:1fr 1fr; gap:4px; }
    .page-home .lux-experience { height:205px; }
    .page-home .lux-experience strong { font-size:1rem; }
    .page-home .lux-experience small { font-size:.67rem; }
    .page-home .lux-why__photo img,.page-home .lux-why__photo .lux-photo-fallback { height:280px; }
    .page-home .lux-why__content { padding:1.8rem 1rem; }
    .page-home .lux-why__content > h2 { font-size:2rem; }
    .page-home .lux-why__grid { grid-template-columns:1fr 1fr; gap:1.2rem .7rem; }
    .page-home .lux-review-carousel { grid-template-columns:25px minmax(0,1fr) 25px; gap:5px; }
    .page-home .lux-review { flex-basis:100%; min-height:260px; padding:1.2rem; }
    .page-home .lux-gallery__grid { grid-template-columns:repeat(4,1fr); height:280px; }
    .page-home .lux-gallery__title { width:82%; padding:1rem; }
    .page-home .lux-gallery__title h2 { font-size:1.5rem; }
    .page-home .lux-final-cta { min-height:430px; align-items:flex-end; background-position:center; }
    .page-home .lux-final-cta__inner { align-items:flex-end; min-height:430px; width:100%; }
    .page-home .lux-final-cta__panel { width:100%; padding:1.35rem 1rem; }
    .page-home .lux-final-cta h2 { font-size:2rem; }
    .page-home .lux-final-cta__panel > div { flex-direction:column; }
    .page-home .lux-final-cta__panel .lux-btn { width:100%; }
    .page-home .premium-footer__grid { grid-template-columns:1fr; }
    .page-home .premium-footer__column { border-top:1px solid rgba(255,255,255,.14); padding-top:1rem; }
    .page-home .premium-footer__social-zone { align-items:flex-start; flex-direction:column; }
    .page-home .premium-footer__socials { justify-content:flex-start; }
}

/* Production-approved Lankan Travel header and mobile navigation. */
.site-header {
    background: linear-gradient(90deg, #cfe5ff 0%, #e6f2ff 52%, #f7fbff 100%);
    border-bottom: 1px solid rgba(219, 174, 73, 0.9);
    box-shadow: 0 7px 24px rgba(7, 31, 77, 0.18);
}
.site-header__inner { flex-wrap: nowrap; gap: 1rem; padding-top: .5rem; padding-bottom: .5rem; }
.site-header .brand { flex: 0 0 auto; padding: 0; background: transparent !important; border: 0; box-shadow: none !important; overflow: visible; }
.site-header .brand__logo {
    width: auto; height: 82px; max-width: 190px; object-fit: contain;
    image-rendering: auto; background: transparent !important;
    filter: drop-shadow(0 3px 2px rgba(7, 31, 77, 0.26)) !important;
    transform: none;
}
.site-header .main-nav { flex: 1 1 auto; justify-content: flex-end; flex-wrap: nowrap; }
.site-header .main-nav a { color: #071f4d; font-weight: 700; text-shadow: none; white-space: nowrap; }
.site-header .main-nav a:hover,
.site-header .main-nav a:focus-visible { color: #174fba; }
.site-header .main-nav a[aria-current="page"]:not(.btn),
.site-header .main-nav a.is-current:not(.btn) {
    color: #071f4d; text-decoration-color: #dbae49;
    text-decoration-thickness: 2px; text-underline-offset: .45rem;
}
.site-header .main-nav .btn--primary {
    color: #071f4d; background: linear-gradient(180deg, #f3c85f 0%, #dba832 100%);
    border-color: #d39c24; box-shadow: 0 4px 12px rgba(132, 88, 10, .22); text-shadow: none;
}
.mobile-menu-toggle {
    width: 50px; height: 50px; padding: 0;
    background: linear-gradient(180deg, #fff 0%, #dbeeff 100%);
    border: 2px solid #174fba; border-radius: 12px;
    box-shadow: 0 4px 12px rgba(7, 31, 77, .18);
}
.mobile-menu-toggle__bar { width: 25px; height: 3px; border-radius: 999px; background: #071f4d; box-shadow: none; }
.mobile-menu {
    width: min(360px, 90vw); padding: 0;
    background: linear-gradient(180deg, #f7fbff 0%, #e8f3ff 100%);
    border-left: 1px solid rgba(23, 79, 186, .18);
    box-shadow: -18px 0 45px rgba(7, 31, 77, .3);
}
.mobile-menu__header {
    min-height: 126px; margin: 0; padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #cfe5ff 0%, #f7fbff 100%);
    border-bottom: 2px solid #dbae49;
}
.mobile-menu__logo {
    width: auto; height: 80px; max-width: 205px; object-fit: contain;
    image-rendering: auto; filter: drop-shadow(0 3px 2px rgba(7, 31, 77, .24)) !important;
}
.mobile-menu__close {
    flex: 0 0 46px; width: 46px; height: 46px; padding: 0;
    border: 2px solid #174fba; border-radius: 50%; background: #fff;
    color: #071f4d; font-size: 1.65rem; font-weight: 700;
    box-shadow: 0 3px 10px rgba(7, 31, 77, .15);
}
.mobile-menu > a {
    position: relative; margin: 0 1rem; padding: .9rem 1rem;
    border-bottom: 1px solid rgba(23, 79, 186, .13);
    color: #071f4d; font-size: 1rem; font-weight: 650; border-radius: 9px;
}
.mobile-menu > a:hover,
.mobile-menu > a:focus-visible,
.mobile-menu > a.is-active { color: #174fba; background: rgba(207, 229, 255, .78); }
.mobile-menu .mobile-menu__cta {
    margin: 1.25rem 1rem; padding: .95rem 1rem; color: #071f4d;
    background: linear-gradient(180deg, #f3c85f 0%, #dba832 100%);
    border: 1px solid #d39c24; border-radius: 10px;
    box-shadow: 0 5px 14px rgba(132, 88, 10, .2);
}
@media (max-width: 1120px) and (min-width: 901px) {
    .site-header .brand__logo { height: 70px; max-width: 158px; }
}
@media (max-width: 900px) {
    .site-header__inner { min-height: 86px; }
    .site-header .brand__logo { height: 72px; max-width: 158px; }
    .site-header .mobile-menu-toggle { display: flex; flex: 0 0 50px; }
}
@media (max-width: 420px) {
    .site-header .brand__logo { height: 66px; max-width: 145px; }
    .mobile-menu__logo { height: 72px; max-width: 185px; }
}

* {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--color-body-text);
    background: var(--color-white);
    line-height: 1.6;
}

/* -------------------------------------------------------------------------
   Step 8: the repeated travel-icon pattern background is fully removed
   from the public site. Solid colour sections only — see the
   .section--white / .section--pale / .section--navy utilities below.
   The pattern SVG asset itself is left in place (public/assets/img/
   pattern-travel.svg) since it may still be referenced by project
   documentation as a historical record of the Step 3–7 design; it is
   no longer linked from any CSS rule or view.
   ------------------------------------------------------------------------- */
.site-header, .site-footer, main, .card { position: relative; }

/* Never place any background image over these — each already has its
   own real content (a photo, the map canvas, a form, a white card). */
.hero-photo, .destination-photo, .gallery-photo, #map-canvas, .no-pattern {
    background-image: none !important;
}

/* Section background utilities — the core of the Step 8 design system */
.section--white { background: var(--color-white); }
.section--pale { background: var(--color-ivory); }
.section--navy {
    background: var(--color-navy-section);
    color: var(--color-white);
}
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4,
.section--navy .section-title, .section--navy .section-eyebrow { color: var(--color-white); }
.section--navy p { color: #d7e2f7; }
/* The light paragraph colour above must never apply inside a white
   card sitting on the navy section — caught via a real screenshot
   showing near-invisible low-contrast text there. */
.section--navy .card p, .section--navy .content-card p, .section--navy .why-choose-card p {
    color: var(--color-body-text);
}
/* White cards inside a navy section — the required "crisp white cards
   on deep-navy sections" pairing. */
.section--navy .card, .section--navy .content-card, .section--navy .discovery-card, .section--navy .why-choose-card {
    background: var(--color-white);
    color: var(--color-body-text);
}
.section--navy .card h1, .section--navy .card h2, .section--navy .card h3, .section--navy .card h4,
.section--navy .content-card h1, .section--navy .content-card h2, .section--navy .content-card h3,
.section--navy .why-choose-card h3 {
    color: var(--color-navy-text);
}

h1, h2, h3, h4 {
    font-family: var(--font-heading);
    color: var(--color-navy-text);
    line-height: 1.25;
    margin: 0 0 var(--space-4);
}

p {
    margin: 0 0 var(--space-4);
}

a {
    color: var(--color-royal-blue);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 var(--space-4);
}

/* Accessibility: visible focus ring on every interactive element */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 3px solid var(--color-gold);
    outline-offset: 2px;
}

/* -------------------------------------------------------------------------
   Header / Nav
   ------------------------------------------------------------------------- */
.site-header {
    border-bottom: 3px solid var(--color-gold);
    background: var(--color-royal-blue);
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: var(--space-4);
    padding-bottom: var(--space-4);
    flex-wrap: wrap;
    gap: var(--space-4);
}

.brand {
    display: flex;
    flex-direction: column;
}

.brand__name {
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-white);
}

.brand__tagline {
    font-size: 0.75rem;
    color: var(--color-gold);
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: var(--space-6);
    flex-wrap: wrap;
}

.main-nav a {
    color: var(--color-white);
    font-weight: 500;
}

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

/* -------------------------------------------------------------------------
   Buttons
   ------------------------------------------------------------------------- */
.btn {
    display: inline-block;
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius);
    font-weight: 600;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
}

.btn--primary {
    background: var(--color-royal-blue);
    color: var(--color-white);
}

.btn--primary:hover {
    background: var(--color-royal-blue-dark);
    text-decoration: none;
}

.btn--secondary {
    background: transparent;
    border-color: var(--color-royal-blue);
    color: var(--color-royal-blue);
}

.btn--gold {
    background: var(--color-gold);
    color: var(--color-navy-text);
}

/* The header's "Plan My Tour" CTA needs to stand out against the new
   royal-blue header background — a plain .btn--primary would blend
   into it, so it uses the restrained gold accent here specifically. */
.site-header .btn--primary {
    background: var(--color-gold);
    color: var(--color-navy-text);
    border-color: var(--color-gold);
}
.site-header .btn--primary:hover {
    background: var(--color-gold-dark);
    border-color: var(--color-gold-dark);
}

/* -------------------------------------------------------------------------
   Forms
   ------------------------------------------------------------------------- */
.form-group {
    margin-bottom: var(--space-4);
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: var(--space-2);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
select,
textarea {
    width: 100%;
    padding: var(--space-3);
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius);
    font-family: var(--font-body);
    font-size: 1rem;
    background: var(--color-white);
    color: var(--color-navy-text);
}

.field-error {
    color: var(--color-error);
    font-size: 0.875rem;
    margin-top: var(--space-1);
}

/* -------------------------------------------------------------------------
   Cards
   ------------------------------------------------------------------------- */
.card {
    background: var(--color-white);
    border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
}

.card--ivory {
    background: var(--color-ivory);
    border-color: transparent;
}

/* -------------------------------------------------------------------------
   Alerts / Flash messages
   ------------------------------------------------------------------------- */
.alert {
    padding: var(--space-4);
    border-radius: var(--radius);
    margin-bottom: var(--space-4);
    border-left: 4px solid transparent;
}

.alert--success {
    background: var(--color-ivory);
    border-color: var(--color-success);
    color: var(--color-success);
}

.alert--error {
    background: #fbeaec;
    border-color: var(--color-error);
    color: var(--color-error);
}

.alert--info {
    background: #eceafa;
    border-color: var(--color-info);
    color: var(--color-info);
}

/* -------------------------------------------------------------------------
   Homepage placeholder (Step 1 only — real homepage lands in Step 5)
   ------------------------------------------------------------------------- */
.hero-placeholder {
    padding: var(--space-16) var(--space-4);
    text-align: center;
}

.hero-placeholder .lead {
    font-size: 1.25rem;
    color: var(--color-gray-700);
}

.foundation-note {
    max-width: 640px;
    margin: 0 auto var(--space-8);
    padding: var(--space-4);
    background: var(--color-ivory);
    border-radius: var(--radius);
    font-size: 0.9rem;
}

/* -------------------------------------------------------------------------
   Footer
   ------------------------------------------------------------------------- */
.site-footer {
    padding: var(--space-8) 0;
    text-align: center;
    color: var(--color-gray-700);
    font-size: 0.875rem;
    border-top: 1px solid var(--color-gray-300);
    margin-top: var(--space-16);
}

/* -------------------------------------------------------------------------
   Mobile-first breakpoints
   ------------------------------------------------------------------------- */
@media (min-width: 600px) {
    .hero-placeholder {
        padding: var(--space-16) var(--space-8);
    }
}

@media (min-width: 960px) {
    .container {
        padding: 0 var(--space-8);
    }
}

/* =========================================================================
   Step 5 — Global Public Website Design System
   ========================================================================= */

/* Skip link (accessibility) */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    background: var(--color-royal-blue);
    color: var(--color-white);
    padding: var(--space-3) var(--space-4);
    z-index: 2000;
    border-radius: 0 0 var(--radius) 0;
}
.skip-link:focus {
    left: 0;
}

/* -------------------------------------------------------------------------
   Header (rebuilt for Step 5: real logo, full nav, mobile menu)
   ------------------------------------------------------------------------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 500;
}
.brand { display: flex; align-items: center; }
.brand__logo { height: 56px; width: auto; display: block; }

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: none;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: var(--radius);
    cursor: pointer;
}
.mobile-menu-toggle__bar {
    display: block;
    width: 22px;
    height: 2px;
    margin: 0 auto;
    background: var(--color-white);
}

.main-nav a.is-active { color: var(--color-white); font-weight: 700; border-bottom: 2px solid var(--color-gold); }

/* Mobile off-canvas menu */
.mobile-menu {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(320px, 85vw);
    background: var(--color-white);
    box-shadow: -8px 0 24px rgba(0,0,0,0.15);
    z-index: 1000;
    transform: translateX(100%);
    transition: transform 0.25s ease;
    display: flex;
    flex-direction: column;
    padding: var(--space-4);
    overflow-y: auto;
}
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-6);
}
.mobile-menu__logo { height: 40px; width: auto; }
.mobile-menu__close {
    background: none;
    border: none;
    font-size: 1.75rem;
    line-height: 1;
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    color: var(--color-navy-text);
}
.mobile-menu a {
    display: block;
    padding: var(--space-3) 0;
    border-bottom: 1px solid var(--color-gray-100);
    color: var(--color-navy-text);
    font-weight: 500;
    min-height: 44px;
}
.mobile-menu a.is-active { color: var(--color-royal-blue); font-weight: 700; }
.mobile-menu__cta { text-align: center; margin-top: var(--space-4); border-bottom: none; }
.mobile-menu__whatsapp { color: var(--color-royal-blue) !important; font-weight: 600; }

.mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(20, 20, 43, 0.5);
    z-index: 900;
}

body.menu-open { overflow: hidden; } /* scroll lock while mobile menu or lightbox is open */

@media (max-width: 900px) {
    .main-nav { display: none; }
    .mobile-menu-toggle { display: flex; }
}

/* -------------------------------------------------------------------------
   Footer (rebuilt for Step 5)
   ------------------------------------------------------------------------- */
.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: var(--space-8);
    padding: var(--space-12) 0 var(--space-8);
    text-align: left;
}
.footer-logo { height: 48px; width: auto; margin-bottom: var(--space-3); }
.footer-col h3 { font-size: 1rem; color: var(--color-royal-blue-dark); margin-bottom: var(--space-3); }
.footer-col a { display: block; color: var(--color-gray-700); margin-bottom: var(--space-2); }
.footer-col a:hover { color: var(--color-royal-blue); }
.footer-social { display: flex; gap: var(--space-3); margin-top: var(--space-2); flex-wrap: wrap; }
.footer-bottom {
    border-top: 1px solid var(--color-gray-300);
    padding: var(--space-4) 0;
    text-align: center;
}
.footer-attribution { font-size: 0.75rem; color: var(--color-gray-500); margin-top: var(--space-1); }

/* Professional Lankan Travel footer — clear navy foundation, restrained
   gold accents and compact social links, with no repeated page pattern. */
.site-footer {
    position: relative;
    overflow: hidden;
    margin-top: var(--space-16);
    padding: 0;
    border: 0;
    background: #071a3a;
    color: #dce6f7;
    text-align: left;
}
.site-footer::before {
    content: ""; position: absolute; inset: 0 0 auto; height: 4px;
    background: linear-gradient(90deg, #2f66d0, #d5ae5c, #2f66d0);
}
.footer-cta {
    display: flex; align-items: center; justify-content: space-between; gap: 2rem;
    padding-top: clamp(2rem, 5vw, 3.7rem); padding-bottom: clamp(2rem, 5vw, 3.7rem);
    border-bottom: 1px solid rgba(255,255,255,.13);
}
.footer-cta > div { max-width: 760px; }
.footer-cta__eyebrow { color: #e3bd6a; text-transform: uppercase; font-weight: 800; letter-spacing: .11em; font-size: .75rem; }
.footer-cta h2 { margin: .35rem 0 .55rem; color: #fff; font-size: clamp(1.55rem, 3vw, 2.35rem); line-height: 1.15; }
.footer-cta p { margin: 0; color: #bccbe2; font-size: 1rem; }
.footer-cta__button { flex: 0 0 auto; background: #d5ae5c; color: #071a3a; border-color: #d5ae5c; font-weight: 800; }
.footer-cta__button:hover { background: #fff; color: #173b7a; border-color: #fff; }
.site-footer .footer-grid { grid-template-columns: 1.65fr 1fr 1.35fr .85fr; gap: clamp(1.5rem, 4vw, 4rem); padding-top: 3rem; padding-bottom: 2.5rem; }
.footer-logo-wrap { display: inline-flex; align-items: center; padding: .55rem .8rem; margin-bottom: 1rem; border-radius: 12px; background: #fff; }
.site-footer .footer-logo { height: 58px; margin: 0; }
.footer-brand-col p { max-width: 420px; color: #bccbe2; line-height: 1.75; }
.site-footer .footer-col h3 { position: relative; margin: .35rem 0 1.15rem; padding-bottom: .65rem; color: #fff; font-size: 1.05rem; }
.site-footer .footer-col h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 2px; background: #d5ae5c; }
.site-footer .footer-col a { width: fit-content; color: #dce6f7; line-height: 1.45; transition: color .2s ease, transform .2s ease; }
.site-footer .footer-col a:hover { color: #fff; transform: translateX(3px); }
.footer-contact-link { display: flex !important; align-items: flex-start; gap: .65rem; }
.footer-contact-link > span:first-child { display: inline-grid; place-items: center; flex: 0 0 28px; height: 28px; border-radius: 8px; background: #1e4fa4; color: #fff; font-weight: 800; }
.site-footer .footer-social { display: grid; grid-template-columns: repeat(6, 38px); gap: .55rem; margin: 1.2rem 0 .8rem; }
.site-footer .footer-social__link { display: grid; place-items: center; width: 38px; height: 38px; margin: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: #12366f; color: #fff; font-weight: 800; font-size: .78rem; }
.site-footer .footer-social__link:hover { transform: translateY(-3px); border-color: #d5ae5c; background: #275bb8; color: #fff; }
.footer-wechat { margin: 0; color: #dce6f7 !important; font-size: .82rem; }
.site-footer .footer-bottom { border-color: rgba(255,255,255,.13); padding: 1.25rem var(--space-4); text-align: center; }
.site-footer .footer-bottom p { margin: .25rem 0; color: #aebed7; }
.site-footer .footer-attribution { color: #879ab9; }
.settings-fieldset { margin: 1.5rem 0; padding: 1.25rem; border: 1px solid var(--color-gray-300); border-radius: var(--radius); }
.settings-fieldset legend { padding: 0 .5rem; font-weight: 800; color: var(--color-navy-text); }

@media (max-width: 900px) {
    .footer-grid { grid-template-columns: 1fr 1fr; text-align: left; }
    .footer-cta { align-items: flex-start; flex-direction: column; }
    .site-footer .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
    .footer-grid { grid-template-columns: 1fr; }
    .site-footer .footer-grid { grid-template-columns: 1fr; gap: 1.75rem; }
    .footer-cta__button { width: 100%; text-align: center; }
    .site-footer .footer-social { grid-template-columns: repeat(6, 36px); gap: .45rem; }
    .site-footer .footer-social__link { width: 36px; height: 36px; }
}

/* -------------------------------------------------------------------------
   Sections / general layout
   ------------------------------------------------------------------------- */
.section { padding: var(--space-16) 0; }
.section--ivory { background: var(--color-ivory); }
.section-title { text-align: center; font-size: 2rem; margin-bottom: var(--space-2); }
.section-subtitle { text-align: center; color: var(--color-gray-700); max-width: 640px; margin: 0 auto var(--space-8); }
.section-eyebrow { color: var(--color-gold-dark); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.85rem; margin-bottom: var(--space-2); }

.empty-state {
    text-align: center;
    padding: var(--space-8);
    color: var(--color-gray-700);
    background: var(--color-gray-100);
    border-radius: var(--radius-lg);
}

/* -------------------------------------------------------------------------
   Hero carousel
   ------------------------------------------------------------------------- */
.hero {
    position: relative;
    overflow: hidden;
    background: var(--color-white);
}
.hero--fallback {
    display: block;
    background: var(--color-white);
}
.hero__slides { position: relative; }
.hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease;
}
.hero__slide.is-active { opacity: 1; visibility: visible; position: relative; }
.hero__media {
    width: 100%;
    height: clamp(360px, 36vw, 540px);
    overflow: hidden;
    background: var(--color-navy-text);
}
.hero__media picture { display: block; width: 100%; height: 100%; }
.hero__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.hero__fallback {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--color-royal-blue) 0%, var(--color-royal-blue-dark) 100%);
}
.hero__content {
    position: relative;
    width: min(1180px, calc(100% - 48px));
    max-width: none;
    margin: 0 auto;
    padding: var(--space-6) 0;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, .75fr);
    align-items: center;
    gap: clamp(32px, 6vw, 88px);
    background: transparent;
    color: var(--color-navy-text);
}
.hero--fallback .hero__content { position: relative; max-width: none; }
.hero__content--align-center,
.hero__content--align-right { text-align: left; align-items: initial; margin: 0 auto; }
.hero__content--pos-top,
.hero__content--pos-bottom { justify-content: initial; padding-top: var(--space-6); padding-bottom: var(--space-6); }
.hero__copy { min-width: 0; }
.hero__eyebrow { color: var(--color-gold-dark); font-weight: 700; text-transform: uppercase; letter-spacing: 0.13em; margin: 0 0 var(--space-2); }
.hero__heading { font-size: clamp(2rem, 3.2vw, 3.35rem); line-height: 1.08; color: var(--color-navy-text); margin: 0 0 var(--space-3); }
.hero__supporting { max-width: 760px; color: var(--color-gray-700); font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.55; margin: 0; }
.hero__ctas { display: grid; gap: var(--space-3); }
.hero__ctas .btn { width: 100%; min-height: 54px; justify-content: center; }
.hero__secondary-cta { background: var(--color-white); border-color: var(--color-royal-blue); color: var(--color-royal-blue-dark); }

.hero__controls {
    position: absolute;
    top: clamp(300px, calc(36vw - 64px), 476px);
    left: 0; right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-4);
}
.hero__arrow {
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 50%;
    width: 44px; height: 44px;
    cursor: pointer;
    font-size: 1.1rem;
    color: var(--color-royal-blue-dark);
}
.hero__dots { display: flex; gap: var(--space-2); }
.hero__dot {
    width: 12px; height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    border: none;
    cursor: pointer;
    padding: 0;
}
.hero__dot.is-active { background: var(--color-white); }

@media (max-width: 600px) {
    .hero__media { height: 270px; }
    .hero__content {
        width: calc(100% - 32px);
        padding: var(--space-5) 0 var(--space-6);
        grid-template-columns: 1fr;
        gap: var(--space-5);
    }
    .hero__heading { font-size: clamp(2rem, 10vw, 2.65rem); }
    .hero__supporting { font-size: 1rem; line-height: 1.6; }
    .hero__eyebrow { font-size: .78rem; line-height: 1.45; letter-spacing: .11em; }
    .hero__ctas { gap: var(--space-3); }
    .hero__ctas .btn { min-height: 52px; }
    .hero__controls { top: 214px; gap: var(--space-3); }
    .hero__arrow { width: 40px; height: 40px; }
}

/* -------------------------------------------------------------------------
   Introduction section
   ------------------------------------------------------------------------- */
.intro-section { display: grid; grid-template-columns: 1.2fr 1fr; gap: var(--space-8); align-items: center; }
.intro-section__image { width: 100%; border-radius: var(--radius-lg); object-fit: cover; }
@media (max-width: 900px) {
    .intro-section { grid-template-columns: 1fr; }
}

/* -------------------------------------------------------------------------
   Quick discovery grid
   ------------------------------------------------------------------------- */
.discovery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--space-4);
}
.discovery-card {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    padding: var(--space-6) var(--space-4);
    text-align: center;
    text-decoration: none;
    color: var(--color-navy-text);
    border: 1px solid var(--color-gray-300);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.discovery-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); text-decoration: none; }
.discovery-card__icon { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto var(--space-3); border-radius: 18px; background: linear-gradient(145deg,#edf4ff,#fff8e8); color: var(--color-royal-blue); }
.discovery-card__icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.discovery-card__label { font-weight: 600; }
@media (max-width: 900px) {
    .discovery-grid { grid-template-columns: repeat(2, 1fr); }
}

/* -------------------------------------------------------------------------
   Content cards (destinations / tours / activities grids)
   ------------------------------------------------------------------------- */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--space-6);
}
.content-card {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--color-gray-300);
    text-decoration: none;
    color: var(--color-navy-text);
    display: flex;
    flex-direction: column;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.content-card:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.08); text-decoration: none; }
.content-card__image {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}
.content-card__fallback {
    width: 100%;
    aspect-ratio: 4 / 3;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #dff3ff 0%, #c9e9f5 48%, #7bc39a 49%, #2f815e 100%);
    /* An attractive branded illustration, never pretending to be a real photo. */
}
.content-card__fallback::before { content: ""; position: absolute; width: 58px; height: 58px; right: 15%; top: 14%; border-radius: 50%; background: #ffd166; box-shadow: 0 0 0 12px rgba(255,209,102,.2); }
.content-card__fallback::after { content: ""; position: absolute; left: -8%; right: -8%; bottom: 15%; height: 58%; background: linear-gradient(145deg, transparent 0 28%, #315f73 29% 48%, transparent 49%), linear-gradient(215deg, transparent 0 32%, #214d64 33% 55%, transparent 56%); opacity: .9; }
.hero-photo-fallback {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    margin-bottom: var(--space-6);
    background: linear-gradient(135deg, var(--color-royal-blue-light) 0%, var(--color-royal-blue-dark) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
    padding: var(--space-4);
    /* Same intentionally-branded, never-fake-photo treatment as
       .content-card__fallback, sized for a detail-page hero position. */
}
.content-card__body { padding: var(--space-4); flex: 1; display: flex; flex-direction: column; }
.content-card__body h3 { margin: 0 0 var(--space-2); font-size: 1.15rem; }
.content-card__meta { color: var(--color-gray-700); font-size: 0.875rem; margin: 0 0 var(--space-2); }
.content-card__category {
    display: inline-block;
    background: var(--color-ivory);
    color: var(--color-royal-blue);
    font-size: 0.75rem;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 999px;
    margin: 0 0 var(--space-2);
}
.content-card__cta {
    display: inline-block;
    margin-top: auto;
    padding-top: var(--space-2);
    color: var(--color-royal-blue);
    font-weight: 600;
    font-size: 0.9rem;
}
.content-card:hover .content-card__cta { text-decoration: underline; }
.content-card__badges { display: flex; gap: var(--space-2); flex-wrap: wrap; margin: var(--space-2) 0; }
.content-card__actions { margin-top: auto; padding-top: var(--space-3); display: flex; gap: var(--space-2); flex-wrap: wrap; }

/* Homepage destination, tour and experience carousels. */
.home-feature-carousel { position: relative; display: grid; grid-template-columns: 46px minmax(0,1fr) 46px; align-items: center; gap: 12px; margin-top: var(--space-5); }
.home-feature-carousel__viewport { min-width: 0; overflow: hidden; padding: 10px 4px 18px; }
.home-feature-carousel__track { display: flex; align-items: stretch; gap: 18px; transition: transform .55s cubic-bezier(.22,.61,.36,1); will-change: transform; }
.home-feature-carousel__slide { flex: 0 0 calc((100% - 54px) / 4); min-width: 0; min-height: 390px; box-shadow: 0 12px 30px rgba(7,31,77,.1); }
.home-feature-carousel__slide .content-card__image,
.home-feature-carousel__slide .content-card__fallback { aspect-ratio: 16 / 11; min-height: 205px; }
.home-feature-carousel__slide .content-card__body { padding: 1rem; }
.home-feature-carousel__slide .content-card__body > p:not(.content-card__meta) { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.home-feature-carousel__arrow { width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--color-royal-blue); color: #fff; font-size: 1.75rem; line-height: 1; cursor: pointer; box-shadow: 0 8px 20px rgba(7,31,77,.22); z-index: 2; }
.home-feature-carousel__arrow:disabled { opacity: .3; cursor: default; }
.home-feature-carousel__status { margin: .25rem 0 0; text-align: center; color: var(--color-gray-700); font-size: .9rem; }
.section-view-all { text-align: center; margin-top: 1rem; }
.section > .section-eyebrow,
.section > .container > .section-eyebrow { text-align: center; margin-bottom: .35rem; color: #9b6a20; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; font-size: .72rem; }
@media (max-width: 900px) {
    .home-feature-carousel__slide { flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 640px) {
    .discovery-grid { gap: .7rem; }
    .discovery-card { padding: 1rem .55rem; }
    .discovery-card__icon { width: 48px; height: 48px; border-radius: 14px; }
    .discovery-card__icon svg { width: 28px; height: 28px; }
    .home-feature-carousel { grid-template-columns: 36px minmax(0,1fr) 36px; gap: 6px; }
    .home-feature-carousel__track { gap: 12px; }
    .home-feature-carousel__slide { flex-basis: 100%; min-height: 350px; }
    .home-feature-carousel__slide .content-card__image,
    .home-feature-carousel__slide .content-card__fallback { min-height: 230px; aspect-ratio: 16 / 10; }
    .home-feature-carousel__arrow { width: 36px; height: 36px; font-size: 1.4rem; }
}

/* -------------------------------------------------------------------------
   Destinations listing carousel
   ------------------------------------------------------------------------- */
.destination-carousel {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 12px;
    margin-top: var(--space-6);
}
.destination-carousel__viewport {
    min-width: 0;
    overflow: hidden;
    padding: 10px 4px 18px;
}
.destination-carousel__track {
    display: flex;
    gap: 24px;
    align-items: stretch;
    transition: transform 0.55s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}
.destination-carousel__slide {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    height: auto;
    box-shadow: 0 10px 30px rgba(7, 31, 77, 0.10);
}
.destination-carousel__slide .content-card__image,
.destination-carousel__slide .content-card__fallback {
    aspect-ratio: 16 / 10;
}
.destination-carousel__arrow {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--color-royal-blue);
    color: var(--color-white);
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(7, 31, 77, 0.22);
    transition: transform .2s ease, background-color .2s ease;
    z-index: 2;
}
.destination-carousel__arrow:hover,
.destination-carousel__arrow:focus-visible {
    transform: scale(1.08);
    background: var(--color-royal-blue-dark);
}
.destination-carousel__status {
    margin: 0;
    text-align: center;
    color: var(--color-gray-700);
    font-size: .9rem;
}
@media (max-width: 900px) {
    .destination-carousel__slide { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 640px) {
    .destination-carousel {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 7px;
    }
    .destination-carousel__track { gap: 14px; }
    .destination-carousel__slide { flex-basis: 100%; }
    .destination-carousel__arrow { width: 38px; height: 38px; font-size: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
    .destination-carousel__track { transition: none; }
}

/* -------------------------------------------------------------------------
   Tour Packages — paired-duration carousel sections
   ------------------------------------------------------------------------- */
.tour-duration-groups {
    display: grid;
    gap: clamp(2.5rem, 6vw, 5rem);
    margin-top: var(--space-8);
}
.tour-duration-section {
    min-width: 0;
    scroll-margin-top: 120px;
}
.tour-duration-section__heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: .7rem;
    border-bottom: 2px solid var(--color-gold, #dbae49);
}
.tour-duration-section__heading h2 { margin: 0; }
.tour-duration-section__heading span {
    color: var(--color-gray-700);
    font-size: .9rem;
    white-space: nowrap;
}
.tour-duration-carousel {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    align-items: center;
    gap: 12px;
    margin-top: var(--space-4);
}
.tour-duration-carousel__viewport {
    min-width: 0;
    overflow: hidden;
    padding: 10px 4px 18px;
}
.tour-duration-carousel__track {
    display: flex;
    gap: 24px;
    align-items: stretch;
    transition: transform .55s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}
.tour-duration-carousel__slide {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    height: auto;
    box-shadow: 0 10px 30px rgba(7,31,77,.10);
}
.tour-duration-carousel__slide .content-card__image,
.tour-duration-carousel__slide .content-card__fallback { aspect-ratio: 16 / 10; }
.tour-duration-carousel__arrow {
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50%;
    background: var(--color-royal-blue);
    color: var(--color-white);
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(7,31,77,.22);
    transition: transform .2s ease, background-color .2s ease, opacity .2s ease;
    z-index: 2;
}
.tour-duration-carousel__arrow:hover,
.tour-duration-carousel__arrow:focus-visible {
    transform: scale(1.08);
    background: var(--color-royal-blue-dark);
}
.tour-duration-carousel__arrow:disabled {
    opacity: .28;
    cursor: default;
    transform: none;
}
.tour-duration-carousel__status {
    margin: 0;
    text-align: center;
    color: var(--color-gray-700);
    font-size: .9rem;
}
.tour-card__route {
    color: var(--color-gray-700);
    font-size: .85rem;
    margin: .35rem 0;
}
.tour-card__detail {
    color: var(--color-gray-700);
    font-size: .8rem;
    margin: .2rem 0 0;
}
@media (max-width: 900px) {
    .tour-duration-carousel__slide { flex-basis: calc((100% - 24px) / 2); }
}
@media (max-width: 640px) {
    .tour-duration-section__heading { align-items: flex-start; }
    .tour-duration-carousel {
        grid-template-columns: 38px minmax(0, 1fr) 38px;
        gap: 7px;
    }
    .tour-duration-carousel__track { gap: 14px; }
    .tour-duration-carousel__slide { flex-basis: 100%; }
    .tour-duration-carousel__arrow { width: 38px; height: 38px; font-size: 1.1rem; }
}
@media (prefers-reduced-motion: reduce) {
    .tour-duration-carousel__track { transition: none; }
}

/* -------------------------------------------------------------------------
   Homepage interactive map teaser
   ------------------------------------------------------------------------- */
.homepage-map-teaser { border-radius: var(--radius-lg); overflow: hidden; }

/* -------------------------------------------------------------------------
   Why Choose Us
   ------------------------------------------------------------------------- */
.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--space-6);
}
.why-choose-card {
    text-align: center;
    padding: var(--space-6);
}
.why-choose-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px; height: 56px;
    border-radius: 50%;
    background: var(--color-ivory);
    color: var(--color-royal-blue);
    margin-bottom: var(--space-3);
}
.why-choose-card__image { width: 56px; height: 56px; object-fit: cover; border-radius: 50%; margin: 0 auto var(--space-3); display: block; }

/* -------------------------------------------------------------------------
   Tailor-made / contact CTA sections
   ------------------------------------------------------------------------- */
.tailor-made-cta {
    background: var(--color-royal-blue-dark);
    color: var(--color-white);
    text-align: center;
    background-size: cover;
    background-position: center;
}
.tailor-made-cta--has-image { position: relative; }
.tailor-made-cta--has-image::before {
    content: "";
    position: absolute;
    inset: 0;
    /* Light gradient only, never a heavy dark overlay */
    background: linear-gradient(180deg, rgba(20,20,43,0.55) 0%, rgba(20,20,43,0.75) 100%);
}
.tailor-made-cta__inner { position: relative; z-index: 1; max-width: 640px; margin: 0 auto; }
.tailor-made-cta h2 { color: var(--color-white); }
.tailor-made-cta__actions { display: flex; gap: var(--space-3); justify-content: center; flex-wrap: wrap; margin-top: var(--space-4); }
.contact-cta { background: var(--color-ivory); }

/* -------------------------------------------------------------------------
   Reviews
   ------------------------------------------------------------------------- */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-6);
}

/* Homepage review showcase — locally managed genuine reviews, no paid API. */
.reviews-showcase { background: linear-gradient(180deg, #f7f9ff 0%, #fff 100%); overflow: hidden; }
.reviews-showcase__heading { text-align: center; max-width: 720px; margin: 0 auto var(--space-5); }
.reviews-showcase__heading p:last-child { color: var(--color-gray-700); }
.review-source-tabs { display: flex; justify-content: center; flex-wrap: wrap; gap: .65rem; margin-bottom: var(--space-5); }
.review-source-tab { min-height: 44px; padding: .55rem 1rem; border: 1px solid #ccd5e7; border-radius: 999px; background: #fff; color: #172852; font-weight: 700; cursor: pointer; }
.review-source-tab span { display: inline-grid; place-items: center; min-width: 1.45rem; height: 1.45rem; margin-left: .3rem; border-radius: 999px; background: #edf2ff; font-size: .78rem; }
.review-source-tab.is-active { background: var(--color-royal-blue); border-color: var(--color-royal-blue); color: #fff; box-shadow: 0 8px 20px rgba(18,72,190,.18); }
.review-source-tab.is-active span { background: rgba(255,255,255,.2); }
.reviews-carousel { position: relative; padding: 0 3rem; }
.reviews-carousel__viewport { overflow: hidden; padding: .5rem; margin: -.5rem; }
.reviews-carousel__track { display: flex; gap: 1rem; transition: transform .55s ease; align-items: stretch; }
.reviews-carousel__track .review-card { flex: 0 0 calc((100% - 2rem) / 3); min-width: 0; }
.reviews-carousel__track .review-card[hidden] { display: none; }
.reviews-carousel__arrow { position: absolute; z-index: 2; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--color-royal-blue); color: #fff; font-size: 2rem; line-height: 1; cursor: pointer; box-shadow: 0 8px 22px rgba(18,72,190,.25); }
.reviews-carousel__arrow--prev { left: 0; }
.reviews-carousel__arrow--next { right: 0; }
.reviews-carousel__arrow:disabled { opacity: .3; cursor: default; }
.reviews-carousel__status { text-align: center; margin: 1rem 0 0; color: var(--color-gray-700); font-variant-numeric: tabular-nums; }
.reviews-showcase .review-card { display: flex; flex-direction: column; min-height: 330px; box-shadow: 0 10px 30px rgba(25,43,79,.08); }
.review-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: .75rem; margin-bottom: .8rem; }
.review-card__person { display: flex; align-items: center; gap: .65rem; min-width: 0; }
.review-card__avatar { width: 46px; height: 46px; flex: 0 0 46px; object-fit: cover; border-radius: 50%; }
.review-card__avatar--initial { display: grid; place-items: center; background: linear-gradient(135deg,#174ec9,#0c2b75); color: #fff; font-weight: 800; }
.review-card__country { margin: .1rem 0 0; color: var(--color-gray-700); font-size: .82rem; }
.review-source-badge { flex: 0 0 auto; padding: .28rem .55rem; border-radius: 999px; background: #eef2f8; font-size: .72rem; font-weight: 800; }
.review-source-badge--google { color: #1a73e8; background: #eaf2ff; }
.review-source-badge--tripadvisor { color: #006b52; background: #e1f7ef; }
.review-card__title { margin: 0 0 .45rem; font-size: 1.08rem; }
.reviews-showcase .review-card__content { flex: 1; line-height: 1.65; }
.review-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: .75rem; padding-top: .9rem; margin-top: auto; border-top: 1px solid #edf0f5; }
.review-card__source-link { font-size: .8rem; font-weight: 700; white-space: nowrap; }
.review-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.btn--google { background: #fff; color: #1a73e8; border: 1px solid #1a73e8; }
.btn--tripadvisor { background: #00aa6c; color: #fff; border: 1px solid #00aa6c; }

@media (max-width: 900px) {
    .reviews-carousel__track .review-card { flex-basis: calc((100% - 1rem) / 2); }
}
@media (max-width: 640px) {
    .reviews-showcase { padding-top: 2.25rem; padding-bottom: 2.25rem; }
    .reviews-showcase__heading { margin-bottom: 1.25rem; }
    .reviews-showcase__heading .section-title { font-size: clamp(1.9rem, 9vw, 2.5rem); }
    .reviews-carousel { padding: 0 2.15rem; }
    .reviews-carousel__track .review-card { flex-basis: 100%; padding: 1.15rem; min-height: 300px; }
    .reviews-carousel__arrow { width: 38px; height: 38px; font-size: 1.6rem; }
    .review-source-tab { padding: .48rem .75rem; font-size: .86rem; }
    .review-actions { display: grid; grid-template-columns: 1fr; }
    .review-actions .btn { width: 100%; }
}
.review-card {
    background: var(--color-white);
    border-radius: var(--radius-lg);
    padding: var(--space-6);
    border: 1px solid var(--color-gray-300);
}
.review-card__rating { color: var(--color-gold); font-size: 1.1rem; margin-bottom: var(--space-2); }
.review-card__content { margin-bottom: var(--space-2); }
.review-card__read-more { background: none; border: none; color: var(--color-royal-blue); font-weight: 600; cursor: pointer; padding: 0; margin-bottom: var(--space-2); min-height: 44px; }
.review-card__author { font-weight: 700; margin-bottom: 0; }
.review-card__meta, .review-card__tour { font-size: 0.85rem; color: var(--color-gray-700); margin: 0; }

@media (max-width: 900px) {
    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .reviews-grid { grid-template-columns: 1fr; }
}

/* -------------------------------------------------------------------------
   Gallery grids + lightbox
   ------------------------------------------------------------------------- */
.gallery-preview-grid, .gallery-full-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: var(--space-3);
}
.gallery-preview-item {
    position: relative;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.gallery-preview-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-full-grid__caption {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    background: linear-gradient(0deg, rgba(20,20,43,0.7), transparent);
    color: var(--color-white);
    font-size: 0.8rem;
    padding: var(--space-2);
    text-align: left;
}

.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(20, 20, 43, 0.92);
    z-index: 1500;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* A plain class selector's `display: flex` above would otherwise beat
   the browser's default `[hidden] { display: none }` rule (both are
   equal specificity, and this stylesheet loads after the UA
   stylesheet) — a real bug caught via browser testing: the lightbox
   was rendered full-screen and intercepting every click on the page
   even while marked `hidden`. This rule's higher specificity
   (class + attribute) restores the correct hidden behaviour. */
.lightbox[hidden] {
    display: none;
}
.lightbox img, .lightbox__image { max-width: 90vw; max-height: 80vh; object-fit: contain; }
.lightbox__close, .lightbox__prev, .lightbox__next {
    position: absolute;
    background: rgba(255,255,255,0.15);
    border: none;
    color: var(--color-white);
    cursor: pointer;
    min-width: 44px;
    min-height: 44px;
    border-radius: 50%;
    font-size: 1.5rem;
}
.lightbox__close { top: var(--space-4); right: var(--space-4); }
.lightbox__prev { left: var(--space-4); top: 50%; transform: translateY(-50%); }
.lightbox__next { right: var(--space-4); top: 50%; transform: translateY(-50%); }

/* -------------------------------------------------------------------------
   Live-contact widget
   ------------------------------------------------------------------------- */
.live-contact-widget {
    position: fixed;
    bottom: var(--space-4);
    z-index: 800;
}
.live-contact-widget--bottom-right { right: var(--space-4); }
.live-contact-widget--bottom-left { left: var(--space-4); }
.live-contact-widget__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px; height: 56px;
    border-radius: 50%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
.live-contact-widget__button--whatsapp { background: var(--color-royal-blue); color: var(--color-white); }

/* Never let the widget cover the mobile menu toggle or overlap other
   fixed controls — keep it clear of the header's own height. */
@media (max-width: 600px) {
    .live-contact-widget { bottom: var(--space-3); }
}

/* -------------------------------------------------------------------------
   Breadcrumbs (reused across public detail pages)
   ------------------------------------------------------------------------- */
.admin-breadcrumbs { font-size: 0.875rem; color: var(--color-gray-700); }
.admin-breadcrumbs a { color: var(--color-gray-700); }

/* =========================================================================
   Step 6 — Fleet, Chauffeur Services, About, Contact
   ========================================================================= */

/* Honeypot field: visually hidden from real visitors (never
   display:none/hidden, since some bots specifically skip those) but
   fully present in the DOM and off-screen, so a scripted bot filling
   every visible-looking field still catches it. */
.honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Contact page two-column layout */
.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: var(--space-8);
    align-items: start;
}
@media (max-width: 900px) {
    .contact-layout { grid-template-columns: 1fr; }
}

/* =========================================================================
   Step 7 — Plan My Tour / Custom Journey Builder
   ========================================================================= */

.plan-builder fieldset { border: none; padding: 0; margin: 0 0 var(--space-6); }
.plan-builder legend { padding: 0; width: 100%; }
.plan-builder legend h2, .plan-builder legend h3 { margin-bottom: var(--space-3); }

/* Progress indicator */
.builder-progress { margin: var(--space-6) 0; overflow-x: auto; }
.builder-progress ol { display: flex; list-style: none; margin: 0; padding: 0; gap: var(--space-2); min-width: 600px; }
.builder-progress li { flex: 1; text-align: center; position: relative; }
.builder-progress__step {
    background: none; border: none; cursor: pointer; width: 100%;
    padding: var(--space-2); color: var(--color-gray-500); font-size: 0.8rem;
    display: flex; flex-direction: column; align-items: center; gap: var(--space-1);
    min-height: 44px;
}
.builder-progress__num {
    width: 28px; height: 28px; border-radius: 50%; background: var(--color-gray-300);
    color: var(--color-white); display: flex; align-items: center; justify-content: center;
    font-weight: 700;
}
.builder-progress li.is-current .builder-progress__num { background: var(--color-royal-blue); }
.builder-progress li.is-current .builder-progress__step { color: var(--color-royal-blue); font-weight: 700; }
.builder-progress li.is-complete .builder-progress__num { background: var(--color-gold); }

/* Two-column layout: builder + sticky summary */
.builder-layout { display: grid; grid-template-columns: 1fr 320px; gap: var(--space-8); align-items: start; }
.builder-main { min-width: 0; }
.builder-summary {
    position: sticky; top: calc(var(--space-4) + 70px);
    background: var(--color-white); border: 1px solid var(--color-gray-300);
    border-radius: var(--radius-lg); padding: var(--space-4);
    max-height: calc(100vh - 140px); overflow-y: auto;
}
.builder-summary__toggle {
    display: none; width: 100%; background: var(--color-royal-blue); color: var(--color-white);
    border: none; border-radius: var(--radius); padding: var(--space-3); font-weight: 600;
    min-height: 44px; justify-content: space-between; align-items: center;
}
.builder-summary__content p { margin: 0 0 var(--space-2); font-size: 0.9rem; }

@media (max-width: 1024px) {
    .builder-layout { grid-template-columns: 1fr; }
    .builder-summary { position: static; max-height: none; }
    .builder-summary__toggle { display: flex; }
    .builder-summary__content[hidden] { display: none; }
}

.builder-nav { display: flex; justify-content: space-between; margin-top: var(--space-6); gap: var(--space-3); }

/* District list (accessible map alternative) */
.district-list { display: flex; flex-wrap: wrap; gap: var(--space-2); margin: var(--space-3) 0 var(--space-6); }
.district-list__item {
    background: var(--color-ivory); border: 1px solid var(--color-gray-300); border-radius: var(--radius);
    padding: var(--space-2) var(--space-3); cursor: pointer; min-height: 44px; font-size: 0.9rem;
}
.district-list__item.is-selected { background: var(--color-royal-blue); color: var(--color-white); border-color: var(--color-royal-blue); }

/* Reorder list (selected destinations / day allocation) */
.reorder-list { list-style: none; margin: 0; padding: 0; }
.reorder-list__item {
    display: flex; align-items: center; gap: var(--space-2); flex-wrap: wrap;
    padding: var(--space-3); border: 1px solid var(--color-gray-300); border-radius: var(--radius);
    margin-bottom: var(--space-2); background: var(--color-white);
}
.reorder-list__number {
    display: inline-flex; align-items: center; justify-content: center;
    width: 24px; height: 24px; border-radius: 50%; background: var(--color-royal-blue);
    color: var(--color-white); font-size: 0.8rem; font-weight: 700; flex-shrink: 0;
}

.checkbox-list { display: flex; flex-direction: column; gap: var(--space-1); margin: var(--space-2) 0 var(--space-4); }
.radio-group { display: flex; align-items: center; gap: var(--space-2); margin-bottom: var(--space-2); min-height: 44px; }
.radio-group input { width: auto; }

/* Builder buttons need comfortable touch targets throughout */
.plan-builder .btn { min-height: 44px; }

@media (max-width: 640px) {
    .builder-progress ol { min-width: 100%; }
    .builder-progress__step { font-size: 0.7rem; }
    .builder-nav { flex-direction: column-reverse; }
    .builder-nav .btn { width: 100%; }
}

/* =========================================================================
   Step 7 corrective — Interactive Route Preview Map
   ========================================================================= */

/* Numbered destination markers on the Journey Planning Preview map —
   a Leaflet divIcon, styled to be clearly visible against both light
   and dark map tiles, never relying on the (click-only) popup alone. */
.route-preview-marker { background: transparent; border: none; }
.route-preview-marker__badge {
    display: flex; align-items: center; justify-content: center;
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--color-royal-blue); color: var(--color-white);
    font-weight: 700; font-size: 0.85rem; line-height: 1;
    border: 2px solid var(--color-white); box-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

/* Accessible text equivalent of the route preview */
.route-preview-list { list-style: none; margin: 0 0 var(--space-4); padding: 0; }
.route-preview-list li {
    padding: var(--space-2) var(--space-3); border: 1px solid var(--color-gray-200);
    border-radius: var(--radius); margin-bottom: var(--space-1); font-size: 0.9rem;
}
.route-preview-list__no-map { color: var(--color-gray-600); font-style: italic; }

/* Standard visually-hidden utility for ARIA live regions and similar
   content that must remain in the accessibility tree while never
   appearing visually — never display:none, which would remove it. */
.visually-hidden {
    position: absolute !important; width: 1px; height: 1px;
    padding: 0; margin: -1px; overflow: hidden;
    clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

/* =========================================================================
   Step 8 — First-party Live Chat widget (public/assets/js/live-chat.js)
   A real gap found via a real browser screenshot: this widget had no
   positioning CSS at all and rendered as an ordinary block flowing
   inline with the page. Fixed here as a proper floating widget,
   consistent with the existing .live-contact-widget conventions
   (fixed, bottom-left, z-index 800) so the two are never both visible
   and never fight for the same screen position.
   ========================================================================= */
.live-chat-widget {
    position: fixed;
    bottom: var(--space-4);
    left: var(--space-4);
    z-index: 800;
}

.live-chat-toggle {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-4);
    border-radius: 999px;
    border: none;
    background: var(--color-royal-blue);
    color: var(--color-white);
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(0,0,0,0.25);
    cursor: pointer;
    min-height: 44px;
}
.live-chat-toggle:hover { background: var(--color-royal-blue-dark); }
.live-chat-toggle__icon { font-size: 1.1rem; }

.live-chat-panel {
    position: fixed;
    bottom: calc(var(--space-4) + 60px);
    left: var(--space-4);
    width: min(360px, calc(100vw - 2rem));
    max-height: min(560px, calc(100vh - 140px));
    background: var(--color-white);
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 40px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 801;
}
.live-chat-panel[hidden] { display: none; }

.live-chat-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--space-3) var(--space-4);
    background: var(--color-royal-blue);
    color: var(--color-white);
    flex-shrink: 0;
}
.live-chat-panel__close {
    background: none; border: none; color: var(--color-white);
    font-size: 1.5rem; line-height: 1; cursor: pointer;
    min-width: 44px; min-height: 44px;
}
.live-chat-status { display: block; font-size: 0.8rem; }
.live-chat-status--online::before { content: "\25CF "; color: var(--color-gold); }
.live-chat-status--offline::before { content: "\25CB "; }

.live-chat-offline-notice, .live-chat-privacy-warning, .live-chat-start-form, #live-chat-conversation-view {
    padding: 0 var(--space-4);
}
.live-chat-privacy-warning { font-size: 0.75rem; color: var(--color-gray-700); margin: var(--space-3) var(--space-4) 0; }
.live-chat-start-form { padding-bottom: var(--space-4); overflow-y: auto; }

.live-chat-thread {
    flex: 1;
    overflow-y: auto;
    padding: var(--space-3) var(--space-4);
    min-height: 160px;
    max-height: 320px;
}
.live-chat-message { margin-bottom: var(--space-3); font-size: 0.9rem; }
.live-chat-message strong { display: block; font-size: 0.75rem; color: var(--color-gray-700); margin-bottom: 2px; }
.live-chat-message p { margin: 0; padding: var(--space-2) var(--space-3); border-radius: var(--radius); background: var(--color-ivory); display: inline-block; }
.live-chat-message--staff p { background: var(--color-royal-blue); color: var(--color-white); }
.live-chat-message--system { font-size: 0.8rem; font-style: italic; color: var(--color-gray-700); text-align: center; }

.live-chat-message-form {
    display: flex;
    gap: var(--space-2);
    padding: var(--space-3) var(--space-4);
    border-top: 1px solid var(--color-gray-300);
    flex-shrink: 0;
}
.live-chat-message-form textarea { flex: 1; resize: none; }
.live-chat-end-link {
    background: none; border: none; color: var(--color-royal-blue);
    text-decoration: underline; font-size: 0.8rem; cursor: pointer;
    padding: 0 var(--space-4) var(--space-3); text-align: left; min-height: 44px;
}

/* Never let the chat widget cover the mobile menu toggle or other
   fixed controls, and keep it usable on small screens. */
@media (max-width: 600px) {
    .live-chat-widget { left: var(--space-2); bottom: var(--space-2); }
    .live-chat-panel { left: var(--space-2); width: calc(100vw - 1rem); }
    .live-chat-toggle__label { display: none; }
}

/* =========================================================================
   Step 9 — Accessibility: prefers-reduced-motion
   Disables/shortens every CSS transition and animation on this site for
   a visitor who has requested reduced motion at the OS level, without
   removing the underlying functionality (menus/panels still open and
   close, just without an animated slide/fade).
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }
}

/* =========================================================================
   Tour Packages duration selector — a touch-friendly row of quick-filter
   pills (4-20 days) rather than a plain number input.
   ========================================================================= */
.duration-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1rem 0;
}
.duration-pill {
    display: inline-block;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    border: 1px solid var(--color-gray-300);
    background: var(--color-white);
    color: var(--color-navy-text);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
}
.duration-pill:hover { border-color: var(--color-royal-blue); text-decoration: none; }
.duration-pill.is-active {
    background: var(--color-royal-blue);
    border-color: var(--color-royal-blue);
    color: var(--color-white);
}

/* Final production overrides: preserve the approved header/logo/mobile UI. */
.site-header {
    background: linear-gradient(90deg, #cfe5ff 0%, #e6f2ff 52%, #f7fbff 100%);
    border-bottom: 1px solid rgba(219,174,73,.9);
    box-shadow: 0 7px 24px rgba(7,31,77,.18);
}
.site-header__inner { flex-wrap: nowrap; gap: 1rem; padding-top: .5rem; padding-bottom: .5rem; }
.site-header .brand { flex: 0 0 auto; padding: 0; background: transparent !important; border: 0; box-shadow: none !important; overflow: visible; }
.site-header .brand__logo {
    width: auto; height: 82px; max-width: 190px; object-fit: contain;
    image-rendering: auto; background: transparent !important;
    filter: drop-shadow(0 3px 2px rgba(7,31,77,.26)) !important; transform: none;
}
.site-header .main-nav { flex: 1 1 auto; justify-content: flex-end; flex-wrap: nowrap; }
.site-header .main-nav a { color: #071f4d; font-weight: 700; text-shadow: none; white-space: nowrap; }
.site-header .main-nav a:hover,
.site-header .main-nav a:focus-visible { color: #174fba; }
.site-header .main-nav a[aria-current="page"]:not(.btn),
.site-header .main-nav a.is-current:not(.btn) {
    color: #071f4d; text-decoration-color: #dbae49;
    text-decoration-thickness: 2px; text-underline-offset: .45rem;
}
.site-header .main-nav .btn--primary {
    color: #071f4d; background: linear-gradient(180deg,#f3c85f 0%,#dba832 100%);
    border-color: #d39c24; box-shadow: 0 4px 12px rgba(132,88,10,.22); text-shadow: none;
}
.mobile-menu-toggle {
    width: 50px; height: 50px; padding: 0;
    background: linear-gradient(180deg,#fff 0%,#dbeeff 100%);
    border: 2px solid #174fba; border-radius: 12px; box-shadow: 0 4px 12px rgba(7,31,77,.18);
}
.mobile-menu-toggle__bar { width: 25px; height: 3px; border-radius: 999px; background: #071f4d; box-shadow: none; }
.mobile-menu { width: min(360px,90vw); padding: 0; background: linear-gradient(180deg,#f7fbff 0%,#e8f3ff 100%); border-left: 1px solid rgba(23,79,186,.18); box-shadow: -18px 0 45px rgba(7,31,77,.3); }
.mobile-menu__header { min-height: 126px; margin: 0; padding: 1rem 1.25rem; background: linear-gradient(135deg,#cfe5ff 0%,#f7fbff 100%); border-bottom: 2px solid #dbae49; }
.mobile-menu__logo { width: auto; height: 80px; max-width: 205px; object-fit: contain; image-rendering: auto; filter: drop-shadow(0 3px 2px rgba(7,31,77,.24)) !important; }
.mobile-menu__close { flex: 0 0 46px; width: 46px; height: 46px; padding: 0; border: 2px solid #174fba; border-radius: 50%; background: #fff; color: #071f4d; font-size: 1.65rem; font-weight: 700; box-shadow: 0 3px 10px rgba(7,31,77,.15); }
.mobile-menu > a { position: relative; margin: 0 1rem; padding: .9rem 1rem; border-bottom: 1px solid rgba(23,79,186,.13); color: #071f4d; font-size: 1rem; font-weight: 650; border-radius: 9px; }
.mobile-menu > a:hover,
.mobile-menu > a:focus-visible,
.mobile-menu > a.is-active { color: #174fba; background: rgba(207,229,255,.78); }
.mobile-menu .mobile-menu__cta { margin: 1.25rem 1rem; padding: .95rem 1rem; color: #071f4d; background: linear-gradient(180deg,#f3c85f 0%,#dba832 100%); border: 1px solid #d39c24; border-radius: 10px; box-shadow: 0 5px 14px rgba(132,88,10,.2); }
@media (max-width:1120px) and (min-width:901px) { .site-header .brand__logo { height:70px; max-width:158px; } }
@media (max-width:900px) {
    .site-header__inner { min-height:86px; }
    .site-header .brand__logo { height:72px; max-width:158px; }
    .site-header .mobile-menu-toggle { display:flex; flex:0 0 50px; }
}
@media (max-width:420px) {
    .site-header .brand__logo { height:66px; max-width:145px; }
    .mobile-menu__logo { height:72px; max-width:185px; }
}

/* ========================================================================
   FINAL HOMEPAGE ART DIRECTION — desktop + mobile
   ======================================================================== */
.hero { border-bottom: 1px solid #e4eaf4; }
.hero__media {
    height: clamp(500px, 44vw, 650px);
    border-radius: 0;
}
.hero__image { object-position: center 48%; }
.hero__content {
    width: min(1240px, calc(100% - 64px));
    min-height: 300px;
    padding: clamp(42px, 5vw, 72px) 0;
    grid-template-columns: minmax(0, 1.55fr) minmax(310px, .72fr);
    gap: clamp(42px, 7vw, 110px);
}
.hero__eyebrow,
.section-eyebrow {
    color: #a66f13;
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .19em;
}
.hero__heading {
    max-width: 820px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(3rem, 5.15vw, 5.2rem);
    font-weight: 700;
    letter-spacing: -.035em;
    line-height: .98;
}
.hero__supporting { max-width: 760px; font-size: clamp(1.08rem, 1.5vw, 1.3rem); }
.hero__ctas .btn { min-height: 58px; border-radius: 8px; font-size: 1rem; }
.hero__controls { top: clamp(430px, calc(44vw - 72px), 578px); }

.home-section { position: relative; }
.home-section.section,
.home-section--reviews { padding-top: clamp(64px, 7vw, 104px); padding-bottom: clamp(64px, 7vw, 104px); }
.home-section .section-title,
.home-section--reviews .section-title,
.home-section--gallery > .section-title {
    font-family: Georgia, 'Times New Roman', serif;
    color: #092556;
    font-size: clamp(2.25rem, 4vw, 3.7rem);
    font-weight: 700;
    letter-spacing: -.025em;
    line-height: 1.05;
    text-align: center;
    margin-bottom: .8rem;
}
.home-section .section-subtitle { max-width: 720px; margin-left: auto; margin-right: auto; font-size: 1.08rem; }
.home-section--explore { background: linear-gradient(180deg,#eef5ff 0%,#f8fbff 100%); }
.discovery-grid { margin-top: 2.25rem; gap: 1rem; }
.discovery-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 16px;
    border-color: #d9e3f1;
    box-shadow: 0 12px 34px rgba(7,31,77,.07);
}
.discovery-card__icon { width: 66px; height: 66px; }
.discovery-card__label { font-size: 1.05rem; font-weight: 750; }

.home-feature-carousel { margin-top: 2.1rem; }
.home-feature-carousel--three .home-feature-carousel__slide { flex-basis: calc((100% - 36px) / 3); }
.home-feature-carousel__slide {
    min-height: 430px;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 16px 38px rgba(7,31,77,.12);
}
.home-feature-carousel__slide .content-card__image,
.home-feature-carousel__slide .content-card__fallback { min-height: 245px; aspect-ratio: 16 / 11; }
.home-feature-carousel__slide .content-card__body { padding: 1.15rem 1.15rem 1.25rem; }
.home-feature-carousel__slide .content-card__body h3 {
    font-family: Georgia, 'Times New Roman', serif;
    color: #0a285c;
    font-size: 1.35rem;
    line-height: 1.15;
}
.home-feature-carousel__slide .content-card__body > p:not(.content-card__meta) { -webkit-line-clamp: 2; line-height: 1.55; }
.home-feature-carousel__arrow { background: linear-gradient(145deg,#1d5be0,#0c3fae); }
.home-section--tours { background: #fff; }
.home-section--experiences { background: linear-gradient(180deg,#f5f9ff,#edf4ff); }
.home-section--map { background: #f9fbfe; }
.homepage-map-teaser { box-shadow: 0 16px 42px rgba(7,31,77,.12); }

.home-section--why { background: linear-gradient(135deg,#071f4d 0%,#0c3884 100%); }
.home-section--why .section-title { color: #fff; }
.why-choose-grid { grid-template-columns: repeat(4,1fr); gap: 1.2rem; margin-top: 2.25rem; }
.why-choose-card { border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(255,255,255,.08); }
.why-choose-card h3 { color: #fff; font-family: Georgia, 'Times New Roman', serif; }
.why-choose-card p { color: #e8f0ff !important; }

.home-section--reviews { background: linear-gradient(180deg,#f4f8ff,#fff); }
.reviews-showcase .review-card { border: 0; border-top: 3px solid #ddb348; border-radius: 14px; }
.review-card__title { font-family: Georgia, 'Times New Roman', serif; color: #092556; font-size: 1.2rem; }
.review-actions .btn { min-width: 178px; border-radius: 8px; }
.home-section--gallery { padding-bottom: 96px; }
.gallery-preview-grid { grid-template-columns: repeat(4,1fr); grid-auto-rows: 190px; gap: 12px; margin-top: 2rem; }
.gallery-preview-item { aspect-ratio: auto; border-radius: 10px; }
.gallery-preview-item:first-child { grid-column: span 2; grid-row: span 2; }
.gallery-preview-item:nth-child(4) { grid-column: span 2; }
.contact-cta h2,
.tailor-made-cta h2 { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.1rem,4vw,3.5rem); }

@media (max-width: 900px) {
    .hero__media { height: 430px; }
    .hero__content { width: calc(100% - 40px); grid-template-columns: 1fr; min-height: 0; gap: 1.5rem; }
    .hero__heading { font-size: clamp(2.8rem,8.2vw,4.2rem); }
    .hero__controls { top: 365px; }
    .why-choose-grid { grid-template-columns: repeat(2,1fr); }
    .gallery-preview-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 640px) {
    .hero__media { height: 350px; }
    .hero__image { object-position: center center; }
    .hero__content {
        width: calc(100% - 36px);
        padding: 30px 0 42px;
        gap: 1.25rem;
    }
    .hero__eyebrow { font-size: .72rem; line-height: 1.5; letter-spacing: .14em; }
    .hero__heading {
        max-width: 100%;
        font-size: clamp(2.2rem, 10.2vw, 2.85rem);
        line-height: 1.04;
        letter-spacing: -.025em;
        overflow-wrap: normal;
        word-break: normal;
        margin-bottom: 1rem;
    }
    .hero__supporting { font-size: 1.02rem; line-height: 1.65; }
    .hero__ctas .btn { min-height: 56px; font-size: 1rem; }
    .hero__controls { top: 290px; }
    .home-section.section,
    .home-section--reviews { padding-top: 54px; padding-bottom: 54px; }
    .home-section .container { width: calc(100% - 30px); }
    .home-section .section-title,
    .home-section--reviews .section-title,
    .home-section--gallery > .section-title { font-size: clamp(2rem,10vw,2.75rem); }
    .home-section .section-subtitle { font-size: 1rem; line-height: 1.55; }
    .discovery-grid { gap: .75rem; margin-top: 1.6rem; }
    .discovery-card { min-height: 142px; padding: .9rem .45rem; border-radius: 13px; }
    .discovery-card:last-child { grid-column: 1 / -1; min-height: 120px; }
    .discovery-card__icon { width: 52px; height: 52px; margin-bottom: .75rem; }
    .discovery-card__label { font-size: .93rem; }
    .home-feature-carousel { grid-template-columns: 31px minmax(0,1fr) 31px; gap: 5px; margin-top: 1.45rem; }
    .home-feature-carousel__track { gap: 12px; }
    .home-feature-carousel__slide,
    .home-feature-carousel--three .home-feature-carousel__slide { flex-basis: 100%; min-height: 420px; border-radius: 13px; }
    .home-feature-carousel__slide .content-card__image,
    .home-feature-carousel__slide .content-card__fallback { min-height: 260px; aspect-ratio: 4 / 3; }
    .home-feature-carousel__slide .content-card__body { padding: 1.05rem; }
    .home-feature-carousel__slide .content-card__body h3 { font-size: 1.42rem; }
    .home-feature-carousel__arrow { width: 31px; height: 31px; font-size: 1.25rem; box-shadow: 0 5px 14px rgba(7,31,77,.2); }
    .section-view-all .btn { width: min(100%,320px); }
    #homepage-map-canvas { height: 330px !important; }
    .why-choose-grid { gap: .7rem; margin-top: 1.5rem; }
    .why-choose-card { padding: 1.15rem .7rem; min-height: 190px; }
    .why-choose-card h3 { font-size: 1.05rem; }
    .why-choose-card p { font-size: .88rem; line-height: 1.5; }
    .reviews-carousel { padding: 0 1.65rem; }
    .reviews-carousel__track .review-card { padding: 1.1rem; min-height: 340px; }
    .reviews-carousel__arrow { width: 32px; height: 32px; font-size: 1.4rem; }
    .review-source-tabs { gap: .45rem; }
    .review-source-tab { min-height: 42px; padding: .45rem .62rem; font-size: .78rem; }
    .gallery-preview-grid { grid-auto-rows: 145px; gap: 8px; margin-top: 1.4rem; }
    .gallery-preview-item:first-child { grid-column: span 2; grid-row: span 2; }
    .gallery-preview-item:nth-child(4) { grid-column: auto; }
    .tailor-made-cta__actions { display: grid; }
    .tailor-made-cta__actions .btn { width: 100%; }
}

@media (max-width: 390px) {
    .hero__media { height: 330px; }
    .hero__content { width: calc(100% - 32px); }
    .hero__heading { font-size: clamp(2.05rem, 10vw, 2.55rem); }
    .hero__supporting { font-size: .98rem; }
    .hero__controls { top: 272px; }
}

/* ========================================================================
   REFERENCE-MATCH HOMEPAGE (September 2026)
   This final layer intentionally supersedes earlier homepage experiments.
   ======================================================================== */
.home-section--intro,
.home-section--map,
.home-section--fleet,
.home-section--tailor { display: none !important; }

.hero {
    overflow: visible;
    background: #f6fbff;
    border: 0;
    padding-bottom: 34px;
}
.hero__slide { background: #f6fbff; }
.hero__media { height: clamp(390px, 38vw, 545px); }
.hero__image { object-position: center 51%; }
.hero__content {
    position: relative;
    z-index: 5;
    width: min(1040px, calc(100% - 80px));
    min-height: 0;
    margin: -82px auto 0;
    padding: 28px 34px;
    grid-template-columns: minmax(0,1.7fr) minmax(270px,.72fr);
    gap: 32px;
    border: 1px solid #e2e9f3;
    border-radius: 14px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 18px 48px rgba(7,31,77,.16);
}
.hero__eyebrow { margin-bottom: 5px; font-size: .68rem; letter-spacing: .18em; }
.hero__heading {
    max-width: none;
    margin-bottom: 6px;
    font-size: clamp(2.3rem,3.8vw,4.1rem);
    line-height: 1;
}
.hero__supporting { max-width: 680px; font-size: .98rem; line-height: 1.45; }
.hero__assurances { display: flex; flex-wrap: wrap; gap: 8px 28px; margin-top: 14px; color: #18345f; font-size: .78rem; font-weight: 750; }
.hero__assurances span { display: inline-flex; align-items: center; gap: 7px; }
.hero__assurances b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: #fff7e5; color: #164aa8; font-size: .78rem; }
.hero__ctas { gap: 10px; }
.hero__ctas .btn { min-height: 45px; border-radius: 5px; font-size: .88rem; }
.hero__controls { top: clamp(310px,calc(38vw - 60px),465px); }

.home-section.section,
.home-section--reviews { padding-top: 50px; padding-bottom: 50px; }
.home-section .section-title,
.home-section--reviews .section-title,
.home-section--gallery > .section-title {
    font-size: clamp(2rem,3vw,3rem);
    margin-bottom: 5px;
}
.home-section .section-subtitle { font-size: .92rem; }
.home-section .section-eyebrow,
.home-section--reviews .section-eyebrow { margin-bottom: 4px; font-size: .64rem; letter-spacing: .2em; }
.home-section--explore {
    overflow: hidden;
    background:
        radial-gradient(ellipse at 10% 105%,rgba(52,132,204,.18) 0 15%,transparent 15.5%),
        radial-gradient(ellipse at 90% 110%,rgba(52,132,204,.14) 0 20%,transparent 20.5%),
        linear-gradient(180deg,#edf8ff 0%,#f8fcff 100%);
}
.discovery-grid { margin-top: 20px; gap: 12px; }
.discovery-card {
    min-height: 92px;
    padding: 14px 8px;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    border-radius: 8px;
    box-shadow: 0 7px 20px rgba(7,31,77,.08);
}
.discovery-card__icon { flex: 0 0 38px; width: 38px; height: 38px; margin: 0; border-radius: 10px; }
.discovery-card__icon svg { width: 22px; height: 22px; }
.discovery-card__label { font-size: .78rem; }

.home-section--destinations,
.home-section--tours,
.home-section--experiences { overflow: hidden; }
.home-section--tours { background: linear-gradient(180deg,#eaf8ff 0%,#dff3ff 100%); }
.home-section--experiences { background: #fff; }
.home-feature-carousel { margin-top: 22px; grid-template-columns: 36px minmax(0,1fr) 36px; gap: 9px; }
.home-feature-carousel__viewport { padding: 6px 3px 12px; }
.home-feature-carousel__track { gap: 12px; }
.home-feature-carousel__slide,
.home-feature-carousel--three .home-feature-carousel__slide {
    min-height: 325px;
    border: 1px solid #dce6f2;
    border-radius: 5px;
    box-shadow: 0 7px 20px rgba(7,31,77,.07);
}
.home-feature-carousel__slide { flex-basis: calc((100% - 36px)/4); }
.home-feature-carousel--three .home-feature-carousel__slide { flex-basis: calc((100% - 24px)/3); }
.home-feature-carousel__slide .content-card__image,
.home-feature-carousel__slide .content-card__fallback { min-height: 170px; aspect-ratio: 16/10; }
.home-feature-carousel__slide .content-card__body { padding: 10px 11px 12px; }
.home-feature-carousel__slide .content-card__body h3 { margin-bottom: 5px; font-size: 1.04rem; line-height: 1.12; }
.home-feature-carousel__slide .content-card__body > p:not(.content-card__meta) { margin-bottom: 6px; font-size: .76rem; line-height: 1.42; -webkit-line-clamp: 2; }
.home-feature-carousel__slide .content-card__meta { margin-bottom: 5px; font-size: .7rem; }
.home-feature-carousel__slide .content-card__cta { padding-top: 5px; font-size: .72rem; }
.home-feature-carousel__slide .content-card__actions { padding-top: 7px; flex-wrap: nowrap; }
.home-feature-carousel__slide .content-card__actions .btn { flex: 1; min-height: 35px; padding: 6px 8px; font-size: .7rem; }
.home-feature-carousel__arrow { width: 32px; height: 32px; font-size: 1.25rem; }
.section-view-all { margin-top: 9px; }
.section-view-all .btn { min-width: 330px; min-height: 37px; padding: 7px 18px; background: #fff; color: #1248ad; border: 1px solid #1248ad; border-radius: 4px; font-size: .75rem; }

.home-section--why {
    color: #092556;
    background:
        radial-gradient(ellipse at 18% 115%,rgba(39,132,207,.22) 0 22%,transparent 22.5%),
        radial-gradient(ellipse at 82% 115%,rgba(39,132,207,.16) 0 22%,transparent 22.5%),
        linear-gradient(180deg,#edf8ff,#dff1ff);
}
.home-section--why .section-title { color: #092556; }
.why-choose-grid { margin-top: 20px; grid-template-columns: repeat(4,1fr); gap: 12px; }
.why-choose-card { min-height: 112px; padding: 14px 10px; text-align: left; border: 1px solid #d5e4f2; border-radius: 7px; background: rgba(255,255,255,.82); }
.why-choose-card__icon,
.why-choose-card__image { float: left; width: 38px; height: 38px; margin: 0 10px 20px 0; }
.why-choose-card h3 { margin: 2px 0 3px; color: #0a285c; font-family: Georgia,'Times New Roman',serif; font-size: .9rem; }
.why-choose-card p { margin: 0; color: #52647f !important; font-size: .68rem; line-height: 1.4; }

.home-section--reviews { background: #fff; }
.reviews-showcase__heading { margin-bottom: 20px; }
.review-source-tabs { margin-bottom: 15px; }
.reviews-carousel { padding: 0 38px; }
.reviews-carousel__track { gap: 12px; }
.reviews-carousel__track .review-card { flex-basis: calc((100% - 24px)/3); }
.reviews-showcase .review-card { min-height: 245px; padding: 16px; border: 1px solid #dfe7f2; border-top: 2px solid #ddb348; border-radius: 6px; box-shadow: 0 7px 20px rgba(7,31,77,.06); }
.review-card__avatar { width: 36px; height: 36px; flex-basis: 36px; }
.review-card__title { font-size: .95rem; }
.reviews-showcase .review-card__content { font-size: .76rem; line-height: 1.5; }
.review-card__footer { padding-top: 7px; }
.reviews-carousel__arrow { width: 32px; height: 32px; font-size: 1.35rem; }
.review-actions { margin-top: 10px; }
.review-actions .btn { min-height: 37px; min-width: 190px; padding: 7px 15px; font-size: .75rem; }

.home-section--gallery { padding-top: 42px !important; padding-bottom: 48px !important; }
.gallery-preview-grid { margin-top: 18px; grid-template-columns: repeat(4,1fr); grid-auto-rows: 170px; gap: 8px; }
.gallery-preview-item,
.gallery-preview-item:first-child,
.gallery-preview-item:nth-child(4) { grid-column: auto; grid-row: auto; border-radius: 2px; }
.contact-cta { padding: 36px 0; color: #fff; background: linear-gradient(135deg,#0b3f98,#05245b); }
.contact-cta h2 { margin-bottom: 5px; color: #fff; font-size: 1.8rem; }
.contact-cta p { margin: 0 auto 12px; color: #dce9ff; font-size: .85rem; }
.contact-cta .btn { min-height: 40px; }

@media (max-width:900px) {
    .hero__content { width: calc(100% - 40px); }
    .why-choose-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width:640px) {
    .hero { padding-bottom: 18px; }
    .hero__media { height: 330px; }
    .hero__content {
        width: calc(100% - 24px);
        margin-top: -28px;
        padding: 22px 18px 20px;
        grid-template-columns: 1fr;
        gap: 15px;
        border-radius: 10px;
    }
    .hero__eyebrow { font-size: .65rem; }
    .hero__heading { font-size: clamp(2.05rem,9.8vw,2.65rem); line-height: 1.02; }
    .hero__supporting { font-size: .93rem; line-height: 1.5; }
    .hero__assurances { justify-content: space-between; gap: 8px; margin-top: 12px; font-size: .7rem; }
    .hero__assurances b { width: 23px; height: 23px; }
    .hero__controls { top: 270px; }
    .home-section.section,
    .home-section--reviews { padding-top: 44px; padding-bottom: 44px; }
    .home-section .section-title,
    .home-section--reviews .section-title,
    .home-section--gallery > .section-title { font-size: 2rem; }
    .discovery-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }
    .discovery-card { min-height: 82px; padding: 10px 7px; }
    .discovery-card:last-child { grid-column: 1/-1; min-height: 70px; }
    .discovery-card__label { font-size: .72rem; }
    .home-feature-carousel { grid-template-columns: 28px minmax(0,1fr) 28px; gap: 4px; }
    .home-feature-carousel__slide,
    .home-feature-carousel--three .home-feature-carousel__slide { flex-basis: 100%; min-height: 405px; }
    .home-feature-carousel__slide .content-card__image,
    .home-feature-carousel__slide .content-card__fallback { min-height: 235px; aspect-ratio: 4/3; }
    .home-feature-carousel__slide .content-card__body { padding: 14px; }
    .home-feature-carousel__slide .content-card__body h3 { font-size: 1.35rem; }
    .home-feature-carousel__slide .content-card__body > p:not(.content-card__meta) { font-size: .9rem; -webkit-line-clamp: 2; }
    .home-feature-carousel__slide .content-card__meta,
    .home-feature-carousel__slide .content-card__cta { font-size: .82rem; }
    .home-feature-carousel__arrow { width: 28px; height: 28px; }
    .section-view-all .btn { width: min(100%,300px); min-width: 0; }
    .why-choose-grid { grid-template-columns: repeat(2,1fr); gap: 8px; }
    .why-choose-card { min-height: 150px; padding: 13px 9px; text-align: center; }
    .why-choose-card__icon,
    .why-choose-card__image { float: none; width: 42px; height: 42px; margin: 0 auto 8px; }
    .why-choose-card h3 { font-size: .92rem; }
    .why-choose-card p { font-size: .72rem; }
    .reviews-carousel { padding: 0 25px; }
    .reviews-carousel__track .review-card { flex-basis: 100%; }
    .reviews-showcase .review-card { min-height: 300px; padding: 16px; }
    .reviews-showcase .review-card__content { font-size: .9rem; }
    .review-actions { display: grid; }
    .review-actions .btn { width: 100%; }
    .gallery-preview-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 135px; gap: 6px; }
    .gallery-preview-item:first-child { grid-column: span 2; grid-row: span 2; }
    .contact-cta { padding: 34px 0; }
}

/* Distinct illustrated fallbacks: every dynamic card remains attractive even
   before an administrator uploads its final photograph. */
.home-section--destinations .home-feature-carousel__slide:nth-child(4n+1) .content-card__fallback {
    background: radial-gradient(circle at 78% 18%,#ffe08a 0 8%,transparent 8.5%),linear-gradient(165deg,#73d8f4 0 48%,#e8d39a 49% 58%,#2c9365 59% 100%);
}
.home-section--destinations .home-feature-carousel__slide:nth-child(4n+2) .content-card__fallback {
    background: linear-gradient(145deg,#9ed9f3 0 42%,#557d65 43% 53%,#a76b39 54% 68%,#4f8a56 69% 100%);
}
.home-section--destinations .home-feature-carousel__slide:nth-child(4n+3) .content-card__fallback {
    background: linear-gradient(165deg,#bde8ff 0 42%,#5d9365 43% 56%,#315b39 57% 68%,#8ec27e 69% 100%);
}
.home-section--destinations .home-feature-carousel__slide:nth-child(4n) .content-card__fallback {
    background: radial-gradient(circle at 80% 18%,#ffd873 0 8%,transparent 8.5%),linear-gradient(165deg,#80d7f0 0 52%,#f3dfad 53% 62%,#2c9866 63% 100%);
}
.home-section--tours .home-feature-carousel__slide:nth-child(3n+1) .content-card__fallback,
.home-section--experiences .home-feature-carousel__slide:nth-child(4n+1) .content-card__fallback {
    background: linear-gradient(155deg,#b6e4fa 0 40%,#6c8b5f 41% 52%,#315e38 53% 66%,#86b96f 67% 100%);
}
.home-section--tours .home-feature-carousel__slide:nth-child(3n+2) .content-card__fallback,
.home-section--experiences .home-feature-carousel__slide:nth-child(4n+3) .content-card__fallback {
    background: radial-gradient(circle at 75% 16%,#ffe293 0 7%,transparent 7.5%),linear-gradient(165deg,#73d4ef 0 50%,#eee1b2 51% 61%,#2f9764 62% 100%);
}
.home-section--tours .home-feature-carousel__slide:nth-child(3n) .content-card__fallback,
.home-section--experiences .home-feature-carousel__slide:nth-child(4n+2) .content-card__fallback {
    background: linear-gradient(160deg,#aedcf2 0 40%,#6a9462 41% 54%,#3c713e 55% 70%,#b7a36c 71% 100%);
}
.home-section--experiences .home-feature-carousel__slide:nth-child(4n) .content-card__fallback {
    background: linear-gradient(145deg,#202d6b 0 35%,#dc7d35 36% 50%,#7f1e2d 51% 65%,#edbd56 66% 100%);
}
.home-feature-carousel__slide .content-card__fallback::before { width: 42px; height: 42px; }
.home-feature-carousel__slide .content-card__fallback::after { opacity: .48; }

/* Professional tour-package route and itinerary presentation. */
.tour-section-heading { margin-bottom: 1.35rem; }
.tour-section-heading__eyebrow {
    display: inline-block; margin-bottom: .4rem; color: var(--color-royal-blue);
    font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.tour-section-heading h2 { margin: 0 0 .45rem; color: var(--color-navy-text); }
.tour-section-heading p { max-width: 850px; margin: 0; color: var(--color-gray-700); }
.tour-route-card { overflow: hidden; border-top: 5px solid var(--color-royal-blue); }
.tour-route-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(260px, .75fr); gap: 1.35rem; align-items: stretch; }
.tour-map-wrap { position: relative; min-width: 0; padding: 8px; border: 1px solid #dce3f1; border-radius: 16px; background: #f8faff; }
.tour-route-map { height: 500px; border-radius: 12px; overflow: hidden; background: #edf3fb; }
.tour-map-legend {
    position: absolute; z-index: 500; left: 24px; bottom: 24px; display: flex; gap: 14px;
    padding: 8px 12px; border: 1px solid rgba(21,32,92,.13); border-radius: 999px;
    background: rgba(255,255,255,.94); box-shadow: 0 4px 16px rgba(21,32,92,.12);
    color: var(--color-gray-700); font-size: .75rem; font-weight: 700;
}
.tour-map-dot { display: inline-block; width: 10px; height: 10px; margin-right: 5px; border-radius: 50%; background: #3156b8; }
.tour-map-dot--airport { background: #d69b32; }
.tour-map-marker-shell { background: transparent; border: 0; }
.tour-map-marker {
    display: grid; width: 32px; height: 32px; place-items: center; border: 3px solid #fff;
    border-radius: 50%; background: #3156b8; box-shadow: 0 3px 12px rgba(21,32,92,.35);
    color: #fff; font-size: .72rem; font-weight: 900;
}
.tour-map-marker--airport { width: 38px; height: 38px; background: #d69b32; }
.tour-route-days { max-height: 516px; overflow: auto; padding: 18px; border-radius: 16px; background: var(--color-navy-section); color: #fff; }
.tour-route-days h3 { margin: 0 0 14px; color: #fff; }
.tour-route-step { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.tour-route-step:last-child { border-bottom: 0; }
.tour-route-step__number {
    display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%;
    background: #d69b32; color: #fff; font-size: .72rem; font-weight: 900;
}
.tour-route-step strong { display: block; color: #fff; font-size: .88rem; line-height: 1.3; }
.tour-route-step small { display: block; margin-top: 3px; color: #cbd6f3; font-size: .72rem; line-height: 1.35; }
.tour-itinerary-card { padding: clamp(1rem, 3vw, 2rem); background: #f7f9fd; }
.tour-day-card {
    position: relative; margin: 0 0 1.5rem; padding: clamp(1rem, 2.5vw, 1.75rem);
    border: 1px solid #dce3f1; border-radius: 18px; background: #fff;
    box-shadow: 0 8px 24px rgba(21,32,92,.06);
}
.tour-day-card__heading { display: flex; gap: 14px; align-items: center; padding-bottom: 12px; border-bottom: 1px solid #e5e9f2; }
.tour-day-card__heading h3 { margin: 0; color: var(--color-navy-text); }
.tour-day-card__number {
    display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center;
    border-radius: 50%; background: var(--color-royal-blue); color: #fff; font-weight: 900;
}
.tour-day-route {
    display: inline-flex; margin: 14px 0 8px; padding: 7px 12px; border-radius: 999px;
    background: #edf2ff; color: var(--color-navy-text); font-size: .86rem; font-weight: 750;
}
.tour-day-schedule { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 1.15rem 0; }
.tour-day-schedule > div { padding: 15px; border: 1px solid #dfe5f1; border-radius: 13px; background: #fbfcff; }
.tour-day-schedule span { display: block; margin-bottom: 7px; color: var(--color-royal-blue); font-size: .75rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.tour-day-schedule p { margin: 0; font-size: .9rem; }
.tour-experience-intro {
    margin: 1.15rem 0; padding: 1rem 1.15rem; border: 1px solid #edd59d;
    border-left: 5px solid #d69b32; border-radius: 13px; background: #fff9eb;
}
.tour-experience-intro h4 { margin: 0 0 .55rem; color: var(--color-navy-text); }
.tour-experience-intro p { margin: 0; }
.tour-activity-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: .75rem 0 1rem; }
.tour-activity-item { padding: 14px; border: 1px solid #dce3f1; border-radius: 12px; background: #fff; }
.tour-activity-item > strong { display: block; color: var(--color-navy-text); }
.tour-activity-item small { display: block; margin: 4px 0 7px; color: var(--color-royal-blue); font-weight: 750; }
.tour-activity-item p { margin: 0; color: var(--color-gray-700); font-size: .9rem; }

@media (max-width: 860px) {
    .tour-route-layout { grid-template-columns: 1fr; }
    .tour-route-map { height: 420px; }
    .tour-route-days { max-height: 360px; }
    .tour-day-schedule, .tour-activity-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
    .tour-route-map { height: 360px; }
    .tour-map-legend { right: 16px; left: 16px; bottom: 16px; justify-content: center; gap: 10px; font-size: .68rem; }
    .tour-day-card__heading { align-items: flex-start; }
    .tour-day-card__heading h3 { font-size: 1.05rem; line-height: 1.35; }
    .tour-day-card__number { flex-basis: 40px; width: 40px; height: 40px; }
    .tour-day-route { border-radius: 10px; line-height: 1.4; }
}

/* Premium admin-managed footer (v13). */
.premium-footer {
    position: relative; overflow: visible; margin-top: 8rem; padding: 5.25rem 0 0;
    border: 0; background: radial-gradient(circle at 88% 16%, rgba(47,114,229,.22), transparent 27%), linear-gradient(155deg,#04132d,#061b3d 62%,#092858);
    color: #e7eefb; text-align: left;
}
.premium-footer::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg,#1c5bc4,#e1b85b,#1c5bc4); }
.premium-footer__cta-shell { position: relative; }
.premium-footer__cta {
    position: absolute; z-index: 2; right: var(--space-4); bottom: 1.65rem; left: var(--space-4);
    display: grid; grid-template-columns: minmax(0,1.45fr) minmax(220px,.55fr); overflow: hidden;
    border-radius: 18px; background: #fff; box-shadow: 0 20px 50px rgba(1,12,31,.3);
}
.premium-footer__cta-copy { padding: clamp(1.5rem,4vw,2.25rem); color: #102b58; background: linear-gradient(135deg,#fff,#edf4ff); }
.premium-footer__eyebrow { display: block; margin-bottom: .55rem; color: #1c5bc4; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 800; }
.premium-footer__cta h2 { margin: 0 0 .65rem; color: #071f48; font-size: clamp(1.55rem,3vw,2.25rem); line-height: 1.16; }
.premium-footer__cta p { max-width: 720px; margin: 0; color: #506480; line-height: 1.65; }
.premium-footer__cta-action { display: grid; place-items: center; padding: 1.5rem; background: linear-gradient(130deg,#1c5bc4,#123f91); }
.premium-footer__cta-button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 48px; padding: .8rem 1.35rem; border-radius: 9px; background: #e1b85b; color: #04132d; font-weight: 850; text-decoration: none; box-shadow: 0 9px 24px rgba(4,19,45,.28); transition: transform .2s ease, background .2s ease; }
.premium-footer__cta-button:hover { color: #04132d; background: #f7e5b8; transform: translateY(-2px); }
.premium-footer__contact-ribbon { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 1px; margin-top: 1.4rem; background: rgba(255,255,255,.14); }
.premium-footer__contact-chip { display: flex; align-items: center; gap: .8rem; min-width: 0; padding: 1rem 1.15rem; color: #fff; background: rgba(255,255,255,.045); text-decoration: none; }
.premium-footer__contact-chip:hover { color: #fff; background: rgba(47,114,229,.2); }
.premium-footer__contact-icon { display: grid; place-items: center; flex: 0 0 34px; width: 34px; height: 34px; border-radius: 9px; background: #1c5bc4; color: #fff; font-weight: 800; }
.premium-footer__contact-chip small { display: block; margin-bottom: .15rem; color: #aebfda; font-size: .7rem; text-transform: uppercase; letter-spacing: .07em; }
.premium-footer__contact-chip strong { display: block; color: #fff; overflow-wrap: anywhere; }
.premium-footer__grid { display: grid; grid-template-columns: 1.45fr .78fr .88fr 1.15fr; gap: clamp(1.5rem,4vw,3.5rem); padding-top: 2.7rem; padding-bottom: 2.4rem; }
.premium-footer__logo-wrap { display: inline-flex; align-items: center; padding: .55rem .8rem; margin-bottom: 1rem; border-radius: 11px; background: #fff; }
.premium-footer__logo { display: block; width: auto; height: 58px; object-fit: contain; }
.premium-footer__brand > p { max-width: 390px; margin: 0; color: #aebfda; line-height: 1.75; }
.premium-footer__trust { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.premium-footer__trust span { padding: .45rem .65rem; border-radius: 7px; background: rgba(225,184,91,.11); color: #f7e5b8; font-size: .75rem; }
.premium-footer__column h3 { position: relative; margin: .25rem 0 1.15rem; padding-bottom: .7rem; color: #fff; font-size: 1rem; }
.premium-footer__column h3::after { content: ""; position: absolute; left: 0; bottom: 0; width: 34px; height: 2px; background: #e1b85b; }
.premium-footer__column > a { display: block; width: fit-content; margin-bottom: .7rem; color: #e7eefb; text-decoration: none; }
.premium-footer__column > a::before { content: "›"; margin-right: .45rem; color: #e1b85b; }
.premium-footer__column > a:hover { color: #fff; transform: translateX(2px); }
.premium-footer__help-box { padding: 1rem; border: 1px solid rgba(225,184,91,.3); border-radius: 11px; background: rgba(255,255,255,.045); }
.premium-footer__help-box p { margin: 0 0 .9rem; color: #aebfda; line-height: 1.6; }
.premium-footer__whatsapp-button { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: .65rem 1rem; border-radius: 8px; background: #1c5bc4; color: #fff; font-weight: 750; text-decoration: none; }
.premium-footer__whatsapp-button:hover { color: #fff; background: #2f72e5; }
.premium-footer__social-zone { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding-top: 1.25rem; padding-bottom: 1.25rem; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); }
.premium-footer__social-zone p { margin: 0; color: #aebfda; }
.premium-footer__social-zone p strong { display: block; margin-bottom: .25rem; color: #fff; }
.premium-footer__social-zone p span { white-space: nowrap; }
.premium-footer__socials { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .45rem; }
.premium-footer__social { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.18); border-radius: 9px; background: #0d326d; color: #fff; font-size: .75rem; font-weight: 850; text-decoration: none; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.premium-footer__social:hover { color: #fff; border-color: #e1b85b; background: #1c5bc4; transform: translateY(-3px); }
.premium-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding-top: 1.15rem; padding-bottom: 1.35rem; color: #8fa3c3; font-size: .78rem; }
.premium-footer__bottom p { margin: 0; }
.premium-footer__bottom nav { display: flex; flex-wrap: wrap; gap: 1rem; }
.premium-footer__bottom a { color: #aebfda; text-decoration: none; }
.premium-footer__bottom a:hover { color: #fff; }
@media (max-width: 960px) {
    .premium-footer { padding-top: 3rem; }
    .premium-footer__cta { position: relative; right: auto; bottom: auto; left: auto; grid-template-columns: 1fr; }
    .premium-footer__cta-action { justify-items: start; }
    .premium-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
    .premium-footer { margin-top: 5rem; padding-top: 1.25rem; }
    .premium-footer__cta { border-radius: 14px; }
    .premium-footer__cta-copy { padding: 1.35rem; }
    .premium-footer__cta-action { padding: 0 1.35rem 1.35rem; background: linear-gradient(135deg,#edf4ff,#dbe9ff); }
    .premium-footer__cta-button { width: 100%; }
    .premium-footer__contact-ribbon { grid-template-columns: 1fr; margin-top: 1rem; background: transparent; }
    .premium-footer__contact-chip { border-bottom: 1px solid rgba(255,255,255,.14); }
    .premium-footer__grid { grid-template-columns: 1fr; gap: 1.7rem; padding-top: 2rem; }
    .premium-footer__logo { height: 64px; }
    .premium-footer__column > a { min-height: 32px; margin-bottom: .4rem; }
    .premium-footer__social-zone { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .premium-footer__socials { justify-content: flex-start; display: grid; grid-template-columns: repeat(6,38px); }
    .premium-footer__bottom { align-items: flex-start; flex-direction: column; gap: .75rem; }
}

/* Premium About page (v14). */
.about-page { overflow: hidden; background: #fff; color: #31415b; }
.about-hero { position: relative; isolation: isolate; padding: clamp(4.75rem,9vw,7.5rem) 0 clamp(5.75rem,10vw,8.5rem); background: linear-gradient(125deg,#03142f 0%,#08285c 58%,#1454ad 100%); }
.about-hero::before,.about-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.about-hero::before { width: 440px; height: 440px; right: -130px; top: -190px; background: rgba(87,145,242,.22); }
.about-hero::after { width: 330px; height: 330px; left: 42%; bottom: -240px; background: rgba(225,184,91,.12); }
.about-hero__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(310px,.85fr); align-items: center; gap: clamp(2.5rem,7vw,6rem); }
.about-breadcrumb { display: flex; gap: .6rem; margin-bottom: 2.4rem; color: #b9c8e1; font-size: .82rem; }
.about-breadcrumb a { color: #fff; text-decoration: none; }
.about-eyebrow { display: inline-flex; align-items: center; gap: .7rem; color: #f0cf85; font-size: .74rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.about-eyebrow::before { content: ""; width: 34px; height: 2px; background: #e1b85b; }
.about-hero h1 { max-width: 780px; margin: 1rem 0 .9rem; color: #fff; font-size: clamp(2.45rem,5.3vw,4.75rem); line-height: 1.03; letter-spacing: -.035em; }
.about-hero__subtitle { margin: 0 0 1.1rem; color: #f4d894; font-family: var(--font-heading,serif); font-size: clamp(1.15rem,2.2vw,1.55rem); }
.about-hero__summary { max-width: 700px; margin: 0; color: #cfdaeb; font-size: 1.03rem; line-height: 1.8; }
.about-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2rem; }
.about-hero__actions .btn--primary { background: #e1b85b; color: #071a3c; box-shadow: 0 13px 28px rgba(0,0,0,.22); }
.about-text-link { color: #fff; font-weight: 750; text-decoration: none; }
.about-text-link span { display: inline-block; margin-left: .3rem; transition: transform .2s ease; }
.about-text-link:hover { color: #f4d894; }
.about-text-link:hover span { transform: translateX(4px); }
.about-hero__visual { position: relative; min-height: 430px; display: grid; place-items: center; }
.about-hero__visual > img { width: 100%; height: 470px; object-fit: cover; border: 8px solid rgba(255,255,255,.11); border-radius: 26px 26px 80px 26px; box-shadow: 0 28px 65px rgba(0,0,0,.35); }
.about-hero__brand-card { display: grid; place-items: center; width: min(100%,420px); min-height: 330px; padding: 3rem 2rem; border: 1px solid rgba(255,255,255,.55); border-radius: 26px 26px 80px 26px; background: linear-gradient(145deg,#fff,#eaf2ff); box-shadow: 0 28px 65px rgba(0,0,0,.35); text-align: center; }
.about-hero__brand-card img { max-width: 280px; max-height: 145px; object-fit: contain; }
.about-hero__brand-card span { margin-top: 1.3rem; color: #41618e; font-size: .78rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.about-hero__badge { position: absolute; left: -2rem; bottom: .8rem; display: flex; align-items: center; gap: .85rem; max-width: 240px; padding: 1rem 1.2rem; border-radius: 14px; background: #fff; color: #51627c; box-shadow: 0 18px 35px rgba(0,0,0,.25); }
.about-hero__badge strong { color: #1655b5; font-size: 2rem; line-height: 1; }
.about-hero__badge span { font-size: .78rem; font-weight: 700; line-height: 1.3; }
.about-signatures { position: relative; z-index: 3; margin-top: -3rem; }
.about-signatures__grid { display: grid; grid-template-columns: repeat(3,1fr); padding: 0; overflow: hidden; border-radius: 17px; background: #fff; box-shadow: 0 20px 50px rgba(7,31,72,.14); }
.about-signatures__grid > div { display: grid; grid-template-columns: auto 1fr; column-gap: .85rem; padding: 1.45rem 1.6rem; border-right: 1px solid #e7edf6; }
.about-signatures__grid > div:last-child { border-right: 0; }
.about-signatures__grid span { grid-row: span 2; color: #d2a84c; font-size: 1.55rem; font-weight: 900; line-height: 1.2; }
.about-signatures__grid strong { color: #092552; font-size: .98rem; }
.about-signatures__grid small { margin-top: .25rem; color: #718098; }
.about-story-section { padding: clamp(4rem,8vw,7rem) 0; background: #fff; }
.about-story-section--tint { background: #f3f7fd; }
.about-section-heading { display: flex; align-items: flex-start; gap: 1rem; max-width: 900px; margin-bottom: 2rem; }
.about-section-heading > span { display: grid; place-items: center; flex: 0 0 46px; width: 46px; height: 46px; border-radius: 12px; background: #eaf2ff; color: #1856b3; font-size: .78rem; font-weight: 900; }
.about-section-heading small { display: block; margin: 0 0 .38rem; color: #b1842f; font-size: .72rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.about-section-heading h2 { margin: 0; color: #071f48; font-size: clamp(1.85rem,3.5vw,3rem); line-height: 1.12; }
.about-story-layout { display: grid; grid-template-columns: minmax(0,1fr); align-items: start; gap: clamp(2rem,6vw,5rem); }
.about-story-section--with-image .about-story-layout { grid-template-columns: minmax(0,1.18fr) minmax(300px,.82fr); align-items: center; }
.about-story-layout--reverse .about-story-copy { order: 2; }
.about-story-layout--reverse .about-story-image { order: 1; }
.about-story-copy { min-width: 0; }
.about-rich-prose { max-width: 82ch; color: #52627a; font-size: 1.04rem; line-height: 1.86; }
.about-rich-prose > p { margin: 0 0 1.25rem; }
.about-rich-prose__section { margin: 0 0 1.15rem; padding: 1.35rem 1.5rem 1.35rem 1.8rem; border: 1px solid #dde7f5; border-left: 4px solid #d9ad50; border-radius: 0 13px 13px 0; background: rgba(255,255,255,.9); box-shadow: 0 8px 22px rgba(16,49,98,.06); }
.about-rich-prose__section h3 { margin: 0 0 .55rem; color: #124894; font-size: 1.12rem; line-height: 1.35; }
.about-rich-prose__section p { margin: 0 0 .8rem; }
.about-rich-prose__section p:last-child { margin-bottom: 0; }
.about-story-copy > .btn { margin-top: 1rem; }
.about-story-image { position: relative; z-index: 0; margin: 0; }
.about-story-image::after { content: ""; position: absolute; z-index: -1; right: -16px; bottom: -16px; width: 56%; height: 58%; border-radius: 18px; background: #e1b85b; }
.about-story-image img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 20px; box-shadow: 0 24px 48px rgba(8,39,85,.18); }
.about-why { padding: clamp(4.5rem,8vw,7rem) 0; background: radial-gradient(circle at 85% 12%,rgba(45,106,206,.25),transparent 30%),#061b3d; }
.about-why__heading { max-width: 720px; margin: 0 auto 2.6rem; text-align: center; }
.about-why__heading > span { color: #e1b85b; font-size: .75rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.about-why__heading h2 { margin: .65rem 0 .75rem; color: #fff; font-size: clamp(2rem,4vw,3.2rem); }
.about-why__heading p { margin: 0; color: #b7c7df; line-height: 1.7; }
.about-why__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.about-why__card { padding: 1.55rem; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(255,255,255,.06); }
.about-why__card > span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 1rem; border-radius: 9px; background: #e1b85b; color: #061b3d; font-weight: 900; }
.about-why__card h3 { margin: 0 0 .55rem; color: #fff; font-size: 1.08rem; }
.about-why__card p { margin: 0; color: #b7c7df; line-height: 1.65; }
.about-final-cta { padding: clamp(3.5rem,7vw,5.5rem) 0; background: #eef4fd; }
.about-final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem,5vw,3.5rem); border-radius: 22px; background: linear-gradient(120deg,#1659bc,#082e6c); box-shadow: 0 22px 50px rgba(9,48,111,.2); }
.about-final-cta__inner > div { max-width: 760px; }
.about-final-cta__inner > div > span { color: #f0cf85; font-size: .74rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.about-final-cta h2 { margin: .55rem 0 .65rem; color: #fff; font-size: clamp(1.8rem,3.5vw,2.8rem); }
.about-final-cta p { margin: 0; color: #d6e1f1; line-height: 1.7; }
.about-final-cta__button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; flex: 0 0 auto; min-height: 50px; padding: .8rem 1.4rem; border-radius: 10px; background: #e1b85b; color: #061b3d; font-weight: 850; text-decoration: none; box-shadow: 0 12px 25px rgba(0,0,0,.2); }
.about-final-cta__button:hover { color: #061b3d; background: #f6dda4; transform: translateY(-2px); }
@media (max-width: 900px) {
    .about-hero__grid,.about-story-section--with-image .about-story-layout { grid-template-columns: 1fr; }
    .about-hero__visual { min-height: 360px; }
    .about-hero__visual > img { height: 400px; }
    .about-hero__badge { left: 1rem; }
    .about-story-layout--reverse .about-story-copy,.about-story-layout--reverse .about-story-image { order: initial; }
    .about-why__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .about-final-cta__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 640px) {
    .about-hero { padding-top: 3.4rem; }
    .about-breadcrumb { margin-bottom: 1.7rem; }
    .about-hero h1 { font-size: clamp(2.2rem,12vw,3.25rem); }
    .about-hero__summary,.about-rich-prose { font-size: 1rem; }
    .about-hero__visual { min-height: 300px; }
    .about-hero__visual > img { height: 330px; border-radius: 20px 20px 54px 20px; }
    .about-hero__brand-card { min-height: 260px; padding: 2rem 1.25rem; border-radius: 20px 20px 54px 20px; }
    .about-hero__badge { right: .6rem; bottom: -1rem; left: .6rem; max-width: none; }
    .about-signatures { margin-top: -1.5rem; }
    .about-signatures__grid { grid-template-columns: 1fr; }
    .about-signatures__grid > div { border-right: 0; border-bottom: 1px solid #e7edf6; }
    .about-signatures__grid > div:last-child { border-bottom: 0; }
    .about-section-heading { gap: .75rem; }
    .about-section-heading > span { flex-basis: 40px; width: 40px; height: 40px; }
    .about-rich-prose__section { padding: 1.15rem 1.05rem 1.15rem 1.25rem; }
    .about-why__grid { grid-template-columns: 1fr; }
    .about-final-cta__inner { border-radius: 16px; }
    .about-final-cta__button { width: 100%; }
}

/* Premium Contact page (v15). */
.contact-page { overflow: hidden; background: #f4f7fc; color: #354762; }
.contact-hero { position: relative; isolation: isolate; padding: clamp(4.5rem,8vw,7rem) 0 clamp(5rem,9vw,7.5rem); background: linear-gradient(125deg,#03142f 0%,#08295f 62%,#1756b2 100%); }
.contact-hero::before,.contact-hero::after { content: ""; position: absolute; z-index: -1; border-radius: 50%; pointer-events: none; }
.contact-hero::before { width: 480px; height: 480px; top: -270px; right: -120px; background: rgba(113,163,247,.2); }
.contact-hero::after { width: 300px; height: 300px; bottom: -220px; left: 32%; background: rgba(225,184,91,.13); }
.contact-hero__grid { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(300px,.8fr); align-items: center; gap: clamp(2.5rem,7vw,6rem); }
.contact-breadcrumb { display: flex; gap: .6rem; margin-bottom: 2.2rem; color: #b9c9e2; font-size: .82rem; }
.contact-breadcrumb a { color: #fff; text-decoration: none; }
.contact-eyebrow { display: inline-flex; align-items: center; gap: .7rem; color: #f0cf85; font-size: .74rem; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.contact-eyebrow::before { content: ""; width: 34px; height: 2px; background: #e1b85b; }
.contact-hero h1 { max-width: 760px; margin: 1rem 0 1.1rem; color: #fff; font-size: clamp(2.45rem,5vw,4.65rem); line-height: 1.04; letter-spacing: -.035em; }
.contact-hero__grid > div > p { max-width: 720px; margin: 0; color: #cfdaeb; font-size: 1.04rem; line-height: 1.8; }
.contact-hero__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.25rem; margin-top: 2rem; }
.contact-hero__actions .btn--primary { background: #e1b85b; color: #061b3d; border-color: #e1b85b; box-shadow: 0 13px 28px rgba(0,0,0,.22); }
.contact-hero__whatsapp { color: #fff; font-weight: 750; text-decoration: none; }
.contact-hero__whatsapp:hover { color: #f4d894; }
.contact-hero__promise { padding: clamp(1.6rem,4vw,2.35rem); border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.08); box-shadow: 0 24px 55px rgba(0,0,0,.18); backdrop-filter: blur(8px); }
.contact-hero__promise > span { color: #f0cf85; font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-hero__promise > strong { display: block; margin: .75rem 0 1.2rem; color: #fff; font-family: var(--font-heading,serif); font-size: clamp(1.35rem,2.5vw,1.9rem); line-height: 1.3; }
.contact-hero__promise ul { display: grid; gap: .8rem; margin: 0; padding: 0; list-style: none; color: #d6e1f1; }
.contact-hero__promise li { position: relative; padding-left: 1.6rem; line-height: 1.5; }
.contact-hero__promise li::before { content: "✓"; position: absolute; left: 0; color: #f0cf85; font-weight: 900; }
.contact-main { position: relative; z-index: 2; margin-top: -2.8rem; padding-bottom: clamp(4rem,8vw,7rem); }
.contact-main__grid { display: grid; grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr); align-items: start; gap: clamp(1.3rem,3vw,2.4rem); }
.contact-info-panel,.contact-form-panel { border-radius: 20px; background: #fff; box-shadow: 0 22px 55px rgba(7,35,79,.12); }
.contact-info-panel { overflow: hidden; }
.contact-info-panel > header { padding: 2rem 1.8rem 1.4rem; background: linear-gradient(145deg,#f9fbff,#edf4ff); }
.contact-info-panel header > span,.contact-form-panel__heading > span,.contact-map-section header > span { color: #b1842f; font-size: .7rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.contact-info-panel h2,.contact-form-panel h2,.contact-map-section h2 { margin: .5rem 0 .65rem; color: #071f48; font-size: clamp(1.65rem,3vw,2.35rem); }
.contact-info-panel header p,.contact-form-panel__heading p { margin: 0; color: #65758d; line-height: 1.7; }
.contact-info-list { display: grid; gap: .65rem; padding: 1.25rem; }
.contact-info-card { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: .85rem; min-width: 0; padding: 1rem; border: 1px solid #e3eaf5; border-radius: 13px; color: #29405f; background: #fff; text-decoration: none; transition: transform .2s ease,border-color .2s ease,box-shadow .2s ease; }
a.contact-info-card:hover { color: #173b76; border-color: #9db9e8; box-shadow: 0 9px 20px rgba(19,69,145,.1); transform: translateY(-2px); }
.contact-info-card__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 11px; background: #eaf2ff; color: #1756b2; font-weight: 900; }
.contact-info-card small { display: block; margin-bottom: .2rem; color: #7a899f; font-size: .7rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.contact-info-card strong { display: block; color: #122e5d; font-size: .92rem; line-height: 1.45; overflow-wrap: anywhere; }
.contact-info-card > b { color: #b1842f; }
.contact-info-card--featured { border-color: #9bb9ec; background: #edf4ff; }
.contact-info-card--featured .contact-info-card__icon { background: #1756b2; color: #fff; }
.contact-info-card--static { grid-template-columns: 42px minmax(0,1fr); }
.contact-confidence { margin: 0 1.25rem 1.25rem; padding: 1.2rem; border-left: 4px solid #e1b85b; border-radius: 0 11px 11px 0; background: #071f48; }
.contact-confidence strong { color: #fff; }
.contact-confidence p { margin: .45rem 0 0; color: #b9c8df; font-size: .86rem; line-height: 1.6; }
.contact-form-panel { padding: clamp(1.5rem,4vw,2.5rem); }
.contact-form-panel__heading { margin-bottom: 2rem; padding-bottom: 1.4rem; border-bottom: 1px solid #e3eaf5; }
.contact-form-panel .alert { border-radius: 12px; }
.contact-form-panel .alert p { margin: 0 0 .5rem; font-weight: 750; }
.contact-form-panel .alert ul { margin: 0; padding-left: 1.2rem; }
.premium-contact-form { display: grid; gap: 2rem; }
.premium-contact-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.premium-contact-form legend { display: flex; align-items: center; gap: .7rem; width: 100%; margin-bottom: 1rem; padding: 0; color: #0b326d; font-size: 1rem; font-weight: 850; }
.premium-contact-form legend span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 9px; background: #1756b2; color: #fff; font-size: .78rem; }
.premium-contact-form__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 1rem; }
.premium-contact-form .form-group { min-width: 0; margin-bottom: 1rem; }
.premium-contact-form label { margin-bottom: .45rem; color: #344967; font-size: .83rem; font-weight: 750; }
.premium-contact-form input[type="text"],.premium-contact-form input[type="email"],.premium-contact-form input[type="date"],.premium-contact-form input[type="number"],.premium-contact-form select,.premium-contact-form textarea { min-height: 49px; padding: .78rem .9rem; border: 1px solid #ccd8e8; border-radius: 10px; background: #fbfdff; color: #102b58; transition: border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.premium-contact-form textarea { min-height: 145px; resize: vertical; }
.premium-contact-form input:focus,.premium-contact-form select:focus,.premium-contact-form textarea:focus { outline: 0; border-color: #2f72e5; background: #fff; box-shadow: 0 0 0 4px rgba(47,114,229,.12); }
.premium-contact-form__full { grid-column: 1/-1; }
.premium-contact-form__consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: .7rem; padding: 1rem; border-radius: 10px; background: #edf4ff; }
.premium-contact-form__consent input { width: 18px; height: 18px; margin-top: .15rem; accent-color: #1756b2; }
.premium-contact-form__consent label { margin: 0; line-height: 1.55; }
.premium-contact-form__submit { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; width: fit-content; min-width: 210px; min-height: 50px; border-radius: 10px; box-shadow: 0 12px 25px rgba(20,79,168,.2); }
.premium-contact-form__note { margin: -1.35rem 0 0 225px; color: #7b899d; font-size: .76rem; }
.contact-map-section { padding: clamp(4rem,7vw,6rem) 0; background: #fff; }
.contact-map-section header { margin-bottom: 1.4rem; text-align: center; }
.contact-map-canvas { width: 100%; height: 390px; overflow: hidden; border: 7px solid #fff; border-radius: 20px; box-shadow: 0 20px 50px rgba(7,35,79,.16); }
@media (max-width: 960px) {
    .contact-hero__grid,.contact-main__grid { grid-template-columns: 1fr; }
    .contact-main { margin-top: -2rem; }
    .contact-info-panel { display: grid; grid-template-columns: minmax(240px,.7fr) minmax(0,1.3fr); }
    .contact-info-panel > header { padding: 1.7rem; }
    .contact-confidence { grid-column: 1/-1; }
}
@media (max-width: 640px) {
    .contact-hero { padding-top: 3.4rem; }
    .contact-breadcrumb { margin-bottom: 1.7rem; }
    .contact-hero h1 { font-size: clamp(2.2rem,12vw,3.2rem); }
    .contact-hero__grid > div > p { font-size: 1rem; }
    .contact-hero__promise { border-radius: 16px; }
    .contact-main { margin-top: -1.2rem; }
    .contact-info-panel { display: block; border-radius: 16px; }
    .contact-info-list { padding: 1rem; }
    .contact-confidence { margin: 0 1rem 1rem; }
    .contact-form-panel { border-radius: 16px; }
    .premium-contact-form__grid { grid-template-columns: 1fr; }
    .premium-contact-form__full { grid-column: auto; }
    .premium-contact-form input,.premium-contact-form select,.premium-contact-form textarea { font-size: 16px; }
    .premium-contact-form__submit { width: 100%; }
    .premium-contact-form__note { margin: -.9rem 0 0; text-align: center; }
    .contact-map-canvas { height: 310px; border-width: 4px; border-radius: 15px; }
}

/* Final cascade lock for the approved signature header. */
.site-utility { min-height:30px; background:#073a78; color:#fff; }
.site-utility__inner { min-height:30px; }
.site-header { background:#fffdf9; border-bottom:1px solid #e5e0d6; box-shadow:0 5px 22px rgba(5,35,78,.08); }
.site-header__inner { min-height:82px; }
.site-header .brand__logo { height:68px; max-width:178px; filter:none !important; }
.site-header .main-nav { gap:clamp(.7rem,1.5vw,1.45rem); }
.site-header .main-nav a { padding:.65rem 0; font-size:.87rem; }
.site-header .main-nav .btn--primary { min-height:46px; padding:.7rem 1.25rem; border-radius:5px; color:#fff; background:#0b58c9; border-color:#084ba9; }
@media (max-width:1280px) {
    .site-header__inner { max-width:100%; padding-left:clamp(.8rem,2vw,1.5rem); padding-right:clamp(.8rem,2vw,1.5rem); }
    .site-header .brand__logo { height:58px; max-width:145px; }
    .site-header .main-nav { gap:clamp(.38rem,.75vw,.7rem); }
    .site-header .main-nav a { font-size:clamp(.66rem,.78vw,.76rem); }
    .site-header .main-nav .btn--primary { min-height:40px; padding:.58rem .72rem; }
}
@media (max-width:900px) {
    .site-header__inner { min-height:72px; }
    .site-header .brand__logo { height:58px; max-width:150px; }
    .site-header .mobile-header-cta { display:inline-flex; margin-left:auto; align-items:center; justify-content:center; min-height:38px; padding:.55rem .82rem; border-radius:5px; background:#d7a928; color:#052f68; font-size:.76rem; font-weight:850; text-decoration:none; }
}
@media (max-width:640px) {
    .site-utility,.site-utility__inner { min-height:26px; }
    .site-header__inner { min-height:64px; padding-top:.25rem; padding-bottom:.25rem; }
    .site-header .brand__logo { height:50px; max-width:137px; }
}

/* Refined luxury Contact composition (v16). */
.contact-page { background: #f3f7fd; }
.contact-hero { padding: clamp(4rem,7vw,6.5rem) 0 clamp(5rem,9vw,7rem); background: linear-gradient(118deg,#f8fbff 0%,#eaf3ff 58%,#d7eaff 100%); }
.contact-hero::before { width: 520px; height: 520px; top: -310px; right: -130px; background: rgba(23,79,186,.12); }
.contact-hero::after { width: 230px; height: 230px; bottom: -150px; left: 3%; border: 38px solid rgba(217,174,69,.12); background: transparent; }
.contact-hero__grid { grid-template-columns: minmax(0,.92fr) minmax(380px,1.08fr); gap: clamp(2.5rem,6vw,5.5rem); }
.contact-breadcrumb { color: #647694; }
.contact-breadcrumb a { color: #123f91; }
.contact-eyebrow { color: #174fba; }
.contact-eyebrow::before { background: #d9ae45; }
.contact-hero h1 { max-width: 650px; color: #071f4d; font-size: clamp(2.6rem,5vw,4.85rem); text-shadow: 0 2px 0 rgba(255,255,255,.7); }
.contact-hero__grid > div > p { color: #435875; font-size: 1.06rem; }
.contact-hero__actions .btn--primary { background: linear-gradient(180deg,#1d5ece,#0b43a6); color: #fff; border-color: #0b43a6; box-shadow: 0 13px 28px rgba(11,67,166,.2); }
.contact-hero__actions .btn--primary:hover { background: #072f7d; color: #fff; }
.contact-hero__whatsapp { color: #0d3c8d; }
.contact-hero__whatsapp:hover { color: #071f4d; }
.contact-hero__photo { position: relative; z-index: 0; margin: 0; }
.contact-hero__photo::before { content: ""; position: absolute; z-index: -1; top: -18px; right: -18px; width: 52%; height: 64%; border-radius: 0 30px 0 30px; background: #d9ae45; }
.contact-hero__photo::after { content: ""; position: absolute; z-index: -1; bottom: -16px; left: -16px; width: 42%; height: 46%; border-radius: 28px 0 28px 0; background: #174fba; }
.contact-hero__photo > img { display: block; width: 100%; height: clamp(390px,42vw,510px); object-fit: cover; border: 7px solid #fff; border-radius: 30px 8px 62px 8px; box-shadow: 0 28px 65px rgba(7,31,77,.22); }
.contact-hero__photo figcaption { position: absolute; right: clamp(1rem,3vw,2rem); bottom: clamp(1rem,3vw,2rem); left: clamp(1rem,3vw,2rem); padding: 1rem 1.2rem; border: 1px solid rgba(255,255,255,.55); border-radius: 13px; background: rgba(4,27,67,.88); color: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.25); backdrop-filter: blur(9px); }
.contact-hero__photo figcaption strong { display: block; margin-bottom: .25rem; font-family: var(--font-heading); font-size: 1.15rem; }
.contact-hero__photo figcaption span { color: #d8e4f7; font-size: .76rem; letter-spacing: .04em; }
.contact-service-ribbon { position: relative; z-index: 4; margin-top: -3rem; }
.contact-service-ribbon__grid { display: grid; grid-template-columns: repeat(3,1fr); overflow: hidden; padding: 0; border: 1px solid rgba(23,79,186,.1); border-radius: 18px; background: #fff; box-shadow: 0 20px 45px rgba(7,31,77,.13); }
.contact-service-ribbon__grid > div { display: grid; grid-template-columns: auto 1fr; column-gap: .9rem; padding: 1.35rem 1.55rem; border-right: 1px solid #dce5f3; }
.contact-service-ribbon__grid > div:last-child { border-right: 0; }
.contact-service-ribbon__grid span { grid-row: span 2; color: #d3a332; font-family: var(--font-heading); font-size: 1.5rem; font-weight: 700; }
.contact-service-ribbon__grid strong { color: #071f4d; font-size: .96rem; }
.contact-service-ribbon__grid small { margin-top: .2rem; color: #718099; }
.contact-main { margin-top: 0; padding-top: clamp(4rem,7vw,6.5rem); }
.contact-main__grid { grid-template-columns: minmax(300px,.75fr) minmax(0,1.25fr); gap: clamp(1.5rem,4vw,3rem); }
.contact-info-panel,.contact-form-panel { border: 1px solid rgba(23,79,186,.1); border-radius: 24px; box-shadow: 0 20px 50px rgba(7,31,77,.1); }
.contact-info-panel > header { padding: 2.3rem 2rem 1.75rem; background: linear-gradient(145deg,#071f4d,#0d3b87); }
.contact-info-panel header > span { color: #f0cf85; }
.contact-info-panel h2 { color: #fff; }
.contact-info-panel header p { color: #c7d5e9; }
.contact-info-list { gap: .8rem; padding: 1.5rem; }
.contact-info-card { padding: 1.05rem; border-color: #dbe5f3; border-radius: 14px; }
.contact-info-card__icon { border-radius: 50%; background: #e5f0ff; color: #0b43b8; }
.contact-info-card--featured { border-color: #d6b65f; background: linear-gradient(135deg,#fffaf0,#f7edd2); }
.contact-info-card--featured .contact-info-card__icon { background: #d9ae45; color: #071f4d; }
.contact-confidence { margin: 0 1.5rem 1.5rem; padding: 1.3rem; border-left-color: #d9ae45; background: #edf4ff; }
.contact-confidence strong { color: #071f4d; }
.contact-confidence p { color: #52657f; }
.contact-form-panel { padding: clamp(1.75rem,4vw,3rem); }
.contact-form-panel__heading { position: relative; padding-right: 80px; }
.contact-form-panel__heading::after { content: "✦"; position: absolute; top: 0; right: 0; display: grid; place-items: center; width: 56px; height: 56px; border-radius: 50%; background: #eaf2ff; color: #d3a332; font-size: 1.4rem; }
.premium-contact-form { gap: 2.25rem; }
.premium-contact-form legend { color: #071f4d; font-family: var(--font-heading); font-size: 1.08rem; }
.premium-contact-form legend span { border-radius: 50%; background: #0b43b8; font-family: var(--font-body); }
.premium-contact-form input[type="text"],.premium-contact-form input[type="email"],.premium-contact-form input[type="date"],.premium-contact-form input[type="number"],.premium-contact-form select,.premium-contact-form textarea { border-color: #c8d6e9; border-radius: 11px; background: #f9fbfe; }
.premium-contact-form__consent { border: 1px solid #d7e3f4; background: #f0f6ff; }
.premium-contact-form__submit { background: linear-gradient(180deg,#1d5ece,#0b43a6); border-color: #0b43a6; box-shadow: 0 12px 25px rgba(11,67,166,.2); }
.contact-map-section { background: linear-gradient(180deg,#fff,#edf4ff); }

/* ========================================================================
   Luxury homepage refinement v21 — content below the approved hero
   ======================================================================== */
.page-home .lux-explore,
.page-home .lux-section,
.page-home .lux-experiences { padding:clamp(4.5rem,7.5vw,7rem) 0; }
.page-home .lux-section-heading { margin-bottom:2.35rem; }
.page-home .lux-section-heading > div::before,
.page-home .lux-explore .lux-section-heading::before { content:"LANKAN TRAVEL COLLECTION"; display:block; margin-bottom:.7rem; color:#bd8f35; font-size:.66rem; font-weight:900; letter-spacing:.24em; }
.page-home .lux-section-heading h2 { font-size:clamp(2.45rem,4vw,4.2rem); letter-spacing:-.045em; }
.page-home .lux-section-heading p { max-width:720px; color:#53657d; font-size:1rem; line-height:1.7; }
.page-home .lux-outline-link { min-height:44px; display:inline-flex; align-items:center; padding:.65rem 1rem; border-color:#d4aa58; color:#083f8e; background:rgba(255,255,255,.7); }

.page-home .lux-explore { position:relative; background:linear-gradient(135deg,#031f46 0%,#063d7b 58%,#0759aa 100%); }
.page-home .lux-explore::before { content:""; position:absolute; inset:0; pointer-events:none; background:radial-gradient(circle at 86% 12%,rgba(218,174,80,.18),transparent 28%); }
.page-home .lux-explore .container { position:relative; }
.page-home .lux-explore .lux-section-heading::before { color:#e7c77e; }
.page-home .lux-explore__grid { gap:16px; }
.page-home .lux-explore__card { min-height:235px; border:1px solid rgba(255,255,255,.28); border-radius:3px; box-shadow:0 18px 40px rgba(0,13,37,.24); }
.page-home .lux-explore__card::before { content:""; position:absolute; z-index:2; inset:0; border:1px solid transparent; transition:border-color .25s ease; }
.page-home .lux-explore__card:hover::before { border-color:#e5bd68; }
.page-home .lux-explore__card strong { right:20px; bottom:20px; left:20px; font-size:1.25rem; text-shadow:0 2px 10px rgba(0,0,0,.5); }

.page-home .lux-destinations { background:linear-gradient(180deg,#fbf8f0 0%,#f4eddf 100%); }
.page-home .lux-destination-card { height:330px; border-radius:3px; box-shadow:0 14px 36px rgba(8,35,78,.13) !important; }
.page-home .lux-destination-card::after { inset:28% 0 0; background:linear-gradient(transparent,rgba(2,23,52,.94)); }
.page-home .lux-card-overlay { padding:1.45rem; }
.page-home .lux-card-overlay strong { font-size:1.65rem; }
.page-home .lux-card-overlay small { font-size:.8rem; line-height:1.5; }

.page-home .lux-journeys { background:#fff; }
.page-home .lux-journey-card { border:0; border-radius:4px; box-shadow:0 18px 45px rgba(7,32,73,.13) !important; }
.page-home .lux-journey-card > img,
.page-home .lux-journey-card > .lux-photo-fallback { height:285px; }
.page-home .lux-journey-card > div { padding:1.45rem; border-top:3px solid #d3a84f; }
.page-home .lux-journey-card h3 { color:#062b61; font-size:1.55rem; }
.page-home .lux-journey-card p { color:#52647a; font-size:.9rem; line-height:1.6; }
.page-home .lux-mini-btn { min-height:42px; padding:.58rem 1rem; }

.page-home .lux-experiences { position:relative; background:linear-gradient(135deg,#031d42,#063a76); }
.page-home .lux-experience-strip { gap:8px; }
.page-home .lux-experience { height:390px; border:1px solid rgba(255,255,255,.16); }
.page-home .lux-experience::after { inset:22% 0 0; background:linear-gradient(transparent,rgba(1,19,45,.96)); }
.page-home .lux-experience > span:last-child { right:1.5rem; bottom:1.5rem; left:1.5rem; }
.page-home .lux-experience strong { font-size:1.55rem; }
.page-home .lux-experience small { font-size:.8rem; line-height:1.55; }

.page-home .lux-why { grid-template-columns:1fr 1fr; min-height:560px; background:#f6f1e6; }
.page-home .lux-why__photo { min-height:560px; }
.page-home .lux-why__photo img,
.page-home .lux-why__photo .lux-photo-fallback { min-height:560px; }
.page-home .lux-why__content { position:relative; padding:clamp(3rem,6vw,6rem); background:linear-gradient(145deg,#062e67,#074a95); }
.page-home .lux-why__content::before { content:"WHY TRAVEL WITH US"; margin-bottom:.8rem; color:#e5c477; font-size:.67rem; font-weight:900; letter-spacing:.24em; }
.page-home .lux-why__content > h2 { font-size:clamp(2.5rem,4vw,4.25rem); }
.page-home .lux-why__content > p { font-size:1rem; line-height:1.7; }
.page-home .lux-why__grid { grid-template-columns:repeat(2,1fr); gap:1.5rem; }
.page-home .lux-why__item { padding:1rem; border:1px solid rgba(255,255,255,.16); background:rgba(255,255,255,.06); }
.page-home .lux-why__item h3 { font-size:1rem; }
.page-home .lux-why__item p { font-size:.79rem; }

.page-home .lux-reviews { background:linear-gradient(180deg,#f7f2e8,#fff); }
.page-home .lux-review { min-height:310px; padding:1.8rem; border:1px solid #e4d8c2; border-top:4px solid #c99a40; box-shadow:0 18px 45px rgba(9,35,76,.1); }
.page-home .lux-review h3 { color:#092a60; font-size:1.35rem; }
.page-home .lux-review p { font-family:Georgia,'Times New Roman',serif; font-size:1rem; line-height:1.7; }
.page-home .lux-review__stars { font-size:1.1rem; }

.page-home .lux-gallery__grid { height:460px; grid-template-columns:repeat(4,1fr); grid-template-rows:repeat(2,1fr); gap:4px; padding:4px; }
.page-home .lux-gallery__item img { transition:transform .5s ease,filter .5s ease; }
.page-home .lux-gallery__item:hover img { transform:scale(1.04); filter:saturate(1.08); }
.page-home .lux-gallery__title { width:min(520px,80%); padding:2.25rem; border:1px solid rgba(229,190,105,.65); background:rgba(3,34,76,.93); }
.page-home .lux-gallery__title::before { content:"OUR ISLAND • OUR STORIES"; color:#e4bf70; font-size:.65rem; font-weight:900; letter-spacing:.22em; }
.page-home .lux-gallery__title h2 { margin-top:.65rem; font-size:2.7rem; }

.page-home .lux-final-cta { min-height:570px; background-image:linear-gradient(90deg,rgba(1,20,48,.56),rgba(1,20,48,.1)),var(--cta-photo); }
.page-home .lux-final-cta__inner { min-height:570px; }
.page-home .lux-final-cta__panel { width:min(650px,55%); padding:3rem; border-left:5px solid #d6aa51; background:rgba(3,35,78,.94); box-shadow:0 22px 60px rgba(0,0,0,.3); }
.page-home .lux-final-cta__panel::before { content:"YOUR PRIVATE SRI LANKA JOURNEY"; display:block; margin-bottom:.8rem; color:#e6c374; font-size:.66rem; font-weight:900; letter-spacing:.22em; }

.page-home .lux-social-showcase { position:relative; min-height:560px; display:flex; align-items:center; color:#fff; background-image:linear-gradient(90deg,rgba(2,22,51,.9),rgba(2,31,68,.55),rgba(2,31,68,.72)),var(--social-photo); background-size:cover; background-position:center; }
.page-home .lux-social-showcase__inner { display:grid; grid-template-columns:minmax(280px,.8fr) minmax(480px,1.2fr); align-items:center; gap:clamp(2rem,6vw,6rem); padding-top:5rem; padding-bottom:5rem; }
.page-home .lux-social-showcase__copy > span { color:#e6c67e; font-size:.7rem; font-weight:900; letter-spacing:.22em; text-transform:uppercase; }
.page-home .lux-social-showcase__copy h2 { margin:.8rem 0 1rem; color:#fff; font-size:clamp(2.7rem,4.5vw,4.8rem); line-height:1; }
.page-home .lux-social-showcase__copy p { max-width:520px; color:#dce8f8; font-size:1.05rem; line-height:1.7; }
.page-home .lux-social-showcase__links { display:grid; grid-template-columns:repeat(3,1fr); gap:.7rem; }
.page-home .lux-social-showcase__links > a,
.page-home .lux-social-showcase__wechat { display:flex; align-items:center; gap:.75rem; min-height:66px; padding:.7rem .9rem; border:1px solid rgba(255,255,255,.24); background:rgba(6,51,108,.72); color:#fff; text-decoration:none; backdrop-filter:blur(8px); transition:.25s ease; }
.page-home .lux-social-showcase__links > a:hover { border-color:#e4be6b; background:rgba(10,91,181,.92); transform:translateY(-3px); }
.page-home .lux-social-showcase__links b,
.page-home .lux-social-showcase__wechat > b { display:grid; place-items:center; flex:0 0 38px; width:38px; height:38px; border:1px solid rgba(255,255,255,.55); border-radius:50%; font-size:.75rem; }
.page-home .lux-social-showcase__links span { font-size:.8rem; font-weight:800; }
.page-home .lux-social-showcase__wechat span { display:flex; flex-direction:column; }
.page-home .lux-social-showcase__wechat small { color:#cbd9ec; font-size:.65rem; }

.premium-footer__social { width:auto; min-width:46px; height:48px; padding:.35rem .55rem; gap:.3rem; }
.premium-footer__social small { display:block; color:#dbe8fb; font-size:.55rem; font-weight:700; }

@media (max-width:900px) {
    .page-home .lux-explore__grid { grid-template-columns:repeat(2,1fr); }
    .page-home .lux-explore__card:last-child { grid-column:1/-1; }
    .page-home .lux-why { grid-template-columns:1fr; }
    .page-home .lux-social-showcase__inner { grid-template-columns:1fr; }
}
@media (max-width:640px) {
    .page-home .lux-explore,.page-home .lux-section,.page-home .lux-experiences { padding:3.5rem 0; }
    .page-home .lux-section-heading h2 { font-size:2.25rem; }
    .page-home .lux-explore__card { min-height:175px; }
    .page-home .lux-destination-card { height:300px; }
    .page-home .lux-journey-card > img,.page-home .lux-journey-card > .lux-photo-fallback { height:245px; }
    .page-home .lux-experience { height:270px; }
    .page-home .lux-why__photo,.page-home .lux-why__photo img,.page-home .lux-why__photo .lux-photo-fallback { min-height:320px; height:320px; }
    .page-home .lux-why__grid { grid-template-columns:1fr; }
    .page-home .lux-gallery__grid { height:500px; grid-template-columns:repeat(2,1fr); grid-template-rows:repeat(4,1fr); }
    .page-home .lux-gallery__title { width:88%; padding:1.4rem; }
    .page-home .lux-gallery__title h2 { font-size:2rem; }
    .page-home .lux-final-cta,.page-home .lux-final-cta__inner { min-height:540px; }
    .page-home .lux-final-cta__panel { padding:1.6rem 1.2rem; border-left:0; border-top:4px solid #d6aa51; }
    .page-home .lux-social-showcase { min-height:650px; }
    .page-home .lux-social-showcase__inner { gap:2rem; padding-top:4rem; padding-bottom:4rem; }
    .page-home .lux-social-showcase__copy { text-align:center; }
    .page-home .lux-social-showcase__copy h2 { font-size:2.6rem; }
    .page-home .lux-social-showcase__links { grid-template-columns:repeat(2,1fr); gap:.5rem; }
    .page-home .lux-social-showcase__links > a,.page-home .lux-social-showcase__wechat { min-height:58px; padding:.55rem; }
    .page-home .lux-social-showcase__links b,.page-home .lux-social-showcase__wechat > b { flex-basis:32px; width:32px; height:32px; }
    .premium-footer__socials { grid-template-columns:repeat(3,minmax(0,1fr)) !important; width:100%; }
}
@media (max-width: 960px) {
    .contact-hero__grid,.contact-main__grid { grid-template-columns: 1fr; }
    .contact-hero__photo { width: min(100%,720px); }
    .contact-info-panel { display: grid; grid-template-columns: minmax(250px,.72fr) minmax(0,1.28fr); }
}
@media (max-width: 640px) {
    .contact-hero { padding-bottom: 4.5rem; }
    .contact-hero__photo > img { height: 340px; border-width: 5px; border-radius: 22px 6px 44px 6px; }
    .contact-hero__photo::before { top: -10px; right: -10px; }
    .contact-hero__photo::after { bottom: -9px; left: -9px; }
    .contact-hero__photo figcaption { padding: .85rem 1rem; }
    .contact-service-ribbon { margin-top: -1.8rem; }
    .contact-service-ribbon__grid { grid-template-columns: 1fr; border-radius: 15px; }
    .contact-service-ribbon__grid > div { border-right: 0; border-bottom: 1px solid #dce5f3; }
    .contact-service-ribbon__grid > div:last-child { border-bottom: 0; }
    .contact-main { padding-top: 3.5rem; }
    .contact-info-panel { display: block; border-radius: 18px; }
    .contact-info-panel > header { padding: 1.7rem 1.35rem; }
    .contact-form-panel { border-radius: 18px; }
    .contact-form-panel__heading { padding-right: 0; }
    .contact-form-panel__heading::after { display: none; }
}
