/* ===========================================================================
   Jaisalmer Taxi Trip — style.css
   Modern Rajasthan / Desert Travel visual identity
   =========================================================================== */

:root {
    --primary-red: #9E1B1B;
    --dark-red: #701414;
    --dark-yellow: #B8860B;
    --gold: #D4A72C;
    --sand: #F4E5C2;
    --ivory: #FFF9ED;
    --brown: #3B2418;
    --dark: #17120F;
    --white: #FFFFFF;

    --wa: #25D366;
    --wa-dark: #1EBE5A;

    --font-heading: "Cormorant Garamond", Georgia, serif;
    --font-body: "Outfit", system-ui, -apple-system, sans-serif;

    --radius: 14px;
    --radius-lg: 20px;
    --shadow-sm: 0 2px 10px rgba(23, 18, 15, 0.06);
    --shadow-md: 0 10px 30px rgba(23, 18, 15, 0.10);
    --shadow-lg: 0 24px 60px rgba(23, 18, 15, 0.18);
    --gold-line: linear-gradient(90deg, transparent, var(--gold), transparent);
    --header-h: 74px;
}

/* ---------- Base ---------- */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    font-family: var(--font-body);
    color: var(--brown);
    background: var(--ivory);
    font-size: 1rem;
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    padding-bottom: env(safe-area-inset-bottom, 0);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 600;
    color: var(--dark);
    line-height: 1.15;
}

a { color: var(--primary-red); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--dark-red); }

img { max-width: 100%; height: auto; }

:focus-visible {
    outline: 3px solid var(--gold);
    outline-offset: 3px;
    border-radius: 4px;
}

::selection { background: var(--gold); color: var(--dark); }

/* Skip link */
.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
    z-index: 2000;
    background: var(--dark);
    color: #fff;
    padding: .75rem 1.25rem;
    border-radius: 0 0 8px 0;
    font-weight: 600;
}
.skip-link:focus { left: 0; color: #fff; }

/* ---------- Typography helpers ---------- */
.eyebrow {
    font-family: var(--font-body);
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--dark-yellow);
    margin-bottom: .5rem;
}
.eyebrow--gold { color: var(--gold); }

.section-title {
    font-size: clamp(1.9rem, 4vw, 2.9rem);
    margin-bottom: .75rem;
    letter-spacing: .01em;
}
.section-title--light { color: var(--ivory); }

