/* =========================================================================
   Quadriga Limousine — PREMIUM UPLIFT LAYER
   Loaded AFTER css/bundle.min.css, so these refinements win the cascade.
   Additive only · token-driven · AA-safe · mobile-preserving.
   One restrained design voice: deeper blacks, editorial light serif,
   precious-metal gold used as hairlines & small flourishes — never fills.
   (Synthesised from a 6-dimension design panel + 2 adversarial critics;
    all flagged contrast/breakage/gaudiness issues resolved.)
   ========================================================================= */

:root {
  --gold-sheen: linear-gradient(155deg,#e8d6a6 0%,#d4b876 26%,#c9a961 52%,#b8985a 78%,#a07f44 100%);
  --gold-hairline: rgba(201,169,97,.34);
  --gold-hairline-soft: rgba(201,169,97,.16);
  /* Open the rhythm: more editorial air on large screens, compact floor on phones */
  --sp-section-y: clamp(3.25rem, 9vw, 7.5rem);
  --sp-section-x: clamp(1.25rem, 4.5vw, 4.5rem);
}

/* -------------------------------------------------------------------------
   1 · DEPTH — layered black + lit elevated panels (no flat fills, no fixed bg)
   ------------------------------------------------------------------------- */
body {
  background-color: #070707;
  background-image:
    radial-gradient(1200px 680px at 50% -8%, rgba(201,169,97,.03), transparent 60%),
    linear-gradient(180deg, #070707 0%, #0a0a0a 40%, #080808 100%);
  background-repeat: no-repeat;
}

.section[style*="bg-elevated"] {
  background-color: #121212 !important;
  background-image: radial-gradient(120% 100% at 50% 0%, rgba(255,255,255,.022), transparent 60%);
  position: relative;
}
.section[style*="bg-elevated"]::before {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-hairline-soft) 18%, var(--gold-hairline) 50%, var(--gold-hairline-soft) 82%, transparent);
  opacity: .6; pointer-events: none;
}

/* -------------------------------------------------------------------------
   2 · TYPOGRAPHY — editorial light Cormorant, optical refinement
   ------------------------------------------------------------------------- */
.hero-slider__title,
.page-hero__title,
.section-h2,
.vehicle-row__name {
  font-weight: var(--fw-light);
  font-optical-sizing: auto;
  font-feature-settings: "liga" 1, "dlig" 1, "calt" 1, "kern" 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: balance;
}
.hero-slider__title { letter-spacing: -.025em; line-height: .98; }
.page-hero__title   { letter-spacing: -.022em; line-height: 1.06; }
.section-h2         { letter-spacing: -.018em; line-height: 1.1; }
.vehicle-row__name  { letter-spacing: -.015em; line-height: 1.08; }

@media (min-width: 769px) {
  .section-h2        { font-size: clamp(2rem, 3.4vw, 2.85rem); }
  .vehicle-row__name { font-size: clamp(2rem, 3vw, 2.5rem); }
}

/* Italic gold emphasis inside display titles — warm, luminous, breathing */
.hero-slider__title em,
.page-hero__title em,
.section-h2 em,
.step-flow__title em {
  font-style: italic;
  font-weight: var(--fw-regular);
  color: var(--accent-hover);
  letter-spacing: .004em;
  font-feature-settings: "liga" 1, "dlig" 1, "swsh" 1, "calt" 1;
  padding-inline-end: .02em;
}

/* Secondary serif titles + oldstyle figures */
.module-card__title,
.service-card-lg__title,
.step-flow__title {
  font-weight: var(--fw-medium);
  letter-spacing: -.008em;
  font-optical-sizing: auto;
  font-feature-settings: "liga" 1, "calt" 1, "kern" 1;
}
.step-flow__number { font-feature-settings: "onum" 1, "liga" 1; letter-spacing: -.01em; }

/* Leads — calmer measure & rhythm */
.section-lead { line-height: 1.7; letter-spacing: .002em; max-width: 60ch; }
.page-hero__lead { line-height: 1.65; letter-spacing: .002em; max-width: 58ch; }
.hero-slider__tagline { line-height: 1.45; letter-spacing: .004em; }

/* -------------------------------------------------------------------------
   3 · EYEBROW — ONE flourish: solid AA-safe gold + single leading hairline
   (no gradient-clip text → AA-safe and immune to reveal-on-scroll clipping)
   ------------------------------------------------------------------------- */
.section-eyebrow {
  color: var(--accent-hover);
  font-weight: var(--fw-medium);
  letter-spacing: .16em;
  margin-bottom: var(--sp-4);
}
.section-eyebrow::before {
  content: "";
  display: inline-block; width: 1.6rem; height: 1px;
  margin-right: .7em; vertical-align: middle;
  background: linear-gradient(90deg, transparent, var(--accent));
  opacity: .8;
}
.section-h2 { margin-bottom: var(--sp-5); }

/* -------------------------------------------------------------------------
   4 · BUTTONS — brushed champagne metal (restrained: no sweep, tight glow)
   ------------------------------------------------------------------------- */
