/*
Theme Name: Ace Limousines Edmonton
Theme URI: https://www.edmontonlimos.com/
Author: Ace Limousines
Description: Black-and-gold luxury limousine theme for Ace Limousines Edmonton — airport transfers, weddings, party bus and executive fleet, with an interactive quote quiz. Converted from the custom Ace Limousines site.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ace-limousines
*/
/* =========================================================
   Ace Limousines Edmonton — shared stylesheet
   Black-tie luxury. Black + charcoal + metallic gold.
   Based on the ACE Limousines spade wordmark.
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Poppins:wght@500;600;700&display=swap");

:root {
  /* Surfaces */
  --white: #ffffff;
  --bg: #0a0a0a;          /* page background — near black */
  --surface: #141414;     /* cards */
  --surface-2: #1c1c1c;   /* alt sections / inputs */
  --surface-3: #242424;

  --line: #2a2a2a;
  --line-strong: #3a3a3a;

  /* Gold */
  --gold: #d4af37;        /* primary metallic gold */
  --gold-soft: #e8c874;   /* hover / highlight */
  --gold-deep: #a9772a;   /* deep gold */
  --gold-tint: rgba(212, 175, 55, 0.12);
  --gold-grad: linear-gradient(180deg, #f7e290 0%, #d4af37 46%, #a9772a 100%);

  /* Text */
  --text: #f3f1ea;
  --text-muted: #a8a29a;
  --text-dim: #78736b;

  --danger: #ff5a5a;
  --success: #4ade80;

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;

  --shadow-card: 0 14px 34px rgba(0, 0, 0, 0.55);
  --shadow-pop: 0 14px 40px rgba(212, 175, 55, 0.22);

  --container: 1180px;
  --gutter: clamp(16px, 4vw, 32px);

  --font-heading: "Poppins", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Cormorant Garamond", "Poppins", Georgia, serif;
  --font-body: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --header-h: 76px;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-h) + 12px);
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin: 0 0 0.5em;
  color: var(--text);
}

h1, h2 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: 0.005em;
}

h1 { font-size: clamp(2.4rem, 5.4vw, 3.8rem); font-weight: 600; }
h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); }
h3 { font-size: 1.2rem; }

p { margin: 0 0 1em; }

a {
  color: var(--gold);
  text-decoration: none;
  transition: color 0.18s ease;
}
a:hover { color: var(--gold-soft); }

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

.wrap {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-inline: var(--gutter);
}

.eyebrow {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
}

/* ---------- Header / Nav ---------- */

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-h);
  gap: 24px;
}

/* ---------- Brand lockup (recreated ACE Limousines logo) ---------- */

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  line-height: 1;
}
.brand:hover { color: var(--text); }

.brand-spade {
  width: 30px;
  height: 34px;
  flex: 0 0 auto;
  fill: url(#aceGold);
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.5));
}
/* fallback fill if the gradient def isn't present */
.brand-spade path { fill: var(--gold); }

.brand-word {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-ace {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 0.9;
  letter-spacing: 0.14em;
  background: var(--gold-grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-right: 0.14em; /* balance the tracking */
}
.brand-sub2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 0.6rem;
  letter-spacing: 0.42em;
  text-transform: uppercase;
  color: var(--gold-deep);
  padding-left: 0.06em;
  margin-top: 3px;
}
.brand-accent { color: var(--gold); }

.primary-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.primary-nav a {
  position: relative;
  color: var(--text);
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 0;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.22s ease;
}
.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--gold);
}
.primary-nav a:hover::after,
.primary-nav a[aria-current="page"]::after {
  width: 100%;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius-sm);
  padding: 10px;
  cursor: pointer;
  color: var(--text);
}
.nav-toggle:hover { border-color: var(--gold); }
.nav-toggle .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle .bar + .bar { margin-top: 5px; }
.nav-toggle[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Buttons ---------- */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.95rem;
  border-radius: var(--radius);
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  text-decoration: none;
  line-height: 1;
}

.btn-primary {
  background: var(--gold);
  color: #1a1400;
  border-color: var(--gold);
}
.btn-primary:hover {
  background: var(--gold-soft);
  color: #1a1400;
  transform: translateY(-1px);
  box-shadow: var(--shadow-pop);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--line-strong);
}
.btn-ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-1px);
}

