:root {
  --bg: oklch(1 0 0);
  --surface: oklch(0.965 0 0);
  --surface-strong: oklch(0.925 0.014 111);
  --ink: oklch(0.165 0.018 125);
  --muted: oklch(0.405 0.027 126);
  --primary: oklch(0.62 0.155 118);
  --primary-deep: oklch(0.29 0.09 125);
  --accent: oklch(0.74 0.165 73);
  --coral: oklch(0.68 0.15 37);
  --line: oklch(0.88 0.012 118);
  --white: oklch(1 0 0);
  --shadow: 0 8px 24px oklch(0.18 0.02 125 / 0.12);
  --radius: 14px;
  --max: 1180px;
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
  --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

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

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  height: 3px;
  pointer-events: none;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accent);
  transform: scaleX(var(--scroll-progress, 0));
  transform-origin: left center;
}

.sr-only,
.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link:focus {
  z-index: 10;
  width: auto;
  height: auto;
  margin: 16px;
  padding: 12px 16px;
  clip: auto;
  color: var(--white);
  background: var(--primary-deep);
  border-radius: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  background: oklch(1 0 0 / 0.9);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 4px 12px oklch(0.18 0.02 125 / 0.08);
}

.nav {
  width: min(var(--max), calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.brand-mark {
  width: 42px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--primary-deep);
  border-radius: 10px;
  font-weight: 900;
}

.brand strong {
  display: block;
  font-size: 1rem;
  line-height: 1.05;
}

.brand small {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.2;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 800;
}

.nav-menu a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
}

.nav-menu a:hover,
.nav-menu a:focus-visible {
  background: var(--surface-strong);
}

.nav-menu .nav-map {
  color: var(--white);
  background: var(--primary);
}

.nav-toggle {
  display: none;
  width: 44px;
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: var(--surface);
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
  border-radius: 2px;
}

.hero {
  width: min(var(--max), calc(100% - 32px));
  margin: clamp(24px, 4vw, 52px) auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.hero-copy {
  padding: clamp(10px, 2vw, 24px) 0;
}

.service-pill {
  width: fit-content;
  margin: 0 0 24px;
  padding: 9px 14px;
  color: var(--primary-deep);
  background: var(--surface-strong);
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 900;
}

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

h1,
h2 {
  text-wrap: balance;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 780px;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 8vw, 5.9rem);
  line-height: 0.92;
}

h1 span {
  display: block;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(2.25rem, 5vw, 4.75rem);
  line-height: 0.95;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.15;
}

.hero-text {
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.65;
  text-wrap: pretty;
}

.hero-actions,
.quick-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.button,
.quick-actions a {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
}

.button::after,
.quick-actions a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0 35%, oklch(1 0 0 / 0.28) 48%, transparent 62% 100%);
  transform: translateX(-120%);
  transition: transform 620ms var(--ease-out-quint);
}

.button:hover::after,
.button:focus-visible::after,
.quick-actions a:hover::after,
.quick-actions a:focus-visible::after {
  transform: translateX(120%);
}

.button-primary {
  color: var(--white);
  background: var(--primary);
  box-shadow: 0 8px 16px oklch(0.47 0.13 118 / 0.2);
}

.button-secondary {
  color: var(--primary-deep);
  background: var(--surface-strong);
}

.button-dark {
  color: var(--white);
  background: var(--ink);
}

.button-light {
  color: var(--ink);
  background: var(--white);
}

.button-map {
  color: var(--white);
  background: var(--primary-deep);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 620px;
  margin: 36px 0 0;
}

.hero-facts div {
  padding: 16px;
  background: var(--surface);
  border-radius: var(--radius);
}

.hero-facts dt {
  color: var(--muted);
  font-weight: 800;
}

.hero-facts dd {
  margin: 4px 0 0;
  font-size: 1.05rem;
  font-weight: 900;
}

.hero-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border-radius: 16px;
  background: var(--surface);
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
}

.hero-media picture {
  display: block;
  height: 100%;
}

.booking-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: min(320px, calc(100% - 36px));
  padding: 18px;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.booking-card span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.booking-card strong {
  display: block;
  margin: 4px 0 14px;
  font-size: 1.05rem;
}

.booking-card strong:last-child {
  margin-bottom: 0;
}

.quick-book {
  width: min(var(--max), calc(100% - 32px));
  margin: 36px auto 0;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--white);
  background: var(--primary-deep);
  border-radius: 16px;
}

.quick-book strong,
.quick-book span {
  display: block;
}

.quick-book span {
  max-width: 68ch;
  margin-top: 4px;
  color: oklch(0.9 0.02 126);
}

.quick-actions a {
  min-height: 48px;
  color: var(--ink);
  background: var(--accent);
}