.section-sub { color: #7a6a5c; max-width: 620px; margin: 0 auto; }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 3rem; }

.lead-text { font-size: 1.08rem; color: #5d4e40; }

.section { padding: 4.5rem 0; }
.section--tinted { background: var(--sand); }
.section--dark { background: linear-gradient(160deg, var(--brown), var(--dark)); }

/* ---------- Buttons ---------- */
.btn { border-radius: 999px; font-weight: 600; letter-spacing: .01em; }
.btn-lg { padding: .85rem 1.9rem; }

.btn-brand {
    background: var(--primary-red);
    color: #fff;
    border: 1px solid var(--primary-red);
}
.btn-brand:hover, .btn-brand:focus { background: var(--dark-red); border-color: var(--dark-red); color: #fff; }

.btn-outline-brand {
    color: var(--primary-red);
    border: 1px solid var(--primary-red);
    background: transparent;
}
.btn-outline-brand:hover, .btn-outline-brand:focus {
    background: var(--primary-red);
    border-color: var(--primary-red);
    color: #fff;
}

.btn-whatsapp {
    background: var(--wa);
    color: #fff;
    border: 1px solid var(--wa);
}
.btn-whatsapp:hover, .btn-whatsapp:focus { background: var(--wa-dark); border-color: var(--wa-dark); color: #fff; }

.btn-outline-light:hover { background: rgba(255,255,255,.15); }

/* ---------- Announcement bar ---------- */
.announce-bar {
    background: var(--dark-red);
    color: var(--sand);
    font-size: .86rem;
    padding: .5rem 0;
}
.announce-bar__text { opacity: .95; }
.announce-bar__link {
    color: var(--sand);
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-weight: 500;
}
.announce-bar__link:hover { color: #fff; }

/* ---------- Header ---------- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 249, 237, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(59, 36, 24, 0.08);
    transition: box-shadow .25s ease;
}
.site-header.is-scrolled { box-shadow: var(--shadow-md); }

.brand { display: inline-flex; align-items: center; gap: .7rem; }
.brand__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--primary-red), var(--dark-red));
    color: var(--gold);
    font-size: 1.35rem;
    box-shadow: var(--shadow-sm);
}
.brand__text { display: flex; flex-direction: column; line-height: 1.1; }
.brand__name {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--dark);
    letter-spacing: .01em;
}
.brand__tag {
    font-size: .68rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--dark-yellow);
    font-weight: 600;
}
.brand--footer .brand__name { color: #fff; }

.navbar { padding: .6rem 0; }
.navbar-nav { gap: .2rem; }
.navbar-nav .nav-link {
    color: var(--brown);
    font-weight: 500;
    padding: .5rem .95rem;
    border-radius: 999px;
    position: relative;
}
.navbar-nav .nav-link:hover { color: var(--primary-red); }
.navbar-nav .nav-link.active { color: var(--primary-red); font-weight: 600; }
.navbar-nav .nav-link.active::after {
    content: "";
    position: absolute;
    left: .95rem;
    right: .95rem;
    bottom: .2rem;
    height: 2px;
    background: var(--gold);
    border-radius: 2px;
}

.header-ctas .btn { padding: .55rem 1.25rem; font-size: .92rem; }

.header-icon-btn {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.05rem;
}
.header-icon-btn--wa { background: var(--wa); color: #fff; border: none; }
.header-icon-btn--wa:hover { background: var(--wa-dark); color: #fff; }

.navbar-toggler { border: none; color: var(--dark); font-size: 1.4rem; }
.navbar-toggler:focus { box-shadow: none; }

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: var(--ivory);
        border-top: 1px solid rgba(59,36,24,.08);
        padding: 1rem 0 1.25rem;
        margin-top: .6rem;
    }
    .navbar-nav .nav-link { padding: .65rem 1rem; }
    .header-ctas { margin-top: .75rem; flex-wrap: wrap; }
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    min-height: 620px;
    min-height: calc(100vh - var(--header-h));
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background: var(--dark);
}
.hero__carousel { position: relative; width: 100%; height: 100%; }
.hero__track { display: flex; width: 100%; height: 100%; }

.hero-slide {
    position: relative;
    flex: 0 0 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: opacity .9s ease;
    overflow: hidden;
}
.hero-slide.is-active { opacity: 1; z-index: 1; }

.hero-slide__img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
}
.hero-slide.is-active .hero-slide__img { animation: kenburns 14s ease-out forwards; }

@keyframes kenburns {
    0% { transform: scale(1.02) translate(0, 0); }
    100% { transform: scale(1.16) translate(-1.5%, -1.5%); }
}

.hero-slide__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(100deg, rgba(23, 18, 15, 0.88) 0%, rgba(23, 18, 15, 0.55) 45%, rgba(23, 18, 15, 0.25) 100%),
        linear-gradient(0deg, rgba(23, 18, 15, 0.55) 0%, transparent 40%);
}

.hero-slide__content {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 680px;
    padding: 4rem 0 6rem;
}
.hero-slide__eyebrow {
    font-size: .8rem;
    letter-spacing: .3em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-bottom: .75rem;
}
.hero-slide__title {
    font-size: clamp(2.5rem, 6vw, 4.4rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    text-wrap: balance;
}
.hero-slide__text {
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    color: rgba(255, 255, 255, 0.92);
    max-width: 540px;
    margin-bottom: 1.75rem;
}
.hero-slide__ctas { display: flex; flex-wrap: wrap; gap: .85rem; }

/* hero arrows + dots */
.hero__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.4);
    background: rgba(23,18,15,.35);
    color: #fff;
    font-size: 1.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, transform .2s ease;
}
.hero__arrow:hover { background: var(--primary-red); border-color: var(--primary-red); }
.hero__arrow--prev { left: 1.25rem; }
.hero__arrow--next { right: 1.25rem; }

.hero__dots {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    gap: .55rem;
}
.hero__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,.45);
    padding: 0;
    transition: width .25s ease, background .25s ease;
}
.hero__dot.is-active { width: 28px; border-radius: 6px; background: var(--gold); }

/* golden particles */
.hero__particles { position: absolute; inset: 0; z-index: 3; pointer-events: none; overflow: hidden; }
.particle {
    position: absolute;
    bottom: -10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0;
    animation: floatUp linear forwards;
}
@keyframes floatUp {
    0% { transform: translateY(0) translateX(0); opacity: 0; }
    10% { opacity: .8; }
    100% { transform: translateY(-110vh) translateX(20px); opacity: 0; }
}

/* scroll indicator */
.hero__scroll {
    position: absolute;
    bottom: 4.4rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    color: rgba(255,255,255,.85);
    font-size: .78rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .3rem;
}
.hero__scroll i { font-size: 1.1rem; animation: bob 2s ease-in-out infinite; }
.hero__scroll:hover { color: var(--gold); }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(6px); } }

