/* ===== car bar — minimal luxury theme (multi-page) ===== */
:root {
  --black: #0b0b0b;
  --ink: #141414;
  --gray: #6e6e73;
  --gray-2: #9a9a9f;
  --line: #ececec;
  --bg: #ffffff;
  --soft: #f6f6f5;
  --max: 1160px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 28px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3, h4, .brand-text { font-family: "Outfit", system-ui, sans-serif; }

/* ===== Buttons ===== */
.btn {
  display: inline-block; padding: 14px 30px; border-radius: 100px;
  font-weight: 600; font-size: 15px; cursor: pointer; letter-spacing: .2px;
  border: 1px solid transparent; transition: all .18s ease; text-align: center;
}
.btn-dark { background: var(--black); color: #fff; border-color: var(--black); }
.btn-dark:hover { background: #fff; color: var(--black); }
.btn-light { background: #fff; color: var(--black); border-color: #fff; }
.btn-light:hover { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline { background: transparent; color: var(--black); border-color: #d0d0d0; }
.btn-outline:hover { background: var(--black); color: #fff; border-color: var(--black); }
.btn-outline-light { background: transparent; color: #f2f2f2; border-color: rgba(255,255,255,.35); }
.btn-outline-light:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.btn-lg { padding: 16px 38px; font-size: 16px; }

/* ===== Brand / logo ===== */
.brand { display: flex; align-items: center; }
.brand-img { height: 34px; width: auto; }
.brand-text { font-weight: 600; font-size: 23px; letter-spacing: -.5px; color: var(--ink); text-transform: lowercase; }
.brand-text-light { color: #fff; }

/* ===== Header ===== */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 76px; gap: 22px; }
.nav { display: flex; gap: 30px; margin-left: auto; align-items: center; }
.nav a { font-weight: 500; color: var(--gray); font-size: 15px; transition: color .15s; }
.nav a:hover, .nav a.active { color: var(--ink); }
.nav-cta { padding: 10px 22px; font-size: 14px; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .2s; }

/* ===== Hero (home) ===== */
.hero {
  background: radial-gradient(130% 100% at 50% 0%, #1a1a1a 0%, #0b0b0b 60%, #060606 100%);
  color: #f4f4f4; text-align: center; padding: 110px 0 100px;
}
.hero-inner { max-width: 820px; margin: 0 auto; }
.hero-logo { width: min(300px, 72vw); height: auto; margin: 0 auto 40px; }
.eyebrow { text-transform: uppercase; letter-spacing: 3px; font-size: 12px; font-weight: 600; color: var(--gray-2); margin-bottom: 22px; }
.hero h1 { font-weight: 600; font-size: clamp(34px, 5.6vw, 62px); line-height: 1.05; letter-spacing: -1.5px; }
.lead { font-size: clamp(16px, 2vw, 20px); color: #b8b8bc; margin: 26px auto 0; max-width: 600px; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 42px; }

/* ===== Page hero (sub-pages) ===== */
.page-hero {
  background: radial-gradient(130% 120% at 50% 0%, #1a1a1a 0%, #0b0b0b 70%, #060606 100%);
  color: #f4f4f4; text-align: center; padding: 84px 0 76px;
}
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero h1 { font-weight: 600; font-size: clamp(30px, 4.8vw, 52px); line-height: 1.06; letter-spacing: -1.2px; }
.page-hero p { color: #b8b8bc; margin: 20px auto 0; max-width: 620px; font-size: clamp(16px,2vw,19px); }
.page-hero .hero-actions { margin-top: 34px; }

/* ===== Sections ===== */
.section { padding: 96px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--black); color: #ededed; }
.section-head { max-width: 640px; margin: 0 auto; text-align: center; }
.kicker { text-transform: uppercase; letter-spacing: 2.5px; font-size: 12px; font-weight: 600; color: var(--gray); text-align: center; }
.kicker-light { color: var(--gray-2); }
.section-title { font-size: clamp(28px, 3.8vw, 44px); font-weight: 600; letter-spacing: -1px; text-align: center; margin-top: 14px; }
.section-title-light { color: #f4f4f4; }
.section-sub { text-align: center; color: var(--gray); margin: 16px auto 0; max-width: 600px; font-size: 17px; }
.section-dark .section-sub { color: var(--gray-2); }
.center { text-align: center; }
.mt-40 { margin-top: 40px; }

/* ===== Marque grid ===== */
.marque-grid {
  margin-top: 56px;
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line); border-left: 1px solid var(--line);
}
.marque {
  font-family: "Outfit", sans-serif; font-weight: 500; font-size: 19px;
  color: var(--ink); letter-spacing: .3px;
  display: flex; align-items: center; justify-content: center;
  min-height: 104px; padding: 16px; text-align: center;
  border-right: 1px solid var(--line); border-bottom: 1px solid var(--line);
  transition: background .2s ease, color .2s ease;
}
.marque:hover { background: var(--black); color: #fff; }

/* ===== Cards grid ===== */
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 56px; background: var(--line); border: 1px solid var(--line); }
.grid-3 { grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 56px; }
.card { background: var(--soft); padding: 38px 32px; transition: background .2s ease; }
.section-soft .card { background: #fff; }
.card:hover { background: var(--black); }
.card:hover h3, .card:hover p { color: #fff; }
.card h3 { font-size: 20px; font-weight: 600; letter-spacing: -.3px; }
.card p { color: var(--gray); margin-top: 10px; font-size: 15px; transition: color .2s ease; }

/* ===== Feature columns ===== */
.feature { padding: 6px 0; }
.feature-num { font-family: "Outfit", sans-serif; font-size: 15px; font-weight: 600; color: var(--gray-2); letter-spacing: 1px; }
.feature h3 { font-size: 21px; font-weight: 600; margin-top: 14px; letter-spacing: -.3px; }
.section-dark .feature h3 { color: #f4f4f4; }
.feature p { color: var(--gray); margin-top: 10px; }
.section-dark .feature p { color: var(--gray-2); }

/* ===== Prose / content ===== */
.prose { max-width: 760px; margin: 0 auto; }
.prose p { color: #3a3a3c; font-size: 17px; margin-top: 18px; }
.prose h2 { font-size: clamp(24px,3vw,32px); font-weight: 600; letter-spacing: -.5px; margin-top: 40px; }
.prose ul { margin: 18px 0 0 0; padding-left: 22px; color: #3a3a3c; }
.prose li { margin-top: 8px; font-size: 17px; }

/* ===== Brand page: chips & models ===== */
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 36px; }
.chip { border: 1px solid var(--line); background: #fff; border-radius: 100px; padding: 10px 20px; font-weight: 500; font-size: 15px; color: var(--ink); }
.section-dark .chip { background: transparent; border-color: #2a2a2a; color: #e6e6e6; }

/* ===== Other brands strip ===== */
.brand-links { display: flex; flex-wrap: wrap; gap: 10px 22px; justify-content: center; margin-top: 30px; }
.brand-links a { color: var(--gray); font-weight: 500; }
.brand-links a:hover { color: var(--ink); text-decoration: underline; }

/* ===== Contact / forms ===== */
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; margin-top: 56px; align-items: start; }
.contact-card { border: 1px solid var(--line); border-radius: 16px; padding: 34px; background: var(--soft); }
.contact-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 20px; }
.contact-list { list-style: none; display: flex; flex-direction: column; gap: 18px; }
.contact-list li { display: flex; flex-direction: column; }
.contact-list strong { font-size: 11px; text-transform: uppercase; letter-spacing: 1.5px; color: var(--gray); margin-bottom: 4px; font-weight: 600; }
.contact-list a, .contact-list span { font-size: 17px; font-weight: 500; color: var(--ink); }
.contact-list a:hover { text-decoration: underline; }

.quote-form { display: grid; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 7px; }
.field.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field label, .form-label { font-size: 13px; font-weight: 600; color: var(--ink); letter-spacing: .2px; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%; padding: 13px 15px; border: 1px solid #dcdcdc; border-radius: 10px;
  font-family: inherit; font-size: 15px; color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus {
  outline: none; border-color: var(--black); box-shadow: 0 0 0 3px rgba(11,11,11,.08);
}
.quote-form textarea { resize: vertical; min-height: 110px; }
.form-note { font-size: 13px; color: var(--gray); }
.form-or { text-align: center; color: var(--gray); font-size: 14px; margin-top: 6px; }

/* ===== CTA band ===== */
.cta-band { background: var(--black); color: #fff; text-align: center; padding: 80px 0; }
.cta-band h2 { font-size: clamp(26px,3.4vw,40px); font-weight: 600; letter-spacing: -.6px; color: #fff; }
.cta-band p { color: var(--gray-2); margin: 14px auto 0; max-width: 540px; font-size: 17px; }
.cta-band .hero-actions { justify-content: center; margin-top: 32px; display: flex; gap: 14px; flex-wrap: wrap; }

/* ===== Stat row ===== */
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; margin-top: 56px; text-align: center; }
.stat .num { font-family: "Outfit", sans-serif; font-size: clamp(32px,4vw,46px); font-weight: 700; letter-spacing: -1px; }
.stat .label { color: var(--gray); margin-top: 6px; font-size: 15px; }
.section-dark .stat .label { color: var(--gray-2); }

/* ===== Footer ===== */
.site-footer { background: #060606; color: #c7c7cc; padding: 60px 0 50px; }
.footer-inner { display: flex; flex-direction: column; align-items: center; text-align: center; }
.footer-logo { height: 30px; width: auto; margin-bottom: 22px; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 14px 26px; justify-content: center; margin-bottom: 20px; }
.footer-nav a { color: #b3b3b8; font-size: 15px; font-weight: 500; }
.footer-nav a:hover { color: #fff; }
.site-footer p { color: #8a8a8f; font-size: 14px; max-width: 520px; }
.copy { margin-top: 12px; font-size: 13px; color: #5a5a5f; }

/* ===== Responsive ===== */
@media (max-width: 900px) {
  .nav {
    position: fixed; top: 76px; left: 0; right: 0; flex-direction: column; gap: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 8px 0;
    transform: translateY(-130%); transition: transform .25s ease; margin: 0;
  }
  .nav.open { transform: translateY(0); box-shadow: 0 16px 30px rgba(0,0,0,.08); }
  .nav a { padding: 14px 28px; width: 100%; font-size: 16px; }
  .nav-cta { margin: 10px 28px 14px; }
  .nav-toggle { display: block; }
  .contact-grid { grid-template-columns: 1fr; }
  .grid, .grid-3, .marque-grid { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { gap: 30px; }
  .stats { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 560px) {
  .section { padding: 64px 0; }
  .hero { padding: 72px 0 60px; }
  .page-hero { padding: 60px 0 54px; }
  .grid, .marque-grid { grid-template-columns: 1fr; }
  .field.row2 { grid-template-columns: 1fr; }
}
