/* ============================================================
   MahiLimo — Houston Luxury Limo Service
   Dark + gold luxury theme
   ============================================================ */

:root {
  --bg: #0c1315;
  --bg-2: #0f171a;
  --bg-3: #12191c;
  --gold: #bfa37c;
  --gold-2: #8c7554;
  --gold-soft: #d9cbb2;
  --text: #ffffff;
  --muted: #a6a6a6;
  --muted-2: #b2b2b2;
  --line: rgba(191, 163, 124, 0.22);
  --line-soft: rgba(255, 255, 255, 0.08);
  --serif: "Epilogue", "Playfair Display", Georgia, serif;
  --sans: "Sora", "Inter", system-ui, -apple-system, sans-serif;
  --maxw: 1200px;
}

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

html { scroll-behavior: smooth; }

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

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

a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.gold { color: var(--gold); }

.section { padding: 90px 0; }
.section-head { text-align: center; max-width: 760px; margin: 0 auto 54px; }
.eyebrow {
  font-family: var(--sans);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 14px;
}
h1, h2, h3 { font-family: var(--serif); font-weight: 700; line-height: 1.15; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.8rem); }
.section-head p { color: var(--muted-2); margin-top: 16px; font-size: 1.02rem; }

/* ---- Buttons ---- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 30px;
  border-radius: 4px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.25s ease;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #14100a;
}
.btn-gold:hover { filter: brightness(1.08); transform: translateY(-2px); }
.btn-ghost {
  background: transparent;
  border-color: var(--gold);
  color: var(--gold);
}
.btn-ghost:hover { background: var(--gold); color: #14100a; }

/* ============================================================
   Top bar
   ============================================================ */
.topbar {
  background: #070d0f;
  border-bottom: 1px solid var(--line-soft);
  font-size: 0.82rem;
  color: var(--muted-2);
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  gap: 18px;
  flex-wrap: wrap;
}
.topbar a { color: var(--muted-2); transition: color 0.2s; }
.topbar a:hover { color: var(--gold); }
.topbar .tb-group { display: flex; align-items: center; gap: 22px; }
.topbar .tb-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar svg { width: 15px; height: 15px; color: var(--gold); flex: none; }

/* ============================================================
   Header / Nav
   ============================================================ */
.header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(9, 15, 17, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line-soft);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  gap: 24px;
}
.brand img { height: 62px; width: auto; background: #fff; padding: 6px 12px; border-radius: 6px; }

.nav { display: flex; align-items: center; gap: 6px; }
.nav > ul { list-style: none; display: flex; align-items: center; gap: 4px; }
.nav > ul > li { position: relative; }
.nav > ul > li > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 12px 15px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #e9e6df;
  transition: color 0.2s;
}
.nav > ul > li > a:hover { color: var(--gold); }
.nav .caret { width: 10px; height: 10px; opacity: 0.7; }

.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  list-style: none;
  background: #0e171a;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.5);
}
.nav > ul > li:hover > .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu li a {
  display: block;
  padding: 9px 14px;
  font-size: 0.86rem;
  color: var(--muted-2);
  border-radius: 5px;
  transition: all 0.18s;
}
.submenu li a:hover { background: rgba(191, 163, 124, 0.12); color: var(--gold); }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-cta .btn { padding: 11px 22px; }

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 8px 10px;
  cursor: pointer;
}
.nav-toggle svg { width: 22px; height: 22px; color: var(--gold); }

/* ============================================================
   Hero
   ============================================================ */
.hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(7, 12, 14, 0.92) 0%, rgba(7, 12, 14, 0.55) 55%, rgba(7, 12, 14, 0.35) 100%),
    url("assets/rev-1.jpg") center / cover no-repeat;
  min-height: 640px;
  display: flex;
  align-items: center;
  padding: 70px 0;
}
.hero .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}
.hero-copy h1 {
  font-size: clamp(2.3rem, 5vw, 3.8rem);
  line-height: 1.08;
  margin-bottom: 22px;
}
.hero-copy h1 span { color: var(--gold); }
.hero-copy p { color: var(--muted-2); font-size: 1.08rem; max-width: 520px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* Reservation form card */
.reserve {
  background: rgba(12, 19, 21, 0.9);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
}
.reserve h3 { font-size: 1.5rem; margin-bottom: 6px; }
.reserve .sub { color: var(--muted); font-size: 0.9rem; margin-bottom: 22px; }
.reserve .grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.field label .opt {
  color: var(--muted);
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  background: #0a1214;
  border: 1px solid var(--line-soft);
  border-radius: 6px;
  padding: 12px 13px;
  color: var(--text);
  font-family: var(--sans);
  font-size: 0.92rem;
  transition: border-color 0.2s;
}
.field input::placeholder,
.field textarea::placeholder { color: #6d7679; }
.field input:focus,
.field select:focus,
.field textarea:focus { outline: none; border-color: var(--gold); }
.field select { appearance: none; cursor: pointer; }
.field textarea { resize: vertical; min-height: 84px; }
.reserve .btn { width: 100%; margin-top: 20px; }
.reserve .hp { display: none; }

/* Date field — popup calendar */
.datepicker { position: relative; }
.datepicker input { padding-right: 42px; }
.dp-btn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 5px;
  background: none;
  color: var(--gold);
  cursor: pointer;
}
.dp-btn:hover { background: rgba(191, 163, 124, 0.14); }
.dp-btn svg { width: 17px; height: 17px; }
.dp-pop {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 30;
  width: 268px;
  max-width: 84vw;
  padding: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  background: #0d1618;
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.6);
}
.dp-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 10px;
}
.dp-title {
  font-family: var(--serif);
  font-size: 0.98rem;
  color: var(--gold-soft);
}
.dp-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 1px solid var(--line-soft);
  border-radius: 5px;
  background: none;
  color: var(--gold);
  cursor: pointer;
}
.dp-nav:hover:not([disabled]) { border-color: var(--gold); background: rgba(191, 163, 124, 0.14); }
.dp-nav[disabled] { opacity: 0.3; cursor: default; }
.dp-nav svg { width: 15px; height: 15px; }
.dp-dow,
.dp-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; }
.dp-dow {
  margin-bottom: 4px;
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}
.dp-day {
  padding: 0;
  height: 32px;
  border: 0;
  border-radius: 5px;
  background: none;
  color: var(--text);
  font-family: var(--sans);
  font-size: 0.84rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.dp-day:hover:not([disabled]) { background: rgba(191, 163, 124, 0.18); }
.dp-day:focus-visible { outline: 1px solid var(--gold); outline-offset: -1px; }
.dp-day[disabled] { color: #4a5457; cursor: default; }
.dp-day.is-today { box-shadow: inset 0 0 0 1px var(--gold-2); }
.dp-day.is-selected {
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #14100a;
  font-weight: 600;
}
.dp-today {
  width: 100%;
  margin-top: 10px;
  padding: 7px;
  border: 1px solid var(--line-soft);
  border-radius: 5px;
  background: none;
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
}
.dp-today:hover { border-color: var(--gold); background: rgba(191, 163, 124, 0.12); }

/* Reservation modal */
body.modal-open { overflow: hidden; }
.modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 48px 20px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
.modal.is-open { opacity: 1; visibility: visible; }
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 8, 9, 0.74);
  backdrop-filter: blur(3px);
}
.modal-dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 560px;
  margin: auto;
  transform: translateY(14px) scale(0.98);
  transition: transform 0.25s ease;
}
.modal.is-open .modal-dialog { transform: none; }
.modal .reserve { margin: 0; }
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--gold-soft);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.modal-close svg { width: 18px; height: 18px; }
.modal-close:hover { background: var(--gold); color: #0a1214; }

/* ============================================================
   Intro
   ============================================================ */
.intro { background: var(--bg-2); text-align: center; }
.intro .container { max-width: 900px; }
.intro h2 { margin-bottom: 22px; }
.intro p { color: var(--muted-2); font-size: 1.08rem; }
.intro .callcenter {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--gold);
}
.intro .callcenter svg { width: 26px; height: 26px; }