.btn--primary {
  background: var(--gold-sheen);
  background-color: var(--accent);
  color: #181206;
  border-color: #a88f4f;
  text-shadow: 0 1px 0 rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.40), inset 0 -1px 0 rgba(120,92,38,.5), 0 1px 2px rgba(0,0,0,.5);
}
.btn--primary:hover {
  background: linear-gradient(155deg,#f0e0b4 0%,#dcc084 28%,#d4b876 55%,#c2a262 100%);
  border-color: #c4a45e;
  transform: translateY(-1px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 0 16px var(--accent-glow), 0 2px 6px rgba(0,0,0,.4);
}
.btn--primary:active {
  transform: translateY(0);
  background: linear-gradient(155deg,#d4b876 0%,#c9a961 50%,#b8985a 100%);
  box-shadow: inset 0 1px 2px rgba(120,92,38,.5), 0 1px 1px rgba(0,0,0,.5);
}
.btn--secondary { border-color: var(--gold-hairline); box-shadow: inset 0 0 0 1px rgba(201,169,97,.06); }
.btn--secondary:hover {
  background: linear-gradient(180deg, rgba(201,169,97,.12), rgba(201,169,97,.05));
  border-color: var(--accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px var(--border-accent), 0 0 16px -2px var(--accent-glow);
}

/* Quiet, embossed brand coin (small accent — kept subtle) */
.brand__mark {
  background-color: var(--accent);
  color: #161006;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28), 0 1px 2px rgba(0,0,0,.5);
}

/* -------------------------------------------------------------------------
   5 · CARDS — crafted panels, ONE unified hover cue
   ------------------------------------------------------------------------- */
.module-card,
.service-card-lg,
.testimonial-card {
  background-color: var(--bg-elevated);
  border-color: var(--border);
  background-image: linear-gradient(180deg, rgba(255,255,255,.022) 0%, rgba(255,255,255,0) 38%);
  box-shadow: var(--shadow-inset), var(--shadow-2);
  transition: transform var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
}
.module-card:hover,
.service-card-lg:hover,
.testimonial-card:hover,
.module-card:focus-within,
.service-card-lg:focus-within {
  transform: translateY(-4px);
  border-color: var(--border-accent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), var(--shadow-3);
}

/* Vehicle photo framing — rounded, scrim, contained slow zoom, warm inner edge */
.vehicle-row__media {
  position: relative; overflow: hidden;
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-2);
  isolation: isolate;
}
.vehicle-row__media img,
.vehicle-row__media > .aspect-ratio-4-3 {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transform: scale(1.001);
  filter: saturate(.97) contrast(1.02);
  transition: transform 900ms var(--ease-out), filter 900ms var(--ease-out);
}
.vehicle-row:hover .vehicle-row__media img,
.vehicle-row:hover .vehicle-row__media > .aspect-ratio-4-3 {
  transform: scale(1.045);
  filter: saturate(1.02) contrast(1.03);
}
.vehicle-row__media::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  pointer-events: none; z-index: 2;
  background: linear-gradient(to top, rgba(10,10,10,.5) 0%, rgba(10,10,10,.16) 22%, rgba(10,10,10,0) 46%);
  box-shadow: inset 0 0 0 1px rgba(201,169,97,.10), inset 0 1px 0 rgba(255,255,255,.05);
  transition: box-shadow var(--dur-base) var(--ease-out);
}
.vehicle-row:hover .vehicle-row__media::after {
  box-shadow: inset 0 0 0 1px rgba(201,169,97,.22), inset 0 1px 0 rgba(255,255,255,.06);
}

/* Placeholder media (text initials) — overlay sits BEHIND the text, clipped to rounding */
.module-card__media {
  position: relative; overflow: hidden; isolation: isolate;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), inset 0 0 0 1px rgba(201,169,97,.07);
}
.module-card__media::after {
  content: ""; position: absolute; inset: 0; z-index: 0; border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(160deg, rgba(201,169,97,.05) 0%, rgba(201,169,97,0) 40%);
}

/* Service icon — warms on hover (no bloom) */
.service-card-lg__icon {
  border: 1px solid var(--border-accent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), var(--shadow-1);
  transition: transform var(--dur-base) var(--ease-spring),
              background var(--dur-base) var(--ease-out),
              color var(--dur-fast) var(--ease-out),
              border-color var(--dur-base) var(--ease-out),
              box-shadow var(--dur-base) var(--ease-out);
}
.service-card-lg:hover .service-card-lg__icon,
.service-card-lg:focus-within .service-card-lg__icon {
  transform: scale(1.06);
  background: var(--accent-soft);
  color: var(--accent-hover);
  border-color: rgba(201,169,97,.45);
  box-shadow: inset 0 0 0 1px var(--border-accent);
}

/* Testimonial — single gold top hairline */
.testimonial-card { position: relative; }
.testimonial-card::before {
  content: ""; position: absolute; top: -1px; left: var(--sp-5); right: var(--sp-5); height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(201,169,97,0) 0%, rgba(201,169,97,.45) 50%, rgba(201,169,97,0) 100%);
  opacity: .5; transition: opacity var(--dur-base) var(--ease-out);
}
.testimonial-card:hover::before { opacity: 1; }

