@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");

:root {
  --ink: #080808;
  --near: #111111;
  --charcoal: #1c1c1e;
  --graphite: #2c2c2e;
  --muted: #626267;
  --line: #d1d1d6;
  --paper: #f5f5f5;
  --white: #ffffff;
  --red: #d71920;
  --bright: #ef233c;
  --deep-red: #991b1b;
  --max: 1180px;
  --heading: "Oswald", Impact, sans-serif;
  --body: Inter, Arial, Helvetica, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--near); font: 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
::selection { background: var(--red); color: var(--white); }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
address { font-style: normal; }
h1, h2, h3 { margin: 0; font-family: var(--heading); font-weight: 700; line-height: 1; letter-spacing: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.2rem); }
h2 { font-size: clamp(2.4rem, 4.5vw, 4.3rem); }
h3 { font-size: 1.55rem; }
p { margin: 0 0 1.25rem; }
svg { display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: clamp(72px, 9vw, 118px) 0; }
.section-paper { background: var(--paper); }
.section-light { background: #e9e9eb; }
.section-dark { background: var(--near); color: var(--paper); }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 11px 16px; border: 2px solid var(--red); background: var(--white); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--bright); outline-offset: 3px; }
.eyebrow { margin: 0 0 18px; color: var(--white); font-size: .78rem; font-weight: 800; line-height: 1.2; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { display: inline-block; width: 30px; height: 3px; margin: 0 10px 3px 0; background: var(--bright); content: ""; }
.eyebrow-dark { color: var(--near); }
.lead { max-width: 720px; color: #c9c9cd; font-size: clamp(1.02rem, 1.4vw, 1.2rem); }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border: 1px solid transparent; border-radius: 3px; font-size: .9rem; font-weight: 800; line-height: 1.2; transition: background .15s, border-color .15s, transform .15s; }
.button:hover { transform: translateY(-1px); }
.button-red { background: var(--red); color: var(--white); }
.button-red:hover { background: #b51218; }
.button-outline { border-color: #8d8d92; background: transparent; color: inherit; }
.button-outline:hover { border-color: var(--bright); }
.button-dark { background: var(--near); color: var(--white); }
.button svg { width: 18px; height: 18px; }
.fine-print { color: var(--muted); font-size: .82rem; line-height: 1.55; }
.fine-print-light { color: #b8b8bc; }

.site-header { position: sticky; z-index: 50; top: 0; height: 78px; border-bottom: 1px solid #333; background: rgba(8, 8, 8, .98); color: var(--white); }
.header-inner { width: min(1380px, calc(100% - 32px)); height: 100%; margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { flex: 0 0 184px; }
.brand img { width: 184px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); }
.desktop-nav a { position: relative; padding: 27px 0 24px; color: #dedee1; font-size: .86rem; font-weight: 750; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--white); }
.desktop-nav a[aria-current="page"]::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--red); content: ""; }
.header-actions { display: flex; align-items: center; gap: 14px; }
.header-phone { display: flex; align-items: center; gap: 7px; white-space: nowrap; font-size: .84rem; font-weight: 800; }
.header-phone svg { flex: 0 0 17px; width: 17px; height: 17px; }
.menu-toggle { display: none; width: 46px; height: 46px; align-items: center; justify-content: center; border: 1px solid #555; border-radius: 3px; background: transparent; color: var(--white); }
.menu-toggle svg { width: 25px; height: 25px; }
.menu-toggle .icon-close { display: none; }
.menu-toggle[aria-expanded="true"] .icon-menu { display: none; }
.menu-toggle[aria-expanded="true"] .icon-close { display: block; }
.mobile-nav, .menu-backdrop { display: none; }

.mobile-action-bar { display: none; }
.home-hero { overflow: hidden; background: var(--ink); color: var(--white); }
.hero-grid { display: grid; min-height: 650px; grid-template-columns: 1.05fr .95fr; }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 78px 58px 78px 0; }
.hero-copy h1 { max-width: 700px; }
.hero-copy .lead { margin: 28px 0 0; }
.hero-notices { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; padding-top: 25px; border-top: 1px solid #373739; }
.hero-notices span { display: flex; align-items: center; gap: 8px; color: #d4d4d6; font-size: .8rem; font-weight: 700; }
.hero-notices svg { width: 18px; height: 18px; color: var(--bright); }
.hero-photo-wrap { position: relative; min-height: 100%; }
.hero-photo-wrap::after { display: none; }
.hero-photo { width: calc(100% + (100vw - min(var(--max), calc(100vw - 40px))) / 2); max-width: none; height: 100%; object-fit: cover; }
.hero-location { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 14px; padding: 18px; border: 1px solid #444; background: rgba(17,17,17,.94); }
.hero-location svg { width: 22px; color: var(--bright); }
.hero-location span { display: flex; flex-direction: column; color: #bbb; font-size: .76rem; }
.hero-location strong { color: var(--white); font-size: .88rem; }
.hero-location a { font-size: .8rem; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.highlights { border-top: 1px solid #333; background: var(--charcoal); color: var(--white); }
.highlight-grid { display: grid; grid-template-columns: repeat(6, 1fr); }
.highlight-grid div { display: flex; min-height: 112px; align-items: center; justify-content: center; gap: 9px; padding: 18px 12px; border-right: 1px solid #39393c; text-align: center; }
.highlight-grid div:last-child { border: 0; }
.highlight-grid svg { flex: 0 0 auto; width: 20px; height: 20px; color: var(--bright); }
.highlight-grid span { font-size: .75rem; font-weight: 750; line-height: 1.35; }
.section-heading { margin-bottom: 48px; }
.section-heading > p { max-width: 650px; color: #5f5f64; }
.split-heading { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; }
.split-heading > p { margin: 0; }
.center-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.center-heading > p { margin-inline: auto; }
.category-grid { display: grid; overflow: hidden; grid-template-columns: repeat(4, 1fr); gap: 1px; border: 1px solid #cfcfd3; border-radius: 4px; background: #cfcfd3; }
.category-grid a { display: grid; min-height: 116px; grid-template-columns: 1fr auto; align-items: center; gap: 12px; padding: 24px 20px; background: var(--white); transition: background .15s, color .15s; }
.category-grid a:hover { background: var(--near); color: var(--white); }
.category-grid strong { font: 700 1.08rem/1.15 var(--heading); }
.category-grid svg { width: 18px; color: var(--red); }
.category-grid a:nth-last-child(2):nth-child(4n+1) { grid-column: 2; }
.category-grid a:last-child:nth-child(4n+2) { grid-column: 3; }
.focus-grid { display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 78px; }
.focus-copy > p:not(.eyebrow, .notice) { margin-top: 26px; color: #bcbcc0; }
.notice { display: flex; align-items: flex-start; gap: 11px; margin-top: 28px; padding: 16px 18px; border-left: 3px solid var(--red); background: #242426; color: var(--white); font-size: .88rem; }
.notice svg { flex: 0 0 20px; width: 20px; color: var(--bright); }
.notice-light { background: #e5e5e7; color: var(--near); }
.make-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.make-cards article { padding: 34px 28px; border: 1px solid #3b3b3e; background: #202022; }
.make-logo { display: flex; width: 144px; height: 96px; align-items: center; justify-content: center; margin-bottom: 24px; padding: 9px; background: var(--white); }
.make-logo img { width: 100%; height: 100%; object-fit: contain; }
.make-cards p { margin: 15px 0 24px; color: #bdbdc1; font-size: .88rem; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--red); font-size: .82rem; font-weight: 800; }
.section-dark .text-link { color: var(--white); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.steps li { display: flex; gap: 21px; padding: 32px; border: 1px solid #d7d7da; background: var(--white); }
.steps li + li { border-left: 0; }
.steps > li > span { color: var(--red); font: 700 2rem var(--heading); }
.steps h3 { margin-bottom: 10px; }
.steps p { margin: 0; color: var(--muted); font-size: .88rem; }
.used-grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.used-grid > div > p:not(.eyebrow) { margin: 24px 0; color: #59595e; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; min-height: 110px; align-items: center; gap: 14px; padding: 24px; border: 1px solid #cfcfd2; background: var(--paper); font-weight: 700; line-height: 1.35; }
.check-list li:nth-child(even) { border-left: 0; }
.check-list li:nth-child(n+3) { border-top: 0; }
.check-list svg { flex: 0 0 23px; width: 23px; color: var(--red); }
.ebay-section { background: #202023; color: var(--white); }
.ebay-grid { display: grid; grid-template-columns: 190px 1fr; align-items: center; gap: 70px; }
.ebay-mark { display: flex; width: 180px; height: 180px; align-items: center; justify-content: center; background: var(--red); }
.ebay-mark svg { width: 72px; height: 72px; }
.ebay-grid p:not(.eyebrow, .fine-print) { max-width: 720px; margin-top: 24px; color: #c3c3c6; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.review-grid blockquote { display: flex; min-height: 230px; flex-direction: column; justify-content: space-between; margin: 0; padding: 29px; border: 1px solid #dedee1; background: var(--white); }
.review-grid blockquote::before { color: var(--red); font: 4rem/.5 Georgia, serif; content: "“"; }
.review-grid p { margin: 20px 0; color: #39393d; font-size: .9rem; }
.review-grid cite { font-style: normal; font-weight: 800; }

.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 68px; }
.address-block { display: flex; flex-direction: column; margin: 24px 0; }
.address-block strong { font-size: 1.08rem; }
.address-block a, .large-phone { margin-top: 7px; color: var(--red); font-weight: 800; }
.large-phone { display: inline-flex; align-items: center; gap: 10px; font: 700 1.8rem var(--heading); }
.large-phone svg { flex: 0 0 24px; width: 24px; height: 24px; }
.hours-status { display: flex; gap: 12px; margin: 25px 0; padding: 16px; background: #e4e4e7; }
.hours-status svg { flex: 0 0 23px; width: 23px; margin-top: 2px; color: var(--red); }
.hours-status div { display: flex; flex-direction: column; }
.hours-status strong { font-size: .88rem; }
.hours-status span { color: #606065; font-size: .74rem; }
.hours-list { max-width: 390px; margin: 24px 0; font-size: .8rem; }
.hours-list div { display: flex; justify-content: space-between; padding: 5px 0; border-bottom: 1px solid #d5d5d8; }
.hours-list dt { font-weight: 600; }
.hours-list dd { margin: 0; font-weight: 750; }
.map { display: block; width: 100%; height: 550px; border: 0; border-radius: 4px; box-shadow: 0 18px 48px rgba(8,8,8,.12); filter: grayscale(.25); }

.page-hero { padding: 54px 0 67px; border-bottom: 4px solid var(--red); background: var(--near); color: var(--white); }
.page-hero h1 { max-width: 980px; font-size: clamp(3rem, 6vw, 5.6rem); }
.page-hero .lead { margin-top: 24px; }
.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 44px; color: #9f9fa4; font-size: .75rem; }
.breadcrumbs a:hover { color: var(--white); }
.breadcrumbs span:last-child { color: #ddd; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.feature-grid article { padding: 33px; border: 1px solid #dadade; background: var(--white); }
.feature-grid .feature-icon { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; margin-bottom: 21px; background: #f1d8d9; color: var(--red); font: 700 1.2rem var(--heading); }
.feature-grid h3 { margin-bottom: 12px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.cta-band { display: flex; align-items: center; justify-content: space-between; gap: 56px; }
.cta-band p:not(.eyebrow) { max-width: 660px; margin: 18px 0 0; color: #bbb; }
.cta-band .button { flex: 0 0 auto; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 78px; }
.about-grid > img { width: 100%; min-height: 490px; object-fit: cover; box-shadow: 18px 18px 0 #d7d7da; }
.about-grid p:not(.eyebrow) { margin-top: 22px; color: #55555a; }
.about-features { grid-template-columns: repeat(3, 1fr); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; }
.contact-card address { display: flex; flex-direction: column; margin: 24px 0 10px; }
.contact-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-actions article { padding: 36px; border: 1px solid #3b3b3e; background: #202022; }
.contact-actions h2 { margin-top: 12px; }
.contact-actions p { margin: 16px 0; color: #bbb; }

.form-layout { display: grid; grid-template-columns: 310px 1fr; align-items: start; gap: 58px; }
.form-aside { position: sticky; top: 108px; }
.form-aside h2 + p { margin-top: 22px; }
.form-aside > p:not(.eyebrow, .aside-note) { color: #56565b; }
.form-aside ul { margin: 24px 0; padding: 0; list-style: none; }
.form-aside li { display: flex; gap: 10px; margin: 12px 0; font-size: .82rem; font-weight: 700; }
.form-aside li::before { flex: 0 0 17px; width: 17px; height: 17px; border: 2px solid var(--red); border-radius: 50%; content: ""; }
.aside-call { display: flex; gap: 13px; margin: 26px 0; padding: 19px; background: var(--near); color: var(--white); }
.aside-call svg { flex: 0 0 23px; width: 23px; height: 23px; color: var(--bright); }
.aside-call div { display: flex; flex-direction: column; }
.aside-call span, .aside-call small { color: #aaa; font-size: .7rem; }
.aside-call a { font-weight: 800; }
.aside-note { font-size: .76rem; color: #666; }
.form-heading { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 18px; color: #666; font-size: .76rem; }
.form-heading strong { color: var(--deep-red); }
.request-form { display: flex; flex-direction: column; gap: 25px; }
.request-form fieldset { margin: 0; padding: 29px; border: 1px solid #d4d4d7; background: var(--white); }
.request-form legend { padding: 0 10px; font: 700 1.45rem var(--heading); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
.form-grid-3 { grid-template-columns: repeat(3, 1fr); }
.field { display: flex; flex-direction: column; color: #2d2d31; font-size: .77rem; font-weight: 750; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; margin-top: 7px; padding: 10px 12px; border: 1px solid #aaaab0; border-radius: 2px; background: var(--white); color: var(--near); }
.field textarea { min-height: 125px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #555; }
.field [aria-invalid="true"] { border: 2px solid var(--deep-red); }
.field-full { grid-column: 1 / -1; }
.label-note { color: #777; font-size: .68rem; font-weight: 500; }
.field-error { min-height: 18px; margin-top: 4px; color: var(--deep-red); font-size: .7rem; font-weight: 750; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.consent { display: flex; align-items: flex-start; gap: 12px; font-size: .8rem; font-weight: 650; }
.consent input { flex: 0 0 20px; width: 20px; height: 20px; margin-top: 2px; accent-color: var(--red); }
.error-summary { display: none; padding: 17px; border: 2px solid var(--deep-red); background: #f8e7e8; color: #641014; }
.error-summary.visible { display: block; }
.error-summary strong { display: block; }
.error-summary p { margin: 3px 0 0; font-size: .8rem; }
.submit-button { align-self: flex-start; min-width: 220px; border: 0; }
.submit-note { margin: -10px 0 0; color: var(--muted); font-size: .75rem; }

.legal { max-width: 900px; padding-top: 74px; padding-bottom: 108px; }
.legal h2 { margin: 40px 0 13px; font-size: 1.8rem; line-height: 1.1; }
.legal p { color: #4f4f54; }
.thank-you { min-height: 62vh; display: flex; align-items: center; }
.thank-you-card { max-width: 760px; padding: 48px; border-top: 4px solid var(--red); background: var(--white); box-shadow: 0 18px 48px rgba(8,8,8,.1); }
.thank-you-card h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.thank-you-card p { margin-top: 22px; color: var(--muted); }

.site-footer { padding: 68px 0 26px; border-top: 1px solid #333; background: var(--ink); color: #c6c6ca; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .75fr .75fr; gap: 52px; }
.footer-grid h2 { margin-bottom: 16px; color: var(--white); font: 800 .75rem var(--body); letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; font-size: .8rem; }
.footer-grid a { margin: 3px 0; }
.footer-grid a:hover { color: var(--white); text-decoration: underline; }
.footer-brand img { width: 185px; margin-bottom: 19px; }
.footer-brand strong { color: var(--white); }
.footer-brand p { max-width: 280px; margin-top: 9px; font-size: .78rem; }
.footer-rcad { margin-top: 22px; }
.footer-rcad img { margin-bottom: 9px; }
.footer-rcad span { display: block; color: #9f9fa4; font-size: .72rem; font-weight: 750; }
.footer-social { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.footer-social-standalone { margin-top: 0; margin-bottom: 28px; }
.social-button { display: inline-flex; min-width: 88px; min-height: 38px; align-items: center; justify-content: center; border-radius: 3px; color: var(--white); font-size: .78rem; font-weight: 800; line-height: 1; }
.social-button:hover { color: var(--white); transform: translateY(-1px); text-decoration: none; }
.social-yelp { font-family: Arial, Helvetica, sans-serif; letter-spacing: 0; }
.social-facebook { font: 800 1.35rem/1 Arial, Helvetica, sans-serif; letter-spacing: 0; }
.social-button-yelp { background: #d32323; }
.social-button-facebook { background: #1877f2; }
.footer-hours { margin-top: 11px; font-size: .73rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 38px; margin-top: 52px; padding-top: 23px; border-top: 1px solid #303033; color: #8f8f94; font-size: .68rem; }
.footer-bottom p { margin: 0; }
.footer-bottom p:first-child { max-width: 720px; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; text-align: right; }
.footer-credit a { color: #c6c6ca; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.footer-cookie-settings { margin: 8px 0 0; padding: 0; border: 0; background: transparent; color: #c6c6ca; font: inherit; font-size: .8rem; text-align: left; }
.footer-cookie-settings:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }

.cookie-consent { position: fixed; z-index: 90; right: 24px; bottom: 24px; left: 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 24px; width: min(1050px, calc(100% - 48px)); margin: 0 auto; padding: 22px; border: 1px solid #cfcfd3; border-top: 4px solid var(--red); background: var(--white); box-shadow: 0 22px 60px rgba(8,8,8,.22); transform: translateY(calc(100% + 36px)); visibility: hidden; opacity: 0; transition: transform .2s ease, opacity .2s ease, visibility .2s ease; }
.cookie-consent.visible { transform: none; visibility: visible; opacity: 1; }
.cookie-consent h2 { margin: 0 0 7px; font-size: 1.65rem; line-height: 1.05; }
.cookie-consent p { margin: 0; color: #4f4f54; font-size: .86rem; line-height: 1.5; }
.cookie-consent a { display: inline-flex; margin-top: 8px; color: var(--deep-red); font-size: .78rem; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.cookie-consent__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.cookie-consent__actions .button { white-space: nowrap; }

@media (max-width: 1100px) {
  .desktop-nav, .header-phone { display: none; }
  .menu-toggle { display: flex; }
  .menu-backdrop { position: fixed; z-index: 45; inset: 78px 0 0; background: rgba(0,0,0,.58); }
  .menu-backdrop.visible { display: block; }
  .mobile-nav { position: fixed; z-index: 46; top: 78px; right: 0; display: flex; width: min(390px, 88vw); height: calc(100dvh - 78px); flex-direction: column; padding: 20px 24px; background: var(--near); transform: translateX(102%); visibility: hidden; transition: transform .2s, visibility .2s; }
  .mobile-nav.open { transform: none; visibility: visible; }
  .mobile-nav a:not(.button) { padding: 16px 3px; border-bottom: 1px solid #303033; font-weight: 750; }
  .mobile-nav .button { margin-top: 21px; }
  .highlight-grid { grid-template-columns: repeat(3, 1fr); }
  .highlight-grid div:nth-child(3) { border-right: 0; }
  .highlight-grid div:nth-child(-n+3) { border-bottom: 1px solid #39393c; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-grid a:nth-last-child(2):nth-child(4n+1), .category-grid a:last-child:nth-child(4n+2) { grid-column: auto; }
  .review-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 800px) {
  .container { width: min(680px, calc(100% - 32px)); }
  .section { padding: 70px 0; }
  .hero-grid, .focus-grid, .used-grid, .location-grid, .about-grid, .contact-grid, .form-layout { grid-template-columns: 1fr; }
  .hero-grid { width: 100%; min-height: 0; }
  .hero-copy { width: min(680px, calc(100% - 32px)); margin: auto; padding: 70px 0 54px; }
  .hero-photo-wrap { min-height: 450px; }
  .hero-photo { width: 100%; }
  .split-heading { grid-template-columns: 1fr; gap: 20px; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .focus-grid, .location-grid, .contact-grid { gap: 40px; }
  .steps { grid-template-columns: 1fr; }
  .steps li + li { border-top: 0; border-left: 1px solid #d7d7da; }
  .used-grid { gap: 35px; }
  .ebay-grid { grid-template-columns: 125px 1fr; gap: 34px; }
  .ebay-mark { width: 125px; height: 125px; }
  .map { height: 420px; }
  .about-grid { gap: 55px; }
  .about-grid > img { min-height: 410px; }
  .form-layout { gap: 42px; }
  .form-layout > div { order: 1; }
  .form-aside { position: static; order: 2; }
  .form-grid-3 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  body { padding-bottom: calc(68px + env(safe-area-inset-bottom)); }
  .site-header { height: 68px; }
  .header-inner { width: calc(100% - 24px); }
  .brand, .brand img { width: 150px; flex-basis: 150px; }
  .header-quote { display: none; }
  .menu-backdrop, .mobile-nav { top: 68px; }
  .mobile-nav { height: calc(100dvh - 68px); }
  .mobile-action-bar { position: fixed; z-index: 55; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: repeat(4, 1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid #39393c; background: #0d0d0e; color: var(--white); }
  .mobile-action-bar a { display: flex; min-height: 67px; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: #ddd; font-size: .61rem; font-weight: 750; text-align: center; }
  .mobile-action-bar a:nth-child(3) { background: var(--red); color: var(--white); }
  .mobile-action-bar svg { width: 20px; height: 20px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.1rem); }
  h2 { font-size: clamp(2.2rem, 11vw, 3.2rem); }
  .hero-copy { padding-top: 58px; }
  .hero-copy .button { flex: 1 1 calc(50% - 7px); }
  .hero-copy .button-row a:last-child { flex-basis: 100%; justify-content: flex-start; padding-inline: 4px; }
  .hero-photo-wrap { min-height: 350px; }
  .hero-location { right: 12px; bottom: 12px; left: 12px; grid-template-columns: auto 1fr; }
  .hero-location a { grid-column: 2; }
  .highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .highlight-grid div { min-height: 98px; border-right: 1px solid #39393c !important; border-bottom: 1px solid #39393c !important; }
  .highlight-grid div:nth-child(even) { border-right: 0 !important; }
  .highlight-grid div:nth-child(n+5) { border-bottom: 0 !important; }
  .category-grid, .make-cards, .review-grid, .feature-grid, .about-features, .contact-actions { grid-template-columns: 1fr; }
  .category-grid a { min-height: 82px; }
  .steps li { padding: 24px 20px; }
  .check-list { grid-template-columns: 1fr; }
  .check-list li { min-height: 86px; border: 1px solid #cfcfd2 !important; }
  .check-list li + li { border-top: 0 !important; }
  .ebay-grid { grid-template-columns: 1fr; }
  .ebay-mark { width: 78px; height: 78px; }
  .ebay-mark svg { width: 36px; }
  .review-grid blockquote { min-height: 205px; }
  .map { height: 340px; }
  .page-hero { padding: 34px 0 47px; }
  .breadcrumbs { margin-bottom: 31px; }
  .page-hero .lead { font-size: 1rem; }
  .cta-band { align-items: flex-start; flex-direction: column; gap: 24px; }
  .about-grid > img { min-height: 290px; box-shadow: 10px 10px 0 #d7d7da; }
  .contact-actions article, .feature-grid article { padding: 27px; }
  .form-heading { flex-direction: column; }
  .request-form fieldset { padding: 23px 17px; }
  .form-grid, .form-grid-3 { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .submit-button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .footer-meta { align-items: flex-start; text-align: left; }
  .cookie-consent { right: 12px; bottom: calc(82px + env(safe-area-inset-bottom)); left: 12px; grid-template-columns: 1fr; width: calc(100% - 24px); padding: 18px; }
  .cookie-consent__actions { justify-content: stretch; }
  .cookie-consent__actions .button { flex: 1 1 100%; }
  .thank-you-card { padding: 34px 24px; }
}

@media (max-width: 400px) {
  .hero-copy .button { flex-basis: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
