:root {
  --navy-950: #061a24;
  --navy-900: #082431;
  --navy-800: #113746;
  --green-700: #13734e;
  --green-600: #18875e;
  --green-500: #20a26e;
  --blue-500: #08a8dc;
  --sun-orange: #ff8b2c;
  --sun-yellow: #ffdb32;
  --cream: #f4f0e7;
  --paper: #fbfaf7;
  --white: #ffffff;
  --ink: #13272d;
  --muted: #607078;
  --line: rgba(19, 39, 45, 0.14);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --shadow: 0 22px 70px rgba(3, 22, 31, 0.13);
  --container: min(1180px, calc(100% - 48px));
  --font-display: "DM Serif Display", Georgia, serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.menu-open,
body.lightbox-open {
  overflow: hidden;
}

img,
video {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

::selection {
  color: var(--navy-950);
  background: var(--sun-yellow);
}

.svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 118px 0;
}

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 10px 15px;
  color: var(--white);
  background: var(--green-700);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  margin: 0 0 18px;
  color: var(--green-700);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #8fe2bf;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  margin-bottom: 24px;
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.03;
}

h2 {
  max-width: 760px;
  font-size: clamp(2.25rem, 4.2vw, 3.55rem);
}

h3 {
  margin-bottom: 12px;
  font-size: 1.16rem;
  line-height: 1.3;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 13px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button-sun {
  color: var(--navy-950);
  background: linear-gradient(120deg, var(--sun-yellow), var(--sun-orange));
  box-shadow: 0 12px 35px rgba(255, 169, 39, 0.24);
}

.button-sun:hover {
  box-shadow: 0 16px 42px rgba(255, 169, 39, 0.34);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.button-ghost:hover {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.1);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--green-700);
  font-size: 0.86rem;
  font-weight: 800;
}

.text-link span {
  font-size: 1.2rem;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translateX(4px);
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  transition: height 220ms ease, color 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.site-header.is-scrolled {
  height: 74px;
  color: var(--ink);
  background: rgba(251, 250, 247, 0.93);
  border-bottom-color: rgba(19, 39, 45, 0.08);
  box-shadow: 0 8px 30px rgba(5, 30, 40, 0.08);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: block;
  width: 164px;
  height: 76px;
  transition: height 220ms ease, width 220ms ease;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 5px 12px rgba(0, 18, 28, 0.16));
}

.is-scrolled .brand {
  width: 148px;
  height: 66px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 29px;
  font-size: 0.78rem;
  font-weight: 700;
}

.main-nav > a:not(.nav-cta) {
  position: relative;
}

.main-nav > a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-cta {
  padding: 11px 18px;
  color: var(--navy-950);
  background: var(--sun-yellow);
  border-radius: 999px;
}

.is-scrolled .nav-cta {
  color: var(--white);
  background: var(--green-700);
}

.menu-toggle {
  display: none;
  width: 45px;
  height: 45px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  display: flex;
  min-height: min(900px, 100svh);
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy-950);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  background-image: url("assets/images/galeria-onibus-verde.webp");
  background-position: 62% center;
  background-size: cover;
  transform: scale(1.02);
  animation: hero-image 15s ease-out both;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 24, 33, 0.98) 0%, rgba(4, 24, 33, 0.91) 36%, rgba(4, 24, 33, 0.3) 70%, rgba(4, 24, 33, 0.1) 100%),
    linear-gradient(0deg, rgba(3, 20, 28, 0.5), transparent 45%);
}

.hero-route {
  position: absolute;
  z-index: 1;
  right: -80px;
  bottom: 22%;
  width: 42vw;
  height: 130px;
  overflow: hidden;
  opacity: 0.72;
  transform: rotate(-6deg);
}

.hero-route::before,
.hero-route::after,
.hero-route span {
  position: absolute;
  width: 120%;
  height: 80px;
  border: 2px solid var(--blue-500);
  border-color: var(--blue-500) transparent transparent;
  border-radius: 50%;
  content: "";
}

.hero-route::before {
  top: 24px;
  left: -5%;
}

.hero-route::after {
  top: 45px;
  left: -13%;
}

.hero-route span {
  top: 4px;
  left: 4%;
}

.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 108px;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 28px;
  font-size: clamp(3rem, 5.6vw, 4.7rem);
  line-height: 0.96;
  text-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}

