:root {
    --black: #0c0c0c;
    --dark: #111111;
    --gold: #b38a4d;
    --gold-muted: rgba(179, 138, 77, 0.2);
    --cream: #fdf8f6;
    --ivory: #fbfaf7;
    --line: #f1f1f1;
    --header-height: 104px;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Inter", sans-serif;
    color: #111;
    background: #fff;
    padding-top: var(--header-height);
}

h1,
h2,
h3,
h4,
.font-serif {
    font-family: "Playfair Display", serif;
}

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

a:hover {
    color: #555;
}

section {
    scroll-margin-top: calc(var(--header-height) + 24px);
}

.container-wide {
    max-width: 1600px;
    margin: 0 auto;
    padding: 40px 24px 80px;
}

.max-w-xl {
    max-width: 520px;
}

.section-light {
    background: #fff;
    color: #111;
}

.section-cream {
    background: var(--cream);
    color: #111;
}

.section-pad {
    padding: 8rem 0;
}

.section-pad-sm {
    padding: 5rem 0;
}

.section-pad .container-wide,
.section-pad-sm .container-wide {
    padding-top: 0;
    padding-bottom: 0;
}

.text-10 {
    font-size: 10px;
}
.text-11 {
    font-size: 11px;
}
.text-12 {
    font-size: 12px;
}
.text-13 {
    font-size: 13px;
}
.text-14 {
    font-size: 14px;
}
.text-15 {
    font-size: 15px;
}

.text-gold {
    color: var(--gold);
}
.text-gold-muted {
    color: var(--gold-muted);
}

.tracking-015 {
    letter-spacing: 0.15em;
}
.tracking-02 {
    letter-spacing: 0.2em;
}
.tracking-03 {
    letter-spacing: 0.3em;
}
.tracking-04 {
    letter-spacing: 0.4em;
}
.tracking-05 {
    letter-spacing: 0.5em;
}
.tracking-06 {
    letter-spacing: 0.6em;
}
.tracking-08 {
    letter-spacing: 0.8em;
}

.btn-letter {
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding: 18px 48px;
    border-radius: 0;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: #fff;
}

.search-toggle {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}

.search-toggle:focus-visible {
    outline: 2px solid rgba(17, 17, 17, 0.35);
    outline-offset: 3px;
}

.site-search {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1200;
}

.site-search.is-open {
    display: flex;
}

body.site-search-open {
    overflow: hidden;
}

.site-search__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 8, 8, 0.55);
}

.site-search__panel {
    position: relative;
    z-index: 1;
    width: min(720px, 92vw);
    background: #fdfbf7;
    border-radius: 18px;
    padding: 24px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.site-search__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.site-search__title {
    font-size: 12px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-weight: 700;
    color: #111111;
}

.site-search__close {
    border: 1px solid rgba(17, 17, 17, 0.2);
    background: #ffffff;
    padding: 6px 12px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 700;
    cursor: pointer;
}

.site-search__input-wrap {
    margin-top: 18px;
}

.site-search__input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgba(17, 17, 17, 0.15);
    padding: 14px 16px;
    font-size: 16px;
    background: #ffffff;
    color: #111111;
}

.site-search__results {
    margin-top: 18px;
    display: grid;
    gap: 10px;
    max-height: 320px;
    overflow-y: auto;
    padding-right: 6px;
}

.site-search__result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid transparent;
    background: #ffffff;
}

.site-search__result-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.site-search__result:hover {
    background: #f1ece6;
    border-color: rgba(17, 17, 17, 0.08);
}

.site-search__result-title {
    font-weight: 600;
    color: #111111;
}

.site-search__result-snippet {
    font-size: 13px;
    color: #6b6b6b;
    line-height: 1.4;
}

.site-search__result-meta {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #777777;
    white-space: nowrap;
    align-self: flex-start;
}

.site-search__empty {
    padding: 16px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px dashed rgba(17, 17, 17, 0.2);
    color: black666;
    font-size: 14px;
}

.top-bar {
    background: #9e3a15;
    color: #fff;
}

.top-bar a {
    color: #fff;
}

.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-whatsapp:hover {
    background: #128c7e;
    color: #fff;
}

.main-nav {
    border-bottom: 1px solid var(--line);
}

.nav-link-custom {
    color: #222;
}

.nav-link-custom:hover {
    color: #888;
}

.brand-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.brand-title {
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    font-family: "Playfair Display", serif;
}

.brand-logo {
    max-height: 68px;
    width: auto;
    display: block;
}