/* Module CTA arrow — slide only (no letter-spacing reflow) */
.module-card__cta {
  transition: transform var(--dur-base) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.module-card:hover .module-card__cta,
.module-card:focus-within .module-card__cta {
  color: var(--accent-hover);
  transform: translateX(4px);
}

/* -------------------------------------------------------------------------
   6 · RHYTHM & LAYOUT — air, measure, grid gaps, vehicle-row spacing
   ------------------------------------------------------------------------- */
.hero-slider + .section,
.hero-video + .section { padding-top: clamp(4rem, 10vw, 8.5rem); }
@media (min-width: 1281px) { .container { max-width: 1320px; } }
.container--narrow { max-width: 1000px; }
@media (min-width: 768px) {
  .module-grid { gap: var(--sp-6); }
  .areas-chip-grid { gap: var(--sp-3); }
  .step-flow { margin-top: var(--sp-7); }
}
@media (min-width: 880px) {
  .vehicle-row { gap: var(--sp-8); padding-block: clamp(var(--sp-7), 6vw, var(--sp-8)); }
  .vehicle-row__body { gap: var(--sp-4); }
}
.vehicle-row {
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent 0%, var(--border-strong) 18%, var(--border-strong) 82%, transparent 100%) 1;
}
.vehicle-row:last-child { border-image: none; border-bottom: 0; }

/* Chips — quiet surface, warm on hover */
.areas-chip {
  background: linear-gradient(180deg,#171717,#121212);
  border-color: var(--border-strong);
  transition: transform var(--dur-base) var(--ease-out), border-color var(--dur-base) var(--ease-out), box-shadow var(--dur-base) var(--ease-out);
}
.areas-chip:hover {
  border-color: var(--gold-hairline);
  background: linear-gradient(180deg, rgba(201,169,97,.10), rgba(201,169,97,.03));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 0 14px rgba(201,169,97,.12);
}

/* Subtle gold underline-fill on text links (genuinely tasteful) */
.faq-item__a a,
.site-footer__contact a {
  background-image: linear-gradient(var(--accent), var(--accent));
  background-size: 0% 1px; background-position: 0 100%; background-repeat: no-repeat;
  transition: background-size var(--dur-base) var(--ease-out), color var(--dur-fast) var(--ease-out);
}
.faq-item__a a:hover,
.site-footer__contact a:hover { background-size: 100% 1px; color: var(--accent-hover); }

/* -------------------------------------------------------------------------
   7 · HERO — cinematic depth scrim + editorial first impression
   ------------------------------------------------------------------------- */
.hero-slider { background: #060606; }
.hero-slider::after {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    radial-gradient(115% 85% at 50% 42%, rgba(0,0,0,0) 0%, rgba(6,6,6,.18) 52%, rgba(4,4,4,.55) 100%),
    linear-gradient(to top, rgba(4,4,4,.82) 0%, rgba(6,6,6,.38) 26%, rgba(0,0,0,0) 56%),
    linear-gradient(to bottom, rgba(4,4,4,.5) 0%, rgba(0,0,0,0) 24%);
}
.hero-slider::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(140% 120% at 50% 50%, rgba(0,0,0,0) 58%, rgba(0,0,0,.28) 84%, rgba(0,0,0,.5) 100%);
}
.hero-slider__content { position: relative; z-index: 2; }
.hero-slider__indicators { z-index: 3; }

@media (max-width: 768px) {
  .hero-slider::after {
    background: linear-gradient(to top, rgba(4,4,4,.6) 0%, rgba(6,6,6,.28) 30%, rgba(0,0,0,0) 60%);
  }
}

@media (min-width: 769px) {
  .hero-slider__title {
    font-size: clamp(3rem, 7.6vw, 5.6rem);
    text-shadow: 0 1px 40px rgba(0,0,0,.55);
  }
  .hero-slider__title em { font-weight: var(--fw-regular); }
  .hero-slider__tagline { color: rgba(245,241,232,.88); text-shadow: 0 1px 24px rgba(0,0,0,.5); }
  .page-hero__title { letter-spacing: -.03em; }
}

/* Hero / page-hero eyebrow — tracked gold kicker flanked by hairlines (centered contexts) */
.hero-slider__eyebrow {
  position: relative; z-index: 2;
  color: var(--accent-hover);
  font-weight: var(--fw-medium);
  letter-spacing: .24em;
  opacity: 1;
}
@media (min-width: 600px) {
  .hero-slider__eyebrow { display: inline-flex; align-items: center; gap: .9em; }
  .hero-slider__eyebrow::before,
  .hero-slider__eyebrow::after {
    content: ""; width: clamp(1.5rem, 4vw, 3rem); height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-accent), var(--accent));
  }
  .hero-slider__eyebrow::after { background: linear-gradient(270deg, transparent, var(--border-accent), var(--accent)); }
}