/* ---------- Booking bar ---------- */
.booking-bar { position: relative; z-index: 10; margin-top: -60px; padding-bottom: 0; }
.booking-bar__card {
    background: #fff;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 1.75rem;
    border: 1px solid rgba(59, 36, 24, 0.06);
    border-top: 3px solid var(--gold);
}
.booking-bar__head { margin-bottom: 1.25rem; }
.booking-bar__title { font-size: 1.5rem; margin-bottom: .25rem; }
.booking-bar__note { color: #7a6a5c; font-size: .95rem; }

.quick-form .form-label, .booking-form .form-label { font-weight: 600; font-size: .85rem; color: var(--brown); }
.quick-form .form-control, .quick-form .form-select,
.booking-form .form-control, .booking-form .form-select {
    border-radius: 10px;
    border: 1px solid rgba(59, 36, 24, 0.18);
    padding: .6rem .8rem;
}
.quick-form .form-control:focus, .quick-form .form-select:focus,
.booking-form .form-control:focus, .booking-form .form-select:focus {
    border-color: var(--gold);
    box-shadow: 0 0 0 .2rem rgba(212, 167, 44, 0.2);
}
.req { color: var(--primary-red); }
.form-note { font-size: .9rem; color: #7a6a5c; background: var(--ivory); padding: .7rem 1rem; border-radius: 10px; }

/* ---------- Intro ---------- */
.intro-list li { display: flex; align-items: center; gap: .6rem; margin-bottom: .6rem; color: #5d4e40; }
.intro-list li i { color: var(--gold); font-size: 1.1rem; }

.intro-media { position: relative; }
.intro-media__img, .experience-teaser__img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
}
.intro-media__badge {
    position: absolute;
    left: -1rem;
    bottom: 1.5rem;
    background: var(--dark);
    color: #fff;
    padding: .8rem 1.2rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: .7rem;
    font-size: .85rem;
    line-height: 1.35;
    box-shadow: var(--shadow-md);
    border-left: 3px solid var(--gold);
}
.intro-media__badge i { color: var(--wa); font-size: 1.6rem; }
.intro-media__badge strong { color: var(--gold); }

/* ---------- Service cards ---------- */
.service-card {
    background: #fff;
    border: 1px solid rgba(59, 36, 24, 0.07);
    border-radius: var(--radius);
    padding: 1.75rem;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: var(--gold); }
.service-card__icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--primary-red);
    background: var(--sand);
    margin-bottom: 1rem;
}
.service-card__title { font-size: 1.35rem; margin-bottom: .5rem; }
.service-card__text { color: #6b5b4d; font-size: .96rem; margin-bottom: 1rem; }
.service-card__link {
    font-weight: 600;
    font-size: .92rem;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
}
.service-card__link i { transition: transform .2s ease; }
.service-card__link:hover i { transform: translateX(4px); }

/* ---------- Destination cards ---------- */
.dest-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(59, 36, 24, 0.07);
    transition: transform .25s ease, box-shadow .25s ease;
}
.dest-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.dest-card__media { overflow: hidden; }
.dest-card__img { width: 100%; height: 180px; object-fit: cover; transition: transform .5s ease; }
.dest-card:hover .dest-card__img { transform: scale(1.07); }
.dest-card__body { padding: 1.25rem; }
.dest-card__title { font-size: 1.3rem; margin-bottom: .4rem; }
.dest-card__text { color: #6b5b4d; font-size: .92rem; margin-bottom: .9rem; }
.dest-card__cta { font-weight: 600; font-size: .92rem; display: inline-flex; align-items: center; gap: .35rem; }
.dest-card__cta i { transition: transform .2s ease; }
.dest-card__cta:hover i { transform: translateX(4px); }

/* ---------- Why choose us ---------- */
.why-item { text-align: center; padding: 1rem .5rem; }
.why-item__icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.7rem;
    color: var(--gold);
    background: rgba(212, 167, 44, 0.12);
    border: 1px solid rgba(212, 167, 44, 0.35);
}
.why-item__title { color: #fff; font-size: 1.05rem; }

/* ---------- Package cards ---------- */
.package-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(59, 36, 24, 0.07);
    border-radius: var(--radius);
    padding: 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease, box-shadow .25s ease;
}
.package-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.package-card__duration {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: var(--sand);
    color: var(--dark-red);
    font-size: .78rem;
    font-weight: 600;
    padding: .25rem .7rem;
    border-radius: 999px;
    letter-spacing: .04em;
}
.package-card__title { font-size: 1.45rem; padding-right: 3rem; margin-bottom: .4rem; }
.package-card__tagline { color: #6b5b4d; font-size: .95rem; margin-bottom: .9rem; }
.package-card__chips { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: 1rem; }
.chip {
    background: var(--ivory);
    border: 1px solid rgba(184, 134, 11, 0.25);
    color: var(--brown);
    font-size: .76rem;
    padding: .2rem .65rem;
    border-radius: 999px;
    font-weight: 500;
}
.package-card__price {
    margin-top: auto;
    color: var(--dark-yellow);
    font-weight: 600;
    font-size: .9rem;
    padding-top: .5rem;
    border-top: 1px dashed rgba(59, 36, 24, 0.15);
    margin-bottom: 1rem;
}

/* ---------- Desert band ---------- */
.desert-band { position: relative; min-height: 440px; display: flex; align-items: center; overflow: hidden; }
.desert-band__bg { position: absolute; inset: 0; }
.desert-band__img { width: 100%; height: 100%; object-fit: cover; }
.desert-band__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(23,18,15,.9), rgba(23,18,15,.55) 60%, rgba(23,18,15,.35));
}
.desert-band__content { position: relative; z-index: 2; max-width: 560px; padding: 4rem 0; }
.desert-band__text { color: rgba(255,255,255,.9); margin-bottom: 1.5rem; }

