:root {
    --black: #050505;
    --black2: #0d0b08;
    --dark2: #0b0a07;
    --gold: #d4af37;
    --gold2: #f2d279;
    --sand: #c9a56a;
    --white: #fff;
    --muted: #cfc7b8;
    --card: #11100d;
    --line: rgba(212, 175, 55, .28)
}

@keyframes menuSlideDown {
    from {
        opacity: 0;
        transform: translateY(-12px) scaleY(.94);
    }
    to {
        opacity: 1;
        transform: translateY(0) scaleY(1);
    }
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: var(--black);
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    line-height: 1.65
}

a {
    color: inherit;
    text-decoration: none
}

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

.container {
    width: min(1180px, 92%);
    margin: auto
}

.topbar {
    background: #050505;
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 50
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 12px 0
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px
}

.brand img {
    width: 86px;
    height: auto
}

.brand strong {
    font-family: Georgia, serif;
    color: var(--gold2);
    font-size: 20px;
    letter-spacing: .5px
}

.brand span {
    display: block;
    font-size: 10px;
    letter-spacing: 3px;
    color: var(--muted);
    text-transform: uppercase
}

.menu {
    display: flex;
    gap: 22px;
    align-items: center;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .8px
}

.menu a {
    padding: 10px 0;
    color: #f6f1e7
}

.menu a:hover,
.active {
    color: var(--gold2) !important
}

.whats {
    border: 1px solid var(--gold);
    padding: 9px 14px;
    border-radius: 30px;
    color: var(--gold2) !important
}

.mobile {
    display: none
}

/* ─── HERO ─── */
.hero {
    min-height: 720px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(0, 0, 0, .88), rgba(0, 0, 0, .5), rgba(0, 0, 0, .18)), url('assets/img/Maka.jpg') center/cover no-repeat;
    position: relative
}

.hero.small {
    min-height: 460px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .52), rgba(0, 0, 0, .3)), url('assets/img/Morocco.jpg') center/cover no-repeat
}

.hero.page-about {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .52), rgba(0, 0, 0, .28)), url('assets/img/Marrakech_banner.jpg')
}

.hero.page-tours {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .52), rgba(0, 0, 0, .28)), url('assets/img/IMG_5853-scaled.webp')
}

.hero.page-3days {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .5), rgba(0, 0, 0, .28)), url('assets/img/Ait-ben-haddou-5-.jpg')
}

.hero.page-4days {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .5), rgba(0, 0, 0, .28)), url('assets/img/mzpr.jpg')
}

.hero.page-5days {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .5), rgba(0, 0, 0, .28)), url('assets/img/IMG_1681.webp')
}

.hero.page-10days {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .5), rgba(0, 0, 0, .28)), url('assets/img/moroc.jpg')
}

.hero.page-camp {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .5), rgba(0, 0, 0, .25)), url('assets/img/IMG_1242-scaled.webp')
}

.hero.page-driver {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .5), rgba(0, 0, 0, .28)), url('assets/img/vip.jpg')
}

.hero.page-day {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .5), rgba(0, 0, 0, .28)), url('assets/img/Marrakech_banner.jpg')
}

.hero.page-dest {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .5), rgba(0, 0, 0, .28)), url('assets/img/moroc.jpg')
}

.hero.page-contact {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .5), rgba(0, 0, 0, .28)), url('assets/img/IMG_1806.webp')
}

.hero.page-blog {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .82), rgba(0, 0, 0, .5), rgba(0, 0, 0, .28)), url('assets/img/IMG_5853-scaled.webp')
}

.kicker {
    color: var(--gold);
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700
}

.h1 {
    font-family: Georgia, serif;
    font-size: clamp(42px, 7vw, 90px);
    line-height: .95;
    margin: 12px 0 24px
}

.h1 .gold {
    color: var(--gold)
}

.lead {
    font-size: 18px;
    color: #eee;
    max-width: 640px
}

.btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 14px 24px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px;
    font-size: 13px;
    border: 1px solid var(--gold);
    transition: all .25s ease
}