/* ============================================================
   Why choose
   ============================================================ */
.features { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.feature {
  background: var(--bg-3);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 30px 22px;
  text-align: center;
  transition: transform 0.25s, border-color 0.25s;
}
.feature:hover { transform: translateY(-6px); border-color: var(--line); }
.feature .ico {
  width: 60px;
  height: 60px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(191, 163, 124, 0.12);
  border: 1px solid var(--line);
}
.feature .ico svg { width: 28px; height: 28px; color: var(--gold); }
.feature h3 { font-size: 1.12rem; margin-bottom: 10px; font-family: var(--sans); font-weight: 600; }
.feature p { color: var(--muted); font-size: 0.86rem; }

/* ============================================================
   Fleet
   ============================================================ */
.fleet { background: var(--bg-2); }
.fleet-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.vehicle {
  background: var(--bg-3);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  overflow: hidden;
  transition: transform 0.28s, border-color 0.28s;
}
.vehicle:hover { transform: translateY(-6px); border-color: var(--gold); }
.vehicle .thumb { aspect-ratio: 16 / 10; overflow: hidden; }
.vehicle .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.vehicle:hover .thumb img { transform: scale(1.06); }
.vehicle .body { padding: 22px 24px 26px; }
.vehicle .tag {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
.vehicle h3 { font-size: 1.35rem; margin: 8px 0 14px; }
.vehicle .meta { display: flex; gap: 18px; color: var(--muted); font-size: 0.84rem; margin-bottom: 18px; }
.vehicle .meta span { display: inline-flex; align-items: center; gap: 6px; }
.vehicle .meta svg { width: 16px; height: 16px; color: var(--gold); }

/* ============================================================
   Specialty services
   ============================================================ */
.specialty { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.spec {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: flex-end;
  border: 1px solid var(--line-soft);
}
.spec::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}
.spec:hover::before { transform: scale(1.08); }
.spec::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 12, 14, 0.1) 0%, rgba(7, 12, 14, 0.9) 100%);
}
.spec .spec-body { position: relative; padding: 24px; z-index: 2; }
.spec h3 { font-size: 1.25rem; margin-bottom: 8px; }
.spec p { color: var(--muted-2); font-size: 0.85rem; }
.spec.s1::before { background-image: url("assets/h1-img-2.jpg"); }
.spec.s2::before { background-image: url("assets/h1-img-3.jpg"); }
.spec.s3::before { background-image: url("assets/h1-img-4.jpg"); }
.spec.s4::before { background-image: url("assets/h1-img-6.jpg"); }

/* ============================================================
   About / premium band
   ============================================================ */
