/*=====================================================
DESTINATION PAGE
=====================================================*/

.destination-page{

    overflow:hidden;

    background:#fff;

}

/*=====================================================
DESTINATION HERO
=====================================================*/

.destination-hero{

    position:relative;

    min-height:760px;

    display:flex;

    align-items:center;

    background:#071C4D;

    overflow:hidden;

}

.destination-hero{

background-size:cover;

background-position:center;

background-repeat:no-repeat;

}

.destination-hero:hover::before{

    transform:scale(1.12);

}

.hero-overlay{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        rgba(7,28,77,.72),
        rgba(7,28,77,.88)
    );

}

.destination-hero .container{

    position:relative;

    z-index:2;

}

/*=====================================================
BREADCRUMB
=====================================================*/

.breadcrumb{

    display:flex;

    gap:10px;

    align-items:center;

    margin-bottom:40px;

    font-size:15px;

}

.breadcrumb a{

    color:rgba(255,255,255,.75);

    text-decoration:none;

}

.breadcrumb span{

    color:#fff;

}

/*=====================================================
HERO CONTENT
=====================================================*/

.hero-content{

    max-width:760px;

}

.hero-country{

    display:inline-block;

    margin-bottom:20px;

    padding:10px 22px;

    border-radius:999px;

    background:rgba(255,255,255,.12);

    color:#fff;

    backdrop-filter:blur(10px);

}

.hero-content h1{

    font-size:72px;

    line-height:1.1;

    color:#fff;

    margin-bottom:18px;

}

.hero-content p{

    font-size:20px;

    color:rgba(255,255,255,.86);

    line-height:1.8;

    margin-bottom:40px;

}

/*=====================================================
HERO META
=====================================================*/

.hero-meta{

    display:flex;

    gap:22px;

    flex-wrap:wrap;

    margin-bottom:45px;

}

.hero-meta div{

    display:flex;

    align-items:center;

    gap:10px;

    padding:14px 22px;

    border-radius:18px;

    background:rgba(255,255,255,.10);

    color:#fff;

    backdrop-filter:blur(10px);

}

/*=====================================================
OVERVIEW
=====================================================*/

.overview-section{

    margin-top:-90px;

    position:relative;

    z-index:5;

}

.overview-grid{

    display:grid;

    grid-template-columns:
        repeat(6,1fr);

    gap:20px;

}

.overview-grid .card{

    text-align:center;

    padding:28px;

}

.overview-grid h4{

    margin-bottom:10px;

    color:#071C4D;

}

.overview-grid p{

    color:#667085;

}

/*=====================================================
STORY
=====================================================*/

.destination-story{

    display:grid;

    grid-template-columns:
        1.1fr
        1fr;

    gap:70px;

    align-items:center;

}

.story-image{

    border-radius:28px;

    overflow:hidden;

    box-shadow:var(--shadow-medium);

}

.story-content p{

    font-size:18px;

    line-height:2;

    color:#667085;

}

/*=====================================================
EXPERIENCES
=====================================================*/

.experience-grid{

    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:30px;

}

/*=====================================================
GALLERY
=====================================================*/

.gallery-grid{

    display:grid;

    grid-template-columns:
        repeat(12,1fr);

    gap:20px;

}

/*=====================================================
HOTELS
=====================================================*/

.hotel-grid{

    display:grid;

    grid-template-columns:
        repeat(3,1fr);

    gap:30px;

}

/*=====================================================
FAQ
=====================================================*/

.faq-section{

    background:#F8FAFC;

}

@media(max-width:1200px){

.overview-grid{

grid-template-columns:
repeat(3,1fr);

}

.hotel-grid{

grid-template-columns:
repeat(2,1fr);

}

}

@media(max-width:768px){

.hero-content h1{

font-size:46px;

}

.destination-story{

grid-template-columns:1fr;

}

.overview-grid{

grid-template-columns:
repeat(2,1fr);

}

.hotel-grid{

grid-template-columns:1fr;

}

.experience-grid{

grid-template-columns:1fr;

}

}