.btn-block { width: 100%; }

/* ---------- Hero ---------- */

.hero {
  position: relative;
  padding: clamp(56px, 9vw, 110px) 0 clamp(40px, 7vw, 80px);
  overflow: hidden;
  background:
    radial-gradient(60% 60% at 80% 0%, rgba(212, 175, 55, 0.16), transparent 60%),
    radial-gradient(40% 50% at 0% 100%, rgba(212, 175, 55, 0.08), transparent 70%),
    linear-gradient(180deg, #0a0a0a 0%, #121212 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
}

.hero-inner { position: relative; max-width: 760px; }

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 5vw, 56px);
  align-items: center;
}
.hero-grid .hero-inner { max-width: none; }

.hero-photo {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--surface);
  aspect-ratio: 4 / 5;
  box-shadow: var(--shadow-card);
}
.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(10, 10, 10, 0.55) 100%);
  pointer-events: none;
}

.hero h1 { margin-bottom: 18px; }
.hero h1 .accent { color: var(--gold); }

.hero-lede {
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  color: var(--text-muted);
  max-width: 56ch;
  margin-bottom: 32px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ---------- Sections ---------- */

.section {
  padding: clamp(56px, 8vw, 96px) 0;
}
.section-alt { background: var(--surface); }

.section-head {
  margin-bottom: 40px;
  max-width: 720px;
}
.section-head h2 { margin-bottom: 12px; }
.section-head p { color: var(--text-muted); margin: 0; }

/* ---------- Contact layout ---------- */

.contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(28px, 4vw, 56px);
  align-items: start;
}

.contact-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow-card);
}

.contact-card h2 { margin-bottom: 8px; }
.contact-card .form-intro {
  color: var(--text-muted);
  margin-bottom: 28px;
}

/* ---------- Form ---------- */

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 18px;
}
.form-grid .field-full { grid-column: 1 / -1; }

.field { display: flex; flex-direction: column; }

.field label {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.field label .req {
  color: var(--gold);
  margin-left: 2px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  background: var(--surface-2);
  color: var(--text);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  font: inherit;
  font-size: 0.98rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--text-dim);
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--line-strong);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.18);
  background: var(--surface-3);
}

.field textarea {
  min-height: 120px;
  resize: vertical;
}

.field select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  padding-right: 38px;
}

.field-error {
  display: none;
  margin-top: 6px;
  color: var(--danger);
  font-size: 0.85rem;
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(255, 90, 90, 0.15);
}
.field.has-error .field-error { display: block; }

.form-actions {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}
.form-actions .small {
  color: var(--text-dim);
  font-size: 0.85rem;
  margin: 0;
}

.form-success {
  display: none;
  margin-top: 20px;
  padding: 16px 18px;
  background: rgba(74, 222, 128, 0.08);
  border: 1px solid rgba(74, 222, 128, 0.35);
  border-radius: var(--radius);
  color: #b9f1cc;
}
.form-success.is-visible { display: block; }

/* ---------- Contact sidebar (direct contact + map) ---------- */