.hero-section {
    position: relative;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background: #111;
    color: #fff;
}

.hero-background {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.85);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 60%);
}

.hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}

.hero-badge {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 4px 10px;
}

.badge-blue {
    background: #ffffff;
    color: #000000;
}

.badge-glass {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
}

.badge-orange {
    background: #9f3a15;
    color: #fff;
}

.hero-title {
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    line-height: 1.05;
    font-weight: 500;
    margin-bottom: 0;
}

.hero-stat {
    display: block;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 300;
}

.hero-stat-label {
    display: block;
    font-size: 10px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 8px;
    font-family: "Inter", sans-serif;
}

.hero-tabs {
    position: relative;
    z-index: 2;
    background: #fff;
    border-top: 1px solid var(--line);
    padding: 24px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.hero-tab {
    font-size: 10px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
    padding-bottom: 18px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.hero-tab:hover {
    color: #111;
    border-bottom-color: #ddd;
}

.hero-tab.active {
    color: #111;
    border-bottom-color: #111;
}

.breadcrumb-luxury {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
    margin-bottom: 40px;
}

.breadcrumb-link:hover {
    color: #111;
}

.breadcrumb-current {
    color: #111;
}

.overview-title {
    font-size: clamp(2.2rem, 5vw, 4.5rem);
    line-height: 1.1;
    margin-bottom: 32px;
    font-weight: 500;
}

.overview-lead {
    font-size: clamp(1rem, 1.5vw, 1.3rem);
    line-height: 1.8;
    color: #222;
    margin-bottom: 32px;
    font-weight: 300;
}

.overview-bullets p {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
    margin: 0;
}

.bullet-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.bullet-diamond {
    width: 8px;
    height: 8px;
    background: #111;
    margin-top: 6px;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.overview-image {
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.overview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overview-info-box {
    background: var(--ivory);
    border: 1px solid #eee;
    padding: 32px;
}

.itinerary-layout {
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) {
    .itinerary-layout {
        flex-direction: row;
    }
}

.map-panel {
    position: relative;
    width: 100%;
    height: 500px;
    background: var(--cream);
}

@media (min-width: 992px) {
    .map-panel {
        width: 45%;
        height: calc(100vh - var(--header-height));
        position: sticky;
        top: var(--header-height);
    }
}

#itinerary-map {
    width: 100%;
    height: 100%;
}

.map-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    pointer-events: none;
    z-index: 1000;
}

.map-overlay-card {
    background: #fff;
    padding: 24px;
    border: 1px solid #eee;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    min-width: 280px;
    animation: fade-in 0.8s ease-out;
}

.map-dot {
    width: 6px;
    height: 6px;
    background: #111;
    border-radius: 50%;
}

.map-location {
    font-size: 32px;
    font-family: "Playfair Display", serif;
    margin-bottom: 12px;
}

.map-divider {
    height: 1px;
    background: #f5f5f5;
    margin-bottom: 12px;
}

.itinerary-content {
    width: 100%;
    background: var(--cream);
}

@media (min-width: 992px) {
    .itinerary-content {
        width: 55%;
    }
}

.itinerary-inner {
    max-width: 1120px;
    padding: 80px 55px 120px;
    margin: 0 auto;
}

.itinerary-intro {
    margin-bottom: 45px;
}

.itinerary-title {
    font-size: clamp(2.8rem, 6vw, 4.8rem);
    line-height: 1.05;
    margin: 32px 0;
}

.itinerary-lead {
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    color: black;
    font-weight: 300;
    /* max-width: 520px; */
}

.itinerary-days {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

@media (max-width: 991px) {
    .itinerary-days {
        gap: 40px;
    }
}

.itinerary-day {
    opacity: 0.15;
    transform: translateY(40px) scale(0.95);
    transition: all 0.8s ease;
}

.itinerary-day.is-active {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.day-header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}

.day-label {
    font-size: 16px;
    font-family: "Playfair Display", serif;
    font-style: italic;
    color: #999;
}

.day-line {
    flex: 1;
    height: 1px;
    background: #ddd;
}

.day-title {
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    margin-bottom: 24px;
}

.day-location {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 32px;
    color: #111;
}

.day-description {
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    color: #000000;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 32px;
    max-width: 800px;
}

.day-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1px;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
    margin-bottom: 32px;
}

.day-info-grid > div {
    background: #fff;
    padding: 28px;
}

.day-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 32px;
}

.day-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(0.2);
    transition: transform 4s ease;
}