/* Dynamic destination-page content */
.experience-card{padding:36px 30px;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-soft)}
.experience-icon{display:grid;width:52px;height:52px;place-items:center;margin-bottom:22px;border-radius:16px;color:var(--primary);background:#F0F5FF;font-size:24px}
.experience-card h3,.hotel-content h3,.itinerary-item h3,.tips-grid h3{margin-bottom:10px;color:var(--primary)}
.experience-card p,.hotel-content p,.itinerary-item p,.tips-grid p,.weather-content p,.enquiry-panel p{color:var(--text-light);line-height:1.75}
.gallery-item{grid-column:span 4;height:280px;margin:0;overflow:hidden;border-radius:var(--radius-md)}
.gallery-item-featured{grid-column:span 8;grid-row:span 2;height:580px}
.gallery-item img,.hotel-card img,.related-card img{width:100%;height:100%;object-fit:cover}
.itinerary-item{display:grid;grid-template-columns:120px 1fr;gap:28px;padding:30px 0;border-bottom:1px solid var(--border)}
.itinerary-day{align-self:start;padding:9px 14px;border-radius:999px;color:var(--primary);background:#F0F5FF;font-weight:700;text-align:center}
.hotel-card{overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-soft)}
.hotel-card img{height:240px}.hotel-content{padding:26px}
.hotel-content>span,.related-card>span,.section-kicker{color:var(--gold-dark);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.hotel-content strong{display:block;margin-top:16px;color:var(--primary)}
.weather-section{background:var(--primary);color:#fff}.weather-content{display:grid;grid-template-columns:1.1fr 1fr;gap:70px;align-items:center}.weather-content h2{margin:12px 0 16px;color:#fff}.weather-content p{color:rgba(255,255,255,.76)}
.weather-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.weather-facts div{padding:24px 18px;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-md);background:rgba(255,255,255,.08)}.weather-facts strong,.weather-facts span{display:block}.weather-facts strong{margin-bottom:8px;color:var(--gold-light);font-size:13px}
.tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.tips-grid article{display:flex;gap:16px;padding:26px;border:1px solid var(--border);border-radius:var(--radius-md)}.tips-grid article>span{color:var(--gold-dark);font-size:24px}
.faq-item{padding:22px 0;border-bottom:1px solid var(--border)}.faq-item summary{cursor:pointer;color:var(--primary);font-weight:700;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:"+";float:right;color:var(--gold-dark);font-size:22px}.faq-item[open] summary::after{content:"–"}.faq-item p{max-width:900px;margin:14px 0 0;color:var(--text-light);line-height:1.75}
.enquiry-section{background:#F8FAFC}.enquiry-panel{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:58px;border-radius:var(--radius-xl);color:#fff;background:var(--gradient-primary);box-shadow:var(--shadow-medium)}.enquiry-panel h2{margin:12px 0 16px;color:#fff}.enquiry-panel p{color:rgba(255,255,255,.78)}.enquiry-form{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.enquiry-form label{color:rgba(255,255,255,.85);font-size:13px;font-weight:600}.enquiry-form label:last-of-type,.enquiry-form button,.enquiry-status{grid-column:1 / -1}.enquiry-form input{display:block;width:100%;box-sizing:border-box;margin-top:7px;padding:13px 14px;border:1px solid rgba(255,255,255,.25);border-radius:10px;color:var(--primary);background:#fff;font:inherit}.enquiry-form .btn-primary{border:0;cursor:pointer;justify-content:center;background:var(--gold)}.enquiry-status{min-height:1.5em;margin:0;font-size:14px}
#relatedDestinations{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.related-card{display:block;overflow:hidden;border-radius:var(--radius-lg);color:var(--primary);text-decoration:none;background:#fff;box-shadow:var(--shadow-soft)}.related-card img{height:240px}.related-card>span,.related-card h3{display:block;margin:20px 24px 0}.related-card h3{margin-top:6px;margin-bottom:24px}.destination-error{display:grid;min-height:80vh;place-items:center;text-align:center}

@media(max-width:1200px){.weather-content,.enquiry-panel{grid-template-columns:1fr}.tips-grid,#relatedDestinations{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.gallery-grid{grid-template-columns:1fr}.gallery-item,.gallery-item-featured{grid-column:auto;grid-row:auto;height:260px}.itinerary-item{grid-template-columns:1fr;gap:16px}.weather-facts,.tips-grid,#relatedDestinations,.enquiry-form{grid-template-columns:1fr}.enquiry-panel{padding:36px 24px}}

/* =====================================================
   PREMIUM DESTINATION HERO + OVERVIEW
===================================================== */

.destination-page {
    background: #f6f3ee;
}

.destination-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: space-between;
    padding: 30px clamp(24px, 6vw, 90px);
    color: #fff;
}

.brand {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    letter-spacing: .22em;
    line-height: 1;
    text-decoration: none;
}

.brand small {
    margin-top: 8px;
    color: #e3c36b;
    font-family: Arial, sans-serif;
    font-size: 8px;
    letter-spacing: .38em;
}

.destination-nav-links {
    display: flex;
    gap: 34px;
}

.destination-nav-links a,
.hero-link {
    color: rgba(255, 255, 255, .86);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-decoration: none;
    text-transform: uppercase;
}

.destination-nav-links a:hover,
.hero-link:hover {
    color: #e3c36b;
}

.nav-cta {
    padding: 13px 20px;
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
    transition: .25s ease;
}

.nav-cta:hover {
    border-color: #e3c36b;
    background: #e3c36b;
    color: #071c4d;
}

.destination-hero {
    min-height: 860px;
    padding: 190px 0 115px;
    box-sizing: border-box;
    background-position: center;
}

.hero-overlay {
    background:
        linear-gradient(90deg, rgba(5, 18, 51, .92) 0%, rgba(5, 18, 51, .7) 47%, rgba(5, 18, 51, .22) 100%),
        linear-gradient(0deg, rgba(5, 18, 51, .45), transparent 45%);
}

.hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 60px;
    align-items: end;
}

.hero-content {
    max-width: 760px;
}

.hero-eyebrow {
    margin: 0 0 17px !important;
    color: #e3c36b !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: .22em;
}

.hero-country {
    margin-bottom: 28px;
    border: 1px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hero-content h1 {
    max-width: 700px;
    margin-bottom: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(68px, 9vw, 126px);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .88;
}

.hero-content > p:not(.hero-eyebrow):not(.hero-trust) {
    max-width: 520px;
    color: rgba(255, 255, 255, .8);
    font-size: 21px;
    line-height: 1.55;
}

.hero-meta {
    gap: 12px;
    margin: 34px 0;
}

.hero-meta div {
    min-width: 112px;
    padding: 13px 17px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    font-size: 14px;
}

.hero-meta div:last-child {
    border-color: rgba(227, 195, 107, .55);
    color: #f9df8b;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.hero-actions .btn-primary {
    padding: 18px 28px;
    border-radius: 0;
    background: #e3c36b;
    color: #071c4d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.hero-link span {
    margin-left: 7px;
    font-size: 20px;
}

.hero-trust {
    margin-top: 28px !important;
    color: rgba(255, 255, 255, .58) !important;
    font-size: 12px !important;
    letter-spacing: .04em;
}

.hero-editorial-card {
    padding: 35px 30px;
    border-top: 1px solid #e3c36b;
    background: rgba(6, 24, 65, .55);
    box-shadow: 0 25px 80px rgba(0, 0, 0, .22);
    backdrop-filter: blur(14px);
}

.hero-editorial-card p {
    margin: 0 0 20px;
    color: #e3c36b;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
}

.hero-editorial-card h2 {
    margin: 0 0 18px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.12;
}

.hero-editorial-card span {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.6;
}

.hero-scroll {
    position: absolute;
    right: clamp(24px, 6vw, 90px);
    bottom: 35px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, .62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .18em;
}

.hero-scroll span {
    display: inline-block;
    width: 52px;
    height: 1px;
    background: #e3c36b;
}

/* Overview cards */

.overview-section {
    margin-top: -74px;
}

.overview-grid {
    gap: 1px;
    overflow: hidden;
    background: rgba(225, 213, 190, .55);
    box-shadow: 0 25px 65px rgba(9, 29, 71, .12);
}

.overview-grid .card {
    min-height: 134px;
    padding: 27px 22px;
    border: 0;
    border-radius: 0;
    background: #fffdf9;
    box-shadow: none;
    text-align: left;
}

.overview-grid h4 {
    display: flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 12px;
    color: #8b6b20;
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.overview-grid h4::before {
    color: #d3ac48;
    font-size: 17px;
}

.overview-grid .card:nth-child(1) h4::before { content: "◉"; }
.overview-grid .card:nth-child(2) h4::before { content: "☀"; }
.overview-grid .card:nth-child(3) h4::before { content: "◷"; }
.overview-grid .card:nth-child(4) h4::before { content: "⌁"; }
.overview-grid .card:nth-child(5) h4::before { content: "◇"; }
.overview-grid .card:nth-child(6) h4::before { content: "✦"; }

.overview-grid p {
    color: #102a5b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.35;
}

@media (max-width: 900px) {
    .destination-nav-links,
    .hero-editorial-card,
    .hero-scroll {
        display: none;
    }

    .destination-nav {
        padding: 24px;
    }

    .destination-hero {
        min-height: 720px;
        padding: 160px 0 80px;
    }

    .hero-layout {
        grid-template-columns: 1fr;
    }

    .hero-content h1 {
        font-size: clamp(58px, 16vw, 86px);
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }
}

/* Improved image-led luxury hero */

.destination-hero {
    background-image:
        linear-gradient(
            90deg,
            rgba(4, 17, 48, .94) 0%,
            rgba(4, 17, 48, .78) 34%,
            rgba(4, 17, 48, .34) 63%,
            rgba(4, 17, 48, .16) 100%
        ),
        linear-gradient(
            0deg,
            rgba(3, 14, 40, .5) 0%,
            transparent 42%
        ),
        var(--hero-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Softer, premium editorial card */
.hero-editorial-card {
    border-top: 3px solid #d9b34a;
    background: rgba(255, 252, 246, .94);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
}

.hero-editorial-card p {
    color: #a57d17;
}

.hero-editorial-card h2 {
    color: #0a2456;
}

.hero-editorial-card span {
    color: #566174;
}

/* =====================================================
   PREMIUM ITINERARY
===================================================== */

.itinerary-section {
    background: #f7f3ed;
}

#itineraryContainer {
    display: grid;
    gap: 26px;
}

.itinerary-card {
    display: grid;
    grid-template-columns: 310px 1fr;
    overflow: hidden;
    border: 1px solid #e5dccd;
    background: #fffdf9;
    box-shadow: 0 18px 45px rgba(13, 35, 79, .06);
    transition: transform .3s ease, box-shadow .3s ease;
}

.itinerary-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 26px 55px rgba(13, 35, 79, .13);
}

.itinerary-image {
    min-height: 310px;
    overflow: hidden;
}

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

.itinerary-card:hover .itinerary-image img {
    transform: scale(1.06);
}

.itinerary-content {
    padding: 38px 42px;
}

.itinerary-topline {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: center;
    margin-bottom: 18px;
}

.itinerary-day {
    color: #a77d18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}

.itinerary-location {
    color: #6d7687;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.itinerary-content h3 {
    margin-bottom: 12px;
    color: #09245a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(29px, 3vw, 40px);
    font-weight: 400;
}

.itinerary-summary {
    max-width: 700px;
    color: #657084;
    font-size: 16px;
    line-height: 1.75;
}

.itinerary-inclusions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}

.itinerary-inclusions span {
    padding: 9px 12px;
    border: 1px solid #e4dac7;
    color: #506078;
    font-size: 12px;
}

.itinerary-details {
    border-top: 1px solid #e8e1d5;
}

.itinerary-details summary {
    display: flex;
    justify-content: space-between;
    padding: 19px 0 0;
    cursor: pointer;
    color: #0a285f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    list-style: none;
    text-transform: uppercase;
}

.itinerary-details summary::-webkit-details-marker {
    display: none;
}

.itinerary-details summary span {
    color: #bd9130;
    font-size: 20px;
    line-height: .6;
}

.itinerary-details[open] summary span {
    transform: rotate(45deg);
}

.itinerary-details-content {
    padding: 22px 0 4px;
}

.itinerary-details-content h4 {
    margin-bottom: 13px;
    color: #a77d18;
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.itinerary-details-content ul {
    display: grid;
    gap: 10px;
    margin: 0;
    padding-left: 20px;
    color: #607088;
    line-height: 1.55;
}

.itinerary-details-content li::marker {
    color: #c49a38;
}

@media (max-width: 768px) {
    .itinerary-card {
        grid-template-columns: 1fr;
    }

    .itinerary-image {
        min-height: 230px;
    }

    .itinerary-content {
        padding: 29px 24px;
    }

    .itinerary-topline {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

/* Reliable image-led hero */

.destination-hero {
    position: relative;
    min-height: 850px;
    overflow: hidden;
    background: #061b48;
    isolation: isolate;
}

.hero-image {
    position: absolute;
    z-index: -2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(4, 18, 52, .94) 0%,
            rgba(4, 18, 52, .76) 39%,
            rgba(4, 18, 52, .28) 70%,
            rgba(4, 18, 52, .12) 100%
        ),
        linear-gradient(
            0deg,
            rgba(4, 18, 52, .52),
            transparent 48%
        );
}

.destination-hero .container {
    position: relative;
    z-index: 2;
}

.destination-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    background: transparent;
}

.hero-scroll {
    position: absolute;
    z-index: 2;
}

.story-section {
    background: #f7f3ed;
}

.story-content {
    max-width: 610px;
}

.story-kicker {
    margin-bottom: 15px;
    color: #ac821d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .16em;
}

.story-content h3 {
    margin-bottom: 20px;
    color: #09265c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 400;
    line-height: 1.08;
}

.story-lead {
    color: #263e68 !important;
    font-size: 20px !important;
    line-height: 1.65 !important;
}

.story-copy {
    margin-top: 18px;
    color: #657187 !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

.story-highlights {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 34px;
    background: #decfae;
}

.story-highlight {
    padding: 22px 16px;
    background: #fffdf9;
}

.story-highlight strong,
.story-highlight span {
    display: block;
}

.story-highlight strong {
    color: #0a285f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
    font-weight: 400;
}

.story-highlight span {
    margin-top: 7px;
    color: #927223;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.5;
    text-transform: uppercase;
}

@media (max-width: 650px) {
    .story-highlights {
        grid-template-columns: 1fr;
    }
}

/* =====================================================
   DISCOVER DESTINATION — EDITORIAL LUXURY SECTION
===================================================== */

.story-section {
    padding: 140px 0;
    background: #f3eee5;
}

.story-intro {
    max-width: 900px;
    margin-bottom: 70px;
}

.story-eyebrow,
.story-panel-label {
    margin: 0 0 17px;
    color: #a57b19;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
}

.story-intro h2 {
    margin: 0;
    color: #09255a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 72px);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1.02;
}

.story-intro h2 em {
    color: #aa7f1e;
    font-weight: 400;
}

.story-intro-copy {
    margin: 0;
    color: #596982;
    font-size: 18px;
    line-height: 1.85;
}

.story-layout {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(430px, 1fr);
    align-items: stretch;
}

.story-visual {
    position: relative;
    min-height: 660px;
    margin: 0;
    overflow: hidden;
}

.story-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.story-visual figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    min-width: 260px;
    flex-direction: column;
    gap: 8px;
    padding: 22px 26px;
    color: #fff;
    background: #09255a;
}

.story-visual figcaption span {
    color: #e1be5d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.story-visual figcaption strong {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 400;
}

.story-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 72px;
    background: #fffdf9;
}

.story-panel h3 {
    max-width: 540px;
    margin: 0 0 23px;
    color: #0a285f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 3.2vw, 52px);
    font-weight: 400;
    line-height: 1.08;
}

.story-panel-copy {
    max-width: 560px;
    margin: 0;
    color: #647187;
    font-size: 16px;
    line-height: 1.85;
}

.story-reasons {
    display: grid;
    gap: 15px;
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.story-reasons li {
    display: flex;
    gap: 12px;
    color: #263e69;
    font-size: 15px;
    line-height: 1.55;
}

.story-reasons span {
    color: #c49a38;
}

.story-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 8px;
    border-top: 1px solid #e3d9c9;
    border-bottom: 1px solid #e3d9c9;
}

.story-stat {
    padding: 22px 15px;
    border-right: 1px solid #e3d9c9;
}

.story-stat:last-child {
    border-right: 0;
}

.story-stat strong,
.story-stat span {
    display: block;
}

.story-stat strong {
    color: #a57b19;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
}

.story-stat span {
    margin-top: 6px;
    color: #68758a;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.5;
    text-transform: uppercase;
}

.story-cta {
    margin-top: 35px;
    color: #0a285f;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

.story-cta span {
    margin-left: 8px;
    color: #bd9030;
    font-size: 20px;
}

@media (max-width: 900px) {
    .story-section {
        padding: 90px 0;
    }

    .story-intro,
    .story-layout {
        grid-template-columns: 1fr;
    }

    .story-intro {
        gap: 26px;
        margin-bottom: 42px;
    }

    .story-visual {
        min-height: 460px;
    }

    .story-panel {
        padding: 42px 28px;
    }
}

@media (max-width: 520px) {
    .story-visual {
        min-height: 390px;
    }

    .story-stats {
        grid-template-columns: 1fr;
    }

    .story-stat {
        border-right: 0;
        border-bottom: 1px solid #e3d9c9;
    }

    .story-stat:last-child {
        border-bottom: 0;
    }
}

/* =====================================================
   GALLERY LIGHTBOX
===================================================== */

.gallery-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    cursor: zoom-in;
    text-align: left;
    background: transparent;
}

.gallery-item::after {
    position: absolute;
    inset: 0;
    content: "";
    opacity: 0;
    background: linear-gradient(
        180deg,
        transparent 45%,
        rgba(4, 18, 52, .78)
    );
    transition: opacity .3s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

.gallery-zoom {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 18px;
    opacity: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    transform: translateY(8px);
    transition: .3s ease;
}

.gallery-item:hover .gallery-zoom,
.gallery-item:focus-visible .gallery-zoom {
    opacity: 1;
    transform: translateY(0);
}

.gallery-lightbox {
    position: fixed;
    z-index: 9999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 36px;
    background: rgba(3, 14, 40, .94);
}

.gallery-lightbox[hidden] {
    display: none;
}

.gallery-lightbox-content {
    position: relative;
    max-width: min(1120px, 92vw);
    max-height: 88vh;
    margin: 0;
}

.gallery-lightbox-content img {
    display: block;
    max-width: 100%;
    max-height: calc(88vh - 45px);
    margin: auto;
    object-fit: contain;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .5);
}

.gallery-lightbox-content figcaption {
    margin-top: 14px;
    color: rgba(255, 255, 255, .76);
    font-size: 13px;
    letter-spacing: .04em;
    text-align: center;
}

.gallery-lightbox-close {
    position: fixed;
    top: 24px;
    right: 32px;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
    background: transparent;
    font-size: 34px;
    font-weight: 300;
    line-height: 1;
}

.gallery-lightbox-close:hover {
    border-color: #e0bc59;
    color: #e0bc59;
}

.lightbox-open {
    overflow: hidden;
}

@media (max-width: 600px) {
    .gallery-lightbox {
        padding: 20px;
    }

    .gallery-lightbox-close {
        top: 14px;
        right: 16px;
    }
}

/* =====================================================
   SIGNATURE EXPERIENCES
===================================================== */

.experiences-section {
    background:
        radial-gradient(
            circle at top right,
            rgba(42, 83, 161, .32),
            transparent 34%
        ),
        #071c4d;
}

.experiences-section .section-heading h2 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(43px, 5vw, 64px);
    font-weight: 400;
}

.experiences-section .heading-gold {
    color: #e0bb53;
}

.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.experience-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0;
    background: #fffdf9;
    box-shadow: none;
    transition: transform .35s ease, box-shadow .35s ease;
}

.experience-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .28);
}

