:root{
  --orange:#ff4f16;
  --orange-dark:#e73f08;
  --navy:#17233a;
  --blue:#dff4ff;
  --blue-2:#cfefff;
  --sky:#94d8f8;
  --white:#fff;
  --muted:#5e6b7b;
  --line:#dfe7ee;
  --shadow:0 8px 24px rgba(28,57,79,.12);
  --radius:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;color:var(--navy);background:#fff;line-height:1.45}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(1180px, calc(100% - 40px));margin:0 auto}
.orange{color:var(--orange)}
.dark{color:var(--navy)}
.script{font-family:"Brush Script MT","Segoe Script","Lucida Handwriting",cursive;font-weight:600}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(19,34,53,.07);backdrop-filter:blur(8px)}
.header-inner{min-height:74px;display:flex;align-items:center;gap:22px}
.brand{display:flex;align-items:center;gap:10px;min-width:245px}
.brand img{width:60px;height:60px;border-radius:50%;object-fit:cover}
.brand-text{display:flex;flex-direction:column;line-height:1}
.brand-text strong{color:var(--orange);font-size:23px;letter-spacing:.5px}
.brand-text span{font-family:"Brush Script MT","Segoe Script",cursive;font-size:14px;margin-top:3px}
.main-nav{display:flex;align-items:center;gap:20px;margin-left:auto;font-size:14px;font-weight:650;white-space:nowrap}
.main-nav a{padding:26px 0 22px;border-bottom:3px solid transparent}
.main-nav a:hover,.main-nav a.active{color:var(--orange);border-bottom-color:var(--orange)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 20px;border-radius:14px;font-size:15px;font-weight:800;transition:.2s ease}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--orange);color:#fff;box-shadow:0 6px 16px rgba(255,79,22,.2)}
.btn-primary:hover{background:var(--orange-dark)}
.btn-light{background:#fff;color:var(--navy);border:1.5px solid var(--navy)}
.header-cta{white-space:nowrap;margin-left:4px}
.menu-toggle{display:none;margin-left:auto;background:#fff;border:1px solid #d6dee6;border-radius:10px;width:44px;height:44px;font-size:23px;color:var(--navy)}

.hero{position:relative;min-height:390px;background-image:linear-gradient(90deg,rgba(255,255,255,.58),rgba(255,255,255,.14)),url('/assets/home-beach.jpg');background-size:cover;background-position:center 48%;overflow:hidden}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.08) 40%,rgba(255,255,255,.02) 100%);pointer-events:none}
.hero-inner{position:relative;z-index:2;min-height:390px;display:flex;justify-content:center;align-items:center}
.hero-copy{max-width:650px;text-align:center;background:rgba(255,255,255,.05);padding:18px 24px;border-radius:18px}
.hero h1{font-size:clamp(38px,5vw,68px);line-height:.98;margin:0 0 14px;font-weight:950;letter-spacing:-1.8px;text-shadow:0 2px 0 rgba(255,255,255,.5)}
.hero-copy>p{font-size:17px;margin:0 0 18px;text-shadow:0 1px 0 rgba(255,255,255,.7)}
.hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.hero-points{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;font-size:13px;font-weight:800;margin-top:15px}
.hero-points span:before{content:"✦";margin-right:6px}
.hero-note{position:absolute;right:14px;bottom:50px;text-align:center;color:#fff;font-size:28px;line-height:.95;text-shadow:0 2px 9px rgba(0,0,0,.45);transform:rotate(-3deg)}
.hero-loc{display:block;font-family:Inter, sans-serif;font-size:11px;margin-top:12px;transform:rotate(3deg)}

.welcome{position:relative;background:#fff;padding:26px 0 22px;overflow:hidden}
.welcome:before,.welcome:after{content:"";position:absolute;width:120px;height:170px;top:0;background:radial-gradient(circle at 30% 30%,rgba(255,79,22,.32),transparent 28%),linear-gradient(135deg,rgba(49,141,45,.18),transparent 55%);pointer-events:none}
.welcome:before{left:-25px}.welcome:after{right:-25px;transform:scaleX(-1)}
.welcome-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:44px;align-items:center}
.eyebrow{font-size:14px;letter-spacing:1.2px;font-weight:700;margin-bottom:3px}
.welcome h2,.section-title{font-size:30px;line-height:1.05;margin:0 0 12px;font-weight:950;letter-spacing:-.7px}
.welcome p{margin:0;color:#334154;font-size:15px;max-width:650px}
.welcome-script{font-size:24px;margin-top:10px;display:inline-block;border-bottom:5px solid var(--orange);padding:0 7px 2px 3px;transform:rotate(-1deg)}
.brush-image{position:relative;overflow:hidden;border-radius:38% 13% 36% 12% / 18% 29% 20% 28%;min-height:185px;box-shadow:0 5px 18px rgba(24,58,79,.11)}
.brush-image img{width:100%;height:100%;min-height:185px;object-fit:cover}
.overlay-script{position:absolute;right:22px;bottom:18px;color:#fff;text-shadow:0 2px 7px rgba(0,0,0,.55);font-size:28px;line-height:.95;text-align:center;transform:rotate(-4deg)}

.featured{background:linear-gradient(180deg,#e8f8ff 0%,#d9f1fd 100%);padding:20px 0 18px}
.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:12px}
.section-head .support{font-size:13px;color:#506172;white-space:nowrap}
.tour-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.tour-card{background:#fff;border-radius:12px;display:grid;grid-template-columns:42% 58%;overflow:hidden;box-shadow:var(--shadow);min-height:182px}
.tour-card>img{width:100%;height:100%;object-fit:cover}
.tour-card-content{padding:16px 16px 14px}
.tour-card h3{margin:0 0 7px;font-size:21px;line-height:1.08}
.tour-card p{margin:0 0 10px;font-size:13px;color:#415064}
.meta{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;font-weight:700;color:#5c6775;margin-bottom:11px}
.meta span:before{content:"●";color:var(--orange);margin-right:5px;font-size:9px}
.tour-card .btn{min-height:38px;padding:0 15px;font-size:13px}
.carousel-arrows{display:flex;justify-content:flex-end;gap:10px;margin-top:8px}
.arrow{width:34px;height:34px;border-radius:50%;border:1px solid #7da6bd;background:#fff;display:grid;place-items:center;font-size:24px;line-height:1;color:#56778b}

.benefits{background:#d7f1ff;padding:12px 0 15px;border-top:1px solid #cae7f6;border-bottom:1px solid #cae7f6}
.benefits h2{text-align:center;margin:0 0 12px;font-size:25px;font-weight:950}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.benefit{text-align:center;padding:2px 24px 0;border-right:1px solid #b8dceb}
.benefit:last-child{border-right:none}
.icon-circle{width:48px;height:48px;margin:0 auto 6px;border-radius:50%;background:#fff;display:grid;place-items:center;color:var(--orange);font-size:24px;box-shadow:0 3px 12px rgba(55,121,152,.09)}
.benefit strong{display:block;font-size:15px}
.benefit p{font-size:12px;margin:3px auto 0;max-width:190px;color:#435364}

.experiences{padding:14px 0 20px;background:#fff}
.experiences .section-title{font-size:24px;margin-bottom:0}
.experience-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:10px}
.experience-tile{text-align:center;font-weight:800;font-size:12px;line-height:1.05}
.experience-tile img{width:100%;aspect-ratio:1.48/1;object-fit:cover;border-radius:9px;margin-bottom:5px}

.split{display:grid;grid-template-columns:1fr 1fr;background:#dff4ff}
.split-panel{position:relative;min-height:195px;overflow:hidden;display:grid;grid-template-columns:40% 60%;align-items:stretch}
.split-panel:first-child{border-right:8px solid #fff}
.split-panel>img{width:100%;height:100%;object-fit:cover}
.split-copy{padding:20px 24px;background:rgba(218,243,255,.96)}
.split-copy h3{font-size:23px;margin:0 0 6px}
.split-copy p{font-size:13px;margin:0 0 12px;color:#415064}
.split-copy .btn{min-height:38px;font-size:13px;padding:0 14px}

.reviews{padding:16px 0 14px;background:#fff}
.reviews .section-title{font-size:23px;margin:0}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.review-card{background:#fff;border:1px solid #edf0f3;border-radius:12px;padding:15px 17px;box-shadow:0 5px 14px rgba(26,52,72,.08)}
.stars{color:var(--orange);font-size:20px;letter-spacing:1px}
.review-card p{font-size:13px;margin:6px 0 8px}.review-card small{color:#7b8793;font-size:11px;font-weight:700}
.placeholder-note{font-size:10px;color:#8a959f;text-align:right;margin-top:6px}

.cta{position:relative;min-height:145px;background-image:linear-gradient(rgba(5,31,52,.1),rgba(5,31,52,.05)),url('/assets/home-country.jpg');background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}
.cta-content{text-align:center;background:rgba(255,255,255,.04);padding:10px 34px;position:relative}
.cta-content:before{content:"";position:absolute;inset:0 -35px;background:rgba(255,79,22,.9);transform:skewX(-12deg);z-index:-1;border-radius:20px}
.cta h2{font-size:38px;margin:0 0 0;line-height:1}.cta p{margin:3px 0 9px;font-weight:700}
.cta-actions{display:flex;gap:12px;justify-content:center}
.cta-right-note{position:absolute;right:4.5%;bottom:22px;font-size:25px;line-height:.9;text-align:center;transform:rotate(-4deg);text-shadow:0 2px 6px rgba(0,0,0,.45)}

.footer{background:#fff;border-top:1px solid #e6edf2}
.footer-main{display:grid;grid-template-columns:1.25fr 2fr 1fr 1fr 1.5fr .95fr;gap:18px;padding:20px 0 13px;align-items:start}
.footer-logo{display:flex;align-items:center;gap:8px}.footer-logo img{width:58px;height:58px;border-radius:50%;object-fit:cover}.footer-logo>div{display:flex;flex-direction:column}.footer-logo strong{color:var(--orange);font-size:20px}.footer-logo span{font-family:"Brush Script MT","Segoe Script",cursive;font-size:12px}
.footer h4{margin:0 0 5px;font-size:13px}.footer p,.footer a,.contact-lines{font-size:11px;color:#556372}.footer a{display:block;margin:2px 0}.footer a:hover{color:var(--orange)}
.contact-lines em{font-style:normal;color:#9aa2a8}.socials{display:flex;gap:7px;margin-top:7px}.social{width:24px;height:24px;border-radius:50%;background:#edf6fb;display:grid;place-items:center;font-size:12px;font-weight:900;color:#236ebd}
.footer-script{font-size:22px;line-height:.95;text-align:center;margin-top:12px;transform:rotate(-4deg)}
.legal{border-top:1px solid #edf0f3;display:flex;justify-content:space-between;align-items:center;padding:8px 0 10px;color:#7b8791;font-size:10px}.legal-links{display:flex;gap:15px}.legal-links a{margin:0;font-size:10px}

.page-shell{min-height:62vh;background:linear-gradient(180deg,#f7fcff,#e4f6ff);padding:72px 0}.page-shell .shell-card{background:#fff;border-radius:18px;padding:34px;box-shadow:var(--shadow);max-width:900px;margin:0 auto}.page-shell h1{font-size:42px;margin:0 0 12px}.page-shell p{color:#526274;max-width:720px}.page-shell .back{margin-top:18px}
.inventory-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;margin-top:24px}.inventory-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.inventory-card img{width:100%;height:190px;object-fit:cover}.inventory-card-body{padding:18px}.inventory-card h2{font-size:21px;line-height:1.15;margin:0 0 8px}.inventory-card p{margin:0 0 10px}.inventory-actions{display:flex;gap:10px;flex-wrap:wrap}.inventory-actions .btn{font-size:13px;min-height:40px;padding:0 14px}.product-code{font-size:12px;color:var(--muted);font-weight:800;letter-spacing:.4px}.tour-page{min-height:65vh;background:linear-gradient(180deg,#f7fcff,#e4f6ff);padding:40px 0}.tour-page-inner{background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.tour-hero{display:grid;grid-template-columns:42% 58%;background:#fff}.tour-hero img{width:100%;height:100%;min-height:390px;object-fit:cover}.tour-hero>div{padding:38px}.tour-hero h1{font-size:38px;line-height:1.08;margin:6px 0 12px}.tour-hero p{color:#526274}.tour-facts{display:flex;gap:12px;flex-wrap:wrap;margin:12px 0}.tour-facts strong{color:var(--orange);font-size:21px}.tour-facts span{background:var(--blue);border-radius:999px;padding:5px 11px;font-weight:800}.tour-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;padding:28px}.tour-detail-grid section,.tour-detail-grid aside{border:1px solid var(--line);border-radius:14px;padding:20px}.tour-detail-grid .wide{grid-column:1/-1}.tour-detail-grid h2{margin:0 0 10px;font-size:21px}.tour-detail-grid p,.tour-detail-grid li{color:#526274}.tour-detail-grid ul{margin:0;padding-left:20px}.itinerary-list{list-style:none;padding:0;margin:0}.itinerary-list li{padding:11px 0;border-bottom:1px solid var(--line)}.itinerary-list li:last-child{border-bottom:0}.itinerary-list strong,.itinerary-list span{display:block}.itinerary-list span{font-size:14px;margin-top:3px}.tour-bottom-actions{display:flex;justify-content:space-between;gap:12px;padding:0 28px 30px}

@media (max-width:1100px){
  .main-nav{gap:13px;font-size:12px}.header-cta{padding:0 14px}.brand{min-width:215px}.brand-text strong{font-size:20px}
  .experience-grid{grid-template-columns:repeat(4,1fr)}
  .footer-main{grid-template-columns:1.3fr 2fr 1fr 1fr;}.footer-main>div:nth-child(5),.footer-main>div:nth-child(6){grid-column:auto}
}
@media (max-width:900px){
  .main-nav{display:none;position:absolute;top:74px;left:0;right:0;background:#fff;padding:14px 22px 20px;border-top:1px solid #e9eef2;box-shadow:0 14px 28px rgba(27,55,75,.11);flex-direction:column;align-items:flex-start;gap:0}.main-nav.open{display:flex}.main-nav a{width:100%;padding:12px 0;border-bottom:1px solid #edf0f3}.main-nav a.active{border-bottom-color:#edf0f3;color:var(--orange)}
  .menu-toggle{display:block}.header-cta{margin-left:auto}.brand{min-width:auto}.brand-text{display:none}
  .hero{min-height:420px;background-position:43% center}.hero-inner{min-height:420px;align-items:flex-start;padding-top:40px}.hero-copy{max-width:580px}.hero h1{font-size:48px}.hero-note{right:22px;bottom:32px;font-size:23px}
  .welcome-grid{grid-template-columns:1fr;gap:20px}.brush-image{min-height:240px}.brush-image img{min-height:240px}
  .tour-grid{grid-template-columns:1fr}.experience-grid{grid-template-columns:repeat(3,1fr)}
  .benefits-grid{grid-template-columns:1fr 1fr;gap:14px}.benefit{border-right:none;border-bottom:1px solid #b8dceb;padding-bottom:12px}.benefit:nth-child(3),.benefit:nth-child(4){border-bottom:none}
  .split{grid-template-columns:1fr}.split-panel:first-child{border-right:none;border-bottom:8px solid #fff}
  .review-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px}.review-card{min-width:78%;scroll-snap-align:start}
  .footer-main{grid-template-columns:1fr 1fr}.legal{flex-direction:column;gap:6px;align-items:flex-start}
}
@media (max-width:620px){
  .container{width:min(100% - 26px,1180px)}.header-inner{min-height:68px;gap:10px}.brand img{width:50px;height:50px}.header-cta{min-height:40px;padding:0 12px;font-size:12px}.menu-toggle{width:40px;height:40px}.main-nav{top:68px}
  .hero{min-height:470px;background-position:39% center}.hero-inner{min-height:470px;justify-content:flex-start;align-items:flex-start;padding-top:34px}.hero-copy{padding:10px 5px;text-align:left;max-width:360px}.hero h1{font-size:39px;letter-spacing:-1px}.hero-copy>p{font-size:14px;line-height:1.35}.hero-copy>p br{display:none}.hero-actions{justify-content:flex-start}.hero-points{justify-content:flex-start;gap:8px 14px;font-size:11px}.hero-note{font-size:20px;right:13px;bottom:26px}
  .welcome{padding-top:20px}.welcome h2,.section-title{font-size:25px}.welcome p{font-size:13px}.welcome-script{font-size:20px}.brush-image{min-height:180px}.brush-image img{min-height:180px}.overlay-script{font-size:23px}
  .section-head{align-items:flex-start;flex-direction:column;gap:3px}.section-head .support{white-space:normal}.tour-card{grid-template-columns:1fr}.tour-card>img{height:190px}.tour-card-content{padding:14px}.benefits h2{font-size:21px}.benefits-grid{gap:8px}.benefit{padding:5px 10px 12px}.benefit strong{font-size:13px}.benefit p{font-size:11px}.icon-circle{width:42px;height:42px}
  .experience-grid{grid-template-columns:repeat(2,1fr);gap:12px}.experience-tile{font-size:11px}.split-panel{grid-template-columns:1fr}.split-panel>img{height:170px}.split-copy{padding:16px}.reviews .section-title{font-size:21px}.review-card{min-width:88%}
  .cta{min-height:180px}.cta h2{font-size:31px}.cta-content{padding:10px 16px}.cta-content:before{inset:0 -10px}.cta-right-note{display:none}.cta-actions{flex-wrap:wrap}.footer-main{grid-template-columns:1fr}.footer-script{text-align:left}.legal-links{flex-wrap:wrap;gap:8px 12px}
  .page-shell{padding:42px 0}.page-shell .shell-card{padding:24px}.page-shell h1{font-size:34px}.inventory-grid{grid-template-columns:1fr}.inventory-card img{height:180px}.tour-page{padding:20px 0}.tour-hero{grid-template-columns:1fr}.tour-hero img{min-height:0;height:220px}.tour-hero>div{padding:22px}.tour-hero h1{font-size:30px}.tour-detail-grid{grid-template-columns:1fr;padding:18px}.tour-detail-grid .wide{grid-column:auto}.tour-bottom-actions{padding:0 18px 22px;flex-wrap:wrap}
}