/* Page hero (inner pages) — deeper overlay for depth */
.page-hero {
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%, var(--accent-soft) 0%, transparent 58%),
    radial-gradient(ellipse 120% 90% at 50% 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,.42) 100%),
    var(--bg);
}
.page-hero__inner { position: relative; z-index: 1; }

/* Hero indicator dots — refined */
.hero-slider__dot {
  transition: width var(--dur-base) var(--ease-out), background var(--dur-base) var(--ease-out), opacity var(--dur-base) var(--ease-out);
  cursor: pointer;
}
.hero-slider__indicators:hover .hero-slider__dot { opacity: .85; }
.hero-slider__indicators .hero-slider__dot:hover { background: rgba(245,241,232,.55); opacity: 1; }

/* -------------------------------------------------------------------------
   8 · MOTION SAFETY — honour reduced-motion (state stays, motion stops)
   ------------------------------------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  .btn--primary, .btn--secondary, .module-card, .service-card-lg, .testimonial-card,
  .module-card__cta, .service-card-lg__icon, .areas-chip, .hero-slider__dot,
  .vehicle-row__media img, .vehicle-row__media > .aspect-ratio-4-3,
  .vehicle-row__media::after, .testimonial-card::before,
  .faq-item__a a, .site-footer__contact a {
    transition-duration: .01ms !important;
  }
  .btn--primary:hover, .btn--secondary:hover,
  .module-card:hover, .service-card-lg:hover, .testimonial-card:hover,
  .areas-chip:hover { transform: none !important; }
  .vehicle-row:hover .vehicle-row__media img,
  .vehicle-row:hover .vehicle-row__media > .aspect-ratio-4-3 { transform: scale(1.001) !important; }
  .service-card-lg:hover .service-card-lg__icon { transform: none !important; }
  .hero-slider__title { text-shadow: none; }
}

/* =========================================================================
   2026-06-10 OVERHAUL LAYER (Kaan feedback round)
   Header merge offsets · video hero · SVG icons · nav active · services
   media+accordion · form/mobile fixes · footer social · photo consistency
   ========================================================================= */

/* ---- Header: top strip removed; header sits at 0; body offset fixed ---- */
.site-header { top: 0; }
.has-fixed-header { padding-top: var(--nav-h); }
@media (max-width: 768px) {
  .has-fixed-header { padding-top: 60px; }
  body.has-fixed-header .page-hero, html body .page-hero { padding-top: calc(60px + 40px) !important; }
}
.header-loc {
  font-size: var(--fs-2xs); letter-spacing: .12em; text-transform: uppercase;
  color: var(--fg-muted); white-space: nowrap;
}
@media (max-width: 1100px) { .header-loc { display: none; } }
.nav-toggle { margin-left: auto; flex-shrink: 0; }

/* ---- Inline SVG icon sizing (replaces emojis) ---- */
.ic {
  width: 1em; height: 1em; display: inline-block; vertical-align: -.125em;
  fill: none; stroke: currentColor; stroke-width: 2;
  stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0;
}
.service-card-lg__icon .ic { width: 1.3em; height: 1.3em; }

/* ---- Nav active state: gold when on that page ---- */
.site-nav__link[aria-current="page"] { color: var(--accent); }
.site-nav__link[aria-current="page"]::after {
  width: calc(100% - var(--sp-6)); background: var(--accent);
}

/* ---- HERO VIDEO (replaces slider) ---- */
.hero-video { position: relative; width: 100%; height: 88vh; min-height: 560px; max-height: 880px; overflow: hidden; background: #060606; }
.hero-video__media {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: saturate(.92) contrast(1.04) brightness(.88);
}
.hero-video__scrim {
  position: absolute; inset: 0; pointer-events: none; z-index: 1;
  background:
    linear-gradient(to top, rgba(4,4,4,.88) 0%, rgba(6,6,6,.42) 32%, rgba(0,0,0,.12) 62%),
    radial-gradient(130% 110% at 50% 45%, transparent 55%, rgba(0,0,0,.45) 100%);
}
.hero-video__content {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 2;
  max-width: var(--w-content); margin-inline: auto;
  padding: 0 var(--sp-section-x) clamp(3rem, 9vh, 6rem);
  display: flex; flex-direction: column; align-items: flex-start; gap: var(--sp-3);
}
.hero-video__eyebrow {
  font-size: var(--fs-xs); font-weight: var(--fw-medium);
  letter-spacing: .22em; text-transform: uppercase; color: var(--accent-hover);
}
.hero-video__title {
  margin: 0; font-family: var(--font-display); font-weight: var(--fw-light);
  font-size: clamp(2.75rem, 8vw, 5.75rem); line-height: .98; letter-spacing: -.025em;
  color: var(--fg-strong); text-wrap: balance; text-shadow: 0 1px 40px rgba(0,0,0,.55);
}
.hero-video__title em {
  font-style: italic; font-weight: var(--fw-regular); color: var(--accent-hover);
}
.hero-video__tagline {
  margin: 0; max-width: 56ch; font-size: var(--fs-lg); line-height: 1.55;
  color: rgba(245,241,232,.9); text-shadow: 0 1px 24px rgba(0,0,0,.5);
}
.hero-video__cta-row { display: flex; gap: var(--sp-3); flex-wrap: wrap; margin-top: var(--sp-3); }
@media (max-width: 768px) {
  .hero-video { height: 70vh; min-height: 440px; }
  .hero-video__content { padding-bottom: clamp(4.5rem, 12vh, 6rem); }
  .hero-video__tagline { font-size: var(--fs-base); }
}

/* ---- Services: card media + mobile titles-only accordion ---- */
.svc-card__media {
  border-radius: var(--r-md); overflow: hidden; aspect-ratio: 16/10;
  margin-bottom: var(--sp-4); position: relative; isolation: isolate;
  box-shadow: inset 0 0 0 1px rgba(201,169,97,.08);
}
.svc-card__media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: saturate(.9) contrast(1.04);
  transition: transform 700ms var(--ease-out);
}
.svc-card:hover .svc-card__media img { transform: scale(1.04); }
.svc-card__media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  background: linear-gradient(to top, rgba(10,10,10,.35), transparent 45%);
  box-shadow: inset 0 0 0 1px rgba(201,169,97,.10);
}
@media (max-width: 768px) {
  .svc-detail .container > *:not(.section-eyebrow):not(.section-h2) { display: none; }
  .svc-detail.is-open .container > * { display: block; }
  .svc-detail.is-open .container > .vehicle-row__features { display: flex; }
  .svc-detail .section-h2 {
    cursor: pointer; display: flex; align-items: baseline; justify-content: space-between; gap: 12px;
  }
  .svc-detail .section-h2::after {
    content: "+"; font-family: var(--font-body); font-size: 1.3rem;
    color: var(--accent); line-height: 1; flex-shrink: 0;
  }
  .svc-detail.is-open .section-h2::after { content: "\2212"; }
  .svc-detail { padding-block: var(--sp-5); }
}

