:root {
  --red: #d31217;
  --red-dark: #a70b0f;
  --ink: #101112;
  --muted: #64686c;
  --paper: #f4f1eb;
  --white: #fff;
  --line: #d9d4cc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }

.classic-site-link {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  padding: 11px 16px;
  background: rgba(16, 17, 18, .92);
  border: 1px solid #777;
  border-radius: 999px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.classic-site-link:hover,
.classic-site-link:focus { background: var(--red); border-color: var(--red); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 84px;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 8px clamp(22px, 5vw, 76px);
  background: rgba(14, 15, 16, .96);
  color: var(--white);
  border-bottom: 1px solid #303235;
  backdrop-filter: blur(12px);
}

.brand img { display: block; width: 114px; height: 67px; object-fit: contain; }
nav { display: flex; justify-content: center; gap: clamp(18px, 3vw, 42px); }
nav a { padding: 12px 0; color: #d8d8d8; font-size: 14px; font-weight: 600; }
nav a:hover, nav a:focus { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 20px; }
.phone { display: grid; gap: 3px; font-family: "Barlow Condensed", sans-serif; font-size: 22px; font-weight: 700; letter-spacing: .02em; }
.phone span { color: #aeb0b3; font-family: Inter, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 54px;
  padding: 0 26px;
  background: var(--red);
  color: var(--white);
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .025em;
  text-transform: uppercase;
  transition: .2s ease;
}
.button:hover, .button:focus { background: var(--red-dark); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 0 20px; font-size: 12px; }

.hero { position: relative; min-height: 630px; display: flex; align-items: flex-start; overflow: hidden; background: #141618; color: var(--white); }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.75) contrast(1.08); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,9,10,.95) 0%, rgba(8,9,10,.78) 43%, rgba(8,9,10,.18) 78%), linear-gradient(0deg, rgba(8,9,10,.6), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: min(720px, 75%); padding: 54px clamp(28px, 8vw, 120px) 86px; }
.eyebrow, .section-label { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Barlow Condensed", Impact, sans-serif; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(62px, 8vw, 116px); line-height: .83; letter-spacing: -.035em; }
h1 em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 630px; margin: 32px 0; color: #d7d8da; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.text-link { padding: 14px 0; border-bottom: 1px solid #73767a; font-size: 14px; font-weight: 700; }
.hero-stat { position: absolute; z-index: 3; right: clamp(28px, 7vw, 100px); bottom: 50px; width: 190px; padding-left: 22px; border-left: 3px solid var(--red); display: grid; }
.hero-stat strong { font-family: "Barlow Condensed", sans-serif; font-size: 72px; line-height: .85; }
.hero-stat span { margin-top: 8px; color: #e1e1e1; font-size: 12px; line-height: 1.45; text-transform: uppercase; letter-spacing: .08em; }

.quick-actions { position: relative; z-index: 4; width: min(1260px, calc(100% - 44px)); margin: -42px auto 0; display: grid; grid-template-columns: 1.7fr .8fr .8fr; background: var(--white); box-shadow: 0 24px 60px rgba(0,0,0,.15); }
.quick-actions > a { min-height: 166px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 14px; padding: 28px; border-left: 1px solid var(--line); }
.quick-actions > a:hover strong, .quick-actions > a:focus strong { color: var(--red); }
.quick-actions strong, .quick-actions small { display: block; }
.quick-actions strong { font-family: "Barlow Condensed", sans-serif; font-size: 24px; text-transform: uppercase; transition: .2s; }
.quick-actions small { margin-top: 5px; color: var(--muted); font-size: 12px; }
.quick-actions b { color: var(--red); font-size: 23px; }
.find-part-card { min-height: 166px; padding: 26px 28px; }
.search-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 12px; margin-top: 18px; }
.search-options a { display: flex; align-items: center; justify-content: space-between; min-height: 40px; padding: 9px 12px; background: #f2efea; color: #292b2d; font-size: 11px; font-weight: 800; letter-spacing: .02em; text-transform: uppercase; }
.search-options a:hover,
.search-options a:focus { background: var(--red); color: #fff; }
.search-options a:hover b,
.search-options a:focus b { color: #fff; }
.search-options b { margin-left: 8px; font-size: 15px; }

.intro, .services, .gallery, .contact { padding: 110px clamp(28px, 8vw, 120px); }
.intro { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
h2 { margin: 0; font-size: clamp(48px, 6vw, 78px); line-height: .95; letter-spacing: -.025em; }
.intro-copy > p, .section-heading > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; padding-top: 32px; border-top: 1px solid var(--line); }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-family: "Barlow Condensed", sans-serif; font-size: 30px; text-transform: uppercase; }
.trust-row span { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.4; text-transform: uppercase; }

.services { background: #fff; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 58px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.service-grid article { min-height: 190px; padding: 30px 34px; border-right: 1px solid var(--line); }
.service-grid article:last-child { border-right: 0; }
.service-grid h3 { margin: 0 0 14px; font-size: 30px; }
.service-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.gallery { background: #121415; color: #fff; }
.section-heading.light > p { color: #afb2b4; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: 250px 250px; gap: 14px; }
.gallery-grid figure { position: relative; margin: 0; overflow: hidden; background: #222; }
.gallery-grid .gallery-large { grid-row: 1 / 3; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(.25); transition: transform .4s ease, filter .4s ease; }
.gallery-grid figure:hover img { transform: scale(1.035); filter: grayscale(0); }
.gallery-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 16px; background: linear-gradient(transparent, rgba(0,0,0,.8)); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

.contact { display: grid; grid-template-columns: 1.25fr .75fr; gap: 0; padding-top: 100px; padding-bottom: 100px; }
.contact-card { padding: 64px; background: var(--red); color: #fff; }
.contact-card .section-label { color: #ffd2d3; }
.contact-card h2 { max-width: 600px; }
.contact-card > p:not(.section-label):not(.hours) { max-width: 520px; margin: 26px 0; line-height: 1.7; }
.contact-phone { font-family: "Barlow Condensed", sans-serif; font-size: clamp(48px, 6vw, 74px); font-weight: 800; }
.hours { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-details { padding: 58px; display: grid; align-content: center; gap: 30px; background: #fff; }
.contact-details div { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.contact-details span, .contact-details strong { display: block; }
.contact-details span { margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-details strong { font-size: 16px; line-height: 1.6; }
.contact-details strong a:hover,
.contact-details strong a:focus { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.contact-tools { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr .9fr; background: #fff; border-top: 1px solid var(--line); }
.contact-form-panel { padding: 58px 64px 64px; scroll-margin-top: 90px; }
.contact-form-panel h3 { margin: 0 0 30px; font-size: 42px; }
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.form-field { display: grid; gap: 8px; }
.form-field-wide { grid-column: 1 / -1; }
.form-field label { color: #44484b; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-field input,
.form-field select,
.form-field textarea { width: 100%; padding: 14px 15px; border: 1px solid #c9c5be; border-radius: 2px; background: #fff; color: var(--ink); font: 15px/1.4 Inter, Arial, sans-serif; }
.form-field textarea { resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus { border-color: var(--red); outline: 2px solid rgba(211, 18, 23, .16); }
.form-submit { justify-self: start; cursor: pointer; }
.map-panel { min-height: 580px; display: grid; grid-template-rows: 1fr auto; background: #17191a; }
.map-panel iframe { width: 100%; height: 100%; min-height: 500px; border: 0; }
.map-panel > a { padding: 24px 28px; color: #fff; font-size: 13px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.map-panel > a:hover,
.map-panel > a:focus { background: var(--red); }

footer { min-height: 170px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 24px; padding: 30px clamp(28px, 8vw, 120px); background: #090a0b; color: #878a8d; font-size: 12px; }
footer img { width: 100px; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 130px 1fr; }
  nav { display: none; }
  .header-actions { justify-self: end; }
  .hero-stat { display: none; }
  .hero-content { width: 90%; }
  .intro, .section-heading, .contact { grid-template-columns: 1fr; gap: 42px; }
  .contact-tools { grid-column: auto; grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
}

@media (max-width: 720px) {
  .site-header { min-height: 72px; padding: 7px 16px; }
  .brand img { width: 88px; height: 52px; }
  .phone { display: none; }
  .button-small { min-height: 42px; padding: 0 14px; font-size: 10px; }
  .hero { min-height: 620px; }
  .hero-shade { background: rgba(8,9,10,.72); }
  .hero-content { width: 100%; padding: 80px 22px 110px; }
  h1 { font-size: 62px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .quick-actions { grid-template-columns: 1fr; margin-top: -28px; }
  .quick-actions > a { min-height: 100px; border-left: 0; border-top: 1px solid var(--line); }
  .find-part-card { min-height: 0; }
  .search-options { grid-template-columns: 1fr; }
  .intro, .services, .gallery, .contact { padding: 76px 22px; }
  .intro { grid-template-columns: 1fr; gap: 40px; }
  h2 { font-size: 50px; }
  .trust-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(4, 260px); }
  .gallery-grid .gallery-large { grid-row: auto; }
  .contact-card, .contact-details { padding: 34px 26px; }
  .contact-form-panel { padding: 40px 26px; }
  .contact-form { grid-template-columns: 1fr; }
  .form-field-wide { grid-column: auto; }
  .map-panel { min-height: 460px; }
  .map-panel iframe { min-height: 390px; }
  .contact-phone { font-size: 48px; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer img { margin: 0 auto; }
  footer p:nth-child(2), footer p:last-child { text-align: center; }
}