.hero h1 em {
  color: var(--sun-yellow);
  font-weight: 400;
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-proof {
  display: grid;
  max-width: 760px;
  margin-top: 68px;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.hero-proof div {
  display: flex;
  min-height: 86px;
  align-items: center;
  gap: 13px;
  padding: 18px 22px 10px 0;
}

.hero-proof div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-proof strong {
  color: var(--sun-yellow);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
}

.hero-proof span {
  max-width: 150px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.7rem;
  line-height: 1.4;
}

.scroll-cue {
  position: absolute;
  z-index: 3;
  right: 34px;
  bottom: 34px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: bottom right;
}

.scroll-cue i {
  position: relative;
  width: 56px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.3);
}

.scroll-cue i::after {
  position: absolute;
  inset: 0;
  content: "";
  background: var(--sun-yellow);
  animation: scroll-line 2s ease-in-out infinite;
}

.trust-bar {
  color: var(--white);
  background: var(--green-700);
}

.trust-grid {
  display: grid;
  min-height: 86px;
  align-items: center;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  font-size: 0.72rem;
  font-weight: 700;
}

.trust-grid > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-dot {
  width: 8px;
  height: 8px;
  background: var(--sun-yellow);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 219, 50, 0.12);
}

.certifications {
  padding: 82px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.certifications-layout {
  display: grid;
  align-items: center;
  gap: 70px;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.certifications-copy h2 {
  max-width: 470px;
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 3.7vw, 3.2rem);
}

.certifications-copy > p:last-child {
  max-width: 470px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.certification-seals {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.certification-card {
  display: grid;
  min-width: 0;
  align-content: end;
  min-height: 270px;
  padding: 24px 18px 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  text-align: center;
  box-shadow: 0 14px 38px rgba(3, 22, 31, 0.06);
}

.certification-card > div {
  display: grid;
  min-height: 130px;
  align-items: center;
  justify-items: center;
  margin-bottom: 16px;
}

.certification-card img {
  width: 100%;
  max-width: 180px;
  max-height: 120px;
  object-fit: contain;
}

.certification-card:first-child img {
  max-width: 210px;
}

.certification-card strong {
  color: var(--navy-900);
  font-size: 0.78rem;
  letter-spacing: 0.09em;
}

.certification-card span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.62rem;
}

.services {
  background: var(--paper);
}

.split-heading {
  display: grid;
  align-items: end;
  gap: 70px;
  margin-bottom: 64px;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
}

.split-heading h2 {
  margin-bottom: 0;
}

.split-heading > p {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.93rem;
}

.services-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(6, 1fr);
}

.service-card {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  padding: 30px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  grid-column: span 2;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:nth-child(n + 4) {
  grid-column: span 3;
  min-height: 295px;
}

.service-card:hover {
  z-index: 2;
  border-color: transparent;
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.service-card::after {
  position: absolute;
  right: -38px;
  bottom: -55px;
  width: 130px;
  height: 130px;
  content: "";
  border: 1px solid rgba(8, 168, 220, 0.18);
  border-radius: 50%;
  transition: transform 300ms ease;
}

.service-card:hover::after {
  transform: scale(1.35);
}

.service-featured {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.service-number {
  position: absolute;
  top: 28px;
  right: 28px;
  color: rgba(19, 39, 45, 0.33);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.service-featured .service-number {
  color: rgba(255, 255, 255, 0.38);
}

.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 40px;
  place-items: center;
  color: var(--green-700);
  background: rgba(19, 115, 78, 0.09);
  border-radius: 50%;
  font-size: 1.2rem;
}

.service-featured .service-icon {
  color: var(--sun-yellow);
  background: rgba(255, 219, 50, 0.1);
}

.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
}

.service-card p {
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 0.83rem;
}

.service-featured p,
.service-featured li {
  color: rgba(255, 255, 255, 0.68);
}

.service-card ul {
  margin: -4px 0 22px;
  padding: 0;
  list-style: none;
}

.service-card li {
  position: relative;
  padding-left: 14px;
  font-size: 0.75rem;
}

.service-card li::before {
  position: absolute;
  top: 0.74em;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background: var(--sun-yellow);
  border-radius: 50%;
}

.service-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  color: var(--green-700);
  font-size: 0.77rem;
  font-weight: 800;
}

.service-featured a {
  color: var(--sun-yellow);
}

.service-card a span {
  font-size: 1.15rem;
  transition: transform 180ms ease;
}

.service-card a:hover span {
  transform: translateX(4px);
}

.fleet {
  color: var(--white);
  background: var(--navy-950);
  overflow: hidden;
}

.fleet::before {
  position: absolute;
  top: -250px;
  right: -160px;
  width: 600px;
  height: 600px;
  content: "";
  background: radial-gradient(circle, rgba(8, 168, 220, 0.14), transparent 68%);
  border-radius: 50%;
}

.fleet-heading {
  display: grid;
  align-items: end;
  gap: 20px 60px;
  margin-bottom: 52px;
  grid-template-columns: minmax(0, 1fr) 370px;
}

.fleet-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.fleet-heading h2 {
  margin-bottom: 0;
}

.fleet-heading > p:last-child {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

.fleet-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 26px;
}

.fleet-tab {
  padding: 10px 19px;
  color: rgba(255, 255, 255, 0.6);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 800;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.fleet-tab:hover,
.fleet-tab.is-active {
  color: var(--navy-950);
  background: var(--sun-yellow);
  border-color: var(--sun-yellow);
}

.fleet-panel {
  display: grid;
  min-height: 570px;
  overflow: hidden;
  color: var(--ink);
  background: var(--cream);
  border-radius: var(--radius-lg);
  grid-template-columns: minmax(0, 1.33fr) minmax(340px, 0.67fr);
  animation: panel-enter 400ms ease both;
}

.fleet-panel[hidden] {
  display: none;
}

.fleet-image-wrap {
  position: relative;
  min-height: 570px;
  overflow: hidden;
}

.fleet-image-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(5, 25, 34, 0.26), transparent 45%);
}

.fleet-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease;
}