.day-image:hover img {
    transform: scale(1.05);
}

.day-action {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 12px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-bottom: 1px solid #111;
    background: transparent;
    padding-bottom: 12px;
    color: #111;
}

.day-action .icon {
    transition: transform 0.3s ease;
}

.day-action:hover {
    color: black;
    border-bottom-color: black;
}

.day-action:hover .icon {
    transform: translateX(6px);
}
.itinerary-cta {
    margin-top: 50vh;
    padding: 80px 32px;
    background: #9f3a15;
    color: #fff;
    text-align: center;
}

.itinerary-cta h4 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 24px;
    font-style: italic;
}

.itinerary-cta p {
    color: #ffffff;
    font-size: 18px;
    max-width: 480px;
    margin: 0 auto 32px;
}

.itinerary-cta__actions {
    display: grid;
    gap: 12px;
    max-width: 420px;
    margin: 0 auto;
}

.section-title {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 16px;
}

.section-lead {
    max-width: 640px;
    margin: 0 auto;
    color: black;
    font-weight: 300;
}

.inclusion-card {
    transition: all 0.5s ease;
}

.inclusion-icon {
    background: var(--ivory);
    padding: 16px;
    display: inline-flex;
    border-radius: 4px;
    margin-bottom: 24px;
}

.inclusion-card:hover .inclusion-icon {
    background: rgba(179, 138, 77, 0.1);
}

.inclusion-title {
    font-size: 13px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.inclusion-card:hover .inclusion-title {
    border-bottom-color: var(--gold);
}

.inclusion-card p {
    font-size: 14px;
    color: black;
    font-weight: 300;
    margin: 0;
}

.inclusion-footer {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

@media (min-width: 768px) {
    .inclusion-footer {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.info-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold);
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 20px;
}

.link-button {
    border: none;
    background: transparent;
    border-bottom: 2px solid #111;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 4px;
}

.link-button:hover {
    color: var(--gold);
    border-bottom-color: var(--gold);
}

.count-current {
    font-size: 32px;
    font-family: "Playfair Display", serif;
}

.count-total {
    font-size: 14px;
    color: #999;
}

.slider-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slider-btn:hover {
    background: #111;
    color: #fff;
}

.accommodation-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

@media (min-width: 992px) {
    .accommodation-slider {
        flex-direction: row;
        align-items: center;
    }
}

.accommodation-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

@media (min-width: 992px) {
    .accommodation-image {
        width: 60%;
    }
}

.accommodation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent);
}

.badge-premium {
    position: absolute;
    top: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 3px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    font-size: 9px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.accommodation-content {
    width: 100%;
}

@media (min-width: 992px) {
    .accommodation-content {
        width: 40%;
    }
}

.accommodation-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    margin-bottom: 16px;
}

.accommodation-description {
    font-size: 16px;
    font-weight: 300;
    color: black;
    font-style: italic;
    margin-bottom: 24px;
}

.amenities {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.amenity-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    padding: 8px 14px;
    border-radius: 3px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.amenity-pill span {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: black;
}

.amenity-dot {
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
}

.accommodation-decal {
    position: absolute;
    right: -24px;
    bottom: -40px;
    font-size: 220px;
    font-family: "Playfair Display", serif;
    color: rgba(0, 0, 0, 0.03);
    pointer-events: none;
    display: none;
}

@media (min-width: 992px) {
    .accommodation-decal {
        display: block;
    }
}

.review-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.review-quote {
    position: relative;
    background: var(--ivory);
    padding: 32px;
    border: 1px solid transparent;
    transition: all 0.6s ease;
    flex-grow: 1;
    margin-bottom: 24px;
}

.review-quote .icon-48 {
    position: absolute;
    top: 24px;
    left: 24px;
}

.review-card:hover .review-quote {
    border-color: #eee;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.review-quote p {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: black;
    margin-bottom: 24px;
    position: relative;
    z-index: 1;
}

.review-expedition {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.review-expedition span:first-child {
    font-size: 10px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--gold);
}

.review-expedition span:last-child {
    font-size: 12px;
    font-weight: 700;
    color: #111;
}

.reviewer {
    display: flex;
    align-items: center;
    gap: 16px;
    padding-left: 8px;
}

.reviewer-photo {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    filter: grayscale(1);
    transition: all 0.6s ease;
}

.reviewer-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-card:hover .reviewer-photo {
    filter: grayscale(0);
}

.reviewer h4 {
    font-size: 18px;
    margin-bottom: 2px;
}

.reviewer span {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #999;
    font-weight: 700;
}

.divider {
    width: 96px;
    height: 1px;
    background: #ddd;
    margin: 0 auto;
}

.social-proof {
    margin-top: 64px;
    background: #111;
    color: #fff;
    padding: 40px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
}

.social-proof-bg {
    position: absolute;
    inset: 0;
    background: url("https://images.unsplash.com/photo-1516426122078-c23e76319801?auto=format&fit=crop&q=20&w=1200")
        center/cover;
    opacity: 0.1;
}

.social-proof-content {
    position: relative;
    z-index: 1;
}

.social-proof-content h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.social-proof-content p {
    color: #999;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2em;
}

.social-proof-brands {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
}

.social-proof-brands span {
    font-size: 12px;
    letter-spacing: 0.4em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
}

.booking-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    margin-bottom: 16px;
}