.btn.gold {
    background: linear-gradient(135deg, var(--gold), #a87b18);
    color: #090909
}

.btn.gold:hover {
    background: linear-gradient(135deg, #f0ca50, #c49020);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, .35)
}

.btn.dark {
    background: rgba(0, 0, 0, .45);
    color: white
}

.btn.dark:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateY(-2px)
}

.section {
    padding: 76px 0;
    border-top: 1px solid var(--line)
}

.center {
    text-align: center
}

.title {
    font-family: Georgia, serif;
    color: var(--gold2);
    font-size: clamp(30px, 4vw, 48px);
    margin: 8px 0 16px
}

/* ─── GRID ─── */
.grid {
    display: grid;
    gap: 24px
}

.cols-2 {
    grid-template-columns: repeat(2, 1fr)
}

.cols-3 {
    grid-template-columns: repeat(3, 1fr)
}

.cols-4 {
    grid-template-columns: repeat(4, 1fr)
}

.cols-5 {
    grid-template-columns: repeat(5, 1fr)
}

/* ─── CARDS ─── */
.card {
    background: linear-gradient(180deg, #15130f, #090807);
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    transition: transform .3s ease, box-shadow .3s ease
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .55), 0 0 0 1px rgba(212, 175, 55, .18)
}

.card-body {
    padding: 24px
}

.card h3 {
    font-family: Georgia, serif;
    margin: 0 0 10px;
    color: #fff;
    font-size: 22px
}

.card p {
    color: var(--muted);
    margin: 0 0 16px
}

.thumb {
    height: 240px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden
}

.thumb::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .45));
    transition: opacity .3s
}

.card:hover .thumb::after {
    opacity: .6
}

.card:hover .thumb {
    transform: scale(1.05)
}

.badge {
    position: absolute;
    top: 14px;
    left: 14px;
    background: rgba(9, 9, 9, .85);
    border: 1px solid var(--gold);
    color: var(--gold2);
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 800;
    z-index: 2
}

.price {
    color: var(--gold2);
    font-weight: 800;
    font-size: 17px
}

/* ─── FEATURES ─── */
.features {
    background: #080706
}

.feature {
    text-align: center;
    padding: 20px
}

.feature .icon {
    font-size: 34px;
    color: var(--gold);
    display: block;
    margin-bottom: 8px
}

.feature b {
    color: var(--gold2);
    text-transform: uppercase;
    font-size: 13px
}

.feature p {
    color: var(--muted);
    font-size: 13px;
    margin: 5px 0 0
}

/* ─── SPLIT / LUXBOX ─── */
.split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 50px;
    align-items: start
}

.luxbox {
    border: 1px solid var(--line);
    background: radial-gradient(circle at top left, rgba(212, 175, 55, .12), transparent 35%), #0c0b09;
    border-radius: 18px;
    padding: 36px;
    position: sticky;
    top: 90px
}

.checks {
    display: grid;
    gap: 10px;
    margin-top: 20px
}

.checks span {
    color: #eee
}

.checks span:before {
    content: '✓';
    color: var(--gold);
    font-weight: bold;
    margin-right: 10px
}

/* ─── CONTACT ─── */
.contactbox input,
.contactbox textarea,
.contactbox select {
    width: 100%;
    background: #080808;
    border: 1px solid var(--line);
    color: #fff;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 12px;
    font-size: 15px;
    transition: border-color .2s
}

.contactbox input:focus,
.contactbox textarea:focus,
.contactbox select:focus {
    outline: none;
    border-color: var(--gold)
}

.contactbox textarea {
    min-height: 120px
}

/* ─── FOOTER ─── */
.footer {
    background: #060504;
    border-top: 1px solid var(--line);
    padding: 52px 0 24px;
    color: var(--muted)
}

.footer h4 {
    color: var(--gold2);
    margin: 0 0 12px
}

.footer a {
    display: block;
    color: var(--muted);
    margin: 7px 0;
    transition: color .2s
}

.footer a:hover {
    color: var(--gold2)
}

.copy {
    border-top: 1px solid var(--line);
    margin-top: 30px;
    padding-top: 18px;
    text-align: center;
    font-size: 13px
}

/* ─── FLOATING / MISC ─── */
.floating {
    position: fixed;
    right: 18px;
    bottom: 18px;
    background: #25d366;
    color: #fff;
    padding: 13px 16px;
    border-radius: 40px;
    font-weight: 900;
    z-index: 99;
    box-shadow: 0 4px 18px rgba(37, 211, 102, .4);
    transition: transform .2s
}

.floating:hover {
    transform: scale(1.08)
}

.page-list {
    display: grid;
    gap: 12px
}