.fleet-panel:hover .fleet-image-wrap img {
  transform: scale(1.025);
}

.image-chip {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  left: 24px;
  padding: 8px 14px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 0.7rem;
  font-weight: 800;
}

.fleet-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 48px;
}

.fleet-index {
  position: absolute;
  top: 30px;
  right: 35px;
  color: rgba(19, 39, 45, 0.42);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.fleet-copy h3 {
  margin-bottom: 17px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 400;
  line-height: 1.04;
}

.fleet-copy > p {
  color: var(--muted);
  font-size: 0.88rem;
}

.fleet-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 8px 0 24px;
}

.fleet-tags span {
  padding: 6px 10px;
  color: var(--green-700);
  background: rgba(19, 115, 78, 0.08);
  border-radius: 6px;
  font-size: 0.64rem;
  font-weight: 800;
}

.check-list {
  display: grid;
  gap: 9px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #334b52;
  font-size: 0.78rem;
}

.check-list svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--green-600);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.fleet-note {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.68rem;
}

.destinations {
  background: var(--cream);
}

.destinations-heading {
  display: grid;
  align-items: end;
  gap: 70px;
  margin-bottom: 50px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
}

.destinations-heading h2 {
  max-width: 700px;
  margin-bottom: 0;
}

.destinations-intro {
  padding: 0 0 8px 28px;
  border-left: 1px solid var(--line);
}

.destinations-intro p {
  max-width: 470px;
  margin-bottom: 15px;
  color: var(--muted);
  font-size: 0.9rem;
}

.destinations-intro span {
  color: var(--green-700);
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.itineraries-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.itinerary-card {
  display: block;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(19, 39, 45, 0.1);
  border-radius: var(--radius-md);
  cursor: pointer;
  text-align: left;
  box-shadow: 0 13px 36px rgba(3, 22, 31, 0.055);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.itinerary-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #dfe4e0;
}

.itinerary-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(5, 26, 35, 0.03), rgba(5, 26, 35, 0.18));
}

.itinerary-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
}

.itinerary-media > small {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 16px;
  padding: 7px 10px;
  color: var(--navy-950);
  background: var(--sun-yellow);
  border-radius: 999px;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.itinerary-copy {
  display: grid;
  min-height: 174px;
  align-content: start;
  padding: 22px 22px 20px;
}

.itinerary-copy > small {
  margin-bottom: 7px;
  color: var(--green-700);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.itinerary-copy > strong {
  max-width: 280px;
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 1.08;
}

.itinerary-copy > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--green-700);
  border-top: 1px solid var(--line);
  font-size: 0.65rem;
  font-weight: 800;
}

.itinerary-card:hover,
.itinerary-card:focus-visible {
  border-color: rgba(19, 115, 78, 0.32);
  box-shadow: 0 22px 52px rgba(3, 22, 31, 0.12);
  transform: translateY(-5px);
}