.booking-lead {
    color: black;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 32px;
}

.icon-circle {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.form-underline {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-top: 8px;
}

.form-underline .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-underline input,
.form-underline select,
.form-underline textarea {
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    padding: 12px 0 8px 28px;
    font-size: 15px;
    color: #333;
}

.form-underline textarea {
    resize: none;
}

.form-underline:focus-within {
    border-bottom-color: #111;
}

.booking-thankyou {
    text-align: center;
    padding: 80px 24px;
}

.booking-thankyou h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 16px;
}

.booking-thankyou p {
    color: black;
    font-size: 16px;
    font-weight: 300;
    max-width: 640px;
    margin: 0 auto 32px;
}

.package-line {
    flex: 1;
    height: 1px;
    background: #111;
    max-width: 120px;
}

.packages-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.packages-btn-left {
    left: -24px;
}

.packages-btn-right {
    right: -24px;
}

.packages-scroll {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding-bottom: 16px;
    scroll-snap-type: x mandatory;
}

.packages-scroll::-webkit-scrollbar {
    display: none;
}

.packages-scroll {
    scrollbar-width: none;
}

.package-card {
    min-width: 360px;
    width: 360px;
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
    transition: box-shadow 0.3s ease;
}

.package-card:hover {
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.package-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.package-card:hover .package-image img {
    transform: scale(1.05);
}

.package-badges {
    position: absolute;
    top: 16px;
    left: 16px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge-light {
    background: #fff;
    color: #111;
    font-size: 9px;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 8px;
}

.badge-dark {
    background: #111;
    color: #fff;
    font-size: 9px;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 8px;
}

.package-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-grow: 1;
}

.package-content h3 {
    font-size: 22px;
    line-height: 1.2;
}

.package-card:hover .package-content h3 {
    color: var(--gold);
}

.package-meta {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
}

.package-sale {
    background: #a64d2e;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border-radius: 3px;
    width: fit-content;
    font-size: 10px;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
}

.package-label {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 8px;
}

.package-content p {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.package-footer {
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #999;
}

.package-footer .icon {
    transition: transform 0.3s ease;
}

.package-card:hover .package-footer .icon {
    transform: translateX(4px);
}

.whatsapp-float {
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 2000;
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.whatsapp-tooltip {
    background: #fff;
    color: #111;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #eee;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateX(16px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
    transform: translateX(0);
}

.whatsapp-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #25d366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}

.whatsapp-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(37, 211, 102, 0.3);
    animation: pulse 2s infinite;
    pointer-events: none;
}

.site-footer {
    background: #fff;
    color: #111;
    padding: 120px 0 80px;
    border-top: 1px solid #eee;
}

.site-footer .container-wide {
    padding: 0 24px;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
}

.footer-brand h2 {
    font-size: 32px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.footer-line {
    width: 100%;
    height: 1px;
    background: #f1f1f1;
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 48px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 64px;
}

.footer-grid ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #111;
}

.footer-grid a {
    color: #111;
}

.footer-title {
    color: #999;
    margin-bottom: 16px;
}

.footer-bottom {
    border-top: 1px solid #f1f1f1;
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    color: #999;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 0.2em;
}

@media (min-width: 768px) {
    .footer-bottom {
        flex-direction: row;
    }
}

.footer-badge {
    display: flex;
    align-items: center;
    gap: 16px;
}

.badge-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Playfair Display", serif;
    font-style: italic;
    font-size: 18px;
}

/* Luxury footer */
.lux-footer {
    background: #050505;
    color: #ffffff;
    padding: 80px 0 40px;
}

.lux-footer__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 28px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.15fr);
    gap: 60px;
}