.experience-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.experience-image::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        180deg,
        transparent 45%,
        rgba(4, 18, 52, .65)
    );
}

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

.experience-card:hover .experience-image img {
    transform: scale(1.08);
}

.experience-number {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 17px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
}

.experience-content {
    padding: 30px;
}

.experience-tag {
    display: block;
    margin-bottom: 13px;
    color: #a47b1b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.experience-content h3 {
    margin-bottom: 13px;
    color: #09255b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.14;
}

.experience-content p {
    min-height: 78px;
    margin: 0;
    color: #657187;
    font-size: 15px;
    line-height: 1.75;
}

.experience-footer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    margin-top: 25px;
    padding-top: 18px;
    border-top: 1px solid #e5ddcf;
}

.experience-footer > span {
    color: #78849a;
    font-size: 11px;
}

.experience-footer a {
    color: #09255b;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-decoration: none;
    text-transform: uppercase;
}

.experience-footer a span {
    margin-left: 5px;
    color: #bb8e27;
    font-size: 17px;
}

@media (max-width: 900px) {
    .experience-grid {
        grid-template-columns: 1fr;
    }

    .experience-content p {
        min-height: auto;
    }
}

/* =====================================================
   BEST TIME + TRAVEL NOTES
===================================================== */

.weather-section {
    padding: 130px 0;
    color: #fff;
    background:
        radial-gradient(
            circle at top left,
            rgba(49, 99, 187, .35),
            transparent 35%
        ),
        #071c4d;
}

