/* =========================================================
   TourMeAway × GetYourGuide tour-detail page template
   Shared across all "product page" style tours (tea-ceremony,
   foodtourbreakfast, foodtour, ...). Page-specific data (photos,
   calendar IDs, prices, copy) lives in each page's own markup
   and in a small window.TOUR_CONFIG object — see tour-detail.js.
   ========================================================= */

:root{
  --tma-orange:#F37342;
  --tma-orange-dark:#d95c2c;
  --tma-pink:#F34269;
  --ink:#08243d;
  --navy:#0d2438;
  --navy-2:#12324c;
  --text:#3c4450;
  --muted:#6c7480;
  --line:#e4e7ea;
  --chip:#f2f3f5;
  --bg:#ffffff;
  --star:#F37342;
  --radius:14px;
  --shadow:0 6px 24px rgba(16,24,40,.10);
}

*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{
  margin:0;padding-top:64px;
  font-family:"Figtree",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit}
img{max-width:100%;display:block}
h1,h2,h3,h4{color:var(--ink);margin:0;line-height:1.25;letter-spacing:-.01em}
button{font-family:inherit;cursor:pointer}

/* header */
/* --subnav-h = .subnav-inner height (56px) + its 1px bottom border */
:root{--header-h:64px;--subnav-h:57px;--hdr-bg:#ffffff}
.site-header{position:fixed;top:0;left:0;width:100%;background:var(--hdr-bg);z-index:1000;border-bottom:1px solid var(--line);transition:box-shadow .2s}
.site-header.scrolled{box-shadow:0 2px 14px rgba(16,24,40,.08)}
.hdr-main{max-width:1150px;margin:0 auto;padding:0 20px;height:var(--header-h);display:flex;align-items:center;gap:16px}
.hdr-logo{flex:0 0 auto;display:flex;align-items:center;text-decoration:none}
.hdr-logo img{height:40px;width:auto}
.hdr-logo .logo-fallback{font-weight:800;color:var(--tma-orange);font-size:21px;letter-spacing:-.02em;white-space:nowrap}
.hdr-utils{margin-left:auto;display:flex;align-items:center;gap:4px}
.hdr-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--ink);position:relative;text-decoration:none;background:none;border:0}
.hdr-icon:hover{background:var(--chip)}
.hdr-icon i{font-size:19px}
.cart-badge{position:absolute;top:3px;right:3px;background:var(--tma-pink);color:#fff;border-radius:50%;min-width:18px;height:18px;padding:0 4px;display:flex;align-items:center;justify-content:center;font-size:10.5px;font-weight:800;border:2px solid #fff}
.hdr-burger{background:none;border:0;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:var(--ink);font-size:19px}
.hdr-burger:hover{background:var(--chip)}

/* drawer */
.drawer{position:fixed;top:0;right:-320px;width:300px;max-width:86%;height:100vh;background:#fff;z-index:1200;box-shadow:-6px 0 24px rgba(0,0,0,.15);transition:right .28s ease;display:flex;flex-direction:column;padding:14px 0}
.drawer.open{right:0}
.drawer-close{align-self:flex-end;background:none;border:0;font-size:26px;color:var(--ink);padding:4px 20px;cursor:pointer}
.drawer nav{display:flex;flex-direction:column;padding:4px 0}
.drawer nav a{padding:14px 24px;font-size:16px;font-weight:600;color:var(--ink);text-decoration:none}
.drawer nav a:hover{background:var(--chip)}
.drawer-overlay{position:fixed;inset:0;background:rgba(8,20,32,.45);z-index:1100;opacity:0;visibility:hidden;transition:.25s}
.drawer-overlay.open{opacity:1;visibility:visible}

/* sticky product sub-nav */
.subnav{position:fixed;top:var(--header-h);left:0;width:100%;background:#fff;border-bottom:1px solid var(--line);z-index:900;transform:translateY(-130%);transition:transform .25s ease;box-shadow:0 4px 14px rgba(16,24,40,.06)}
.subnav.show{transform:translateY(0)}
.subnav-inner{max-width:1120px;margin:0 auto;padding:0 20px;height:56px;display:flex;align-items:center;gap:24px}
.subnav-tabs{display:flex;gap:22px;overflow-x:auto}
.subnav-tabs a{font-size:14.5px;font-weight:600;color:var(--muted);text-decoration:none;white-space:nowrap;padding:6px 0}
.subnav-tabs a:hover{color:var(--ink)}
.subnav-cta{margin-left:auto;display:flex;align-items:center;gap:14px;flex:0 0 auto}
.subnav-price{font-size:13px;color:var(--muted)}
.subnav-price b{color:var(--ink);font-size:16px}
.subnav-cta .btn-cta{margin:0;width:auto;padding:11px 20px;font-size:14.5px;box-shadow:none}

[id^="sec-"],#cust-reviews{scroll-margin-top:120px}
html{scroll-behavior:smooth}
body.nav-open{overflow:hidden}

/* hero carousel */
.hero{position:relative;border-radius:var(--radius);overflow:hidden;margin-top:25px;margin-bottom:26px;background:#f0d7c6}
.hero-track{display:flex;transition:transform .35s ease;touch-action:pan-y}
.hero-slide{flex:0 0 100%;height:460px;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f0d7c6;cursor:pointer}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.92);border:0;display:grid;place-items:center;color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.18);cursor:pointer;z-index:3;transition:.15s}
.hero-arrow:hover{background:#fff}
.hero-arrow svg{width:22px;height:22px}
.hero-prev{left:14px}.hero-next{right:14px}
.hero-actions{position:absolute;top:16px;right:16px;z-index:3;display:flex;gap:10px}
.hero-actions button{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.92);border:0;display:grid;place-items:center;color:var(--ink);box-shadow:0 2px 8px rgba(0,0,0,.18);cursor:pointer}
.hero-actions svg{width:20px;height:20px}
.hero-count{position:absolute;right:16px;bottom:16px;z-index:3;background:#fff;color:var(--ink);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:7px;box-shadow:0 2px 8px rgba(0,0,0,.18);cursor:pointer;border:0}
.hero-count svg{width:16px;height:16px}
.hero-dots{position:absolute;left:0;right:0;bottom:18px;z-index:3;display:flex;justify-content:center;gap:6px;pointer-events:none}
.hero-dots .dot{width:7px;height:7px;border-radius:999px;background:rgba(255,255,255,.55);transition:.2s}
.hero-dots .dot.active{width:22px;background:#fff}

/* optional hero video slide (tours with an Instagram/YouTube reel) */
.hero-slide-video{position:relative;background-size:cover;background-position:center}
.hero-slide-video::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18)}
.hero-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;background:rgba(20,26,33,.5);border:1.5px solid rgba(255,255,255,.85);display:grid;place-items:center;z-index:2}
.hero-video-play svg{width:22px;height:22px;color:#fff;margin-left:3px}
.hero-video-tag{position:absolute;left:14px;bottom:14px;z-index:2;display:flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.5)}
.hero-video-tag .av{width:26px;height:26px;border-radius:50%;background:var(--tma-pink);display:grid;place-items:center;color:#fff;font-weight:800;font-size:11px;flex:0 0 26px;border:1.5px solid rgba(255,255,255,.8)}

/* desktop photo/video grid — replaces the swipe hero at wide viewports (opt-in per page: add .hero-grid markup) */
.hero-grid{
  display:none;position:relative;
  grid-template-columns:1fr 1.5fr 1fr;grid-template-rows:1fr 1fr;
  gap:8px;aspect-ratio:2/1;
  margin-top:25px;margin-bottom:26px;
}
.hg-tile{position:relative;background-size:cover;background-position:center;cursor:pointer;border-radius:10px;overflow:hidden}
.hg-tile:hover::after{content:"";position:absolute;inset:0;background:rgba(8,20,32,.08)}
.hg-left{grid-column:1;grid-row:1/3}
.hg-center{grid-column:2;grid-row:1/3}
.hg-r1{grid-column:3;grid-row:1}
.hg-r2{grid-column:3;grid-row:2}
.hg-video{grid-row:1/3;grid-column:1;position:relative;background:#0b1520;cursor:pointer;border-radius:10px;overflow:hidden}
.hg-video-frame{position:absolute;top:50%;left:50%;width:100%;height:auto;aspect-ratio:9/16;min-height:100%;transform:translate(-50%,-50%);border:0;pointer-events:none}
.hg-video-click{position:absolute;inset:0;z-index:2}
.hero-grid-count{position:absolute;right:16px;bottom:16px;z-index:3;background:#fff;color:var(--ink);border-radius:999px;padding:8px 14px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:7px;box-shadow:0 2px 8px rgba(0,0,0,.18);cursor:pointer;border:0}
.hero-grid-count svg{width:16px;height:16px}
@media (min-width:941px){
  .hero{display:none}
  .hero-grid{display:grid}
}

@keyframes modalFadeIn{from{opacity:0}to{opacity:1}}

/* fullscreen video modal (direct click on the video slide/tile) */
.video-modal{position:fixed;inset:0;z-index:3100;background:rgba(8,10,13,.95);display:none;align-items:center;justify-content:center}
.video-modal.open{display:flex}
.video-modal-close{position:absolute;top:20px;left:20px;z-index:2;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.14);border:0;color:#fff;font-size:24px;cursor:pointer}
.video-modal-close:hover{background:rgba(255,255,255,.26)}
.video-modal-frame{width:min(400px,92vw);height:min(86vh,711px);background:#000;border-radius:12px;overflow:hidden;animation:modalFadeIn .5s ease}
.video-modal-frame iframe{width:100%;height:100%;border:0;display:block}

/* full photo grid ("N photos" button) */
.gallery-modal{position:fixed;inset:0;z-index:3050;background:#fff;display:none;overflow-y:auto;-webkit-overflow-scrolling:touch}
.gallery-modal.open{display:block}
.gallery-modal-close{position:fixed;top:16px;left:16px;z-index:5;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.95);border:0;box-shadow:0 2px 10px rgba(0,0,0,.18);display:grid;place-items:center;color:var(--ink);font-size:24px;cursor:pointer}
.gallery-modal-close:hover{background:#fff}
.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:76px 16px 32px;max-width:640px;margin:0 auto;animation:modalFadeIn .5s ease}
@media (min-width:700px){
  .gallery-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;max-width:1200px;padding:88px 32px 48px}
}
.g-tile{position:relative;aspect-ratio:1/1;border-radius:10px;overflow:hidden;background-size:cover;background-position:center;background-color:#f0d7c6;cursor:pointer}
.g-tile.g-video::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18)}
.g-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:rgba(20,26,33,.5);border:1.5px solid rgba(255,255,255,.85);display:grid;place-items:center}
.g-play svg{width:18px;height:18px;color:#fff;margin-left:2px}

@media (max-width:767px){
  .hero-slide{height:380px}
  .hero-arrow{display:none}
  .subnav{display:none}
}

/* page shell */
.wrap{max-width:1120px;margin:0 auto;padding:0 20px}

/* title block */
.headblock{padding:6px 0 18px}
.h1{font-size:32px;font-weight:800;color:var(--ink);margin-bottom:10px}
.h1 .sub{display:block;font-size:19px;font-weight:600;color:var(--muted);margin-top:4px}
.ratingline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:15px}
.stars{color:var(--star);letter-spacing:1px;font-size:15px}
.rating-num{font-weight:700;color:var(--ink)}
.rating-count{color:var(--muted)}
.rating-count a{color:var(--ink);text-decoration:underline}
.badge-pill{
  display:inline-flex;align-items:center;gap:6px;white-space:nowrap;
  background:#fff4ee;color:var(--tma-orange-dark);
  font-weight:600;font-size:12.5px;padding:5px 11px;border-radius:999px;border:1px solid #ffdcc8;
}

/* two-column body */
.layout{display:grid;grid-template-columns:1fr 372px;gap:44px;align-items:start;padding-bottom:60px}
.content{min-width:0}
.lead{font-size:16.5px;color:var(--text);margin:0 0 30px}

/* feature rows */
.features{display:grid;grid-template-columns:1fr 1fr;gap:22px 28px;padding:26px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.feat{display:flex;gap:14px;align-items:flex-start}
.feat .ic{
  flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:var(--chip);
  display:grid;place-items:center;color:var(--ink);font-size:18px;
}
.feat .ic svg{width:22px;height:22px}
.feat h4{font-size:15.5px;font-weight:700;margin-bottom:2px}
.feat p{margin:0;font-size:14px;color:var(--muted)}

/* collapsible sections */
.section{border-bottom:1px solid var(--line)}
.section-head{
  width:100%;background:none;border:0;padding:24px 0;
  display:flex;align-items:center;justify-content:space-between;text-align:left;
}
.section-head h2{font-size:21px;font-weight:800;color:var(--ink)}
.chev{width:22px;height:22px;color:var(--ink);transition:transform .2s ease;flex:0 0 auto}
.section.open .chev{transform:rotate(180deg)}
.section-body{
  display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s ease;
}
.section.open .section-body{grid-template-rows:1fr}
.section-body>div{overflow:hidden}
.section-inner{padding:0 0 26px}

.hlist{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.hlist li{display:flex;gap:12px;font-size:15.5px;color:var(--text)}
.hlist li::before{
  content:"";flex:0 0 8px;width:8px;height:8px;margin-top:8px;border-radius:50%;
  background:var(--tma-orange);
}
.desc p{font-size:15.5px;color:var(--text);margin:0 0 14px}
.desc strong{color:var(--ink)}

.includes{display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}
.includes .row{display:flex;gap:10px;font-size:15px;align-items:flex-start}
.includes .row svg{width:20px;height:20px;flex:0 0 20px;margin-top:1px}
.includes .inc-note{display:block;font-size:13px;color:var(--muted);margin-top:2px}
.inc-foot{font-size:12.5px;color:var(--muted);margin:16px 0 0}
.tick{color:#1a9e63}
.cross{color:#c2c7ce}

/* teas / ingredient chips */
.teas{display:flex;flex-wrap:wrap;gap:10px;margin-top:6px}
.tea-chip{
  background:#fff4ee;border:1px solid #ffdcc8;color:var(--tma-orange-dark);
  font-weight:600;font-size:13.5px;padding:7px 13px;border-radius:999px;
}

/* dietary / vegetarian note */
.note-box{background:var(--chip);border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin-top:18px;font-size:14.5px;color:var(--text)}
.note-box strong{color:var(--ink)}
.note-box.veg{background:#fff4ee;border-color:#ffdcc8}

/* review score strip */
.review-strip{display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 22px}
.rev-card{
  border:1px solid var(--line);border-radius:12px;padding:12px 15px;min-width:150px;
}
.rev-card .score{font-weight:800;color:var(--ink);font-size:18px}
.rev-card .score svg{width:15px;height:15px;color:var(--star);vertical-align:-2px;margin-right:3px}
.rev-card .src{font-size:13px;font-weight:600;color:var(--text)}
.rev-card .cnt{font-size:12.5px;color:var(--muted)}
.rev-card .cnt a{text-decoration:underline}

/* featured testimonial (first of the live Google reviews) */
.testimonial{border:1px solid var(--line);border-radius:14px;padding:20px}
.testimonial .t-stars{color:var(--star);font-size:15px;letter-spacing:1px}
.t-head{display:flex;align-items:center;gap:12px;margin:12px 0 10px}
.t-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:var(--tma-pink);color:#fff;display:grid;place-items:center;font-weight:800;flex:0 0 40px}
.t-name{font-weight:700;color:var(--ink);font-size:15px}
.t-date{font-size:13px;color:var(--muted)}
.t-body{font-size:15px;color:var(--text);margin:0;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.t-body.expanded{display:block;-webkit-line-clamp:unset;overflow:visible}

/* combo recommendation card (cross-sell to a sibling tour) */
.combo-card{display:flex;gap:18px;border:1px solid #ffdcc8;background:#fff8f4;border-radius:14px;padding:16px;align-items:center}
.combo-img{width:140px;height:100px;object-fit:cover;border-radius:10px;flex:0 0 140px}
.combo-text h4{margin:8px 0 6px;font-size:16.5px}
.combo-text p{margin:0 0 12px;font-size:14px;color:var(--muted)}
.combo-btn{display:inline-block;width:auto;padding:11px 20px;font-size:14.5px;text-decoration:none;box-shadow:none}
@media (max-width:520px){
  .combo-card{flex-direction:column;align-items:stretch}
  .combo-img{width:100%;height:140px}
}

/* pricing (in-content) */
.pricing{display:grid;gap:10px;margin-top:6px}
.price-row{
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  border:1px solid var(--line);border-radius:12px;padding:14px 16px;
}
.price-row.best{border-color:var(--tma-orange);background:#fff8f4}
.price-row .pr-name{font-weight:700;color:var(--ink);font-size:15px}
.price-row .pr-sub{font-size:13px;color:var(--muted)}
.price-row .pr-amt{font-weight:800;color:var(--ink);font-size:17px;white-space:nowrap}
.tag{display:inline-block;margin-left:8px;font-size:11px;font-weight:800;color:#fff;background:var(--tma-orange);padding:2px 8px;border-radius:999px;vertical-align:2px}

/* meeting point */
.meet{display:flex;gap:12px;align-items:flex-start;font-size:15px}
.meet svg{width:20px;height:20px;color:var(--tma-orange);flex:0 0 20px;margin-top:2px}
.meet a{color:var(--tma-orange-dark);font-weight:600;text-decoration:underline}

/* sticky booking card */
/* clears the fixed header + the sticky sub-nav that slides in on scroll, plus a 16px gap */
.booking{position:sticky;top:calc(var(--header-h) + var(--subnav-h) + 16px)}
.book-card{
  background:var(--navy);color:#fff;border-radius:18px;padding:22px;box-shadow:var(--shadow);
}
.book-card h3{color:#fff;font-size:19px;font-weight:800;margin-bottom:4px}
.book-card .from{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}
.book-card .from .lbl{color:#aeb9c6;font-size:13px}
.book-card .from .amt{font-size:26px;font-weight:800;color:#fff}
.book-card .from .per{color:#aeb9c6;font-size:13px}

.bk-field{margin-bottom:12px}
.bk-field label{display:block;color:#aeb9c6;font-size:12.5px;font-weight:600;margin-bottom:6px}
.route-toggle{display:flex;gap:6px;background:#fff;border-radius:11px;padding:6px}
.route-btn{flex:1;border:0;background:none;border-radius:8px;padding:9px 6px;font-size:13px;font-weight:700;color:var(--ink);cursor:pointer;transition:.15s}
.route-btn.active{background:var(--tma-orange);color:#fff}
.route-days{color:#aeb9c6;font-size:12px;margin-top:6px}
.stepper{display:flex;align-items:center;justify-content:space-between;background:#fff;border-radius:11px;padding:6px 10px}
.stepper button{width:34px;height:34px;border-radius:8px;border:0;background:var(--chip);color:var(--ink);font-size:20px;font-weight:700;display:grid;place-items:center;line-height:1}
.stepper button:hover{background:#e6e8eb}
.stepper #qty{font-weight:800;color:var(--ink);font-size:16px}
.dateselect{position:relative}
.date-toggle{width:100%;background:#fff;color:var(--ink);border:0;border-radius:11px;padding:13px 14px;display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:15px;cursor:pointer}
.date-toggle .ph{color:#8a929c}
.date-toggle .caret{width:16px;height:16px;color:#8a929c;transition:transform .2s}
.dateselect.open .date-toggle .caret{transform:rotate(180deg)}
.date-panel{display:none;position:absolute;left:0;right:0;top:calc(100% + 6px);background:#fff;border-radius:12px;box-shadow:0 12px 30px rgba(8,20,32,.28);padding:12px;z-index:20}
.dateselect.open .date-panel{display:block}
.cal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.cal-title{font-weight:700;color:var(--ink);font-size:14.5px}
.cal-nav{width:30px;height:30px;border-radius:8px;border:0;background:var(--chip);color:var(--ink);font-size:17px;cursor:pointer;line-height:1}
.cal-nav:hover{background:#e6e8eb}
.cal-nav:disabled{opacity:.35;cursor:default}
.cal-week{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;font-size:11px;color:var(--muted);text-align:center;font-weight:700;margin-bottom:4px}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}
.cal-day{aspect-ratio:1;display:grid;place-items:center;border-radius:8px;font-size:13.5px;color:var(--ink);cursor:pointer;position:relative;background:none;border:0;font-family:inherit}
.cal-day.empty{visibility:hidden;cursor:default}
.cal-day.disabled{color:#c7ccd2;cursor:default}
.cal-day.avail:hover{background:var(--chip)}
.cal-day.avail::after{content:"";position:absolute;bottom:5px;width:4px;height:4px;border-radius:50%;background:var(--tma-orange)}
.cal-day.sel{background:var(--tma-orange);color:#fff}
.cal-day.sel::after{background:#fff}
.cal-note{font-size:11px;color:var(--muted);text-align:center;padding:8px 4px 0}

/* time-slot picker (shown instead of the calendar grid when a day has 2+ departures) */
.time-slot-view{display:none}
.date-panel.time-mode .cal-week,
.date-panel.time-mode .cal-grid,
.date-panel.time-mode .cal-note{display:none}
.date-panel.time-mode .time-slot-view{display:block}
.time-slot-back{background:none;border:0;color:var(--muted);font-weight:700;font-size:12.5px;display:inline-flex;align-items:center;gap:4px;cursor:pointer;padding:0 0 12px}
.time-slot-back:hover{color:var(--ink)}
.time-slot-date{font-weight:700;color:var(--ink);font-size:14px;margin-bottom:10px}
.time-slot-list{display:flex;flex-wrap:wrap;gap:8px}
.time-slot-btn{border:1.5px solid var(--line);background:#fff;color:var(--ink);font-weight:700;font-size:13.5px;padding:9px 14px;border-radius:999px;cursor:pointer;transition:.15s}
.time-slot-btn:hover{border-color:var(--tma-orange);background:var(--chip)}
.bk-msg{font-size:13.5px;margin-top:10px}
.bk-msg.err{color:#ffb4b4}
.bk-msg.ok{color:#8ff0be}
.bk-msg a{color:#fff;font-weight:700;text-decoration:underline}
.btn-cta{
  width:100%;background:var(--tma-orange);color:#fff;border:0;border-radius:11px;
  padding:15px;font-size:16.5px;font-weight:800;margin-top:6px;transition:.15s;
  box-shadow:0 6px 16px rgba(243,115,66,.35);
}
.btn-cta:hover{background:var(--tma-orange-dark)}
.reassure{display:flex;flex-direction:column;gap:9px;margin-top:16px}
.reassure div{display:flex;gap:9px;align-items:center;font-size:13.5px;color:#cfd7df}
.reassure svg{width:17px;height:17px;color:#4fd08a;flex:0 0 auto}
.selling{display:inline-flex;align-items:center;gap:6px;background:#fdecec;color:#d23b3b;font-weight:700;font-size:12.5px;padding:5px 10px;border-radius:8px;margin-bottom:14px}
.selling svg{width:14px;height:14px}

/* mobile sticky bar */
.mobilebar{
  position:fixed;left:0;right:0;bottom:0;z-index:70;background:#fff;
  border-top:1px solid var(--line);padding:10px 16px;display:none;
  align-items:center;gap:12px;box-shadow:0 -4px 18px rgba(16,24,40,.08);
}
.mobilebar .mb-price .amt{font-size:20px;font-weight:800;color:var(--ink)}
.mobilebar .mb-price .per{font-size:12px;color:var(--muted)}
.mobilebar .mb-tag{font-size:11px;font-weight:700;color:#d23b3b}
.mobilebar .btn-cta{margin:0;width:auto;flex:1;padding:14px;box-shadow:none}

/* footer */
.site-footer{border-top:1px solid var(--line);padding:40px 0 30px}
.site-footer-inner{text-align:center}
.footer-brand{font-size:22px;font-weight:800;color:var(--tma-orange);letter-spacing:-.02em;margin-bottom:12px}
.footer-social{display:flex;gap:10px;margin-bottom:16px;justify-content:center}
.footer-social a{width:40px;height:40px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--ink);font-size:16px;transition:.15s}
.footer-social a:hover{background:var(--chip);border-color:#d7dbe0}
.footer-meta{font-size:13.5px;color:var(--muted);line-height:1.8}
.footer-meta a{color:var(--tma-orange-dark);font-weight:600;text-decoration:none}
.footer-meta a:hover{text-decoration:underline}
.footer-top{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;text-align:left;margin-bottom:28px;flex-wrap:wrap}
.footer-nav{display:flex;gap:48px}
.footer-nav-col h4{font-size:13px;font-weight:800;color:var(--ink);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px}
.footer-nav-col a{display:block;font-size:14px;color:var(--muted);text-decoration:none;margin-bottom:9px}
.footer-nav-col a:hover{color:var(--tma-orange-dark)}
@media (max-width:575px){
  .footer-top{flex-direction:column;align-items:center;text-align:center;gap:28px}
  .footer-nav{gap:32px}
}

/* customer reviews (full width) */
.cust-reviews{border-top:1px solid var(--line);padding:34px 0 10px}
.cr-head h2{font-size:26px;font-weight:800;color:var(--ink);display:flex;align-items:center;gap:8px}
.cr-info{color:var(--muted);font-size:15px;cursor:help}
.cr-score{display:flex;align-items:center;gap:14px;margin:16px 0 6px;flex-wrap:wrap}
.cr-big{font-size:30px;font-weight:800;color:var(--ink)}
.cr-big span{font-size:18px;color:var(--muted);font-weight:700}
.cr-stars{color:var(--star);font-size:22px;letter-spacing:2px}
.cr-based{color:var(--muted);font-size:14px}
.cr-list{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}
.cr-loading,.cr-error{grid-column:1 / -1;color:var(--muted);font-size:14px;padding:20px 0}
.review-card{padding:22px 0;border-top:1px solid var(--line)}
.review-header{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.review-header .avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:0 0 44px;background:var(--chip)}
.reviewer-name{font-weight:700;color:var(--ink);font-size:15px;margin:0}
.review-meta{display:flex;align-items:center;gap:10px;margin-top:2px}
.review-meta .stars{color:var(--star);font-size:13px;letter-spacing:1px}
.review-meta .time{font-size:12.5px;color:var(--muted)}
.review-text{font-size:15px;color:var(--text);margin:0 0 8px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}
.review-text.expanded{display:block;-webkit-line-clamp:unset;overflow:visible}
.review-more{background:none;border:0;color:var(--ink);font-weight:700;text-decoration:underline;text-underline-offset:3px;font-size:14px;padding:0 0 8px;cursor:pointer;display:none}
.view-profile{font-size:13px;font-weight:600;color:var(--tma-orange-dark);text-decoration:none}
.view-profile:hover{text-decoration:underline}
.cr-showall{display:inline-block;margin:24px 0 8px;background:#fff;border:1.5px solid var(--ink);color:var(--ink);font-weight:700;font-size:15px;padding:13px 22px;border-radius:11px;cursor:pointer;text-decoration:none;transition:.15s}
.cr-showall:hover{background:var(--ink);color:#fff}

/* post-purchase cross-sell recommendation (only shown if the recommended
   tour actually has a departure on the date just booked) */
.reco-modal{position:fixed;inset:0;z-index:4000;background:rgba(8,20,32,.55);display:none;align-items:center;justify-content:center;padding:20px}
.reco-modal.open{display:flex;animation:modalFadeIn .3s ease}
.reco-card{background:#fff;border-radius:18px;max-width:380px;width:100%;box-shadow:0 20px 60px rgba(8,20,32,.35);overflow:hidden;position:relative}
.reco-close{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.92);border:0;color:var(--ink);font-size:20px;cursor:pointer;z-index:2;display:grid;place-items:center;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.reco-close:hover{background:#fff}
.reco-img{width:100%;height:160px;object-fit:cover;background:#f0d7c6}
.reco-body{padding:20px}
.reco-eyebrow{display:inline-flex;align-items:center;gap:6px;background:#fff4ee;color:var(--tma-orange-dark);font-weight:700;font-size:12px;padding:5px 10px;border-radius:999px;margin-bottom:10px}
.reco-title{font-size:18px;font-weight:800;color:var(--ink);margin-bottom:6px}
.reco-blurb{font-size:14px;color:var(--muted);margin:0 0 14px;line-height:1.5}
.reco-date{font-size:12.5px;font-weight:700;color:var(--ink);margin-bottom:8px}
.reco-slots{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}
.reco-slot{border:1.5px solid var(--line);background:#fff;color:var(--ink);font-weight:700;font-size:13.5px;padding:9px 14px;border-radius:999px;cursor:pointer;transition:.15s}
.reco-slot:hover{border-color:var(--tma-orange)}
.reco-slot.sel{background:var(--tma-orange);border-color:var(--tma-orange);color:#fff}
.reco-actions{display:flex;gap:10px;align-items:center}
.reco-actions .btn-cta{margin:0}
.reco-dismiss{background:none;border:0;color:var(--muted);font-weight:700;font-size:14px;padding:15px 4px;cursor:pointer;white-space:nowrap}
.reco-msg{font-size:13.5px;margin-top:12px;color:#1a9e63;font-weight:700}
.reco-msg a{color:var(--ink);text-decoration:underline}

/* lightbox */
.lightbox{position:fixed;inset:0;z-index:3200;background:rgba(8,20,32,.94);display:none;align-items:center;justify-content:center}
.lightbox.open{display:flex;animation:modalFadeIn .5s ease}
.lb-img{max-width:90vw;max-height:82vh;border-radius:8px;background:#1a2a3a center/contain no-repeat;width:90vw;height:82vh;animation:modalFadeIn .5s ease}
.lb-video{display:none;max-width:400px;max-height:82vh;width:min(400px,90vw);height:82vh;border-radius:8px;overflow:hidden;background:#000;animation:modalFadeIn .5s ease}
.lb-video iframe{width:100%;height:100%;border:0;display:block}
.lightbox.showing-video .lb-img{display:none}
.lightbox.showing-video .lb-video{display:block}
.lb-close{position:absolute;top:20px;right:24px;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.14);border:0;color:#fff;font-size:24px;cursor:pointer}
.lb-close:hover{background:rgba(255,255,255,.26)}
.lb-nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;background:rgba(255,255,255,.14);border:0;color:#fff;cursor:pointer;display:grid;place-items:center}
.lb-nav:hover{background:rgba(255,255,255,.26)}
.lb-nav svg{width:26px;height:26px}
.lb-prev{left:20px}.lb-next{right:20px}
.lb-count{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);color:#fff;font-size:14px;font-weight:600;background:rgba(0,0,0,.4);padding:6px 14px;border-radius:999px}
@media (max-width:940px){.lb-img{width:96vw;height:70vh}.lb-nav{width:42px;height:42px}}

/* responsive */
@media (max-width:940px){
  .layout{grid-template-columns:1fr;gap:0}
  .booking{position:static;margin-bottom:30px}
  .book-card{margin-top:8px}
  .features{grid-template-columns:1fr}
  .includes{grid-template-columns:1fr}
  .h1{font-size:25px}
  .mobilebar{display:flex}
  body{padding-bottom:78px}
  .cr-list{grid-template-columns:1fr;gap:0}
}
@media (max-width:520px){
  .review-strip .rev-card{min-width:calc(50% - 5px)}
}

/* breadcrumb — one-click way back to the tour list */
.crumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding:14px 0 0;font-size:13.5px;color:var(--muted)}
.crumbs a{color:var(--muted);text-decoration:none;font-weight:600}
.crumbs a:hover{color:var(--ink);text-decoration:underline;text-underline-offset:3px}
.crumb-sep{color:#c8ced4;font-weight:700}
.crumb-cur{color:var(--ink);font-weight:700}
@media (max-width:520px){.crumbs{font-size:12.5px;gap:6px}}

/* "other tours" row at the bottom of every tour page */
.more-tours{border-top:1px solid var(--line);padding:30px 0 56px}
.mt-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.mt-head h2{font-size:26px;font-weight:800;color:var(--ink);margin:0}
.mt-all{flex:none;font-size:14px;font-weight:700;color:var(--ink);text-decoration:none;border:1.5px solid var(--ink);border-radius:11px;padding:9px 16px;transition:.15s;white-space:nowrap}
.mt-all:hover{background:var(--ink);color:#fff}
.mt-row{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.mt-card{display:block;text-decoration:none;color:inherit;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;transition:box-shadow .18s,transform .18s}
.mt-card:hover{box-shadow:var(--shadow);transform:translateY(-2px)}
.mt-media{position:relative;height:150px;background:#f0d7c6}
.mt-media img{width:100%;height:100%;object-fit:cover;display:block}
.mt-tag{position:absolute;top:10px;left:10px;background:rgba(255,255,255,.94);color:var(--ink);font-size:11.5px;font-weight:800;padding:4px 10px;border-radius:999px}
.mt-tag.tag-free{background:var(--tma-orange);color:#fff}
.mt-body{padding:13px 15px 15px}
.mt-body h3{font-size:16px;font-weight:800;color:var(--ink);margin:0 0 10px;line-height:1.3}
.mt-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13.5px}
.mt-rating{display:inline-flex;align-items:center;gap:4px;font-weight:700;color:var(--ink)}
.mt-rating svg{width:14px;height:14px;fill:var(--star)}
.mt-price{color:var(--muted);font-weight:700}
.mt-price .from{font-weight:600;margin-right:4px}
@media (max-width:940px){
  .mt-row{grid-template-columns:repeat(2,1fr);gap:14px}
  .mt-head h2{font-size:22px}
  .mt-media{height:130px}
}
@media (max-width:520px){
  .mt-row{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin:0 -20px;padding:2px 20px 8px}
  .mt-card{flex:0 0 76%;scroll-snap-align:start}
  .mt-head{margin-bottom:14px}
}