.lux-footer__title {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    margin-bottom: 8px;
}

.lux-footer__subtitle {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 26px;
    max-width: 420px;
}

.lux-footer__form {
    margin-bottom: 24px;
}

.lux-footer__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 16px;
}

.lux-footer__input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #ffffff;
    color: #1f1b16;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
}

.lux-footer__input::placeholder {
    color: #6b6157;
}

.lux-footer__input--full {
    grid-column: 1 / -1;
}

.lux-footer__advisor {
    display: flex;
    align-items: center;
    gap: 18px;
    font-family: "Inter", sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 16px;
}

.lux-footer__advisor label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.lux-footer__advisor input[type="radio"] {
    accent-color: #ffffff;
}

.lux-footer__legal {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    line-height: 1.6;
    color: #ffffff;
    margin: 0 0 18px;
}

.lux-footer__legal a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
}

.lux-footer__button {
    padding: 12px 28px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: transparent;
    color: #ffffff;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}

.lux-footer__socials {
    display: flex;
    gap: 10px;
    margin-top: 6px;
}

.lux-footer__socials a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
}

.lux-footer__socials svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.lux-footer__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.lux-footer__column h4 {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.lux-footer__column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.lux-footer__column a {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}

.lux-footer__bottom {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 0 28px;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 1024px) {
    .lux-footer__inner {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .lux-footer__links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .lux-footer {
        padding: 60px 0 30px;
    }

    .lux-footer__fields {
        grid-template-columns: 1fr;
    }

    .lux-footer__links {
        grid-template-columns: 1fr;
    }
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-11 {
    width: 11px;
    height: 11px;
}
.icon-12 {
    width: 12px;
    height: 12px;
}
.icon-13 {
    width: 13px;
    height: 13px;
}
.icon-14 {
    width: 14px;
    height: 14px;
}
.icon-16 {
    width: 16px;
    height: 16px;
}
.icon-18 {
    width: 18px;
    height: 18px;
}
.icon-20 {
    width: 20px;
    height: 20px;
}
.icon-24 {
    width: 24px;
    height: 24px;
}
.icon-28 {
    width: 28px;
    height: 28px;
}
.icon-32 {
    width: 32px;
    height: 32px;
}
.icon-48 {
    width: 48px;
    height: 48px;
}

.icon-fill {
    fill: currentColor;
    stroke: currentColor;
}

.custom-marker-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.marker-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #111;
    border-radius: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.marker-dot.active {
    transform: scale(1.5);
    background: #111;
}

.leaflet-container {
    background: var(--cream) !important;
}

.leaflet-control-zoom {
    border: none !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    background-color: rgba(255, 255, 255, 0.9) !important;
    color: #000 !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.7);
        opacity: 0;
    }
}

.animate-fade-in {
    animation: fade-in 0.8s ease-out;
}

@media (max-width: 991px) {
    :root {
        --header-height: 96px;
    }

    .section-pad {
        padding: 5rem 0;
    }

    .section-pad-sm {
        padding: 4rem 0;
    }

    .brand-center {
        position: static;
        transform: none;
    }

    .main-nav .d-flex {
        flex-wrap: wrap;
        gap: 12px;
    }

    .hero-content {
        padding-bottom: 48px;
    }

    .hero-tabs nav {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 8px;
    }

    .hero-tabs nav::-webkit-scrollbar {
        display: none;
    }

    .container-wide {
        padding: 32px 20px 64px;
    }

    .map-overlay {
        left: 20px;
        bottom: 20px;
    }

    .map-location {
        font-size: 26px;
    }

    .itinerary-inner {
        padding: 64px 20px 80px;
    }

    .itinerary-cta {
        margin-top: 120px;
        padding: 64px 24px;
    }

    .packages-btn {
        display: none;
    }
}

@media (max-width: 576px) {
    :root {
        --header-height: 96px;
    }
}

body,
button,
input,
select,
textarea {
    font-family: "Inter", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-serif,
.section-title,
.intro-title,
.hero__title,
.nature-title,
.destinations-title,
.destination-card-lux__title {
    font-family: "Playfair Display", serif !important;
}

p {
    font-family: "Jost", sans-serif !important;
    font-size: 19px;
}

.destinations-hero .hero__overlay {
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0.55),
        rgba(0, 0, 0, 0.25),
        rgba(0, 0, 0, 0.75)
    );
}

.destinations-intro {
    padding: 7rem 0;
    background: #ffffff;
}

.destinations-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 999px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-weight: 700;
    color: #111;
}

