:root {
  --ink: #101010;
  --charcoal: #171412;
  --night: #070606;
  --gold: #c8a45d;
  --champagne: #f3ead9;
  --muted: #6e675f;
  --line: rgba(200, 164, 93, .28);
}

html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: Inter, system-ui, sans-serif; background: #fffaf1; }
a { color: inherit; }
img { max-width: 100%; }
.top-strip { background: var(--night); color: var(--champagne); font-size: .86rem; padding: .55rem 0; letter-spacing: .03em; }
.top-strip .container { min-width: 0; }
.top-phone { color: var(--gold); font-weight: 700; text-decoration: none; white-space: nowrap; }
.luxury-nav { background: rgba(255, 250, 241, .96); border-bottom: 1px solid rgba(16,16,16,.08); box-shadow: 0 10px 30px rgba(0,0,0,.05); }
.navbar-brand { display: flex; align-items: center; gap: .75rem; font-family: "Cormorant Garamond", serif; font-size: 1.65rem; font-weight: 700; color: var(--ink); }
.navbar-brand img { width: 72px; height: auto; }
.nav-link { color: var(--ink); font-weight: 600; }
.nav-link:hover { color: var(--gold); }
.btn { border-radius: 999px; font-weight: 700; padding: .85rem 1.35rem; }
.btn-sm { padding: .55rem 1rem; }
.btn-gold { background: linear-gradient(135deg, #f4d88c, var(--gold)); color: #17110a; border: 1px solid #e5c371; box-shadow: 0 12px 28px rgba(200,164,93,.28); }
.btn-gold:hover { background: #d9b66b; color: #0b0805; }
.btn-dark-luxury { background: var(--night); color: var(--champagne); border: 1px solid var(--night); }
.btn-dark-luxury:hover { background: #2a2119; color: white; }

.hero-section {
  position: relative;
  color: white;
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(200,164,93,.18), transparent 34%), linear-gradient(135deg, #080706 0%, #18120d 52%, #070606 100%);
}
.hero-section::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, .74fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: clamp(680px, 74vh, 860px);
  padding-block: clamp(3rem, 6vw, 6rem);
}
.hero-content { position: relative; max-width: 850px; }
.eyebrow { color: var(--gold); text-transform: uppercase; letter-spacing: .18em; font-size: .78rem; font-weight: 800; margin-bottom: .8rem; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; line-height: .98; }
h1 { font-size: clamp(3rem, 6vw, 6.2rem); max-width: 900px; }
h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
h3 { font-size: 1.55rem; }
.hero-lead { max-width: 700px; color: var(--champagne); font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.7; margin: 1.4rem 0 2rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; }
.hero-media { position: relative; justify-self: end; width: min(100%, 560px); border: 1px solid rgba(200,164,93,.34); border-radius: 8px; padding: clamp(.65rem, 1.4vw, 1rem); background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,255,255,.03)); box-shadow: 0 30px 90px rgba(0,0,0,.42); }
.hero-media img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center center; border-radius: 6px; }
.hero-media-caption { position: absolute; left: clamp(1rem, 2vw, 1.5rem); right: clamp(1rem, 2vw, 1.5rem); bottom: clamp(1rem, 2vw, 1.5rem); display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: .9rem 1rem; border-radius: 6px; background: rgba(7,6,6,.78); backdrop-filter: blur(8px); border: 1px solid rgba(200,164,93,.24); }
.hero-media-caption strong { color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: 1.45rem; line-height: 1; white-space: nowrap; }
.hero-media-caption span { color: var(--champagne); font-size: .9rem; text-align: right; }

