:root {
  --navy: #0b1220;
  --navy-2: #121a2b;
  --ink: #1a2332;
  --gold: #c4a46a;
  --gold-2: #dbbf84;
  --cream: #f7f2e8;
  --cream-2: #fffdf8;
  --line: #e7dfd0;
  --muted: #667085;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(11, 18, 32, .16);
  --radius: 16px;
  --max: 1180px;
  --book: https://book.mylimobiz.com/v4/a1limochicago;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }

/* Top bar */
.topbar {
  background: var(--navy);
  color: #d7deea;
  font-size: 13px;
  padding: 8px 0;
}
.topbar .wrap { display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.topbar span { opacity: .92; }
.topbar a { color: #fff; }
.topbar .right { display: flex; gap: 18px; }

/* Header */
.header {
  position: sticky; top: 0; z-index: 80;
  background: #fff;
  border-bottom: 1px solid #eeeae3;
}
.header-row {
  display: flex; align-items: center; gap: 28px;
  min-height: 78px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px; font-weight: 600; letter-spacing: .02em;
  white-space: nowrap;
}
.logo b { color: var(--gold); font-weight: 600; }
.logo small { display: block; font-family: "DM Sans", sans-serif; font-size: 10px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-top: -4px; }
.logo-mark {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--navy); color: var(--gold-2);
  display: grid; place-items: center;
  font-family: "Cormorant Garamond", serif; font-weight: 700; font-size: 14px;
  border: 1px solid var(--gold);
}

nav.desk { display: flex; align-items: center; gap: 2px; flex: 1; }
.nav-item { position: relative; }
.nav-link {
  display: flex; align-items: center; gap: 6px;
  padding: 28px 14px;
  font-size: 15px; font-weight: 600; color: var(--navy);
}
.nav-link svg { width: 12px; height: 12px; opacity: .55; }
.nav-item:hover .nav-link,
.nav-item.open .nav-link,
.nav-item.active .nav-link { color: var(--navy); }
.nav-item.active .nav-link,
.nav-item:hover .nav-link {
  box-shadow: inset 0 -2px 0 var(--navy);
}

.header-cta { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 999px; font-weight: 700; font-size: 14px;
  padding: 11px 18px; border: 1px solid transparent; cursor: pointer;
  transition: .15s ease;
}
.btn-phone { border-color: #d9d3c6; background: #fff; color: var(--navy); }
.btn-phone:hover { border-color: var(--gold); }
.btn-book { background: var(--navy); color: #fff; }
.btn-book:hover { background: #000; }
.btn-gold { background: var(--gold-2); color: var(--navy); }
.btn-gold:hover { filter: brightness(.96); }
.btn-lg { padding: 14px 22px; font-size: 15px; border-radius: 12px; }

/* Mega menu */
.mega {
  display: none;
  position: absolute; left: 0; top: 100%;
  width: 760px;
  background: var(--cream-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
  padding: 18px 18px 14px;
}
.mega.mega-sm { width: 520px; }
.mega.mega-air { width: 640px; }
.mega.mega-areas { width: 640px; }
.mega.mega-fleet { width: 720px; }
.nav-item:hover .mega,
.nav-item.open .mega { display: block; }
.mega-head {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: 12px; padding: 0 4px;
}
.mega-head h4 {
  font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: #5b6472;
}
.mega-head a { font-size: 13px; color: var(--gold); font-weight: 700; }
.mega-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px;
}
.mega-card {
  background: #fff;
  border: 1px solid #efe8da;
  border-radius: 14px;
  padding: 16px 12px 14px;
  min-height: 118px;
  transition: .15s ease;
}
.mega-card:hover { border-color: var(--gold); transform: translateY(-1px); }
.mega-ico {
  width: 36px; height: 36px; border-radius: 10px;
  background: #f3ead8; color: #8a6d32;
  display: grid; place-items: center; margin-bottom: 10px;
}
.mega-ico svg { width: 18px; height: 18px; }
.mega-card strong { display: block; font-size: 13.5px; line-height: 1.25; color: var(--navy); }
.mega-card em { display: block; font-style: normal; font-size: 12px; color: var(--muted); margin-top: 3px; }
.mega-pills {
  display: flex; gap: 8px; margin-top: 12px;
  background: #f3ead8; border-radius: 12px; padding: 6px;
}
.mega-pills a {
  flex: 1; text-align: center;
  font-size: 12.5px; font-weight: 600; color: var(--navy);
  padding: 8px 6px; border-radius: 8px;
}
.mega-pills a:hover { background: #fff; }

.mega-air-layout {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 12px;
}
.mega-feature {
  background: var(--cream);
  border-radius: 14px;
  padding: 18px 16px;
}
.mega-feature strong { display: block; color: var(--navy); font-size: 15px; margin-bottom: 6px; }
.mega-feature p { font-size: 13px; color: var(--muted); margin-bottom: 14px; }
.mega-feature a.more { color: var(--gold); font-weight: 700; font-size: 13px; }
.mega-air-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mega-chip {
  background: #fff;
  border: 1px solid #efe8da;
  border-radius: 12px;
  padding: 12px 12px 11px;
}
.mega-chip:hover { border-color: var(--gold); }
.mega-chip b { display: block; font-size: 13.5px; color: var(--navy); }
.mega-chip span { display: block; font-size: 12px; color: var(--muted); margin-top: 2px; }
.mega-chip .dot { color: var(--gold); margin-right: 4px; }

.mega-areas-layout {
  display: grid;
  grid-template-columns: 1fr 1fr 180px;
  gap: 8px;
}
.mega-col h5 {
  font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  color: #8a6d32; margin-bottom: 8px;
}
.mega-col a {
  display: flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 600; color: var(--navy);
  padding: 5px 0;
}
.mega-col a:before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex: none; }

.mega-fleet-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.mega-fleet-card {
  background: #fff;
  border: 1px solid #efe8da;
  border-radius: 12px;
  padding: 14px 12px 12px;
}
.mega-fleet-card:hover { border-color: var(--gold); }
.mega-fleet-card .num { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.mega-fleet-card strong { display: block; margin-top: 4px; font-size: 13.5px; color: var(--navy); line-height: 1.25; }
.mega-fleet-card em { display: block; font-style: normal; font-size: 12px; color: var(--muted); margin-top: 2px; }

/* Mobile */
.burger {
  display: none; margin-left: auto;
  width: 42px; height: 42px; border: 1px solid #ddd; border-radius: 10px; background: #fff;
}
.mobile-panel {
  display: none; border-top: 1px solid #eee; background: #fff; padding: 8px 20px 20px;
}
.mobile-panel a.m-link { display: block; padding: 12px 0; font-weight: 600; border-bottom: 1px solid #f1eee8; }
.mobile-sub { padding: 6px 0 10px 10px; display: none; }
.mobile-sub a { display: block; padding: 7px 0; font-size: 14px; color: #444; }
.mobile-panel .open + .mobile-sub { display: block; }

/* Page chrome */
.hero-page {
  background:
    linear-gradient(180deg, rgba(11,18,32,.72), rgba(11,18,32,.78)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Crect fill='%230b1220' width='160' height='160'/%3E%3C/svg%3E");
  background-size: cover; color: #fff;
  padding: 64px 0 56px;
}
.hero-page p.kicker { color: var(--gold-2); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; margin-bottom: 10px; }
.hero-page h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(34px, 5vw, 56px); font-weight: 600; line-height: 1.08;
  max-width: 16ch;
}
.hero-page .lede { max-width: 54ch; color: #d7deea; margin: 14px 0 22px; font-size: 17px; }
.crumbs { font-size: 13px; color: #b7c0ce; margin-bottom: 16px; }
.crumbs a { color: #fff; opacity: .8; }

.section { padding: 64px 0; }
.section h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 36px; font-weight: 600; margin-bottom: 10px;
}
.muted { color: var(--muted); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.grid-2 { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px;
}
.card h3 { font-size: 18px; margin-bottom: 8px; }
.checks { list-style: none; margin-top: 16px; }
.checks li { padding: 8px 0 8px 26px; position: relative; }
.checks li:before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 800; }

.cta-band {
  background: var(--navy); color: #fff; padding: 48px 0; text-align: center;
}
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { color: #c5cedb; margin-bottom: 18px; }
.cta-row { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }

.faq details {
  border-bottom: 1px solid var(--line); padding: 14px 0;
}
.faq summary { cursor: pointer; font-weight: 700; }
.faq p { color: var(--muted); margin-top: 8px; }

footer {
  background: #070b14; color: #b7c0ce; padding: 42px 0 20px; font-size: 14px;
}
footer .wrap { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 24px; }
footer h5 { color: #fff; margin-bottom: 10px; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
footer a { display: block; padding: 4px 0; color: #b7c0ce; }
footer a:hover { color: var(--gold-2); }
.copy { border-top: 1px solid #1c2433; margin-top: 28px; padding-top: 14px; font-size: 12px; color: #7d8796; }

/* Home hero */
.home-hero {
  position: relative; min-height: 78vh;
  background: #0b1220;
  color: #fff; display: grid; align-items: end;
  overflow: hidden;
}
.home-hero .bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(8,12,22,.72) 0%, rgba(8,12,22,.28) 55%, rgba(8,12,22,.15) 100%),
    #0b1220;
}
.home-hero .content { position: relative; padding: 80px 0 90px; }
.home-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 6vw, 72px); line-height: 1.02; max-width: 12ch;
}
.perks { display: flex; gap: 18px; color: #e8edf4; font-size: 14px; margin: 16px 0 22px; flex-wrap: wrap; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.float-bar {
  position: relative; z-index: 5;
  margin-top: -28px;
}
.float-inner {
  background: #141c2e; color: #fff; border-radius: 999px;
  display: flex; align-items: center; gap: 18px;
  padding: 12px 12px 12px 20px;
  box-shadow: var(--shadow);
}
.float-inner strong { display: block; }
.float-inner small { color: #9aa6b8; }
.float-inner .grow { flex: 1; }

@media (max-width: 980px) {
  nav.desk, .header-cta .btn-phone { display: none; }
  .burger { display: grid; place-items: center; }
  .header.mobile-open .mobile-panel { display: block; }
  .mega { position: static; width: auto; display: none; box-shadow: none; border: 0; padding: 0 0 10px; }
  .grid-3, .grid-2, footer .wrap { grid-template-columns: 1fr; }
  .mega-grid, .mega-air-layout, .mega-areas-layout, .mega-air-grid, .mega-fleet-grid { grid-template-columns: 1fr; }
  .mega.mega-air, .mega.mega-areas, .mega.mega-fleet, .mega.mega-sm { width: auto; }
  .topbar .right { display: none; }
  .float-inner { border-radius: 18px; flex-direction: column; align-items: stretch; }
}


/* ===== Original A1 look: black header + gold CTAs ===== */
.topbar { display: none; }
.header {
  background: #0a0a0a;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.header-row { min-height: 72px; }
.logo {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
  color: #fff;
  letter-spacing: .01em;
}
.logo b { color: #d4af37; font-weight: 600; font-style: normal; }
.logo i, .logo .city {
  font-style: normal;
  font-weight: 600;
  color: #fff;
  font-family: inherit;
  letter-spacing: inherit;
}
.logo {
  font-style: normal;
}
.nav-link { color: #e8e8e8; font-weight: 500; font-size: 14px; padding: 26px 12px; }
.nav-link svg { color: #d4af37; }
.nav-item:hover .nav-link,
.nav-item.open .nav-link,
.nav-item.active .nav-link { color: #fff; box-shadow: inset 0 -2px 0 #d4af37; }
.hdr-phone {
  color: #d4af37;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
}
.hdr-phone:before { content: "☎  "; }
.btn-book {
  background: #d4af37;
  color: #111;
  border-radius: 8px;
  padding: 10px 18px;
}
.btn-book:hover { background: #e0c04a; color: #111; }
.burger { color: #fff; background: transparent; border: 0; font-size: 22px; }

.home-hero {
  position: relative;
  min-height: 78vh;
  display: grid;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(0,0,0,.72) 0%, rgba(0,0,0,.45) 55%, rgba(0,0,0,.35) 100%),
    url("../img/hero-fleet-chicago.jpg") center/cover no-repeat;
  color: #fff;
}
.home-hero .bg { display: none; }
.home-hero h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .95;
  font-weight: 600;
  max-width: 14ch;
}
.home-hero h1 .gold { color: #d4af37; display: block; }
.home-hero .lede { color: #ddd; max-width: 48ch; }
.btn-gold { background: #d4af37; color: #111; border-radius: 8px; }
.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 8px;
}
.hero-actions .btn-phone {
  background: rgba(0,0,0,.35);
  color: #fff;
  border-color: rgba(255,255,255,.25);
}
.float-bar { display: none; }

.stats-row { display:grid; grid-template-columns:repeat(4,1fr); gap:0; background:#111; color:#fff; text-align:center; }
.stats-row div { padding:28px 12px; border-right:1px solid #222; }
.stats-row strong { display:block; font-family:"Cormorant Garamond",Georgia,serif; font-size:28px; color:#d4af37; }
.stats-row span { font-size:13px; color:#bbb; }
.split { display:grid; grid-template-columns:1.1fr .9fr; gap:40px; align-items:center; }
.split.rev { grid-template-columns:.9fr 1.1fr; }
.split img { width:100%; height:340px; object-fit:cover; border-radius:12px; }
.photo-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.photo-card { background:#fff; border:1px solid #eee; border-radius:14px; overflow:hidden; }
.photo-card img { width:100%; height:180px; object-fit:cover; }
.photo-card .pad { padding:16px; }
.kw { color:#667085; font-size:14px; }
@media (max-width:900px){
  .split, .split.rev, .stats-row, .photo-grid { grid-template-columns:1fr; }
  .split img { height:220px; }
}
@media (max-width: 980px) {
  .header-row {
    gap: 10px;
    overflow: visible;
  }

  .header-cta {
    display: none !important;
  }

  .burger {
    display: grid !important;
    place-items: center;
    margin-left: auto;
    flex: none;
    width: 44px;
    height: 44px;
    color: #d4af37;
    background: transparent;
    border: 1px solid rgba(212, 175, 55, 0.45);
    border-radius: 10px;
    font-size: 22px;
    line-height: 1;
    z-index: 90;
  }

  .logo {
    font-size: 18px;
    min-width: 0;
  }
}


/* Email in header / footer */
.hdr-email {
  color: #d4af37;
  font-weight: 500;
  font-size: 13px;
  white-space: nowrap;
}
.hdr-email:hover { color: #e0c04a; }
.header-cta { gap: 14px; }
@media (max-width: 1180px) {
  .hdr-email { display: none; }
}

/* Home hero + booking widget */
.home-hero .wrap.content,
.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 380px);
  gap: 36px;
  align-items: center;
  padding: 56px 0 64px;
}
.hero-book {
  background: rgba(10,10,10,.72);
  border: 1px solid rgba(212,175,55,.35);
  border-radius: 16px;
  padding: 18px 16px 14px;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
}
.hero-book h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px;
}
.hero-book p.hb-note {
  color: #c9c9c9;
  font-size: 13px;
  margin: 0 0 12px;
}
.hero-book .ores-wrap {
  min-height: 220px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.hero-book a.ores-fallback {
  display: inline-block;
  color: #d4af37;
  font-weight: 600;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .home-hero .wrap.content,
  .home-hero-grid {
    grid-template-columns: 1fr;
    padding: 36px 0 40px;
  }
}

/* Assistants page */
.ea-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: start; }
.ea-points { display: grid; gap: 14px; margin-top: 18px; }
.ea-point {
  background: #fff;
  border: 1px solid #eeeae3;
  border-radius: 12px;
  padding: 16px 18px;
}
.ea-point strong { display: block; font-size: 16px; margin-bottom: 4px; }
.ea-point p { color: #667085; font-size: 14px; margin: 0; }
.ea-cta-box {
  background: #0a0a0a;
  color: #fff;
  border-radius: 16px;
  padding: 28px 24px;
}
.ea-cta-box h3 { font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; color: #d4af37; margin-bottom: 8px; }
.ea-cta-box p { color: #ccc; margin-bottom: 16px; }
.ea-cta-box a.line { display: block; color: #d4af37; margin: 6px 0; font-weight: 600; }
@media (max-width: 900px) {
  .ea-grid { grid-template-columns: 1fr; }
}
