:root{
  --bg:#0D1117;
  --panel:#111827;
  --panel-2:#162033;
  --card:#151F2F;
  --ink:#F8FBFF;
  --muted:#A8B3C2;
  --line:rgba(255,255,255,.11);
  --teal:#00B4D8;
  --teal-2:#68E1F5;
  --deep:#03045E;
  --ocean:#0077B6;
  --ok:#12B76A;
  --warn:#F7B955;
  --bad:#F04438;
  --radius:18px;
  --content:min(1180px,calc(100% - 32px));
  --sans:"Space Grotesk",Arial,sans-serif;
  --mono:"Space Mono",Consolas,monospace;
  --shadow:0 22px 60px rgba(0,0,0,.36);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100vh;
  color:var(--ink);
  background:
    radial-gradient(circle at 20% 0%,rgba(0,180,216,.22),transparent 34rem),
    linear-gradient(180deg,#0B1019 0%,#0D1117 52%,#101827 100%);
  font-family:var(--sans);
  line-height:1.5;
}
button,input,select,textarea{font:inherit}
button{color:inherit}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
h1,h2,h3,p{overflow-wrap:anywhere}
h1,h2,h3{letter-spacing:0;margin:0}
p{margin:0}
.site-header{
  position:sticky;
  top:0;
  z-index:50;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  gap:18px;
  align-items:center;
  min-height:74px;
  padding:12px max(16px,calc((100vw - 1180px)/2));
  background:rgba(13,17,23,.84);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(18px);
}
.brand{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:800;letter-spacing:.08em;white-space:nowrap}
.brand img{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(0,180,216,.28))}
.brand small{display:block;color:var(--teal);font-size:7px;letter-spacing:.32em}
.tabs{
  display:flex;
  justify-content:center;
  gap:6px;
  min-width:0;
  overflow-x:auto;
  scrollbar-width:none;
}
.tabs::-webkit-scrollbar{display:none}
.tab{
  flex:0 0 auto;
  border:1px solid transparent;
  border-radius:999px;
  padding:9px 13px;
  color:#C5D0DD;
  font-size:12px;
  font-weight:700;
}
.tab:hover,.tab.is-active{color:#061018;background:var(--teal);border-color:var(--teal)}
.lang-toggle{
  display:flex;
  align-items:center;
  gap:5px;
  padding:4px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.05);
}
.lang-toggle button{
  min-width:34px;
  min-height:30px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#C5D0DD;
  cursor:pointer;
  font-size:11px;
  font-weight:900;
}
.lang-toggle button.is-active{
  background:var(--teal);
  color:#061018;
}
.nav-cta,.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  border:0;
  border-radius:999px;
  padding:11px 17px;
  background:var(--teal);
  color:#061018;
  cursor:pointer;
  font-size:13px;
  font-weight:800;
  box-shadow:0 0 26px rgba(0,180,216,.22);
}
.button:hover,.nav-cta:hover{background:var(--teal-2);transform:translateY(-1px)}
.button.secondary{background:rgba(255,255,255,.08);color:#fff;border:1px solid var(--line);box-shadow:none}
.text-link{color:var(--teal-2);font-size:13px;font-weight:800}
.hero{position:relative;min-height:720px;display:flex;align-items:end;overflow:hidden}
.travel-hero{min-height:790px}
.hero-media{position:absolute;inset:0;background:center/cover no-repeat;filter:saturate(.94) contrast(1.05)}
.travel-hero .hero-media{filter:saturate(1.05) contrast(1.06)}
.hero-scrim{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,12,18,.96),rgba(8,12,18,.74) 45%,rgba(8,12,18,.18)),linear-gradient(0deg,var(--bg),transparent 44%)}
.travel-hero .hero-scrim{background:linear-gradient(90deg,rgba(5,9,15,.98),rgba(5,10,17,.78) 43%,rgba(5,10,17,.18)),linear-gradient(0deg,#0D1117 0%,rgba(13,17,23,.18) 46%,rgba(13,17,23,.10))}
.hero-content{position:relative;width:var(--content);margin:0 auto;padding:118px 0 56px}
.hero-logo{width:min(250px,70vw);margin:0 0 18px;filter:drop-shadow(0 0 26px rgba(0,180,216,.24))}
.eyebrow{margin:0 0 12px;color:var(--teal-2);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}
.hero h1{max-width:900px;font-size:clamp(44px,8vw,96px);line-height:.94;font-weight:700}
.hero-lead{max-width:620px;margin:20px 0 28px;color:#C8D3DF;font-size:18px}
.hero-travel-strip{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  width:min(760px,100%);
  margin-top:16px;
}
.hero-travel-strip p{
  display:grid;
  gap:3px;
  min-height:78px;
  padding:14px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:18px;
  background:rgba(15,23,36,.74);
  backdrop-filter:blur(12px);
}
.hero-travel-strip strong{color:#fff;font-size:24px;line-height:1}
.hero-travel-strip span{color:#C7D2DF;font-size:12px;font-weight:700}
.search-panel{
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr auto;
  gap:10px;
  width:min(1040px,100%);
  padding:10px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(11,16,25,.82);
  box-shadow:var(--shadow);
}
.search-panel label,.field{display:grid;gap:6px}
.search-panel span,.field span{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
input,select,textarea{
  width:100%;
  min-height:44px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:14px;
  outline:0;
  background:#0F1724;
  color:#fff;
  padding:10px 12px;
}
textarea{min-height:88px;resize:vertical}
input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,180,216,.14)}
.trust-strip{
  width:var(--content);
  margin:-28px auto 0;
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line);
  border-radius:20px;
  overflow:hidden;
  background:rgba(17,24,39,.94);
  box-shadow:var(--shadow);
}
.trust-strip p{display:grid;gap:5px;padding:18px;border-right:1px solid var(--line)}
.trust-strip p:last-child{border-right:0}
.trust-strip strong{color:var(--teal);font:700 12px var(--mono)}
.trust-strip span{color:#E8EEF6;font-weight:700;font-size:14px}
.coverage-strip{
  width:var(--content);
  margin:14px auto 0;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px 16px;
  border:1px solid rgba(0,180,216,.18);
  border-radius:18px;
  background:rgba(0,180,216,.075);
  color:#D7E1ED;
  font-size:13px;
}
.coverage-strip strong{
  flex:0 0 auto;
  color:var(--teal-2);
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.coverage-strip span{
  white-space:normal;
  line-height:1.45;
}
.ops-partner-section{
  padding:34px 0 18px;
}
.ops-partner-card{
  display:grid;
  grid-template-columns:minmax(0,1fr) 240px;
  gap:22px;
  align-items:center;
  padding:22px;
  border:1px solid rgba(0,180,216,.18);
  border-radius:22px;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(0,180,216,.06));
  box-shadow:0 18px 42px rgba(0,0,0,.14);
}
.ops-partner-card h2{
  max-width:680px;
  margin:0 0 10px;
  font-size:clamp(24px,3vw,36px);
}
.ops-partner-card p:not(.eyebrow){
  max-width:720px;
  color:#B9C6D4;
  font-size:14px;
}
.ops-partner-logo{
  display:grid;
  justify-items:end;
  gap:8px;
}
.ops-partner-logo img{
  max-width:210px;
  max-height:74px;
  object-fit:contain;
  padding:10px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.96);
}
.ops-partner-logo span{
  color:#A8B3C2;
  font-size:11px;
  font-weight:800;
}
.quick-faq-section{padding-top:26px}
.quick-faq-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.quick-faq-grid details{
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(17,24,39,.72);
  padding:16px;
}
.quick-faq-grid summary{
  cursor:pointer;
  color:#fff;
  font-weight:900;
  list-style:none;
}
.quick-faq-grid summary::-webkit-details-marker{display:none}
.quick-faq-grid p{
  margin-top:10px;
  color:#A8B3C2;
  font-size:13px;
}
.about-local-section{padding-top:34px}
.about-pillars{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
}
.about-pillars article{
  border:1px solid var(--line);
  border-radius:18px;
  background:rgba(17,24,39,.7);
  padding:18px;
  display:grid;
  gap:8px;
}
.about-pillars strong{
  color:#fff;
  font-size:18px;
}
.about-pillars span{
  color:#A8B3C2;
  font-size:14px;
  line-height:1.5;
}
.concierge-intake-section{gap:22px}
.concierge-intake-form{
  width:min(430px,100%);
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.concierge-intake-form label{
  display:grid;
  gap:6px;
}
.concierge-intake-form label span{
  color:var(--muted);
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.concierge-intake-form .full{grid-column:1/-1}
.section,.page-shell,.tour-shell{width:var(--content);margin:0 auto}
.section{padding:76px 0}
.section.alt{padding-top:28px}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:22px}
.section h2,.page-hero h1{font-size:clamp(28px,4vw,48px);line-height:1}
.page-shell,.tour-shell{padding:34px 0 72px}
.page-hero{
  padding:48px 0 24px;
  max-width:780px;
}
.page-hero p:not(.eyebrow){margin-top:14px;color:var(--muted);font-size:17px}
.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card,.ally-card,.type-card{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:var(--radius);
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  box-shadow:0 16px 36px rgba(0,0,0,.18);
}
.service-card{display:flex;flex-direction:column;min-height:100%}
.service-photo{position:relative;display:block;overflow:hidden}
.service-card img{width:100%;aspect-ratio:1.26;object-fit:cover;background:#0F1724;transition:transform .45s ease}
.travel-service-card{border-radius:22px;background:#F8FBFF;color:#101827;border-color:rgba(255,255,255,.16);box-shadow:0 20px 48px rgba(0,0,0,.26)}
.travel-service-card:hover img{transform:scale(1.045)}
.travel-service-card .card-body{background:#fff;color:#101827}
.travel-service-card h3{color:#101827}
.travel-service-card .tagline{color:#586575}
.photo-badge,.rating-badge{
  position:absolute;
  z-index:2;
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 10px;
  border-radius:999px;
  color:#061018;
  background:#fff;
  font-size:11px;
  font-weight:900;
  box-shadow:0 8px 22px rgba(0,0,0,.20);
}
.photo-badge{left:12px;top:12px}
.rating-badge{right:12px;top:12px;background:#00B4D8;color:#041014}
.service-photo::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:42%;
  background:linear-gradient(0deg,rgba(0,0,0,.42),transparent);
}
.card-body{display:grid;gap:12px;padding:16px}
.card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.pill,.price-pill,.level-badge{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(0,180,216,.12);
  color:var(--teal-2);
  border:1px solid rgba(0,180,216,.25);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.price-pill{background:rgba(255,255,255,.08);color:#fff;border-color:var(--line);text-transform:none;letter-spacing:0}
.travel-service-card .pill{background:#E9F8FC;color:#006F89;border-color:#B9EBF5}
.travel-service-card .price-pill{background:#101827;color:#fff;border-color:#101827}
.service-card h3,.ally-card h3{font-size:20px;line-height:1.08}
.tagline,.muted{color:var(--muted)}
.tagline{font-size:14px}
.meta-row{display:flex;flex-wrap:wrap;gap:7px;color:#C7D2DF;font-size:12px;font-weight:700}
.meta-row span{padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.06)}
.travel-service-card .meta-row{color:#334155}
.travel-service-card .meta-row span{background:#EEF3F8;color:#334155}
.travel-card-foot{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding-top:12px;
  border-top:1px solid #E5EDF4;
}
.travel-card-foot small{color:#667085;font-weight:700}
.travel-card-foot a{color:#0077B6;font-weight:900}
.travel-catalog-section{padding-top:68px}
.travel-tabs{
  display:flex;
  gap:8px;
  overflow-x:auto;
  margin:0 0 18px;
  padding-bottom:3px;
  scrollbar-width:none;
}
.travel-tabs::-webkit-scrollbar{display:none}
.travel-tabs button{
  flex:0 0 auto;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#E7EEF8;
  min-height:42px;
  padding:10px 15px;
  cursor:pointer;
  font-weight:900;
}
.travel-tabs button.is-active{background:var(--teal);border-color:var(--teal);color:#061018}
.travel-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.travel-card-grid .service-card img{aspect-ratio:1.08}
.travel-card-grid .service-card h3{font-size:18px}
.travel-card-grid .card-body{gap:10px;padding:14px}
.type-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.type-card{display:grid;gap:10px;padding:22px;min-height:210px}
.type-card span{color:var(--teal);font:700 12px var(--mono)}
.type-card strong{font-size:23px;line-height:1}
.type-card small{color:var(--muted);font-size:14px}
.travel-type-grid .type-card{
  position:relative;
  min-height:230px;
  background:
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.55)),
    linear-gradient(135deg,rgba(0,180,216,.18),rgba(255,255,255,.04));
}
.travel-type-grid .type-card b{align-self:end;color:#fff;font-size:13px}
.route-gallery{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:12px}
.route-gallery figure{
  position:relative;
  overflow:hidden;
  min-height:310px;
  margin:0;
  border-radius:24px;
  border:1px solid var(--line);
  background:#111827;
}
.route-gallery img{width:100%;height:100%;object-fit:cover;filter:saturate(1.03)}
.route-gallery figcaption{
  position:absolute;
  left:14px;
  bottom:14px;
  padding:8px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.92);
  color:#101827;
  font-weight:900;
}
.route-gallery figure:first-child{grid-row:span 2;min-height:632px}
.split-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  margin-bottom:64px;
  padding:36px;
  border:1px solid var(--line);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(3,4,94,.72),rgba(0,119,182,.32));
}
.split-cta p{max-width:680px;margin-top:12px;color:#D7E1ED}
.toolbar{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:end;
  margin:14px 0 24px;
  padding:14px;
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(17,24,39,.72);
}
.segmented{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}
.segmented::-webkit-scrollbar{display:none}
.segmented button,.rail-list button{
  flex:0 0 auto;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.04);
  color:#CDD7E3;
  padding:10px 12px;
  cursor:pointer;
  font-size:12px;
  font-weight:800;
}
.segmented button.is-active,.rail-list button.is-active{background:var(--teal);border-color:var(--teal);color:#061018}
.field.inline{min-width:190px;flex:1}
.catalog-layout{display:grid;grid-template-columns:220px 1fr;gap:20px}
.filter-rail{
  position:sticky;
  top:96px;
  align-self:start;
  padding:14px;
  border:1px solid var(--line);
  border-radius:20px;
  background:rgba(17,24,39,.72);
}
.rail-title{margin:0 0 10px;color:#fff;font-weight:800}
.rail-list{display:grid;gap:8px}
.rail-list button{text-align:left}
.mobile-segment-field{display:none;margin-bottom:10px}
.results-line{margin:0 0 12px;color:var(--muted);font-size:13px;font-weight:700}
.tour-hero{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:18px;
  margin-top:22px;
}
.tour-cover,.gallery-tile{
  overflow:hidden;
  border-radius:24px;
  border:1px solid var(--line);
  background:#0F1724;
}
.tour-cover img{width:100%;height:100%;min-height:430px;object-fit:cover}
.tour-summary{display:grid;gap:16px;align-content:end;padding:28px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03))}
.tour-summary h1{font-size:clamp(34px,5vw,64px);line-height:.95}
.tour-main{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;margin-top:24px}
.detail-stack{display:grid;gap:18px}
.detail-section,.booking-card{
  border:1px solid var(--line);
  border-radius:22px;
  background:rgba(17,24,39,.72);
  padding:22px;
}
.detail-section h2,.booking-card h2{font-size:24px;margin-bottom:14px}
.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.gallery-tile img{width:100%;aspect-ratio:1.25;object-fit:cover}
.timeline{position:relative;display:grid;gap:16px;margin-top:6px}
.timeline::before{content:"";position:absolute;top:18px;bottom:18px;left:17px;width:2px;background:linear-gradient(var(--teal),rgba(0,180,216,.08))}
.timeline-item{position:relative;display:grid;grid-template-columns:36px 1fr;gap:13px}
.timeline-num{z-index:1;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--teal);color:#061018;font:800 13px var(--mono);box-shadow:0 0 0 6px #111827}
.timeline-body h3{font-size:17px}
.timeline-body p{color:var(--muted);font-size:14px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.check-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}
.check-list li{display:flex;gap:9px;align-items:flex-start;padding:10px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.035);color:#E5ECF5;font-size:14px}
.mark{display:grid;place-items:center;flex:0 0 auto;width:20px;height:20px;border-radius:50%;font-size:13px;font-weight:900}
.mark.y{background:var(--ok);color:#04130C}
.mark.n{background:var(--bad);color:#fff}
.booking-card{position:sticky;top:96px;align-self:start}
.price-big{font-size:36px;font-weight:800;line-height:1;color:#fff}
.currency-row,.pax-row{display:flex;gap:8px;align-items:center;justify-content:space-between;margin:14px 0}
.currency-row button,.pax-row button{
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(255,255,255,.05);
  color:#fff;
  min-width:42px;
  min-height:38px;
  cursor:pointer;
  font-weight:800;
}
.currency-row button.is-active{border-color:var(--teal);color:#061018;background:var(--teal)}
.booking-form{display:grid;gap:10px;margin-top:14px}
.form-note{color:var(--muted);font-size:12px}
.notice{padding:11px 12px;border-radius:13px;background:rgba(0,180,216,.1);border:1px solid rgba(0,180,216,.25);color:#D6F7FF;font-size:13px}
.detail-breakdown{
  display:grid;
  gap:9px;
  margin:12px 0 2px;
  padding:12px;
  border:1px solid rgba(0,180,216,.22);
  border-radius:18px;
  background:#F8FBFF;
  color:#101827;
}
.breakdown-title,
.breakdown-total,
.breakdown-line{
  display:flex;
  justify-content:space-between;
  gap:12px;
}
.breakdown-title{
  align-items:center;
  padding-bottom:8px;
  border-bottom:1px solid #DDE6EF;
}
.breakdown-title span{
  color:#0077B6;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}
.breakdown-line{
  align-items:flex-start;
  padding:8px 0;
  border-bottom:1px solid #E8EEF5;
}
.breakdown-line.subtle{opacity:.86}
.breakdown-line div{
  display:grid;
  gap:3px;
}
.breakdown-line b{
  color:#101827;
  font-size:13px;
}
.breakdown-line small,
.breakdown-line em{
  color:#667085;
  font-size:11px;
  font-style:normal;
}
.breakdown-line>strong{
  white-space:nowrap;
  color:#101827;
}
.breakdown-total{
  align-items:center;
  padding-top:4px;
  font-size:15px;
  font-weight:900;
}
.breakdown-per-person{
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#334155;
  font-size:13px;
  font-weight:900;
}
.breakdown-note{
  color:#667085;
  font-size:11px;
  line-height:1.35;
}
.detail-taxi-toggle{
  margin:8px 0 0;
}
.ally-card{display:grid;gap:12px;padding:18px}
.travel-ally-card{
  padding:0;
  overflow:hidden;
  background:#fff;
  color:#101827;
  border-color:rgba(255,255,255,.16);
  box-shadow:0 20px 48px rgba(0,0,0,.26);
}
.ally-photo{
  position:relative;
  display:block;
  width:100%;
  border:0;
  padding:0;
  overflow:hidden;
  cursor:pointer;
  background:#0F1724;
  color:inherit;
}
.ally-photo img{
  width:100%;
  aspect-ratio:1.04;
  object-fit:cover;
  transition:transform .45s ease;
}
.travel-ally-card:hover .ally-photo img{transform:scale(1.045)}
.ally-photo::after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:44%;
  background:linear-gradient(0deg,rgba(0,0,0,.46),transparent);
}
.ally-card-body{display:grid;gap:12px;padding:16px}
.travel-ally-card h3{color:#101827}
.travel-ally-card .tagline{color:#586575}
.travel-ally-card .meta-row{color:#334155}
.travel-ally-card .meta-row span{background:#EEF3F8;color:#334155}
.travel-ally-card .price-pill{background:#101827;color:#fff;border-color:#101827}
.ally-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:rgba(0,180,216,.12);color:var(--teal);font:800 22px var(--mono)}
.ally-mini-menu{display:grid;gap:6px}
.ally-mini-menu span{
  padding:8px 10px;
  border-radius:12px;
  background:#F1F6FA;
  color:#334155;
  font-size:12px;
  font-weight:800;
}
.ally-taxi-hint{
  margin:0;
  padding:9px 10px;
  border-radius:12px;
  background:#E9F8FC;
  color:#006F89;
  font-size:12px;
  font-weight:900;
}
.ally-actions{display:flex;gap:8px;flex-wrap:wrap}
.ally-modal{
  width:min(980px,calc(100% - 28px));
  border:1px solid var(--line);
  border-radius:24px;
  background:#111827;
  color:#fff;
  padding:0;
  box-shadow:0 28px 80px rgba(0,0,0,.5);
}
.ally-modal::backdrop{background:rgba(0,0,0,.68);backdrop-filter:blur(6px)}
.modal-close{position:absolute;top:12px;right:12px;width:36px;height:36px;border:1px solid var(--line);border-radius:50%;background:#0D1117;color:#fff;cursor:pointer;font-size:22px}
.modal-body{padding:28px}
.ally-detail{display:grid;gap:18px}
.ally-detail-hero{display:grid;grid-template-columns:1fr 1.1fr;gap:18px;align-items:end}
.ally-detail-hero>img{
  width:100%;
  aspect-ratio:1.2;
  object-fit:cover;
  border-radius:20px;
  border:1px solid var(--line);
}
.ally-detail h2{font-size:clamp(30px,5vw,52px);line-height:.98;margin:12px 0}
.ally-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
.ally-gallery img{
  width:100%;
  aspect-ratio:1.35;
  object-fit:cover;
  border-radius:14px;
  border:1px solid var(--line);
}
.ally-booking-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:18px;align-items:start}
.ally-service-options{display:grid;gap:10px;margin:10px 0 18px}
.ally-service-option{
  display:grid;
  grid-template-columns:22px 1fr auto;
  gap:10px;
  align-items:start;
  padding:12px;
  border:1px solid var(--line);
  border-radius:16px;
  background:rgba(255,255,255,.035);
  cursor:pointer;
}
.ally-service-option input{width:auto;min-height:0;margin-top:4px}
.ally-service-option span{display:grid;gap:3px}
.ally-service-option strong{color:#fff}
.ally-service-option small,.ally-service-option em{color:var(--muted);font-style:normal;font-size:12px}
.ally-service-option b{text-align:right;color:var(--teal-2)}
.ally-service-option b small{display:block;color:var(--muted);font-weight:700}
.ally-reserve-box{
  position:sticky;
  top:92px;
  display:grid;
  gap:12px;
  padding:16px;
  border:1px solid rgba(0,180,216,.28);
  border-radius:20px;
  background:linear-gradient(180deg,rgba(0,180,216,.10),rgba(255,255,255,.035));
}
.taxi-toggle{
  display:grid;
  grid-template-columns:22px 1fr;
  gap:10px;
  align-items:start;
  padding:12px;
  border:1px solid rgba(0,180,216,.28);
  border-radius:16px;
  background:rgba(0,180,216,.09);
  cursor:pointer;
}
.taxi-toggle input{width:auto;min-height:0;margin-top:4px}
.taxi-toggle span{display:grid;gap:3px}
.taxi-toggle small{color:#B9CAD8}
.trip-toggle{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:6px;
  padding:4px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
  background:rgba(255,255,255,.05);
}
.trip-toggle button{
  min-height:34px;
  border:0;
  border-radius:999px;
  background:transparent;
  color:#CDD7E3;
  cursor:pointer;
  font-size:12px;
  font-weight:900;
}
.trip-toggle button.is-active{
  background:var(--teal);
  color:#061018;
}
.ally-currency-row{
  margin:0;
}
.ally-reserve-box .field.inline{
  min-width:0;
}
.ally-breakdown{
  display:grid;
  gap:7px;
  padding:12px;
  border-radius:16px;
  background:#fff;
  color:#101827;
}
.ally-breakdown p{display:flex;justify-content:space-between;gap:12px;margin:0;font-weight:800}
.ally-breakdown small{color:#667085;font-size:11px}
.ally-breakdown hr{width:100%;border:0;border-top:1px solid #DDE6EF;margin:4px 0}
.service-list{display:grid;gap:8px;margin-top:14px}
.service-line{display:flex;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.035)}
.site-footer{
  display:flex;
  justify-content:space-between;
  gap:18px;
  width:var(--content);
  margin:0 auto;
  padding:24px 0 32px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:13px;
}
.site-footer a{color:var(--teal-2);font-weight:800}

.concierge-home-hero .hero-content{
  padding-bottom:44px;
}
.concierge-home-hero .hero h1,
.concierge-home-hero h1{
  max-width:820px;
}
.hero-kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin:0 0 18px;
}
.compact-logo{
  width:min(210px,62vw);
  margin:0;
}
.hero-kicker span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 10px;
  border:1px solid rgba(104,225,245,.34);
  border-radius:999px;
  background:rgba(0,180,216,.12);
  color:#D7F8FF;
  font:800 11px var(--mono);
  letter-spacing:.12em;
}
.home-choice-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  width:min(950px,100%);
  margin-top:16px;
}
.home-choice-row a{
  min-height:106px;
  display:grid;
  align-content:start;
  gap:8px;
  padding:16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:linear-gradient(180deg,rgba(248,251,255,.12),rgba(248,251,255,.055));
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
}
.home-choice-row a:hover{
  border-color:rgba(104,225,245,.5);
  background:linear-gradient(180deg,rgba(0,180,216,.20),rgba(248,251,255,.07));
  transform:translateY(-1px);
}
.home-choice-row strong{
  color:#fff;
  font-size:16px;
  line-height:1.1;
}
.home-choice-row span{
  color:#C9D8E7;
  font-size:12px;
  font-weight:700;
}
.concierge-trust span{
  line-height:1.25;
}
.concierge-explain{
  padding-bottom:36px;
}
.home-note{
  max-width:410px;
  color:#A8B3C2;
  font-size:14px;
}
.price-flow{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.price-flow article{
  min-height:190px;
  display:grid;
  align-content:start;
  gap:11px;
  padding:20px;
  border:1px solid var(--line);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.028));
  box-shadow:0 18px 42px rgba(0,0,0,.16);
}
.price-flow span{
  color:var(--teal-2);
  font-size:10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.price-flow strong{
  color:#fff;
  font-size:24px;
  line-height:1.05;
}
.price-flow small{
  color:#B8C5D4;
  font-size:14px;
  line-height:1.45;
}
.compact-featured-section{
  padding-top:28px;
}
.concierge-paths .type-card strong{
  min-height:44px;
}
.concierge-paths .type-card small{
  min-height:62px;
}
.local-mood{
  padding-top:42px;
}

@media (max-width:860px){
  .home-choice-row,
  .price-flow{
    grid-template-columns:1fr;
  }
  .ops-partner-card{
    grid-template-columns:1fr;
    padding:16px;
  }
  .ops-partner-logo{
    justify-items:start;
  }
  .ops-partner-logo img{
    max-width:156px;
    max-height:44px;
  }
  .quick-faq-grid{grid-template-columns:1fr}
  .home-choice-row a{
    min-height:0;
  }
  .home-note{
    max-width:none;
    margin-top:12px;
  }
}

@media (max-width:620px){
  .hero-kicker{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
  }
  .compact-logo{
    width:min(190px,76vw);
  }
  .concierge-home-hero h1{
    font-size:clamp(38px,12vw,54px);
  }
  .price-flow article{
    min-height:0;
  }
}

@media (max-width:760px){
  .filter-rail{position:static}
  .mobile-segment-field{display:grid}
  .rail-list{display:none}
}
@media(max-width:920px){
  .site-header{grid-template-columns:1fr;justify-items:start;gap:10px}
  .tabs{justify-content:flex-start;width:100%}
  .nav-cta{position:absolute;right:16px;top:16px}
  .search-panel{grid-template-columns:1fr 1fr}
  .search-panel .button{grid-column:1/-1}
  .trust-strip,.card-grid,.type-grid,.travel-card-grid,.about-pillars{grid-template-columns:1fr 1fr}
  .route-gallery{grid-template-columns:1fr 1fr}
  .route-gallery figure:first-child{grid-row:auto;min-height:310px}
  .catalog-layout,.tour-hero,.tour-main{grid-template-columns:1fr}
  .filter-rail,.booking-card{position:static}
}
@media(max-width:620px){
  .site-header{padding:10px 12px}
  .brand span{font-size:13px}
  .nav-cta{display:none}
  .hero{min-height:760px}
  .travel-hero{min-height:0}
  .hero-content{padding:92px 0 30px}
  .hero h1{font-size:40px}
  .search-panel{grid-template-columns:1fr 1fr;border-radius:20px}
  .search-panel label:first-child,.search-panel .button{grid-column:1/-1}
  .hero-travel-strip{grid-template-columns:repeat(3,1fr);gap:7px}
  .hero-travel-strip p{min-height:62px;padding:9px}
  .hero-travel-strip strong{font-size:18px}
  .hero-travel-strip span{font-size:10px;line-height:1.15}
  .trust-strip,.card-grid,.type-grid,.two-col,.travel-card-grid,.route-gallery,.about-pillars,.concierge-intake-form{grid-template-columns:1fr}
  .concierge-intake-form .full{grid-column:auto}
  .trust-strip p{border-right:0;border-bottom:1px solid var(--line)}
  .section{padding:50px 0}
  .section-head,.split-cta,.site-footer{align-items:flex-start;flex-direction:column}
  .split-cta{padding:24px}
  .toolbar{align-items:stretch}
  .field.inline{min-width:100%}
  .tour-cover img{min-height:320px}
  .gallery{grid-template-columns:1fr}
  .ally-detail-hero,.ally-booking-grid{grid-template-columns:1fr}
  .ally-gallery{grid-template-columns:1fr 1fr}
  .ally-reserve-box{position:static}
  .ally-service-option{grid-template-columns:22px 1fr}
  .ally-service-option b{text-align:left;grid-column:2}
}