.about { background: var(--bg-2); }
.about .container { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.about .media { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.about .media img { width: 100%; height: 100%; object-fit: cover; }
.about h2 { margin-bottom: 20px; }
.about p { color: var(--muted-2); margin-bottom: 18px; }
.about ul { list-style: none; display: grid; gap: 12px; margin: 24px 0 30px; }
.about li { display: flex; gap: 12px; align-items: flex-start; color: #e6e2da; font-size: 0.95rem; }
.about li svg { width: 20px; height: 20px; color: var(--gold); flex: none; margin-top: 3px; }

/* ============================================================
   CTA band
   ============================================================ */
.cta {
  position: relative;
  background:
    linear-gradient(90deg, rgba(7, 12, 14, 0.9), rgba(7, 12, 14, 0.75)),
    url("assets/rev-3.jpg") center / cover fixed no-repeat;
  text-align: center;
  padding: 100px 0;
}
.cta h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 18px; }
.cta p { color: var(--muted-2); max-width: 640px; margin: 0 auto 32px; font-size: 1.08rem; }
.cta .btn { margin: 0 8px; }

/* ============================================================
   Airport highlight
   ============================================================ */
.airport .container { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.airport .media { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.airport h2 { margin-bottom: 20px; }
.airport p { color: var(--muted-2); margin-bottom: 22px; }
.airport .stats { display: flex; gap: 40px; margin-top: 26px; }
.airport .stat .n { font-family: var(--serif); font-size: 2.2rem; color: var(--gold); }
.airport .stat .l { color: var(--muted); font-size: 0.82rem; letter-spacing: 0.06em; }

/* ============================================================
   Footer
   ============================================================ */
.footer { background: #070d0f; border-top: 1px solid var(--line-soft); padding: 70px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; }
.footer h4 {
  font-family: var(--sans);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 20px;
}
.footer .f-logo img { height: 70px; margin-bottom: 18px; }
.footer p, .footer li { color: var(--muted); font-size: 0.9rem; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer ul a { transition: color 0.2s; }
.footer ul a:hover { color: var(--gold); }
.footer .contact-item { display: flex; gap: 10px; align-items: flex-start; margin-bottom: 14px; }
.footer .contact-item svg { width: 18px; height: 18px; color: var(--gold); flex: none; margin-top: 2px; }
.footer-bottom {
  margin-top: 56px;
  border-top: 1px solid var(--line-soft);
  padding: 22px 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.84rem;
}

/* Back to top */
.totop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
  color: #14100a;
  display: grid;
  place-items: center;
  z-index: 90;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
.totop.show { opacity: 1; pointer-events: auto; }
.totop:hover { transform: translateY(-4px); }
.totop svg { width: 20px; height: 20px; }

/* ============================================================
   Thank-you page
   ============================================================ */
.thanks {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 80px 0;
}
.thanks .box { max-width: 560px; }
.thanks .check {
  width: 80px; height: 80px; margin: 0 auto 28px;
  border-radius: 50%; display: grid; place-items: center;
  background: rgba(191, 163, 124, 0.12); border: 1px solid var(--line);
}
.thanks .check svg { width: 40px; height: 40px; color: var(--gold); }
.thanks h1 { font-size: 2.6rem; margin-bottom: 16px; }
.thanks p { color: var(--muted-2); margin-bottom: 30px; }
.thanks .ref-note {
  font-size: 0.9rem;
  color: var(--muted);
  margin-bottom: 26px;
}
.thanks .ref-note a { color: var(--gold-soft); text-decoration: underline; text-decoration-color: var(--line); }
.thanks .actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ============================================================
   Reservation status lookup (/reservation-status)
   ============================================================ */
.lookup { padding: 90px 0 100px; }
.lookup-inner { max-width: 620px; margin: 0 auto; text-align: center; }
.lookup h1 { font-size: 2.4rem; margin-bottom: 14px; }
.lookup-lead { color: var(--muted-2); margin-bottom: 34px; }
.lookup-form { text-align: left; }
.lookup-error {
  margin-top: 20px;
  padding: 14px 16px;
  border: 1px solid rgba(207, 123, 114, 0.4);
  border-radius: 8px;
  background: rgba(207, 123, 114, 0.08);
  color: #eabdb8;
  font-size: 0.9rem;
  text-align: left;
}
.lookup-result {
  margin-top: 24px;
  text-align: left;
  background: var(--bg-3);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 28px;
}
.lookup-result-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-soft);
}
.lookup-result-head h2 { font-size: 1.5rem; }
.lookup-ref {
  font-family: ui-monospace, monospace;
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  color: var(--gold);
  margin-bottom: 6px;
}
.lookup-badge {
  flex: none;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid currentColor;
  color: var(--gold);
}
.lookup-badge.is-new { color: #6fb1d6; }
.lookup-badge.is-quoted { color: #d9b45c; }
.lookup-badge.is-confirmed { color: #6bbf8a; }
.lookup-badge.is-completed { color: #8d9aa0; }
.lookup-badge.is-cancelled { color: #cf7b72; }
.lookup-message { color: var(--muted-2); font-size: 0.95rem; padding: 18px 0; }
.lookup-rows {
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  gap: 10px 16px;
  font-size: 0.92rem;
  padding-top: 4px;
}
.lookup-rows dt {
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  padding-top: 3px;
}
.lookup-rows dd { color: var(--text); word-break: break-word; }
.lookup-help {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 0.86rem;
}
.lookup-help a { color: var(--gold-soft); }

@media (max-width: 640px) {
  .lookup { padding: 60px 0 70px; }
  .lookup h1 { font-size: 1.9rem; }
  .lookup-result { padding: 22px 18px; }
  .lookup-rows { grid-template-columns: 1fr; gap: 4px; }
  .lookup-rows dd { margin-bottom: 10px; }
}

/* ============================================================
   Service pages
   ============================================================ */

/* Wider submenu for the Services list (long labels) */
.submenu-wide { min-width: 268px; }
@media (min-width: 901px) {
  /* Let the dropdown shrink-wrap the longest service name instead of wrapping it */
  .submenu-wide li a { white-space: nowrap; }
}
.submenu li a.is-current,
.nav > ul > li > a.is-current { color: var(--gold); }

/* Alternating section band */
.section.alt { background: var(--bg-2); }

/* Page hero */
.page-hero {
  position: relative;
  padding: 130px 0 96px;
  background: var(--bg-2);
  border-bottom: 1px solid var(--line-soft);
  overflow: hidden;
}
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-img);
  background-size: cover;
  background-position: center;
  opacity: 0.34;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 12, 14, 0.94) 0%, rgba(7, 12, 14, 0.72) 55%, rgba(7, 12, 14, 0.5) 100%);
}
.page-hero .container { position: relative; z-index: 2; max-width: 920px; }
.page-hero h1 {
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  margin-bottom: 20px;
}
.page-hero .lead { color: var(--muted-2); font-size: 1.05rem; margin-bottom: 32px; }

/* Breadcrumb */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 22px;
}
.breadcrumb a { color: var(--muted-2); transition: color 0.2s; }
.breadcrumb a:hover { color: var(--gold); }
.breadcrumb span[aria-hidden] { color: var(--gold-2); }
.breadcrumb .crumb-current { color: var(--gold); }

/* Card grids — .features gains explicit column counts.
   Scoped to .cols-* so the homepage's centred card row is unaffected. */
.features.cols-3 { grid-template-columns: repeat(3, 1fr); }
.features.cols-4 { grid-template-columns: repeat(4, 1fr); }
.features.cols-5 { grid-template-columns: repeat(5, 1fr); }
.features[class*="cols-"] .feature { text-align: left; }
.features[class*="cols-"] .feature .ico { margin: 0 0 18px; }

/* Split copy + media */
.split .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split .media { border-radius: 16px; overflow: hidden; border: 1px solid var(--line); }
.split .media img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4 / 3; }
.split h2 { margin-bottom: 20px; }
.split .copy p { color: var(--muted-2); margin-bottom: 18px; }

/* Gold check list */
.checklist { list-style: none; display: grid; gap: 14px; margin-top: 24px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: #e6e2da; font-size: 0.95rem; }
.checklist li svg { width: 20px; height: 20px; color: var(--gold); flex: none; margin-top: 3px; }
.checklist strong { color: #fff; font-weight: 600; }

/* Numbered steps */
.steps { list-style: none; display: grid; gap: 18px; max-width: 900px; margin: 0 auto; }
.steps .step {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  background: var(--bg-3);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 26px 28px;
  transition: border-color 0.25s;
}
.steps .step:hover { border-color: var(--line); }
.steps .step-n {
  font-family: var(--serif);
  font-size: 1.5rem;
  color: var(--gold);
  line-height: 1;
  flex: none;
  padding-top: 2px;
}
.steps .step h3 { font-size: 1.12rem; font-family: var(--sans); font-weight: 600; margin-bottom: 8px; }
.steps .step p { color: var(--muted); font-size: 0.9rem; }

/* Plain prose block */
.prose-body { max-width: 860px; margin: 0 auto; }
.prose-body p { color: var(--muted-2); margin-bottom: 18px; font-size: 1.02rem; }
.prose-body p:last-child { margin-bottom: 0; }

/* Keyword + call strip */
.keywords .container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 26px;
  align-items: stretch;
}
.kw-box,
.call-box {
  background: var(--bg-3);
  border: 1px solid var(--line-soft);
  border-radius: 14px;
  padding: 32px;
}
.kw-box h3 { font-size: 1.2rem; margin-bottom: 14px; }
.kw-box p { color: var(--muted); font-size: 0.9rem; }
.call-box { text-align: center; display: grid; align-content: center; gap: 14px; }
.call-box p { color: var(--muted); font-size: 0.88rem; }
.callnow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--gold);
  font-size: 1.1rem;
}
.callnow svg { width: 24px; height: 24px; }

/* FAQ accordion */
.faq { background: var(--bg-2); }
.faq-list { max-width: 880px; margin: 0 auto; display: grid; gap: 12px; }
.faq-item {
  background: var(--bg-3);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  overflow: hidden;
}
.faq-item[open] { border-color: var(--line); }
.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.98rem;
  list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--gold); }
