:root {
  color-scheme: dark;
  --black: #05090d;
  --black-2: #0a1117;
  --black-3: #101b22;
  --white: #f5f6f2;
  --muted: #9da9ad;
  --line: rgba(255, 255, 255, .14);
  --red: #ef3e36;
  --red-dark: #a81e1b;
  --cyan: #9ddbd6;
  --green: #2bbf74;
  --shell: min(1500px, 88vw);
  --sans: Inter, "Helvetica Neue", Arial, sans-serif;
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  overflow-x: clip;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.loading-3d { cursor: progress; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 5px;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 1rem;
  z-index: 1000;
  padding: .8rem 1rem;
  background: white;
  color: black;
  font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, rgba(5,9,13,.82), rgba(5,9,13,.15));
  backdrop-filter: blur(12px);
  transition: height .25s ease, background .25s ease;
}
.site-header.compact {
  height: 68px;
  background: rgba(5,9,13,.92);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: .96rem;
  font-weight: 900;
  letter-spacing: .11em;
  line-height: 1.05;
}
.brand img {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  object-fit: cover;
}
.brand small {
  display: block;
  margin-top: 5px;
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .3em;
}
.site-header nav {
  display: flex;
  gap: 2rem;
  font-size: .82rem;
  font-weight: 700;
}
.site-header nav a { color: #d7dede; transition: color .2s; }
.site-header nav a:hover { color: white; }
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  min-height: 44px;
  padding: .65rem 1.15rem;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  font-size: .82rem;
  font-weight: 800;
  transition: color .2s, background .2s, border-color .2s;
}
.header-cta:hover { color: var(--black); background: white; border-color: white; }