.itinerary-card:hover .itinerary-media img,
.itinerary-card:focus-visible .itinerary-media img {
  transform: scale(1.045);
}

.itinerary-card:focus-visible,
.historic-destination-links button:focus-visible {
  outline: 3px solid var(--sun-yellow);
  outline-offset: 3px;
}

.historic-destinations {
  display: grid;
  align-items: center;
  gap: 55px;
  margin-top: 20px;
  padding: 36px 40px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-900), var(--green-700));
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1.2fr);
}

.historic-destinations-copy > small {
  color: var(--sun-yellow);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.historic-destinations-copy h3 {
  margin: 6px 0 9px;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
}

.historic-destinations-copy p {
  max-width: 360px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.75rem;
}

.historic-destination-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.historic-destination-links button {
  padding: 9px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.65rem;
  font-weight: 700;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}

.historic-destination-links button:hover {
  color: var(--navy-950);
  background: var(--sun-yellow);
  border-color: var(--sun-yellow);
}

.story {
  background: var(--paper);
}

.story-grid {
  display: grid;
  align-items: center;
  gap: 92px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
}

.story-media {
  position: relative;
}

.story-media::before {
  position: absolute;
  z-index: 0;
  top: -22px;
  right: -22px;
  width: 42%;
  height: 45%;
  content: "";
  border: 1px solid rgba(8, 168, 220, 0.45);
  border-radius: var(--radius-md);
}

.story-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 4 / 3.15;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
}

.story-badge {
  position: absolute;
  z-index: 2;
  right: -38px;
  bottom: -40px;
  display: grid;
  width: 150px;
  height: 150px;
  place-content: center;
  color: var(--navy-950);
  background: linear-gradient(145deg, var(--sun-yellow), var(--sun-orange));
  border: 8px solid var(--paper);
  border-radius: 50%;
  text-align: center;
}

.story-badge strong {
  font-family: var(--font-display);
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 0.85;
}

.story-badge span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.story-copy .lead {
  color: var(--ink);
  font-size: 1.03rem;
  font-weight: 600;
}

.story-copy > p:not(.eyebrow):not(.lead):not(.story-note) {
  color: var(--muted);
  font-size: 0.88rem;
}

.story-cases {
  display: grid;
  margin: 28px 0;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.story-cases div {
  padding: 20px 18px 20px 0;
}

.story-cases div + div {
  padding-left: 22px;
  border-left: 1px solid var(--line);
}

.story-cases span,
.story-cases strong {
  display: block;
}

.story-cases span {
  margin-bottom: 4px;
  color: var(--muted);
  font-size: 0.61rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-cases strong {
  color: var(--green-700);
  font-family: var(--font-display);
  font-size: 1.13rem;
  font-weight: 400;
}

.story-note {
  position: relative;
  margin: 0;
  padding-left: 20px;
  color: var(--green-700);
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-style: italic;
}

.story-note::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  content: "";
  background: var(--sun-yellow);
}

.gallery {
  background: #e9eee9;
}

.gallery-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 50px;
}

.gallery-heading h2 {
  margin-bottom: 0;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  justify-content: flex-end;
}

.gallery-filters button {
  padding: 8px 13px;
  color: var(--muted);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 800;
}

.gallery-filters button:hover,
.gallery-filters button.is-active {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.gallery-grid {
  display: grid;
  gap: 13px;
  grid-auto-rows: 235px;
  grid-template-columns: repeat(4, 1fr);
}

.gallery-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #d7dfdc;
  border: 0;
  border-radius: 14px;
  cursor: zoom-in;
}

.gallery-item[hidden] {
  display: none;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease, filter 350ms ease;
}

.gallery-item::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(0deg, rgba(3, 22, 31, 0.7), transparent 55%);
  opacity: 0.76;
  transition: opacity 260ms ease;
}

.gallery-item:hover img {
  filter: saturate(1.08);
  transform: scale(1.035);
}

.gallery-item:hover::after {
  opacity: 0.9;
}

.gallery-item > span {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: var(--white);
  font-size: 0.76rem;
  font-weight: 800;
  text-align: left;
}