.destinations-panel {
    background: #111111;
    color: #fff;
    padding: 32px;
    border-radius: 18px;
    box-shadow: var(--shadow);
}

.destinations-panel__eyebrow {
    font-size: 11px;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
    font-weight: 700;
}

.destinations-panel__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 12px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
}

.destinations-panel__dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--gold);
    display: inline-block;
    margin-right: 12px;
    flex: 0 0 auto;
}

.destinations-panel__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.destinations-panel__value {
    color: #f5d9a5;
    font-weight: 700;
    letter-spacing: 0.25em;
}

.destinations-grid {
    padding: 6rem 0;
    background: var(--ivory);
}

.destinations-grid__cards {
    display: grid;
    gap: 24px;
}

.destination-card-lux {
    position: relative;
    min-height: 420px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    display: flex;
    align-items: flex-end;
    box-shadow: var(--shadow-deep);
}

.destination-card-lux__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    transition: transform 10s ease;
}

.destination-card-lux:hover .destination-card-lux__image {
    transform: scale(1.07);
}

.destination-card-lux__body {
    position: relative;
    z-index: 1;
    padding: 32px;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.75) 65%,
        rgba(0, 0, 0, 0.9) 100%
    );
}

.destination-card-lux__kicker {
    font-size: 11px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: #f5d9a5;
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
}

.destination-card-lux__title {
    font-size: 2.1rem;
    margin-bottom: 0.75rem;
}

.destination-card-lux__text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.destination-card-lux__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.75);
}

.destination-card-lux__list li::before {
    content: "•";
    color: #f5d9a5;
    margin-right: 8px;
}

.destination-card-lux__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-weight: 700;
    color: #f5d9a5;
    border: 1px solid rgba(245, 217, 165, 0.6);
    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.destination-card-lux__cta:hover {
    background: rgba(245, 217, 165, 0.12);
    color: #ffffff;
    transform: translateY(-1px);
}

.destinations-cta {
    padding: 5rem 0;
    background: #111111;
    color: #fff;
}

.destinations-cta__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.destinations-cta__eyebrow {
    font-size: 11px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    margin-bottom: 12px;
}

@media (min-width: 992px) {
    .destinations-grid__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .destinations-cta__inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

.destination-hero .hero__overlay {
    background: linear-gradient(
        120deg,
        rgba(0, 0, 0, 0.6),
        rgba(0, 0, 0, 0.25),
        rgba(0, 0, 0, 0.75)
    );
}

.destination-intro {
    padding: 6rem 0;
    background: var(--ivory);
}

.destination-intro__grid {
    display: grid;
    gap: 32px;
    align-items: center;
}

.destination-intro__panel {
    position: relative;
    background: #111111;
    color: #ffffff;
    padding: 32px;
    border-radius: 20px;
    box-shadow: var(--shadow);
    overflow: hidden;
}

.destination-intro__panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top left,
        rgba(245, 217, 165, 0.22),
        transparent 60%
    );
    opacity: 0.9;
    pointer-events: none;
}

.destination-intro__panel > * {
    position: relative;
    z-index: 1;
}

.destination-intro__eyebrow {
    font-size: 11px;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
    margin-bottom: 16px;
}

.destination-intro__stats {
    display: grid;
    gap: 16px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: rgba(255, 255, 255, 0.65);
}

.destination-intro__stats strong {
    display: block;
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: 0.12em;
    color: #ffffff;
}

.destination-intro__note {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

.destination-highlights {
    padding: 6rem 0;
    background: #ffffff;
}

.destination-highlights__grid {
    display: grid;
    gap: 24px;
}

.destination-highlight-card {
    padding: 28px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.08);
}

.destination-highlight__eyebrow {
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 12px;
}

.destination-highlight__title {
    margin-bottom: 0.75rem;
}

.destination-highlight__text {
    color: black666;
    margin-bottom: 0;
}

.destination-split {
    padding: 5rem 0;
    background: #ffffff;
}

.destination-split__card {
    display: grid;
    border-radius: 22px;
    overflow: hidden;
    background: #f6f3ef;
    border: 1px solid rgba(17, 17, 17, 0.12);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.destination-split__media img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

.destination-split__content {
    position: relative;
    padding: 3.5rem 3.25rem;
    color: #1a1a1a;
    background: #fdfbf7;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.destination-split__content::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 6px;
    border-radius: 999px;
    background: #111111;
}

.destination-split__eyebrow {
    font-size: 11px;
    letter-spacing: 0.45em;
    text-transform: uppercase;
    font-weight: 700;
    color: #111111;
    margin-bottom: 16px;
}

.destination-split__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: grid;
    gap: 10px;
}