/* =========================================================================
   FLEET VEHICLE CARDS (fleet.html .vcard)
   Cinematic photo with the name on a bottom scrim, a gold spec strip
   (passengers / luggage / color / year), then copy + features.
   Desktop: 16/9 wide photo, 4-cell strip, two-column body.
   Mobile: full-bleed card, 16/10 photo, 2×2 strip, stacked body.
   ========================================================================= */
.vcard {
  margin-bottom: var(--sp-8);
  border: 1px solid var(--border); border-radius: var(--r-lg);
  background: var(--bg-elevated); overflow: hidden;
  scroll-margin-top: 90px;
}
.vcard:last-child { margin-bottom: 0; }

.vcard__media { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #060606; }
.vcard__media img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  transition: transform 1.4s cubic-bezier(.16, .6, .2, 1);
}
.vcard:hover .vcard__media img { transform: scale(1.04); }
@media (prefers-reduced-motion: reduce) {
  .vcard__media img { transition: none !important; }
  .vcard:hover .vcard__media img { transform: none !important; }
}
.vcard__overlay {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: var(--sp-7) var(--sp-6) var(--sp-5);
  background: linear-gradient(180deg, rgba(6, 6, 6, 0) 0%, rgba(6, 6, 6, .55) 55%, rgba(6, 6, 6, .92) 100%);
  display: flex; flex-direction: column; gap: 6px;
}
.vcard__tag {
  color: var(--accent); text-transform: uppercase;
  letter-spacing: .16em; font-size: .72rem; font-weight: 500;
}
.vcard__name {
  font-family: var(--font-display); font-weight: 600; line-height: 1.05;
  font-size: clamp(2rem, 4.2vw, 3rem); color: var(--fg); margin: 0;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .65);
}

/* Gold spec strip */
.vcard__stats {
  display: grid; grid-template-columns: repeat(4, 1fr);
  list-style: none; margin: 0; padding: 0;
  border-top: 1px solid rgba(201, 169, 97, .3);
  border-bottom: 1px solid var(--border);
  background: rgba(201, 169, 97, .045);
}
.vcard__stat {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  padding: var(--sp-4) var(--sp-3);
  border-right: 1px solid var(--border);
  color: var(--fg-muted); min-width: 0;
}
.vcard__stat:last-child { border-right: 0; }
.vcard__stat .ic { width: 19px; height: 19px; color: var(--accent); stroke-width: 1.75; flex-shrink: 0; }
.vcard__stat-val {
  font-family: var(--font-display); font-size: 1.35rem; font-weight: 600;
  color: var(--fg); line-height: 1;
}
.vcard__stat-val--text { font-size: .95rem; font-family: var(--font-body); font-weight: 500; letter-spacing: .02em; }
.vcard__stat-label {
  text-transform: uppercase; letter-spacing: .08em; font-size: .66rem; white-space: nowrap;
}