.journey {
  position: relative;
  height: 1024vh;
  min-height: 2100px;
  background: var(--black);
}
.journey-sticky {
  position: sticky;
  top: 0;
  height: 100svh;
  min-height: 650px;
  overflow: hidden;
  isolation: isolate;
  background: #020609;
}
.city-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: url("assets/medellin.jpg") center 54% / cover no-repeat;
  opacity: .72;
  filter: saturate(1.1) brightness(1.17) contrast(1.06);
  transform: scale(1.12);
  transform-origin: 50% 61%;
  backface-visibility: hidden;
  will-change: opacity, transform;
}
#world {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity .8s ease;
}
#world.ready { opacity: .72; }
.canvas-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(circle at 60% 42%, rgba(76,151,157,.34), transparent 38%);
}
.vehicle-showcase {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: min(60vw, 1010px);
  aspect-ratio: 1400 / 879;
  pointer-events: none;
  transform-origin: 64% 78%;
  will-change: transform, opacity;
}
.vehicle-showcase img {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 35px 36px rgba(0,0,0,.55));
  animation: suv-arrive 1.35s cubic-bezier(.18,.76,.18,1) both;
}
.vehicle-aura {
  position: absolute;
  z-index: 0;
  inset: 11% 5% 8% 6%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 28% 48%, rgba(90,229,238,.2), transparent 38%),
    radial-gradient(circle at 83% 48%, rgba(239,62,54,.18), transparent 36%);
  filter: blur(26px);
  animation: vehicle-breathe 3.8s ease-in-out infinite alternate;
}
.vehicle-shadow {
  position: absolute;
  left: 10%;
  right: 4%;
  bottom: 5.5%;
  z-index: 1;
  height: 13%;
  border-radius: 50%;
  background: rgba(0,0,0,.84);
  filter: blur(18px);
  transform: skewX(-9deg);
}
.vehicle-beam {
  position: absolute;
  left: -23%;
  bottom: 23%;
  z-index: 1;
  width: 76%;
  height: 35%;
  opacity: .24;
  background: linear-gradient(270deg, rgba(209,252,255,.72), rgba(120,224,237,.12) 42%, transparent 82%);
  clip-path: polygon(100% 39%, 0 4%, 0 96%, 100% 62%);
  filter: blur(15px);
  transform: rotate(-2deg);
  animation: headlight-pulse 2.6s ease-in-out infinite alternate;
}
.vehicle-scan {
  position: absolute;
  top: 13%;
  bottom: 14%;
  left: 11%;
  z-index: 3;
  width: 9%;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.22), transparent);
  filter: blur(8px);
  transform: skewX(-14deg);
  animation: vehicle-scan 4.8s 1.4s ease-in-out infinite;
}
.vehicle-badge {
  position: absolute;
  right: 4.8vw;
  bottom: 8.5vh;
  z-index: 4;
  display: grid;
  width: 190px;
  padding: .8rem .9rem .75rem;
  border-top: 1px solid rgba(255,255,255,.5);
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(90deg, rgba(3,8,11,.82), rgba(3,8,11,.08));
  backdrop-filter: blur(7px);
  pointer-events: none;
  transition: opacity .16s linear;
}
.vehicle-badge::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 42px;
  height: 3px;
  background: var(--red);
  box-shadow: 0 0 16px rgba(239,62,54,.7);
}
.vehicle-badge span,
.vehicle-badge small {
  color: #9eb1b5;
  font-size: .52rem;
  font-weight: 900;
  letter-spacing: .2em;
}
.vehicle-badge strong {
  margin: .16rem 0 .12rem;
  color: white;
  font-size: 1.18rem;
  font-style: italic;
  letter-spacing: -.045em;
  line-height: 1;
}
.route-vehicle {
  position: absolute;
  left: 47%;
  top: 55%;
  z-index: 3;
  width: min(32.5vw, 530px);
  aspect-ratio: 1400 / 835;
  isolation: isolate;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-50%, -50%, 0) scale(.91);
  transform-origin: 50% 72%;
  will-change: transform, opacity;
}
.route-vehicle::before {
  content: "";
  position: absolute;
  inset: 17% 7% 4%;
  z-index: -2;
  border-radius: 50%;
  background:
    radial-gradient(circle at 18% 46%, rgba(80,226,239,.25), transparent 38%),
    radial-gradient(circle at 84% 43%, rgba(255,39,31,.3), transparent 36%);
  filter: blur(28px);
}
.route-vehicle::after {
  content: "";
  position: absolute;
  left: 8%;
  right: 3%;
  bottom: 3%;
  z-index: -1;
  height: 15%;
  border-radius: 50%;
  background: rgba(0,0,0,.86);
  filter: blur(18px);
  transform: skewX(-8deg);
}
.route-vehicle img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(0,0,0,.72)) saturate(1.08) contrast(1.05);
}
@keyframes suv-arrive {
  from { opacity: 0; transform: translate3d(14%, 4%, 0) scale(.92); filter: blur(5px) drop-shadow(0 35px 36px rgba(0,0,0,.2)); }
  to { opacity: 1; transform: translate3d(0, 0, 0) scale(1); filter: blur(0) drop-shadow(0 35px 36px rgba(0,0,0,.55)); }
}
@keyframes vehicle-breathe { to { opacity: .68; transform: scale(1.08); } }
@keyframes headlight-pulse { to { opacity: .38; } }
@keyframes vehicle-scan {
  0%, 68% { left: 10%; opacity: 0; }
  74% { opacity: .42; }
  92% { left: 80%; opacity: .14; }
  100% { left: 82%; opacity: 0; }
}
.journey-vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2,6,9,.8) 0%, rgba(2,6,9,.31) 38%, rgba(2,6,9,.02) 72%),
    linear-gradient(0deg, rgba(2,6,9,.28) 0%, transparent 36%, rgba(2,6,9,.08) 100%);
}
.journey-copy {
  position: absolute;
  left: 6vw;
  top: 50%;
  width: min(720px, 58vw);
  transform: translateY(-46%);
  transition: opacity .2s linear, transform .2s linear;
  z-index: 5;
}
.eyebrow, .section-label {
  margin: 0 0 1.8rem;
  color: var(--cyan);
  font-size: .74rem;
  font-weight: 900;
  letter-spacing: .21em;
}
.eyebrow { display: flex; align-items: center; gap: 13px; }
.eyebrow span { width: 36px; height: 1px; background: currentColor; }
h1, h2, h3 { margin-top: 0; line-height: 1.02; letter-spacing: -.055em; }
h1 {
  margin-bottom: 1.6rem;
  font-size: clamp(4rem, 7.5vw, 8rem);
  font-weight: 720;
}
h1 em, h2 em, h3 em {
  color: var(--cyan);
  font-family: var(--serif);
  font-weight: 400;
}
.lead {
  max-width: 590px;
  margin-bottom: 2.1rem;
  color: #c4cecf;
  font-size: clamp(1rem, 1.4vw, 1.22rem);
  line-height: 1.75;
}
.pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 52px;
  padding: .78rem 1.25rem;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 900;
  transition: transform .2s, background .2s, color .2s;
}
.pill:hover { transform: translateY(-3px); }
.pill-primary { color: #12191c; background: white; }
.pill-primary:hover { background: var(--cyan); }
.pill-dark { color: white; background: var(--black); }
.pill-dark:hover { background: var(--red); }
.pill-large { min-height: 62px; padding: 1rem 1.6rem; font-size: .95rem; }

.stage-card {
  position: absolute;
  left: 5.2vw;
  bottom: 9vh;
  display: grid;
  grid-template-columns: 64px minmax(200px, 1fr);
  gap: 18px;
  width: min(390px, 34vw);
  padding: 1.25rem;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 14px;
  background: rgba(5,12,16,.54);
  box-shadow: 0 24px 70px rgba(0,0,0,.3);
  backdrop-filter: blur(14px);
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .35s, transform .35s;
  z-index: 4;
}
.stage-card.visible { opacity: 1; transform: translateY(0); }
.stage-number {
  color: var(--red);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.08em;
}
.stage-card p {
  margin: 0 0 .25rem;
  color: var(--cyan);
  font-size: .66rem;
  font-weight: 900;
  letter-spacing: .18em;
}
.stage-card h2 {
  margin: 0 0 .35rem;
  font-size: clamp(1.4rem, 2.2vw, 2.25rem);
}
.stage-card div > span { color: #bdc8c9; font-size: .86rem; }
.tour-flyer-card {
  position: absolute;
  top: 52%;
  right: 5vw;
  z-index: 6;
  display: grid;
  width: min(21.5vw, 320px);
  padding: .48rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 17px;
  color: white;
  background: rgba(5,10,14,.88);
  box-shadow: 0 30px 90px rgba(0,0,0,.62), 0 0 45px rgba(157,219,214,.08);
  opacity: 0;
  transform: translateY(-46%) scale(.96);
  transition: opacity .35s ease, transform .45s cubic-bezier(.2,.8,.2,1), border-color .2s ease;
  cursor: zoom-in;
  pointer-events: none;
  appearance: none;
}
.tour-flyer-card.visible {
  opacity: 1;
  transform: translateY(-50%) scale(1);
  pointer-events: auto;
}
.tour-flyer-card:hover { border-color: rgba(157,219,214,.72); }
.tour-flyer-card img {
  width: 100%;
  height: auto;
  max-height: 60svh;
  border-radius: 11px;
  object-fit: contain;
  background: #050505;
}
.tour-flyer-count,
.tour-flyer-action {
  position: static;
  padding: .42rem .3rem;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-align: left;
}
.tour-flyer-count { color: var(--cyan); }
.tour-flyer-action { display: flex; align-items: center; justify-content: space-between; }
.tour-flyer-action b { color: var(--red); font-size: .78rem; }
.journey-ui {
  position: absolute;
  right: 4vw;
  top: 19%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .8rem;
  z-index: 4;
}
.journey-progress {
  position: relative;
  width: 2px;
  height: 170px;
  overflow: hidden;
  background: rgba(255,255,255,.2);
}
.journey-progress i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--red);
}
.journey-ui > span {
  color: #bac4c4;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .08em;
  writing-mode: vertical-rl;
}
.scroll-instruction {
  position: absolute;
  left: 6vw;
  bottom: 4vh;
  margin: 0;
  color: #9eacaf;
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .19em;
  z-index: 4;
}
.mouse-mark {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-right: .7rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
}
.coordinates {
  position: absolute;
  top: 13%;
  left: 5.3vw;
  color: #9bc8c6;
  font-size: .68rem;
  letter-spacing: .15em;
  z-index: 4;
}