.page-list a {
    padding: 14px 18px;
    border: 1px solid var(--line);
    background: #0e0d0b;
    border-radius: 10px
}

.day {
    display: flex;
    gap: 18px;
    border-left: 2px solid var(--gold);
    padding: 0 0 28px 20px
}

.day b {
    color: var(--gold2);
    min-width: 70px
}

.article {
    max-width: 860px;
    margin: auto;
    color: #eee
}

.article h2,
.article h3 {
    font-family: Georgia, serif;
    color: var(--gold2)
}

/* ─── DEST CARDS ─── */
.dest-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #111;
    border: 1px solid var(--line);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
    transition: transform .3s ease, box-shadow .3s ease
}

.dest-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .55)
}

.dest-card .dest-img {
    height: 210px;
    background-size: cover;
    background-position: center;
    transition: transform .4s ease
}

.dest-card:hover .dest-img {
    transform: scale(1.06)
}

.dest-card .dest-body {
    padding: 20px 22px 22px
}

.dest-card h3 {
    font-family: Georgia, serif;
    color: #fff;
    margin: 0 0 8px;
    font-size: 21px
}

.dest-card p {
    color: var(--muted);
    margin: 0 0 14px;
    font-size: 14px
}

/* ─── GALLERY STRIP ─── */
.gallery-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 40px
}

.gallery-strip .gimg {
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .3s ease
}

.gallery-strip .gimg:hover {
    transform: scale(1.04)
}

/* ─── REVIEWS TRIPADVISOR STYLE ─── */
.reviews-section {
    padding: 68px 0;
    border-top: 1px solid var(--line)
}

/* ── TripAdvisor-style header bar ── */
.reviews-header {
    background: linear-gradient(135deg, #00aa6c 0%, #007a4d 100%);
    border-radius: 18px;
    padding: 28px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
    box-shadow: 0 8px 32px rgba(0,170,108,.25)
}

/* Left: logo + name */
.reviews-header .review-platform {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.reviews-header .review-platform .ta-logo-wrap {
    background: rgba(255,255,255,.18);
    border-radius: 12px;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-shrink: 0
}

.reviews-header .review-platform .ta-brand {
    display: flex;
    flex-direction: column;
    gap: 3px
}

.reviews-header .review-platform .ta-brand strong {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    letter-spacing: .3px
}

.reviews-header .review-platform .ta-brand span {
    font-size: 12px;
    color: rgba(255,255,255,.75);
    font-weight: 500
}

/* Right: score block */
.reviews-header .review-score {
    display: flex;
    align-items: center;
    gap: 20px
}

.reviews-header .review-score .score-block {
    text-align: right
}

.reviews-header .review-score .score-num {
    font-family: Georgia, serif;
    font-size: 56px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    display: block
}

/* TripAdvisor green bubbles row */
.ta-bubbles-row {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    margin: 5px 0 4px
}

.ta-bubble {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.25)
}

.score-label {
    color: rgba(255,255,255,.85);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

/* Rating breakdown mini bars */
.ta-breakdown {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 160px
}

.ta-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: rgba(255,255,255,.85)
}

.ta-bar-row span:first-child {
    min-width: 56px;
    text-align: right;
    font-weight: 600
}

.ta-bar-track {
    flex: 1;
    height: 6px;
    background: rgba(255,255,255,.25);
    border-radius: 4px;
    overflow: hidden
}

.ta-bar-fill {
    height: 100%;
    background: #fff;
    border-radius: 4px
}

/* ── Reviews grid ── */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

/* ── Single review card ── */
.review-card {
    background: linear-gradient(160deg, #111009, #0b0a07);
    border: 1px solid rgba(212,175,55,.22);
    border-radius: 18px;
    padding: 24px 22px 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease
}

/* Decorative quote mark */
.review-card::after {
    content: '\201C';
    position: absolute;
    bottom: -10px;
    right: 14px;
    font-size: 100px;
    font-family: Georgia, serif;
    color: #00aa6c;
    opacity: .05;
    line-height: 1;
    pointer-events: none
}

.review-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0,170,108,.55);
    box-shadow: 0 16px 48px rgba(0,0,0,.5), 0 0 0 1px rgba(0,170,108,.12)
}

/* TripAdvisor green bubble stars */
.review-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 10px
}

.review-stars .bbl {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #00aa6c;
    box-shadow: 0 1px 4px rgba(0,170,108,.5)
}