.quick-actions a + a {
  color: var(--white);
  background: oklch(1 0 0 / 0.14);
}

.section,
.process,
.fleet,
.trust,
.final-cta,
.footer {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.section,
.process,
.trust {
  padding: clamp(72px, 9vw, 132px) 0 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(130px, 0.25fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.section-heading > p,
.fleet-copy > p:first-child,
.final-cta p {
  margin: 0;
  color: var(--primary-deep);
  font-weight: 950;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
}

.service-grid article {
  min-height: 250px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  background: var(--primary-deep);
  border-radius: var(--radius);
}

.service-grid article:nth-child(2) {
  color: var(--ink);
  background: var(--accent);
}

.service-grid article:nth-child(3) {
  color: var(--white);
  background: var(--coral);
}

.service-grid article:nth-child(4) {
  color: var(--ink);
  background: var(--surface-strong);
}

.service-grid p {
  margin-bottom: 0;
  line-height: 1.55;
}

.journey {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) 0 0;
}

.journey-title {
  display: grid;
  grid-template-columns: minmax(130px, 0.25fr) minmax(0, 1fr);
  gap: clamp(20px, 4vw, 56px);
  align-items: start;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.journey-title p {
  margin: 0;
  color: var(--primary-deep);
  font-weight: 950;
}

.journey-panels {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.9fr;
  gap: 12px;
}

.journey-panel {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  color: var(--white);
  background:
    linear-gradient(180deg, oklch(0.18 0.04 124 / 0.05), oklch(0.18 0.04 124 / 0.76)),
    image-set(
      url("assets/taxi-villa-signorini.webp") type("image/webp"),
      url("assets/taxi-villa-signorini.jpeg") type("image/jpeg")
    ) center / cover;
  border-radius: 16px;
  outline: none;
  transform-origin: center bottom;
}

.journey-panel:nth-child(2) {
  background:
    linear-gradient(180deg, oklch(0.18 0.04 124 / 0.05), oklch(0.18 0.04 124 / 0.76)),
    image-set(
      url("assets/taxi-napoli-maschio-angioino.webp") type("image/webp"),
      url("assets/taxi-napoli-maschio-angioino.jpeg") type("image/jpeg")
    ) center / cover;
}

.journey-panel:nth-child(3) {
  color: var(--ink);
  background: var(--accent);
}

.journey-panel span {
  width: fit-content;
  margin-bottom: auto;
  font-size: clamp(3.25rem, 8vw, 7rem);
  font-weight: 950;
  letter-spacing: -0.04em;
  line-height: 0.9;
}

.journey-panel h3 {
  max-width: 12ch;
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 3vw, 2.75rem);
  letter-spacing: -0.03em;
  line-height: 0.96;
}

.journey-panel p {
  max-width: 34ch;
  margin-bottom: 0;
  line-height: 1.55;
}

.icon-badge {
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: auto;
  color: currentColor;
  border: 2px solid currentColor;
  border-radius: 999px;
  font-weight: 950;
}

.route-section {
  padding-bottom: 0;
}

.route-list {
  display: grid;
  gap: 10px;
}

.route-list a {
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid var(--line);
}

.route-list a:last-child {
  border-bottom: 1px solid var(--line);
}

.route-list span {
  color: var(--muted);
  font-weight: 850;
}

.route-list strong {
  font-size: clamp(1.2rem, 2vw, 1.75rem);
}

.route-list em {
  padding: 10px 14px;
  color: var(--primary-deep);
  background: var(--surface-strong);
  border-radius: 999px;
  font-style: normal;
  font-weight: 950;
}

.tourism {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) 0 0;
}

.tourism-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(420px, 1.42fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.tourism-copy {
  position: sticky;
  top: 106px;
}

.tourism-copy p {
  max-width: 54ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

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

.tourism-grid article {
  min-height: 238px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  background: var(--primary-deep);
  border-radius: var(--radius);
}

.tourism-grid article:nth-child(2) {
  color: var(--ink);
  background: var(--accent);
}

.tourism-grid article:nth-child(3) {
  color: var(--white);
  background: var(--coral);
}

.tourism-grid article:nth-child(4) {
  color: var(--primary-deep);
  background: var(--surface-strong);
}

.tourism-grid span {
  width: fit-content;
  margin-bottom: auto;
  padding: 7px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 950;
}

.tourism-grid p {
  margin-bottom: 0;
  line-height: 1.55;
}

.steps {
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.steps li {
  min-height: 250px;
  padding: 24px;
  background: var(--surface);
  border-radius: var(--radius);
}

.steps span {
  width: 48px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 54px;
  color: var(--white);
  background: var(--primary);
  border-radius: 999px;
  font-weight: 950;
}

.steps p {
  color: var(--muted);
  line-height: 1.55;
}

.fleet {
  padding: clamp(72px, 9vw, 132px) 0 0;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.fleet-copy p:not(:first-child) {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.fleet-specs {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.fleet-specs li {
  padding: 13px 16px;
  background: var(--surface-strong);
  border-radius: 999px;
  font-weight: 900;
}

.fleet-gallery {
  display: grid;
  grid-template-columns: 0.88fr 0.72fr;
  gap: 14px;
  align-items: end;
}

.fleet-gallery picture,
.fleet-gallery img {
  width: 100%;
  height: clamp(340px, 48vw, 620px);
}

.fleet-gallery picture {
  display: block;
  transform: translateY(calc(var(--parallax, 0) * -24px));
}

.fleet-gallery img {
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.fleet-gallery picture + picture,
.fleet-gallery picture + picture img {
  height: clamp(260px, 34vw, 440px);
}

.fleet-gallery picture + picture {
  transform: translateY(calc(var(--parallax, 0) * 18px));
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-grid div {
  min-height: 190px;
  padding: 24px;
  border-right: 1px solid var(--line);
}

.trust-grid div:last-child {
  border-right: 0;
}

.trust-grid strong {
  display: block;
  margin-bottom: 36px;
  font-size: 1.25rem;
}

.trust-grid span {
  color: var(--muted);
  line-height: 1.55;
}

.coverage,
.faq {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(72px, 9vw, 132px) 0 0;
}

.coverage-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.7fr) minmax(360px, 1.3fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
}

.coverage-copy p {
  max-width: 58ch;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.coverage-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.coverage-list li {
  min-height: 74px;
  display: flex;
  align-items: center;
  padding: 18px 20px;
  color: var(--primary-deep);
  background: var(--surface-strong);
  border-radius: var(--radius);
  font-weight: 950;
}

.coverage-list li:nth-child(3n + 1) {
  color: var(--white);
  background: var(--primary-deep);
}

.coverage-list li:nth-child(4n) {
  color: var(--ink);
  background: var(--accent);
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  background: var(--surface);
  border-radius: var(--radius);
}

.faq-list summary {
  min-height: 68px;
  display: flex;
  align-items: center;
  padding: 20px 22px;
  cursor: pointer;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  font-weight: 950;
  letter-spacing: -0.02em;
}

.faq-list p {
  max-width: 76ch;
  margin: -4px 22px 0;
  padding-bottom: 22px;
  color: var(--muted);
  line-height: 1.65;
}

.final-cta {
  margin-top: clamp(72px, 9vw, 132px);
  padding: clamp(34px, 7vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  color: var(--white);
  background: var(--primary);
  border-radius: 16px;
}

.final-cta p {
  color: var(--white);
}

.final-cta h2 {
  max-width: 760px;
  margin: 8px 0 18px;
}

.final-cta span {
  display: block;
  max-width: 64ch;
  color: oklch(0.96 0.02 120);
  line-height: 1.6;
}

.contact-actions {
  justify-content: flex-end;
}

.footer {
  padding: 42px 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  color: var(--muted);
}

.footer p {
  margin: 0;
}

.footer-note {
  text-align: right;
}

.mobile-contact-bar {
  display: none;
}

@media (hover: hover) {
  .button,
  .quick-actions a,
  .route-list a,
  .journey-panel {
    transition: transform 220ms var(--ease-out-quart), filter 220ms var(--ease-out-quart), background 220ms var(--ease-out-quart);
  }

  .button:hover,
  .quick-actions a:hover,
  .route-list a:hover {
    transform: translateY(-2px);
    filter: saturate(1.08);
  }

  .journey-panel:hover,
  .journey-panel:focus-visible {
    transform: translateY(-8px) scale(1.01);
    filter: saturate(1.08);
  }
}

.js .hero-copy > *,
.js .hero-media,
.js .booking-card {
  animation: hero-rise 820ms var(--ease-out-expo) both;
}

.js .hero-copy > * {
  animation-delay: calc(var(--i, 0) * 90ms);
}

.js .hero-copy .service-pill {
  --i: 0;
}

.js .hero-copy h1 {
  --i: 1;
}

.js .hero-copy .hero-text {
  --i: 2;
}

.js .hero-actions {
  --i: 3;
}

.js .hero-facts {
  --i: 4;
}

.js .hero-media {
  animation-name: hero-image;
  animation-delay: 160ms;
}

.js .booking-card {
  animation-delay: 540ms;
}

.js [data-reveal],
.js [data-stagger] > * {
  opacity: 0;
  transform: translateY(34px);
  filter: blur(8px);
}

.js [data-reveal].is-visible,
.js [data-stagger].is-visible > * {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transition:
    opacity 700ms var(--ease-out-quart),
    transform 700ms var(--ease-out-quart),
    filter 700ms var(--ease-out-quart);
}

.js [data-stagger].is-visible > * {
  transition-delay: calc(var(--i, 0) * 70ms);
}

@keyframes hero-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@keyframes hero-image {
  from {
    opacity: 0;
    clip-path: inset(12% 0 12% 0 round 16px);
    transform: translateY(28px) scale(0.98);
    filter: saturate(0.85) blur(8px);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0 round 16px);
    transform: translateY(0) scale(1);
    filter: saturate(1) blur(0);
  }
}

@media (max-width: 900px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    inset: 76px 16px auto;
    display: grid;
    gap: 8px;
    padding: 14px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }

  .nav-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-menu a {
    justify-content: flex-start;
  }

  .hero,
  .fleet,
  .tourism-layout,
  .coverage-layout,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .tourism-copy {
    position: static;
  }

  .journey-title,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero {
    margin-top: 18px;
  }

  .hero-media,
  .hero-media img {
    min-height: 520px;
  }

  .quick-book,
  .footer {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
  }

  .steps,
  .trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .journey-panels {
    grid-template-columns: 1fr;
  }

  .journey-panel {
    min-height: 320px;
  }

  .trust-grid div:nth-child(2) {
    border-right: 0;
  }

  .trust-grid div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .footer-note {
    text-align: left;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: calc(86px + env(safe-area-inset-bottom));
  }

  .nav {
    width: min(100% - 24px, var(--max));
  }

  .hero,
  .quick-book,
  .section,
  .process,
  .fleet,
  .journey,
  .trust,
  .tourism,
  .coverage,
  .faq,
  .final-cta,
  .footer {
    width: min(100% - 24px, var(--max));
  }

  h1 {
    font-size: clamp(2.85rem, 16vw, 4.25rem);
  }

  h2 {
    font-size: clamp(2.05rem, 12vw, 3.3rem);
  }

  .hero-facts,
  .steps,
  .trust-grid,
  .route-list a,
  .tourism-grid,
  .coverage-list,
  .fleet-gallery {
    grid-template-columns: 1fr;
  }

  .hero-facts {
    gap: 8px;
  }

  .hero-media,
  .hero-media img {
    min-height: 420px;
  }

  .journey-panel {
    min-height: 300px;
  }

  .booking-card {
    position: static;
    width: auto;
    margin: 12px;
  }

  .quick-book {
    padding: 20px;
  }

  .button,
  .quick-actions,
  .quick-actions a,
  .contact-actions,
  .contact-actions .button {
    width: 100%;
  }

  .route-list a {
    gap: 8px;
    padding: 18px 0;
  }

  .route-list em {
    width: fit-content;
  }

  .steps li {
    min-height: auto;
  }

  .steps span {
    margin-bottom: 42px;
  }

  .fleet-gallery picture,
  .fleet-gallery picture + picture,
  .fleet-gallery img,
  .fleet-gallery picture + picture img {
    height: 390px;
  }

  .trust-grid div,
  .trust-grid div:nth-child(2) {
    min-height: 160px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-grid div:last-child {
    border-bottom: 0;
  }

  .final-cta {
    padding: 26px;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 7;
    min-height: 66px;
    padding: 8px;
    padding-bottom: calc(8px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: 0.8fr 1.2fr 0.8fr;
    gap: 8px;
    background: oklch(1 0 0 / 0.94);
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: 0 8px 22px oklch(0.18 0.02 125 / 0.18);
  }

  .mobile-contact-bar a {
    min-width: 0;
    min-height: 50px;
    display: grid;
    place-items: center;
    padding: 7px 8px;
    color: var(--primary-deep);
    background: var(--surface-strong);
    border-radius: 12px;
    text-align: center;
  }

  .mobile-contact-bar a.is-primary {
    color: var(--white);
    background: var(--primary);
  }

  .mobile-contact-bar span,
  .mobile-contact-bar strong {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mobile-contact-bar span {
    font-size: 0.72rem;
    font-weight: 850;
    line-height: 1.05;
  }

  .mobile-contact-bar strong {
    margin-top: 2px;
    font-size: 0.88rem;
    font-weight: 950;
    line-height: 1.05;
  }
}

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

  .scroll-progress span,
  .fleet-gallery picture,
  .fleet-gallery picture + picture,
  .fleet-gallery img,
  .fleet-gallery picture + picture img {
    transform: none !important;
  }

  .js [data-reveal],
  .js [data-stagger] > * {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}
