:root{
  --canopy:#12332A;
  --canopy-light:#1C4A3B;
  --lagoon:#1E8F86;
  --lagoon-light:#5CB8AE;
  --coral:#E96A2C;
  --coral-dark:#C8551E;
  --sand:#F7F1E3;
  --sand-deep:#EEE3CC;
  --ink:#17201B;
  --cream:#FBF7EC;
  --gold:#D8A94E;
  --radius-card: 18px;
  --max: 1180px;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto;}
  *{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important;}
}
body{
  margin:0;
  background:var(--sand);
  color:var(--ink);
  font-family:'Inter', sans-serif;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}
h1,h2,h3,.display{
  font-family:'Bricolage Grotesque', sans-serif;
  font-weight:700;
  line-height:1.05;
  margin:0;
  letter-spacing:-0.01em;
}
.mono{ font-family:'Space Mono', monospace; }
p{margin:0;}
a{color:inherit; text-decoration:none;}
ul{margin:0; padding:0; list-style:none;}
img,svg{display:block; max-width:100%;}
.wrap{max-width:var(--max); margin:0 auto; padding:0 28px;}
section{padding:96px 0;}
@media (max-width:760px){ section{padding:64px 0;} }

:focus-visible{ outline:3px solid var(--coral); outline-offset:3px; border-radius:4px; }

.eyebrow{
  font-family:'Space Mono', monospace;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.72rem;
  font-weight:700;
  color:var(--lagoon);
  display:inline-flex; align-items:center; gap:10px;
}
.eyebrow::before{ content:""; width:26px; height:2px; background:var(--coral); display:inline-block; }
.eyebrow.on-dark{ color:var(--lagoon-light); }

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 26px; border-radius:999px; font-weight:600; font-size:.95rem;
  border:2px solid transparent; cursor:pointer; transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn:hover{ transform:translateY(-2px); }
.btn-coral{ background:var(--coral); color:var(--cream); box-shadow:0 8px 20px -8px rgba(233,106,44,.6); }
.btn-coral:hover{ background:var(--coral-dark); }
.btn-outline{ border-color:var(--canopy); color:var(--canopy); background:transparent; }
.btn-outline:hover{ background:var(--canopy); color:var(--cream); }
.btn-ghost-light{ border-color:rgba(251,247,236,.5); color:var(--cream); background:transparent; }
.btn-ghost-light:hover{ background:rgba(251,247,236,.12); }
.btn-sm{ padding:9px 18px; font-size:.82rem; }
.btn-block{ width:100%; }

