:root{
    --navy:#06283b;
    --navy-2:#031923;
    --navy-3:#0a4058;
    --blue:#0c86a8;
    --aqua:#37c6cf;
    --teal:#15ad92;
    --coral:#ff6b5e;
    --gold:#ffc43d;
    --gold-soft:#ffe8a9;
    --cream:#f7f4ec;
    --cream-2:#fffaf2;
    --white:#ffffff;
    --text:#102a3b;
    --muted:#667884;
    --border:#d9e2e6;
    --shadow:0 24px 55px rgba(3,21,32,0.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Open Sans',Arial,sans-serif;background:var(--cream);color:var(--text);font-size:16px;line-height:27px;overflow-x:hidden}
body.menu-open{overflow:hidden}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
h1,h2,h3,h4,p,figure{margin-top:0}
h1{font-size:48px;line-height:56px;font-weight:700;letter-spacing:-1px;margin-bottom:20px}
h2{font-size:40px;line-height:48px;font-weight:700;letter-spacing:-1px;margin-bottom:18px}
h3{font-size:22px;line-height:30px;font-weight:700;margin-bottom:12px}
h4{font-size:18px;line-height:26px;font-weight:700;margin-bottom:10px}
p{font-size:16px;line-height:27px;margin-bottom:18px}
.container{width:100%;max-width:1320px;margin-left:auto;margin-right:auto;padding-left:28px;padding-right:28px}
.section{padding-top:90px;padding-bottom:90px}
.compact-section{padding-top:52px;padding-bottom:52px}
.section-light{background:linear-gradient(180deg,#fffaf4,#f3fbfa)}
.section-dark{background:linear-gradient(145deg,var(--navy-2),#083a50);color:var(--white)}
.eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:13px;line-height:18px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--coral);margin-bottom:15px}.eyebrow:before{content:'';width:26px;height:2px;background:linear-gradient(90deg,var(--gold),var(--coral));border-radius:2px}
.large-copy{font-size:18px;line-height:31px}
.rich-copy p{color:var(--muted)}
.section-dark .rich-copy p{color:#c6d4dc}
.center-heading{max-width:760px;margin-left:auto;margin-right:auto;text-align:center;margin-bottom:42px}
.center-heading p{color:var(--muted);margin-bottom:0}
.section-dark .center-heading p{color:#b8cbd5}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:44px;margin-bottom:40px}
.section-head>div{max-width:650px}
.section-head>p,.section-side{max-width:480px}
.section-head>p,.section-side p{color:var(--muted)}
.section-dark .section-head>p,.section-dark .section-side p{color:#bbccd5}
.intro-band{display:flex;align-items:flex-end;justify-content:space-between;gap:70px;padding-top:10px;padding-bottom:10px}
.intro-band>div{max-width:650px}
.intro-band>p{max-width:520px;color:var(--muted);margin-bottom:0}

.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 24px;border:1px solid var(--gold);border-radius:28px;background:linear-gradient(135deg,var(--gold),#ffda58);color:#142735;font-size:15px;line-height:20px;font-weight:700;transition:transform 250ms ease,box-shadow 250ms ease,background 250ms ease,border-color 250ms ease}
.btn:hover{transform:translateY(-3px);box-shadow:0 16px 32px rgba(255,107,94,0.22);border-color:var(--coral);background:linear-gradient(135deg,#ffd45b,var(--coral))}
.btn-small{min-height:44px;padding:10px 20px}
.btn-ghost{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.42);color:var(--white)}
.btn-outline{background:transparent;color:var(--white)}
.btn-dark{background:var(--navy);border-color:var(--navy);color:var(--white)}
.text-link{font-size:15px;line-height:22px;font-weight:700;color:var(--white)}
.dark-link{color:var(--navy)}

.site-header{position:absolute;top:0;left:0;width:100%;z-index:80;color:var(--white);padding-top:17px;padding-bottom:17px;transition:background 250ms ease,box-shadow 250ms ease,transform 250ms ease}
.site-header.is-scrolled{position:fixed;background:rgba(3,21,32,0.94);box-shadow:0 10px 30px rgba(0,0,0,0.18);backdrop-filter:blur(12px)}
.site-header.hide-header{transform:translateY(-100%)}
.header-inner{display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;margin-right:auto}
.brand-mark{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid rgba(255,255,255,0.38);border-radius:50%;color:var(--gold);font-size:19px;line-height:19px}
.brand-copy{display:flex;flex-direction:column}
.brand-copy strong{font-size:19px;line-height:22px;font-weight:700}
.brand-copy small{font-size:10px;line-height:14px;letter-spacing:1px;text-transform:uppercase;color:#c9d8df}
.custom-logo{max-height:48px;width:auto}
.main-nav ul{display:flex;align-items:center;gap:26px;list-style:none;margin:0;padding:0}
.main-nav a{font-size:14px;line-height:20px;font-weight:500;position:relative}
.main-nav a:after{content:'';position:absolute;left:0;bottom:-8px;width:0;height:2px;background:var(--gold);transition:width 250ms ease}
.main-nav a:hover:after,.main-nav .current-menu-item>a:after{width:100%}
.menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,0.34);border-radius:50%;background:transparent;padding:10px}
.menu-toggle span{display:block;width:100%;height:2px;background:#fff;margin-top:5px;margin-bottom:5px}

.home-hero{min-height:760px;background-size:cover;background-position:center;color:var(--white);display:flex;align-items:center;padding-top:128px;padding-bottom:120px;position:relative;overflow:hidden}
.home-hero:after{content:'';position:absolute;left:-80px;bottom:-115px;width:760px;height:190px;background:var(--navy-2);border-radius:50%}
.home-hero-inner{display:flex;align-items:center;justify-content:space-between;gap:70px;position:relative;z-index:2}
.hero-copy{width:52%;max-width:640px}
.hero-copy h1{max-width:620px}
.hero-copy p,.hero-content p,.single-hero-inner p{font-size:18px;line-height:30px;color:#e4edf1;max-width:620px}
.hero-actions{display:flex;align-items:center;gap:14px;margin-top:28px}
.hero-trust-line{display:flex;flex-wrap:wrap;gap:10px 18px;margin-top:28px}
.hero-trust-line span{font-size:13px;line-height:19px;color:#d8e5eb}
.hero-cards{width:44%;display:flex;align-items:center;justify-content:center;position:relative;min-height:410px}
.hero-photo-card{width:205px;height:300px;background-size:cover;background-position:center;border:4px solid rgba(255,255,255,0.90);border-radius:24px;box-shadow:0 28px 60px rgba(0,0,0,0.25);position:absolute;overflow:hidden}
.hero-photo-card div{position:absolute;left:18px;right:18px;bottom:18px;display:flex;flex-direction:column}
.hero-photo-card small{font-size:12px;line-height:17px;color:#e7f0f4;margin-bottom:3px}
.hero-photo-card strong{font-size:18px;line-height:24px;color:#fff}
.hero-photo-card.card-1{left:5px;top:60px;transform:rotate(-7deg)}
.hero-photo-card.card-2{left:150px;top:5px;z-index:3;transform:rotate(2deg)}
.hero-photo-card.card-3{right:0;top:78px;transform:rotate(8deg)}

.booking-shell{margin-top:-78px;position:relative;z-index:20;padding-bottom:16px}
.booking-widget{background:#fff;border-radius:26px;padding:18px;box-shadow:var(--shadow)}
.booking-tabs{display:flex;gap:7px;border-bottom:1px solid var(--border);padding-bottom:15px;overflow-x:auto}
.booking-tab{display:flex;align-items:center;gap:8px;flex:0 0 auto;border:0;background:transparent;border-radius:22px;padding:10px 16px;color:var(--muted);font-size:14px;line-height:20px;font-weight:700}
.booking-tab span{font-size:18px;line-height:18px}
.booking-tab.active{background:var(--navy);color:#fff}
.booking-panel{display:none;align-items:stretch;padding-top:17px}
.booking-panel.active{display:flex}
.booking-field{flex:1;padding:9px 19px;border-right:1px solid var(--border);min-width:0}
.booking-field small{display:block;font-size:11px;line-height:16px;text-transform:uppercase;letter-spacing:1px;color:var(--muted);font-weight:700;margin-bottom:5px}
.booking-field strong{font-size:15px;line-height:22px;font-weight:600;color:var(--text)}
.booking-btn{margin-left:18px;min-width:170px}

.stats-row{display:flex;gap:18px}
.stat-card{flex:1;display:flex;align-items:center;gap:16px;padding:12px 22px;border-right:1px solid rgba(255,255,255,0.15)}
.stat-card:last-child{border-right:0}
.stat-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid rgba(245,189,53,0.55);border-radius:50%;color:var(--gold);font-size:20px;line-height:20px;flex:0 0 auto}
.stat-card strong,.stat-card b{font-size:30px;line-height:34px;color:var(--gold);font-weight:700}
.stat-card p{font-size:13px;line-height:18px;color:#bbccd5;margin:4px 0 0}

.destination-feature-row{display:flex;flex-wrap:wrap;gap:20px}
.destination-card{flex:1 1 260px;min-height:390px;border-radius:24px;background-size:cover;background-position:center;color:#fff;padding:22px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;transition:transform 250ms ease,box-shadow 250ms ease}
.destination-card:hover{transform:translateY(-7px);box-shadow:var(--shadow)}
.destination-card-large{flex-basis:540px}
.destination-card-top{display:flex;justify-content:flex-end}
.destination-card-top span,.tour-badge{display:inline-flex;padding:6px 10px;border-radius:16px;background:rgba(245,189,53,0.92);color:#172b39;font-size:11px;line-height:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px}
.destination-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}
.destination-card-bottom div{max-width:80%}
.destination-card small{font-size:12px;line-height:18px;color:#d8e6ec}
.destination-card h3{font-size:26px;line-height:32px;margin:3px 0 7px}
.destination-card p{font-size:14px;line-height:21px;color:#dce7ec;margin:0}
.destination-card b{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(255,255,255,0.45);border-radius:50%;font-size:18px;line-height:18px;flex:0 0 auto}
.destination-full-row .destination-card{flex-basis:30%}
.destination-filter-item.is-hidden,.tour-filter-item.is-hidden,.gallery-filter-item.is-hidden{display:none}

.story-wrap{display:flex;align-items:center;gap:72px}
.story-image,.story-copy{flex:1;min-width:0}
.story-image{position:relative}
.story-image>img{width:100%;height:540px;object-fit:cover;border-radius:34px}
.story-float-card{position:absolute;right:-22px;bottom:28px;max-width:220px;background:#fff;padding:18px 20px;border-radius:18px;box-shadow:var(--shadow);color:var(--text)}
.story-float-card strong{display:block;font-size:28px;line-height:32px;color:var(--navy);margin-bottom:5px}
.story-float-card span{font-size:13px;line-height:18px;color:var(--muted)}
.story-copy>p{color:#c2d2da}
.section-light .story-copy>p,.season-section .story-copy>p,.package-inclusions-section .story-copy>p,.gallery-feature-section .story-copy>p,.itinerary-preview-section .story-copy>p,.plan-assurance-section .story-copy>p{color:var(--muted)}
.story-points{display:flex;flex-direction:column;gap:16px;margin-top:24px;margin-bottom:28px}
.story-points article{display:flex;gap:16px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,0.12)}
.story-points article>b{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;border:1px solid rgba(245,189,53,0.55);color:var(--gold);font-size:13px;line-height:18px;flex:0 0 auto}
.story-points article h3{font-size:18px;line-height:25px;margin-bottom:4px}
.story-points article p{font-size:14px;line-height:22px;color:#b9ccd5;margin:0}

.tour-row{display:flex;flex-wrap:wrap;gap:22px}
.tour-card{flex:1 1 300px;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 34px rgba(3,21,32,0.09);transition:transform 250ms ease,box-shadow 250ms ease;color:var(--text)}
.tour-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.tour-image{display:block;position:relative;overflow:hidden}
.tour-image img{width:100%;height:245px;object-fit:cover;transition:transform 350ms ease}
.tour-card:hover .tour-image img{transform:scale(1.04)}
.tour-badge{position:absolute;top:16px;left:16px}
.tour-body{padding:22px}
.tour-meta{display:flex;justify-content:space-between;gap:14px;color:var(--muted);font-size:12px;line-height:18px;margin-bottom:9px}
.tour-body h3{font-size:21px;line-height:29px}
.tour-body p{color:var(--muted);font-size:14px;line-height:23px}
.tour-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;border-top:1px solid var(--border);padding-top:17px}
.tour-bottom small{display:block;font-size:11px;line-height:16px;color:var(--muted)}
.tour-bottom strong{display:block;font-size:20px;line-height:25px;color:var(--navy);margin-top:2px}
.tour-bottom a{font-size:13px;line-height:20px;font-weight:700;color:var(--blue)}

.style-explorer-section{background:#edf3f4}
.style-explorer-row{display:flex;flex-wrap:wrap;gap:18px}
.style-image-card{flex:1 1 250px;min-height:360px;border-radius:24px;background-size:cover;background-position:center;color:#fff;padding:22px;display:flex;flex-direction:column;justify-content:space-between;transition:transform 250ms ease}
.style-image-card:hover{transform:translateY(-6px)}
.style-image-card>span{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:rgba(2,18,30,0.55);border:1px solid rgba(255,255,255,0.30);font-size:21px;line-height:21px;color:var(--gold)}
.style-image-card h3{margin-bottom:7px}
.style-image-card p{font-size:14px;line-height:22px;color:#e1ebef;margin:0}

.offer-wrap{display:flex;align-items:stretch;background:#fff;border-radius:30px;overflow:hidden;box-shadow:var(--shadow)}
.offer-copy,.offer-visual{width:50%}
.offer-copy{padding:54px}
.offer-copy p{color:var(--muted)}
.offer-badges{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 26px}
.offer-badges span{font-size:13px;line-height:19px;padding:8px 11px;border-radius:18px;background:#edf4f5;color:var(--navy)}
.offer-visual{min-height:480px;background-size:cover;background-position:center;position:relative}
.offer-price{position:absolute;left:24px;bottom:24px;background:rgba(3,21,32,0.88);border:1px solid rgba(255,255,255,0.18);border-radius:18px;padding:17px 20px;color:#fff}
.offer-price small{display:block;font-size:11px;line-height:16px;color:#c8d7de}
.offer-price strong{display:block;font-size:26px;line-height:31px;color:var(--gold);margin-top:2px}

.process-row{display:flex;flex-wrap:wrap;gap:16px;position:relative}
.process-card{flex:1 1 230px;padding:28px 24px;border:1px solid rgba(255,255,255,0.12);border-radius:20px;background:#08283b}
.process-card>span{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:#142735;font-size:12px;line-height:18px;font-weight:700;margin-bottom:18px}
.process-card p{font-size:14px;line-height:23px;color:#b9cbd4;margin-bottom:0}

.why-wrap{display:flex;align-items:flex-start;gap:64px}
.why-copy{width:34%;position:sticky;top:110px}
.why-copy p{color:var(--muted)}
.why-cards{width:66%;display:flex;flex-wrap:wrap;gap:18px}
.why-card{width:calc(50% - 9px);padding:28px;border:1px solid var(--border);background:#fff;border-radius:22px;box-shadow:0 9px 24px rgba(3,21,32,0.05)}
.why-card>span{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--gold);font-size:16px;line-height:16px;margin-bottom:18px}
.why-card p{font-size:14px;line-height:23px;color:var(--muted);margin-bottom:0}

.home-gallery-row,.tour-gallery-row{display:flex;flex-wrap:wrap;gap:16px}
.home-gallery-card,.tour-gallery-card{width:calc(33.333% - 11px);margin:0;position:relative;border-radius:22px;overflow:hidden;background:#fff}
.home-gallery-card img{width:100%;height:330px;object-fit:cover}
.home-gallery-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:50px 20px 20px;background:linear-gradient(transparent,rgba(2,18,30,0.92));color:#fff}
.home-gallery-card strong,.home-gallery-card span{display:block}
.home-gallery-card span{font-size:12px;line-height:18px;color:#d2e1e8}

.testimonial-row{display:flex;flex-wrap:wrap;gap:20px}
.testimonial-card{flex:1 1 300px;padding:30px;border-radius:22px;background:#fff;color:var(--text);box-shadow:0 12px 32px rgba(0,0,0,0.08)}
.section-dark .testimonial-card{background:#08283b;color:#fff;border:1px solid rgba(255,255,255,0.09)}
.stars{color:var(--gold);letter-spacing:3px;font-size:15px;line-height:20px;margin-bottom:17px}
.testimonial-card>p{font-size:18px;line-height:30px}
.section-dark .testimonial-card>p{color:#e0e9ed}
.traveller-meta{display:flex;align-items:center;gap:12px;margin-top:22px}
.traveller-avatar{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:var(--gold);color:var(--navy);font-weight:700}
.traveller-meta strong,.traveller-meta span{display:block}
.traveller-meta span{font-size:12px;line-height:18px;color:var(--muted)}
.section-dark .traveller-meta span{color:#aebfc8}

.blog-row{display:flex;flex-wrap:wrap;gap:22px}
.blog-card{flex:1 1 310px;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(3,21,32,0.08);color:var(--text)}
.blog-image img{width:100%;height:230px;object-fit:cover}
.blog-body{padding:22px}
.blog-body>span{font-size:12px;line-height:18px;color:var(--muted)}
.blog-body h3{font-size:20px;line-height:28px;margin-top:8px}
.blog-body p{font-size:14px;line-height:23px;color:var(--muted)}
.blog-body>a{font-size:13px;line-height:20px;font-weight:700;color:var(--blue)}
.blog-feature{display:flex;align-items:center;gap:54px}
.blog-feature-image,.blog-feature-copy{width:50%}
.blog-feature-image img{width:100%;height:430px;object-fit:cover;border-radius:28px}
.blog-feature-copy p{color:#bfced6}

.planner-section{background-size:cover;background-position:center;color:#fff}
.planner-wrap,.contact-layout,.planner-page-layout{display:flex;align-items:flex-start;gap:70px}
.planner-copy,.contact-copy,.planner-page-copy{width:48%}
.planner-form{width:52%;background:#fff;color:var(--text);border-radius:26px;padding:32px;box-shadow:var(--shadow)}
.planner-copy>p{color:#c5d4db}
.planner-benefits{display:flex;flex-direction:column;gap:9px;margin-top:24px}
.planner-benefits span{font-size:14px;line-height:21px;color:#dbe6eb}
.dark-benefits span{color:var(--text)}
.form-kicker{display:inline-block;font-size:11px;line-height:16px;text-transform:uppercase;letter-spacing:1px;color:var(--blue);font-weight:700;margin-bottom:7px}
.planner-form>p{color:var(--muted)}
.planner-form label{display:block;font-size:13px;line-height:19px;font-weight:700;color:var(--text);margin-bottom:4px}
.planner-form input,.planner-form select,.planner-form textarea{width:100%;min-height:48px;border:1px solid var(--border);border-radius:12px;background:#fff;padding:12px 14px;font-size:14px;line-height:21px;color:var(--text);margin-top:5px;margin-bottom:11px;outline:none}
.planner-form input:focus,.planner-form select:focus,.planner-form textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(12,85,120,0.08)}
.planner-form textarea{min-height:115px;resize:vertical}
.planner-form input[type=submit]{background:var(--gold);border-color:var(--gold);font-weight:700;cursor:pointer;color:#142735}
.planner-form .wpcf7-spinner{margin:0 0 0 10px}
.planner-form .wpcf7-not-valid-tip{font-size:12px;line-height:18px;margin-top:-7px;margin-bottom:7px}
.planner-form .wpcf7-response-output{margin:14px 0 0;padding:10px 12px;border-radius:10px;font-size:13px;line-height:20px}
.form-placeholder{padding:16px;border-radius:12px;background:#fff5d8;color:#59460d;font-size:14px;line-height:22px}
.large-form{padding:38px}
.compact-form{max-width:520px}
.newsletter-block{display:flex;align-items:center;justify-content:space-between;gap:60px}
.newsletter-block>div:first-child{max-width:580px}
.newsletter-block>div:first-child p{color:#bfced6}

.faq-layout{display:flex;align-items:flex-start;gap:70px}
.faq-copy{width:38%;position:sticky;top:110px}
.faq-copy p{color:var(--muted)}
.faq-column{width:62%}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{border:1px solid var(--border);border-radius:18px;background:#fff;overflow:hidden}
.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;border:0;background:transparent;padding:20px 22px;text-align:left;color:var(--text);font-size:16px;line-height:24px;font-weight:700}
.faq-question b{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#edf3f4;color:var(--navy);font-size:18px;line-height:18px;flex:0 0 auto}
.faq-answer{max-height:0;overflow:hidden;transition:max-height 300ms ease}
.faq-answer>div{padding:0 22px 20px;color:var(--muted);font-size:14px;line-height:23px}
.faq-item.open .faq-question b{background:var(--gold)}

.final-cta{background-size:cover;background-position:center;color:#fff;padding-top:105px;padding-bottom:105px}
.final-cta-inner{max-width:780px}
.final-cta-inner p{max-width:620px;color:#dae6eb;font-size:17px;line-height:29px}

.page-hero{min-height:520px;background-size:cover;background-position:center;color:#fff;display:flex;align-items:center;padding-top:145px;padding-bottom:95px}
.hero-content{max-width:1320px}
.hero-content h1{max-width:760px}
.hero-content .btn{margin-top:12px}

.purpose-row{display:flex;flex-wrap:wrap;gap:18px}
.purpose-card{flex:1 1 250px;padding:30px;border:1px solid rgba(255,255,255,0.12);border-radius:22px;background:#08283b}
.purpose-card>span{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid rgba(245,189,53,0.50);color:var(--gold);font-size:18px;line-height:18px;margin-bottom:20px}
.purpose-card p{font-size:14px;line-height:23px;color:#b9cbd4;margin-bottom:0}
.mini-stats{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.mini-stats>div{flex:1;min-width:130px;padding:16px;border-radius:16px;background:#fff;border:1px solid var(--border)}
.mini-stats strong,.mini-stats span{display:block}
.mini-stats strong{font-size:22px;line-height:27px;color:var(--navy)}
.mini-stats span{font-size:12px;line-height:18px;color:var(--muted)}
.team-row{display:flex;flex-wrap:wrap;gap:22px}
.team-card{flex:1 1 300px;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 10px 30px rgba(3,21,32,0.07)}
.team-card img{width:100%;height:340px;object-fit:cover}
.team-card>div{padding:22px}
.team-card small{font-size:12px;line-height:18px;color:var(--gold);font-weight:700;text-transform:uppercase;letter-spacing:1px}
.team-card h3{margin-top:6px}
.team-card p{font-size:14px;line-height:23px;color:var(--muted);margin-bottom:0}
.trust-strip-section{padding-top:48px;padding-bottom:48px;background:#e8eeee}
.trust-strip{display:flex;align-items:center;justify-content:space-between;gap:50px}
.trust-strip>div:first-child{max-width:420px}
.trust-strip h2{margin-bottom:0}
.trust-badges{display:flex;flex-wrap:wrap;gap:12px 24px;justify-content:flex-end}
.trust-badges span{display:flex;align-items:center;gap:8px;font-size:14px;line-height:21px;font-weight:700}
.trust-badges b{color:var(--gold)}
.reverse-on-desktop{flex-direction:row-reverse}

.filter-row{display:flex;flex-wrap:wrap;gap:9px;justify-content:center}
.filter-btn{border:1px solid rgba(255,255,255,0.22);background:transparent;color:#dbe7ec;border-radius:22px;padding:10px 16px;font-size:13px;line-height:19px;font-weight:700}
.filter-btn.active{background:var(--gold);border-color:var(--gold);color:#162b39}
.season-list{display:flex;flex-direction:column;gap:13px;margin-top:25px}
.season-list article{display:flex;gap:17px;padding:16px;border:1px solid var(--border);border-radius:16px;background:#fff}
.season-list article>span{display:flex;align-items:center;justify-content:center;width:82px;min-width:82px;border-radius:12px;background:#edf3f4;color:var(--navy);font-size:12px;line-height:18px;font-weight:700;text-align:center}
.season-list h3{font-size:17px;line-height:24px;margin-bottom:3px}
.season-list p{font-size:13px;line-height:21px;color:var(--muted);margin:0}
.icon-list{display:flex;flex-direction:column;gap:12px;margin-top:24px}
.icon-list article{display:flex;gap:14px;padding:15px;border-radius:16px;background:#fff;border:1px solid var(--border)}
.icon-list article>span{display:flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;border-radius:50%;background:var(--navy);color:var(--gold)}
.icon-list h3{font-size:17px;line-height:24px;margin-bottom:2px}
.icon-list p{font-size:13px;line-height:21px;color:var(--muted);margin:0}

.gallery-flex{display:flex;flex-wrap:wrap;gap:18px}
.gallery-card{width:calc(33.333% - 12px);margin:0;position:relative;border-radius:22px;overflow:hidden;min-height:390px;background:#102a3b}
.gallery-card:nth-child(5n+1){width:calc(66.666% - 6px)}
.gallery-card img{width:100%;height:100%;min-height:390px;object-fit:cover}
.gallery-card figcaption{position:absolute;left:0;right:0;bottom:0;padding:60px 22px 22px;background:linear-gradient(transparent,rgba(2,18,30,0.94));color:#fff}
.gallery-card figcaption small,.gallery-card figcaption strong,.gallery-card figcaption span{display:block}
.gallery-card figcaption small{font-size:11px;line-height:16px;color:var(--gold);text-transform:uppercase;letter-spacing:1px}
.gallery-card figcaption strong{font-size:20px;line-height:27px;margin-top:3px}
.gallery-card figcaption span{font-size:12px;line-height:18px;color:#d3e1e8}
.gallery-play{position:absolute;top:20px;right:20px;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--gold);color:var(--navy);font-size:16px;line-height:16px}

.contact-cards{display:flex;flex-direction:column;gap:12px;margin-top:28px}
.contact-method{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--border);border-radius:16px;background:#fff}
.contact-method>span{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--navy);color:var(--gold)}
.contact-method strong,.contact-method small{display:block}
.contact-method small{font-size:13px;line-height:20px;color:var(--muted)}
.map-card{height:500px;border-radius:28px;overflow:hidden;background:#e7edef}
.map-card iframe,.destination-map iframe{width:100%;height:100%;border:0}
.map-card>img{height:100%;border-radius:0}
.office-details{display:flex;flex-direction:column;gap:11px;margin-top:24px}
.office-details>div{padding-bottom:11px;border-bottom:1px solid var(--border)}
.office-details strong,.office-details span{display:block}
.office-details strong{font-size:12px;line-height:18px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}
.office-details span{font-size:15px;line-height:23px;margin-top:3px}
.planner-help-box{margin-top:28px;padding:20px;border-radius:18px;background:#fff;border:1px solid var(--border)}
.planner-help-box strong{display:block;margin-bottom:5px}
.planner-help-box p{font-size:14px;line-height:22px;color:var(--muted);margin:0}

.single-destination-hero,.single-tour-hero{min-height:620px;background-size:cover;background-position:center;color:#fff;display:flex;align-items:flex-end;padding-top:150px;padding-bottom:85px}
.single-hero-inner{max-width:900px;margin-left:0}
.single-hero-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}
.single-hero-badges span{padding:8px 12px;border-radius:18px;background:rgba(255,255,255,0.11);border:1px solid rgba(255,255,255,0.25);font-size:12px;line-height:18px;color:#fff}
.destination-overview-layout{display:flex;align-items:flex-start;gap:40px}
.destination-main{flex:1;min-width:0}
.booking-card{width:350px;flex:0 0 350px;background:var(--navy);color:#fff;border-radius:24px;padding:28px;position:sticky;top:110px}
.booking-card p{color:#bdcfd7;font-size:14px;line-height:23px}
.booking-card .btn{width:100%;margin-top:8px}
.quick-facts{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.quick-facts>div{width:calc(50% - 6px);padding:16px;border-radius:15px;background:#fff;border:1px solid var(--border)}
.quick-facts small,.quick-facts strong{display:block}
.quick-facts small{font-size:11px;line-height:16px;color:var(--muted);text-transform:uppercase;letter-spacing:1px}
.quick-facts strong{font-size:15px;line-height:22px;margin-top:4px}
.highlight-row{display:flex;flex-wrap:wrap;gap:16px}
.highlight-card{flex:1 1 230px;padding:27px;border-radius:20px;background:#08283b;border:1px solid rgba(255,255,255,0.10)}
.highlight-card span{display:block;font-size:12px;line-height:18px;color:var(--gold);font-weight:700;margin-bottom:18px}
.highlight-card p{font-size:14px;line-height:23px;color:#bacbd4;margin:0}
.experience-cards{display:flex;flex-wrap:wrap;gap:20px}
.experience-card{flex:1 1 300px;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 10px 30px rgba(3,21,32,0.07)}
.experience-card img{width:100%;height:280px;object-fit:cover}
.experience-card div{padding:22px}
.experience-card p{font-size:14px;line-height:23px;color:var(--muted);margin:0}
.timeline-list{display:flex;flex-direction:column;gap:13px;margin-top:26px}
.timeline-list article{display:flex;gap:14px;padding-bottom:14px;border-bottom:1px solid var(--border)}
.timeline-list article>span{display:flex;align-items:center;justify-content:center;width:62px;min-width:62px;height:42px;border-radius:14px;background:var(--navy);color:var(--gold);font-size:11px;line-height:17px;font-weight:700}
.timeline-list h3{font-size:17px;line-height:24px;margin-bottom:2px}
.timeline-list p{font-size:13px;line-height:21px;color:var(--muted);margin:0}
.season-card-row{display:flex;flex-wrap:wrap;gap:16px}
.season-card{flex:1 1 230px;padding:24px;border-radius:20px;background:#fff;border:1px solid var(--border)}
.season-card>span{display:inline-block;font-size:11px;line-height:17px;font-weight:700;color:var(--blue);margin-bottom:10px}
.season-card p{font-size:14px;line-height:22px;color:var(--muted);margin:0}
.destination-map{height:430px;border-radius:24px;overflow:hidden}

.tour-info-bar{background:#fff;box-shadow:0 8px 24px rgba(3,21,32,0.07)}
.tour-info-row{display:flex;align-items:stretch}
.tour-info-row>div{flex:1;padding:22px;border-right:1px solid var(--border);text-align:center}
.tour-info-row>div:last-child{border-right:0}
.tour-info-row small,.tour-info-row strong{display:block}
.tour-info-row small{font-size:11px;line-height:16px;color:var(--muted);text-transform:uppercase;letter-spacing:1px}
.tour-info-row strong{font-size:17px;line-height:24px;margin-top:4px}
.tour-price-box{padding:16px;border-radius:16px;background:#0b3147;margin:20px 0}
.tour-price-box small,.tour-price-box strong,.tour-price-box span{display:block}
.tour-price-box small{font-size:11px;line-height:16px;color:#bdcfd7}
.tour-price-box strong{font-size:28px;line-height:34px;color:var(--gold);margin:3px 0}
.tour-price-box span{font-size:11px;line-height:17px;color:#aebfc8}
.tour-highlight-list{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}
.tour-highlight-list span{padding:8px 11px;border-radius:18px;background:#eaf1f3;font-size:13px;line-height:19px}
.itinerary-accordion{display:flex;flex-direction:column;gap:11px}
.itinerary-item{border:1px solid rgba(255,255,255,0.12);border-radius:18px;background:#08283b;overflow:hidden}
.itinerary-question{width:100%;display:flex;align-items:center;gap:16px;border:0;background:transparent;color:#fff;padding:18px 20px;text-align:left}
.itinerary-day{display:flex;align-items:center;justify-content:center;width:65px;min-width:65px;height:42px;border-radius:14px;background:var(--gold);color:var(--navy);font-size:11px;line-height:17px;font-weight:700}
.itinerary-title{flex:1;display:flex;flex-direction:column}
.itinerary-title strong{font-size:16px;line-height:23px}
.itinerary-title small{font-size:12px;line-height:18px;color:#aec2cc}
.itinerary-question>b{font-size:20px;line-height:20px;color:var(--gold)}
.itinerary-answer{max-height:0;overflow:hidden;transition:max-height 300ms ease}
.itinerary-answer.open{max-height:260px}
.itinerary-answer p{padding:0 20px 20px 101px;color:#bfced6;font-size:14px;line-height:23px;margin:0}
.inclusions-layout{display:flex;gap:24px}
.inclusion-box,.exclusion-box{width:50%;padding:30px;border-radius:24px;background:#fff;border:1px solid var(--border)}
.check-columns{display:flex;flex-wrap:wrap;gap:10px 16px}
.check-columns span{width:calc(50% - 8px);font-size:14px;line-height:22px}
.exclusion-list span{color:#6f777c}
.tour-gallery-card{height:320px}
.tour-gallery-card img{width:100%;height:100%;object-fit:cover}
.tour-gallery-card figcaption{position:absolute;left:16px;bottom:16px;padding:7px 10px;border-radius:14px;background:rgba(2,18,30,0.76);color:#fff;font-size:12px;line-height:18px}

.article-hero{min-height:570px;background-size:cover;background-position:center;color:#fff;display:flex;align-items:flex-end;padding-top:150px;padding-bottom:80px}
.article-hero-inner{max-width:900px;margin-left:0}
.article-hero-inner p{font-size:18px;line-height:30px;color:#dbe6eb;max-width:720px}
.article-meta{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:22px}
.article-meta span{font-size:12px;line-height:18px;color:#c7d7df}
.article-layout{display:flex;align-items:flex-start;gap:45px}
.article-content{flex:1;max-width:820px}
.article-content p{font-size:17px;line-height:31px}
.article-content h2{margin-top:38px}
.article-content h3{margin-top:30px}
.article-content img{border-radius:20px;margin-top:24px;margin-bottom:24px}
.article-sidebar{width:320px;flex:0 0 320px;position:sticky;top:110px}
.sidebar-cta{padding:25px;border-radius:22px;background:var(--navy);color:#fff}
.sidebar-cta p{font-size:14px;line-height:23px;color:#bdcfd7}
.sidebar-cta .btn{width:100%}

.thank-you-page{min-height:760px;background-size:cover;background-position:center;color:#fff;display:flex;align-items:center;padding-top:150px;padding-bottom:100px}
.thank-you-card{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}
.thank-you-card p{max-width:620px;margin-left:auto;margin-right:auto;color:#dbe6eb;font-size:18px;line-height:30px}
.thank-you-card .hero-actions{justify-content:center}

.site-footer{background:#02131d;color:#d2e0e6;padding-top:0}
.footer-newsletter{display:flex;align-items:center;justify-content:space-between;gap:60px;background:var(--navy-3);border-radius:28px;padding:36px 40px;transform:translateY(-48px);box-shadow:0 18px 44px rgba(0,0,0,0.18)}
.footer-newsletter>div{width:50%}
.footer-newsletter h2{font-size:28px;line-height:35px;margin-bottom:0;color:#fff}
.footer-newsletter-form p{font-size:13px;line-height:20px;color:#bcd0d9;margin:0}
.footer-newsletter-form form{display:flex;align-items:flex-start;gap:9px}
.footer-newsletter-form .wpcf7-form-control-wrap{flex:1}
.footer-newsletter-form input[type=email]{width:100%;min-height:48px;border:1px solid rgba(255,255,255,0.15);border-radius:24px;background:#fff;padding:11px 16px;font-size:14px;line-height:21px}
.footer-newsletter-form input[type=submit]{min-height:48px;border:1px solid var(--gold);border-radius:24px;background:var(--gold);color:var(--navy);padding:11px 18px;font-weight:700;cursor:pointer}
.footer-newsletter-form .wpcf7-spinner{display:none}
.footer-top{display:flex;gap:70px;padding-top:15px}
.footer-brand{width:46%}
.footer-nav-wrap,.footer-contact{width:27%}
.brand-footer{margin-bottom:17px;color:#fff}
.footer-brand>p{max-width:460px;color:#9fb4be}
.social-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}
.social-row a{font-size:12px;line-height:18px;border:1px solid rgba(255,255,255,0.16);border-radius:16px;padding:7px 10px}
.footer-top h3{font-size:17px;line-height:24px;color:#fff}
.footer-nav-wrap ul{list-style:none;padding:0;margin:0}
.footer-nav-wrap li{margin-bottom:7px}
.footer-nav-wrap a,.footer-contact p,.footer-contact a{font-size:14px;line-height:23px;color:#9fb4be}
.footer-contact p{margin-bottom:8px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,0.11);margin-top:48px;padding-top:19px;padding-bottom:19px}
.footer-bottom p{font-size:12px;line-height:18px;color:#8199a5;margin:0}

.reveal-up,.reveal-left,.reveal-right{opacity:0;transition:opacity 650ms ease,transform 650ms ease}
.reveal-up{transform:translateY(28px)}
.reveal-left{transform:translateX(-28px)}
.reveal-right{transform:translateX(28px)}
.reveal-up.in-view,.reveal-left.in-view,.reveal-right.in-view{opacity:1;transform:translate(0,0)}

@media(max-width:1080px){
    h1{font-size:40px;line-height:48px}
    h2{font-size:34px;line-height:42px}
    .section{padding-top:76px;padding-bottom:76px}
    .container{padding-left:24px;padding-right:24px}
    .main-nav{display:none;position:absolute;left:24px;right:24px;top:78px;background:var(--navy);border-radius:20px;padding:18px;box-shadow:var(--shadow)}
    .main-nav.is-open{display:block}
    .main-nav ul{flex-direction:column;align-items:flex-start;gap:10px}
    .main-nav a{display:block;padding:7px 3px}
    .menu-toggle{display:block}
    .header-cta{display:none}
    .hero-cards{display:none}
    .hero-copy{width:70%}
    .home-hero{min-height:700px}
    .booking-panel{flex-wrap:wrap}
    .booking-field{flex:1 1 220px}
    .booking-btn{width:100%;margin:16px 0 0}
    .stats-row{flex-wrap:wrap}
    .stat-card{flex:1 1 45%;border-right:0;border-bottom:1px solid rgba(255,255,255,0.12)}
    .story-wrap{gap:42px}
    .story-image>img{height:470px}
    .why-wrap{gap:36px}
    .why-copy{width:36%}
    .why-cards{width:64%}
    .planner-wrap,.contact-layout,.planner-page-layout{gap:40px}
    .footer-newsletter{gap:32px}
    .destination-overview-layout{gap:28px}
    .booking-card{width:320px;flex-basis:320px}
}

@media(max-width:820px){
    .section-head,.intro-band,.story-wrap,.why-wrap,.planner-wrap,.contact-layout,.planner-page-layout,.faq-layout,.blog-feature,.newsletter-block,.inclusions-layout,.footer-top,.footer-newsletter{flex-direction:column}
    .section-head{align-items:flex-start;gap:10px}
    .section-head>p,.section-side,.intro-band>p{max-width:100%}
    .story-image,.story-copy,.why-copy,.why-cards,.planner-copy,.contact-copy,.planner-page-copy,.planner-form,.faq-copy,.faq-column,.blog-feature-image,.blog-feature-copy,.inclusion-box,.exclusion-box,.footer-brand,.footer-nav-wrap,.footer-contact,.footer-newsletter>div{width:100%}
    .why-copy,.faq-copy{position:static}
    .why-card{width:calc(50% - 9px)}
    .offer-wrap{flex-direction:column}
    .offer-copy,.offer-visual{width:100%}
    .offer-visual{min-height:400px}
    .story-float-card{right:18px}
    .home-gallery-card,.tour-gallery-card{width:calc(50% - 8px)}
    .gallery-card,.gallery-card:nth-child(5n+1){width:calc(50% - 9px)}
    .destination-full-row .destination-card{flex-basis:46%}
    .destination-overview-layout{flex-direction:column}
    .booking-card{width:100%;flex-basis:auto;position:static}
    .tour-info-row{flex-wrap:wrap}
    .tour-info-row>div{flex:1 1 50%;border-bottom:1px solid var(--border)}
    .article-layout{flex-direction:column}
    .article-sidebar{width:100%;flex-basis:auto;position:static}
    .footer-newsletter{transform:translateY(-30px)}
    .footer-newsletter-form form{flex-direction:column}
    .footer-newsletter-form input[type=submit]{width:100%}
    .footer-bottom{flex-direction:column}
}

@media(max-width:640px){
    body{font-size:15px;line-height:25px}
    h1{font-size:34px;line-height:42px;letter-spacing:-1px}
    h2{font-size:28px;line-height:36px;letter-spacing:-1px}
    h3{font-size:20px;line-height:28px}
    p{font-size:15px;line-height:25px}
    .container{padding-left:18px;padding-right:18px}
    .section{padding-top:60px;padding-bottom:60px}
    .compact-section{padding-top:42px;padding-bottom:42px}
    .site-header{padding-top:13px;padding-bottom:13px}
    .brand-copy small{display:none}
    .home-hero{min-height:660px;padding-top:118px;padding-bottom:100px}
    .home-hero:after{display:none}
    .hero-copy{width:100%}
    .hero-copy p,.hero-content p,.single-hero-inner p{font-size:16px;line-height:27px}
    .hero-actions{align-items:stretch;flex-direction:column}
    .hero-actions .btn{width:100%}
    .hero-trust-line{flex-direction:column;gap:6px}
    .booking-shell{margin-top:-55px}
    .booking-widget{padding:13px;border-radius:20px}
    .booking-panel{display:none;flex-direction:column}
    .booking-panel.active{display:flex}
    .booking-field{width:100%;border-right:0;border-bottom:1px solid var(--border);padding:13px 7px}
    .booking-btn{margin-top:14px}
    .stat-card{flex-basis:100%;padding:14px 3px}
    .section-head{margin-bottom:30px}
    .destination-card,.destination-card-large,.destination-full-row .destination-card{flex-basis:100%;min-height:350px}
    .story-image>img{height:370px;border-radius:24px}
    .story-float-card{position:static;margin:-35px 14px 0;max-width:none}
    .offer-copy{padding:28px 22px}
    .offer-visual{min-height:340px}
    .why-card{width:100%}
    .home-gallery-card,.tour-gallery-card{width:100%}
    .home-gallery-card img{height:300px}
    .planner-form,.large-form{padding:24px 20px;border-radius:20px}
    .final-cta{padding-top:76px;padding-bottom:76px}
    .page-hero{min-height:480px;padding-top:130px;padding-bottom:74px}
    .purpose-card{flex-basis:100%}
    .team-card img{height:300px}
    .trust-strip{flex-direction:column;align-items:flex-start}
    .trust-badges{justify-content:flex-start}
    .filter-row{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}
    .filter-btn{flex:0 0 auto}
    .gallery-card,.gallery-card:nth-child(5n+1){width:100%;min-height:330px}
    .gallery-card img{min-height:330px}
    .map-card{height:360px}
    .single-destination-hero,.single-tour-hero{min-height:540px;padding-top:130px;padding-bottom:70px}
    .quick-facts>div{width:100%}
    .experience-card{flex-basis:100%}
    .season-card{flex-basis:100%}
    .tour-info-row>div{flex-basis:100%;border-right:0}
    .itinerary-question{gap:10px;padding:15px}
    .itinerary-day{width:56px;min-width:56px}
    .itinerary-answer p{padding:0 15px 18px 81px}
    .check-columns span{width:100%}
    .article-hero{min-height:520px;padding-top:130px;padding-bottom:70px}
    .article-content p{font-size:16px;line-height:29px}
    .thank-you-page{min-height:680px;padding-top:130px;padding-bottom:80px}
    .footer-newsletter{padding:26px 20px;border-radius:22px}
    .footer-newsletter h2{font-size:24px;line-height:31px}
    .footer-top{gap:30px}
}

.cf7-row{display:flex;gap:12px}
.cf7-field{flex:1;min-width:0}
.cf7-field-full{width:100%}
.cf7-note{font-size:12px;line-height:18px;color:var(--muted);margin-top:2px;margin-bottom:10px}
.cf7-consent{font-size:13px;line-height:20px;color:var(--muted);margin-top:4px;margin-bottom:14px}
.cf7-consent .wpcf7-list-item{margin:0}
.cf7-consent input{width:auto;min-height:0;margin:0 7px 0 0}
.footer-newsletter-form .wpcf7-response-output{margin:8px 0 0;font-size:12px;line-height:18px}
@media(max-width:640px){.cf7-row{flex-direction:column;gap:0}}


/* =========================================================
   V3 — VIBRANT TRAVEL VISUAL SYSTEM
   ========================================================= */

/* Open Sans drives the interface; Lora adds an editorial travel tone to descriptive copy. */
.hero-copy p,
.hero-content p,
.single-hero-inner p,
.center-heading p,
.section-head>p,
.section-side p,
.intro-band>p,
.story-copy>p,
.why-copy>p,
.offer-copy>p,
.planner-copy>p,
.contact-copy>p,
.planner-page-copy>p,
.faq-copy>p,
.rich-copy p,
.large-copy,
.final-cta-inner p,
.footer-brand>p{
    font-family:'Lora',Georgia,serif;
    font-weight:400;
}

body{
    background:#f7f4ec;
}

.site-header{
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.site-header.is-scrolled{
    background:rgba(3,25,35,0.93);
    box-shadow:0 14px 38px rgba(0,0,0,0.19);
}

.brand-mark{
    border-color:rgba(255,196,61,0.55);
    background:rgba(255,255,255,0.06);
    box-shadow:0 8px 22px rgba(0,0,0,0.12);
}

.main-nav a{
    transition:color 220ms ease,background 220ms ease,transform 220ms ease;
}

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

.home-hero:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:linear-gradient(105deg,rgba(3,25,35,0.88),rgba(3,25,35,0.54),rgba(8,64,88,0.15));
    pointer-events:none;
}

.home-hero-inner{
    position:relative;
    z-index:3;
}

.hero-photo-card{
    box-shadow:0 28px 65px rgba(0,0,0,0.28),0 0 0 1px rgba(255,196,61,0.16);
    transition:transform 320ms ease,box-shadow 320ms ease;
}

.hero-photo-card:hover{
    box-shadow:0 34px 78px rgba(0,0,0,0.34),0 0 0 2px rgba(255,196,61,0.28);
}

.hero-photo-card.card-1:hover{transform:rotate(-4deg) translateY(-8px)}
.hero-photo-card.card-2:hover{transform:rotate(0deg) translateY(-10px)}
.hero-photo-card.card-3:hover{transform:rotate(5deg) translateY(-8px)}

.booking-widget{
    border:1px solid rgba(12,134,168,0.13);
    box-shadow:0 30px 70px rgba(3,25,35,0.16);
}

.booking-tab.active{
    background:linear-gradient(135deg,var(--navy),var(--blue));
    box-shadow:0 8px 22px rgba(12,134,168,0.20);
}

.destination-card{
    position:relative;
    isolation:isolate;
    box-shadow:0 14px 34px rgba(3,25,35,0.12);
}

.destination-card:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:linear-gradient(180deg,rgba(3,25,35,0.02),rgba(3,25,35,0.82));
    z-index:-1;
    transition:background 280ms ease;
}

.destination-card:hover:before{
    background:linear-gradient(180deg,rgba(3,25,35,0.02),rgba(5,63,83,0.88));
}

.destination-card-top span,
.tour-badge{
    background:linear-gradient(135deg,var(--gold),#ffdf70);
    box-shadow:0 8px 18px rgba(255,196,61,0.19);
}

.destination-card b{
    background:rgba(255,255,255,0.10);
    backdrop-filter:blur(8px);
    transition:background 220ms ease,transform 220ms ease,border-color 220ms ease;
}

.destination-card:hover b{
    background:var(--coral);
    border-color:var(--coral);
    transform:translateX(4px);
}

.tour-card,
.why-card,
.testimonial-card,
.process-card{
    transition:transform 260ms ease,box-shadow 260ms ease,border-color 260ms ease;
}

.tour-card{
    border:1px solid rgba(12,134,168,0.10);
}

.tour-card:hover,
.why-card:hover,
.testimonial-card:hover{
    transform:translateY(-7px);
    border-color:rgba(12,134,168,0.24);
    box-shadow:0 22px 48px rgba(3,25,35,0.13);
}

.why-card>span{
    background:linear-gradient(135deg,var(--navy),var(--blue));
    box-shadow:0 9px 20px rgba(12,134,168,0.19);
}

.process-card{
    background:linear-gradient(145deg,#082b3d,#0a3c50);
}

.process-card:hover{
    transform:translateY(-6px);
    border-color:rgba(255,196,61,0.36);
    box-shadow:0 18px 38px rgba(0,0,0,0.18);
}

.process-card>span{
    background:linear-gradient(135deg,var(--gold),var(--coral));
}

.offer-wrap{
    border:1px solid rgba(255,107,94,0.12);
    box-shadow:0 30px 70px rgba(3,25,35,0.13);
}

.final-cta{
    position:relative;
    isolation:isolate;
}

.final-cta:before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:linear-gradient(100deg,rgba(3,25,35,0.90),rgba(3,25,35,0.58),rgba(255,107,94,0.18));
    z-index:-1;
}

.form-placeholder,
.planner-form,
.large-form{
    border:1px solid rgba(12,134,168,0.12);
}

input:focus,
select:focus,
textarea:focus{
    border-color:var(--blue) !important;
    box-shadow:0 0 0 3px rgba(12,134,168,0.10);
    outline:0;
}

.nav-backdrop{
    display:none;
}

.menu-toggle{
    position:relative;
    overflow:hidden;
    transition:background 260ms ease,border-color 260ms ease,box-shadow 260ms ease,transform 260ms ease;
}

.menu-toggle span{
    position:absolute;
    left:11px;
    width:20px;
    height:2px;
    margin:0;
    border-radius:2px;
    transform-origin:center;
    transition:top 260ms ease,transform 260ms ease,opacity 180ms ease,background 260ms ease;
}

.menu-toggle span:nth-child(1){top:14px}
.menu-toggle span:nth-child(2){top:20px}
.menu-toggle span:nth-child(3){top:26px}

.menu-toggle:hover{
    border-color:rgba(255,196,61,0.72);
    transform:translateY(-1px);
}

.menu-toggle.is-active{
    background:linear-gradient(135deg,var(--gold),#ffdc68);
    border-color:var(--gold);
    box-shadow:0 10px 28px rgba(255,196,61,0.24);
}

.menu-toggle.is-active span{
    background:var(--navy-2);
}

.menu-toggle.is-active span:nth-child(1){top:20px;transform:rotate(45deg)}
.menu-toggle.is-active span:nth-child(2){opacity:0;transform:scaleX(0)}
.menu-toggle.is-active span:nth-child(3){top:20px;transform:rotate(-45deg)}

@media(max-width:1080px){
    .site-header{
        z-index:100;
    }

    .nav-backdrop{
        display:block;
        position:fixed;
        left:0;
        right:0;
        top:0;
        bottom:0;
        z-index:81;
        border:0;
        padding:0;
        background:rgba(1,14,20,0.64);
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        backdrop-filter:blur(5px);
        transition:opacity 280ms ease,visibility 280ms ease;
    }

    body.menu-open .nav-backdrop{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
    }

    .main-nav{
        display:block;
        position:fixed;
        left:18px;
        right:18px;
        top:76px;
        bottom:18px;
        z-index:86;
        padding:18px;
        border:1px solid rgba(255,255,255,0.10);
        border-radius:26px;
        background:linear-gradient(160deg,#06293c,#031923);
        box-shadow:0 30px 80px rgba(0,0,0,0.36);
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transform:translateY(-18px) scale(0.985);
        transform-origin:top center;
        overflow-y:auto;
        transition:opacity 280ms ease,visibility 280ms ease,transform 320ms cubic-bezier(.2,.8,.2,1);
    }

    .main-nav:before{
        content:'Explore';
        display:block;
        color:var(--gold);
        font-size:11px;
        line-height:16px;
        letter-spacing:2px;
        text-transform:uppercase;
        font-weight:700;
        padding:8px 10px 15px;
        border-bottom:1px solid rgba(255,255,255,0.08);
        margin-bottom:8px;
    }

    .main-nav.is-open{
        opacity:1;
        visibility:visible;
        pointer-events:auto;
        transform:translateY(0) scale(1);
    }

    .main-nav ul{
        gap:2px;
    }

    .main-nav li{
        width:100%;
        opacity:0;
        transform:translateY(10px);
        transition:opacity 240ms ease,transform 300ms ease;
    }

    .main-nav.is-open li{
        opacity:1;
        transform:translateY(0);
    }

    .main-nav.is-open li:nth-child(1){transition-delay:50ms}
    .main-nav.is-open li:nth-child(2){transition-delay:80ms}
    .main-nav.is-open li:nth-child(3){transition-delay:110ms}
    .main-nav.is-open li:nth-child(4){transition-delay:140ms}
    .main-nav.is-open li:nth-child(5){transition-delay:170ms}
    .main-nav.is-open li:nth-child(6){transition-delay:200ms}
    .main-nav.is-open li:nth-child(7){transition-delay:230ms}
    .main-nav.is-open li:nth-child(8){transition-delay:260ms}
    .main-nav.is-open li:nth-child(9){transition-delay:290ms}

    .main-nav a{
        display:flex;
        align-items:center;
        justify-content:space-between;
        min-height:52px;
        padding:13px 14px;
        border-radius:14px;
        color:#eef7f8;
        font-size:15px;
        line-height:22px;
        font-weight:600;
    }

    .main-nav a:after{
        content:'→';
        position:static;
        width:auto;
        height:auto;
        background:transparent;
        color:var(--gold);
        font-size:18px;
        line-height:18px;
        opacity:0;
        transform:translateX(-5px);
        transition:opacity 220ms ease,transform 220ms ease;
    }

    .main-nav a:hover,
    .main-nav .current-menu-item>a{
        background:rgba(255,255,255,0.07);
        color:#fff;
        transform:translateX(3px);
    }

    .main-nav a:hover:after,
    .main-nav .current-menu-item>a:after{
        width:auto;
        opacity:1;
        transform:translateX(0);
    }

    .menu-toggle{
        display:block;
        z-index:90;
        flex:0 0 44px;
    }

    body.menu-open .site-header{
        position:fixed;
        transform:none;
        background:rgba(3,25,35,0.96);
        backdrop-filter:blur(12px);
    }
}

@media(max-width:640px){
    .main-nav{
        left:12px;
        right:12px;
        top:70px;
        bottom:12px;
        padding:14px;
        border-radius:22px;
    }

    .main-nav a{
        min-height:50px;
        padding:12px 12px;
        font-size:15px;
        line-height:21px;
    }

    .menu-toggle{
        width:42px;
        height:42px;
        flex-basis:42px;
    }

    .menu-toggle span{
        left:10px;
    }
}

@media(max-width:1080px){
    .brand{position:relative;z-index:90}
}