.faq-item summary .caret {
  width: 18px;
  height: 18px;
  color: var(--gold);
  flex: none;
  transition: transform 0.25s;
}
.faq-item[open] summary .caret { transform: rotate(180deg); }
.faq-a { padding: 0 24px 22px; }
.faq-a p { color: var(--muted-2); font-size: 0.92rem; }

/* Related services */
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.related-card {
  display: grid;
  gap: 10px;
  align-content: start;
  background: var(--bg-3);
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  padding: 26px 24px;
  transition: transform 0.25s, border-color 0.25s;
}
.related-card:hover { transform: translateY(-5px); border-color: var(--gold); }
.related-card.is-current { border-color: var(--line); background: rgba(191, 163, 124, 0.08); }
.related-card svg { width: 24px; height: 24px; color: var(--gold); }
.related-card h3 { font-size: 1.02rem; font-family: var(--sans); font-weight: 600; }
.related-card .go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--gold);
  font-size: 0.76rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.related-card .go svg { width: 13px; height: 13px; transform: rotate(-90deg); }

/* Inline booking form */
.booking { background: var(--bg-2); }
.booking .reserve { max-width: 760px; margin: 0 auto; }

/* Service card copy on the hub page */
.svc-desc { color: var(--muted); font-size: 0.88rem; margin-bottom: 18px; }
.vehicle a.thumb { display: block; }
.vehicle h3 a:hover { color: var(--gold); }