.vcard__body {
  display: grid; grid-template-columns: 1.35fr 1fr;
  gap: var(--sp-6); padding: var(--sp-5) var(--sp-6) var(--sp-6);
  align-items: start;
}
.vcard__copy { margin: 0; color: var(--fg-muted); font-size: .95rem; line-height: 1.7; }
.vcard__side { display: flex; flex-direction: column; gap: var(--sp-4); align-items: flex-start; }
.vcard__features { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.vcard__features li {
  font-size: .78rem; color: var(--fg); padding: 6px 12px;
  background: var(--bg); border: 1px solid var(--border); border-radius: var(--r-sm);
}

@media (max-width: 768px) {
  .vcard {
    margin-inline: calc(var(--sp-section-x, 1rem) * -1);
    margin-bottom: var(--sp-7);
    border-left: 0; border-right: 0; border-radius: 0;
  }
  .vcard__media { aspect-ratio: 16/10; }
  .vcard__overlay { padding: var(--sp-6) var(--sp-4) var(--sp-4); }
  .vcard__name { font-size: 2rem; }
  .vcard__stats { grid-template-columns: repeat(2, 1fr); }
  .vcard__stat { justify-content: flex-start; padding: var(--sp-3) var(--sp-4); }
  .vcard__stat:nth-child(even) { border-right: 0; }
  .vcard__stat:nth-child(-n+2) { border-bottom: 1px solid var(--border); }
  .vcard__body { grid-template-columns: 1fr; gap: var(--sp-4); padding: var(--sp-4) var(--sp-4) var(--sp-5); }
}

/* ---- Form: native picker icons white on dark + mobile radio layout ---- */
:root { color-scheme: dark; }
input, select, textarea { color-scheme: dark; }
/* General radio-row (non-form-quote contexts only) */
.radio-row:not(#quote-form .radio-row) { display: flex; gap: var(--sp-3); flex-wrap: wrap; }
.radio-inline:not(#quote-form .radio-inline) { display: inline-flex; align-items: center; gap: 8px; }
@media (max-width: 520px) {
  .radio-row:not(#quote-form .radio-row) { flex-direction: column; align-items: stretch; }
  .radio-inline:not(#quote-form .radio-inline) { width: 100%; }
}

/* ---- Areas: mobile shows only the popular first 12 chips ---- */
@media (max-width: 768px) {
  .areas-chip-grid .areas-chip:nth-child(n+13) { display: none; }
}

/* ---- Footer: social icons + Seattle + mobile spacing ---- */
.site-footer__social { display: flex; flex-wrap: wrap; gap: var(--sp-3); justify-content: center; margin-top: var(--sp-3); }
.site-footer__social a[href="privacy.html"] { flex-basis: 100%; text-align: center; margin-top: var(--sp-1); }
.site-footer__social a:not([href="privacy.html"]) {
  display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center;
  border: 1px solid var(--border-strong); border-radius: 50%; color: var(--fg-muted);
  transition: color var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out), transform var(--dur-fast) var(--ease-out);
}
.site-footer__social a:not([href="privacy.html"]):hover { color: var(--accent); border-color: var(--gold-hairline); transform: translateY(-2px); }
.site-footer__social svg { width: 17px; height: 17px; }
@media (max-width: 768px) {
  .site-footer { padding-block: var(--sp-7) var(--sp-5); }
  .site-footer__logo { height: 64px; }
  .site-footer__brand { margin-bottom: var(--sp-2); gap: var(--sp-1); }
  .site-footer__tagline { margin-bottom: var(--sp-2); }
}

/* ---- Mobile typography hierarchy: bigger section titles, calmer body ---- */
@media (max-width: 768px) {
  .section-h2 { font-size: clamp(1.75rem, 7.5vw, 2.25rem) !important; }
  .section-lead { font-size: .95rem !important; line-height: 1.65 !important; }
  .about-block__title { font-size: 1.5rem !important; }
  .module-card__excerpt, .service-card-lg__copy { font-size: .9rem; }
}

/* ---- Reduced motion for new pieces ---- */
@media (prefers-reduced-motion: reduce) {
  .svc-card__media img { transition: none !important; }
  .svc-card:hover .svc-card__media img { transform: none !important; }
  .site-footer__social a { transition: none !important; }
}

/* ---- Compact consent block (form ends light, not scary) ---- */
.form-consent {
  display: flex; flex-direction: column; gap: var(--sp-3);
  padding: var(--sp-4) var(--sp-5);
  border: 1px solid var(--border); border-radius: var(--r-md);
  background: var(--bg-elevated);
  font-size: var(--fs-sm);
}
.form-consent .checkbox span { font-size: var(--fs-sm); }
.form-consent__sms { display: flex; flex-wrap: wrap; align-items: center; gap: var(--sp-2) var(--sp-4); }
.form-consent__q { color: var(--fg); font-weight: var(--fw-medium); font-size: var(--fs-sm); }
.radio-row--compact { gap: var(--sp-4); }
.radio-row--compact .radio-inline span { font-size: var(--fs-sm); }
.form-consent__fine { flex-basis: 100%; color: var(--fg-dim); font-size: var(--fs-2xs); }
@media (max-width: 520px) {
  .radio-row--compact { flex-direction: row; flex-wrap: wrap; }
  .radio-row--compact .radio-inline { width: auto; }
}

/* =========================================================================
   TYPE HIERARCHY FIX (Kaan: "başlıklar büyük, açıklamalar küçük")
   Bundle's mobile rules lock card titles small (1.2rem !important) while
   body copy stays 16px · hierarchy reads inverted. These later !important
   rules win the cascade and flip it decisively on BOTH breakpoints.
   ========================================================================= */

/* Desktop: titles up a step, copy down a step + muted.
   Cormorant has a small x-height · it needs ~1.9rem + 600 weight before it
   visually dominates 15px Inter copy. */
.module-card__title,
.service-card-lg__title { font-size: 1.9rem !important; font-weight: 600 !important; line-height: 1.1 !important; }
.module-card__excerpt,
.service-card-lg__copy { font-size: .9rem !important; color: var(--fg-muted) !important; line-height: 1.6 !important; }
.vehicle-row__copy { font-size: .95rem !important; }
.about-block__copy { font-size: .95rem !important; }
.step-flow__title { font-size: 1.55rem !important; font-weight: 600 !important; }
.step-flow__copy { font-size: .9rem !important; color: var(--fg-muted) !important; }

/* Grid completeness: explicit columns so 6 cards always fill rows (3×2 / 2×3 / 1×6) */
.module-grid--3 { grid-template-columns: repeat(2, 1fr); }
@media (min-width: 1024px) {
  .module-grid--3 { grid-template-columns: repeat(3, 1fr); }
}

/* Fleet preview cards: real photos fill the media slot */
.module-card__media { overflow: hidden; }
.module-card__media img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Area chips: centered wrapping so a partial last row never hangs ragged-left */
@media (min-width: 769px) {
  .areas-chip-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: var(--sp-2); }
  .areas-chip { flex: 0 0 auto; min-width: 160px; text-align: center; }
}

/* Mobile: strong, unmistakable contrast */
@media (max-width: 768px) {
  .section-h2 { font-size: clamp(1.9rem, 8.5vw, 2.4rem) !important; }
  .section-lead { font-size: .9rem !important; line-height: 1.6 !important; }
  .page-hero__title { font-size: clamp(2.1rem, 9.5vw, 2.8rem) !important; }
  .page-hero__lead { font-size: .9rem !important; }
  .hero-video__title { font-size: clamp(2.4rem, 11vw, 3.2rem) !important; }
  .hero-video__tagline { font-size: .9rem !important; }

  .module-card__title,
  .service-card-lg__title { font-size: 1.55rem !important; font-weight: 600 !important; }
  /* Kaan: mobile service cards are title-only · details live behind "Learn more" */
  .service-card-lg__copy { display: none !important; }
  .module-card__excerpt { font-size: .85rem !important; line-height: 1.5 !important; }

  .vehicle-row__name { font-size: 1.75rem !important; }
  .vehicle-row__copy { font-size: .875rem !important; }
  .vehicle-row__capacity { font-size: .75rem !important; }

  .about-block__title { font-size: 1.7rem !important; }
  .about-block__copy { font-size: .9rem !important; }

  .step-flow__title { font-size: 1.35rem !important; }
  .step-flow__copy { font-size: .875rem !important; }

  .faq-item__q { font-size: 1.05rem !important; font-weight: 600 !important; }
  .faq-item__a { font-size: .875rem !important; }
}

/* =========================================================================
   ROUND 3 POLISH: tighter rhythm + instant header + compact autocomplete
   ========================================================================= */

/* Header flush to the top; slide away smoothly on first downward scroll */
header.site-header, .site-header, .site-header.is-scrolled { top: 0 !important; }
.site-header {
  transition: transform .32s var(--ease-out, ease),
              background-color var(--dur-base, .25s) var(--ease-out, ease),
              border-color var(--dur-base, .25s) var(--ease-out, ease),
              box-shadow var(--dur-base, .25s) var(--ease-out, ease),
              backdrop-filter var(--dur-base, .25s) var(--ease-out, ease);
}
.site-header.is-hidden { transform: translateY(-102%); }

/* Vertical rhythm: ~25% tighter everywhere */
.section { padding-block: calc(var(--sp-section-y) * .75); }
.page-hero { padding-block: calc(var(--nav-h) + var(--sp-8)) var(--sp-7); }
.site-footer { padding-block: var(--sp-7) var(--sp-4); }
.vcard { margin-bottom: var(--sp-7); }
@media (max-width: 768px) {
  .site-footer { padding-block: var(--sp-6) var(--sp-3); }
}

/* Quote form lands below the fixed header when linked with #quote-form */
#quote-form { scroll-margin-top: 92px; }

/* Compact dark autocomplete for pickup / drop-off */
.ac-wrap { position: relative; }
.ac-list {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 40;
  margin: 0; padding: 4px; list-style: none;
  background: #101010; border: 1px solid var(--border-strong);
  border-radius: 10px; max-height: 232px; overflow-y: auto;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .55);
}
.ac-item {
  padding: 9px 12px; border-radius: 7px; cursor: pointer;
  font-size: .88rem; color: var(--fg); line-height: 1.35;
}
.ac-item strong { color: var(--accent); font-weight: 600; }
.ac-item:hover, .ac-item.is-active { background: rgba(201, 169, 97, .14); }

/* [hidden] must always win — .form-row{display:grid} was overriding the UA style,
   so conditional rows (return leg, flight number) leaked into view */
[hidden] { display: none !important; }

#faq { display: none !important; }

/* =========================================================================
   CONTACT PAGE REDESIGN
   ========================================================================= */

.quick-contact__icon .ic { width: 24px; height: 24px; display: block; }
.section .quick-contact:last-child { margin-bottom: 0; }

/* ---- OVERFLOW LOCK: every fieldset in the form (UA sets min-inline-size:
   min-content which lets children blow the viewport) ---- */
#quote-form fieldset {
  min-width: 0;
  min-inline-size: 0;
  width: 100%;
  box-sizing: border-box;
  border: none;
}

/* ---- ROOT FIX: base.css applies width:100%/border/padding to all inputs,
   turning native radios into full-width bordered boxes. Radios only — the
   checkbox component has its own 18px appearance and must not be touched. ---- */
input[type="radio"],
input[type="checkbox"] {
  min-height: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  font-size: inherit !important;
}

input[type="radio"] {
  width: auto !important;
  min-width: 0 !important;
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  accent-color: var(--accent);
}

/* Restore checkbox component size after the reset above */
.checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
}