.season-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    align-items: center;
}

.season-intro h2 {
    margin: 15px 0 20px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 65px);
    font-weight: 400;
    line-height: 1.05;
}

.season-intro > p {
    max-width: 500px;
    color: rgba(255, 255, 255, .72);
    font-size: 17px;
    line-height: 1.8;
}

.season-facts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 42px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.season-fact {
    padding: 20px 13px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.season-fact:last-child {
    border-right: 0;
}

.season-fact strong,
.season-fact span {
    display: block;
}

.season-fact strong {
    color: #e5c265;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
}

.season-fact span {
    margin-top: 8px;
    color: rgba(255, 255, 255, .65);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .09em;
    line-height: 1.5;
    text-transform: uppercase;
}

.season-cards {
    display: grid;
    gap: 12px;
}

.season-card {
    position: relative;
    padding: 28px 32px;
    border: 1px solid rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .07);
    transition: .3s ease;
}

.season-card:hover {
    border-color: #dbb750;
    background: rgba(255, 255, 255, .12);
    transform: translateX(7px);
}

.season-months,
.season-tag {
    color: #e5c265;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .13em;
}

.season-card h3 {
    margin: 11px 0 9px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 27px;
    font-weight: 400;
}

.season-card p {
    max-width: 570px;
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.7;
}

