:root {
  --bg: #08090a;
  --surface: #101214;
  --surface-soft: #15181a;
  --surface-gold: #1a1710;
  --line: rgba(255, 255, 255, 0.1);
  --line-strong: rgba(200, 164, 86, 0.34);
  --gold: #c8a456;
  --gold-light: #e0c47e;
  --gold-dark: #9b7a35;
  --text: #f7f5f1;
  --text-muted: #aaa9a5;
  --text-dark: #11100d;
  --success: #78c996;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  background:
    radial-gradient(circle at 8% 24%, rgba(200, 164, 86, 0.055), transparent 28%),
    radial-gradient(circle at 92% 60%, rgba(64, 82, 91, 0.08), transparent 32%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

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

::selection {
  background: var(--gold);
  color: var(--text-dark);
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 3px;
}

.skip-link {
  background: var(--gold);
  color: var(--text-dark);
  font-size: 0.875rem;
  font-weight: 700;
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  text-decoration: none;
  top: -5rem;
  z-index: 1000;
}

.skip-link:focus {
  top: 1rem;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* Navigation */
.site-nav {
  left: 0;
  padding: 0 2rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  z-index: 100;
}

.site-nav.scrolled,
.site-nav.menu-open {
  background: rgba(8, 9, 10, 0.91);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.16);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.nav-inner {
  align-items: center;
  display: flex;
  height: 84px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
}

.nav-brand {
  align-items: center;
  display: inline-flex;
  gap: 0.75rem;
  text-decoration: none;
}

.nav-brand img {
  height: 38px;
  width: 38px;
}

.nav-brand-copy {
  display: grid;
  line-height: 1.1;
}

.nav-brand-copy strong {
  color: var(--gold-light);
  font-size: 0.92rem;
  letter-spacing: 0.1em;
}

.nav-brand-copy span {
  color: rgba(247, 245, 241, 0.62);
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  margin-top: 0.3rem;
  text-transform: uppercase;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 1.75rem;
  list-style: none;
}

.nav-links a {
  color: rgba(247, 245, 241, 0.76);
  font-size: 0.84rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 160ms ease;
}

.nav-links a:hover {
  color: var(--text);
}

.nav-links .nav-book {
  align-items: center;
  background: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--text-dark);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  padding: 0.65rem 1.2rem;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.nav-links .nav-book:hover {
  background: var(--gold-light);
  border-color: var(--gold-light);
  color: var(--text-dark);
  transform: translateY(-1px);
}

.nav-toggle {
  background: transparent;
  border: 0;
  color: var(--text);
  cursor: pointer;
  display: none;
  height: 44px;
  padding: 0.65rem;
  width: 44px;
}

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

.nav-toggle[aria-expanded='true'] span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.nav-toggle[aria-expanded='true'] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded='true'] span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

/* Hero */
.hero {
  align-items: center;
  background-image: url('../images/grand-wagoneer-toronto-hero-v2.jpg');
  background-position: center center;
  background-size: cover;
  display: flex;
  isolation: isolate;
  min-height: max(760px, 100svh);
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(5, 6, 7, 0.97) 0%, rgba(5, 6, 7, 0.89) 30%, rgba(5, 6, 7, 0.58) 52%, rgba(5, 6, 7, 0.14) 78%),
    linear-gradient(180deg, rgba(5, 6, 7, 0.3) 0%, transparent 34%, rgba(5, 6, 7, 0.5) 100%);
  content: '';
  inset: 0;
  position: absolute;
  z-index: -1;
}

.hero::after {
  background: linear-gradient(90deg, var(--gold), transparent);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  opacity: 0.56;
  position: absolute;
  width: 48%;
}

.hero-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 9.5rem 2rem 6rem;
  width: 100%;
}

.hero-content {
  max-width: 680px;
}

.eyebrow {
  align-items: center;
  color: var(--gold-light);
  display: flex;
  font-size: 0.74rem;
  font-weight: 700;
  gap: 0.75rem;
  letter-spacing: 0.16em;
  margin-bottom: 1.35rem;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--gold);
  content: '';
  height: 1px;
  width: 38px;
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(3.7rem, 6.8vw, 6.35rem);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.9;
  max-width: 680px;
  text-wrap: balance;
}