/* Smaller checkbox in the consent row */
#quote-form .form-consent .checkbox input[type="checkbox"] {
  width: 14px !important;
  height: 14px !important;
  min-width: 14px !important;
}

/* ---- Outer wrapper: transparent so fieldset cards breathe ---- */
.contact-card:has(#quote-form) {
  background: transparent;
  border: none;
  padding: 0;
}
.contact-card:has(#quote-form) .payment-info-strip {
  border-radius: var(--r-lg) !important;
  margin-bottom: var(--sp-5);
}

/* ---- Fieldset cards ---- */
#quote-form .form-section {
  background: var(--bg-elevated);
  border: 1px solid var(--border) !important;
  border-radius: var(--r-lg);
  padding: var(--sp-6);
}
@media (max-width: 640px) {
  #quote-form .form-section { padding: var(--sp-5); }
}

/* ---- Legend header: full-width ruled title (overrides component pill style) ---- */
#quote-form .form-section__title {
  font-family: var(--font-body);
  font-size: var(--fs-2xs);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-widest);
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  width: 100%;
  background: transparent;
  border-radius: 0;
  padding: 0 0 var(--sp-3) 0;
  border-bottom: 1px solid var(--border);
  margin-bottom: var(--sp-5);
}

/* ---- Input backgrounds ---- */
#quote-form input:not([type="radio"]):not([type="checkbox"]),
#quote-form select,
#quote-form textarea {
  background: var(--bg-soft);
  border-color: var(--border-strong);
  border-radius: var(--r-md);
}
#quote-form input:focus:not([type="radio"]):not([type="checkbox"]),
#quote-form select:focus,
#quote-form textarea:focus {
  background: var(--bg);
  border-color: var(--accent);
}