.season-tag {
    color: rgba(255, 255, 255, .55);
}

.tips-section {
    padding: 130px 0;
    background: #f3eee5;
}

.travel-notes-heading {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    align-items: end;
    margin-bottom: 55px;
}

.travel-notes-heading h2 {
    margin: 14px 0 0;
    color: #09255a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 5vw, 64px);
    font-weight: 400;
    line-height: 1.04;
}

.travel-notes-heading h2 em {
    color: #a77d1d;
}

.travel-notes-heading > p {
    max-width: 400px;
    margin: 0;
    color: #647187;
    line-height: 1.8;
}

.travel-notes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: #ded3c0;
}

.travel-note {
    position: relative;
    padding: 42px 34px;
    background: #fffdf9;
}

.travel-note-number {
    position: absolute;
    top: 24px;
    right: 28px;
    color: #dec99d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
}

.travel-note-icon {
    display: block;
    margin-bottom: 25px;
    color: #b58924;
    font-size: 29px;
}

.travel-note h3 {
    margin-bottom: 13px;
    color: #09255a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
}

.travel-note p {
    margin: 0;
    color: #68758a;
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 900px) {
    .season-layout,
    .travel-notes-heading {
        grid-template-columns: 1fr;
        display: grid;
    }

    .travel-notes-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .season-facts {
        grid-template-columns: 1fr;
    }

    .season-fact {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .season-fact:last-child {
        border-bottom: 0;
    }
}

/* =====================================================
   PLAN YOUR JOURNEY
===================================================== */

.enquiry-section {
    padding: 130px 0;
    background: #f3eee5;
}

.enquiry-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    overflow: hidden;
    background: #071c4d;
    box-shadow: 0 30px 80px rgba(7, 28, 77, .2);
}