/* Verified badge */
.review-verified {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(0,170,108,.12);
    border: 1px solid rgba(0,170,108,.3);
    color: #00cc80;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 3px 10px;
    margin-bottom: 12px;
    width: fit-content
}

.review-verified::before {
    content: '✓';
    font-weight: 900;
    font-size: 11px
}

.review-title {
    font-family: Georgia, serif;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.4
}

.review-text {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 16px;
    font-style: italic;
    flex: 1
}

/* Author row */
.review-author {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid rgba(212,175,55,.15);
    padding-top: 14px;
    margin-top: auto
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00aa6c, #007a4d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    font-size: 17px;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,170,108,.35)
}

.review-name {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    line-height: 1.3
}

.review-meta {
    color: var(--muted);
    font-size: 11px;
    margin-top: 2px
}

/* ── ta-topbar alias ── */
.ta-topbar {
    background: linear-gradient(135deg, #00aa6c, #007a4d);
    border-radius: 18px;
    padding: 28px 36px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    box-shadow: 0 8px 32px rgba(0,170,108,.25)
}

.ta-left { display: flex; align-items: center; gap: 14px }
.ta-owl { font-size: 40px; filter: drop-shadow(0 2px 4px rgba(0,0,0,.3)) }
.ta-info h3 { margin: 0 0 2px; color: #fff; font-size: 18px; font-weight: 800 }
.ta-info p  { margin: 0; color: rgba(255,255,255,.8); font-size: 13px }
.ta-right { text-align: right }
.ta-score-num { font-family: Georgia, serif; font-size: 52px; font-weight: 800; color: #fff; line-height: 1 }
.ta-bubbles { display: flex; gap: 5px; justify-content: flex-end; margin: 4px 0 }
.ta-label { color: rgba(255,255,255,.85); font-size: 12px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase }

/* ── Write review form ── */
.write-review-box {
    margin-top: 44px;
    border: 1px dashed rgba(0,170,108,.35);
    border-radius: 18px;
    padding: 34px 32px;
    background: rgba(0,170,108,.035)
}

.write-review-box h3 {
    font-family: Georgia, serif;
    color: var(--gold2);
    margin: 0 0 8px;
    font-size: 22px
}

.write-review-box p {
    color: var(--muted);
    margin: 0 0 24px;
    font-size: 14px
}

.star-pick {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    font-size: 30px;
    cursor: pointer
}

.star-pick span {
    color: rgba(212,175,55,.2);
    transition: color .15s, transform .15s;
    cursor: pointer;
    user-select: none
}

.star-pick span:hover,
.star-pick span.active {
    color: #00aa6c;
    transform: scale(1.15)
}

.review-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px
}

/* ── Responsive reviews ── */
@media(max-width:900px) {
    .reviews-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .reviews-header .review-platform {
        flex-direction: row
    }

    .reviews-header .review-score {
        width: 100%;
        flex-direction: row;
        align-items: center;
        gap: 18px
    }

    .reviews-header .review-score .score-block {
        text-align: left
    }

    .ta-bubbles-row {
        justify-content: flex-start
    }

    .ta-breakdown {
        flex: 1
    }

    .reviews-grid {
        grid-template-columns: 1fr
    }

    .ta-topbar {
        flex-direction: column;
        text-align: center
    }

    .ta-right { text-align: center }
    .ta-bubbles { justify-content: center }

    .review-form-grid {
        grid-template-columns: 1fr
    }
}

/* ─── FAQ ─── */
.faq-section {
    padding: 60px 0;
    border-top: 1px solid var(--line)
}

.faq-section .title {
    margin-bottom: 32px
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 12px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #0d0c09
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-family: Inter, Arial, sans-serif;
    font-weight: 600;
    padding: 20px 24px;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px
}

.faq-question:hover {
    color: var(--gold2)
}

.faq-question .faq-icon {
    color: var(--gold);
    font-size: 22px;
    flex-shrink: 0;
    transition: transform .3s
}

.faq-question.open .faq-icon {
    transform: rotate(45deg)
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease, padding .3s
}

.faq-answer p {
    color: var(--muted);
    padding: 0 24px 20px;
    margin: 0;
    line-height: 1.7
}

/* ─── MAP ─── */
.map-section {
    border-top: 1px solid var(--line);
    padding: 60px 0
}

.map-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .4)
}