.gallery-item small {
  color: var(--sun-yellow);
  font-size: 0.58rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gallery-tall {
  grid-row: span 2;
}

.gallery-wide {
  grid-column: span 2;
}

.video-strip {
  display: grid;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  padding: 26px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: var(--radius-md);
  grid-template-columns: minmax(230px, 0.7fr) repeat(2, minmax(0, 0.65fr));
}

.video-copy {
  padding: 16px 24px 16px 8px;
}

.video-copy h3 {
  margin-bottom: 12px;
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
}

.video-copy p:last-child {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}

.video-card {
  position: relative;
  overflow: hidden;
  background: var(--navy-950);
  border-radius: 14px;
}

.video-card video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.video-card > span {
  display: block;
  padding: 10px 13px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.65rem;
  font-weight: 700;
}

.journey {
  background: var(--paper);
}

.centered {
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.centered h2 {
  margin-inline: auto;
}

.journey-steps {
  position: relative;
  display: grid;
  gap: 24px;
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
}

.journey-steps::before {
  position: absolute;
  z-index: 0;
  top: 34px;
  right: 16%;
  left: 16%;
  height: 1px;
  content: "";
  background: repeating-linear-gradient(90deg, var(--blue-500) 0 8px, transparent 8px 16px);
  opacity: 0.5;
}

.journey-steps li {
  position: relative;
  z-index: 1;
  text-align: center;
}

.journey-steps li > span {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 25px;
  place-items: center;
  color: var(--navy-950);
  background: var(--sun-yellow);
  border: 10px solid var(--paper);
  border-radius: 50%;
  font-size: 0.69rem;
  font-weight: 800;
  box-shadow: 0 0 0 1px rgba(19, 39, 45, 0.12);
}

.journey-steps h3 {
  margin-bottom: 8px;
  font-family: var(--font-display);
  font-size: 1.38rem;
  font-weight: 400;
}

.journey-steps p {
  max-width: 280px;
  margin-inline: auto;
  color: var(--muted);
  font-size: 0.78rem;
}

.faq {
  padding-top: 60px;
  background: var(--paper);
}

.faq-grid {
  display: grid;
  gap: 90px;
  padding-top: 68px;
  border-top: 1px solid var(--line);
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
}

.faq-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 0.87rem;
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list details:first-child {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  min-height: 73px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--green-700);
  font-size: 1.35rem;
  font-weight: 400;
  transition: transform 200ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 680px;
  margin: -3px 40px 24px 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.quote {
  color: var(--white);
  background:
    radial-gradient(circle at 4% 90%, rgba(8, 168, 220, 0.12), transparent 30%),
    var(--navy-950);
}

.quote-grid {
  display: grid;
  align-items: start;
  gap: 85px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(450px, 1.28fr);
}

.quote-intro {
  position: sticky;
  top: 120px;
  padding-top: 20px;
}

.quote-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.9rem;
}

.contact-cards {
  display: grid;
  gap: 12px;
  margin-top: 38px;
}

.contact-cards a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  transition: background 180ms ease, border-color 180ms ease;
}

.contact-cards a:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.28);
}

.contact-cards svg,
.contact-at {
  width: 27px;
  height: 27px;
  color: var(--sun-yellow);
  fill: currentColor;
}

.contact-at {
  display: grid;
  place-items: center;
  font-size: 1.3rem;
  font-weight: 700;
}

.contact-cards span span,
.contact-cards a > span:last-child {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.65rem;
}

.contact-cards strong {
  display: block;
  color: var(--white);
  font-size: 0.78rem;
}

.quote-form {
  padding: 39px;
  color: var(--ink);
  background: var(--paper);
  border-radius: var(--radius-md);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.form-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--line);
}

.form-heading span {
  font-family: var(--font-display);
  font-size: 1.55rem;
}

.form-heading small {
  color: var(--green-700);
  font-size: 0.65rem;
  font-weight: 800;
}

.form-grid {
  display: grid;
  gap: 19px 16px;
  grid-template-columns: repeat(2, 1fr);
}

.field {
  display: block;
}

.field-full {
  grid-column: 1 / -1;
}