.destination-split__list li {
    position: relative;
    padding-left: 18px;
    color: #4a4336;
}

.destination-split__list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #111111;
}

.destination-split__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 26px;
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    background: #111111;
    border-radius: 12px;
    border: 1px solid #111111;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.destination-split__cta:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(17, 17, 17, 0.2);
    background: #1c1c1c;
}

.team-showcase {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, #0f0d0a 0%, #18130f 60%, #111 100%);
    color: #f6f1ea;
    overflow: hidden;
}

.team-showcase::before,
.team-showcase::after {
    content: "";
    position: absolute;
    inset: -30% 10% auto auto;
    width: 320px;
    height: 320px;
    background: radial-gradient(
        circle,
        rgba(179, 138, 77, 0.18),
        transparent 60%
    );
    filter: blur(6px);
    pointer-events: none;
}

.team-showcase::after {
    inset: auto auto -20% -10%;
    width: 380px;
    height: 380px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.06),
        transparent 65%
    );
}

.team-showcase__eyebrow {
    font-size: 11px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

.team-showcase__title {
    font-size: clamp(2.4rem, 3vw, 3.2rem);
    margin-bottom: 12px;
    color: #ffffff;
}

.team-showcase__intro {
    max-width: 760px;
    color: rgba(245, 241, 236, 0.78);
    margin-bottom: 0;
}

.team-showcase__stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}

.team-showcase__stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #fdf7f0;
}

.team-showcase__stat-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
}

.team-carousel {
    position: relative;
    z-index: 1;
    margin-top: 28px;
}

.team-carousel__viewport {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 6px;
    scrollbar-width: none;
}

.team-carousel__viewport::-webkit-scrollbar {
    display: none;
}

.team-carousel__track {
    display: flex;
    gap: 22px;
}

.team-card {
    background: #0f0d0a;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    flex: 0 0 calc(33.333% - 15px);
    scroll-snap-align: start;
}

.team-card__photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/5; /* Ensures uniform height */
}

.team-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Prevents stretching */
    display: block;
    transition: transform 0.5s ease;
}

.team-card__tag {
    position: absolute;
    left: 14px;
    top: 14px;
    background: rgba(179, 138, 77, 0.9);
    color: #0f0d0a;
    font-size: 11px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 800;
    padding: 8px 12px;
    border-radius: 999px;
}

.team-card__body {
    padding: 18px 18px 20px;
    display: grid;
    gap: 6px;
}

.team-card__name {
    font-size: 1.25rem;
    margin: 0;
    color: #ffffff;
}

.team-card__role {
    margin: 0;
    font-size: 12px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 700;
}

.team-card__bio {
    margin: 4px 0 0;
    color: rgba(245, 241, 236, 0.8);
    line-height: 1.6;
}

.team-card:hover img {
    transform: scale(1.05);
}

.team-carousel__nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 14px;
}

.team-carousel__btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #fdf7f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.team-carousel__btn:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-1px);
}

.blog-hero {
    padding: 5.5rem 0 3rem;
    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(179, 138, 77, 0.12),
            transparent 45%
        ),
        #0f0d0a;
    color: #f6f1ea;
}

.blog-hero__eyebrow {
    font-size: 11px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 14px;
}

.blog-hero__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.blog-hero__title {
    font-size: clamp(2.6rem, 4vw, 3.6rem);
    margin-bottom: 10px;
}

.blog-hero__lead {
    margin: 0;
    color: rgba(245, 241, 236, 0.78);
}

.blog-hero__cta {
    display: grid;
    gap: 8px;
    text-align: right;
}

.blog-hero__badge {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.08),
        rgba(255, 255, 255, 0.02)
    );
    display: inline-flex;
}

.blog-filter {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    padding: 18px;
    border: 1px solid #ece7df;
    border-radius: 14px;
    background: #fffdf8;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 26px;
}

.blog-filter__label {
    font-size: 10px;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    font-weight: 700;
    color: #7a6a5d;
    display: block;
    margin-bottom: 6px;
}

.blog-filter__input {
    width: 100%;
    border: 1px solid #e6ded5;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    background: #fff;
}

.blog-filter__actions {
    display: flex;
    align-items: flex-end;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.blog-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-3px);
    border-color: rgba(159, 58, 21, 0.25);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.12);
}