.enquiry-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 62px;
    color: #fff;
    background:
        radial-gradient(
            circle at top left,
            rgba(57, 105, 192, .35),
            transparent 50%
        ),
        #071c4d;
}

.enquiry-copy h2 {
    margin: 16px 0 22px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(43px, 4.5vw, 64px);
    font-weight: 400;
    line-height: 1.04;
}

.enquiry-copy h2 em {
    color: #e2bd56;
    font-weight: 400;
}

.enquiry-copy > p {
    max-width: 430px;
    color: rgba(255, 255, 255, .72);
    font-size: 16px;
    line-height: 1.8;
}

.enquiry-points {
    display: grid;
    gap: 14px;
    margin-top: 36px;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
}

.enquiry-points span::first-letter {
    color: #e2bd56;
}

.journey-form {
    padding: 55px;
    background: #fffdf9;
}

.journey-form-heading {
    margin-bottom: 31px;
}

.journey-form-heading span {
    color: #a57b19;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
}

.journey-form-heading p {
    margin: 9px 0 0;
    color: #6a778c;
    font-size: 14px;
}

.journey-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px 18px;
}

.journey-form label {
    color: #294165;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.journey-form input,
.journey-form select,
.journey-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 9px;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid #d9d0c1;
    border-radius: 0;
    outline: none;
    color: #09255a;
    background: transparent;
    font: inherit;
    font-size: 15px;
    text-transform: none;
    transition: border-color .2s ease;
}