/* ---------- Experience teaser ---------- */
.experience-teaser__img { height: 460px; }

/* ---------- Gallery ---------- */
.gallery-filters { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 2rem; }
.gallery-filter {
    background: #fff;
    border: 1px solid rgba(59, 36, 24, 0.15);
    color: var(--brown);
    font-weight: 500;
    font-size: .88rem;
    padding: .45rem 1.1rem;
    border-radius: 999px;
    transition: all .2s ease;
}
.gallery-filter:hover { border-color: var(--primary-red); color: var(--primary-red); }
.gallery-filter.is-active { background: var(--primary-red); border-color: var(--primary-red); color: #fff; }

.gallery-grid { columns: 4; column-gap: 1rem; }
.gallery-item {
    position: relative;
    break-inside: avoid;
    margin-bottom: 1rem;
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(59, 36, 24, 0.07);
}
.gallery-item.is-hidden { display: none; }
.gallery-item__btn {
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    cursor: zoom-in;
}
.gallery-item__img { width: 100%; height: auto; display: block; transition: transform .45s ease; }
.gallery-item:hover .gallery-item__img { transform: scale(1.05); }
.gallery-item__zoom {
    position: absolute;
    top: .75rem;
    right: .75rem;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(23,18,15,.55);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity .2s ease;
}
.gallery-item:hover .gallery-item__zoom { opacity: 1; }
.gallery-item__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 1.6rem .9rem .55rem;
    font-size: .8rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(0deg, rgba(23,18,15,.75), transparent);
}