.hero h1 em {
  color: var(--gold-light);
  font-style: normal;
}

.hero-description {
  color: rgba(247, 245, 241, 0.79);
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  line-height: 1.75;
  margin-top: 1.65rem;
  max-width: 590px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2.2rem;
}

.btn {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.55rem;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.55rem;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.btn svg {
  height: 17px;
  width: 17px;
}

.btn-primary {
  background: var(--gold);
  color: var(--text-dark);
}

.btn-primary:hover {
  background: var(--gold-light);
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(10, 11, 12, 0.36);
  border-color: rgba(247, 245, 241, 0.34);
  color: var(--text);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.btn-secondary:hover {
  background: rgba(247, 245, 241, 0.09);
  border-color: rgba(247, 245, 241, 0.64);
  transform: translateY(-2px);
}

.hero-proof {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1.25rem;
  list-style: none;
  margin-top: 2rem;
}

.hero-proof li {
  align-items: center;
  color: rgba(247, 245, 241, 0.67);
  display: flex;
  font-size: 0.78rem;
  gap: 0.5rem;
}

.hero-proof li::before {
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(200, 164, 86, 0.12);
  content: '';
  height: 5px;
  width: 5px;
}

/* Shared sections */
.section {
  margin: 0 auto;
  max-width: 1240px;
  padding: 7.5rem 2rem;
}

.section-heading {
  max-width: 720px;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-kicker {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.section-title {
  font-family: var(--serif);
  font-size: clamp(2.65rem, 5vw, 4.55rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-wrap: balance;
}

.section-subtitle {
  color: var(--text-muted);
  font-size: 1.02rem;
  line-height: 1.8;
  margin-top: 1.15rem;
  max-width: 660px;
}

.centered .section-subtitle {
  margin-left: auto;
  margin-right: auto;
}

.fade-in {
  opacity: 1;
  transform: none;
}

.js .fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.js .fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Services */
.services-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.5rem;
}

.service-card {
  background: linear-gradient(145deg, rgba(21, 24, 26, 0.94), rgba(13, 15, 16, 0.94));
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  min-height: 270px;
  overflow: hidden;
  padding: 1.75rem;
  position: relative;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.service-card::after {
  background: linear-gradient(90deg, var(--gold), transparent);
  bottom: 0;
  content: '';
  height: 1px;
  left: 1.75rem;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease;
  width: 44%;
}

.service-card:hover {
  background: linear-gradient(145deg, rgba(26, 24, 19, 0.98), rgba(13, 15, 16, 0.94));
  border-color: var(--line-strong);
  transform: translateY(-5px);
}

.service-card:hover::after {
  opacity: 1;
}

.service-icon {
  align-items: center;
  background: rgba(200, 164, 86, 0.1);
  border: 1px solid rgba(200, 164, 86, 0.2);
  border-radius: 13px;
  color: var(--gold-light);
  display: flex;
  height: 46px;
  justify-content: center;
  margin-bottom: 1.45rem;
  width: 46px;
}

.service-icon svg {
  height: 21px;
  stroke: currentColor;
  width: 21px;
}

.service-card h3 {
  font-size: 1.06rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 0.7rem;
}

.service-card p {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.75;
}

/* Why us */
.why-shell {
  background: linear-gradient(180deg, rgba(18, 20, 21, 0.9), rgba(12, 13, 14, 0.95));
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
}

.why-grid {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 3.5rem;
}

.why-item {
  border-left: 1px solid var(--line);
  padding: 0.5rem 2rem 0.5rem;
}

.why-item:first-child {
  border-left: 0;
  padding-left: 0;
}

.why-number {
  color: rgba(200, 164, 86, 0.55);
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 700;
}

.why-item h3 {
  font-size: 0.98rem;
  margin: 1rem 0 0.55rem;
}

.why-item p {
  color: var(--text-muted);
  font-size: 0.84rem;
  line-height: 1.7;
}

/* Vehicle */
.vehicle-showcase {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  margin-top: 3.5rem;
  overflow: hidden;
}

.vehicle-copy {
  align-self: center;
  padding: 3.6rem;
}

.vehicle-overline {
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.vehicle-copy h3 {
  font-family: var(--serif);
  font-size: clamp(2.35rem, 4vw, 3.55rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-top: 0.75rem;
}

.vehicle-copy > p {
  color: var(--text-muted);
  font-size: 0.94rem;
  line-height: 1.8;
  margin-top: 1.2rem;
}

.vehicle-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  list-style: none;
  margin-top: 1.65rem;
}

.vehicle-features li {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: rgba(247, 245, 241, 0.76);
  font-size: 0.75rem;
  padding: 0.48rem 0.78rem;
}

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

.vehicle-image::before {
  background: linear-gradient(90deg, rgba(16, 18, 20, 0.58), transparent 20%);
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.vehicle-image img {
  height: 100%;
  object-fit: cover;
  object-position: 57% center;
  transition: transform 700ms ease;
  width: 100%;
}

.vehicle-showcase:hover .vehicle-image img {
  transform: scale(1.025);
}

/* Airports */
.airports-layout {
  align-items: start;
  display: grid;
  gap: 4rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.airports-layout .section-heading {
  position: sticky;
  top: 120px;
}

.airport-list {
  border-top: 1px solid var(--line);
}

.airport-card {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 72px 1fr auto;
  min-height: 118px;
  padding: 1.4rem 0;
  transition: padding 180ms ease;
}

.airport-card:hover {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}

.airport-code {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 1.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.airport-name {
  font-size: 0.93rem;
  font-weight: 600;
}

.airport-city,
.airport-time-label {
  color: var(--text-muted);
  font-size: 0.76rem;
}

.airport-time {
  text-align: right;
}

.airport-duration {
  font-size: 0.96rem;
  font-weight: 600;
}

.airport-featured .airport-duration {
  color: var(--gold-light);
}

/* Booking */
.booking-section {
  padding-top: 2rem;
}

.booking-panel {
  background:
    radial-gradient(circle at 0 0, rgba(200, 164, 86, 0.12), transparent 35%),
    var(--surface);
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  display: grid;
  gap: 3.5rem;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  overflow: hidden;
  padding: 2rem;
}

.booking-copy {
  align-self: center;
  padding: 1.5rem 1rem 1.5rem 1.5rem;
}

.booking-copy h2 {
  font-family: var(--serif);
  font-size: clamp(2.65rem, 4vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 0.98;
  margin-top: 0.8rem;
}

.booking-copy > p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.8;
  margin-top: 1.15rem;
}

.contact-list {
  display: grid;
  gap: 0.9rem;
  list-style: none;
  margin-top: 1.7rem;
}

.contact-list a,
.contact-list span {
  align-items: center;
  color: rgba(247, 245, 241, 0.82);
  display: flex;
  font-size: 0.84rem;
  gap: 0.7rem;
  text-decoration: none;
}

.contact-list a:hover {
  color: var(--gold-light);
}

.contact-list svg {
  color: var(--gold);
  height: 17px;
  stroke: currentColor;
  width: 17px;
}

.chat-widget {
  background: #0b0d0e;
  border: 1px solid var(--line);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  height: 590px;
  overflow: hidden;
}

.chat-header {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 0.9rem;
  padding: 1.15rem 1.3rem;
}

.chat-header-icon {
  align-items: center;
  background: rgba(200, 164, 86, 0.12);
  border: 1px solid rgba(200, 164, 86, 0.22);
  border-radius: 50%;
  color: var(--gold-light);
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.chat-header-icon svg {
  height: 18px;
  stroke: currentColor;
  width: 18px;
}

.chat-header h3 {
  font-size: 0.95rem;
  font-weight: 600;
}

.chat-status {
  align-items: center;
  color: var(--text-muted);
  display: flex;
  font-size: 0.7rem;
  gap: 0.45rem;
  margin-top: 0.1rem;
}

.chat-status::before {
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(120, 201, 150, 0.1);
  content: '';
  height: 6px;
  width: 6px;
}

.chat-messages {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  overflow-y: auto;
  padding: 1.3rem;
  scroll-behavior: smooth;
}

.chat-messages::-webkit-scrollbar {
  width: 4px;
}

.chat-messages::-webkit-scrollbar-thumb {
  background: #35383a;
  border-radius: 4px;
}

.chat-message {
  animation: chatFadeIn 260ms ease;
  border-radius: 14px;
  font-size: 0.86rem;
  line-height: 1.55;
  max-width: 82%;
  padding: 0.78rem 0.95rem;
}

.chat-message.bot {
  align-self: flex-start;
  background: #17191b;
  border: 1px solid var(--line);
  border-bottom-left-radius: 5px;
  color: rgba(247, 245, 241, 0.88);
}

.chat-message.user {
  align-self: flex-end;
  background: var(--gold);
  border-bottom-right-radius: 5px;
  color: var(--text-dark);
  font-weight: 600;
}

.chat-typing {
  align-self: flex-start;
  background: #17191b;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  gap: 4px;
  padding: 0.8rem 0.95rem;
}

.chat-typing span {
  animation: typingDot 1.4s infinite;
  background: var(--text-muted);
  border-radius: 50%;
  height: 6px;
  width: 6px;
}

.chat-typing span:nth-child(2) {
  animation-delay: 0.2s;
}

.chat-typing span:nth-child(3) {
  animation-delay: 0.4s;
}

.chat-input-area {
  border-top: 1px solid var(--line);
  display: flex;
  gap: 0.65rem;
  padding: 0.95rem;
}

.chat-input {
  background: #111315;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  flex: 1;
  min-width: 0;
  outline: 0;
  padding: 0.78rem 1rem;
  transition: border-color 160ms ease;
}

.chat-input:focus {
  border-color: var(--gold);
}

.chat-input::placeholder {
  color: #737573;
}

.chat-send {
  background: var(--gold);
  border: 0;
  border-radius: 999px;
  color: var(--text-dark);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0 1.2rem;
  transition: background 160ms ease;
}

.chat-send:hover {
  background: var(--gold-light);
}

.chat-send:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* Footer */
.site-footer {
  border-top: 1px solid var(--line);
  margin-top: 7rem;
  padding: 2.2rem 2rem;
}

.footer-inner {
  align-items: center;
  color: var(--text-muted);
  display: flex;
  font-size: 0.75rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
}

.footer-links {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.footer-links a {
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--gold-light);
}

.mobile-booking-cta {
  display: none;
}

.geo-block {
  align-items: center;
  background: var(--bg);
  color: var(--text);
  display: none;
  flex-direction: column;
  font-family: var(--sans);
  inset: 0;
  justify-content: center;
  padding: 2rem;
  position: fixed;
  text-align: center;
  z-index: 9999;
}

.geo-block-logo {
  margin-bottom: 2rem;
  width: 200px;
}

.geo-block h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.geo-block p {
  color: var(--text-muted);
  max-width: 400px;
}

@keyframes chatFadeIn {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes typingDot {
  0%, 60%, 100% {
    opacity: 0.3;
    transform: translateY(0);
  }
  30% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@media (max-width: 980px) {
  .site-nav {
    padding: 0 1.25rem;
  }

  .nav-inner {
    height: 74px;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    align-items: stretch;
    background: rgba(8, 9, 10, 0.98);
    border-bottom: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
    opacity: 0;
    padding: 0.75rem 1.25rem 1.25rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 74px;
    transform: translateY(-8px);
    transition: opacity 180ms ease, transform 180ms ease;
    visibility: hidden;
  }

  .nav-links.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .nav-links a:not(.nav-book) {
    border-bottom: 1px solid var(--line);
    display: block;
    font-size: 0.93rem;
    padding: 0.9rem 0.2rem;
  }

  .nav-links .nav-book {
    margin-top: 0.85rem;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2.5rem;
  }

  .why-item:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .vehicle-showcase,
  .booking-panel {
    grid-template-columns: 1fr;
  }

  .vehicle-image {
    min-height: 480px;
    order: -1;
  }

  .vehicle-image::before {
    background: linear-gradient(0deg, var(--surface), transparent 24%);
  }

  .booking-copy {
    padding: 1.5rem 1.25rem 0;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 76px;
  }

  .nav-brand-copy strong {
    font-size: 0.8rem;
    letter-spacing: 0.075em;
  }

  .nav-brand-copy span {
    font-size: 0.58rem;
  }

  .hero {
    align-items: flex-end;
    background-position: 67% center;
    min-height: 820px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(5, 6, 7, 0.42) 0%, rgba(5, 6, 7, 0.38) 28%, rgba(5, 6, 7, 0.82) 54%, rgba(5, 6, 7, 0.99) 100%),
      linear-gradient(90deg, rgba(5, 6, 7, 0.52), transparent 72%);
  }

  .hero-inner {
    padding: 8rem 1.25rem 3.5rem;
  }

  .hero-content {
    max-width: 560px;
  }

  .eyebrow {
    font-size: 0.65rem;
    margin-bottom: 1rem;
  }

  .hero h1 {
    font-size: clamp(3.25rem, 16vw, 4.5rem);
    line-height: 0.92;
  }

  .hero-description {
    font-size: 0.92rem;
    line-height: 1.65;
    margin-top: 1.2rem;
  }

  .hero-actions {
    margin-top: 1.5rem;
  }

  .hero-proof {
    gap: 0.55rem 1rem;
    margin-top: 1.4rem;
  }

  .hero-proof li {
    font-size: 0.7rem;
  }

  .section {
    padding: 5.5rem 1.25rem;
  }

  .section-title {
    font-size: clamp(2.65rem, 13vw, 3.65rem);
  }

  .section-subtitle {
    font-size: 0.93rem;
    line-height: 1.72;
  }

  .services-grid {
    grid-template-columns: 1fr;
    margin-top: 2.5rem;
  }

  .service-card {
    min-height: 0;
    padding: 1.5rem;
  }

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

  .why-item,
  .why-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 1.5rem 0 0;
  }

  .why-item:first-child {
    border-top: 0;
  }

  .vehicle-showcase {
    border-radius: 22px;
    margin-top: 2.5rem;
  }

  .vehicle-image {
    min-height: 330px;
  }

  .vehicle-copy {
    padding: 2rem 1.5rem 2.25rem;
  }

  .airports-layout {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .airports-layout .section-heading {
    position: static;
  }

  .airport-card {
    gap: 0.6rem;
    grid-template-columns: 58px 1fr auto;
  }

  .airport-code {
    font-size: 1.55rem;
  }

  .airport-name {
    font-size: 0.82rem;
  }

  .airport-duration {
    font-size: 0.84rem;
  }

  .booking-section {
    padding-top: 0;
  }

  .booking-panel {
    border-radius: 22px;
    gap: 2rem;
    padding: 0.85rem;
  }

  .booking-copy {
    padding: 1.75rem 1rem 0.2rem;
  }

  .chat-widget {
    border-radius: 16px;
    height: 520px;
  }

  .site-footer {
    margin-top: 5rem;
    padding-bottom: 6rem;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
  }

  .mobile-booking-cta {
    align-items: center;
    background: var(--gold);
    border: 1px solid var(--gold-light);
    border-radius: 999px;
    bottom: max(1rem, env(safe-area-inset-bottom));
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
    color: var(--text-dark);
    display: flex;
    font-size: 0.8rem;
    font-weight: 700;
    gap: 0.5rem;
    min-height: 50px;
    opacity: 0;
    padding: 0.75rem 1.1rem;
    pointer-events: none;
    position: fixed;
    right: 1rem;
    text-decoration: none;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease;
    z-index: 90;
  }

  .mobile-booking-cta.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-booking-cta.at-contact {
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
  }

  .mobile-booking-cta svg {
    height: 17px;
    width: 17px;
  }
}

@media (max-width: 440px) {
  .nav-brand-copy span {
    display: none;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .airport-card {
    min-height: 105px;
  }

  .airport-time-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .js .fade-in {
    opacity: 1;
    transform: none;
  }
}