/* Specialty cards became links on the homepage */
.spec .go {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  color: var(--gold);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.spec .go svg { width: 12px; height: 12px; transform: rotate(-90deg); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1080px) {
  .features,
  .features.cols-3,
  .features.cols-4,
  .features.cols-5 { grid-template-columns: repeat(2, 1fr); }
  .fleet-grid { grid-template-columns: repeat(2, 1fr); }
  .specialty { grid-template-columns: repeat(2, 1fr); }
  .related-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .nav, .header-cta { display: none; }
  .nav.open {
    display: block;
    position: absolute;
    top: 84px; left: 0; right: 0;
    background: #0b1315;
    border-bottom: 1px solid var(--line);
    padding: 12px 24px 20px;
  }
  .nav.open > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .nav.open .submenu {
    position: static; opacity: 1; visibility: visible; transform: none;
    box-shadow: none; border: none; background: transparent; padding: 0 0 0 14px;
    display: none;
  }
  .nav.open > ul > li.open-sub .submenu { display: block; }
  .nav-toggle { display: inline-flex; }
  .hero .container,
  .about .container,
  .airport .container,
  .split .container,
  .keywords .container { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .page-hero { padding: 70px 0 60px; }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .section { padding: 60px 0; }
  .features, .fleet-grid, .specialty { grid-template-columns: 1fr; }
  .features.cols-3,
  .features.cols-4,
  .features.cols-5 { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .steps .step { flex-direction: column; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .reserve .grid { grid-template-columns: 1fr; }
  .airport .stats { flex-direction: column; gap: 20px; }
}