.journey-form textarea {
    min-height: 82px;
    resize: vertical;
}

.journey-form input:focus,
.journey-form select:focus,
.journey-form textarea:focus {
    border-color: #b48a27;
}

.journey-form input::placeholder,
.journey-form textarea::placeholder {
    color: #a1aab8;
}

.journey-message {
    grid-column: 1 / -1;
}

.journey-submit {
    width: 100%;
    margin-top: 35px;
    padding: 19px 25px;
    border: 0;
    cursor: pointer;
    color: #071c4d;
    background: #e3c260;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
    transition: .25s ease;
}

.journey-submit:hover {
    color: #fff;
    background: #0b2f70;
}

.journey-submit span {
    margin-left: 9px;
    font-size: 18px;
}

.journey-form-status {
    min-height: 20px;
    margin: 18px 0 0;
    color: #56708f;
    font-size: 13px;
    line-height: 1.55;
}

@media (max-width: 900px) {
    .enquiry-layout {
        grid-template-columns: 1fr;
    }

    .enquiry-copy,
    .journey-form {
        padding: 45px 28px;
    }
}

@media (max-width: 560px) {
    .journey-form-grid {
        grid-template-columns: 1fr;
    }
}

/* =====================================================
   RELATED DESTINATIONS
===================================================== */