.direct-contact {
  background: linear-gradient(160deg, #1a1305 0%, var(--surface) 70%);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 36px);
  margin-bottom: 24px;
}

.direct-contact .eyebrow { margin-bottom: 6px; }
.direct-contact h2 {
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.direct-contact p { color: var(--text-muted); margin-bottom: 18px; }

.phone-big {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 700;
  color: var(--gold);
  letter-spacing: -0.01em;
  margin-bottom: 14px;
}
.phone-big:hover { color: var(--gold-soft); }
.phone-big svg { width: 26px; height: 26px; }

.contact-meta {
  display: grid;
  gap: 12px;
  margin: 0;
}
.contact-meta dt {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-bottom: 2px;
}
.contact-meta dd {
  margin: 0;
  color: var(--text);
}
.contact-meta a { color: var(--text); }
.contact-meta a:hover { color: var(--gold); }

.map-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}
.map-card iframe {
  display: block;
  width: 100%;
  height: 320px;
  border: 0;
  filter: grayscale(0.4) contrast(1.05) brightness(0.9);
}

/* ---------- Floating call button (mobile) ---------- */

.floating-call {
  display: none;
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
  background: var(--gold);
  color: #1a1400;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(212, 175, 55, 0.42), 0 4px 10px rgba(0, 0, 0, 0.5);
  transition: transform 0.18s ease, background 0.18s ease;
}
.floating-call:hover { background: var(--gold-soft); transform: scale(1.05); }
.floating-call svg { width: 26px; height: 26px; }

/* ---------- Footer ---------- */

.site-footer {
  background: #060606;
  border-top: 1px solid var(--line);
  padding: 56px 0 28px;
  color: var(--text-muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}

.footer-grid h4 {
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text);
  margin-bottom: 14px;
}

.footer-grid a { color: var(--text-muted); }
.footer-grid a:hover { color: var(--gold); }

.footer-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.footer-brand p { font-size: 0.95rem; margin-top: 14px; }
.footer-brand .brand-ace { font-size: 1.5rem; }
.footer-brand .brand-sub2 { font-size: 0.55rem; }

.social-row {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}
.social-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  color: var(--text-muted);
  transition: border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.social-row a:hover {
  border-color: var(--gold);
  color: var(--gold);
  transform: translateY(-2px);
}
.social-row svg { width: 16px; height: 16px; }

.footer-bottom {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.85rem;
  color: var(--text-dim);
}

/* ---------- Responsive ---------- */

@media (max-width: 920px) {
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav-toggle { display: inline-flex; flex-direction: column; }

  .primary-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    background: rgba(10, 10, 10, 0.97);
    backdrop-filter: blur(12px);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px var(--gutter) 20px;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-12px);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  .primary-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .primary-nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: 1.05rem;
  }
  .primary-nav a:last-child { border-bottom: 0; }
  .primary-nav a::after { display: none; }

  .nav-cta { display: none; }

  .floating-call { display: inline-flex; }

  .form-grid { grid-template-columns: 1fr; }
  .form-actions { flex-direction: column; align-items: stretch; }
  .form-actions .btn { width: 100%; }
}

@media (max-width: 480px) {
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .map-card iframe { height: 260px; }
}

/* =========================================================
   Components used across home / about / fleet / packages
   ========================================================= */

/* ---------- Hero variants ---------- */

.hero--home {
  padding-block: clamp(80px, 12vw, 140px);
}

.hero--compact {
  padding: clamp(56px, 8vw, 84px) 0 clamp(28px, 4vw, 40px);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 28px;
  margin-top: 28px;
  color: var(--text-muted);
  font-size: 0.95rem;
}
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta svg { width: 18px; height: 18px; color: var(--gold); }

/* ---------- Service / info cards ---------- */

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.service-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}
.service-card:hover {
  border-color: rgba(212, 175, 55, 0.5);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}

.service-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--gold-tint);
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.service-card-icon svg { width: 26px; height: 26px; }

.service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.service-card p {
  color: var(--text-muted);
  margin: 0;
  font-size: 0.96rem;
}

.service-card-link {
  margin-top: 16px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--gold);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.service-card-link::after {
  content: "→";
  transition: transform 0.2s ease;
}
.service-card:hover .service-card-link::after { transform: translateX(4px); }

/* ---------- Package cards (packages page) ---------- */

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.package-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.package-card.is-featured {
  border-color: rgba(212, 175, 55, 0.55);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
  background: linear-gradient(180deg, #17130a 0%, var(--surface) 60%);
}

.package-tag {
  align-self: flex-start;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  background: var(--gold-tint);
  border-radius: 999px;
  padding: 5px 12px;
  margin-bottom: 16px;
}
.package-card h3 { font-size: 1.4rem; margin-bottom: 8px; font-family: var(--font-display); }
.package-card > p { color: var(--text-muted); margin-bottom: 18px; }

.package-includes {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}
.package-includes li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
  font-size: 0.95rem;
}
.package-includes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--gold-tint) url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='20 6 9 17 4 12'/%3e%3c/svg%3e") center / 12px no-repeat;
}
.package-note {
  margin-top: auto;
  font-size: 0.85rem;
  color: var(--text-dim);
  padding-top: 6px;
}
.package-card .btn { margin-top: 18px; align-self: flex-start; }