.flyer-dialog {
  width: min(940px, 94vw);
  max-width: none;
  max-height: 94svh;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 20px;
  color: white;
  background: transparent;
}
.flyer-dialog::backdrop {
  background: rgba(0,3,5,.88);
  backdrop-filter: blur(12px);
}
.flyer-dialog-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 1fr) 310px;
  max-height: 94svh;
  overflow: auto;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: #071016;
  box-shadow: 0 40px 120px rgba(0,0,0,.76);
}
.flyer-dialog-panel > img {
  width: 100%;
  height: min(88svh, 820px);
  object-fit: contain;
  background: #020405;
}
.flyer-dialog-close {
  position: absolute;
  top: .8rem;
  right: .8rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  min-height: 42px;
  padding: .55rem .8rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: white;
  background: rgba(3,8,11,.86);
  cursor: pointer;
}
.flyer-dialog-close span { color: var(--red); font-size: 1.35rem; line-height: .8; }
.flyer-dialog-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 5.5rem 2rem 2rem;
}
.flyer-dialog-copy > span {
  margin-bottom: 1rem;
  color: var(--cyan);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .18em;
}
.flyer-dialog-copy h2 { margin-bottom: 1.35rem; font-size: clamp(2.2rem, 4vw, 4rem); }
.flyer-dialog-actions { display: grid; gap: .68rem; }
.service-quote-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: .8rem 1rem;
  border-radius: 999px;
  color: #071016;
  background: white;
  font-size: .86rem;
  font-weight: 900;
}
.service-quote-button:hover { background: var(--cyan); }
.package-add-button {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: .7rem;
  width: 100%;
  min-height: 60px;
  padding: .65rem .78rem;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 16px;
  color: white;
  background: rgba(255,255,255,.035);
  text-align: left;
  cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s;
}
.package-add-button:hover { border-color: var(--cyan); transform: translateY(-2px); }
.package-add-button.selected { border-color: rgba(43,191,116,.72); background: rgba(43,191,116,.11); }
.package-add-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #071016;
  background: var(--cyan);
  font-size: 1.2rem;
  font-weight: 900;
}
.package-add-button.selected .package-add-mark { color: white; background: var(--green); }
.package-add-button strong,
.package-add-button small { display: block; }
.package-add-button strong { font-size: .82rem; }
.package-add-button small { margin-top: .12rem; color: #9eabad; font-size: .65rem; }
.package-feedback { min-height: 1.1rem; margin: 0; color: #7fdea8; font-size: .69rem; line-height: 1.35; }

.airport-choice-dialog {
  width: min(590px, 94vw);
  max-width: none;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 22px;
  color: white;
  background: transparent;
}
.airport-choice-dialog::backdrop { background: rgba(0,3,5,.88); backdrop-filter: blur(12px); }
.airport-choice-panel {
  position: relative;
  padding: 2.2rem;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(157,219,214,.17), transparent 42%),
    #071016;
  box-shadow: 0 40px 120px rgba(0,0,0,.76);
}
.airport-choice-panel > span {
  display: block;
  padding-right: 7rem;
  color: var(--cyan);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .18em;
}
.airport-choice-panel h2 { margin: .8rem 0 .55rem; font-size: clamp(2rem, 5vw, 3.2rem); }
.airport-choice-panel > p { max-width: 410px; margin: 0 0 1.5rem; color: #a6b2b4; font-size: .88rem; }
.airport-choice-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 42px;
  padding: .52rem .75rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: white;
  background: rgba(3,8,11,.72);
  cursor: pointer;
}
.airport-choice-close span { color: var(--red); font-size: 1.25rem; line-height: .8; }
.airport-choice-options { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.airport-choice-option {
  display: grid;
  grid-template-columns: 38px 1fr;
  align-items: center;
  gap: .72rem;
  min-height: 96px;
  padding: .9rem;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 16px;
  color: white;
  background: rgba(255,255,255,.035);
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .2s, border-color .2s, background .2s;
}
.airport-choice-option:hover,
.airport-choice-option:focus-visible {
  border-color: var(--cyan);
  background: rgba(157,219,214,.1);
  transform: translateY(-2px);
}
.airport-choice-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #071016;
  background: var(--cyan);
  font-size: 1.1rem;
  font-weight: 900;
}
.airport-choice-option strong,
.airport-choice-option small { display: block; }
.airport-choice-option strong { font-size: .9rem; }
.airport-choice-option small { margin-top: .3rem; color: #9eabad; font-size: .68rem; line-height: 1.35; }

.package-float {
  position: fixed;
  left: 50%;
  bottom: clamp(5.25rem, 13vh, 7.5rem);
  z-index: 95;
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  min-height: 52px;
  padding: .62rem .72rem .62rem 1rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: white;
  background: rgba(5,12,16,.9);
  box-shadow: 0 16px 45px rgba(0,0,0,.35);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transform: translateX(-50%);
  transition: transform .2s, background .2s, border-color .2s;
}
.package-float:hover { transform: translate(-50%, -3px); border-color: var(--cyan); }
.package-float.has-items { color: #071016; background: white; border-color: white; }
.package-float > span { font-size: .68rem; font-weight: 900; letter-spacing: .13em; }
.package-float > strong {
  display: grid;
  place-items: center;
  min-width: 32px;
  height: 32px;
  padding: 0 .4rem;
  border-radius: 999px;
  color: white;
  background: var(--red);
  font-size: .78rem;
}

.package-dialog {
  width: min(680px, 94vw);
  max-width: none;
  max-height: 92svh;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 20px;
  color: white;
  background: transparent;
}
.package-dialog::backdrop { background: rgba(0,3,5,.88); backdrop-filter: blur(12px); }
.package-dialog [hidden] { display: none !important; }
.package-dialog-panel {
  max-height: 92svh;
  overflow: auto;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: #071016;
  box-shadow: 0 40px 120px rgba(0,0,0,.76);
}
.package-dialog-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2rem;
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.package-dialog-header > div > span { color: var(--cyan); font-size: .67rem; font-weight: 900; letter-spacing: .18em; }
.package-dialog-header h2 { margin: .45rem 0 .4rem; font-size: clamp(2rem, 4vw, 3.4rem); }
.package-dialog-header p { margin: 0; color: #9eabad; font-size: .86rem; }
.package-dialog-close {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  min-height: 42px;
  padding: .52rem .75rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: white;
  background: transparent;
  cursor: pointer;
}
.package-dialog-close span { color: var(--red); font-size: 1.25rem; line-height: .8; }
.package-empty { padding: 3rem 2rem; text-align: center; }
.package-empty strong { font-size: 1.2rem; }
.package-empty p { max-width: 390px; margin: .5rem auto 0; color: #9eabad; }
.package-list { display: grid; gap: .6rem; margin: 0; padding: 1.2rem 2rem; list-style: none; }
.package-list li {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: .9rem;
  min-height: 68px;
  padding: .7rem .8rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}
.package-item-number { color: var(--red); font-size: 1.2rem; font-weight: 900; }
.package-list li small,
.package-list li strong { display: block; }
.package-list li small { color: var(--cyan); font-size: .54rem; font-weight: 900; letter-spacing: .13em; }
.package-list li strong { margin-top: .15rem; font-size: .95rem; }
.package-item-remove {
  min-height: 38px;
  padding: .42rem .65rem;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: #bdc8c9;
  background: transparent;
  font-size: .68rem;
  cursor: pointer;
}
.package-item-remove:hover { color: white; border-color: var(--red); }
.package-dialog-footer { padding: 1.2rem 2rem 2rem; border-top: 1px solid rgba(255,255,255,.12); }
.package-dialog-footer > p { margin: 0 0 1rem; color: #829094; font-size: .72rem; }
.package-dialog-actions { display: grid; grid-template-columns: auto auto 1fr; gap: .65rem; }
.package-dialog-actions button,
.package-quote-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .7rem .9rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 900;
}
.package-dialog-actions button { border: 1px solid rgba(255,255,255,.22); color: white; background: transparent; cursor: pointer; }
.package-clear-button { color: #eaa6a3 !important; }
.package-quote-button { justify-content: space-between; gap: 1rem; color: #071016; background: white; }
.package-quote-button:hover { background: var(--cyan); }

.section-shell { width: var(--shell); margin-inline: auto; }
.experience {
  position: relative;
  padding: 9rem 0 10rem;
  background: var(--black-2);
}
.experience-intro {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 4rem;
  margin-bottom: 6rem;
}
.experience-intro h2, .services-heading h2, .fleet h2, .final-cta h2 {
  margin-bottom: 1.4rem;
  font-size: clamp(3rem, 6vw, 6.3rem);
  font-weight: 720;
}
.experience-intro > div > p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: 1.12rem;
}
.best-seller-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.2rem;
  margin: -3.5rem 0 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}
.best-seller-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .5rem .72rem;
  border-radius: 999px;
  color: white;
  background: var(--red);
  box-shadow: 0 0 25px rgba(239,62,54,.24);
  font-size: .65rem;
  font-weight: 900;
  letter-spacing: .14em;
  white-space: nowrap;
}
.best-seller-callout p {
  margin: 0;
  color: #cbd6d7;
  font-size: .9rem;
  line-height: 1.5;
}
.best-seller-callout a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 44px;
  padding: .65rem .9rem;
  border-radius: 999px;
  color: #071016;
  background: white;
  font-size: .72rem;
  font-weight: 900;
  white-space: nowrap;
}
.best-seller-callout a:hover { background: var(--cyan); }
.experience-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.feature-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  background: #132128;
}
.feature-wide { grid-column: 1 / -1; min-height: 700px; }
.feature-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.05);
  transition: transform 1s cubic-bezier(.2,.8,.2,1), filter .6s;
}
.feature-card:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.02); }
.feature-card.feature-airport img {
  object-position: center 58%;
  transform: scale(1.12);
  filter: saturate(.9) contrast(1.08);
}
.feature-card.feature-airport:hover img {
  transform: scale(1.16);
  filter: saturate(1) contrast(1.05);
}
.feature-card.feature-flyer {
  background:
    radial-gradient(circle at 78% 48%, rgba(44,145,159,.26), transparent 32%),
    linear-gradient(125deg, #071015 0%, #10232b 58%, #081217 100%);
}
.feature-card.feature-flyer img {
  inset: 0 1.5% 0 auto;
  width: 49%;
  padding: 1.25rem;
  object-fit: contain;
  object-position: right center;
  filter: saturate(.95) contrast(1.04) drop-shadow(0 26px 35px rgba(0,0,0,.38));
}
.feature-card.feature-flyer:hover img {
  transform: scale(1.02);
  filter: saturate(1.06) contrast(1.03) drop-shadow(0 28px 38px rgba(0,0,0,.44));
}
.feature-card.feature-flyer .feature-overlay {
  background:
    linear-gradient(90deg, rgba(3,10,14,.96) 0%, rgba(3,10,14,.86) 39%, rgba(3,10,14,.16) 72%, rgba(3,10,14,.05) 100%),
    linear-gradient(0deg, rgba(3,10,14,.66), transparent 60%);
}
.feature-card.feature-flyer .feature-copy { right: 48%; }
.feature-card.feature-flyer:not(.feature-wide) img { right: -2%; width: 58%; padding: 1rem; }
.feature-card.feature-flyer:not(.feature-wide) .feature-copy { right: 42%; }
.feature-card.feature-flyer:not(.feature-wide) h3 { font-size: clamp(2.5rem, 3.6vw, 4.5rem); }
.feature-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3,10,14,.9) 0%, rgba(3,10,14,.2) 70%), linear-gradient(0deg, rgba(3,10,14,.86), transparent 56%);
}
.feature-copy {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 7%;
  z-index: 1;
}
.feature-copy > span {
  color: var(--cyan);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .2em;
}
.feature-copy h3 {
  margin: .8rem 0 1rem;
  font-size: clamp(3.2rem, 6vw, 7rem);
}
.feature-card:not(.feature-wide) h3 { font-size: clamp(2.8rem, 4vw, 5rem); }
.feature-copy p { max-width: 450px; margin-bottom: 1.4rem; color: #d1d8d8; }
.feature-copy a {
  display: inline-block;
  padding-bottom: .3rem;
  border-bottom: 1px solid white;
  font-size: .85rem;
  font-weight: 900;
}

.services {
  padding: 9rem 0 10rem;
  background: var(--white);
  color: #10171b;
}
.services-heading {
  display: grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 5rem;
  align-items: end;
  margin-bottom: 4rem;
}
.services-heading .section-label { color: #55726f; }
.services-heading h2 { margin-bottom: 0; }
.services-heading h2 em { color: #557d79; }
.services-heading > p {
  margin: 0 0 .8rem;
  color: #536166;
  font-size: 1.02rem;
}
.service-filters {
  display: flex;
  gap: .55rem;
  margin-bottom: 2rem;
  overflow-x: auto;
  padding: .3rem .1rem .8rem;
  scrollbar-width: thin;
}
.filter {
  flex: none;
  display: inline-flex;
  gap: 1.2rem;
  padding: .7rem 1rem;
  border: 1px solid #c6cece;
  border-radius: 999px;
  color: #364347;
  background: transparent;
  cursor: pointer;
  font-size: .79rem;
  font-weight: 800;
  transition: color .2s, background .2s, border .2s;
}
.filter span { color: #839093; font-size: .68rem; }
.filter.active, .filter:hover { color: white; border-color: var(--black); background: var(--black); }
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #c8d0cf;
  border-left: 1px solid #c8d0cf;
}
.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 370px;
  padding: 1.5rem;
  border-right: 1px solid #c8d0cf;
  border-bottom: 1px solid #c8d0cf;
  background: var(--white);
  transition: color .3s, background .3s, transform .3s, opacity .25s;
}
.service-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s;
}
.service-card:hover {
  z-index: 2;
  color: white;
  background: #111b20;
  transform: translateY(-4px);
  box-shadow: 0 20px 55px rgba(10,20,24,.18);
}
.service-card:hover::before { transform: scaleX(1); }
.service-card[hidden] { display: none; }
.service-index {
  color: #7e8d90;
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .16em;
}
.service-code {
  position: absolute;
  top: 1.1rem;
  right: 1.2rem;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid #bdc8c7;
  border-radius: 50%;
  color: #647275;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .1em;
}
.service-card:hover .service-code { color: var(--cyan); border-color: #67817f; }
.service-card h3 {
  max-width: 230px;
  margin: 4.5rem 0 .8rem;
  font-size: clamp(1.55rem, 2vw, 2.1rem);
  letter-spacing: -.045em;
}
.service-card p {
  margin: 0 0 1.2rem;
  color: #617074;
  font-size: .91rem;
}
.service-card:hover p { color: #b9c5c6; }
.service-meta {
  margin-top: auto;
  color: #758589;
  font-size: .62rem;
  font-weight: 900;
  letter-spacing: .16em;
}
.service-actions {
  display: grid;
  grid-template-columns: minmax(76px, .7fr) minmax(146px, 1.3fr);
  gap: .5rem;
  margin-top: 1rem;
  padding-top: .9rem;
  border-top: 1px solid #c8d0cf;
  transition: border-color .2s;
}
.service-card a,
.service-add-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: .65rem .72rem;
  border: 1px solid #b8c2c3;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  line-height: 1.1;
  transition: color .2s, background .2s, border-color .2s, transform .2s;
}
.service-card a:hover,
.service-add-button:hover { transform: translateY(-2px); }
.service-add-button {
  gap: .42rem;
  justify-content: flex-start;
  color: #263337;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
}
.service-add-mark {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: white;
  background: var(--red);
  font-size: .9rem;
  line-height: 1;
}
.service-add-button.selected {
  color: white;
  border-color: #1d9f67;
  background: #13724d;
}
.service-add-button.selected .service-add-mark { background: #2bbf74; }
.service-card:hover .service-actions { border-color: #445358; }
.service-card:hover a,
.service-card:hover .service-add-button { color: white; border-color: #596a6e; }
.service-card:hover .service-add-button.selected { border-color: #35c982; background: #13724d; }

.fleet {
  position: relative;
  overflow: hidden;
  padding: 10rem 0;
  background:
    radial-gradient(circle at 12% 22%, rgba(44,120,119,.3), transparent 30%),
    var(--black);
}
.fleet::after {
  content: "";
  position: absolute;
  left: -20vw;
  bottom: -55vw;
  width: 90vw;
  height: 90vw;
  border: 1px solid rgba(157,219,214,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(157,219,214,.025), 0 0 0 120px rgba(157,219,214,.018);
}
.fleet-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.45fr);
  gap: 5vw;
  align-items: start;
}
.fleet-copy {
  position: sticky;
  top: 8.5rem;
}
.fleet-copy > p:not(.section-label):not(.fleet-hint) {
  max-width: 550px;
  margin-bottom: 1.2rem;
  color: var(--muted);
  font-size: 1.05rem;
}
.fleet-copy .fleet-hint {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1.8rem;
  color: #afbec0;
  font-size: .86rem;
  font-weight: 750;
}
.fleet-hint span {
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(157,219,214,.45);
  border-radius: 50%;
  color: var(--cyan);
}
.fleet-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}
.fleet-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-width: 0;
  padding: 0;
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 14px;
  color: white;
  background: rgba(13,25,31,.9);
  box-shadow: 0 22px 50px rgba(0,0,0,.25);
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  transition: transform .3s, border-color .3s, background .3s, box-shadow .3s;
}
.fleet-card:hover,
.fleet-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(157,219,214,.72);
  background: #14262d;
  box-shadow: 0 28px 60px rgba(0,0,0,.38);
  outline: none;
}
.fleet-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  background: #071015;
}
.fleet-card-media::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(transparent, rgba(3,7,10,.72));
  pointer-events: none;
}
.fleet-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2,.7,.2,1), filter .3s;
}
.fleet-card:hover img,
.fleet-card:focus-visible img { transform: scale(1.045); filter: brightness(1.06); }
.fleet-card-open {
  position: absolute;
  right: .6rem;
  bottom: .55rem;
  z-index: 1;
  padding: .38rem .55rem;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  color: white;
  background: rgba(3,8,11,.72);
  font-size: .75rem;
  font-weight: 850;
  backdrop-filter: blur(8px);
}
.fleet-card-copy {
  display: block;
  padding: .82rem .9rem .95rem;
}
.fleet-card-copy > span {
  display: block;
  color: var(--cyan);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .12em;
}
.fleet-card-copy strong {
  display: block;
  margin-top: .28rem;
  color: white;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: -.02em;
}