/* ===== HEADER ===== */
.site-header{
  position:sticky; top:0; z-index:50;
  background:rgba(18,51,42,.92); backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(251,247,236,.08);
}
.nav-wrap{
  max-width:var(--max); margin:0 auto; padding:16px 28px;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.logo{ display:flex; flex-direction:column; align-items:flex-start; line-height:1; color:var(--cream); }
.logo-img{ height:38px; width:auto; display:block; align-self:flex-start; }
.logo-img-footer{ height:46px; width:auto; align-self:flex-start; }
@media (max-width:480px){ .logo-img{ height:32px; } }
.logo b{ font-family:'Bricolage Grotesque',sans-serif; font-weight:800; font-size:1.5rem; color:var(--coral); }
.logo span{ font-family:'Space Mono',monospace; font-size:.6rem; letter-spacing:.18em; text-transform:uppercase; color:var(--lagoon-light); margin-top:2px; }
.main-nav ul{ display:flex; gap:28px; }
.main-nav a{ color:var(--cream); font-size:.9rem; font-weight:500; opacity:.88; transition:opacity .15s; }
.main-nav a:hover, .main-nav a.active{ opacity:1; color:var(--lagoon-light); }
.nav-actions{ display:flex; align-items:center; gap:16px; }
.nav-toggle{ display:none; background:none; border:none; color:var(--cream); cursor:pointer; }
@media (max-width:980px){
  .main-nav{ display:none; }
  .nav-toggle{ display:flex; }
}
.main-nav.open{
  display:flex; position:absolute; top:100%; left:0; right:0;
  background:var(--canopy); flex-direction:column; padding:20px 28px 28px;
  border-bottom:1px solid rgba(251,247,236,.1);
}
.main-nav.open ul{ flex-direction:column; gap:18px; }

/* ===== HERO (home) ===== */
.hero{
  background:linear-gradient(180deg, var(--canopy) 0%, var(--canopy-light) 100%);
  color:var(--cream); padding:76px 0 60px; position:relative; overflow:hidden;
}
.hero.hero-photo{
  background:
    linear-gradient(180deg, rgba(18,51,42,.82) 0%, rgba(18,51,42,.72) 55%, rgba(18,51,42,.85) 100%),
    url('/images/hero/sao-beach-palm.jpg') center 68% / cover no-repeat;
  padding:96px 0 80px;
}
.hero .wrap{ max-width:640px; }
@media (max-width:600px){ .hero.hero-photo{ padding:72px 0 56px; } }
.hero h1{ font-size:clamp(2.3rem, 4.4vw, 3.6rem); margin-top:18px; }
.hero h1 em{ font-style:normal; color:var(--coral); }
.hero-sub{ margin-top:20px; max-width:480px; font-size:1.08rem; color:rgba(251,247,236,.85); }
.hero-anim > *{ opacity:0; transform:translateY(16px); animation:heroIn .7s ease forwards; }
.hero-anim > *:nth-child(1){ animation-delay:.05s; }
.hero-anim > *:nth-child(2){ animation-delay:.16s; }
.hero-anim > *:nth-child(3){ animation-delay:.27s; }
.hero-anim > *:nth-child(4){ animation-delay:.38s; }
.hero-anim > *:nth-child(5){ animation-delay:.49s; }
@keyframes heroIn{ to{ opacity:1; transform:translateY(0); } }

/* ===== PAGE HERO (interior pages) ===== */
.page-hero{
  background:linear-gradient(180deg, var(--canopy) 0%, var(--canopy-light) 100%);
  color:var(--cream); padding:64px 0 56px; position:relative; overflow:hidden;
}
.page-hero .wrap{ position:relative; z-index:1; max-width:760px; }
.page-hero h1{ font-size:clamp(2rem, 3.6vw, 2.9rem); margin-top:16px; }
.page-hero p{ margin-top:16px; font-size:1.05rem; color:rgba(251,247,236,.85); max-width:560px; }
.breadcrumb{ display:flex; gap:8px; align-items:center; font-family:'Space Mono',monospace; font-size:.72rem; color:rgba(251,247,236,.6); margin-bottom:6px; }
.breadcrumb a:hover{ color:var(--coral); }
.page-hero-deco{ position:absolute; right:-60px; top:-60px; width:340px; height:340px; border-radius:50%; background:radial-gradient(circle, rgba(233,106,44,.22), transparent 70%); z-index:0; }

/* boarding-pass quote card */
.ticket{
  margin-top:52px; background:var(--cream); color:var(--ink); border-radius:16px;
  display:flex; box-shadow:0 30px 60px -24px rgba(0,0,0,.45); position:relative;
  max-width:560px;
}
.ticket-main{ flex:1; padding:22px 20px; display:grid; grid-template-columns:1fr 1fr; gap:14px 18px; }
.ticket-field label{ display:block; font-family:'Space Mono',monospace; font-size:.62rem; letter-spacing:.1em; text-transform:uppercase; color:var(--lagoon); margin-bottom:6px; }
.ticket-field input, .ticket-field select{
  width:100%; border:none; border-bottom:2px solid var(--sand-deep); background:transparent;
  font-family:'Inter',sans-serif; font-size:.95rem; font-weight:600; color:var(--ink); padding:2px 0 6px;
}
.ticket-field input:focus, .ticket-field select:focus{ outline:none; border-color:var(--coral); }
.ticket-field.full{ grid-column:1 / -1; }
.ticket-stub{
  width:120px; background:var(--coral); border-radius:0 16px 16px 0; color:var(--cream);
  display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; padding:14px;
  border-left:2px dashed rgba(251,247,236,.55);
}
.ticket::before, .ticket::after{
  content:""; position:absolute; width:20px; height:20px; background:var(--sand); border-radius:50%;
  right:112px; top:-10px;
}
.ticket::after{ top:auto; bottom:-10px; }
.ticket-stub .btn{ width:100%; padding:10px 8px; font-size:.78rem; }
.ticket.wide .ticket-main{ grid-template-columns:1fr 1fr 1fr; }
.ticket.wide{ max-width:100%; }
@media (max-width:760px){
  .ticket{ flex-direction:column; }
  .ticket-stub{ width:100%; border-radius:0 0 16px 16px; flex-direction:row; border-left:none; border-top:2px dashed rgba(251,247,236,.55); }
  .ticket.wide .ticket-main{ grid-template-columns:1fr 1fr; }
}

.trust-row{ margin-top:26px; display:flex; flex-wrap:wrap; gap:10px 22px; align-items:center; }
.airport-hero-photo{ border-radius:20px; overflow:hidden; box-shadow:0 30px 60px -24px rgba(0,0,0,.45); }
.airport-hero-photo img{ width:100%; height:100%; min-height:280px; object-fit:cover; display:block; }
.trust-pill{
  display:flex; align-items:center; gap:8px; font-family:'Space Mono',monospace; font-size:.74rem;
  color:rgba(251,247,236,.85);
}
.trust-pill svg{ width:16px; height:16px; stroke:var(--gold); }
.trust-badge{
  display:flex; align-items:center; gap:8px; font-family:'Space Mono',monospace; font-size:.74rem;
  color:rgba(251,247,236,.9); background:rgba(251,247,236,.08); padding:6px 12px; border-radius:999px;
  border:1px solid rgba(251,247,236,.18);
}
.trust-badge svg{ flex-shrink:0; }

/* hero illustration (home only) — dot now animates inside the SVG itself via animateMotion,
   so it always tracks the route line correctly at any screen size (see index.html) */
/* ===== TRUST STRIP ===== */
.trust-strip{ background:var(--cream); padding:26px 0; border-bottom:1px solid var(--sand-deep); }
.trust-strip .wrap{ display:flex; flex-wrap:wrap; gap:20px 40px; align-items:center; justify-content:space-between; }
.trust-strip .stat{ display:flex; align-items:center; gap:10px; }
.trust-strip .stat svg{ width:20px; height:20px; stroke:var(--lagoon); flex-shrink:0; }
.trust-strip .stat span{ font-family:'Space Mono',monospace; font-size:.82rem; color:var(--canopy); font-weight:700; }

/* ===== SECTION HEADS ===== */
.sec-head{ max-width:640px; }
.sec-head h2{ font-size:clamp(1.8rem, 3vw, 2.5rem); margin-top:14px; color:var(--canopy); }
.sec-head p{ margin-top:14px; color:#3c463f; font-size:1.02rem; }
.sec-head.center{ margin:0 auto; text-align:center; }
.sec-head.on-dark h2{ color:var(--cream); }
.sec-head.on-dark p{ color:rgba(251,247,236,.78); }

/* ===== WHY CHOOSE US (bento) ===== */
.why-grid{
  margin-top:48px; display:grid; grid-template-columns:1.1fr 1fr 1fr;
  gap:20px;
}
@media (max-width:860px){ .why-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:600px){ .why-grid{ grid-template-columns:1fr; } }
.why-card{
  border-radius:var(--radius-card); padding:28px; position:relative; overflow:hidden;
  display:flex; flex-direction:column; justify-content:flex-end; min-height:190px;
}
/* the tall/span-2 bento asymmetry is a desktop-only effect — below 861px every card behaves the same */
@media (min-width:861px){
  .why-card.tall{ grid-row: span 2; min-height:400px; }
  .why-card.span-2{ grid-column: span 2; }
}
.why-card .icon-badge{ position:absolute; top:22px; left:22px; width:42px; height:42px; border-radius:12px; display:flex; align-items:center; justify-content:center; }
.why-card .icon-badge svg{ width:20px; height:20px; }
.why-card h3{ font-size:1.15rem; margin-top:0; }
.why-card p{ margin-top:8px; font-size:.92rem; }
.why-1{ background:var(--canopy); color:var(--cream); }
.why-1 .icon-badge{ background:rgba(251,247,236,.12); }
.why-1 .icon-badge svg{ stroke:var(--lagoon-light); }
.why-2{ background:var(--sand-deep); color:var(--ink); }
.why-2 .icon-badge{ background:rgba(30,143,134,.14); }
.why-2 .icon-badge svg{ stroke:var(--lagoon); }
.why-3{ background:var(--lagoon); color:var(--cream); }
.why-3 .icon-badge{ background:rgba(251,247,236,.16); }
.why-3 .icon-badge svg{ stroke:var(--cream); }
.why-4{ background:var(--coral); color:var(--cream); }
.why-4 .icon-badge{ background:rgba(251,247,236,.18); }
.why-4 .icon-badge svg{ stroke:var(--cream); }

/* ===== FEATURE GRID (simple equal tiles, e.g. "included with every booking") ===== */
.feature-grid{ margin-top:48px; display:grid; grid-template-columns:repeat(4, 1fr); gap:20px; }
@media (max-width:860px){ .feature-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:520px){ .feature-grid{ grid-template-columns:1fr; } }
.feature-tile{
  border-radius:var(--radius-card); padding:24px; position:relative;
  display:flex; flex-direction:column; gap:10px; min-height:150px;
}
.feature-tile .icon-badge{ width:42px; height:42px; border-radius:12px; display:flex; align-items:center; justify-content:center; margin-bottom:4px; }
.feature-tile .icon-badge svg{ width:20px; height:20px; }
.feature-tile h3{ font-size:1rem; font-family:'Bricolage Grotesque',sans-serif; font-weight:700; }
.feature-tile p{ font-size:.85rem; }
.feature-1{ background:var(--sand-deep); color:var(--ink); }
.feature-1 .icon-badge{ background:rgba(30,143,134,.14); }
.feature-1 .icon-badge svg{ stroke:var(--lagoon); }
.feature-2{ background:var(--lagoon); color:var(--cream); }
.feature-2 .icon-badge{ background:rgba(251,247,236,.16); }
.feature-2 .icon-badge svg{ stroke:var(--cream); }
.feature-3{ background:var(--canopy); color:var(--cream); }
.feature-3 .icon-badge{ background:rgba(251,247,236,.12); }
.feature-3 .icon-badge svg{ stroke:var(--lagoon-light); }
.feature-4{ background:var(--coral); color:var(--cream); }
.feature-4 .icon-badge{ background:rgba(251,247,236,.18); }
.feature-4 .icon-badge svg{ stroke:var(--cream); }

/* ===== FLEET (ticket stub cards) ===== */
.fleet-grid{ margin-top:48px; display:grid; grid-template-columns:repeat(3, minmax(240px,1fr)); gap:22px; }
@media (max-width:860px){ .fleet-grid{ grid-template-columns:1fr; max-width:420px; margin-left:auto; margin-right:auto; } }
.fleet-card{
  background:var(--cream); border-radius:var(--radius-card); overflow:hidden;
  box-shadow:0 18px 40px -28px rgba(18,51,42,.4); display:flex; flex-direction:column;
  border:1px solid var(--sand-deep);
}
.fleet-photo{ height:190px; overflow:hidden; background:var(--sand-deep); }
.fleet-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.fleet-top{ background:var(--canopy); color:var(--cream); padding:22px 20px 26px; position:relative; }
.fleet-top svg{ width:30px; height:30px; stroke:var(--lagoon-light); }
.fleet-top .mono{ font-size:.68rem; letter-spacing:.1em; text-transform:uppercase; color:var(--lagoon-light); margin-top:14px; display:block; }
.fleet-top h3{ font-size:1.2rem; margin-top:4px; }
.perforation{ position:relative; height:0; }
.perforation::before{
  content:""; position:absolute; top:-1px; left:0; right:0; height:2px;
  background:repeating-linear-gradient(90deg, var(--sand) 0 8px, transparent 8px 16px);
}
.fleet-body{ padding:20px 20px 24px; display:flex; flex-direction:column; gap:14px; flex:1; }
.fleet-body p{ font-size:.88rem; color:#4a534d; }
.fleet-cap{ display:flex; align-items:center; gap:8px; font-family:'Space Mono',monospace; font-size:.78rem; color:var(--canopy); }
.fleet-cap svg{ width:16px; height:16px; stroke:var(--coral); }
.fleet-feats{ display:flex; flex-direction:column; gap:6px; }
.fleet-feats li{ display:flex; align-items:center; gap:8px; font-size:.82rem; color:#4a534d; }
.fleet-feats svg{ width:14px; height:14px; stroke:var(--lagoon); flex-shrink:0; }
.fleet-body .btn{ margin-top:auto; }
.fleet-note{ font-size:.78rem; color:var(--lagoon); font-family:'Space Mono',monospace; }

/* ===== ATTRACTIONS (postcards) ===== */
.attr-grid{ margin-top:48px; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:900px){ .attr-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:600px){ .attr-grid{ grid-template-columns:1fr; } }
.postcard{
  background:var(--cream); border-radius:14px; padding:14px; box-shadow:0 16px 34px -26px rgba(18,51,42,.5);
  border:1px solid var(--sand-deep);
}
.postcard-art{
  border-radius:10px; height:150px; position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:center;
}
.postcard-art svg{ width:46px; height:46px; stroke:var(--cream); opacity:.95; }
.postcard-art img{ width:100%; height:100%; object-fit:cover; display:block; }
.postmark{
  position:absolute; top:10px; right:10px; width:56px; height:56px; border-radius:50%;
  border:2px dashed rgba(251,247,236,.75); display:flex; align-items:center; justify-content:center;
  text-align:center; font-family:'Space Mono',monospace; font-size:.55rem; color:var(--cream); line-height:1.2;
  background:rgba(18,51,42,.35); backdrop-filter:blur(2px);
}
.postcard-body{ padding:16px 6px 6px; }
.postcard-body h3{ font-size:1.08rem; color:var(--canopy); }
.postcard-body p{ margin-top:8px; font-size:.87rem; color:#4a534d; }
.postcard-foot{ margin-top:12px; display:flex; align-items:center; justify-content:space-between; }
.postcard-foot .mono{ font-size:.72rem; color:var(--lagoon); }
.postcard-foot a{ font-size:.82rem; font-weight:600; color:var(--coral); display:flex; align-items:center; gap:4px; }
.postcard-foot a svg{ width:14px; height:14px; stroke:var(--coral); }

.art-1{ background:linear-gradient(135deg, var(--lagoon), var(--lagoon-light)); }
.art-2{ background:linear-gradient(135deg, var(--canopy), var(--canopy-light)); }
.art-3{ background:linear-gradient(135deg, var(--coral), var(--gold)); }
.art-4{ background:linear-gradient(135deg, #2A5C4C, var(--lagoon)); }
.art-5{ background:linear-gradient(135deg, var(--coral-dark), var(--coral)); }
.art-6{ background:linear-gradient(135deg, #0F2A22, var(--canopy-light)); }

/* ===== STEPS (route stops) ===== */
.steps-section{ background:var(--canopy); color:var(--cream); }
.steps-section .sec-head h2{ color:var(--cream); }
.steps-section .sec-head p{ color:rgba(251,247,236,.78); }
.route-line{ position:relative; margin-top:64px; }
.route-line::before{
  content:""; position:absolute; top:20px; left:0; right:0; height:2px;
  background:repeating-linear-gradient(90deg, rgba(251,247,236,.55) 0 10px, transparent 10px 20px);
}
@media (max-width:760px){ .route-line::before{ display:none; } }
.stops{ display:grid; grid-template-columns:repeat(3,1fr); gap:36px; position:relative; }
@media (max-width:760px){ .stops{ grid-template-columns:1fr; gap:30px; } }
.stop-marker{ width:42px; height:42px; border-radius:50%; background:var(--coral); display:flex; align-items:center; justify-content:center; font-family:'Space Mono',monospace; font-weight:700; position:relative; z-index:1; }
.stop h3{ margin-top:20px; font-size:1.15rem; }
.stop p{ margin-top:10px; font-size:.92rem; color:rgba(251,247,236,.78); max-width:280px; }

/* ===== TOURS ===== */
.tours-grid{ margin-top:48px; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:860px){ .tours-grid{ grid-template-columns:1fr; } }
.tour-card{ background:var(--cream); border-radius:var(--radius-card); border:1px solid var(--sand-deep); overflow:hidden; }
.tour-card-photo{ height:170px; overflow:hidden; background:var(--sand-deep); }
.tour-card-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.tour-card-body{ padding:22px; }
.tour-tag{ font-family:'Space Mono',monospace; font-size:.68rem; text-transform:uppercase; letter-spacing:.08em; color:var(--coral); }
.tour-card h3{ margin-top:10px; font-size:1.15rem; color:var(--canopy); }
.tour-card p{ margin-top:10px; font-size:.9rem; color:#4a534d; }
.tour-card a{ margin-top:16px; display:inline-flex; gap:6px; align-items:center; font-weight:600; font-size:.88rem; color:var(--lagoon); }
.tour-card a svg{ width:14px; height:14px; stroke:var(--lagoon); }

/* ===== TOUR DETAIL (day-tours page) ===== */
.tour-detail{
  background:var(--cream); border-radius:24px; border:1px solid var(--sand-deep);
  margin-top:40px; overflow:hidden;
}
.tour-detail-photo{ height:220px; overflow:hidden; background:var(--sand-deep); }
.tour-detail-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.tour-detail-grid{ padding:40px; display:grid; grid-template-columns:1fr 1fr; gap:40px; }
@media (max-width:900px){ .tour-detail-grid{ grid-template-columns:1fr; padding:28px; } }
.tour-detail-head{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.tour-detail h3{ font-size:1.5rem; color:var(--canopy); margin-top:10px; }
.tour-meta{ display:flex; gap:18px; margin-top:16px; flex-wrap:wrap; }
.tour-meta div{ font-family:'Space Mono',monospace; font-size:.74rem; color:var(--lagoon); display:flex; align-items:center; gap:6px; }
.tour-meta svg{ width:14px; height:14px; stroke:var(--coral); }
.tour-detail p.desc{ margin-top:16px; font-size:.94rem; color:#4a534d; }
.tour-itinerary{ margin-top:8px; }
.tour-itinerary .it-stop{ display:flex; gap:14px; padding:14px 0; border-bottom:1px dashed var(--sand-deep); }
.tour-itinerary .it-stop:last-child{ border-bottom:none; }
.it-time{ font-family:'Space Mono',monospace; font-size:.74rem; color:var(--coral); font-weight:700; min-width:64px; }
.it-copy h4{ font-family:'Inter',sans-serif; font-weight:700; font-size:.94rem; color:var(--canopy); }
.it-copy p{ margin-top:4px; font-size:.85rem; color:#4a534d; }
.tour-incl{ display:grid; grid-template-columns:1fr 1fr; gap:8px 16px; margin-top:10px; }
.tour-incl li{ font-size:.84rem; display:flex; gap:8px; align-items:flex-start; color:#4a534d; }
.tour-incl li svg{ width:14px; height:14px; margin-top:2px; flex-shrink:0; }
.tour-incl.yes svg{ stroke:var(--lagoon); }
.tour-incl.no svg{ stroke:#B5401F; }
.tour-price-box{ background:var(--sand-deep); border-radius:14px; padding:18px 20px; margin-top:18px; display:flex; align-items:center; justify-content:space-between; gap:12px; flex-wrap:wrap; }
.tour-price-box .price{ font-family:'Space Mono',monospace; font-size:1.3rem; color:var(--coral); font-weight:700; }
.tour-price-box .price span{ display:block; font-size:.65rem; text-transform:uppercase; letter-spacing:.06em; color:#7c8178; font-weight:400; }

/* ===== TESTIMONIALS ===== */
.testi-grid{ margin-top:48px; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:860px){ .testi-grid{ grid-template-columns:1fr; } }
.testi-card{ background:var(--sand-deep); border-radius:var(--radius-card); padding:26px; }
.stars{ display:flex; gap:4px; }
.stars svg{ width:16px; height:16px; fill:var(--gold); stroke:var(--gold); }
.testi-card p{ margin-top:14px; font-size:.95rem; color:var(--ink); }
.testi-name{ margin-top:16px; font-family:'Space Mono',monospace; font-size:.78rem; color:var(--lagoon); }

/* ===== FAQ ===== */
.faq-list{ margin-top:40px; max-width:760px; }
.faq-item{ border-bottom:1px solid var(--sand-deep); }
.faq-q{
  width:100%; text-align:left; background:none; border:none; padding:20px 0; cursor:pointer;
  display:flex; align-items:center; justify-content:space-between; font-family:'Bricolage Grotesque',sans-serif;
  font-size:1.02rem; font-weight:600; color:var(--canopy);
}
.faq-q svg{ width:18px; height:18px; stroke:var(--coral); transition:transform .2s ease; flex-shrink:0; }
.faq-item.open .faq-q svg{ transform:rotate(45deg); }
.faq-a{ max-height:0; overflow:hidden; transition:max-height .25s ease; }
.faq-item.open .faq-a{ max-height:240px; }
.faq-a p{ padding:0 0 20px; font-size:.92rem; color:#4a534d; max-width:640px; }

/* ===== PRICING TABLE (fleet / airport transfer) ===== */
.price-table{ margin-top:48px; width:100%; border-collapse:separate; border-spacing:0; background:var(--cream); border-radius:16px; overflow:hidden; border:1px solid var(--sand-deep); }
.price-table th, .price-table td{ padding:16px 18px; text-align:left; font-size:.9rem; }
.price-table thead th{ background:var(--canopy); color:var(--cream); font-family:'Space Mono',monospace; font-size:.7rem; text-transform:uppercase; letter-spacing:.06em; font-weight:700; }
.price-table tbody tr:nth-child(even){ background:var(--sand-deep); }
.price-table td.price{ font-family:'Space Mono',monospace; color:var(--coral); font-weight:700; }
.price-table-wrap{ overflow-x:auto; }

/* ===== DRIVER / TEAM CARDS (about page) ===== */
.driver-grid{ margin-top:48px; display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media (max-width:860px){ .driver-grid{ grid-template-columns:1fr 1fr; } }
@media (max-width:600px){ .driver-grid{ grid-template-columns:1fr; } }
.driver-card{ background:var(--cream); border-radius:var(--radius-card); border:1px solid var(--sand-deep); overflow:hidden; }
.driver-photo{ height:280px; overflow:hidden; background:linear-gradient(135deg, var(--lagoon), var(--canopy)); }
.driver-photo img{ width:100%; height:100%; object-fit:cover; object-position:center 20%; display:block; }
.driver-grid.two-up{ grid-template-columns:repeat(2, minmax(240px, 320px)); justify-content:center; }
@media (max-width:600px){ .driver-grid.two-up{ grid-template-columns:1fr; max-width:320px; margin-left:auto; margin-right:auto; } }
.driver-photo svg{ width:56px; height:56px; stroke:var(--cream); opacity:.9; }
.driver-body{ padding:20px; }
.driver-body h3{ font-size:1.05rem; color:var(--canopy); }
.driver-body .mono{ font-size:.72rem; color:var(--lagoon); display:block; margin-top:4px; }
.driver-body p{ margin-top:10px; font-size:.87rem; color:#4a534d; }

/* ===== STORY / STAT BAND (about page) ===== */
.story-grid{ display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center; }
@media (max-width:900px){ .story-grid{ grid-template-columns:1fr; } }
.story-art{ border-radius:20px; height:380px; background:linear-gradient(135deg, var(--lagoon), var(--canopy)); position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center; }
.story-art svg{ width:70px; height:70px; stroke:var(--cream); opacity:.85; }
.stat-band{ background:var(--canopy); color:var(--cream); }
.stat-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:24px; text-align:center; margin-top:48px; }
@media (max-width:760px){ .stat-grid{ grid-template-columns:1fr 1fr; } }
.stat-grid .num{ font-family:'Space Mono',monospace; font-size:2.1rem; font-weight:700; color:var(--coral); }
.stat-grid .lbl{ margin-top:8px; font-size:.82rem; color:rgba(251,247,236,.78); }

/* ===== CONTACT METHOD CARDS ===== */
.contact-grid{ display:grid; grid-template-columns:1.1fr .9fr; gap:48px; }
@media (max-width:900px){ .contact-grid{ grid-template-columns:1fr; } }
.method-list{ display:flex; flex-direction:column; gap:14px; margin-top:32px; }
.method-card{ display:flex; align-items:center; gap:16px; background:var(--cream); border:1px solid var(--sand-deep); border-radius:14px; padding:18px 20px; }
.method-card .icon-badge{ width:44px; height:44px; border-radius:12px; background:var(--sand-deep); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.method-card .icon-badge svg{ width:20px; height:20px; stroke:var(--lagoon); }
.method-card h4{ font-family:'Inter',sans-serif; font-weight:700; font-size:.95rem; color:var(--canopy); }
.method-card p{ font-size:.85rem; color:#4a534d; margin-top:2px; }
.map-embed{ margin-top:32px; border-radius:16px; overflow:hidden; border:1px solid var(--sand-deep); height:260px; }
.map-embed iframe{ width:100%; height:100%; border:0; }

.booking-form{ background:var(--cream); border-radius:20px; border:1px solid var(--sand-deep); padding:32px; }
.form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
@media (max-width:560px){ .form-row{ grid-template-columns:1fr; } }
.form-field label{ display:block; font-family:'Space Mono',monospace; font-size:.65rem; letter-spacing:.08em; text-transform:uppercase; color:var(--lagoon); margin-bottom:6px; }
.form-field input, .form-field select, .form-field textarea{
  width:100%; border:1px solid var(--sand-deep); border-radius:10px; background:var(--sand);
  font-family:'Inter',sans-serif; font-size:.92rem; padding:11px 12px; color:var(--ink);
}
.form-field textarea{ resize:vertical; min-height:90px; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus{ outline:none; border-color:var(--coral); }
.form-field.full{ grid-column:1 / -1; }
.pref-toggle{ display:flex; gap:10px; }
.pref-option{ flex:1; position:relative; cursor:pointer; }
.pref-option input{ position:absolute; opacity:0; width:100%; height:100%; margin:0; cursor:pointer; }
.pref-option span{
  display:flex; align-items:center; justify-content:center; padding:11px 12px; border-radius:10px;
  border:1px solid var(--sand-deep); background:var(--sand); font-size:.9rem; font-weight:600; color:var(--canopy);
  transition:background .15s ease, border-color .15s ease, color .15s ease;
}
.pref-option input:checked + span{ background:var(--canopy); border-color:var(--canopy); color:var(--cream); }
.pref-option input:focus-visible + span{ outline:2px solid var(--coral); outline-offset:2px; }

/* ===== CTA BAND ===== */
.cta-band{ background:linear-gradient(135deg, var(--coral), var(--coral-dark)); color:var(--cream); text-align:center; }
.cta-band h2{ color:var(--cream); font-size:clamp(1.7rem,3vw,2.3rem); }
.cta-band p{ margin-top:14px; color:rgba(251,247,236,.9); }
.cta-band .btn-row{ margin-top:28px; display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
.cta-band .btn-outline{ border-color:var(--cream); color:var(--cream); }
.cta-band .btn-outline:hover{ background:var(--cream); color:var(--coral-dark); }

/* ===== FOOTER ===== */
footer{ background:var(--canopy); color:rgba(251,247,236,.85); padding:64px 0 28px; }
.foot-grid{ display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; }
@media (max-width:760px){ .foot-grid{ grid-template-columns:1fr 1fr; } }
.foot-grid h4{ font-family:'Space Mono',monospace; font-size:.72rem; text-transform:uppercase; letter-spacing:.1em; color:var(--lagoon-light); margin-bottom:16px; }
.foot-grid li{ margin-bottom:10px; font-size:.9rem; }
.foot-grid a:hover{ color:var(--coral); }
.foot-social{ display:flex; gap:12px; margin-top:16px; }
.foot-social a{ width:34px; height:34px; border-radius:50%; border:1px solid rgba(251,247,236,.3); display:flex; align-items:center; justify-content:center; }
.foot-social svg{ width:16px; height:16px; stroke:var(--cream); }
.foot-bottom{ margin-top:48px; padding-top:24px; border-top:1px solid rgba(251,247,236,.12); display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:.78rem; color:rgba(251,247,236,.55); }

.reveal{ opacity:0; transform:translateY(22px); transition:opacity .6s ease, transform .6s ease; }
.reveal.in{ opacity:1; transform:translateY(0); }

/* ===== ISLAND MAP (full attractions map + legend) ===== */
.island-map-wrap{
  margin-top:48px; background:var(--canopy); border-radius:24px; padding:32px;
  display:grid; grid-template-columns:1fr; gap:8px;
}
.island-map-svg{ width:100%; height:auto; display:block; margin:0 auto; max-width:560px; }
.map-caption{ text-align:center; font-family:'Space Mono',monospace; font-size:.68rem; color:rgba(251,247,236,.55); margin-top:6px; }
.map-legend{
  margin-top:28px; display:grid; grid-template-columns:repeat(3,1fr); gap:14px;
}
@media (max-width:860px){ .map-legend{ grid-template-columns:1fr 1fr; } }
@media (max-width:560px){ .map-legend{ grid-template-columns:1fr; } }
.map-legend-item{ display:flex; gap:12px; align-items:flex-start; background:rgba(251,247,236,.06); border:1px solid rgba(251,247,236,.12); border-radius:12px; padding:12px 14px; }
.map-badge{
  flex-shrink:0; width:26px; height:26px; border-radius:50%; background:var(--coral); color:var(--cream);
  display:flex; align-items:center; justify-content:center; font-family:'Space Mono',monospace; font-size:.72rem; font-weight:700;
}
.map-legend-item h4{ font-family:'Inter',sans-serif; font-weight:700; font-size:.88rem; color:var(--cream); }
.map-legend-item p{ margin-top:3px; font-size:.78rem; color:rgba(251,247,236,.68); line-height:1.4; }
.map-legend-item .tag{ font-family:'Space Mono',monospace; font-size:.62rem; text-transform:uppercase; letter-spacing:.06em; color:var(--lagoon-light); display:block; margin-top:4px; }

/* =========================================================
   MOBILE HARDENING PASS — small-screen refinements
   ========================================================= */
@media (max-width:600px){
  section{ padding:52px 0; }
  .hero{ padding:56px 0 44px; }
  .island-map-wrap{ padding:20px 16px; border-radius:18px; }
  .tour-detail-grid{ padding:22px 18px; }
}
@media (max-width:480px){
  .wrap{ padding:0 18px; }
  .nav-wrap{ padding:14px 18px; }
  .nav-actions{ gap:8px; }
  .nav-actions .btn-sm{ padding:8px 14px; font-size:.76rem; }
  .logo b{ font-size:1.3rem; }
  .logo span{ font-size:.55rem; }
  .ticket-main{ grid-template-columns:1fr; }
  .foot-grid{ grid-template-columns:1fr; gap:28px; }
  .page-hero{ padding:52px 0 44px; }
  .stat-grid{ grid-template-columns:1fr 1fr; gap:18px; }
}
/* comfortable tap targets on touch devices */
@media (hover:none) and (pointer:coarse){
  .btn{ min-height:44px; }
  .btn-sm{ min-height:40px; }
  .faq-q{ min-height:44px; }
  .main-nav.open a{ display:inline-block; padding:6px 0; }
}

/* ===== FLOATING WHATSAPP CHAT BUTTON ===== */
.whatsapp-float{
  position:fixed; right:20px; bottom:20px; z-index:80;
  width:58px; height:58px; border-radius:50%;
  background:#25D366; display:flex; align-items:center; justify-content:center;
  box-shadow:0 8px 24px -6px rgba(0,0,0,.45);
  transition:transform .18s ease, box-shadow .18s ease;
  animation: wa-pulse 2.4s ease-out 1.5s 3;
}
.whatsapp-float:hover{ transform:scale(1.08); box-shadow:0 10px 30px -6px rgba(0,0,0,.55); }
.whatsapp-float svg{ width:30px; height:30px; display:block; }
@media (max-width:480px){
  .whatsapp-float{ width:52px; height:52px; right:14px; bottom:14px; }
  .whatsapp-float svg{ width:26px; height:26px; }
}
@keyframes wa-pulse{
  0%{ box-shadow:0 8px 24px -6px rgba(0,0,0,.45), 0 0 0 0 rgba(37,211,102,.55); }
  70%{ box-shadow:0 8px 24px -6px rgba(0,0,0,.45), 0 0 0 16px rgba(37,211,102,0); }
  100%{ box-shadow:0 8px 24px -6px rgba(0,0,0,.45), 0 0 0 0 rgba(37,211,102,0); }
}
@media (prefers-reduced-motion: reduce){ .whatsapp-float{ animation:none; } }

/* ===== FLEET PHOTO GALLERY ===== */
.gallery-grid{
  margin-top:32px; display:grid; grid-template-columns:repeat(auto-fill, minmax(200px, 1fr)); gap:16px;
}
.gallery-item{ border-radius:12px; overflow:hidden; aspect-ratio:4/3; background:var(--sand-deep); }
.gallery-item img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .3s ease; }
.gallery-item:hover img{ transform:scale(1.05); }

/* ===== VIDEO SECTION ===== */
.video-frame{
  margin-top:32px; border-radius:20px; overflow:hidden; position:relative; background:var(--canopy);
  max-width:820px; margin-left:auto; margin-right:auto;
}
.video-frame video{ width:100%; display:block; aspect-ratio:16/9; object-fit:cover; }

/* ===== CHIP BANNER (day tours attraction list) ===== */
.chip-banner{ background:linear-gradient(135deg, var(--canopy), var(--canopy-light)); color:var(--cream); }
.chip-banner-inner{ text-align:center; max-width:820px; margin:0 auto; }
.chip-banner-inner h2{ color:var(--cream); margin-top:14px; font-size:clamp(1.6rem,2.8vw,2.2rem); }
.chip-row{ margin-top:28px; display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
.chip{
  display:inline-flex; align-items:center; padding:8px 16px; border-radius:999px;
  background:rgba(251,247,236,.1); border:1px solid rgba(251,247,236,.22);
  font-family:'Space Mono',monospace; font-size:.78rem; color:var(--cream);
}
.chip-cta{ margin-top:32px; }