/* ---------- FAQ accordion ---------- */

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
}
.faq-item { border-bottom: 1px solid var(--line); }

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  background: transparent;
  border: 0;
  color: var(--text);
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1.05rem;
  text-align: left;
  cursor: pointer;
  transition: color 0.2s ease;
}
.faq-question:hover { color: var(--gold); }
.faq-question[aria-expanded="true"] { color: var(--gold); }

.faq-icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--line-strong);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, border-color 0.2s ease, background 0.2s ease;
}
.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: transform 0.25s ease;
}
.faq-icon { position: relative; color: var(--gold); }
.faq-icon::after { transform: rotate(90deg); }
.faq-question[aria-expanded="true"] .faq-icon { background: var(--gold-tint); border-color: var(--gold); }
.faq-question[aria-expanded="true"] .faq-icon::after { transform: rotate(0); }

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.faq-answer-inner {
  padding: 0 0 22px;
  color: var(--text-muted);
  max-width: 70ch;
}
.faq-answer-inner p { margin: 0 0 0.8em; }
.faq-answer-inner p:last-child { margin: 0; }

/* ---------- Fleet / vehicle cards ---------- */

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vehicle-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.vehicle-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: var(--shadow-card);
}

.vehicle-media {
  aspect-ratio: 16 / 10;
  background:
    radial-gradient(80% 80% at 50% 100%, rgba(212, 175, 55, 0.18), transparent 70%),
    linear-gradient(180deg, var(--surface-3) 0%, var(--surface) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold-soft);
  border-bottom: 1px solid var(--line);
}
.vehicle-media svg { width: 65%; height: 65%; opacity: 0.85; }
.vehicle-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vehicle-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.vehicle-body h3 {
  font-size: 1.35rem;
  margin-bottom: 4px;
  font-family: var(--font-display);
}
.vehicle-body .vehicle-sub {
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}
.vehicle-body p {
  color: var(--text-muted);
  margin-bottom: 16px;
}
.vehicle-specs {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 8px;
}
.vehicle-specs li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.92rem;
}
.vehicle-specs svg {
  width: 16px; height: 16px;
  color: var(--gold);
  flex: 0 0 auto;
}
.vehicle-body .btn { margin-top: auto; align-self: flex-start; }

/* ---------- Values / "why us" cards ---------- */

.values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.value-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
}
.value-card .service-card-icon { margin-bottom: 14px; }
.value-card h3 { font-size: 1.1rem; margin-bottom: 8px; }
.value-card p { color: var(--text-muted); margin: 0; font-size: 0.96rem; }

/* ---------- Two-column "about" layout ---------- */

.split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.split-media {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    radial-gradient(60% 60% at 50% 0%, rgba(212, 175, 55, 0.12), transparent 70%),
    linear-gradient(160deg, var(--surface-3), var(--surface));
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  box-shadow: var(--shadow-card);
}
.split-media svg { width: 55%; height: 55%; opacity: 0.85; }
.split-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.split h2 { margin-bottom: 14px; }
.split p { color: var(--text-muted); }

/* ---------- How-it-works steps ---------- */

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: step;
}
.step {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  position: relative;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--gold-tint);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--gold);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.step h3 { font-size: 1.1rem; margin-bottom: 8px; }
.step p { color: var(--text-muted); margin: 0; font-size: 0.96rem; }

/* ---------- CTA strip ---------- */

.cta-strip {
  background: linear-gradient(120deg, #1a1305 0%, var(--surface) 80%);
  border: 1px solid rgba(212, 175, 55, 0.32);
  border-radius: var(--radius-lg);
  padding: clamp(28px, 5vw, 48px);
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 24px;
  align-items: center;
  box-shadow: var(--shadow-card);
}
.cta-strip .eyebrow { color: var(--gold); }
.cta-strip h2 { margin: 0 0 6px; color: var(--text); }
.cta-strip p { color: var(--text-muted); margin: 0; max-width: 56ch; }
.cta-strip-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* ---------- Service / package detail rows ---------- */

.service-detail {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 36px;
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}
.service-detail-media {
  aspect-ratio: 4 / 3;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface);
  margin-top: 16px;
  box-shadow: var(--shadow-card);
}
.service-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.service-detail:last-child { border-bottom: 0; }
.service-detail .service-card-icon { margin-bottom: 16px; }
.service-detail h3 { font-size: 1.6rem; margin-bottom: 8px; font-family: var(--font-display); }
.service-detail p { color: var(--text-muted); }
.service-detail ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
}
.service-detail ul li {
  position: relative;
  padding-left: 22px;
  color: var(--text-muted);
}
.service-detail ul li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