.fleet-dialog {
  width: min(96vw, 1180px);
  max-height: 94svh;
  padding: 0;
  border: 0;
  color: white;
  background: transparent;
}
.fleet-dialog::backdrop {
  background: rgba(0,3,5,.9);
  backdrop-filter: blur(12px);
}
.fleet-dialog-panel {
  position: relative;
  overflow: auto;
  max-height: 94svh;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 20px;
  background: #071015;
  box-shadow: 0 34px 110px rgba(0,0,0,.58);
}
.fleet-dialog-panel > img {
  display: block;
  width: 100%;
  max-height: 72svh;
  object-fit: contain;
  background: #020507;
}
.fleet-dialog-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: .55rem;
  min-height: 42px;
  padding: .55rem .8rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: white;
  background: rgba(3,8,11,.82);
  cursor: pointer;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 850;
  backdrop-filter: blur(10px);
}
.fleet-dialog-close span { color: var(--red); font-size: 1.25rem; line-height: .8; }
.fleet-dialog-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.15rem 1.3rem 1.3rem;
  border-top: 1px solid rgba(255,255,255,.12);
}
.fleet-dialog-footer > div > span {
  color: var(--cyan);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .13em;
}
.fleet-dialog-footer h2 { margin: .3rem 0 .18rem; font-size: clamp(1.8rem, 3vw, 2.8rem); }
.fleet-dialog-footer p { margin: 0; color: #9eabad; font-size: .86rem; }
.fleet-dialog-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
  min-height: 52px;
  padding: .78rem 1rem;
  border-radius: 999px;
  color: #071016;
  background: white;
  font-size: .82rem;
  font-weight: 900;
}
.fleet-dialog-cta:hover { background: var(--cyan); }

