:root {
  --black: #070809;
  --charcoal: #111315;
  --graphite: #1b1e21;
  --paper: #f4f4f2;
  --paper-deep: #e8e8e4;
  --white: #ffffff;
  --gold: #d19b3d;
  --gold-bright: #e3b55f;
  --gold-dark: #a87319;
  --text: #202225;
  --muted: #73767a;
  --line: rgba(20, 22, 24, 0.14);
  --heading: "Raleway", "Arial Narrow", Arial, sans-serif;
  --body: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  --font-serif: "Playfair Display", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--body); font-size: 15px; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
img { display: block; max-width: 100%; }
.icon { flex: 0 0 auto; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.65; }


.utility-bar {
  background: var(--gold-dark);
  color: rgba(255,255,255,.85);
  font-size: 13px;
  min-height: 40px;
}
.utility-bar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1500px;
  min-height: 40px;
  padding: 0 42px;
}
.utility-bar__tagline { font-weight: 500; }
.utility-bar__contact {
  align-items: center;
  display: flex;
  gap: 22px;
}
.utility-bar__contact a {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  letter-spacing: .02em;
  transition: color .2s ease;
}
.utility-bar__contact a:hover { color: #fff; }
.utility-bar__contact .icon { color: var(--gold-bright); }


.site-header {
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 60;
}
.header-main {
  background: rgba(12,14,16,.98);
  border-bottom: 3px solid var(--gold);
  min-height: 70px;
}
.header-main__inner {
  align-items: stretch;
  display: flex;
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 42px;
}
.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  padding: 10px 0;
}
.brand img { height: 45px; object-fit: contain; width: 158px; }
.nav {
  align-items: stretch;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-left: 20px;
}
.nav > a {
  align-items: center;
  color: rgba(255,255,255,.72);
  display: inline-flex;
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .095em;
  padding: 0 18px;
  position: relative;
  text-transform: uppercase;
  transition: color .2s ease;
}
.nav > a.active::after, .nav > a:hover::after {
  background: var(--gold);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.nav > a:hover { color: var(--gold-bright); }
.nav-actions {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-left: auto;
}
.nav-actions .button {
  min-height: 40px;
  padding: 0 18px;
}
.lang-toggle {
  border: 1px solid rgba(255,255,255,.3);
  display: flex;
}
.lang-toggle button {
  background: transparent;
  border: 0;
  color: rgba(255,255,255,.7);
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 7px 11px;
  transition: background .2s ease, color .2s ease;
}
.lang-toggle button.active {
  background: rgba(255,255,255,.1);
  color: #fff;
}
.lang-toggle button:hover:not(.active) { color: var(--gold-bright); }
.menu-button {
  align-self: center;
  background: transparent;
  border: 0;
  color: #fff;
  display: none;
  justify-self: end;
  padding: 10px;
}


.hero {
  color: #fff;
  min-height: 700px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-background-image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.hero-background-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.hero-content {
  position: relative;
  z-index: 3;
  max-width: 900px;
  padding: 20px;
}
.hero-accent {
  color: var(--gold-bright);
  font-family: var(--heading);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  letter-spacing: .18em;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.hero-title {
  font-family: var(--heading);
  line-height: .9;
  margin: 0;
  text-transform: uppercase;
}
.hero-title span {
  display: block;
  font-size: clamp(40px, 5vw, 60px);
  font-weight: 300;
  letter-spacing: -.03em;
}
.hero-title strong {
  display: block;
  font-size: clamp(70px, 10vw, 120px);
  font-weight: 800;
  letter-spacing: -.04em;
  color: var(--gold);
}
.hero-support {
  font-size: clamp(15px, 2vw, 20px);
  line-height: 1.6;
  margin: 25px auto 35px;
  max-width: 700px;
}
.hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-slider-controls {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  z-index: 3;
}
.hero-slider-arrow {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: background .2s ease, border-color .2s ease;
}
.hero-slider-arrow:hover { background: rgba(255,255,255,.2); border-color: #fff; }
.hero-slider-arrow--right { transform: rotate(0deg); }
.hero-dots {
  display: flex;
  gap: 7px;
}
.hero-dots i {
  background: rgba(255,255,255,.3);
  height: 2px;
  width: 24px;
}
.hero-dots i.active {
  background: var(--gold);
  width: 44px;
}

.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: -1px auto 0; max-width: 1500px; position: relative; z-index: 5; }
.feature-strip > a,
.feature-strip__item { align-items: center; background: #16181a; border-right: 1px solid rgba(255,255,255,.08); color: #fff; display: grid; gap: 19px; grid-template-columns: 52px 1fr; min-height: 100px; padding: 22px 30px; }
.feature-strip > a:first-child,
.feature-strip__item:first-child { background: var(--gold); color: #111315; }
.feature-icon { align-items: center; border: 1px solid currentColor; display: inline-flex; height: 48px; justify-content: center; opacity: .8; width: 48px; }
.feature-strip__item > div,
.feature-strip > a > div { display: grid; gap: 5px; }
.feature-strip strong { font-family: var(--heading); font-size: 14px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.feature-strip small { font-size: 10px; opacity: .55; }

.quick-request { background: #fff; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 235px 1fr; margin: 0 auto; max-width: 1500px; padding: 32px 34px 34px; }
.quick-request__title { align-self: center; border-right: 1px solid var(--line); margin-right: 32px; padding-right: 25px; }
.quick-request__title h2 { font-family: var(--heading); font-size: 25px; font-weight: 700; letter-spacing: -.02em; margin: 7px 0 0; text-transform: uppercase; }
.request-form--compact { align-items: end; display: grid; gap: 10px; grid-template-columns: .95fr 1.2fr 1.2fr .72fr .65fr auto; }
.field { display: flex; flex-direction: column; gap: 7px; min-width: 0; }
.field label { color: #76787a; font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.field label span { color: #aaa; font-weight: 500; }
.field input, .field select, .field textarea { background: #f0f0ed; border: 1px solid transparent; border-radius: 0; color: #202225; min-height: 47px; outline: none; padding: 0 12px; transition: background .2s ease, border-color .2s ease; width: 100%; }
.field textarea { min-height: 97px; padding-top: 13px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #aaa; }
.field input:focus, .field select:focus, .field textarea:focus { background: #fff; border-color: var(--gold); }
.request-form--compact .submit-button { min-height: 47px; padding-inline: 18px; white-space: nowrap; }
.form-note { color: #888; font-size: 9px; grid-column: 1 / -1; margin: 1px 0 0; text-align: right; }
.request-success { align-items: flex-start; background: #f3f1eb; display: flex; gap: 18px; min-height: 190px; padding: 27px; }
.request-success--compact { align-items: center; grid-column: 1 / -1; min-height: 96px; padding: 17px 20px; }
.success-icon { align-items: center; background: var(--gold); color: #111; display: inline-flex; height: 44px; justify-content: center; width: 44px; }
.micro-label { color: var(--gold-dark); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.request-success h3 { font-family: var(--heading); font-size: 22px; margin: 4px 0 6px; text-transform: uppercase; }
.request-success p { color: #666; font-size: 12px; line-height: 1.65; margin: 0; }
.text-button { align-items: center; background: transparent; border: 0; color: var(--gold-dark); display: inline-flex; font-family: var(--heading); font-size: 9px; font-weight: 800; gap: 8px; letter-spacing: .1em; margin-top: 10px; padding: 0; text-transform: uppercase; }

.section { margin: 0 auto; max-width: 1500px; padding: 115px 6vw; }
.about { align-items: center; display: grid; gap: clamp(55px, 8vw, 130px); grid-template-columns: 1fr 1fr; }
.about-media { min-height: 510px; position: relative; }
.about-photo { height: 470px; overflow: hidden; position: relative; width: 88%; }
.about-photo::after { background: linear-gradient(135deg, rgba(0,0,0,.05), rgba(0,0,0,.4)); content: ""; inset: 0; position: absolute; }
.about-photo img { height: 100%; object-fit: cover; width: 100%; }
.about-media::before { border: 4px solid var(--gold); content: ""; height: 76%; left: 12%; position: absolute; top: 12%; transform: translate(-35px, 34px); width: 76%; z-index: -1; }
.about-badge { align-items: center; background: var(--gold); bottom: 5px; color: #111; display: flex; flex-direction: column; height: 150px; justify-content: center; position: absolute; right: 0; width: 165px; }
.about-badge strong { font-family: var(--heading); font-size: 43px; font-weight: 800; line-height: 1; }
.about-badge span { font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .14em; margin-top: 10px; text-transform: uppercase; }
.about-copy h2, .section-title h2, .faq-title h2 { font-family: var(--heading); font-size: clamp(39px, 4.1vw, 63px); font-weight: 300; letter-spacing: -.04em; line-height: 1.04; margin: 16px 0 0; text-transform: uppercase; }

.section-kicker {
  color: var(--gold-dark);
  display: inline-block;
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.about-copy .lead { color: #66696c; font-size: 14px; line-height: 1.8; margin: 26px 0 0; max-width: 590px; }
.check-list { border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr; margin: 31px 0 34px; }
.check-list > div { align-items: center; border-bottom: 1px solid var(--line); color: #55585b; display: flex; font-size: 11px; gap: 10px; padding: 15px 5px 15px 0; }
.check-list .icon { color: var(--gold-dark); }

.experience-band { align-items: center; background: linear-gradient(rgba(8,10,11,.78), rgba(8,10,11,.8)), url("../images/vienna-night.jpg") center 53% / cover fixed; color: #fff; display: flex; min-height: 440px; position: relative; }
.experience-band::before, .experience-band::after { border: 1px solid rgba(255,255,255,.14); content: ""; height: 66%; pointer-events: none; position: absolute; top: 17%; width: 16%; }
.experience-band::before { border-left: 0; left: 0; }
.experience-band::after { border-right: 0; right: 0; }
.experience-inner { margin: 0 auto; padding: 75px 24px; text-align: center; }
.section-kicker--light { color: var(--gold-bright); }
.experience-inner h2 { font-family: var(--heading); font-size: clamp(50px, 6vw, 88px); font-weight: 300; letter-spacing: -.045em; line-height: 1; margin: 12px 0 0; text-transform: uppercase; }
.experience-inner p { color: rgba(255,255,255,.7); font-family: var(--heading); font-size: 14px; font-weight: 700; letter-spacing: .2em; margin: 16px 0 27px; text-transform: uppercase; }
.round-link { align-items: center; border: 1px solid var(--gold); color: var(--gold-bright); display: inline-flex; height: 54px; justify-content: center; transform: rotate(-45deg); transition: background .2s ease, color .2s ease; width: 54px; }
.round-link .icon { transform: rotate(45deg); }
.round-link:hover { background: var(--gold); color: #111; }

.fleet { max-width: none; padding-left: max(6vw, calc((100vw - 1500px) / 2 + 6vw)); padding-right: max(6vw, calc((100vw - 1500px) / 2 + 6vw)); }
.section-title { max-width: 680px; }
.section-title > p, .faq-title > p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 19px 0 0; }
.section-title--center { margin: 0 auto; text-align: center; }
.fleet-filters { display: flex; justify-content: center; margin: 40px 0 46px; }
.fleet-filters button { background: transparent; border: 0; border-bottom: 2px solid var(--line); color: #888a8d; font-family: var(--heading); font-size: 9px; font-weight: 800; letter-spacing: .14em; min-width: 90px; padding: 12px 18px; text-transform: uppercase; }
.fleet-filters button.active { border-color: var(--gold); color: #151719; }
.fleet-grid { display: grid; gap: 28px 19px; grid-template-columns: repeat(3, 1fr); min-height: 470px; }
.fleet-card { background: #fff; border: 1px solid var(--line); overflow: hidden; transition: box-shadow .25s ease, transform .25s ease; }
.fleet-card:hover { box-shadow: 0 25px 50px rgba(12,14,16,.1); transform: translateY(-5px); }
.fleet-card__image { align-items: center; aspect-ratio: 1.45; background: #141618; display: flex; overflow: hidden; padding: 0; position: relative; }
.fleet-card__image > span { color: rgba(255,255,255,.45); font-family: var(--heading); font-size: 9px; font-weight: 700; left: 17px; letter-spacing: .15em; position: absolute; top: 14px; z-index: 2; }
.fleet-card__image img { display: block; filter: none; height: 100%; mix-blend-mode: normal; object-fit: cover; object-position: center; transition: transform .4s ease; width: 100%; }
.fleet-card:hover .fleet-card__image img { transform: scale(1.045); }
.fleet-overlay { align-items: center; background: rgba(8,10,11,.86); display: flex; inset: 0; justify-content: center; opacity: 0; pointer-events: none; position: absolute; transition: opacity .25s ease; }
.fleet-card:hover .fleet-overlay { opacity: 1; }
@media (hover: none) {
  .fleet-overlay { display: none; }
}
.fleet-overlay a { align-items: center; border: 1px solid var(--gold); color: var(--gold-bright); display: inline-flex; font-family: var(--heading); font-size: 9px; font-weight: 800; gap: 9px; letter-spacing: .12em; padding: 13px 16px; text-transform: uppercase; }
.fleet-card__body { align-items: center; display: flex; justify-content: space-between; padding: 22px 23px 23px; }
.fleet-card__body > div:first-child > span { color: var(--gold-dark); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.fleet-card h3 { font-family: var(--heading); font-size: 23px; font-weight: 700; letter-spacing: -.02em; margin: 5px 0 0; text-transform: uppercase; }
.fleet-card p { color: #888; font-size: 10px; margin: 5px 0 0; }
.fleet-meta { display: flex; flex-direction: column; gap: 7px; }
.fleet-meta span { align-items: center; color: #696c6f; display: inline-flex; font-size: 10px; gap: 6px; }

.promise-strip { align-items: center; background: var(--gold); color: #111315; display: flex; justify-content: space-between; min-height: 130px; padding: 25px max(6vw, calc((100vw - 1320px) / 2)); }
.promise-strip > div { align-items: center; display: flex; gap: 24px; }
.promise-strip > div > .icon { border: 1px solid rgba(15,17,19,.35); height: 48px; padding: 12px; width: 48px; }
.promise-strip span { font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.promise-strip h2 { font-family: var(--heading); font-size: clamp(22px, 2.4vw, 36px); font-weight: 700; letter-spacing: -.025em; margin: 4px 0 0; text-transform: uppercase; }
.promise-strip .button--gold { background: #111315; color: #fff; }
.promise-strip .button--gold:hover { background: #fff; color: #111315; }

.booking { background: #0b0d0f; color: #fff; overflow: hidden; padding: 105px max(5vw, calc((100vw - 1420px) / 2)); position: relative; scroll-margin-top: 96px; }
.booking-background { background: linear-gradient(90deg, rgba(8,10,11,.98) 0%, rgba(8,10,11,.88) 46%, rgba(8,10,11,.55) 100%), url("../images/vienna-night.jpg") center / cover; inset: 0; opacity: .88; position: absolute; }
.booking-inner { align-items: start; display: grid; gap: clamp(55px, 7vw, 110px); grid-template-columns: .72fr 1.28fr; margin: 0 auto; max-width: 1420px; position: relative; z-index: 2; }
.booking-copy h2 { font-family: var(--heading); font-size: clamp(43px, 4.6vw, 70px); font-weight: 300; letter-spacing: -.045em; line-height: 1.02; margin: 17px 0 0; text-transform: uppercase; }
.booking-copy > p { color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.75; margin: 24px 0 0; max-width: 510px; }
.booking-copy ol { border-top: 1px solid rgba(255,255,255,.13); list-style: none; margin: 34px 0 0; padding: 0; }
.booking-copy li { border-bottom: 1px solid rgba(255,255,255,.13); display: grid; gap: 15px; grid-template-columns: 34px 1fr; padding: 17px 0; }
.booking-copy li > span { color: var(--gold-bright); font-family: var(--heading); font-size: 9px; font-weight: 800; padding-top: 3px; }
.booking-copy li strong { font-family: var(--heading); font-size: 13px; letter-spacing: .03em; text-transform: uppercase; }
.booking-copy li p { color: rgba(255,255,255,.42); font-size: 10px; margin: 5px 0 0; }

.booking-panel { background: #fff; box-shadow: 0 32px 90px rgba(0,0,0,.35); color: var(--text); padding: 0; }
.booking-tabs {
  display: flex;
  border-bottom: 1px solid var(--line);
}
.booking-tab {
  background: transparent;
  border: 0;
  font-family: var(--heading);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 20px 25px;
  color: var(--muted);
  position: relative;
  transition: color .2s ease;
}
.booking-tab:hover:not(.active) { color: var(--text); }
.booking-tab.active {
  color: var(--gold-dark);
  border-color: var(--gold);
}
.booking-tab.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--gold);
}
.booking-tab .badge {
  background: var(--gold);
  color: #111;
  font-size: 9px;
  font-weight: 800;
  padding: 3px 7px;
  border-radius: 3px;
  margin-left: 8px;
}
.payment-coming-soon {
  padding: 30px;
  text-align: center;
  color: var(--muted);
}
.payment-coming-soon h3 {
  font-family: var(--heading);
  font-size: 24px;
  margin-bottom: 15px;
}
.payment-coming-soon p {
  font-size: 15px;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}

.request-form:not(.request-form--compact) {
  padding: 33px;
  display: grid;
  gap: 17px 13px;
  grid-template-columns: repeat(4, 1fr);
}
.request-form:not(.request-form--compact) .field--pickup, .request-form:not(.request-form--compact) .field--destination, .request-form:not(.request-form--compact) .field--wide { grid-column: span 2; }
.request-form:not(.request-form--compact) .field--full { grid-column: 1 / -1; }
.request-form:not(.request-form--compact) .submit-button { grid-column: 1 / -1; margin-top: 4px; }
.checkbox { align-items: flex-start; color: #777; display: flex; font-size: 9px; gap: 8px; line-height: 1.5; }
.checkbox input { accent-color: var(--gold); margin: 1px 0 0; }

.services { background: var(--paper); max-width: 1500px; }
.services .section-title { display: grid; grid-template-columns: 1fr; margin-bottom: 55px; }
.service-grid { border-left: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); }
.service-card { border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); min-height: 315px; padding: 31px 30px; position: relative; transition: background .22s ease, transform .22s ease; }
.service-card:hover { background: #fff; transform: translateY(-4px); }
.service-index { color: #aaa; font-family: var(--heading); font-size: 9px; letter-spacing: .16em; position: absolute; right: 24px; top: 25px; }
.service-card .service-icon { align-items: center; border: 1px solid rgba(169,115,25,.5); color: var(--gold-dark); display: inline-flex; height: 51px; justify-content: center; width: 51px; }
.service-card h3 { font-family: var(--heading); font-size: 21px; font-weight: 700; margin: 31px 0 11px; text-transform: uppercase; }
.service-card p { color: #74777a; font-size: 12px; line-height: 1.65; margin: 0; max-width: 335px; }
.service-card a { align-items: center; color: var(--gold-dark); display: inline-flex; font-family: var(--heading); font-size: 8px; font-weight: 800; gap: 8px; letter-spacing: .12em; margin-top: 28px; text-transform: uppercase; }

.destination-cta { background: #17191b; color: #fff; display: grid; grid-template-columns: 1fr 1.1fr; min-height: 430px; overflow: hidden; }
.destination-car { align-items: end; background: linear-gradient(145deg, #e1e2df, #aeb1b0); display: flex; justify-content: center; overflow: hidden; position: relative; }
.destination-car::before { color: rgba(17,19,21,.06); content: "VR"; font-family: var(--heading); font-size: 260px; font-weight: 800; left: 3%; line-height: 1; position: absolute; top: 11%; }
.destination-car img { filter: contrast(1.02) saturate(.85); mix-blend-mode: multiply; position: relative; transform: scale(1.13); width: 87%; z-index: 2; }
.destination-copy { align-self: center; max-width: 710px; padding: 70px 7vw 70px 8vw; }
.destination-copy h2 { font-family: var(--heading); font-size: clamp(38px, 4vw, 61px); font-weight: 300; letter-spacing: -.04em; line-height: 1.02; margin: 15px 0 0; text-transform: uppercase; }
.destination-copy > p { color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.75; margin: 22px 0 30px; }
.destination-copy > div { align-items: center; display: flex; flex-wrap: wrap; gap: 17px; }
.or { color: rgba(255,255,255,.35); font-family: var(--heading); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.mail-link { align-items: center; color: rgba(255,255,255,.72); display: inline-flex; font-size: 11px; gap: 8px; }
.mail-link .icon { color: var(--gold-bright); }

.faq { display: grid; gap: 9vw; grid-template-columns: .65fr 1.35fr; }
.faq-title { padding-top: 5px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { align-items: center; background: transparent; border: 0; display: grid; gap: 18px; grid-template-columns: 30px 1fr 28px; padding: 23px 0; text-align: left; width: 100%; }
.faq-item button > span { color: var(--gold-dark); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.faq-item button strong { font-family: var(--heading); font-size: 16px; font-weight: 700; text-transform: uppercase; }
.faq-item button i { font-family: var(--body); font-size: 22px; font-style: normal; font-weight: 200; justify-self: end; }
.faq-item > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .26s ease; }
.faq-item > div p { color: #707376; font-size: 12px; line-height: 1.72; margin: 0; max-width: 670px; overflow: hidden; padding: 0 40px 0 48px; }
.faq-item--open > div { grid-template-rows: 1fr; }
.faq-item--open > div p { padding-bottom: 24px; }

.site-footer { background: #08090a; color: #fff; padding: 68px 6vw 23px; }
.footer-main { display: grid; gap: 45px; grid-template-columns: 1.55fr repeat(3, 1fr); margin: 0 auto; max-width: 1420px; padding-bottom: 55px; }
.footer-brand img { height: 48px; object-fit: contain; width: 170px; }
.footer-brand p { color: rgba(255,255,255,.43); font-size: 11px; line-height: 1.7; margin: 21px 0 17px; max-width: 280px; }
.footer-brand > a { align-items: center; color: rgba(255,255,255,.65); display: inline-flex; font-size: 10px; gap: 8px; }
.footer-brand > a + a { margin-left: 22px; }
.footer-brand > a .icon { color: var(--gold-bright); }
.footer-main > div:not(.footer-brand) { align-items: flex-start; display: flex; flex-direction: column; gap: 12px; }
.footer-main > div > span { color: var(--gold-bright); font-family: var(--heading); font-size: 8px; font-weight: 800; letter-spacing: .17em; margin-bottom: 8px; text-transform: uppercase; }
.footer-main > div:not(.footer-brand) a { color: rgba(255,255,255,.5); font-size: 10px; transition: color .2s ease; }
.footer-main > div:not(.footer-brand) a:hover { color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.32); display: flex; font-size: 8px; justify-content: space-between; letter-spacing: .1em; margin: 0 auto; max-width: 1420px; padding-top: 21px; text-transform: uppercase; }

@media (max-width: 1220px) {
  .header-main__inner { padding-inline: 24px; }
  .nav a { padding-inline: 16px; }
  .hero-content { padding-inline: 24px; }
  .request-form--compact { grid-template-columns: repeat(3, 1fr); }
  .request-form--compact .submit-button { grid-column: span 2; }
  .form-note { align-self: center; grid-column: span 1; text-align: left; }
}

@media (max-width: 980px) {
  .utility-bar__tagline, .utility-bar__contact span { display: none; }
  .utility-bar__inner { justify-content: center; min-height: 34px; }
  .utility-bar { min-height: 34px; }
  .header-main__inner { grid-template-columns: 1fr auto; min-height: 76px; padding-inline: 24px; }
  .nav {
    align-items: stretch;
    background: #0c0e10;
    border-bottom: 3px solid var(--gold);
    display: none;
    flex-direction: column;
    left: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 76px;
  }
  .nav--open { display: flex; }
  .nav a { border: 0; border-bottom: 1px solid rgba(255,255,255,.08); justify-content: center; min-height: 54px; }
  .nav-actions {
    border-top: 1px solid rgba(255,255,255,.08);
    justify-content: center;
    padding: 20px 0;
  }
  .menu-button { display: inline-flex; }
  .hero {
    min-height: 600px;
  }
  .hero-title strong {
    font-size: clamp(60px, 9vw, 90px);
  }
  .feature-strip { grid-template-columns: 1fr; }
  .feature-strip > a { min-height: 90px; }
  .quick-request { grid-template-columns: 1fr; }
  .quick-request__title { border-bottom: 1px solid var(--line); border-right: 0; margin: 0 0 25px; padding: 0 0 20px; }
  .about { gap: 70px; grid-template-columns: 1fr; }
  .about-media { margin: 0 auto; max-width: 720px; width: 100%; }
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-inner { grid-template-columns: 1fr; }
  .booking-copy { max-width: 760px; }
  .request-form:not(.request-form--compact) {
    grid-template-columns: 1fr 1fr;
  }
  .request-form:not(.request-form--compact) .field--pickup,
  .request-form:not(.request-form--compact) .field--destination,
  .request-form:not(.request-form--compact) .field--wide {
    grid-column: span 2;
  }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .destination-cta { grid-template-columns: 1fr; }
  .destination-car { min-height: 420px; }
  .destination-car img { max-width: 700px; }
  .faq { gap: 65px; grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 670px) {
  .utility-service, .utility-contact span { display: none; }
  .utility-bar__inner { justify-content: center; min-height: 34px; }
  .utility-bar { min-height: 34px; }
  .site-header { position: sticky; }
  .header-main__inner { min-height: 70px; padding-inline: 19px; }
  .brand img { height: 39px; width: 140px; }
  .nav { top: 70px; }
  .hero {
    min-height: 500px;
  }
  .hero-content {
    padding: 50px 22px 45px;
  }
  .hero-title span {
    font-size: clamp(40px, 10vw, 60px);
  }
  .hero-title strong {
    font-size: clamp(60px, 15vw, 90px);
  }
  .hero-support {
    margin: 15px auto 25px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .hero-actions .button {
    width: 100%;
  }
  .feature-strip > a { grid-template-columns: 45px 1fr auto; padding: 18px 21px; }
  .feature-icon { height: 42px; width: 42px; }
  .quick-request { padding: 28px 18px; }
  .request-form--compact { grid-template-columns: 1fr 1fr; }
  .request-form--compact .field--pickup, .request-form--compact .field--destination { grid-column: span 2; }
  .request-form--compact .submit-button { grid-column: span 2; }
  .form-note { grid-column: span 2; }
  .section { padding: 85px 21px; }
  .about-media { min-height: 410px; }
  .about-photo { height: 380px; width: 92%; }
  .about-badge { height: 118px; width: 125px; }
  .about-badge strong { font-size: 34px; }
  .about-copy h2, .section-title h2, .faq-title h2 { font-size: 39px; }
  .check-list { grid-template-columns: 1fr; }
  .experience-band { background-attachment: scroll; min-height: 390px; }
  .experience-inner h2 { font-size: 48px; }
  .fleet { padding-left: 13px; padding-right: 13px; }
  .fleet .section-title { padding-inline: 8px; }
  .fleet-filters { justify-content: flex-start; margin: 34px 0; overflow-x: auto; }
  .fleet-filters button { min-width: 77px; padding-inline: 12px; }
  .fleet-grid { grid-template-columns: 1fr; }
  .promise-strip { align-items: flex-start; flex-direction: column; gap: 23px; padding: 32px 22px; }
  .promise-strip .button { width: 100%; }
  .booking { padding: 56px 16px; }
  .booking-copy h2 { font-size: 34px; }
  .booking-background { opacity: .5; }
  .booking-panel { padding: 0; width: 100%; }
  .request-form:not(.request-form--compact) { grid-template-columns: 1fr; padding: 20px; }
  .request-form:not(.request-form--compact) .field--pickup, .request-form:not(.request-form--compact) .field--destination, .request-form:not(.request-form--compact) .field--wide { grid-column: span 1; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .destination-car { min-height: 320px; }
  .destination-car img { max-width: 700px; }
  .destination-copy { padding: 68px 22px; }
  .destination-copy h2 { font-size: 40px; }
  .destination-copy > div { align-items: flex-start; flex-direction: column; }
  .or { display: none; }
  .faq-item button { gap: 10px; grid-template-columns: 25px 1fr 25px; }
  .faq-item button strong { font-size: 14px; }
  .faq-item > div p { padding-left: 35px; padding-right: 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:nth-child(4) { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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

.site-shell {
  min-height: 100vh;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

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

.button--gold {
  background: var(--gold);
  color: #111315;
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.button--gold:hover {
  background: var(--gold-bright);
}

.button--ghost {
  border-color: rgba(255, 255, 255, .22);
  color: #fff;
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.button--ghost:hover {
  border-color: rgba(255, 255, 255, .4);
  color: var(--gold-bright);
}

.button--dark {
  background: #111315;
  color: #fff;
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.button--dark:hover {
  background: #1f2326;
}

.site-header {
  background: rgba(5, 6, 7, .97);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  position: sticky;
  top: 0;
  z-index: 60;
}

.site-header__top {
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.site-header__top-inner,
.site-header__inner {
  align-items: center;
  display: flex;
  gap: 14px;
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 28px;
}

.site-header__top-inner {
  justify-content: flex-end;
  min-height: 28px;
}

.site-header__meta {
  align-items: center;
  color: rgba(255, 255, 255, .68);
  display: inline-flex;
  gap: 6px;
  font-size: 11px;
  letter-spacing: .02em;
}

.site-header__meta .icon {
  color: var(--gold-bright);
}

.site-header__main {
  background: rgba(5, 6, 7, .97);
}

.site-header__inner {
  justify-content: space-between;
  min-height: 56px;
}

.brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
}

.brand img {
  height: 34px;
  object-fit: contain;
  width: 128px;
}

.nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0;
  justify-content: center;
  min-width: 0;
}

.nav-link {
  color: rgba(255, 255, 255, .74);
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 56px;
  padding: 0 14px;
  position: relative;
  text-transform: uppercase;
  transition: color .2s ease;
}

.nav-link:hover {
  color: #fff;
}

.nav-link::after {
  background: var(--gold);
  bottom: 0;
  content: "";
  height: 2px;
  left: 14px;
  opacity: 0;
  position: absolute;
  right: 14px;
  width: auto;
}

.nav-link:hover::after {
  opacity: 1;
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-left: 8px;
}

.nav-actions .button {
  font-size: 10px;
  min-height: 36px;
  padding-inline: 14px;
}

.nav-mobile-meta,
.header-tools,
.nav-backdrop,
.header-call,
.lang-toggle--bar {
  display: none;
}

.lang-toggle {
  border: 1px solid rgba(255, 255, 255, .22);
  display: inline-flex;
}

.lang-toggle button {
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, .72);
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  min-height: 32px;
  min-width: 34px;
  padding: 0 9px;
}

.lang-toggle button.active {
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.menu-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #fff;
  display: none;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}

.hero {
  align-items: center;
  background: #050607;
  color: #fff;
  display: flex;
  isolation: isolate;
  justify-content: center;
  min-height: clamp(480px, 72svh, 680px);
  overflow: hidden;
  position: relative;
  text-align: center;
}

.hero__slides {
  inset: 0;
  position: absolute;
}

.hero__slide {
  background-position: center;
  background-size: cover;
  inset: 0;
  opacity: 0;
  position: absolute;
  transform: scale(1.04);
  transition: opacity .85s ease, transform 7s ease;
}

.hero__slide--active {
  opacity: 1;
  transform: scale(1);
}

.hero__slide-overlay {
  inset: 0;
  position: absolute;
}

.hero__slide--dark .hero__slide-overlay {
  background:
    linear-gradient(180deg, rgba(8, 6, 4, .62) 0%, rgba(8, 6, 4, .28) 42%, rgba(8, 6, 4, .55) 68%, rgba(8, 6, 4, .82) 100%);
}

.hero__slide--light .hero__slide-overlay {
  background:
    linear-gradient(180deg, rgba(8, 6, 4, .72) 0%, rgba(8, 6, 4, .28) 36%, rgba(8, 6, 4, .22) 58%, rgba(8, 6, 4, .78) 100%);
}

.hero-title {
  color: #fff;
  font-family: var(--heading);
  font-size: clamp(42px, 6.4vw, 78px);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 2px 28px rgba(0, 0, 0, .35);
  text-transform: none;
}

.hero-support {
  color: rgba(255, 255, 255, .92);
  font-size: clamp(15px, 1.7vw, 20px);
  line-height: 1.55;
  margin: 18px auto 0;
  max-width: 720px;
  text-shadow: 0 1px 18px rgba(0, 0, 0, .4);
}

.hero .button--ghost {
  background: rgba(8, 6, 4, .28);
  backdrop-filter: blur(4px);
  border-color: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 28px rgba(0, 0, 0, .22);
}

.hero__content {
  margin: 0 auto;
  max-width: 920px;
  padding: 110px 24px 120px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero-accent {
  color: rgba(255, 255, 255, .88);
  display: block;
  font-family: var(--heading);
  font-size: clamp(12px, 1.4vw, 15px);
  font-weight: 600;
  letter-spacing: .22em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.hero-title span,
.hero-title strong {
  color: inherit;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.hero-support {
  color: rgba(255, 255, 255, .9);
  font-size: clamp(15px, 1.7vw, 20px);
  line-height: 1.55;
  margin: 18px auto 0;
  max-width: 720px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 28px;
}

.hero-controls {
  bottom: 28px;
  display: flex;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 3;
}

.hero-dots {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  pointer-events: auto;
}

.hero-dots button {
  background: rgba(255, 255, 255, .25);
  border: 0;
  height: 3px;
  transition: background .2s ease, width .2s ease;
  width: 34px;
}

.hero-dots button.active {
  background: var(--gold);
  width: 72px;
}

.quick-request__title p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  margin: 10px 0 0;
  max-width: 220px;
}

.fleet-card {
  color: inherit;
  display: block;
}

.fleet-card .fleet-overlay span {
  align-items: center;
  border: 1px solid var(--gold);
  color: var(--gold-bright);
  display: inline-flex;
  font-family: var(--heading);
  font-size: 9px;
  font-weight: 800;
  gap: 9px;
  letter-spacing: .12em;
  padding: 13px 16px;
  text-transform: uppercase;
}

.fleet-card .fleet-overlay .icon {
  transform: none;
}

.fleet-card:hover {
  color: inherit;
}

.fleet-detail {
  background: var(--paper);
}

.fleet-detail__hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: calc(100svh - 117px);
}

.fleet-detail__media {
  align-items: center;
  background: linear-gradient(145deg, #ecebe7, #c1c2bd);
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: clamp(24px, 4vw, 64px);
}

.fleet-detail__media img {
  filter: contrast(1.04) saturate(.92);
  height: auto;
  mix-blend-mode: multiply;
  object-fit: contain;
  width: 100%;
}

.fleet-detail__copy {
  background: #fff;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 6vw, 92px);
}

.fleet-detail__back {
  align-items: center;
  color: var(--gold-dark);
  display: inline-flex;
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  gap: 8px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fleet-detail__copy h1 {
  font-family: var(--heading);
  font-size: clamp(42px, 4.8vw, 76px);
  font-weight: 300;
  letter-spacing: -.05em;
  line-height: .96;
  margin: 12px 0 0;
  text-transform: uppercase;
}

.fleet-detail__copy p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.fleet-detail__specs {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 10px;
}

.fleet-detail__specs > div {
  background: var(--paper);
  border: 1px solid var(--line);
  min-width: 0;
  padding: 18px;
}

.fleet-detail__specs span {
  color: var(--gold-dark);
  display: block;
  font-family: var(--heading);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fleet-detail__specs strong {
  display: block;
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.03em;
  margin-bottom: 6px;
}

.fleet-detail__specs p {
  font-size: 12px;
}

.fleet-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 18px;
}

.fleet-detail__section {
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  max-width: 1500px;
  padding: 88px 6vw 104px;
}

.fleet-detail__text {
  display: grid;
  gap: 16px;
}

.fleet-detail__empty {
  max-width: 740px;
  margin: 0 auto;
  padding: 120px 6vw;
  text-align: center;
}

.footer-text {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.65;
  margin: 0;
  word-break: break-word;
}

.site-footer {
  background: #08090a;
  color: #fff;
  padding: 72px 6vw 24px;
}

.footer-main {
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(180px, 1fr));
  margin: 0 auto;
  max-width: 1500px;
  padding-bottom: 40px;
}

.footer-main > div {
  min-width: 0;
}

.footer-brand img {
  height: 48px;
  object-fit: contain;
  width: 180px;
}

.footer-brand p {
  color: rgba(255, 255, 255, .44);
  font-size: 12px;
  line-height: 1.7;
  margin: 20px 0 18px;
  max-width: 300px;
}

.footer-brand > a {
  align-items: center;
  color: rgba(255, 255, 255, .68);
  display: inline-flex;
  gap: 8px;
  font-size: 11px;
  line-height: 1.6;
}

.footer-brand > a + a {
  margin-left: 22px;
}

.footer-brand > a .icon {
  color: var(--gold-bright);
}

.footer-main > div:not(.footer-brand) {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-main > div > span {
  color: var(--gold-bright);
  font-family: var(--heading);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .18em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.footer-main > div:not(.footer-brand) a {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
  line-height: 1.55;
  transition: color .2s ease;
  word-break: break-word;
}

.footer-main > div:not(.footer-brand) a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, .34);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1500px;
  padding-top: 18px;
  text-transform: uppercase;
}

@media (max-width: 1100px) {
  .site-header__top {
    display: none;
  }

  .site-header__top-inner,
  .site-header__inner {
    padding-inline: 16px;
  }

  .site-header__inner {
    min-height: 56px;
  }

  .brand img {
    height: 32px;
    width: 118px;
  }

  .header-tools {
    align-items: center;
    display: flex;
    gap: 8px;
  }

  .lang-toggle--bar {
    display: inline-flex;
  }

  .header-call {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .18);
    color: var(--gold-bright);
    display: inline-flex;
    height: 36px;
    justify-content: center;
    width: 36px;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav {
    background: #090a0b;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .35);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    max-height: min(78vh, 640px);
    overflow: auto;
    padding: 8px 16px 20px;
    position: absolute;
    right: 0;
    top: 56px;
    -webkit-overflow-scrolling: touch;
    z-index: 70;
  }

  .nav--open {
    display: flex;
  }

  .nav-backdrop {
    background: rgba(0, 0, 0, .45);
    border: 0;
    display: none;
    inset: 56px 0 0;
    position: fixed;
    z-index: 50;
  }

  .site-header--open ~ .nav-backdrop,
  .nav-backdrop.is-open {
    display: block;
  }

  .nav-backdrop[hidden] {
    display: none !important;
  }

  .nav-link {
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    font-size: 13px;
    letter-spacing: .12em;
    line-height: 1.2;
    min-height: 52px;
    padding: 16px 4px;
    width: 100%;
  }

  .nav-link::after {
    display: none;
  }

  .nav-actions {
    flex-direction: column;
    gap: 12px;
    margin: 14px 0 0;
    width: 100%;
  }

  .nav-actions .lang-toggle {
    display: none;
  }

  .nav-actions .button {
    min-height: 48px;
    width: 100%;
  }

  .nav-mobile-meta {
    border-top: 1px solid rgba(255, 255, 255, .08);
    display: grid;
    gap: 10px;
    margin-top: 8px;
    padding-top: 14px;
  }

  .nav-mobile-meta a {
    align-items: center;
    color: rgba(255, 255, 255, .78);
    display: inline-flex;
    font-size: 13px;
    gap: 10px;
    min-height: 40px;
  }

  .nav-mobile-meta .icon {
    color: var(--gold-bright);
  }

  .hero {
    min-height: clamp(340px, 48svh, 440px);
  }

  .hero__content {
    max-width: 640px;
    padding: 56px 20px 64px;
  }

  .hero-title {
    font-size: clamp(30px, 7.5vw, 42px);
  }

  .hero-support {
    font-size: 14px;
    margin-top: 12px;
  }

  .hero-actions {
    margin-top: 20px;
  }

  .hero-actions .button {
    min-height: 44px;
    width: min(100%, 280px);
  }

  .hero-controls {
    bottom: 14px;
    padding-inline: 16px;
  }

  .feature-strip {
    grid-template-columns: 1fr;
  }

  .feature-strip__item {
    min-height: 78px;
    padding: 16px 18px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .site-header__inner {
    min-height: 54px;
  }

  .nav {
    top: 54px;
  }

  .nav-backdrop {
    inset: 54px 0 0;
  }

  .lang-toggle--bar button {
    min-height: 34px;
    min-width: 32px;
    padding: 0 8px;
  }

  .hero {
    min-height: clamp(280px, 40svh, 340px);
  }

  .hero__content {
    padding: 48px 18px 56px;
  }

  .hero-title {
    font-size: clamp(28px, 7vw, 36px);
  }

  .hero-support {
    font-size: 13px;
    margin-top: 10px;
    max-width: 34ch;
  }

  .fleet-filters {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .fleet-grid {
    grid-template-columns: 1fr;
  }

  .booking-inner,
  .faq,
  .service-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .booking-panel {
    margin: 0;
  }

  .footer-brand img {
    height: 40px;
    width: 140px;
  }
}

@media (max-width: 520px) {
  .site-header__inner {
    padding-inline: 12px;
  }

  .header-call {
    display: none;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-arrow {
    height: 40px;
    width: 40px;
  }

  .hero-controls,
  .footer-main,
  .footer-bottom {
    padding-inline: 16px;
  }

  .booking-panel {
    padding: 0;
  }

  .request-form:not(.request-form--compact) {
    padding: 18px;
  }

  .booking-tab {
    flex: 1;
    font-size: 12px;
    padding: 16px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero__slide,
  .hero-dots button,
  .hero-arrow,
  .button {
    transition-duration: .01ms !important;
  }
}

.blog-page,
.blog-article {
  max-width: 1500px;
  margin: 0 auto;
}

.blog-page {
  padding: 72px 6vw 104px;
}

.blog-hero {
  border-bottom: 1px solid var(--line);
  padding-bottom: 32px;
}

.blog-hero__inner {
  max-width: 860px;
}

.blog-hero h1,
.blog-article__hero-copy h1 {
  font-family: var(--heading);
  font-size: clamp(42px, 4.8vw, 76px);
  font-weight: 300;
  letter-spacing: -.05em;
  line-height: .98;
  margin: 14px 0 0;
  text-transform: uppercase;
}

.blog-hero p,
.blog-article__hero-copy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 18px 0 0;
  max-width: 720px;
}

.blog-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 26px 0 42px;
}

.blog-filter button {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--muted);
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 12px 16px;
  text-transform: uppercase;
}

.blog-filter button.active {
  background: var(--gold);
  border-color: var(--gold);
  color: #111315;
}

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

.blog-card {
  background: #fff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.blog-card__media {
  background: #111315;
  display: block;
  aspect-ratio: 1.55;
  overflow: hidden;
}

.blog-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
}

.blog-card__meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  font-family: var(--heading);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.blog-card h2 {
  font-family: var(--heading);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: 1.1;
  margin: 0;
  text-transform: uppercase;
}

.blog-card p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
}

.blog-card__link {
  align-self: flex-start;
  color: var(--gold-dark);
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.blog-article {
  padding-bottom: 104px;
}

.blog-article__hero {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  min-height: 680px;
}

.blog-article__hero-media {
  background: #111315;
}

.blog-article__hero-media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog-article__hero-copy {
  background: #fff;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 5vw, 88px);
}

.blog-article__back {
  align-items: center;
  color: var(--gold-dark);
  display: inline-flex;
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-article__meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--heading);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  margin-top: 18px;
  text-transform: uppercase;
}

.blog-article__content {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  padding: 74px 6vw 0;
}

.blog-article__body {
  display: grid;
  gap: 18px;
}

.blog-article__body p {
  color: var(--text);
  font-size: 14px;
  line-height: 1.86;
  margin: 0;
}

.blog-article__aside {
  display: grid;
  gap: 18px;
}

.blog-article__panel {
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding: 22px;
}

.blog-article__panel > span {
  color: var(--gold-dark);
  font-family: var(--heading);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.blog-article__panel strong {
  font-family: var(--heading);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.blog-article__panel p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-tags span {
  background: var(--paper);
  border: 1px solid var(--line);
  color: var(--text);
  font-size: 11px;
  padding: 7px 10px;
}

.blog-related {
  padding: 84px 6vw 0;
}

.blog-grid--related {
  margin-top: 26px;
}

.fleet-detail {
  background: var(--paper);
}

.fleet-detail__hero {
  align-items: flex-end;
  background-color: #0b0d0f;
  background-position: center;
  background-size: cover;
  display: flex;
  min-height: min(88svh, 900px);
  overflow: hidden;
  position: relative;
}

.fleet-detail__hero-overlay {
  background:
    linear-gradient(180deg, rgba(6, 7, 8, .35) 0%, rgba(6, 7, 8, .58) 48%, rgba(6, 7, 8, .86) 100%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.fleet-detail__hero-inner {
  color: #fff;
  max-width: 760px;
  padding: 108px 6vw 92px;
  position: relative;
  z-index: 1;
}

.fleet-detail__back {
  align-items: center;
  background: rgba(8, 10, 11, .55);
  border: 1px solid rgba(255, 255, 255, .18);
  color: #fff;
  display: inline-flex;
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  gap: 8px;
  left: 20px;
  letter-spacing: .14em;
  padding: 10px 14px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
  z-index: 3;
}

.fleet-detail__back .icon {
  transform: rotate(180deg);
}

.fleet-detail__eyebrow {
  color: var(--gold-bright);
  display: inline-block;
  font-family: var(--heading);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  margin-top: 26px;
  text-transform: uppercase;
}

.fleet-detail__hero h1 {
  font-family: var(--heading);
  font-size: clamp(44px, 5.4vw, 86px);
  font-weight: 300;
  letter-spacing: -.05em;
  line-height: .96;
  margin: 14px 0 0;
  text-transform: uppercase;
}

.fleet-detail__hero-note {
  color: rgba(255, 255, 255, .84);
  font-size: 16px;
  line-height: 1.8;
  margin-top: 18px;
  max-width: 640px;
}

.fleet-detail__hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 30px;
}

.fleet-detail__hero-meta span {
  align-items: center;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .14);
  display: inline-flex;
  gap: 8px;
  font-family: var(--heading);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  padding: 12px 14px;
  text-transform: uppercase;
}

.fleet-detail__content {
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  margin: 0 auto;
  max-width: 1500px;
  padding: 76px 6vw 0;
}

.fleet-detail__intro h2 {
  font-family: var(--heading);
  font-size: clamp(38px, 4.2vw, 62px);
  font-weight: 300;
  letter-spacing: -.05em;
  line-height: .98;
  margin: 14px 0 0;
  text-transform: uppercase;
}

.fleet-detail__intro p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.85;
  margin: 18px 0 0;
  max-width: 680px;
}

.fleet-detail__panel {
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  gap: 18px;
  padding: 22px;
}

.fleet-detail__prices {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 6vw 90px;
}

.fleet-detail__prices .section-title {
  margin-bottom: 28px;
}

.price-table {
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
}

.price-table__row {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto;
  padding: 16px 20px;
}

.price-table__row:last-child {
  border-bottom: 0;
}

.price-table__row span {
  color: var(--text);
  font-size: 14px;
  line-height: 1.45;
}

.price-table__row strong {
  color: #151719;
  font-family: var(--body);
  font-size: 16px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  white-space: nowrap;
}

.fleet-detail__price-request {
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  margin: 0;
  padding: 22px 20px;
}

.price-estimate {
  align-items: flex-start;
  background: #f7f4ee;
  border: 1px solid rgba(169, 115, 25, .22);
  display: grid;
  gap: 6px;
  padding: 16px 18px;
}

.price-estimate strong {
  color: #151719;
  font-family: var(--body);
  font-size: 26px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  line-height: 1.2;
}

.price-estimate p {
  color: var(--text);
  font-size: 14px;
  margin: 0;
}

.price-estimate small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.price-list-band {
  background: #111315;
  color: #fff;
  max-width: none;
  padding: 72px 6vw;
}

.price-list-band__inner {
  align-items: center;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
}

.price-list-band__copy {
  max-width: 560px;
}

.price-list-band__copy h2 {
  font-family: var(--heading);
  font-size: clamp(28px, 3.4vw, 42px);
  font-weight: 300;
  letter-spacing: -.03em;
  margin: 12px 0 0;
  text-transform: uppercase;
}

.price-list-band__copy p {
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 1.7;
  margin: 14px 0 0;
}

.price-list-band__choices {
  display: grid;
  gap: 14px;
  min-width: min(100%, 360px);
}

.price-list-band__choices > p {
  color: rgba(255, 255, 255, .72);
  font-size: 13px;
  margin: 0;
}

.price-list-band__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.price-list-band__ghost {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.price-list-band .text-button {
  color: rgba(255, 255, 255, .7);
}

@media (max-width: 760px) {
  .price-list-band__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

.fleet-detail__specs > div {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 18px;
}

.fleet-detail__specs span,
.fleet-detail__panel-block > span {
  color: var(--gold-dark);
  display: block;
  font-family: var(--heading);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.fleet-detail__specs strong {
  display: block;
  font-family: var(--heading);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -.03em;
  text-transform: uppercase;
}

.fleet-detail__panel-block p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  margin: 0;
}

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

.fleet-detail__amenities li {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.6;
}

.fleet-detail__amenities .icon {
  color: var(--gold-dark);
  margin-top: 2px;
}

.fleet-detail__related {
  margin: 0 auto;
  max-width: 1500px;
  padding: 86px 6vw 104px;
}

.fleet-grid--related {
  margin-top: 26px;
}

.fleet-detail__empty {
  max-width: 740px;
  margin: 0 auto;
  padding: 120px 6vw;
  text-align: center;
}

@media (max-width: 1100px) {
  .blog-grid,
  .fleet-grid--related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-article__hero,
  .blog-article__content,
  .fleet-detail__content {
    grid-template-columns: 1fr;
  }

  .blog-article__hero-copy,
  .fleet-detail__hero-inner {
    padding-inline: 24px;
  }

  .blog-article__hero-copy {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 760px) {
  .blog-page,
  .blog-article,
  .fleet-detail__related,
  .fleet-detail__content,
  .fleet-detail__prices {
    padding-inline: 16px;
  }

  .blog-grid,
  .fleet-grid--related,
  .fleet-detail__specs {
    grid-template-columns: 1fr;
  }

  .blog-hero h1,
  .blog-article__hero-copy h1,
  .fleet-detail__hero h1 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .fleet-detail__hero {
    min-height: min(62svh, 520px);
  }

  .fleet-detail__hero-overlay {
    background: linear-gradient(180deg, rgba(6, 7, 8, .18) 0%, rgba(6, 7, 8, .28) 42%, rgba(6, 7, 8, .72) 100%);
  }

  .fleet-detail__back {
    left: 12px;
    top: 12px;
  }

  .fleet-detail__hero-inner {
    padding: 88px 16px 48px;
  }

  .hero__slide--dark .hero__slide-overlay,
  .hero__slide--light .hero__slide-overlay {
    background: linear-gradient(180deg, rgba(8, 6, 4, .42) 0%, rgba(8, 6, 4, .16) 42%, rgba(8, 6, 4, .58) 100%);
  }

  .fleet-detail__hero-note {
    font-size: 14px;
    line-height: 1.65;
  }

  .fleet-detail__content {
    gap: 22px;
    padding-top: 36px;
  }

  .fleet-detail__intro h2 {
    font-size: clamp(28px, 8vw, 40px);
  }

  .fleet-detail__panel {
    padding: 18px;
  }

  .fleet-detail__prices {
    padding-top: 8px;
    padding-bottom: 56px;
  }

  .fleet-detail__prices .section-title {
    margin-bottom: 18px;
  }

  .price-table__row {
    align-items: flex-start;
    gap: 10px;
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }

  .price-table__row strong {
    font-size: 18px;
  }

  .fleet-detail__related {
    padding-top: 28px;
    padding-bottom: 72px;
  }

  .booking-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .booking-panel,
  .request-form {
    width: 100%;
  }

  .request-form {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    flex-direction: column;
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }

  html, body {
    overflow-x: hidden;
  }

  .site-shell,
  .fleet-detail,
  .fleet-card__image img {
    max-width: 100%;
  }
}


/* WP theme helpers */
body.admin-bar .site-header{top:32px}
@media(max-width:782px){body.admin-bar .site-header{top:46px}}
.site-shell{min-height:100vh}