.related-section {
    padding: 130px 0;
    background: #fffdf9;
}

.related-section .section-heading {
    max-width: 740px;
    margin-bottom: 55px;
}

.related-section .section-heading h2 {
    color: #09255a;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 66px);
    font-weight: 400;
}

#relatedDestinations {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.related-card {
    position: relative;
    display: block;
    min-height: 500px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: #071c4d;
}

.related-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .65s ease;
}

.related-card::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(
        180deg,
        rgba(3, 15, 42, .08) 18%,
        rgba(3, 15, 42, .9) 100%
    );
}

.related-card:hover img {
    transform: scale(1.08);
}

.related-card-overlay {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    min-height: 500px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
}

.related-card-count {
    color: rgba(255, 255, 255, .76);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 25px;
}

.related-card-content > span {
    display: block;
    margin-bottom: 10px;
    color: #e2bd56;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.related-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: 400;
}

.related-card p {
    max-width: 275px;
    margin: 0 0 22px;
    color: rgba(255, 255, 255, .76);
    font-size: 14px;
    line-height: 1.7;
}

.related-card strong {
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.related-card strong i {
    margin-left: 7px;
    color: #e2bd56;
    font-size: 18px;
    font-style: normal;
}

@media (max-width: 900px) {
    #relatedDestinations {
        grid-template-columns: 1fr;
    }

    .related-card,
    .related-card-overlay {
        min-height: 410px;
    }
}

/* =====================================================
   MOBILE NAVIGATION + RESPONSIVE POLISH
===================================================== */

.mobile-menu-toggle,
.mobile-nav-cta {
    display: none;
}

@media (max-width: 900px) {
    .destination-nav {
        position: absolute;
        z-index: 1000;
        padding: 22px 24px;
    }

    .brand {
        font-size: 18px;
    }

    .nav-cta {
        display: none;
    }

    .mobile-menu-toggle {
        position: relative;
        z-index: 1002;
        display: grid;
        width: 44px;
        height: 44px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, .45);
        cursor: pointer;
        background: rgba(7, 28, 77, .28);
    }

    .mobile-menu-toggle span {
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        transition: transform .25s ease, opacity .25s ease;
    }

    .destination-nav--open .mobile-menu-toggle span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .destination-nav--open .mobile-menu-toggle span:nth-child(2) {
        opacity: 0;
    }

    .destination-nav--open .mobile-menu-toggle span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .destination-nav-links {
        position: fixed;
        z-index: 1001;
        inset: 0;
        display: flex;
        visibility: hidden;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: center;
        gap: 28px;
        padding: 90px 34px 45px;
        opacity: 0;
        background: #071c4d;
        pointer-events: none;
        transform: translateX(100%);
        transition: transform .35s ease, opacity .25s ease, visibility .35s;
    }

    .destination-nav.destination-nav--open .destination-nav-links {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

    .destination-nav-links a {
        color: #fff;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(30px, 8vw, 46px);
        font-weight: 400;
        letter-spacing: -.03em;
        text-transform: none;
    }

    .mobile-nav-cta {
        display: inline-block !important;
        width: fit-content;
        margin-top: 20px;
        padding: 16px 20px;
        color: #071c4d !important;
        background: #e3c260;
        font-family: Arial, sans-serif !important;
        font-size: 11px !important;
        font-weight: 800 !important;
        letter-spacing: .1em !important;
        text-transform: uppercase !important;
    }

    .mobile-menu-open {
        overflow: hidden;
    }

    .destination-hero {
        min-height: 760px;
        padding: 145px 0 70px;
    }

    .breadcrumb {
        margin-bottom: 34px;
        font-size: 12px;
    }

    .hero-content h1 {
        font-size: clamp(60px, 18vw, 88px);
    }

    .hero-meta {
        gap: 8px;
    }

    .hero-meta div {
        min-width: auto;
        padding: 11px 12px;
        font-size: 12px;
    }

    .overview-section {
        margin-top: 0;
        padding-top: 0;
    }

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

    .overview-grid .card {
        min-height: 105px;
        padding: 20px 16px;
    }

    .gallery-item,
    .gallery-item-featured {
        height: 280px;
    }

    .story-panel,
    .journey-form,
    .enquiry-copy {
        padding: 38px 24px;
    }
}

@media (max-width: 420px) {
    .destination-hero {
        min-height: 710px;
    }

    .hero-actions .btn-primary {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

    .overview-grid {
        grid-template-columns: 1fr;
    }

    .hero-meta {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-meta div:last-child {
        grid-column: 1 / -1;
    }
}