:root { color-scheme: dark; --bg: #080808; --text: #e2e2de; --muted: #999995; --line: #262626; font-family: 'Courier New', Courier, monospace; font-synthesis: none; color: var(--text); background: var(--bg); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; font-size: 13px; line-height: 1.8; }
a { color: inherit; text-decoration: none; }
a:hover { color: #fff; }
a:focus-visible, summary:focus-visible { outline: 2px solid #d5d5d0; outline-offset: 7px; }
.wrap { padding-inline: clamp(24px, 4vw, 76px); }
.skip-link { position: fixed; left: 24px; top: -100px; padding: 10px 18px; background: #e2e2de; color: #080808; z-index: 10; }
.skip-link:focus { top: 12px; }
.site-header { height: 86px; display: flex; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); position: relative; z-index: 3; background: var(--bg); }
.wordmark { letter-spacing: .07em; font-size: 14px; white-space: nowrap; }
.cursor { color: #92928c; }
.tagline { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .06em; }
nav { margin-left: auto; display: flex; align-items: center; gap: 32px; font-size: 11px; text-transform: uppercase; }
nav a { padding-block: 7px; }
nav a[aria-current='page'] { text-decoration: underline; text-underline-offset: 7px; }
.nav-note { color: var(--muted); }
.hero { position: relative; isolation: isolate; min-height: 660px; height: min(790px, calc(100svh - 86px)); overflow: hidden; background: var(--bg); border-bottom: 1px solid var(--line); }
/* Frame the lower portion of the portrait photograph, keeping both bumpers visible. */
.hero-photo { position: absolute; z-index: -3; width: min(1600px, 100%); height: 100%; right: 0; top: 0; object-fit: cover; object-position: 50% 63%; mask-image: linear-gradient(to bottom, transparent, #000 48%, #000 79%, transparent 100%), linear-gradient(to right, transparent, #000 12%, #000 90%, transparent); mask-composite: intersect; }
.hero-shade { position: absolute; z-index: -2; inset: 0; background: linear-gradient(to top, var(--bg), transparent 23%), linear-gradient(90deg, #080808a6, transparent 48%); pointer-events: none; }
.hero-copy { padding-top: clamp(64px, 10vh, 110px); }
.eyebrow, .section-label { color: var(--muted); text-transform: uppercase; font-size: 11px; letter-spacing: .1em; margin: 0 0 20px; }
h1 { font-weight: 400; font-size: clamp(30px, 4vw, 58px); letter-spacing: .085em; line-height: 1.3; margin: 0 0 24px; }
.hero-description { color: #c2c2bd; text-transform: uppercase; letter-spacing: .1em; font-size: 12px; line-height: 1.95; margin: 0; }
.hero-location { margin: 24px 0 0; color: var(--muted); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.hero-bottom { position: absolute; inset: auto 0 30px; display: flex; align-items: flex-end; justify-content: space-between; gap: 25px; }
.text-link { font-size: 12px; text-transform: uppercase; letter-spacing: .09em; display: inline-flex; gap: 22px; align-items: center; padding-block: 8px; }
.text-link span { font-size: 20px; line-height: 1; }
.text-link:hover { text-decoration: underline; text-underline-offset: 7px; }
.hero-caption { text-align: right; color: #b7b7b2; text-transform: uppercase; font-size: 10px; line-height: 1.8; letter-spacing: .06em; margin: 0; }
.about { padding-block: 83px; display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 30px; border-bottom: 1px solid var(--line); }
h2 { margin: 0 0 20px; font-weight: 400; font-size: 22px; line-height: 1.4; letter-spacing: .035em; }
.about-copy p { max-width: 440px; margin: 0 0 20px; font-size: 13px; }
.about-copy p:last-child { margin-bottom: 0; }
.muted { color: var(--muted); }
.crosshair { align-self: center; justify-self: end; width: 130px; height: 130px; position: relative; }
.crosshair::before, .crosshair::after { content: ''; position: absolute; background: #51514d; }
.crosshair::before { width: 100%; height: 1px; top: 50%; }
.crosshair::after { height: 100%; width: 1px; left: 50%; }
.crosshair span { position: absolute; width: 14px; height: 14px; border: 1px solid #9d9d96; top: calc(50% - 6px); left: calc(50% - 6px); background: var(--bg); z-index: 1; }
.car-section { padding-block: 64px 84px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.small-note { font-size: 10px; letter-spacing: .05em; color: var(--muted); }
.car-profile { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; border: 1px solid var(--line); padding: 40px; }
.car-title h2 { font-size: clamp(30px, 4vw, 50px); margin-bottom: 12px; letter-spacing: .06em; }
.car-title .eyebrow { margin-bottom: 14px; }
.car-title p:last-child { margin: 0; }
.car-details { margin: 0; }
.car-details div { display: flex; justify-content: space-between; gap: 20px; padding-block: 9px; border-bottom: 1px solid var(--line); }
.car-details div:first-child { padding-top: 0; }
.car-details div:last-child { border: 0; padding-bottom: 0; }
dt { color: var(--muted); font-size: 12px; } dd { margin: 0; text-align: right; font-size: 12px; }
.site-footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-block: 29px; border-top: 1px solid var(--line); font-size: 11px; color: var(--muted); }
.site-footer p { margin: 3px 0 0; }
.footer-brand { color: #bdbdb7; letter-spacing: .08em; }
.social-links { display: flex; align-items: center; gap: 24px; text-transform: uppercase; letter-spacing: .06em; }
.social-links a { padding-block: 10px; }
.social-links > span { color: #686865; }
.site-footer .footer-location { margin: 0; text-transform: uppercase; letter-spacing: .06em; }
.site-footer a:hover { text-decoration: underline; text-underline-offset: 4px; }
.shop-main { min-height: calc(100svh - 199px); display: flex; flex-direction: column; justify-content: center; position: relative; padding-block: 100px; }
.shop-main h1 { font-size: clamp(44px, 7vw, 96px); letter-spacing: -.02em; margin-bottom: 24px; }
.shop-main p { max-width: 400px; color: var(--muted); }
.shop-main .text-link { margin-top: 30px; align-self: flex-start; }
.shop-main .crosshair { position: absolute; right: 12vw; top: 44%; }
@media (max-width: 850px) {
  .tagline { display: none; }
  .about { grid-template-columns: 1fr 2fr; }
  .about .crosshair { display: none; }
  .car-profile { gap: 35px; padding: 30px; }
  .site-footer { flex-wrap: wrap; }
  .shop-main .crosshair { right: 7vw; width: 80px; height: 80px; }
}
@media (max-width: 600px) {
  .site-header { height: 74px; gap: 15px; }
  .wordmark { font-size: 12px; }
  nav { gap: 23px; font-size: 10px; }
  .nav-note { display: none; }
  .hero { min-height: 600px; height: calc(100svh - 74px); max-height: 760px; }
  .hero-photo { width: 120%; max-width: none; right: -10%; object-position: 50% 63%; mask-image: linear-gradient(to bottom, transparent 20%, #000 51%, #000 80%, transparent 100%); mask-composite: add; }
  .hero-shade { background: linear-gradient(to top, var(--bg), transparent 22%); }
  .hero-copy { padding-top: 59px; }
  h1 { font-size: clamp(27px, 7.7vw, 44px); }
  .hero-description { font-size: 11px; }
  .hero-bottom { bottom: 24px; }
  .hero-caption { font-size: 9px; }
  .about { display: block; padding-block: 52px; }
  .about .section-label { margin-bottom: 28px; }
  .car-section { padding-block: 44px 52px; }
  .section-heading { gap: 12px; }
  .small-note { font-size: 9px; }
  .car-profile { grid-template-columns: 1fr; padding: 26px; gap: 30px; }
  .site-footer { gap: 24px; }
  .social-links { gap: 16px; }
  .site-footer .footer-location { flex-basis: 100%; }
  .shop-main { min-height: calc(100svh - 225px); padding-block: 80px; }
  .shop-main .crosshair { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