.final-cta {
  position: relative;
  overflow: hidden;
  color: #10191d;
  background: #dce8e5;
}
.final-cta.final-cta-light {
  color: #10191d;
  background:
    radial-gradient(circle at 77% 48%, rgba(114,181,176,.22), transparent 31%),
    linear-gradient(135deg, #f0f5f2 0%, #dce9e5 58%, #d4e4e1 100%);
}
.final-cta.final-cta-light h2 { color: #10191d; }
.final-orbit {
  position: absolute;
  right: -18vw;
  bottom: -36vw;
  width: 80vw;
  height: 80vw;
  border: 1px solid rgba(21,80,79,.25);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(21,80,79,.06), 0 0 0 140px rgba(21,80,79,.035), 0 0 0 210px rgba(21,80,79,.02);
}
.final-inner {
  position: relative;
  z-index: 1;
  padding-top: 9rem;
  padding-bottom: 10rem;
}
.final-cta .section-label { color: #487470; }
.final-cta h2 em { color: #406b67; }
.final-cta.final-cta-light .pill-primary {
  color: #172327;
  background: #fff;
  border: 1px solid rgba(23,35,39,.12);
  box-shadow: 0 12px 32px rgba(54,80,79,.12);
}
.final-cta.final-cta-light .pill-primary:hover { background: #eef7f4; }
.final-inner > p:not(.section-label) {
  max-width: 580px;
  margin-bottom: 2rem;
  color: #4e6265;
  font-size: 1.08rem;
}
.whatsapp-float {
  position: fixed;
  right: 1.3rem;
  bottom: 1.3rem;
  z-index: 95;
  display: flex;
  align-items: center;
  gap: .7rem;
  min-height: 54px;
  padding: .55rem 1rem .55rem .58rem;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  color: white;
  background: #153f30;
  box-shadow: 0 15px 40px rgba(0,0,0,.3);
  font-size: .8rem;
  transition: transform .2s, background .2s;
}
.whatsapp-float:hover { transform: translateY(-3px); background: #0e6e49; }
.whatsapp-float span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #103b2b;
  background: #39d98a;
  font-size: .65rem;
  font-weight: 950;
}

footer { padding: 4rem 4vw 1.5rem; background: #05090d; }
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid var(--line);
}
.footer-main > p { margin: 0; color: #8e9b9d; font-size: .84rem; }
.social-links { display: flex; flex-wrap: wrap; align-items: center; gap: .65rem 1rem; font-size: .8rem; font-weight: 800; }
.social-links a {
  display: inline-flex;
  align-items: center;
  gap: .38rem;
  min-height: 34px;
  white-space: nowrap;
  transition: color .2s, transform .2s;
}
.social-links a:hover { color: var(--cyan); transform: translateY(-2px); }
.social-icon {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 21px;
  height: 21px;
}
.social-icon svg { display: block; width: 100%; height: 100%; }
.social-icon-google { padding: 2px; border-radius: 5px; background: white; }
.social-arrow { margin-left: .05rem; color: var(--cyan); font-family: Arial, sans-serif; font-size: .92rem; line-height: 1; }
details { max-width: 800px; margin-top: 1.5rem; color: #748285; font-size: .74rem; }
summary { cursor: pointer; color: #97a4a6; }
details a { text-decoration: underline; }
.copyright { margin: 1.8rem 0 0; color: #627074; font-size: .7rem; }

.reveal {
  opacity: 1;
  transform: none;
}
.motion-enabled .reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1);
}
.motion-enabled .reveal.shown { opacity: 1; transform: translateY(0); }

@media (max-width: 1120px) {
  .service-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .fleet-layout { gap: 5vw; }
  .fleet-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .site-header nav { gap: 1.2rem; }
}

@media (max-width: 860px) {
  :root { --shell: min(90vw, 760px); }
  .site-header nav { display: none; }
  .journey { height: 1024vh; }
  .journey-copy { width: 78vw; }
  .vehicle-showcase { right: -15vw; bottom: 2vh; width: 86vw; }
  .route-vehicle { left: 43%; top: 49%; width: min(52vw, 470px); }
  .vehicle-badge { right: 5vw; bottom: 8vh; }
  .journey-vignette {
    background:
      linear-gradient(90deg, rgba(2,6,9,.68) 0%, rgba(2,6,9,.22) 68%, rgba(2,6,9,.05)),
      linear-gradient(0deg, rgba(2,6,9,.34) 0%, transparent 44%, rgba(2,6,9,.09) 100%);
  }
  .stage-card { left: 6vw; right: auto; bottom: 9vh; width: min(390px, 48vw); }
  .tour-flyer-card { right: 5vw; width: min(34vw, 280px); }
  .journey-ui { right: 3vw; }
  .package-float { bottom: 1rem; }
  .coordinates { display: none; }
  .experience-intro, .services-heading, .fleet-layout { grid-template-columns: 1fr; }
  .experience-intro { gap: 1.5rem; }
  .best-seller-callout { grid-template-columns: 1fr auto; margin-top: -3.5rem; }
  .best-seller-badge { grid-column: 1 / -1; justify-self: start; }
  .experience-grid { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .feature-card, .feature-wide { min-height: 570px; }
  .services-heading { gap: 1.5rem; }
  .services-heading > p { max-width: 580px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .fleet-layout { gap: 4rem; }
  .fleet-copy { position: static; }
  .fleet-gallery { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .footer-main { align-items: flex-start; flex-wrap: wrap; }
  .motion-enabled .reveal { opacity: 1; transform: none; }
}

@media (max-width: 580px) {
  .site-header { height: 70px; padding: 0 5vw; }
  .site-header.compact { height: 62px; }
  .brand { gap: 9px; font-size: .72rem; }
  .brand img { width: 38px; height: 38px; }
  .brand small { font-size: .48rem; }
  .header-cta { min-height: 38px; padding: .5rem .8rem; gap: .5rem; }
  .header-cta span { display: none; }
  .journey-sticky { min-height: 590px; }
  .journey-copy { left: 6vw; top: 31%; width: 88vw; transform: translateY(-26%); }
  .vehicle-showcase { right: -29vw; bottom: 5vh; width: 118vw; }
  .journey { height: 1150vh; }
  .route-vehicle { left: 40%; top: 47%; width: 70vw; }
  .vehicle-badge {
    top: 88px;
    right: 5vw;
    bottom: auto;
    width: 148px;
    padding: .62rem .68rem .58rem;
  }
  .vehicle-badge strong { font-size: 1rem; }
  .vehicle-badge span, .vehicle-badge small { font-size: .42rem; }
  .eyebrow, .section-label { font-size: .62rem; letter-spacing: .16em; }
  h1 { font-size: clamp(3.25rem, 15vw, 5rem); }
  .lead { max-width: 88vw; margin-bottom: 1.25rem; font-size: .94rem; line-height: 1.55; }
  .stage-card {
    left: 4vw;
    right: auto;
    bottom: 7vh;
    grid-template-columns: 42px minmax(0,1fr);
    width: 92vw;
    padding: .82rem;
  }
  .stage-number { font-size: 1.9rem; }
  .stage-card h2 { margin-bottom: .16rem; font-size: 1.25rem; }
  .stage-card p { font-size: .55rem; }
  .stage-card div > span { font-size: .7rem; line-height: 1.25; }
  .tour-flyer-card {
    top: 27%;
    right: 3vw;
    width: min(46vw, 205px);
    padding: .32rem;
    border-radius: 12px;
  }
  .tour-flyer-card img { border-radius: 8px; }
  .tour-flyer-count,
  .tour-flyer-action {
    padding: .3rem .22rem;
    font-size: .43rem;
    letter-spacing: .1em;
  }
  .journey-ui { top: 16%; right: 2.3vw; }
  .journey-progress { height: 125px; }
  .scroll-instruction { left: 6vw; bottom: 3vh; font-size: .58rem; }
  .experience, .services, .fleet { padding: 6.8rem 0; }
  .experience-intro { margin-bottom: 3.5rem; }
  .experience-intro h2, .services-heading h2, .fleet h2, .final-cta h2 { font-size: clamp(2.8rem, 12vw, 4.4rem); }
  .experience-intro > div > p { font-size: 1rem; }
  .best-seller-callout { grid-template-columns: 1fr; gap: .8rem; margin-top: -1.5rem; padding: .9rem; }
  .best-seller-badge { grid-column: auto; }
  .best-seller-callout a { width: 100%; }
  .feature-card, .feature-wide { min-height: 490px; }
  .feature-copy h3, .feature-card:not(.feature-wide) h3 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .feature-copy { left: 7%; right: 7%; bottom: 7%; }
  .feature-card.feature-flyer { min-height: 540px; }
  .feature-card.feature-flyer img,
  .feature-card.feature-flyer:not(.feature-wide) img { right: -8%; width: 68%; padding: .7rem; opacity: .82; }
  .feature-card.feature-flyer .feature-copy,
  .feature-card.feature-flyer:not(.feature-wide) .feature-copy { right: 31%; }
  .feature-card.feature-flyer h3,
  .feature-card.feature-flyer:not(.feature-wide) h3 { font-size: clamp(2.15rem, 10vw, 3rem); }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 325px; }
  .service-card h3 { margin-top: 3.8rem; }
  .service-filters { margin-right: -5vw; }
  .fleet-gallery { grid-template-columns: repeat(2, minmax(0,1fr)); gap: .65rem; }
  .fleet-card-copy { padding: .7rem .72rem .8rem; }
  .fleet-card-copy > span { font-size: .68rem; letter-spacing: .08em; }
  .fleet-card-copy strong { font-size: .92rem; }
  .fleet-card-open { right: .45rem; bottom: .4rem; padding: .32rem .45rem; font-size: .68rem; }
  .fleet-dialog { width: 96vw; max-height: 96svh; }
  .fleet-dialog-panel { max-height: 96svh; border-radius: 14px; }
  .fleet-dialog-panel > img { max-height: 68svh; }
  .fleet-dialog-footer { grid-template-columns: 1fr; gap: .9rem; padding: 1rem; }
  .fleet-dialog-footer h2 { font-size: 1.7rem; }
  .fleet-dialog-cta { width: 100%; }
  .final-inner { padding-top: 7rem; padding-bottom: 8rem; }
  .whatsapp-float { right: .8rem; bottom: .8rem; padding-right: .7rem; }
  .whatsapp-float b { display: none; }
  .footer-main { flex-direction: column; padding-bottom: 2rem; }
  .social-links { width: 100%; gap: .55rem .85rem; }
  .flyer-dialog { width: 96vw; max-height: 96svh; }
  .flyer-dialog-panel {
    grid-template-columns: 1fr;
    max-height: 96svh;
  }
  .flyer-dialog-panel > img { height: auto; max-height: 76svh; }
  .flyer-dialog-copy { padding: 1.1rem 1rem 1rem; }
  .flyer-dialog-copy > span { margin-bottom: .35rem; }
  .flyer-dialog-copy h2 { margin-bottom: .9rem; font-size: 1.7rem; }
  .service-quote-button { min-height: 48px; }
  .package-add-button { min-height: 56px; }
  .airport-choice-dialog { width: 96vw; }
  .airport-choice-panel { padding: 1.25rem 1rem 1rem; }
  .airport-choice-panel > span { padding-right: 6.7rem; font-size: .6rem; }
  .airport-choice-panel h2 { margin-top: 1rem; font-size: 1.9rem; }
  .airport-choice-options { grid-template-columns: 1fr; gap: .6rem; }
  .airport-choice-option { min-height: 76px; }
  .airport-choice-close { top: .7rem; right: .7rem; font-size: .7rem; }
  .package-float { left: 50%; bottom: .8rem; min-height: 48px; padding: .52rem .58rem .52rem .78rem; }
  .package-float > span { font-size: .58rem; }
  .package-float > strong { min-width: 29px; height: 29px; }
  .package-dialog { width: 96vw; max-height: 94svh; }
  .package-dialog-panel { max-height: 94svh; }
  .package-dialog-header { padding: 1.2rem 1rem; }
  .package-dialog-header h2 { font-size: 1.9rem; }
  .package-dialog-close { font-size: .7rem; }
  .package-list { padding: .8rem 1rem; }
  .package-list li { grid-template-columns: 34px 1fr auto; gap: .55rem; padding: .6rem; }
  .package-item-remove { padding: .4rem .5rem; }
  .package-dialog-footer { padding: 1rem; }
  .package-dialog-actions { grid-template-columns: 1fr 1fr; }
  .package-quote-button { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