/* ---------- Responsive overrides for new components ---------- */

@media (max-width: 980px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .package-grid { grid-template-columns: repeat(2, 1fr); }
  .values-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .split { grid-template-columns: 1fr; }
  .cta-strip { grid-template-columns: 1fr; }
  .service-detail { grid-template-columns: 1fr; gap: 16px; }
  .service-detail ul { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-photo { aspect-ratio: 3 / 2; max-height: 360px; }
}

@media (max-width: 560px) {
  .service-grid { grid-template-columns: 1fr; }
  .fleet-grid { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
}

/* ---------- Top utility bar ---------- */

.topbar {
  background:
    linear-gradient(90deg, rgba(212, 175, 55, 0.05) 0%, rgba(212, 175, 55, 0.11) 50%, rgba(212, 175, 55, 0.05) 100%),
    #060606;
  border-bottom: 1px solid rgba(212, 175, 55, 0.18);
  color: var(--text-muted);
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 40px;
  gap: 16px;
  padding-block: 8px;
}

.topbar-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--text-muted);
  transition: color 0.18s ease;
  text-decoration: none;
}
.topbar-item:hover {
  color: var(--gold);
}
.topbar-item svg {
  width: 14px;
  height: 14px;
  color: var(--gold);
  flex-shrink: 0;
}
.topbar-item strong {
  font-weight: 500;
  color: inherit;
}

.topbar-divider {
  width: 1px;
  height: 14px;
  background: rgba(212, 175, 55, 0.25);
  display: inline-block;
}

@media (max-width: 760px) {
  .topbar-divider { display: none; }
  .topbar-inner { font-size: 0.78rem; }
  .topbar .topbar-hide-mobile { display: none; }
}

/* ---------- Hero stats strip ---------- */

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(212, 175, 55, 0.18);
  max-width: 560px;
}

.hero-stat {
  display: flex;
  flex-direction: column;
}
.hero-stat-num {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.6vw, 2rem);
  font-weight: 700;
  color: var(--gold);
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.hero-stat-label {
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-dim);
  margin-top: 6px;
}

@media (max-width: 520px) {
  .hero-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
}

/* ---------- Scroll reveal animation ---------- */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }
.reveal-delay-4 { transition-delay: 0.32s; }

/* ---------- Card hover lift refinement ---------- */

.service-card,
.value-card,
.vehicle-card,
.package-card {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.service-card:hover,
.value-card:hover,
.vehicle-card:hover,
.package-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.45);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.55);
}

.service-card-icon {
  transition: transform 0.25s ease, background 0.25s ease, color 0.25s ease;
}
.service-card:hover .service-card-icon,
.value-card:hover .service-card-icon {
  transform: scale(1.05);
  color: var(--gold-soft);
}

.vehicle-media img {
  transition: transform 0.5s ease;
}
.vehicle-card:hover .vehicle-media img {
  transform: scale(1.04);
}

/* ---------- Form polish ---------- */

.contact-card {
  position: relative;
  overflow: hidden;
}
.contact-card::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.16) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.contact-card > * { position: relative; z-index: 1; }

.form-grid { gap: 18px 22px; }

.field input,
.field select,
.field textarea {
  padding: 14px 16px;
  font-size: 1rem;
}

.field label {
  font-size: 0.78rem;
}

/* ---------- Hero photo polish ---------- */

.hero-photo img {
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.8s ease;
}
.hero-photo {
  opacity: 0;
  transform: scale(0.98);
  animation: hero-photo-in 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) 0.1s forwards;
}
@keyframes hero-photo-in {
  to { opacity: 1; transform: scale(1); }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1; transform: none; }
  .hero-photo { opacity: 1; transform: none; animation: none; }
}