/* Lightbox */
.lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(10, 8, 6, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
}
.lightbox.is-open { opacity: 1; visibility: visible; }
.lightbox__img { max-width: 90vw; max-height: 82vh; border-radius: 8px; box-shadow: var(--shadow-lg); }
.lightbox__caption { color: #fff; text-align: center; margin-top: 1rem; max-width: 640px; }
.lightbox__close, .lightbox__nav {
    position: absolute;
    background: rgba(255,255,255,.12);
    border: none;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: background .2s ease;
}
.lightbox__close:hover, .lightbox__nav:hover { background: var(--primary-red); }
.lightbox__close { top: 1.25rem; right: 1.25rem; }
.lightbox__nav--prev { left: 1.25rem; top: 50%; transform: translateY(-50%); }
.lightbox__nav--next { right: 1.25rem; top: 50%; transform: translateY(-50%); }

/* ---------- FAQ ---------- */
.faq-accordion .accordion-item {
    border: 1px solid rgba(59, 36, 24, 0.1);
    border-radius: var(--radius) !important;
    margin-bottom: .75rem;
    overflow: hidden;
    background: #fff;
}
.faq-accordion .accordion-button {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--dark);
    background: #fff;
    padding: 1.1rem 1.35rem;
}
.faq-accordion .accordion-button:not(.collapsed) { background: var(--ivory); color: var(--primary-red); box-shadow: none; }
.faq-accordion .accordion-button:focus { box-shadow: 0 0 0 .2rem rgba(212,167,44,.25); }
.faq-accordion .accordion-body { color: #6b5b4d; padding: 0 1.35rem 1.2rem; }

/* ---------- Final CTA ---------- */
.final-cta {
    background: linear-gradient(160deg, var(--dark-red), var(--dark));
    color: #fff;
    padding: 4.5rem 0;
    position: relative;
    overflow: hidden;
}
.final-cta::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 560px;
    height: 120px;
    background: radial-gradient(ellipse, rgba(212,167,44,.25), transparent 70%);
}
.final-cta__text { color: rgba(255,255,255,.85); max-width: 560px; margin: 0 auto 1.75rem; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero { position: relative; min-height: 420px; display: flex; align-items: center; overflow: hidden; background: var(--dark); }
.page-hero__bg { position: absolute; inset: 0; }
.page-hero__img { width: 100%; height: 100%; object-fit: cover; }
.page-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(23,18,15,.65), rgba(23,18,15,.82));
}
.page-hero__content { position: relative; z-index: 2; color: #fff; padding: 3.5rem 0; }
.page-hero__title { color: #fff; font-size: clamp(2.2rem, 5vw, 3.6rem); font-weight: 700; margin-bottom: .75rem; }
.page-hero__text { color: rgba(255,255,255,.88); max-width: 620px; font-size: 1.05rem; }

.breadcrumb-wrap { background: var(--sand); border-bottom: 1px solid rgba(59,36,24,.06); }
.breadcrumb { margin: 0; padding: .8rem 0; font-size: .88rem; }
.breadcrumb-item a { color: var(--primary-red); }
.breadcrumb-item.active { color: #7a6a5c; }
.breadcrumb-item + .breadcrumb-item::before { content: "›"; color: #b9a98f; }

/* ---------- Packages list ---------- */
.packages-list { display: flex; flex-direction: column; gap: 2rem; }
.package-detail {
    display: grid;
    grid-template-columns: 1fr;
    background: #fff;
    border: 1px solid rgba(59, 36, 24, 0.07);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}
@media (min-width: 768px) { .package-detail { grid-template-columns: 0.9fr 1.3fr; } }
.package-detail__media { position: relative; min-height: 240px; }
.package-detail__img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.package-detail__duration {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: var(--primary-red);
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    padding: .3rem .8rem;
    border-radius: 999px;
}
.package-detail__body { padding: 1.75rem; }
.package-detail__title { font-size: 1.7rem; margin-bottom: .25rem; }
.package-detail__tagline { color: var(--dark-yellow); font-weight: 500; margin-bottom: 1rem; }
.package-detail__label { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--primary-red); margin-bottom: .4rem; }
.package-detail__list { list-style: none; padding: 0; margin: 0 0 .5rem; }
.package-detail__list li { padding-left: 1.2rem; position: relative; margin-bottom: .3rem; color: #5d4e40; }
.package-detail__list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }
.package-detail__list--in li { padding-left: 1.6rem; }
.package-detail__list--in li::before { display: none; }
.package-detail__list--in li i { color: #2f9e44; margin-right: .4rem; }
.package-detail__list--out li { padding-left: 1.6rem; }
.package-detail__list--out li::before { display: none; }
.package-detail__list--out li i { color: #c92a2a; margin-right: .4rem; }
.package-detail__suitable { font-size: .95rem; color: #6b5b4d; margin: .75rem 0 .25rem; }
.package-detail__price { color: var(--dark-yellow); font-weight: 600; }

/* ---------- About ---------- */
.about-block { background: #fff; border-radius: var(--radius); padding: 2rem; height: 100%; box-shadow: var(--shadow-sm); border: 1px solid rgba(59,36,24,.06); }
.about-block__title { font-size: 1.6rem; margin-bottom: .6rem; }
.about-block__text { color: #5d4e40; }

/* ---------- Activities ---------- */
.activity-card {
    background: #fff;
    border-radius: var(--radius);
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(59, 36, 24, 0.07);
    transition: transform .25s ease, box-shadow .25s ease;
}
.activity-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.activity-card__media { position: relative; overflow: hidden; }
.activity-card__img { width: 100%; height: 220px; object-fit: cover; transition: transform .5s ease; }
.activity-card:hover .activity-card__img { transform: scale(1.06); }
.activity-card__icon {
    position: absolute;
    left: 1rem;
    bottom: -26px;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--primary-red);
    color: var(--gold);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    box-shadow: var(--shadow-md);
}
.activity-card__body { padding: 2.2rem 1.4rem 1.4rem; }
.activity-card__title { font-size: 1.35rem; margin-bottom: .4rem; }
.activity-card__text { color: #6b5b4d; font-size: .95rem; margin-bottom: 1rem; }
.activity-note {
    background: var(--sand);
    border-left: 3px solid var(--gold);
    padding: 1rem 1.25rem;
    border-radius: 0 10px 10px 0;
    color: #5d4e40;
    font-size: .95rem;
}

/* ---------- Editorial (experience page) ---------- */
.editorial-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
    margin-bottom: 4rem;
}
.editorial-row:last-child { margin-bottom: 0; }
@media (min-width: 768px) { .editorial-row { grid-template-columns: 1fr 1fr; gap: 3rem; } }
.editorial-row__media { position: relative; order: 1; }
.editorial-row__media--flip { order: 2; }
.editorial-row__body { order: 2; }
.editorial-row__media--flip ~ .editorial-row__body { order: 1; }
.editorial-row__img { width: 100%; height: 360px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.editorial-row__num {
    position: absolute;
    top: -1rem;
    left: -1rem;
    font-family: var(--font-heading);
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    line-height: 1;
    text-shadow: 0 2px 12px rgba(23,18,15,.25);
}
.editorial-row__title { font-size: 2rem; margin-bottom: .6rem; }
.editorial-row__text { color: #5d4e40; margin-bottom: 1.1rem; }
.editorial-row__link { font-weight: 600; display: inline-flex; align-items: center; gap: .4rem; }
.editorial-row__link i { transition: transform .2s ease; }
.editorial-row__link:hover i { transform: translateX(4px); }

/* ---------- Contact ---------- */
.contact-card {
    background: #fff;
    border: 1px solid rgba(59, 36, 24, 0.07);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
    height: 100%;
}
.contact-card__name { font-size: 1.8rem; margin-bottom: .2rem; }
.contact-card__tag { color: var(--dark-yellow); font-weight: 500; margin-bottom: 1.25rem; }
.contact-list { font-style: normal; margin-bottom: 1.5rem; }
.contact-list__item { display: flex; gap: .8rem; align-items: flex-start; margin-bottom: .9rem; color: #5d4e40; }
.contact-list__item i { color: var(--primary-red); margin-top: .2rem; }
.contact-card__map {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    margin-top: 1.25rem;
    font-weight: 600;
    font-size: .95rem;
}

.booking-panel {
    background: #fff;
    border: 1px solid rgba(59, 36, 24, 0.07);
    border-radius: var(--radius-lg);
    padding: 2rem;
    box-shadow: var(--shadow-sm);
}
.booking-panel__title { font-size: 1.7rem; margin-bottom: .25rem; }
.booking-panel__note { color: #7a6a5c; margin-bottom: 1.5rem; }

/* ---------- 404 ---------- */
.error-page { position: relative; min-height: 76vh; display: flex; align-items: center; overflow: hidden; background: var(--dark); }
.error-page__bg { position: absolute; inset: 0; }
.error-page__img { width: 100%; height: 100%; object-fit: cover; }
.error-page__overlay { position: absolute; inset: 0; background: rgba(23,18,15,.82); }
.error-page__content { position: relative; z-index: 2; color: #fff; padding: 4rem 0; }
.error-page__code { font-family: var(--font-heading); font-size: clamp(5rem, 18vw, 10rem); font-weight: 700; color: var(--gold); line-height: .9; margin-bottom: 1rem; }
.error-page__title { color: #fff; font-size: clamp(1.8rem, 4vw, 2.6rem); margin-bottom: .75rem; }
.error-page__text { color: rgba(255,255,255,.85); margin-bottom: 1.75rem; }

/* ---------- Footer ---------- */
.site-footer {
    background: var(--dark);
    color: #cbbdaa;
    padding-top: 4rem;
}
.footer-about { color: #b9ab99; font-size: .95rem; max-width: 340px; }
.footer-title {
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 1.1rem;
    letter-spacing: .02em;
}
.footer-list li { margin-bottom: .55rem; }
.footer-link { color: #cbbdaa; font-size: .95rem; }
.footer-link:hover { color: var(--gold); }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-contact li i { color: var(--gold); margin-top: .3rem; }
.footer-social__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}
.footer-social__link:hover { background: var(--primary-red); color: #fff; }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 2.5rem;
    padding: 1.25rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    font-size: .9rem;
}
.footer-legal a { font-size: .88rem; color: #b9ab99; }
.footer-legal a:hover { color: var(--gold); }

/* ---------- Floating action buttons ---------- */
.floating-actions { position: fixed; right: 1.1rem; bottom: 6.5rem; z-index: 1050; display: flex; flex-direction: column; gap: .7rem; }
.fab {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #fff;
    box-shadow: var(--shadow-md);
    position: relative;
    transition: transform .2s ease, box-shadow .2s ease;
}
.fab:hover { transform: translateY(-3px); color: #fff; }
.fab--wa { background: var(--wa); }
.fab--wa:hover { background: var(--wa-dark); }
.fab--call { background: var(--primary-red); }
.fab--call:hover { background: var(--dark-red); }
.fab--top { background: var(--brown); border: none; opacity: 0; visibility: hidden; transform: translateY(10px); }
.fab--top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }

/* tooltip */
.fab[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    right: calc(100% + .7rem);
    top: 50%;
    transform: translateY(-50%);
    background: var(--dark);
    color: #fff;
    font-size: .78rem;
    padding: .3rem .7rem;
    border-radius: 8px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}
.fab[data-tooltip]:hover::after, .fab[data-tooltip]:focus-visible::after { opacity: 1; }

/* ---------- Mobile action bar ---------- */
.mobile-action-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: flex;
    background: var(--dark);
    padding: .5rem .75rem calc(.5rem + env(safe-area-inset-bottom, 0));
    gap: .5rem;
    border-top: 1px solid rgba(255,255,255,.08);
}
.mobile-action-bar__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .1rem;
    color: #fff;
    font-size: .78rem;
    font-weight: 500;
    padding: .45rem .5rem;
    border-radius: 10px;
}
.mobile-action-bar__item i { font-size: 1.25rem; }
.mobile-action-bar__item--wa { background: var(--wa); }
.mobile-action-bar__item--book { background: var(--primary-red); }
.mobile-action-bar__item:hover { color: #fff; }

@media (min-width: 992px) {
    .mobile-action-bar { display: none; }
    .floating-actions { bottom: 1.5rem; }
}

/* ---------- Reveal animations ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* ---------- Reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
    }
    .hero-slide.is-active .hero-slide__img { animation: none; }
    .reveal { opacity: 1; transform: none; }
    .particle { display: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 991.98px) {
    .section { padding: 3.5rem 0; }
    .intro-media__img, .experience-teaser__img { height: auto; }
    .intro-media__badge { left: .75rem; bottom: 1rem; }
    .hero__arrow { display: none; }
    .booking-bar { margin-top: -34px; }
}

@media (max-width: 767.98px) {
    .gallery-grid { columns: 2; }
    .hero__scroll { display: none; }
    .hero { min-height: 560px; min-height: 78svh; }
    .editorial-row__media, .editorial-row__media--flip { order: -1; }
    .editorial-row__body { order: 0; }
}

@media (max-width: 575.98px) {
    .section { padding: 3rem 0; }
    .booking-bar__card { padding: 1.25rem; }
    .intro-media__img, .experience-teaser__img { height: 260px; }
    .floating-actions { right: .85rem; bottom: 6rem; }
    .fab { width: 46px; height: 46px; font-size: 1.3rem; }
}

@media (min-width: 1200px) {
    .gallery-grid { columns: 4; }
}

/* ---------- Legal pages ---------- */
.legal-content h2 { font-size: 1.5rem; margin: 1.75rem 0 .5rem; }
.legal-content h2:first-of-type { margin-top: 0; }
.legal-content p { color: #5d4e40; }
.legal-content em { color: #8a7a68; font-style: normal; font-size: .9rem; }