/* ---- SEGMENTED PILL: Trip Type ----------------------------------------
   The outer .radio-row is the pill track. Each .radio-inline is one
   option. We strip all card chrome from .radio-inline (components.css
   gives it border + bg + padding + min-width:180px — all must go).
   The native radio sits as a full-coverage invisible overlay; the <span>
   is the only visible element.
   ---------------------------------------------------------------------- */
#quote-form .radio-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100%;
  box-sizing: border-box;
  background: var(--bg-soft) !important;
  border: 1px solid var(--border-strong) !important;
  border-radius: var(--r-md) !important;
  padding: 4px !important;
  gap: 4px !important;
}

#quote-form .radio-inline {
  /* override components.css card styles */
  flex: 1 1 0% !important;
  min-width: 0 !important;
  width: auto !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  gap: 0 !important;
  /* layout */
  position: relative;
  display: flex !important;
  align-items: stretch !important;
  cursor: pointer;
}

#quote-form .radio-inline input[type="radio"] {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  opacity: 0 !important;
  cursor: pointer;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: var(--r-sm) !important;
}

#quote-form .radio-inline span {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px var(--sp-4);
  border-radius: var(--r-sm);
  font-size: var(--fs-sm);
  font-weight: var(--fw-medium);
  color: var(--fg-muted);
  transition: background var(--dur-fast) var(--ease-out),
              color var(--dur-fast) var(--ease-out);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
}

#quote-form .radio-inline:has(input:checked) span {
  background: var(--accent);
  color: #181206;
  font-weight: var(--fw-semibold);
}

/* ---- Consent + footer ---- */
.form-reassurance {
  font-size: var(--fs-xs);
  color: var(--fg-muted);
  text-align: center;
  margin-top: var(--sp-3);
  line-height: 1.5;
}
#quote-form .form-consent {
  border-radius: var(--r-md);
  padding: var(--sp-3) var(--sp-4);
  font-size: var(--fs-xs);
}
#quote-form .form-consent .checkbox {
  font-size: var(--fs-xs);
}

@media (max-width: 640px) {
  .contact-card { padding-block: var(--sp-5); padding-inline: var(--sp-2); }
}