.field > span {
  display: block;
  margin-bottom: 7px;
  color: #31484f;
  font-size: 0.67rem;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(19, 39, 45, 0.17);
  border-radius: 9px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.field input,
.field select {
  height: 49px;
  padding: 0 13px;
}

.field textarea {
  min-height: 94px;
  padding: 12px 13px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder,
.field select {
  color: #879297;
  font-size: 0.75rem;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green-600);
  box-shadow: 0 0 0 3px rgba(24, 135, 94, 0.1);
}

.field.is-invalid input,
.field.is-invalid select,
.field.is-invalid textarea {
  border-color: #bd3f33;
}

.field-error {
  display: none;
  margin-top: 4px;
  color: #a52d25;
  font-size: 0.62rem;
}

.field.is-invalid .field-error {
  display: block;
}

.button-whatsapp {
  width: 100%;
  margin-top: 24px;
  color: var(--white);
  background: var(--green-600);
  cursor: pointer;
}

.button-whatsapp:hover {
  background: var(--green-700);
  box-shadow: 0 13px 34px rgba(24, 135, 94, 0.2);
}

.button-whatsapp svg {
  fill: currentColor;
  stroke: none;
}

.button-whatsapp span {
  margin-left: auto;
  font-size: 1.1rem;
}

.form-note {
  margin: 10px 0 0;
  color: #7e8a8e;
  font-size: 0.58rem;
  text-align: center;
}

.site-footer {
  color: rgba(255, 255, 255, 0.68);
  background: #03151d;
}

.footer-main {
  display: grid;
  gap: 50px;
  padding: 72px 0 55px;
  grid-template-columns: 1.4fr repeat(3, 0.65fr);
}

.footer-brand img {
  width: 190px;
  height: auto;
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, 0.22));
}

.footer-brand p {
  max-width: 315px;
  margin: 22px 0 0;
  font-size: 0.74rem;
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 9px;
}

.footer-column h3 {
  margin-bottom: 9px;
  color: var(--white);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  font-size: 0.68rem;
}

.footer-column a:hover {
  color: var(--sun-yellow);
}

.footer-bottom {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.61rem;
}

.footer-bottom > span:last-child {
  color: var(--sun-yellow);
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-style: italic;
}

.whatsapp-float {
  position: fixed;
  z-index: 900;
  right: 26px;
  bottom: 25px;
  display: flex;
  align-items: center;
  color: var(--white);
  filter: drop-shadow(0 12px 24px rgba(1, 24, 15, 0.28));
}

.whatsapp-label {
  max-width: 0;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  background: #0d5f3e;
  border-radius: 999px 0 0 999px;
  font-size: 0.68rem;
  font-weight: 800;
  opacity: 0;
  transform: translateX(12px);
  transition: max-width 300ms ease, padding 300ms ease, opacity 200ms ease, transform 300ms ease;
}

