/*
Theme Name: JMV Cab Services
Theme URI: https://jmvcab.com/
Author: TL IT Services
Author URI: https://tlitservices.com/
Description: Custom one-page WordPress theme for JMV Cab Services.
Version: 1.1.9
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: jmv-cab-services
*/

:root {
  --yellow: #ffc400;
  --yellow-soft: #fff3bd;
  --ink: #16150f;
  --muted: #68665c;
  --paper: #fbfaf5;
  --line: #dedbd0;
  --green: #21c968;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.service-ticker {
  overflow: hidden;
  height: 35px;
  background: var(--ink);
  color: var(--yellow);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: ticker 34s linear infinite;
}
.ticker-track strong { color: white; margin-right: 24px; }
.ticker-track span { margin-right: 24px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  min-height: 76px;
  padding: 0 max(20px, calc((100vw - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 28px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(22,21,15,.1);
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; min-width: max-content; }
.brand-logo { display: block; width: 145px; height: 64px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 14px; font-weight: 700; }
.nav-links a:hover { color: #a47500; }
.header-actions { display: flex; gap: 9px; }
.menu-button { display: none; border: 0; background: none; font-size: 24px; }
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0 21px;
  font-weight: 800;
  font-size: 14px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.16); }
.button-dark { background: var(--ink); color: white; }
.button-yellow { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }
.button-whatsapp { background: var(--green); color: white; }

.hero {
  position: relative;
  overflow: hidden;
  /* The ride cards are shifted down by 34px; reserve that space so the
     hero's overflow mask does not clip their lower edge. */
  padding: 82px 0 40px;
  background:
    linear-gradient(90deg, rgba(12,12,8,.98) 0%, rgba(12,12,8,.92) 52%, rgba(12,12,8,.52) 100%),
    url('assets/images/scenic-ride.jpg') center/cover;
  color: white;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -6% 80px auto;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,196,0,.35);
  border-radius: 50%;
}
.hero-glow { position: absolute; inset: 0; background: radial-gradient(circle at 60% 30%, rgba(255,196,0,.22), transparent 34%); }
.hero-content { position: relative; z-index: 2; display: grid; grid-template-columns: 1.5fr .65fr; gap: 60px; align-items: end; padding-bottom: 80px; }
.hero-premium-offer { position: absolute; top: 0; right: 0; z-index: 4; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 18px; width: 64%; min-height: 100px; padding: 15px 17px 15px 20px; overflow: hidden; border: 1px solid rgba(255,196,0,.36); border-left: 4px solid var(--yellow); border-radius: 14px; background: linear-gradient(110deg, rgba(18,18,13,.94), rgba(37,33,19,.86)); box-shadow: 0 16px 44px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
.hero-premium-offer::after { content: ""; position: absolute; top: -65px; right: 18%; width: 150px; height: 150px; border-radius: 50%; background: rgba(255,196,0,.08); filter: blur(5px); pointer-events: none; }
.hero-premium-copy { position: relative; z-index: 2; min-width: 0; padding-right: 180px; }
.hero-premium-copy > span { color: var(--yellow); font-size: 10px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.hero-quote-rotator { position: relative; height: 34px; margin-top: 5px; overflow: hidden; }
.hero-quote-rotator strong { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; color: white; font-size: clamp(14px, 1.35vw, 18px); line-height: 1.25; animation: premiumQuote 12s ease-in-out infinite; }
.hero-quote-rotator strong:nth-child(2) { animation-delay: 4s; }
.hero-quote-rotator strong:nth-child(3) { animation-delay: 8s; }
.hero-premium-visual { --visual-opacity: .96; position: absolute; right: 218px; bottom: -4px; z-index: 1; width: 180px; max-height: 100px; object-fit: contain; object-position: center bottom; opacity: 0; pointer-events: none; filter: drop-shadow(0 7px 9px rgba(0,0,0,.42)); will-change: opacity, transform; }
.hero-premium-visual-vip { animation: premiumVipVisual 12s ease-in-out infinite; }
.hero-premium-visual-wedding { animation: premiumWeddingVisual 12s ease-in-out infinite; }
.hero-premium-actions { position: relative; z-index: 1; display: flex; gap: 7px; }
.hero-premium-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 39px; padding: 0 12px; border-radius: 999px; font-size: 11px; font-weight: 850; white-space: nowrap; transition: transform .2s ease, filter .2s ease; }
.hero-premium-actions a:hover { transform: translateY(-2px); filter: brightness(1.06); }
.premium-call { border: 1px solid rgba(255,255,255,.25); color: white; }
.premium-whatsapp { background: var(--green); color: white; }
@keyframes premiumQuote { 0%, 5% { opacity: 0; transform: translateY(9px); } 10%, 29% { opacity: 1; transform: translateY(0); } 34%, 100% { opacity: 0; transform: translateY(-9px); } }
@keyframes premiumVipVisual { 0%, 4%, 30%, 68%, 100% { opacity: var(--visual-opacity); transform: translateY(0); } 36%, 62% { opacity: 0; transform: translateY(7px); } }
@keyframes premiumWeddingVisual { 0%, 30%, 68%, 100% { opacity: 0; transform: translateY(7px); } 37%, 62% { opacity: var(--visual-opacity); transform: translateY(0); } }
.eyebrow, .section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9d7200;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.hero .eyebrow { color: var(--yellow); }
.eyebrow::before, .section-kicker::before { content: ""; width: 28px; height: 3px; background: currentColor; }
.hero h1 { max-width: 760px; margin: 22px 0 20px; font-size: clamp(50px, 7vw, 86px); line-height: .94; letter-spacing: -.065em; }
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero-copy > p { max-width: 670px; color: #dad8ce; font-size: 18px; line-height: 1.7; }
.trust-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 28px; }
.trust-row span { border: 1px solid rgba(255,255,255,.18); border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.07); color: #f5f3e9; font-size: 12px; font-weight: 700; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-card { position: relative; margin-bottom: 2px; padding: 28px; border: 1px solid rgba(255,255,255,.15); border-top: 4px solid var(--yellow); border-radius: 18px; background: rgba(28,27,20,.82); backdrop-filter: blur(12px); }
.hero-card > span { color: #d8d5ca; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.hero-card .availability-dot { display: inline-block; width: 9px; height: 9px; margin-right: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(33,201,104,.13); }
.hero-card strong { display: block; margin: 22px 0 10px; font-size: 24px; line-height: 1.2; }
.hero-card p { color: #bbb9b0; font-size: 14px; line-height: 1.6; }
.hero-card a { display: flex; justify-content: space-between; margin-top: 22px; color: var(--yellow); font-weight: 800; }
.ride-grid { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; transform: translateY(34px); }
.ride-card { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; min-height: 116px; padding: 20px; border: 1px solid #dedbd0; border-top: 4px solid var(--yellow); border-radius: 15px; background: white; color: var(--ink); box-shadow: 0 16px 35px rgba(0,0,0,.12); }
.ride-card:hover { transform: translateY(-5px); }
.ride-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--yellow-soft); font-size: 22px; font-weight: 900; }
.ride-card strong, .ride-card small { display: block; }
.ride-card strong { margin-bottom: 5px; font-size: 15px; }
.ride-card small { color: var(--muted); line-height: 1.4; }
.ride-card b { font-size: 20px; }

.booking-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding-top: 126px; padding-bottom: 92px; }
.booking-intro h2, .section-heading h2, .about-copy h2, .fleet-copy h2, .final-cta h2 { margin: 14px 0 18px; font-size: clamp(38px, 5vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.booking-intro > p, .section-heading > p, .about-copy > p, .fleet-copy > p, .centered-heading p { color: var(--muted); line-height: 1.75; }
.booking-note { display: flex; gap: 14px; margin-top: 30px; padding: 18px; border-left: 4px solid var(--yellow); background: white; box-shadow: 0 9px 22px rgba(0,0,0,.05); }
.booking-note > span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 30px; border-radius: 50%; background: var(--yellow); font-weight: 900; }
.booking-note p { margin: 0; color: var(--muted); line-height: 1.5; }
.booking-note strong { color: var(--ink); }
.booking-form { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; padding: 28px; border-radius: 22px; background: white; box-shadow: 0 24px 70px rgba(25,22,12,.1); }
.booking-form > label:nth-child(2), .booking-form > label:nth-child(3), .booking-form > label:nth-child(5), .booking-submit { grid-column: 1 / -1; }
.booking-form label { display: grid; gap: 8px; color: #555247; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.booking-form input, .booking-form select { width: 100%; min-height: 50px; border: 1px solid var(--line); border-radius: 10px; padding: 0 14px; background: #faf9f4; color: var(--ink); outline: none; text-transform: none; letter-spacing: normal; }
.booking-form input:focus, .booking-form select:focus { border-color: #b88c00; box-shadow: 0 0 0 3px rgba(255,196,0,.18); }
.form-row { display: grid; grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: 17px; }

.services-section { padding: 90px 0; background: #f0eee5; }
.section-heading { margin-bottom: 38px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 50px; align-items: end; }
.split-heading h2 { margin-bottom: 0; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); border-top: 1px solid #cbc7ba; border-left: 1px solid #cbc7ba; }
.service-card { min-height: 320px; padding: 30px 25px; border-right: 1px solid #cbc7ba; border-bottom: 1px solid #cbc7ba; background: rgba(255,255,255,.35); transition: background .2s, transform .2s; }
.service-card:hover { position: relative; background: var(--yellow); transform: translateY(-7px); }
.service-card > span { color: #9a9585; font-size: 12px; font-weight: 800; }
.service-card h3 { margin: 64px 0 14px; font-size: 23px; line-height: 1.15; }
.service-card p { min-height: 88px; color: var(--muted); line-height: 1.65; font-size: 14px; }
.service-card a { font-size: 13px; font-weight: 850; }

.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; padding-top: 110px; padding-bottom: 110px; }
.about-image { position: relative; min-height: 560px; border-radius: 24px; overflow: hidden; }
.about-image img, .fleet-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.experience-badge { position: absolute; right: 20px; bottom: 20px; display: grid; width: 160px; padding: 20px; border-radius: 18px; background: var(--yellow); color: var(--ink); }
.experience-badge strong { font-size: 48px; line-height: 1; }
.experience-badge span { margin-top: 7px; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.check-list { display: grid; gap: 14px; margin: 30px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 11px; font-weight: 650; }
.check-list span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--yellow); font-size: 12px; }
.text-link { font-weight: 850; border-bottom: 2px solid var(--yellow); padding-bottom: 5px; }

.routes-section { padding: 100px 0; background: white; }
.centered-heading { max-width: 720px; margin-inline: auto; text-align: center; }
.centered-heading .section-kicker { justify-content: center; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.route-card { padding: 24px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.route-card:hover { border-color: var(--yellow); box-shadow: 0 16px 35px rgba(0,0,0,.07); }
.route-points { display: grid; grid-template-columns: 1fr auto 1.25fr; gap: 12px; align-items: center; }
.route-points span { color: var(--muted); font-size: 13px; }
.route-points b { color: #c08f00; }
.route-card p { color: var(--muted); font-size: 13px; }
.route-card a { color: #8c6800; font-size: 13px; font-weight: 850; }

.fleet-section { display: grid; grid-template-columns: .9fr 1.1fr; margin-top: 110px; margin-bottom: 110px; padding: 0; overflow: hidden; border-radius: 28px; background: var(--yellow); }
.fleet-copy { padding: 60px; }
.fleet-copy .section-kicker { color: #594400; }
.fleet-copy h2 { font-size: clamp(38px, 4vw, 54px); }
.fleet-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 26px 0; }
.fleet-options div { padding: 15px 10px; border: 1px solid rgba(0,0,0,.18); border-radius: 10px; background: rgba(255,255,255,.27); }
.fleet-options strong, .fleet-options span { display: block; }
.fleet-options span { margin-top: 5px; font-size: 11px; }
.fleet-copy > p { color: #4e410e; }
.fleet-image { position: relative; min-height: 530px; }

.vip-showcase { overflow: hidden; padding: 100px 0 84px; background: #0d0d0a; color: white; }
.vip-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 70px; margin-bottom: 44px; }
.vip-heading h2 { max-width: 700px; margin: 10px 0 0; font-size: clamp(46px, 6.2vw, 82px); line-height: .98; letter-spacing: -.055em; }
.vip-heading p { margin: 0 0 18px; color: #b9b7ae; font-size: 16px; line-height: 1.65; }
.vip-heading a { display: inline-flex; align-items: center; gap: 18px; color: var(--yellow); font-weight: 850; }
.vip-heading a span { transition: transform .25s ease; }
.vip-heading a:hover span { transform: translateX(6px); }
.vip-road { position: relative; }
.vip-road::before, .vip-road::after { content: ""; position: absolute; top: 0; bottom: 0; z-index: 2; width: min(12vw, 170px); pointer-events: none; }
.vip-road::before { left: 0; background: linear-gradient(90deg, #0d0d0a, transparent); }
.vip-road::after { right: 0; background: linear-gradient(-90deg, #0d0d0a, transparent); }
.vip-track { display: flex; width: max-content; gap: 22px; padding: 4px 11px 16px; animation: vipCruise 34s linear infinite; will-change: transform; }
.vip-road:hover .vip-track { animation-play-state: paused; }
.vip-card { position: relative; width: min(72vw, 560px); aspect-ratio: 1.82 / 1; overflow: hidden; flex: 0 0 auto; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: #1b1a16; box-shadow: 0 24px 70px rgba(0,0,0,.38); transform: translateZ(0); }
.vip-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s cubic-bezier(.2,.75,.25,1), filter .4s ease; }
.vip-card::after { content: ""; position: absolute; right: -45%; bottom: 18%; width: 70%; height: 2px; background: linear-gradient(90deg, transparent, rgba(255,196,0,.9), transparent); filter: blur(.4px); animation: vipLight 2.8s ease-in-out infinite; }
.vip-card:hover img { transform: scale(1.045) translateX(5px); filter: saturate(1.08); }
.vip-card-shade { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(0,0,0,.14) 50%, rgba(5,5,4,.92) 100%); }
.vip-card-copy { position: absolute; left: 0; right: 0; bottom: 0; padding: 24px 26px; }
.vip-card-copy > span { color: var(--yellow); font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.vip-card-copy h3 { margin: 5px 0; font-size: 30px; line-height: 1; }
.vip-card-copy p { max-width: 390px; margin: 0; color: #d0cec6; font-size: 13px; line-height: 1.5; }
.vip-card-copy a { position: absolute; right: 26px; bottom: 25px; color: white; font-size: 12px; font-weight: 850; }
.vip-card-copy a:hover { color: var(--yellow); }
.vip-note { margin-top: 18px; color: #77766f; font-size: 12px; text-align: center; }
@keyframes vipCruise { to { transform: translateX(calc(-50% - 11px)); } }
@keyframes vipLight { 0%, 100% { opacity: .18; transform: translateX(-45px); } 50% { opacity: .85; transform: translateX(45px); } }

.testimonials-section { padding: 100px 0; background: var(--ink); color: white; }
.light-heading .section-kicker { color: var(--yellow); }
.light-heading > p { color: #c4c1b8; }
.rating-block { display: flex; align-items: center; justify-content: flex-end; gap: 14px; }
.rating-block strong { color: var(--yellow); font-size: 64px; line-height: 1; }
.rating-block span { color: var(--yellow); font-size: 14px; line-height: 1.5; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.testimonial-grid blockquote { margin: 0; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.05); }
.testimonial-grid blockquote > span { color: var(--yellow); letter-spacing: .16em; }
.testimonial-grid p { min-height: 130px; color: #e1dfd7; font-size: 16px; line-height: 1.7; }
.testimonial-grid footer { color: var(--yellow); font-weight: 800; }

.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 90px; margin-bottom: 90px; padding: 55px; border-radius: 24px; background: white; box-shadow: 0 20px 65px rgba(0,0,0,.08); }
.final-cta h2 { max-width: 700px; margin-bottom: 10px; font-size: clamp(38px, 5vw, 60px); }
.final-cta p { color: var(--muted); }
.cta-actions { display: grid; gap: 10px; min-width: 240px; }

.footer { padding: 66px 0 24px; background: #0d0d0a; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .55fr .8fr; gap: 70px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer-brand .brand-logo { width: 162px; height: auto; padding: 7px 10px; border-radius: 10px; background: white; }
.footer-grid p, .footer-grid a, .footer-grid span { color: #aaa89f; font-size: 14px; line-height: 1.6; }
.footer-grid a:hover { color: var(--yellow); }
.footer-grid .google-profile-link { display: inline-flex; align-items: flex-start; gap: 10px; margin-top: 8px; color: white; font-size: 15px; line-height: 1.45; }
.google-profile-link > span { display: grid; place-items: center; width: 24px; height: 24px; flex: 0 0 24px; border-radius: 50%; background: var(--yellow); color: var(--ink); font-size: 10px; }
.google-profile-link strong { color: inherit; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 52px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #77766f; font-size: 12px; }
.footer-bottom > :last-child { text-align: right; }
.footer-credit { text-align: center; }
.footer-credit a { color: #aaa89f; }
.footer-credit a:hover { color: var(--yellow); }

.terms-page { min-height: 100vh; background: #f7f5ef; }
.terms-hero { padding: 92px 20px 58px; text-align: center; background: linear-gradient(180deg, #fff 0%, #f7f5ef 100%); }
.terms-hero .section-kicker { justify-content: center; }
.terms-hero h1 { margin: 14px 0 10px; font-size: clamp(44px, 6vw, 76px); letter-spacing: -.05em; }
.terms-hero p { max-width: 680px; margin: 0 auto; color: var(--muted); font-size: 18px; line-height: 1.65; }
.terms-content { padding-bottom: 100px; }
.terms-list { display: grid; gap: 0; margin: 0; padding: 22px 46px; border: 1px solid #eadca7; border-radius: 24px; background: white; box-shadow: 0 22px 70px rgba(40,32,8,.07); list-style: none; }
.terms-list li { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 27px 0; border-bottom: 1px solid #eee9dc; }
.terms-list li:last-child { border-bottom: 0; }
.term-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--yellow-soft); color: var(--ink); font-weight: 900; }
.terms-list h2 { margin: 0 0 7px; font-size: 20px; letter-spacing: -.02em; }
.terms-list p { margin: 0; color: #56544d; font-size: 15px; line-height: 1.72; }
.terms-contact { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-top: 28px; padding: 28px 34px; border-radius: 18px; background: var(--yellow); color: var(--ink); }
.terms-contact h2 { margin: 0 0 4px; font-size: 24px; }
.terms-contact p { margin: 0; color: #594500; }
.terms-contact-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.terms-contact-actions .button { min-height: 48px; }
.terms-effective { margin-top: 20px; color: #77736a; font-size: 12px; text-align: center; }
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 40; display: grid; gap: 10px; }
.floating-actions a { display: grid; place-items: center; width: 54px; height: 54px; border: 3px solid white; border-radius: 50%; background: var(--green); color: white; box-shadow: 0 8px 24px rgba(0,0,0,.25); font-weight: 900; }
.floating-actions a:last-child { background: var(--yellow); color: var(--ink); }
.admin-bar .site-header { top: 32px; }

@media (max-width: 1050px) {
  .header-actions .button-dark { display: none; }
  .nav-links { gap: 16px; }
  .hero-content { grid-template-columns: 1fr .55fr; }
  .hero-premium-offer { width: 60%; }
  .hero-premium-copy { padding-right: 155px; }
  .hero-premium-visual { --visual-opacity: .82; right: 108px; width: 165px; }
  .hero-premium-actions { flex-direction: column; }
  .ride-grid, .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 270px; }
  .service-card h3 { margin-top: 35px; }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .fleet-options { grid-template-columns: 1fr; }
}

@media (max-width: 800px) {
  .admin-bar .site-header { top: 46px; }
  .shell { width: min(100% - 28px, 650px); }
  .site-header { min-height: 68px; padding-inline: 14px; gap: 12px; }
  .brand-logo { width: 118px; height: 58px; }
  .header-actions { margin-left: auto; }
  .header-actions .button { min-height: 40px; padding-inline: 14px; font-size: 12px; }
  .menu-button { display: block; order: 4; }
  .nav-links { position: absolute; top: 68px; left: 0; right: 0; display: none; padding: 20px; background: white; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .hero { padding-top: 60px; background-position: 62% center; }
  .hero-content { grid-template-columns: 1fr; gap: 30px; padding-bottom: 70px; }
  .hero-premium-offer { position: relative; top: auto; right: auto; grid-template-columns: 1fr; width: 100%; min-height: 0; padding: 18px; order: -1; }
  .hero-premium-copy { padding-right: 0; }
  .hero-premium-visual { --visual-opacity: .36; top: 30px; right: -16px; bottom: auto; width: 178px; max-height: 104px; filter: drop-shadow(0 5px 7px rgba(0,0,0,.32)); }
  .hero-premium-actions { flex-direction: row; }
  .hero-premium-actions a { flex: 1; }
  .hero-card { display: none; }
  .ride-grid { grid-template-columns: 1fr 1fr; }
  .booking-section, .about-section, .fleet-section { grid-template-columns: 1fr; gap: 36px; }
  .booking-section { padding-top: 105px; }
  .split-heading { grid-template-columns: 1fr; gap: 10px; }
  .about-image { min-height: 420px; }
  .fleet-section { width: min(100% - 28px, 650px); }
  .fleet-image { min-height: 380px; order: -1; }
  .fleet-copy { padding: 36px 26px; }
  .vip-showcase { padding: 76px 0 64px; }
  .vip-heading { grid-template-columns: 1fr; gap: 22px; }
  .vip-card { width: min(84vw, 520px); }
  .vip-card-copy a { position: static; display: inline-block; margin-top: 12px; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-grid p { min-height: auto; }
  .rating-block { justify-content: flex-start; }
  .final-cta { flex-direction: column; align-items: flex-start; padding: 34px 24px; }
  .cta-actions { width: 100%; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .terms-hero { padding-top: 70px; }
  .terms-list { padding: 10px 24px; }
  .terms-contact { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 520px) {
  .service-ticker { height: 30px; }
  .brand-logo { width: 104px; height: 54px; }
  .header-actions .button { width: 42px; padding: 0; overflow: hidden; color: transparent; }
  .header-actions .button::after { content: "W"; color: white; }
  .hero h1 { font-size: 49px; }
  .hero-premium-actions { flex-direction: column; }
  .hero-premium-visual { right: -26px; width: 164px; }
  .hero-quote-rotator { height: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions .button { flex: 1 1 180px; }
  .ride-grid, .service-grid, .route-grid { grid-template-columns: 1fr; }
  .ride-card { min-height: 96px; }
  .booking-form { grid-template-columns: 1fr; padding: 20px; }
  .booking-form > label, .form-row, .booking-submit { grid-column: 1 !important; }
  .form-row { grid-template-columns: 1fr; }
  .about-image { min-height: 330px; }
  .experience-badge { width: 130px; padding: 15px; }
  .experience-badge strong { font-size: 38px; }
  .vip-heading h2 { font-size: 50px; }
  .vip-track { gap: 14px; }
  .vip-card { width: 88vw; border-radius: 16px; }
  .vip-card-copy { padding: 19px; }
  .vip-card-copy h3 { font-size: 25px; }
  .vip-card-copy p { display: none; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-bottom { grid-template-columns: 1fr; text-align: center; }
  .footer-bottom > :last-child { text-align: center; }
  .terms-hero { padding: 58px 18px 38px; }
  .terms-hero h1 { font-size: 44px; }
  .terms-hero p { font-size: 16px; }
  .terms-list { padding: 8px 18px; border-radius: 18px; }
  .terms-list li { grid-template-columns: 38px 1fr; gap: 12px; padding: 22px 0; }
  .term-number { width: 34px; height: 34px; }
  .terms-list h2 { font-size: 18px; }
  .terms-contact { padding: 24px 20px; }
  .terms-contact-actions { width: 100%; }
  .terms-contact-actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .hero-quote-rotator strong { display: none; opacity: 1; transform: none; }
  .hero-quote-rotator strong:first-child { display: flex; }
  .hero-premium-visual { display: none; }
  .hero-premium-visual-vip { display: block; opacity: var(--visual-opacity); transform: none; }
}
