:root {
  --black: #070707;
  --ink: #111214;
  --charcoal: #18191b;
  --steel: #282a2d;
  --mist: #b7b8ba;
  --paper: #f5f4f1;
  --white: #ffffff;
  --orange: #ff5a00;
  --orange-hot: #ff6a00;
  --line: rgba(255,255,255,.14);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; background: var(--black); color: var(--white); font-family: Inter, Arial, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 1000; background: var(--orange); color: #fff; padding: 10px 16px; font-weight: 700; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 82px; border-bottom: 1px solid transparent; transition: background .25s ease, height .25s ease, border-color .25s ease; }
.site-header.scrolled { height: 70px; background: rgba(7,7,7,.94); border-color: var(--line); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand-logo { display: block; width: 230px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 30px; font-family: "Barlow Condensed", sans-serif; font-weight: 600; font-size: 17px; letter-spacing: .04em; text-transform: uppercase; }
.primary-nav > a:not(.button) { position: relative; padding: 8px 0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 2px; height: 2px; background: var(--orange); transition: right .2s ease; }
.primary-nav > a:not(.button):hover::after, .primary-nav > a:not(.button):focus-visible::after { right: 0; }
.menu-toggle { display: none; border: 0; padding: 9px; background: transparent; color: #fff; }
.menu-toggle span { display: block; width: 25px; height: 2px; background: currentColor; margin: 5px; transition: transform .2s ease, opacity .2s ease; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--orange); background: var(--orange); color: #fff; padding: 12px 24px; font-family: "Barlow Condensed", sans-serif; font-weight: 700; font-size: 17px; letter-spacing: .06em; line-height: 1; text-transform: uppercase; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover, .button:focus-visible { background: var(--orange-hot); border-color: var(--orange-hot); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 10px 18px; }
.button-ghost { background: rgba(7,7,7,.12); border-color: rgba(255,255,255,.7); }
.button-ghost:hover, .button-ghost:focus-visible { background: #fff; border-color: #fff; color: #090909; }

.hero { position: relative; min-height: 790px; height: 92vh; display: flex; align-items: center; isolation: isolate; overflow: hidden; background: #050505; }
.hero-image { position: absolute; inset: 0 0 0 auto; z-index: -3; width: 78%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, #050505 0%, rgba(5,5,5,.98) 24%, rgba(5,5,5,.74) 42%, rgba(5,5,5,.2) 61%, rgba(5,5,5,.08) 100%), linear-gradient(0deg, rgba(0,0,0,.7), transparent 35%); }
.hero-content { padding-top: 60px; }
.hero-content > * { max-width: 690px; }
.eyebrow { margin: 0 0 14px; color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .14em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.light { color: var(--orange-hot); }
.eyebrow span { color: rgba(255,255,255,.58); margin-left: 18px; }
.hero h1, h2, h3 { font-family: "Barlow Condensed", Arial, sans-serif; text-transform: uppercase; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(4.5rem, 7.8vw, 7.6rem); font-weight: 800; line-height: .83; letter-spacing: -.025em; text-wrap: balance; }
.hero h1 em { display: block; color: var(--orange); font-style: normal; }
.hero-copy { margin: 30px 0 34px; color: #d5d6d7; font-size: clamp(1.05rem, 1.6vw, 1.24rem); line-height: 1.55; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-edge { position: absolute; right: 0; bottom: 0; width: 32%; height: 9px; background: var(--orange); clip-path: polygon(7% 0,100% 0,100% 100%,0 100%); }

.section { padding: 112px 0; }
.section-light { background: var(--paper); color: var(--ink); }
.split-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 86px; align-items: center; }
.photo-frame { position: relative; padding: 0 0 24px 24px; }
.photo-frame::before { content: ""; position: absolute; inset: 24px 24px 0 0; border: 1px solid var(--orange); z-index: 0; }
.photo-frame img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 45%; filter: contrast(1.03) saturate(.84); }
.text-panel h2, .section-heading h2, .inventory h2, .reviews h2, .contact h2 { margin: 0; font-size: clamp(3rem, 5vw, 5rem); font-weight: 700; line-height: .91; letter-spacing: -.02em; text-wrap: balance; }
.text-panel p { margin: 0 0 17px; color: #4a4b4e; }
.text-panel .eyebrow { color: var(--orange); }
.orange-rule { width: 52px; height: 3px; background: var(--orange); margin: 24px 0 28px; }

.why { background: #0c0d0e; background-image: radial-gradient(circle at 50% 0%, rgba(255,90,0,.08), transparent 30%), linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px); background-size: auto, 60px 60px, 60px 60px; }
.section-heading-center { text-align: center; margin-bottom: 60px; }
.section-heading h2 { font-size: clamp(3rem, 5vw, 4.7rem); }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit { padding: 38px 28px 42px; text-align: center; position: relative; }
.benefit + .benefit { border-left: 1px solid var(--line); }
.line-icon { width: 52px; height: 52px; margin: 0 auto 22px; color: var(--orange); }
.line-icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.benefit h3 { margin: 0 0 11px; font-size: 1.42rem; line-height: 1.05; letter-spacing: .025em; }
.benefit p { margin: 0; color: #aaaeb2; line-height: 1.55; font-size: .94rem; }

.inventory { position: relative; background: #17191b; overflow: hidden; }
.inventory::before { content: ""; position: absolute; inset: 0; opacity: .18; background: repeating-linear-gradient(115deg, transparent 0 18px, rgba(255,255,255,.025) 19px 20px); }
.inventory .shell { position: relative; }
.inventory-heading { display: grid; grid-template-columns: 1fr .75fr; column-gap: 72px; align-items: end; margin-bottom: 46px; }
.inventory-heading .eyebrow { grid-column: 1 / -1; }
.inventory-heading h2 { max-width: 710px; }
.inventory-heading > p:last-child { margin: 0 0 6px; color: #b8b9ba; }
.vehicle-list { display: grid; gap: 28px; }
.vehicle-card { display: grid; grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr); overflow: hidden; background: #0a0b0c; border: 1px solid rgba(255,255,255,.15); box-shadow: 0 28px 70px rgba(0,0,0,.28); }
.vehicle-media { position: relative; min-height: 100%; background: #0d0e0f; overflow: hidden; }
.vehicle-media img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; image-rendering: auto; filter: contrast(1.04) saturate(.88); }
.vehicle-media .vehicle-photo-platinum { object-position: center 36%; }
.sold-badge { position: absolute; top: 22px; left: 22px; min-width: 92px; padding: 9px 18px; background: var(--orange); color: #fff; font-family: "Barlow Condensed", sans-serif; font-size: 18px; font-weight: 800; letter-spacing: .12em; line-height: 1; text-align: center; text-transform: uppercase; }
.vehicle-details { padding: 44px 46px 42px; }
.vehicle-topline { display: flex; justify-content: space-between; gap: 20px; color: var(--orange); font-family: "Barlow Condensed", sans-serif; font-size: 16px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.vehicle-details h3 { margin: 12px 0 0; font-size: clamp(2.5rem, 4vw, 4rem); line-height: .95; letter-spacing: -.015em; }
.vehicle-trim { margin: 8px 0 22px; color: #d4d5d7; font-family: "Barlow Condensed", sans-serif; font-size: 1.28rem; font-weight: 600; letter-spacing: .035em; text-transform: uppercase; }
.vehicle-trim span { margin-inline: 7px; color: var(--orange); }
.vehicle-description { margin: 0; color: #aeb0b3; }
.vehicle-specs { display: grid; grid-template-columns: repeat(4, 1fr); margin: 30px 0; border-block: 1px solid var(--line); }
.vehicle-specs div { padding: 19px 14px 18px 0; }
.vehicle-specs div + div { padding-left: 14px; border-left: 1px solid var(--line); }
.vehicle-specs span, .vehicle-specs strong { display: block; }
.vehicle-specs span { margin-bottom: 3px; color: #74777a; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.vehicle-specs strong { color: #f6f6f6; font-family: "Barlow Condensed", sans-serif; font-size: 1.2rem; font-weight: 600; }
.vehicle-features { border-bottom: 1px solid var(--line); }
.vehicle-features summary { position: relative; padding: 0 34px 18px 0; color: #fff; cursor: pointer; list-style: none; font-family: "Barlow Condensed", sans-serif; font-size: 18px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.vehicle-features summary::-webkit-details-marker { display: none; }
.vehicle-features summary::after { content: "+"; position: absolute; right: 2px; top: -5px; color: var(--orange); font-size: 27px; font-weight: 400; }
.vehicle-features[open] summary::after { content: "−"; }
.vehicle-features ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 24px; margin: 0 0 22px; padding: 0; list-style: none; }
.vehicle-features li { position: relative; padding-left: 22px; color: #b7b9bc; font-size: .91rem; }
.vehicle-features li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 700; }
.vehicle-features > p { margin: 0 0 24px; color: #8d9093; font-size: .9rem; }
.vehicle-footer { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-top: 28px; }
.sold-status { min-width: 96px; padding: 10px 18px; background: #292b2e; color: #d3d4d6; font-family: "Barlow Condensed", sans-serif; font-size: 17px; font-weight: 700; letter-spacing: .12em; line-height: 1; text-align: center; text-transform: uppercase; }
.text-link { display: inline-flex; gap: 9px; align-items: center; color: var(--orange); font-family: "Barlow Condensed"; font-size: 18px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.text-link span { transition: transform .18s ease; }
.text-link:hover span { transform: translateX(5px); }

.brand-break { position: relative; height: 470px; display: grid; place-items: center; overflow: hidden; isolation: isolate; }
.brand-break > img { position: absolute; inset: -15% 0; z-index: -3; width: 100%; height: 130%; object-fit: cover; object-position: center 58%; filter: saturate(.65); }
.brand-break-shade { position: absolute; inset: 0; z-index: -2; background: rgba(0,0,0,.68); }
.brand-break p { margin: 0; padding: 24px; text-align: center; font-family: "Barlow Condensed"; font-size: clamp(2.3rem, 5.4vw, 5.5rem); font-weight: 700; letter-spacing: .035em; line-height: 1; text-transform: uppercase; }
.brand-break span { color: var(--orange); }

.reviews-heading { margin-bottom: 48px; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 305px; margin: 0; padding: 36px; display: flex; flex-direction: column; background: #fff; border-top: 3px solid var(--orange); box-shadow: 0 16px 45px rgba(16,17,18,.1); }
.stars { color: var(--orange); font-size: 18px; letter-spacing: .16em; }
.review-card blockquote { margin: 26px 0 30px; color: #333538; line-height: 1.65; }
.review-card figcaption { margin-top: auto; color: #777; font-family: "Barlow Condensed"; font-size: .94rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.contact { background: #0b0b0c; border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 94px; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: #b8b9bc; }
.business-card { margin: 34px 0; padding: 24px 0 24px 26px; display: flex; flex-direction: column; border-left: 3px solid var(--orange); }
.business-card strong { font-family: "Barlow Condensed"; font-size: 1.8rem; text-transform: uppercase; }
.business-card span { color: #b8b9bc; }
.business-card em { margin-top: 6px; color: #e3e3e3; font-style: normal; }
.contact-actions { display: flex; flex-direction: column; gap: 8px; }
.contact-actions a { font-size: 1rem; }
.contact-actions span { display: inline-block; width: 56px; color: var(--orange); font-family: "Barlow Condensed"; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-form { padding: 38px; background: #141516; border: 1px solid var(--line); border-top: 3px solid var(--orange); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; color: #d9d9da; font-family: "Barlow Condensed"; font-weight: 600; letter-spacing: .055em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 6px; border: 1px solid #3a3c3f; border-radius: 0; outline: 0; background: #0b0c0d; color: #fff; padding: 13px 14px; text-transform: none; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(255,90,0,.14); }
.contact-form textarea { resize: vertical; min-height: 128px; }
.button-submit { width: 100%; border: 0; }
.form-status { margin: 12px 0 0; color: #8e9093; font-size: .78rem; line-height: 1.5; text-align: center; }

.site-footer { padding-top: 42px; background: #050505; border-top: 1px solid #262728; }
.footer-main { padding-bottom: 36px; display: grid; grid-template-columns: 1.1fr 1.2fr .7fr; align-items: center; gap: 40px; }
.site-footer .brand-logo { width: 255px; }
.footer-details { display: flex; flex-direction: column; color: #a7a9ac; font-size: .9rem; }
.footer-details a:hover { color: var(--orange); }
.footer-nav { display: flex; justify-content: flex-end; gap: 20px; font-family: "Barlow Condensed"; font-weight: 600; text-transform: uppercase; }
.footer-nav a:hover { color: var(--orange); }
.footer-bottom { padding: 17px 0 22px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #252627; color: #696b6e; font-size: .78rem; letter-spacing: .04em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .menu-toggle { display: block; z-index: 2; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .primary-nav { position: fixed; inset: 0 0 0 26%; padding: 110px 34px 40px; display: flex; flex-direction: column; align-items: stretch; gap: 12px; background: rgba(7,7,7,.98); transform: translateX(100%); transition: transform .25s ease; }
  .primary-nav.open { transform: none; }
  .primary-nav > a:not(.button) { padding: 10px 0; font-size: 22px; }
  .primary-nav .button { margin-top: 12px; }
  .hero { height: auto; min-height: 740px; }
  .hero-image { width: 88%; object-position: center; }
  .hero-shade { background: linear-gradient(90deg, rgba(2,2,2,.94), rgba(2,2,2,.69) 70%, rgba(2,2,2,.48)); }
  .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .split-grid { gap: 56px; }
  .contact-grid { gap: 60px; }
  .inventory-heading { grid-template-columns: 1fr; gap: 20px; }
  .vehicle-card { grid-template-columns: 1fr; }
  .vehicle-media img { min-height: 0; aspect-ratio: 4 / 3; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .benefit:nth-child(4) { border-top: 1px solid var(--line); }
  .review-grid { grid-template-columns: 1fr; }
  .review-card { min-height: 0; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-nav { grid-column: 1 / -1; justify-content: flex-start; }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { height: 70px; background: rgba(7,7,7,.72); }
  .brand-logo { width: 190px; }
  .primary-nav { inset-inline-start: 16%; }
  .hero { min-height: 700px; align-items: end; padding-bottom: 76px; }
  .hero-image { width: 100%; object-position: 38% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(0,0,0,.98) 4%, rgba(0,0,0,.78) 58%, rgba(0,0,0,.36)); }
  .hero-content { padding-top: 120px; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5rem); line-height: .86; }
  .hero-copy { margin: 22px 0 28px; font-size: 1rem; }
  .eyebrow span { display: block; margin: 7px 0 0; }
  .button-row .button { flex: 1 1 auto; }
  .section { padding: 78px 0; }
  .split-grid { gap: 46px; }
  .photo-frame { padding: 0 0 14px 14px; }
  .photo-frame::before { inset: 14px 14px 0 0; }
  .text-panel h2, .section-heading h2, .inventory h2, .reviews h2, .contact h2 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit + .benefit { border-left: 0; border-top: 1px solid var(--line); }
  .inventory-heading { margin-bottom: 34px; }
  .vehicle-details { padding: 32px 22px 30px; }
  .vehicle-topline { align-items: flex-start; flex-direction: column; gap: 2px; }
  .vehicle-specs { grid-template-columns: 1fr 1fr; }
  .vehicle-specs div:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .vehicle-specs div:nth-child(4) { border-top: 1px solid var(--line); }
  .vehicle-features ul { grid-template-columns: 1fr; }
  .vehicle-footer { align-items: flex-start; flex-direction: column; }
  .brand-break { height: 360px; }
  .reviews-heading { margin-bottom: 34px; }
  .contact-grid { gap: 46px; }
  .contact-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-nav { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
