:root {
  --bg: #090a0b;
  --bg-soft: #111315;
  --panel: #17191c;
  --paper: #f4f4f2;
  --ink: #111214;
  --muted: #666a70;
  --muted-dark: #aeb2b7;
  --line: rgba(255,255,255,.12);
  --red: #e32127;
  --red-dark: #b30f15;
  --white: #fff;
  --max: 1180px;
  --radius: 18px;
  --shadow: 0 24px 60px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--paper); color: var(--ink); line-height: 1.55; text-rendering: optimizeLegibility; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 92px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-160%); padding: 10px 14px; background: white; color: black; border-radius: 8px; }
.skip-link:focus { transform: translateY(0); }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 50; background: rgba(8,9,10,.90); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.08); }
.header-inner { width: min(calc(100% - 40px), var(--max)); height: 82px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; width: 142px; }
.brand img { width: 100%; height: auto; }
.site-nav { display: flex; align-items: center; gap: 26px; color: #d9dade; font-size: .88rem; font-weight: 700; letter-spacing: .02em; }
.site-nav a { text-decoration: none; transition: color .18s ease, background .18s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: white; }
.nav-cta { padding: 10px 15px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; }
.nav-cta:hover, .nav-cta:focus-visible { background: white; color: black !important; }
.menu-toggle { display: none; border: 0; background: transparent; width: 42px; height: 42px; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }
.hero { background: radial-gradient(circle at 78% 18%, rgba(227,33,39,.12), transparent 28%), linear-gradient(180deg, #090a0b 0%, #0d0f11 58%, #121417 100%); color: white; position: relative; overflow: hidden; padding-top: 82px; }
.hero::before { content: ""; position: absolute; inset: 82px 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(227,33,39,.8), transparent); }
.hero-inner { min-height: 610px; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr); gap: 52px; align-items: center; padding-top: 54px; padding-bottom: 54px; position: relative; z-index: 2; }
.hero-copy { min-width: 0; }
.eyebrow { margin: 0 0 16px; font-size: .74rem; letter-spacing: .17em; text-transform: uppercase; color: var(--red); font-weight: 900; }
.hero h1 { max-width: 610px; margin: 0; font-size: clamp(3rem, 4.8vw, 5.15rem); line-height: .91; letter-spacing: -.055em; font-weight: 900; text-transform: uppercase; }
.hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.62); }
.hero-lede { max-width: 540px; margin: 24px 0 0; font-size: clamp(1rem, 1.45vw, 1.14rem); color: #c9ccd0; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 850; font-size: .88rem; letter-spacing: .02em; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 10px 24px rgba(227,33,39,.22); }
.button-primary:hover, .button-primary:focus-visible { background: #f02a30; }
.button-ghost { border: 1px solid rgba(255,255,255,.28); color: white; background: rgba(255,255,255,.03); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.08); }
.button-light { background: white; color: #111; }
.hero-facts { list-style: none; display: flex; gap: 0; margin: 28px 0 0; padding: 0; max-width: 560px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-facts li { flex: 1; padding: 15px 16px 15px 0; }
.hero-facts li + li { border-left: 1px solid var(--line); padding-left: 16px; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: .92rem; color: white; }
.hero-facts span { margin-top: 3px; color: #8e9399; font-size: .76rem; }
.hero-visual { width: 100%; max-width: 560px; justify-self: end; position: relative; pointer-events: none; }
.hero-visual::before { content: ""; position: absolute; width: 72%; height: 72%; right: 6%; top: 10%; background: radial-gradient(circle, rgba(227,33,39,.13), transparent 70%); filter: blur(18px); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(9,10,11,0), rgba(9,10,11,.02) 72%, rgba(9,10,11,.12)); }
.hero-visual img { position: relative; z-index: 1; width: 100%; height: auto; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading h2, .why h2, .visit h2, .legacy-band h2, .final-cta h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.2rem); line-height: .98; letter-spacing: -.045em; }
.section-heading > p:last-child { color: var(--muted); max-width: 700px; font-size: 1.06rem; }
.vehicle-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.vehicle-card { grid-column: span 2; min-height: 280px; border-radius: var(--radius); padding: 26px; text-decoration: none; color: white; position: relative; overflow: hidden; background: #17191c; box-shadow: 0 8px 20px rgba(0,0,0,.08); isolation: isolate; transition: transform .2s ease, box-shadow .2s ease; }
.vehicle-card:nth-child(4), .vehicle-card:nth-child(5) { grid-column: span 3; }
.vehicle-card::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .92; }
.vehicle-card::after { content: ""; position: absolute; z-index: -1; width: 210px; height: 210px; right: -80px; bottom: -80px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.025), 0 0 0 58px rgba(255,255,255,.018); }
.vehicle-card.ford::before { background: radial-gradient(circle at 90% 0%, rgba(28,83,143,.45), transparent 40%), linear-gradient(145deg, #161b21, #0a0c0f); }
.vehicle-card.chevy::before { background: radial-gradient(circle at 90% 0%, rgba(227,33,39,.42), transparent 40%), linear-gradient(145deg, #1d1718, #0b0b0c); }
.vehicle-card.bronco::before { background: radial-gradient(circle at 90% 0%, rgba(171,113,54,.40), transparent 40%), linear-gradient(145deg, #1c1a16, #0c0c0b); }
.vehicle-card:hover, .vehicle-card:focus-visible { transform: translateY(-5px); box-shadow: 0 20px 36px rgba(0,0,0,.16); }
.vehicle-kicker { display: block; color: #aeb3b8; text-transform: uppercase; font-weight: 850; letter-spacing: .12em; font-size: .72rem; }
.vehicle-card strong { display: block; margin-top: 8px; font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1; letter-spacing: -.045em; }
.vehicle-copy { display: block; max-width: 360px; margin-top: 18px; color: #b9bdc2; font-size: .9rem; }
.vehicle-link { position: absolute; left: 26px; bottom: 24px; color: white; font-weight: 800; font-size: .87rem; }
.vehicle-link span { color: var(--red); }
.legacy-band { background: var(--bg); color: white; padding: 76px 0; }
.legacy-grid { display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 60px; }
.legacy-mark { font-size: 7rem; line-height: .8; font-weight: 950; letter-spacing: -.08em; color: white; position: relative; }
.legacy-mark::before { content: ""; position: absolute; width: 70px; height: 7px; background: var(--red); left: 4px; top: -18px; }
.legacy-mark span { display: block; margin-top: 18px; font-size: .9rem; letter-spacing: .34em; color: var(--red); }
.legacy-grid > div:last-child { max-width: 760px; }
.legacy-grid p:last-child { color: #aeb3b8; max-width: 700px; font-size: 1.05rem; }
.why { background: #ececea; }
.why-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 68px; align-items: center; }
.why-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; max-width: 650px; }
.reason-list { margin: 30px 0; border-top: 1px solid #cfd0ce; }
.reason-list div { display: grid; grid-template-columns: 200px 1fr; gap: 22px; padding: 18px 0; border-bottom: 1px solid #cfd0ce; }
.reason-list strong { font-size: .92rem; }
.reason-list span { color: var(--muted); font-size: .9rem; }
.text-link { display: inline-block; font-weight: 850; text-decoration: none; border-bottom: 2px solid var(--red); padding-bottom: 4px; }
.history-card { margin: 0; background: #111; padding: 10px; border-radius: var(--radius); box-shadow: var(--shadow); transform: rotate(1.5deg); }
.history-card img { width: 100%; aspect-ratio: 1.36; object-fit: cover; border-radius: 11px; filter: saturate(.86) contrast(1.03); }
.history-card figcaption { padding: 12px 8px 4px; color: #b7b9bd; font-size: .77rem; text-transform: uppercase; letter-spacing: .12em; }
.visit { background: #fff; }
.visit-grid { display: grid; grid-template-columns: 1fr 480px; gap: 80px; align-items: start; }
.visit-lede { color: var(--muted); font-size: 1.08rem; max-width: 600px; }
.contact-card { font-style: normal; border-radius: var(--radius); background: var(--bg); color: white; padding: 32px; box-shadow: var(--shadow); }
.contact-card > strong { display: block; font-size: 1.25rem; }
.contact-card > span { display: block; color: #b5b8bd; margin: 6px 0 24px; }
.contact-row { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 13px 0; font-size: .9rem; }
.contact-row > span:first-child { color: #8e9399; }
.contact-row a { color: white; text-decoration-color: rgba(255,255,255,.3); }
.hours { border-top: 1px solid var(--line); padding: 18px 0 24px; }
.hours strong, .hours span { display: block; }
.hours span { color: #b5b8bd; margin-top: 4px; font-size: .9rem; }
.final-cta { background: var(--red); color: white; padding: 60px 0; }
.final-cta .eyebrow { color: #300205; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.final-cta h2 { max-width: 760px; font-size: clamp(2rem, 4vw, 3.5rem); }
.site-footer { background: #070809; color: #b4b7bb; padding: 60px 0 38px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 260px 180px 1fr; gap: 70px; align-items: start; }
.footer-brand img { width: 170px; filter: brightness(.92); }
.footer-brand p { font-size: .82rem; color: #777c82; }
.footer-links { display: flex; flex-direction: column; gap: 9px; font-size: .83rem; }
.footer-links strong { color: white; margin-bottom: 5px; }
.footer-links a { color: #b4b7bb; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { color: white; }
.footer-legal { font-size: .75rem; color: #777c82; max-width: 580px; }
:focus-visible { outline: 3px solid #ff5a5f; outline-offset: 4px; }
@media (max-width: 900px) {
  .header-inner { height: 72px; }
  .brand { width: 122px; }
  .menu-toggle { display: block; cursor: pointer; }
  .site-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #0b0c0e; border-top: 1px solid rgba(255,255,255,.08); padding: 22px 20px 28px; flex-direction: column; align-items: stretch; gap: 0; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
  .site-nav .nav-cta { margin-top: 12px; padding: 12px 16px; text-align: center; border: 1px solid rgba(255,255,255,.22); }
  .hero { padding-top: 72px; }
  .hero::before { inset: 72px 0 auto; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; gap: 32px; padding-top: 58px; padding-bottom: 42px; }
  .hero h1 { font-size: clamp(3.25rem, 10vw, 5.2rem); max-width: 760px; }
  .hero-lede { max-width: 670px; }
  .hero-visual { width: min(100%, 720px); max-width: 720px; justify-self: center; }
  .vehicle-card { grid-column: span 3; }
  .vehicle-card:nth-child(5) { grid-column: 2 / span 4; }
  .legacy-grid { grid-template-columns: 180px 1fr; gap: 38px; }
  .legacy-mark { font-size: 5.5rem; }
  .why-grid, .visit-grid { grid-template-columns: 1fr; gap: 48px; }
  .history-card { max-width: 650px; transform: none; }
  .contact-card { max-width: 600px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-legal { grid-column: 1 / -1; }
}
@media (max-width: 620px) {
  .wrap { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 70px 0; }
  .hero-inner { gap: 24px; padding-top: 46px; padding-bottom: 30px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4.25rem); }
  .hero-lede { font-size: 1rem; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; max-width: 100%; }
  .hero-facts li { padding: 14px 14px 14px 0; }
  .hero-facts li + li { padding-left: 14px; }
  .hero-facts li:nth-child(3) { grid-column: 1 / -1; border-left: 0; border-top: 1px solid var(--line); padding-left: 0; }
  .hero-visual { width: 100%; max-width: 620px; }
  .vehicle-grid { grid-template-columns: 1fr; }
  .vehicle-card, .vehicle-card:nth-child(4), .vehicle-card:nth-child(5) { grid-column: auto; min-height: 250px; }
  .legacy-grid { grid-template-columns: 1fr; }
  .legacy-mark { font-size: 5.2rem; }
  .reason-list div { grid-template-columns: 1fr; gap: 5px; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-legal { grid-column: auto; }
  .contact-card { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