.map-wrap iframe {
    width: 100%;
    height: 420px;
    display: block;
    border: none
}

/* ─── TOUR MINI FORM ─── */
.tour-form-section {
    padding: 60px 0;
    border-top: 1px solid var(--line);
    background: radial-gradient(circle at top right, rgba(212, 175, 55, .06), transparent 50%)
}

.tour-form-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start
}

.tour-form-info h2 {
    font-family: Georgia, serif;
    color: var(--gold2);
    font-size: 32px;
    margin: 0 0 16px
}

.tour-form-info p {
    color: var(--muted);
    margin: 0 0 12px
}

.tour-form-info .checks {
    margin-top: 16px
}

/* ─── HAMBURGER ─── */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: none;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 9px 10px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    flex-shrink: 0
}

.hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--gold2);
    border-radius: 2px;
    transition: all .3s ease
}

.hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0)
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

@media(max-width:900px) {
    /* ── Mobile top bar ── */
    .mobile {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .hamburger {
        display: flex
    }

    /* topbar: sticky + transform creates a proper containing block for .menu
       (Safari iOS fix — transform forces a new containing block) */
    .topbar {
        position: sticky;
        top: 0;
        z-index: 200;
        overflow: visible;
        transform: translateZ(0)
    }

    /* nav is relative so the menu can be positioned against the full-width header */
    .nav {
        position: relative;
        flex-wrap: nowrap
    }

    /* ── Dropdown menu ── */
    .menu {
        display: none;
        position: absolute;
        top: calc(100% + 1px);
        left: -4%;
        width: 108%;
        background: linear-gradient(180deg, #0d0b08 0%, #090806 100%);
        border-top: 2px solid var(--gold);
        border-bottom: 1px solid var(--line);
        border-left: none;
        border-right: none;
        flex-direction: column;
        gap: 0;
        padding: 0 0 16px;
        z-index: 200;
        box-shadow: 0 12px 48px rgba(0, 0, 0, .97);
        transform-origin: top center
    }

    .menu.open {
        display: flex;
        animation: menuSlideDown .28s cubic-bezier(0.4, 0, 0.2, 1) forwards
    }

    .menu a {
        padding: 20px 26px;
        font-size: 16px;
        border-bottom: 1px solid rgba(255, 255, 255, .07);
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #f0ece3;
        transition: background .2s, color .2s, padding-left .15s;
        width: 100%;
        display: block;
        font-weight: 600
    }

    .menu a:last-of-type {
        border-bottom: none
    }

    .menu a:hover,
    .menu a.active {
        background: rgba(212, 175, 55, .1);
        color: var(--gold2);
        padding-left: 34px
    }

    /* WhatsApp button inside dropdown */
    .menu a.whats {
        display: block;
        margin: 14px 18px 10px;
        padding: 16px 18px;
        text-align: center;
        border-radius: 10px;
        background: #25d366;
        color: #fff !important;
        font-weight: 900;
        font-size: 16px;
        letter-spacing: .5px;
        border: none;
        width: calc(100% - 36px);
        border-bottom: none;
        box-shadow: 0 4px 16px rgba(37, 211, 102, .35)
    }

    .menu a.whats:hover {
        background: #1fba58;
        color: #fff !important;
        padding-left: 18px
    }

    .brand img {
        width: 70px
    }

    .hero {
        min-height: 580px
    }

    .hero.small {
        min-height: 360px
    }

    .grid,
    .cols-2,
    .cols-3,
    .cols-4,
    .cols-5,
    .split {
        grid-template-columns: 1fr
    }

    .h1 {
        font-size: 40px
    }

    .section {
        padding: 54px 0
    }

    .gallery-strip {
        grid-template-columns: repeat(2, 1fr)
    }

    .tour-form-inner {
        grid-template-columns: 1fr
    }

    .luxbox {
        position: static
    }
}

/* ─── NAV DROPDOWN (Tours menu) ─── */
.nav-drop {
    position: relative
}

.drop-panel {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: -16px;
    background: linear-gradient(160deg, #141210, #0a0908);
    border: 1px solid var(--line);
    border-radius: 14px;
    min-width: 500px;
    padding: 22px 18px;
    z-index: 200;
    box-shadow: 0 24px 64px rgba(0, 0, 0, .85), 0 0 0 1px rgba(212, 175, 55, .1);
    animation: menuSlideDown .22s cubic-bezier(0.4, 0, 0.2, 1) forwards
}

.nav-drop:hover .drop-panel,
.nav-drop.open .drop-panel {
    display: block
}

.drop-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.drop-col {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.drop-heading {
    display: block;
    font-size: 10px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    padding: 0 10px 10px;
    border-bottom: 1px solid rgba(212, 175, 55, .2);
    margin-bottom: 6px
}

.drop-col a {
    font-size: 13px !important;
    padding: 8px 10px !important;
    border-radius: 7px;
    color: #f0ece3 !important;
    letter-spacing: .4px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    border-bottom: none !important;
    transition: background .18s, color .18s, padding-left .14s
}

.drop-col a:hover {
    background: rgba(212, 175, 55, .1);
    color: var(--gold2) !important;
    padding-left: 16px !important
}

/* ─── NAV-DROP MOBILE: inline expand ─── */
@media(max-width:900px) {
    /* The dropdown trigger link acts like a normal menu item */
    .nav-drop {
        width: 100%;
        position: static
    }

    .nav-drop > a {
        display: flex !important;
        justify-content: space-between;
        align-items: center
    }

    /* Arrow indicator */
    .nav-drop > a::after {
        content: '▾';
        font-size: 12px;
        color: var(--gold);
        transition: transform .25s
    }

    .nav-drop.open > a::after {
        transform: rotate(180deg)
    }

    /* Panel: hidden by default, expands inline (no absolute) */
    .drop-panel {
        display: none;
        position: static !important;
        min-width: unset;
        padding: 0;
        background: rgba(0, 0, 0, .3);
        border: none;
        border-radius: 0;
        box-shadow: none;
        animation: none;
        border-top: 1px solid rgba(212, 175, 55, .1)
    }

    .nav-drop.open .drop-panel {
        display: block
    }

    /* Single column on mobile */
    .drop-cols {
        grid-template-columns: 1fr
    }

    .drop-heading {
        padding: 10px 26px 8px 36px;
        font-size: 9px;
        border-bottom: none;
        margin-bottom: 0;
        color: var(--gold);
        opacity: .7
    }

    .drop-col a {
        padding: 14px 26px 14px 44px !important;
        border-radius: 0 !important;
        font-size: 14px !important;
        border-bottom: 1px solid rgba(255, 255, 255, .04) !important;
        letter-spacing: .8px !important;
        text-transform: uppercase !important;
        font-weight: 600 !important
    }

    .drop-col a:hover {
        background: rgba(212, 175, 55, .08) !important;
        padding-left: 52px !important
    }
}

/* ── Extra small phones (320–480px) ── */
@media(max-width:480px) {
    /* Hide brand tagline on very small screens to prevent overflow */
    .brand span {
        display: none
    }

    /* Slightly reduce brand name size */
    .brand strong {
        font-size: 17px
    }

    /* Reduce logo size a touch more */
    .brand img {
        width: 58px
    }

    /* Make hamburger slightly smaller */
    .hamburger {
        width: 38px;
        height: 38px;
        padding: 7px 8px
    }

    /* Hero text tighter */
    .h1 {
        font-size: 34px
    }

    .lead {
        font-size: 16px
    }

    /* Buttons full-width on tiny screens */
    .btns {
        flex-direction: column
    }

    .btn {
        width: 100%;
        text-align: center
    }

    /* Reviews header smaller on tiny screens */
    .reviews-header {
        padding: 18px 16px
    }

    .reviews-header .review-platform .ta-logo-wrap {
        width: 44px;
        height: 44px;
        font-size: 24px
    }

    .reviews-header .review-platform .ta-brand strong {
        font-size: 14px
    }

    .reviews-header .review-score .score-num {
        font-size: 44px
    }

    /* Review cards padding tighter */
    .review-card {
        padding: 18px 16px 16px
    }

    /* FAQ question smaller */
    .faq-question {
        font-size: 14px;
        padding: 16px 18px
    }

    /* Day itinerary tighter */
    .day {
        gap: 12px;
        padding: 0 0 20px 14px
    }

    .day b {
        min-width: 52px;
        font-size: 13px
    }

    /* Section title smaller */
    .title {
        font-size: 26px
    }

    /* Card body padding */
    .card-body {
        padding: 18px
    }

    /* Features grid: 2 columns on small phones */
    .cols-5 {
        grid-template-columns: repeat(2, 1fr)
    }
}
