@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@400;500;600;700;800;900&display=swap");

:root {
  --ink: #151820;
  --ink-2: #20252f;
  --red: #ed172d;
  --red-dark: #c91125;
  --paper: #ffffff;
  --canvas: #f4f6f9;
  --line: #dde2e9;
  --muted: #68717f;
  --green: #20a45a;
  --shadow: 0 18px 50px rgba(18, 24, 34, 0.12);
  --radius: 18px;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Archivo", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
p:last-child { margin-bottom: 0; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 88px 0; }
.section--soft { background: var(--canvas); }
.section--dark { color: var(--paper); background: var(--ink); }
.section--tight { padding: 58px 0; }
.section-heading { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-heading--left { margin-inline: 0; text-align: left; }
.section-heading h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.25rem); font-weight: 900; letter-spacing: -0.045em; }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 1.05rem; }
.section--dark .section-heading p { color: #b8c0cb; }
.eyebrow { display: inline-block; margin-bottom: 12px; color: var(--red); font-size: 0.76rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.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; }

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 26px;
  color: #fff;
  background: var(--red);
  border: 1px solid var(--red);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--red-dark); border-color: var(--red-dark); }
.button--outline { color: var(--ink); background: transparent; border-color: #aeb6c2; }
.button--outline:hover { color: #fff; background: var(--ink); border-color: var(--ink); }
.button--dark { background: var(--ink); border-color: var(--ink); }
.button--dark:hover { background: #000; border-color: #000; }
.button--small { min-height: 44px; padding-inline: 19px; font-size: 0.78rem; }
.button--block { width: 100%; }

.site-header { position: sticky; z-index: 100; top: 0; background: rgba(21, 24, 32, 0.98); border-bottom: 2px solid var(--red); backdrop-filter: blur(14px); }
.site-header__inner { min-height: 88px; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img { width: 255px; height: auto; }
.primary-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.primary-nav > a:not(.button) { position: relative; padding: 34px 15px; color: #fff; font-size: 0.82rem; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.primary-nav > a:not(.button)::after { position: absolute; right: 14px; bottom: 24px; left: 14px; height: 2px; content: ""; background: var(--red); transform: scaleX(0); transition: transform 0.2s ease; }
.primary-nav > a:hover::after, .primary-nav > a.is-active::after { transform: scaleX(1); }
.header-phone { display: flex; flex-direction: column; padding-left: 20px; color: #fff; border-left: 1px solid rgba(255,255,255,.16); text-decoration: none; }
.header-phone span { color: #aeb6c2; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.header-phone strong { font-size: 0.98rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid rgba(255,255,255,.25); border-radius: 7px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: #fff; }

.hero { position: relative; overflow: hidden; color: #fff; background: #10141c; }
.hero::before { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, #11151d 0%, rgba(17,21,29,.97) 38%, rgba(17,21,29,.69) 67%, rgba(17,21,29,.3) 100%); z-index: 1; }
.hero__image { position: absolute; inset: 0; background-image: url("../images/hero-engine-warehouse.webp"); background-position: center right; background-size: cover; }
.hero__inner { position: relative; z-index: 2; width: calc(100% - 64px); max-width: none; min-height: 570px; display: grid; align-items: center; grid-template-columns: minmax(0, .92fr) minmax(440px, .68fr); gap: 30px; padding: 30px 0; }
.hero__content { max-width: 690px; padding: 24px 0 24px clamp(18px, 3vw, 56px); }
.hero h1 { max-width: 620px; margin-bottom: 18px; font-size: clamp(2.45rem, 3.7vw, 3.6rem); font-weight: 900; letter-spacing: -0.055em; }
.hero__lead { max-width: 650px; margin-bottom: 24px; color: #d3d8df; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 24px; }
.hero .button--outline { color: #fff; border-color: rgba(255,255,255,.72); }
.hero .button--outline:hover { color: var(--ink); background: #fff; }
.trust-inline { display: flex; flex-wrap: wrap; gap: 18px 26px; padding: 0; margin: 0; list-style: none; }
.trust-inline li { display: flex; align-items: center; gap: 8px; color: #d5dae1; font-size: 0.88rem; font-weight: 700; }
.trust-inline li::before { display: grid; width: 24px; height: 24px; place-items: center; content: "✓"; color: #fff; background: var(--red); border-radius: 50%; font-size: 0.78rem; }
.hero-form-card { align-self: center; justify-self: start; width: min(520px, 100%); padding: 18px; color: var(--ink); background: rgba(255,255,255,.98); border: 1px solid rgba(255,255,255,.6); border-radius: 16px; box-shadow: var(--shadow); backdrop-filter: blur(14px); scroll-margin-top: 110px; }
.hero-form-card__heading { margin-bottom: 11px; }
.hero-form-card__heading .eyebrow { margin-bottom: 6px; }
.hero-form-card h2 { margin-bottom: 6px; font-size: 1.55rem; font-weight: 900; letter-spacing: -.035em; }
.hero-form-card p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.lead-form--compact .form-grid { gap: 10px 12px; }
.lead-form--compact label { gap: 4px; font-size: .68rem; letter-spacing: .04em; text-transform: uppercase; }
.lead-form--compact input, .lead-form--compact select { min-height: 42px; padding: 8px 10px; font-size: .83rem; text-transform: none; }
.lead-form--compact .lead-submit { min-height: 46px; margin-top: 12px; font-size: .78rem; }
.lead-form--compact .form-note { margin-top: 8px; font-size: .65rem; }
.lead-form--compact .form-status { margin-top: 8px; font-size: .72rem; }
.status-dot { width: 13px; height: 13px; background: #2fc970; border-radius: 50%; box-shadow: 0 0 0 7px rgba(47,201,112,.14); }

.trust-bar { padding: 16px 0; background: linear-gradient(180deg, #fff 0%, #f5f7fa 100%); border-bottom: 1px solid var(--line); }
.trust-bar__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.trust-stat { min-width: 0; display: flex; align-items: center; gap: 13px; padding: 17px 18px; background: #fff; border: 1px solid #e0e5ec; border-radius: 12px; box-shadow: 0 8px 20px rgba(21,24,32,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.trust-stat:hover { transform: translateY(-2px); border-color: rgba(237,23,45,.35); box-shadow: 0 12px 26px rgba(21,24,32,.09); }
.trust-stat__icon { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; color: #fff !important; background: linear-gradient(145deg, var(--red), var(--red-dark)); border-radius: 10px; box-shadow: 0 7px 16px rgba(237,23,45,.22); }
.trust-stat__icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.trust-stat__copy { min-width: 0; display: block; }
.trust-stat strong { display: block; color: var(--ink); font-size: .93rem; line-height: 1.25; }
.trust-stat__copy > span { display: block; margin-top: 3px; color: var(--muted); font-size: .72rem; line-height: 1.35; }

.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 36px; align-items: start; }
.quote-copy { position: sticky; top: 124px; }
.quote-copy h2 { margin-bottom: 18px; font-size: clamp(2.4rem, 4.5vw, 4rem); font-weight: 900; letter-spacing: -0.05em; }
.quote-copy > p { color: var(--muted); font-size: 1.05rem; }
.quote-proof { display: grid; gap: 12px; padding: 0; margin: 30px 0; list-style: none; }
.quote-proof li { display: flex; align-items: center; gap: 12px; font-weight: 700; }
.quote-proof li::before { display: grid; width: 28px; height: 28px; place-items: center; content: "✓"; color: #fff; background: var(--red); border-radius: 50%; font-size: .76rem; }
.call-card { padding: 26px; color: #fff; background: var(--ink); border-radius: 14px; }
.call-card span { display: block; color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.call-card strong { display: block; margin: 5px 0; font-size: 1.5rem; }
.call-card p { color: #aeb6c2; font-size: .84rem; }
.call-card a { color: #fff; text-decoration: none; }

.lead-form-shell { padding: clamp(26px, 4vw, 42px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.form-section-heading { display: flex; align-items: center; gap: 14px; padding-bottom: 18px; margin: 4px 0 22px; border-bottom: 1px solid var(--line); }
.form-section-heading:not(:first-child) { margin-top: 36px; }
.form-section-heading > span { display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; color: #fff; background: var(--ink); border-radius: 50%; font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.form-section-heading strong { display: block; font-size: 1.1rem; }
.form-section-heading small { display: block; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.form-span-2 { grid-column: 1 / -1; }
.lead-form label { display: grid; gap: 7px; color: #2c323c; font-size: .82rem; font-weight: 800; }
.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%; min-height: 52px; padding: 12px 14px; color: var(--ink); background: #fff; border: 1px solid #ccd3dd; border-radius: 7px; outline: none; font-weight: 500; transition: border-color .2s ease, box-shadow .2s ease;
}
.lead-form textarea { min-height: 105px; resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(237,23,45,.1); }
.lead-form .is-invalid { border-color: #c20f23; background: #fff6f7; }
.consent-row { display: flex !important; grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; margin: 24px 0 18px; color: var(--muted) !important; font-size: .76rem !important; font-weight: 500 !important; }
.consent-row input { width: 18px; min-height: 18px; margin-top: 2px; }
.lead-submit { min-height: 62px; border-radius: 8px; }
.form-note { margin: 14px 0 0; color: var(--muted); font-size: .74rem; text-align: center; }
.form-note a { color: var(--ink); font-weight: 800; }
.form-status { margin-top: 14px; font-size: .82rem; }
.form-status.is-error { padding: 12px 14px; color: #8e1220; background: #fff1f3; border: 1px solid #f3bec5; border-radius: 7px; }
.honeypot { position: absolute !important; left: -9999px !important; }

.card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.part-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(21,24,32,.08); }
.part-card__image { height: 360px; overflow: hidden; background: #dcdedf; }
.part-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.part-card:hover .part-card__image img { transform: scale(1.025); }
.part-card__content { padding: 32px; }
.part-card h3 { margin-bottom: 12px; font-size: 2rem; font-weight: 900; letter-spacing: -0.035em; }
.part-card p { color: var(--muted); }

.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: steps; }
.step-card { position: relative; padding: 34px 30px; background: #fff; border: 1px solid var(--line); border-radius: 14px; counter-increment: steps; }
.step-card::before { display: grid; width: 48px; height: 48px; margin-bottom: 28px; place-items: center; content: "0" counter(steps); color: #fff; background: var(--red); border-radius: 50%; font-weight: 900; }
.step-card h3 { margin-bottom: 10px; font-size: 1.25rem; }
.step-card p { color: var(--muted); }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature { padding: 30px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.feature__icon { display: grid; width: 44px; height: 44px; margin-bottom: 20px; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-weight: 900; }
.feature h3 { font-size: 1.1rem; }
.feature p { color: #aeb6c2; font-size: .9rem; }

.make-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.make-grid a { padding: 18px 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 10px; font-weight: 800; text-align: center; text-decoration: none; transition: color .2s ease, border-color .2s ease, transform .2s ease; }
.make-grid a:hover { color: var(--red); border-color: var(--red); transform: translateY(-2px); }

.faq-list { max-width: 900px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item > button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 4px; color: var(--ink); background: transparent; border: 0; text-align: left; cursor: pointer; font-weight: 800; }
.faq-item > button::after { content: "+"; color: var(--red); font-size: 1.6rem; font-weight: 500; }
.faq-item.is-open > button::after { content: "−"; }
.faq-answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .3s ease, padding .3s ease; }
.faq-item.is-open .faq-answer { max-height: 600px; padding: 0 42px 24px 4px; }

.cta-band { position: relative; overflow: hidden; color: #fff; background: var(--red); }
.cta-band::after { position: absolute; top: -90px; right: -80px; width: 340px; height: 340px; content: ""; border: 70px solid rgba(255,255,255,.08); border-radius: 50%; }
.cta-band__inner { position: relative; z-index: 1; min-height: 240px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { max-width: 760px; margin: 0; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 900; letter-spacing: -0.045em; }
.cta-band .button { color: var(--ink); background: #fff; border-color: #fff; white-space: nowrap; }

.page-hero { padding: 56px 0; color: #fff; background: var(--ink); }
.page-hero__grid { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 42px; }
.page-hero h1 { margin-bottom: 18px; font-size: clamp(2.35rem, 4vw, 3.65rem); font-weight: 900; letter-spacing: -.05em; }
.page-hero p { max-width: 690px; color: #c0c6cf; font-size: 1.08rem; }
.page-hero__image { height: 390px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius); }
.page-hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: 76% center; }
.page-hero--image { position: relative; overflow: hidden; padding: 0; background-position: center; background-repeat: no-repeat; background-size: cover; }
.page-hero--image::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(90deg, rgba(13,18,26,.99) 0%, rgba(13,18,26,.95) 36%, rgba(13,18,26,.58) 65%, rgba(13,18,26,.12) 100%); }
.page-hero--engines { background-image: url("../images/hero-used-engines.webp"); }
.page-hero--transmissions { background-image: url("../images/hero-used-transmissions.webp"); }
.page-hero--about { background-image: url("../images/hero-about.webp"); }
.page-hero--image .page-hero__grid { position: relative; z-index: 2; min-height: 570px; display: flex; align-items: center; }
.page-hero__content { width: min(760px, 62%); padding: 62px 0; }
.page-hero--compact .page-hero__grid { min-height: 430px; }
.page-hero--compact .page-hero__content { padding-block: 34px; }
.page-hero .trust-inline { margin-top: 28px; }
.page-hero .button--outline { color: #fff; border-color: rgba(255,255,255,.72); }
.page-hero .button--outline:hover { color: var(--ink); background: #fff; border-color: #fff; }

/* Compact interior-page rhythm. These targeted rules remove the large blank
   bands without changing the homepage or policy pages. */
.section--request { padding: 34px 0; }
.section--checklist { padding: 36px 0 40px; }
.section--expectations { padding: 42px 0; }
.section--about-intro { padding: 36px 0; }
.section--about-process { padding: 38px 0 44px; }
.section--request .section-heading,
.section--checklist .section-heading,
.section--expectations .section-heading,
.section--about-process .section-heading { margin-bottom: 22px; }

/* Vehicle-make landing pages */
.brand-hero { background-image: url("../images/hero-engine-warehouse.webp"); }
.brand-hero .page-hero__content { max-width: 720px; }
.section--brand-parts,
.section--brand-request,
.section--brand-models,
.section--brand-support { padding: 42px 0; }
.brand-parts-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.brand-part-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 10px 28px rgba(21,24,32,.08); }
.brand-part-card__image { height: 285px; overflow: hidden; background: #dcdedf; }
.brand-part-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.brand-part-card:hover .brand-part-card__image img { transform: scale(1.025); }
.brand-part-card__body { padding: 26px; }
.brand-part-card h3 { margin-bottom: 10px; font-size: clamp(1.65rem, 3vw, 2.2rem); font-weight: 900; letter-spacing: -.035em; }
.brand-part-card p { color: var(--muted); }
.brand-part-card .button { margin-top: 6px; }
.brand-model-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.brand-model-grid span { display: grid; min-height: 58px; place-items: center; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 10px; font-size: .88rem; font-weight: 800; text-align: center; }
.brand-shop-note { margin-top: 22px; color: var(--muted); text-align: center; }

.policy-layout { display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 50px; }
.policy-nav { position: sticky; top: 120px; align-self: start; padding: 24px; background: var(--canvas); border: 1px solid var(--line); border-radius: 12px; }
.policy-nav strong { display: block; margin-bottom: 12px; }
.policy-nav a { display: block; padding: 8px 0; color: var(--muted); text-decoration: none; }
.policy-nav a:hover { color: var(--red); }
.policy-content { max-width: 850px; }
.policy-content h2 { margin: 46px 0 14px; font-size: 1.8rem; }
.policy-content h2:first-child { margin-top: 0; }
.policy-content h3 { margin: 28px 0 8px; font-size: 1.15rem; }
.policy-content p, .policy-content li { color: #555f6d; }
.policy-content li { margin-bottom: 8px; }
.notice { padding: 22px; background: #fff6f7; border-left: 4px solid var(--red); border-radius: 0 10px 10px 0; }
.notice strong { display: block; margin-bottom: 6px; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 36px; align-items: start; }
.contact-panel { padding: 38px; color: #fff; background: var(--ink); border-radius: var(--radius); }
.contact-panel h1 { font-size: clamp(2rem, 3.2vw, 2.6rem); font-weight: 900; letter-spacing: -.04em; }
.contact-panel p { color: #b4bbc5; }
.contact-detail { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.13); }
.contact-detail span { display: block; color: var(--red); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-detail a, .contact-detail strong { color: #fff; font-size: 1.1rem; text-decoration: none; }
.contact-main { padding-block: 56px; }

.success-card { max-width: 780px; padding: 58px; margin: 80px auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); text-align: center; }
.success-icon { display: grid; width: 74px; height: 74px; margin: 0 auto 24px; place-items: center; color: #fff; background: var(--green); border-radius: 50%; font-size: 2rem; }
.success-card h1 { font-size: clamp(2.4rem, 5vw, 4rem); font-weight: 900; letter-spacing: -.04em; }
.success-card p { color: var(--muted); }

.site-footer { padding: 68px 0 22px; color: #fff; background: #0e1218; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3, .75fr); gap: 48px; }
.footer-about img { width: 260px; margin-bottom: 20px; }
.footer-about p { max-width: 380px; color: #aeb6c2; }
.footer-phone { color: #fff; font-size: 1.35rem; font-weight: 900; text-decoration: none; }
.site-footer h2 { margin-bottom: 18px; font-size: .84rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { padding: 0; margin: 0; list-style: none; }
.site-footer li { margin: 10px 0; }
.site-footer li a { color: #b8c0ca; text-decoration: none; }
.site-footer li a:hover { color: #fff; }
.footer-contact p { color: #b8c0ca; }
.footer-contact span { display: block; color: var(--red); font-size: .66rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-contact a { color: #fff; text-decoration: none; overflow-wrap: anywhere; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; margin-top: 48px; color: #7d8693; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.footer-bottom p { margin: 0; }

body[data-page="home"] .section { padding: 40px 0; }
body[data-page="home"] .section-heading { margin-bottom: 22px; }
body[data-page="home"] .part-card__image { height: 270px; }
body[data-page="home"] .part-card__content { padding: 22px; }
body[data-page="home"] .step-card { padding: 24px 22px; }
body[data-page="home"] .step-card::before { margin-bottom: 16px; }
body[data-page="home"] .feature { padding: 22px; }
body[data-page="home"] .make-grid a { padding: 14px 10px; }
body[data-page="home"] .faq-item > button { padding: 19px 4px; }
body[data-page="home"] .trust-stat { padding: 17px 18px; }

.mobile-cta { display: none; }
[data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .header-phone { display: none; }
  .primary-nav > a:not(.button) { padding-inline: 11px; }
  .hero__inner { grid-template-columns: minmax(0, 1fr) minmax(400px, .86fr); gap: 22px; }
  .hero-form-card { width: min(520px, 100%); }
  .make-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 900px) {
  .section { padding: 70px 0; }
  .site-header__inner { min-height: 74px; }
  .brand img { width: 220px; }
  .menu-toggle { display: block; margin-left: auto; }
  .primary-nav { position: fixed; inset: 74px 0 auto 0; display: none; max-height: calc(100vh - 74px); align-items: stretch; flex-direction: column; gap: 0; padding: 18px 20px 28px; background: var(--ink); overflow-y: auto; }
  .primary-nav.is-open { display: flex; }
  .primary-nav > a:not(.button) { padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .primary-nav > a:not(.button)::after { display: none; }
  .primary-nav .button { margin-top: 18px; }
  .hero::before { background: linear-gradient(180deg, rgba(17,21,29,.98) 0%, rgba(17,21,29,.94) 54%, rgba(17,21,29,.8) 100%); }
  .hero__image { background-position: 67% center; }
  .hero__inner { width: min(100% - 32px, var(--container)); min-height: auto; display: grid; grid-template-columns: 1fr; gap: 24px; padding: 38px 0; }
  .hero__content { max-width: 720px; padding: 0; }
  .hero h1 { font-size: clamp(2.75rem, 9vw, 4.2rem); }
  .hero-form-card { width: 100%; max-width: none; justify-self: stretch; }
  .trust-bar__inner { grid-template-columns: repeat(2, 1fr); }
  .quote-layout, .contact-grid { grid-template-columns: 1fr; }
  .quote-copy { position: static; }
  .card-grid, .page-hero__grid { grid-template-columns: 1fr; }
  .page-hero { padding: 48px 0; }
  .page-hero__image { height: 350px; }
  .page-hero--image { padding: 0; background-position: 67% center; }
  .page-hero--image::before { background: linear-gradient(90deg, rgba(13,18,26,.98) 0%, rgba(13,18,26,.9) 58%, rgba(13,18,26,.5) 100%); }
  .page-hero--image .page-hero__grid { min-height: 510px; }
  .page-hero__content { width: min(700px, 78%); padding: 48px 0; }
  .page-hero--compact .page-hero__grid { min-height: 430px; }
  .page-hero--compact .page-hero__content { padding-block: 38px; }
  .step-grid, .feature-grid { grid-template-columns: 1fr; }
  .make-grid { grid-template-columns: repeat(3, 1fr); }
  .brand-model-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .policy-layout { grid-template-columns: 1fr; }
  .policy-nav { position: static; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 70px; }
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 58px 0; }
  .site-header__inner { min-height: 68px; }
  .primary-nav { inset-block-start: 68px; max-height: calc(100vh - 68px); }
  .brand img { width: 190px; }
  .hero__inner { width: min(100% - 24px, var(--container)); min-height: auto; padding: 28px 0; gap: 20px; }
  .hero__image { background-position: 70% center; background-size: cover; background-repeat: no-repeat; }
  .hero::before { background: linear-gradient(180deg, #11151d 0%, rgba(17,21,29,.96) 55%, rgba(17,21,29,.8) 100%); }
  .hero__content { padding: 0; }
  .hero h1 { font-size: clamp(2.35rem, 11.5vw, 3.25rem); }
  .hero__lead { font-size: 1rem; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero-form-card { padding: 17px 15px; }
  .hero-form-card h2 { font-size: 1.35rem; }
  .trust-inline { gap: 11px; flex-direction: column; }
  .trust-bar__inner { grid-template-columns: 1fr; }
  .trust-bar { padding: 12px 0; }
  .trust-bar__inner { gap: 9px; }
  .trust-stat { padding: 14px 15px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-span-2 { grid-column: auto; }
  .hero-form-card .form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .hero-form-card .form-span-2 { grid-column: 1 / -1; }
  .hero-form-card .lead-form input, .hero-form-card .lead-form select { font-size: 16px; }
  body[data-page="home"] .section { padding: 34px 0; }
  .lead-form-shell { padding: 22px 18px; }
  .form-section-heading small { font-size: .72rem; }
  .card-grid { gap: 18px; }
  .part-card__image { height: 290px; }
  .part-card__content { padding: 24px; }
  .make-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-band__inner { padding: 50px 0; align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 40px 0; }
  .page-hero h1 { font-size: clamp(2.1rem, 10vw, 2.85rem); }
  .page-hero__image { height: 285px; }
  .page-hero--image { padding: 0; background-position: 70% center; }
  .page-hero--image::before { background: linear-gradient(90deg, rgba(13,18,26,.98) 0%, rgba(13,18,26,.91) 68%, rgba(13,18,26,.62) 100%); }
  .page-hero--image .page-hero__grid { min-height: 500px; }
  .page-hero__content { width: 100%; padding: 42px 0; }
  .page-hero--compact .page-hero__grid { min-height: 410px; }
  .page-hero--compact .page-hero__content { padding-block: 34px; }
  .section--request,
  .section--checklist,
  .section--expectations,
  .section--about-intro,
  .section--about-process,
  .section--brand-parts,
  .section--brand-request,
  .section--brand-models,
  .section--brand-support { padding: 34px 0; }
  .section--request .section-heading,
  .section--checklist .section-heading,
  .section--expectations .section-heading,
  .section--about-process .section-heading { margin-bottom: 22px; }
  .brand-parts-grid { grid-template-columns: 1fr; }
  .brand-part-card__image { height: 245px; }
  .brand-part-card__body { padding: 22px; }
  .brand-model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-main { padding-block: 40px; }
  .contact-panel, .success-card { padding: 30px 22px; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 20px; }
  .footer-about, .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .mobile-cta { position: fixed; z-index: 90; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 9px 12px; background: rgba(14,18,24,.97); border-top: 1px solid rgba(255,255,255,.12); }
  .mobile-cta a { min-height: 50px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 6px; font-size: .78rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
  .mobile-cta a:last-child { background: #fff; color: var(--ink); }
}

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