.whatsapp-orb {
  position: relative;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  background: linear-gradient(145deg, #2bcf85, #0d7c4d);
  border: 5px solid var(--paper);
  border-radius: 50%;
  box-shadow: inset -6px -8px 15px rgba(0, 60, 34, 0.25);
  transition: transform 220ms ease;
}

.whatsapp-orb::before {
  position: absolute;
  inset: -10px;
  content: "";
  border: 1px dashed rgba(39, 203, 127, 0.7);
  border-radius: 50%;
  animation: orbit 9s linear infinite;
}

.whatsapp-orb::after {
  position: absolute;
  top: -5px;
  right: -2px;
  width: 11px;
  height: 11px;
  content: "";
  background: var(--sun-orange);
  border: 3px solid var(--paper);
  border-radius: 50%;
}

.whatsapp-orb svg {
  width: 29px;
  height: 29px;
  fill: currentColor;
}

.whatsapp-float:hover .whatsapp-label,
.whatsapp-float:focus-visible .whatsapp-label {
  max-width: 180px;
  padding: 11px 20px 11px 17px;
  opacity: 1;
  transform: translateX(7px);
}

.whatsapp-float:hover .whatsapp-orb {
  transform: rotate(-6deg) scale(1.04);
}

.lightbox {
  width: min(1000px, calc(100% - 40px));
  max-width: none;
  max-height: calc(100svh - 40px);
  padding: 0;
  overflow: visible;
  color: var(--white);
  background: transparent;
  border: 0;
}

.lightbox::backdrop {
  background: rgba(2, 15, 21, 0.91);
  backdrop-filter: blur(12px);
}

.lightbox figure {
  margin: 0;
}

.lightbox img {
  width: 100%;
  max-height: calc(100svh - 105px);
  object-fit: contain;
  border-radius: 12px;
}

.lightbox figcaption {
  padding-top: 10px;
  font-size: 0.72rem;
  text-align: center;
}

.lightbox-close,
.lightbox-nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(5, 30, 40, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  cursor: pointer;
  backdrop-filter: blur(10px);
}

.lightbox-close {
  top: -16px;
  right: -16px;
  width: 42px;
  height: 42px;
}

.lightbox-close svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.lightbox-nav {
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: -66px;
}

.lightbox-next {
  right: -66px;
}

.toast {
  position: fixed;
  z-index: 1100;
  bottom: 28px;
  left: 50%;
  padding: 11px 18px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-size: 0.72rem;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 15px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-image {
  from { transform: scale(1.09); }
  to { transform: scale(1.02); }
}

@keyframes scroll-line {
  0% { transform: translateX(-100%); }
  60%, 100% { transform: translateX(100%); }
}

@keyframes panel-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

@media (max-width: 1080px) {
  :root { --container: min(100% - 40px, 1000px); }
  .main-nav { gap: 18px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card,
  .service-card:nth-child(n + 4) { grid-column: span 1; }
  .service-card:last-child { grid-column: 1 / -1; min-height: 275px; }
  .fleet-panel { grid-template-columns: 1.1fr 0.9fr; }
  .certifications-layout { gap: 42px; }
  .certification-card { padding-inline: 14px; }
  .destinations-heading { gap: 42px; }
  .story-grid { gap: 65px; }
  .quote-grid { gap: 55px; }
  .footer-main { grid-template-columns: 1.2fr repeat(3, 0.72fr); gap: 30px; }
}

@media (max-width: 860px) {
  :root { --container: calc(100% - 34px); }
  .section { padding: 88px 0; }
  .site-header { height: 76px; }
  .site-header.is-scrolled { height: 68px; }
  .brand,
  .is-scrolled .brand { width: 134px; height: 62px; }
  .menu-toggle { display: block; z-index: 3; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    z-index: 2;
    inset: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 0;
    padding: 110px 30px 40px;
    color: var(--white);
    background: var(--navy-950);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-18px);
    transition: opacity 250ms ease, transform 250ms ease;
  }
  .main-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .main-nav > a { width: 100%; padding: 14px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); font-family: var(--font-display); font-size: 1.65rem; font-weight: 400; }
  .main-nav > a::after { display: none; }
  .main-nav .nav-cta { width: auto; margin-top: 27px; padding: 14px 20px; border: 0; border-radius: 999px; font-family: var(--font-body); font-size: 0.8rem; font-weight: 800; }
  .is-scrolled .menu-toggle[aria-expanded="true"] { color: var(--white); }
  .hero { min-height: 790px; }
  .hero-media { background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4, 24, 33, 0.96) 0%, rgba(4, 24, 33, 0.77) 66%, rgba(4, 24, 33, 0.35) 100%), linear-gradient(0deg, rgba(3, 20, 28, 0.45), transparent 45%); }
  .hero h1 { max-width: 620px; font-size: clamp(3rem, 8vw, 4.15rem); }
  .scroll-cue { display: none; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); padding: 13px 0; }
  .trust-grid > div { min-height: 46px; justify-content: flex-start; padding-left: 18px; }
  .trust-grid > div + div { border-left: 0; }
  .trust-grid > div:nth-child(even) { border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .certifications-layout { grid-template-columns: 1fr; }
  .certifications-copy { max-width: 620px; }
  .split-heading,
  .fleet-heading { grid-template-columns: 1fr; gap: 18px; }
  .fleet-heading .eyebrow { grid-column: auto; }
  .fleet-panel { min-height: 0; grid-template-columns: 1fr; }
  .fleet-image-wrap { min-height: 460px; }
  .fleet-copy { padding: 48px 38px; }
  .destinations-heading,
  .story-grid,
  .quote-grid { grid-template-columns: 1fr; }
  .destinations-heading { gap: 25px; }
  .destinations-intro { max-width: 620px; padding: 20px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .itineraries-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .historic-destinations { gap: 30px; grid-template-columns: 1fr; }
  .story-grid { gap: 85px; }
  .story-media { max-width: 680px; }
  .story-copy { max-width: 650px; }
  .gallery-heading { display: block; }
  .gallery-filters { justify-content: flex-start; margin-top: 26px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .video-strip { grid-template-columns: repeat(2, 1fr); }
  .video-copy { grid-column: 1 / -1; }
  .journey-steps { gap: 10px; }
  .faq-grid { gap: 45px; grid-template-columns: 1fr; }
  .faq-intro { max-width: 550px; }
  .quote-grid { gap: 48px; }
  .quote-intro { position: static; max-width: 650px; }
  .quote-form { max-width: 720px; }
  .footer-main { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .lightbox-prev { left: 10px; }
  .lightbox-next { right: 10px; }
  .lightbox-close { top: 10px; right: 10px; }
}

@media (max-width: 580px) {
  :root { --container: calc(100% - 28px); }
  html { scroll-padding-top: 72px; }
  body { font-size: 15px; }
  .section { padding: 76px 0; }
  h2 { font-size: clamp(2.1rem, 10vw, 2.7rem); }
  .hero { min-height: 760px; align-items: flex-end; padding-bottom: 38px; }
  .hero-media { background-position: 72% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(3, 21, 29, 0.98) 4%, rgba(3, 21, 29, 0.82) 63%, rgba(3, 21, 29, 0.3) 100%); }
  .hero-content { padding-top: 100px; }
  .hero h1 { font-size: clamp(2.75rem, 13vw, 3.55rem); }
  .hero-copy { max-width: 95%; font-size: 0.92rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .button { width: 100%; }
  .hero-proof { margin-top: 38px; grid-template-columns: repeat(3, 1fr); }
  .hero-proof div { display: block; min-height: 83px; padding: 15px 8px 8px 0; }
  .hero-proof div + div { padding-left: 10px; }
  .hero-proof strong,
  .hero-proof span { display: block; }
  .hero-proof strong { font-size: 1.1rem; }
  .hero-proof span { margin-top: 3px; font-size: 0.56rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 39px; padding-left: 2px; }
  .trust-grid > div:nth-child(even) { border-left: 0; }
  .certifications { padding: 70px 0; }
  .certification-seals { grid-template-columns: 1fr; }
  .certification-card { min-height: 205px; }
  .certification-card > div { min-height: 100px; }
  .split-heading { margin-bottom: 42px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card,
  .service-card:nth-child(n + 4),
  .service-card:last-child { min-height: 280px; grid-column: 1; }
  .service-icon { margin-bottom: 30px; }
  .fleet { padding-bottom: 72px; }
  .fleet-tabs { overflow-x: auto; padding-bottom: 4px; }
  .fleet-tab { flex: 0 0 auto; }
  .fleet-panel { border-radius: 20px; }
  .fleet-image-wrap { min-height: 355px; }
  .fleet-copy { padding: 45px 24px 36px; }
  .fleet-index { top: 24px; right: 24px; }
  .destinations-heading { margin-bottom: 38px; }
  .destinations-intro { padding-top: 18px; }
  .itineraries-grid { grid-template-columns: 1fr; }
  .itinerary-copy { min-height: 156px; }
  .historic-destinations { padding: 27px 22px; }
  .historic-destinations-copy h3 { font-size: 1.75rem; }
  .story-grid { gap: 72px; }
  .story-media::before { top: -13px; right: -8px; }
  .story-badge { right: -4px; bottom: -52px; width: 122px; height: 122px; border-width: 6px; }
  .story-badge strong { font-size: 2.6rem; }
  .story-cases { grid-template-columns: 1fr; }
  .story-cases div + div { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .gallery-grid { gap: 9px; grid-auto-rows: 185px; }
  .gallery-item > span { right: 12px; bottom: 11px; left: 12px; display: block; }
  .gallery-item small { display: none; }
  .gallery-wide { grid-column: span 2; }
  .video-strip { padding: 16px; grid-template-columns: 1fr; }
  .video-copy { grid-column: auto; padding: 12px 8px; }
  .journey-steps { display: grid; gap: 22px; margin-top: 48px; grid-template-columns: 1fr; }
  .journey-steps::before { top: 35px; bottom: 35px; left: 33px; width: 1px; height: auto; background: repeating-linear-gradient(0deg, var(--blue-500) 0 8px, transparent 8px 16px); }
  .journey-steps li { display: grid; align-items: center; gap: 18px; grid-template-columns: 68px 1fr; text-align: left; }
  .journey-steps li > span { margin: 0; }
  .journey-steps p { margin: 0; }
  .faq { padding-top: 35px; }
  .faq-list summary { min-height: 66px; font-size: 0.8rem; }
  .quote-grid { gap: 35px; }
  .quote-form { padding: 27px 20px; }
  .form-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .contact-cards a { padding: 13px 12px; }
  .contact-cards strong { font-size: 0.68rem; }
  .footer-main { grid-template-columns: 1fr 1fr; padding-top: 58px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-column:nth-child(3) { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: 4px; }
  .whatsapp-float { right: 17px; bottom: 18px; }
  .whatsapp-label { display: none; }
  .whatsapp-orb { width: 58px; height: 58px; }
  .lightbox { width: calc(100% - 20px); }
  .lightbox-nav { top: auto; bottom: 32px; transform: none; }
}

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