.blog-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card__media img {
    transform: scale(1.05);
}

.blog-card__body {
    padding: 18px 18px 20px;
    display: grid;
    gap: 10px;
    height: 100%;
}

.blog-card__meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9c8e80;
    font-weight: 700;
}

.blog-card__meta .dot {
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: currentColor;
    display: inline-block;
}

.blog-card__title {
    font-size: 1.3rem;
    margin: 0;
    color: #1a1816;
}

.blog-card__excerpt {
    margin: 0;
    color: #5a524b;
    line-height: 1.6;
}

.blog-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #9f3a15;
}

.blog-card__tags span {
    background: rgba(159, 58, 21, 0.08);
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid rgba(159, 58, 21, 0.12);
}

@media (max-width: 1199px) {
    .team-card {
        flex: 0 0 calc(50% - 12px);
    }
}

@media (max-width: 767px) {
    .team-card {
        flex: 0 0 100%;
    }
}

.choose-us {
    position: relative;
    padding: 6rem 0;
    background: #ffffff;
    color: #111111;
    overflow: hidden;
}

.choose-us::before {
    content: "";
    position: absolute;
    inset: -20% 0 0;
    background: radial-gradient(
        circle at top right,
        rgba(179, 138, 77, 0.08),
        transparent 55%
    );
    pointer-events: none;
}

.choose-us__header {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.choose-us__eyebrow {
    font-size: 11px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(17, 17, 17, 0.6);
    margin-bottom: 14px;
}

.choose-us__intro {
    color: rgba(17, 17, 17, 0.7);
    margin-bottom: 0;
}

.choose-us__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 24px;
}

.choose-us__card {
    padding: 28px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.choose-us__count {
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 14px;
}

.choose-us__title {
    font-size: 1.6rem;
    margin-bottom: 12px;
    color: #111111;
}

.choose-us__text {
    color: rgba(17, 17, 17, 0.72);
    margin-bottom: 0;
}

.faq-luxe {
    padding: 6rem 0;
    background: #fdfbf7;
    color: #111111;
}

.faq-luxe__header {
    max-width: 760px;
    margin-bottom: 2.5rem;
}

.faq-luxe__eyebrow {
    font-size: 11px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(17, 17, 17, 0.55);
    margin-bottom: 14px;
}

.faq-luxe__intro {
    color: rgba(17, 17, 17, 0.7);
    margin-bottom: 0;
}

.faq-luxe__grid {
    display: grid;
    gap: 16px;
}

.faq-luxe__item {
    border-radius: 16px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #ffffff;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.06);
    padding: 0 20px;
}

.faq-luxe__item[open] {
    border-color: rgba(17, 17, 17, 0.16);
}

.faq-luxe__question {
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 0;
    font-weight: 600;
    color: #111111;
}

.faq-luxe__question::-webkit-details-marker {
    display: none;
}

.faq-luxe__question::after {
    content: "+";
    font-size: 18px;
    color: #111111;
    transition: transform 0.2s ease;
}

.faq-luxe__item[open] .faq-luxe__question::after {
    transform: rotate(45deg);
}

.faq-luxe__answer {
    color: rgba(17, 17, 17, 0.72);
    padding-bottom: 20px;
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .faq-luxe__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-luxe__item {
        padding: 0 24px;
    }
}

@media (min-width: 992px) {
    .choose-us__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .choose-us__card--wide {
        grid-column: span 2;
    }
}

.destination-experiences {
    padding: 6rem 0;
    background: var(--cream);
}

.destination-experiences__grid {
    display: grid;
    gap: 24px;
}

.destination-experience-card {
    padding: 24px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.destination-experience__label {
    font-size: 11px;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 12px;
}

.destination-enquire {
    padding: 5rem 0;
    background: #0f0f0f;
    color: #ffffff;
}

.destination-enquire__inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2.5rem;
    border-radius: 20px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.06),
        rgba(255, 255, 255, 0)
    );
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.destination-enquire__eyebrow {
    font-size: 11px;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    color: rgba(245, 217, 165, 0.9);
    font-weight: 700;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .destination-experiences__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .destination-intro__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .destination-highlights__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .destination-split__card {
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    }

    .destination-enquire__inner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .destination-experiences__grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .destination-intro,
    .destination-highlights,
    .destination-experiences {
        padding: 4.5rem 0;
    }

    .destination-split__content {
        padding: 3rem 1.75rem;
    }

    .destination-enquire__inner {
        padding: 2rem;
    }
}