.trust-band { background: var(--charcoal); color: white; border-block: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid div { padding: 1.25rem; border-left: 1px solid var(--line); }
.trust-grid div:last-child { border-right: 1px solid var(--line); }
.trust-grid strong { display: block; color: var(--gold); font-family: "Cormorant Garamond", serif; font-size: 1.45rem; }
.trust-grid span { color: var(--champagne); font-size: .9rem; }
.section-pad { padding: clamp(4rem, 7vw, 7rem) 0; }
.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading p:not(.eyebrow), .split-feature p, .appointment-inner p, .page-hero p, .service-card p, .fleet-card p, .footer-luxury p { color: var(--muted); line-height: 1.75; }
.service-card, .form-shell, .contact-panel { background: rgba(255,255,255,.84); border: 1px solid rgba(16,16,16,.08); border-radius: 8px; padding: 2rem; box-shadow: 0 24px 70px rgba(25,18,10,.08); height: 100%; }
.service-card.tall { min-height: 285px; }
.service-card h2 { font-size: 2.15rem; }
.service-card a { color: var(--gold); font-weight: 800; text-decoration: none; }
.card-mark { display: inline-block; width: 42px; height: 2px; background: var(--gold); margin-bottom: 1.5rem; }
.split-feature { background: #f4ead9; padding: clamp(4rem, 7vw, 7rem) 0; }
.feature-image { width: 100%; aspect-ratio: 4 / 3; border-radius: 8px; box-shadow: 0 28px 80px rgba(0,0,0,.16); object-fit: cover; object-position: center; }
.appointment-panel { background: var(--night); color: white; padding: 5rem 0; }
.appointment-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; border: 1px solid var(--line); border-radius: 8px; padding: clamp(2rem, 5vw, 4rem); }
.appointment-inner p { max-width: 680px; color: var(--champagne); }

.page-hero {
  color: white;
  background: linear-gradient(90deg, rgba(7,6,6,.94), rgba(7,6,6,.78) 48%, rgba(7,6,6,.42)), url("/images/vintage-arrival.webp") center right / min(42vw, 560px) auto no-repeat, var(--night);
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(4rem, 7vw, 6rem);
}
.page-hero.compact { min-height: 520px; display: flex; align-items: center; }
.services-hero { background-image: linear-gradient(90deg, rgba(7,6,6,.94), rgba(7,6,6,.75) 48%, rgba(7,6,6,.4)), url("/images/fleet-white-stretch-limousine.webp"); background-position: center right; background-size: min(42vw, 560px) auto; }
.fleet-hero { background-image: linear-gradient(90deg, rgba(7,6,6,.94), rgba(7,6,6,.76) 48%, rgba(7,6,6,.38)), url("/images/fleet-black-executive-suv.webp"); background-position: center right 8%; background-size: min(36vw, 480px) auto; }
.about-hero { background-image: linear-gradient(90deg, rgba(7,6,6,.95), rgba(7,6,6,.78) 50%, rgba(7,6,6,.45)), url("/images/limousine-detail.webp"); background-position: center right; background-size: min(42vw, 560px) auto; }
.booking-hero, .contact-hero { background-image: linear-gradient(90deg, rgba(7,6,6,.95), rgba(7,6,6,.82) 52%, rgba(7,6,6,.5)), url("/images/hero-wedding-limousine.webp"); background-position: center right 12%; background-size: min(38vw, 520px) auto; }
.page-hero p { color: var(--champagne); max-width: 720px; font-size: 1.12rem; }

.fleet-card { background: white; border-radius: 8px; overflow: hidden; height: 100%; border: 1px solid rgba(16,16,16,.08); box-shadow: 0 24px 70px rgba(25,18,10,.08); }
.fleet-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: linear-gradient(145deg, #16120f, #f2e7d5); border-bottom: 1px solid rgba(16,16,16,.08); }
.fleet-card img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border-radius: 0; box-shadow: none; object-fit: contain; object-position: center; }
.fleet-card div:not(.fleet-media) { padding: 1.5rem; }
.about-stack article { border-bottom: 1px solid rgba(16,16,16,.1); padding: 1.2rem 0; }
.about-stack article:first-child { padding-top: 0; }
.about-stack article:last-child { border-bottom: 0; }
.form-control, .form-select { border-radius: 6px; padding: .85rem 1rem; border-color: rgba(16,16,16,.18); }
.form-control:focus, .form-select:focus { border-color: var(--gold); box-shadow: 0 0 0 .2rem rgba(200,164,93,.2); }
.form-label { font-weight: 700; }
.luxury-alert { border-radius: 8px; border: 0; }
.contact-panel a { color: var(--ink); font-weight: 800; }
.map-wrap iframe { width: 100%; min-height: 420px; border: 0; border-radius: 8px; filter: grayscale(.2); }
.footer-luxury { background: #0d0b09; color: var(--champagne); padding: 4rem 0 2rem; }
.footer-luxury h2, .footer-luxury h3 { color: white; }
.footer-luxury a { color: var(--champagne); text-decoration: none; }
.footer-luxury a:hover { color: var(--gold); }
.footer-links { display: grid; gap: .55rem; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 3rem; padding-top: 1.3rem; color: #b9aa91; }
.mobile-call { display: none; }

@media (max-width: 1199px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); }
}

@media (max-width: 991px) {
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 4rem; }
  .hero-media { justify-self: start; width: min(100%, 520px); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .appointment-inner { align-items: flex-start; flex-direction: column; }
  .page-hero, .services-hero, .fleet-hero, .about-hero, .booking-hero, .contact-hero { background-image: linear-gradient(rgba(7,6,6,.86), rgba(7,6,6,.86)); background-color: var(--night); }
}

@media (max-width: 575px) {
  .top-strip { font-size: .78rem; letter-spacing: .01em; }
  .navbar-brand span { font-size: 1.2rem; }
  .navbar-brand img { width: 56px; }
  .hero-grid { padding-block: 3rem; }
  .hero-media { padding: .5rem; }
  .hero-media-caption { position: static; margin-top: .5rem; flex-direction: column; align-items: flex-start; }
  .hero-media-caption span { text-align: left; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid div { border-right: 1px solid var(--line); }
  .fleet-media { aspect-ratio: 1 / .86; }
  .mobile-call { display: block; position: fixed; left: 1rem; right: 1rem; bottom: 1rem; z-index: 50; text-align: center; background: var(--gold); color: #15100a; font-weight: 800; border-radius: 999px; padding: .9rem 1rem; text-decoration: none; box-shadow: 0 15px 40px rgba(0,0,0,.25); }
  body { padding-bottom: 4.5rem; }
}
