/* VIN Recall Scan — warm editorial / no external fonts or dependencies. */
:root {
    --paper: #f5f3ed;
    --surface: #fffefa;
    --ink: #242d29;
    --muted: #697069;
    --accent: #ac432c;
    --accent-hover: #8d3422;
    --accent-soft: #eee2d7;
    --line: #dbddd3;
    --soft: #edeee6;
    --green: #397153;
    --green-soft: #e9f2e8;
    --error: #a33024;
    --radius: 14px;
    --radius-small: 8px;
    --shadow: 0 18px 48px -30px rgba(39, 44, 33, .32);
    --modal-shadow: 0 32px 100px rgba(10, 20, 12, .2);
    --gap: 24px;
    --section-space: 100px;
    --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    --serif: Georgia, "Times New Roman", serif;
    --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input { font: inherit; }
button, a, input, summary { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
img, svg { max-width: 100%; }
img { display: block; }
a { color: inherit; text-underline-offset: 4px; }
button { color: inherit; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { line-height: 1.15; }
h1, h2 { letter-spacing: -.045em; font-weight: 650; }
h3 { letter-spacing: -.025em; font-weight: 650; }
p { text-wrap: pretty; }
em { font-family: var(--serif); font-weight: 400; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
input:focus-visible { outline-offset: 2px; }
::selection { background: #e7cbb9; color: var(--ink); }
.container { width: min(1184px, calc(100% - 80px)); margin-inline: auto; }
.icon { width: 22px; height: 22px; display: inline-block; flex: 0 0 auto; vertical-align: middle; }
.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; }
.skip-link { position: fixed; left: 16px; top: 10px; transform: translateY(-180%); padding: 12px 20px; z-index: 999; background: var(--ink); color: white; border-radius: var(--radius-small); }
.skip-link:focus { transform: none; }
.eyebrow { font-size: 11px; font-weight: 650; line-height: 1.5; letter-spacing: .13em; text-transform: uppercase; }
.signal-dot { display: inline-block; width: 7px; height: 7px; border-radius: 2px; margin-right: 8px; background: var(--accent); vertical-align: 1px; }
.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 20px; padding: 13px 22px; border: 1px solid transparent; border-radius: var(--radius-small); font-size: 14px; font-weight: 600; text-decoration: none; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.button-primary { background: var(--accent); color: #fff; }
.button-primary:hover { background: var(--accent-hover); }
.button-primary:active { transform: translateY(1px); }
.button-secondary { background: var(--surface); border-color: var(--line); }
.button-secondary:hover { border-color: var(--ink); }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; text-decoration: none; }
.text-link:hover { color: var(--accent); }
.text-link .icon { width: 18px; height: 18px; }

/* Navigation */
.site-header { border-bottom: 1px solid var(--line); }
.header-inner { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 18px; font-weight: 650; letter-spacing: -.035em; line-height: 1.3; min-width: 0; }
.brand img { flex-shrink: 0; }
.brand span { overflow-wrap: anywhere; }
.primary-nav { display: flex; gap: 31px; align-items: center; }
.primary-nav a { text-decoration: none; font-size: 13px; font-weight: 500; white-space: nowrap; }
.primary-nav a:hover { color: var(--accent); }
.primary-nav .header-cta { display: inline-flex; align-items: center; gap: 23px; padding: 10px 16px; border: 1px solid #b9bdb2; border-radius: 6px; margin-left: 12px; font-weight: 600; }
.header-cta .icon { width: 17px; height: 17px; }
.menu-toggle { display: none; border: 1px solid var(--line); background: none; border-radius: 6px; padding: 9px; min-width: 44px; min-height: 44px; }

/* Compact hero + form */
.hero { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 80px; padding-top: 70px; padding-bottom: 67px; }
.hero-copy h1 { font-size: clamp(58px, 5.7vw, 82px); line-height: 1.025; margin: 23px 0 25px; letter-spacing: -.057em; }
.hero-copy h1 em { color: var(--accent); letter-spacing: -.055em; }
.hero-description { max-width: 390px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-link { margin-top: 26px; font-size: 12px; }
.hero-form-wrap { min-width: 0; scroll-margin-top: 28px; padding-top: 12px; }
.form-overline { display: flex; justify-content: space-between; gap: 10px; margin: 0 2px 12px; font-size: 10px; font-weight: 650; letter-spacing: .1em; color: var(--muted); }
.vin-card { border: 1px solid #d7d9cc; border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); overflow: hidden; }
.form-decoration { height: 64px; padding: 0 28px; border-bottom: 1px solid var(--line); background: #eeefe6; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.form-decoration > span:first-child { display: flex; align-items: center; gap: 12px; font-size: 9px; font-weight: 600; letter-spacing: .08em; }
.form-decoration .icon { width: 27px; height: 27px; color: #515c4d; }
.decoration-mark { width: 26px; height: 10px; border-top: 1px solid #a6ad9c; border-bottom: 1px solid #a6ad9c; transform: skewX(-28deg); }
.vin-form { padding: 27px 28px 22px; }
.vin-form h2 { font-size: 25px; letter-spacing: -.04em; }
.form-intro { margin-top: 9px; margin-bottom: 23px; color: var(--muted); font-size: 13px; line-height: 1.6; max-width: 310px; }
.field-heading { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 9px; align-items: center; }
.field-heading label { font-size: 12px; font-weight: 650; }
.field-required { font: 10px var(--mono); color: var(--muted); }
#vin { width: 100%; min-height: 54px; padding: 14px; border: 1px solid #a7ae9f; background: #fff; color: var(--ink); border-radius: 6px; font-family: var(--mono); font-size: 17px; letter-spacing: .075em; text-transform: uppercase; }
#vin::placeholder { color: #848a80; font-family: var(--font); font-size: 12px; letter-spacing: .01em; text-transform: none; }
#vin[aria-invalid="true"] { border-color: var(--error); }
.field-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; font-size: 10px; color: var(--muted); }
#vin-counter { font: 11px/1.6 var(--mono); white-space: nowrap; }
.field-error { color: var(--error); font-size: 12px; line-height: 1.5; margin-top: 9px; }
.submit-button { width: 100%; margin-top: 19px; justify-content: space-between; padding-inline: 17px; }
.submit-button:disabled { opacity: .55; cursor: not-allowed; }
.form-privacy { display: flex; justify-content: center; align-items: center; gap: 7px; font-size: 10px; color: var(--muted); margin-top: 14px; }
.form-privacy .icon { width: 12px; height: 12px; }
.form-disclaimer { display: flex; align-items: flex-start; gap: 8px; color: var(--muted); font-size: 10px; line-height: 1.65; margin: 15px 4px 0; }
.form-disclaimer .icon { width: 14px; height: 14px; margin-top: 2px; }
.feature-strip { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); padding-block: 26px; gap: 24px; }
.feature { display: flex; align-items: center; gap: 15px; }
.feature:not(:first-child) { padding-left: 34px; border-left: 1px solid var(--line); }
.feature-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: #e9ece1; border-radius: 50%; flex: 0 0 auto; }
.feature h2 { font-size: 14px; letter-spacing: -.015em; margin-bottom: 4px; }
.feature p { font-size: 11px; color: var(--muted); }

/* Editorial information sections */
.section { padding-block: var(--section-space); }
.section-heading { display: flex; justify-content: space-between; gap: 45px; align-items: flex-end; margin-bottom: 35px; }
.section h2, .faq-section h2 { font-size: 42px; }
.section .eyebrow, .why-section .eyebrow, .faq-section .eyebrow { margin-bottom: 17px; color: var(--muted); }
.section-heading > p { color: var(--muted); font-size: 13px; line-height: 1.75; margin-bottom: 3px; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.process-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-small); padding: 27px; display: flex; flex-direction: column; }
.step-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 45px; }
.step-number { font-family: var(--serif); font-size: 39px; font-style: italic; line-height: 1; color: #8a937d; letter-spacing: -.05em; }
.step-top .icon { color: #69725f; }
.process-card h3 { font-size: 19px; margin-bottom: 12px; }
.process-card p { color: var(--muted); font-size: 13px; line-height: 1.8; margin-bottom: 25px; }
.step-caption { margin-top: auto; padding-top: 12px; font-size: 9px; letter-spacing: .1em; color: var(--muted); }
.process-card .text-link { font-size: 11px; margin-top: auto; padding-top: 10px; color: var(--accent); }
.why-section { background: #28342d; color: #f2f1e8; padding-block: 74px; }
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.why-section .eyebrow { color: #b9c5b5; }
.why-heading h2 { font-size: 42px; line-height: 1.14; }
.why-heading h2 em { color: #d4dcbf; }
.why-heading > p:not(.eyebrow) { color: #c1c9bd; font-size: 13px; margin-top: 23px; }
.why-seal { display: inline-flex; align-items: center; gap: 12px; margin-top: 37px; color: #c1c9b3; font-size: 9px; letter-spacing: .09em; line-height: 1.5; }
.why-seal .icon { width: 36px; height: 36px; }
.why-list article { display: flex; gap: 23px; padding-block: 25px; border-top: 1px solid #52604f; }
.why-list article:first-child { padding-top: 2px; border-top: 0; }
.why-list article:last-child { padding-bottom: 0; }
.why-list article > span { font-size: 10px; color: #b2bca6; font-family: var(--mono); padding-top: 3px; }
.why-list h3 { font-size: 17px; margin-bottom: 9px; }
.why-list p { color: #c1c9bd; font-size: 12px; line-height: 1.8; }
.find-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.find-grid h2 { font-size: 37px; }
.section-copy { margin-top: 22px; color: var(--muted); font-size: 14px; line-height: 1.8; max-width: 350px; }
.find-grid .text-link { margin-top: 26px; font-size: 11px; }
.vin-locations { border-top: 1px solid var(--line); }
.vin-locations article { display: grid; grid-template-columns: 34px minmax(0, 1fr) 22px; gap: 18px; align-items: center; padding-block: 25px; border-bottom: 1px solid var(--line); }
.location-index { width: 32px; height: 32px; display: inline-flex; justify-content: center; align-items: center; background: var(--accent-soft); color: var(--accent); border-radius: 50%; font: italic 17px var(--serif); }
.vin-locations h3 { font-size: 16px; margin-bottom: 7px; }
.vin-locations p { color: var(--muted); font-size: 12px; }
.vin-locations .icon { color: var(--muted); }
.faq-section { background: #edeee6; padding-block: 75px; }
.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.faq-section .section-copy { font-size: 12px; }
.faq-list { border-top: 1px solid #c9cfc1; }
.faq-list details { border-bottom: 1px solid #c9cfc1; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 23px 0; list-style: none; cursor: pointer; font-size: 14px; font-weight: 600; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary .icon { width: 17px; height: 17px; }
.faq-list details[open] summary .icon { transform: rotate(45deg); }
.faq-answer { padding: 0 32px 24px 0; color: #596451; font-size: 13px; line-height: 1.85; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 41px 44px; margin-block: 70px; background: #ece0d4; border-radius: var(--radius); }
.final-cta .eyebrow { color: #795c46; margin-bottom: 12px; }
.final-cta h2 { font-size: 33px; }
.final-cta p:not(.eyebrow) { color: #776552; font-size: 13px; margin-top: 10px; }
.final-cta .button { white-space: nowrap; }
.site-footer { border-top: 1px solid var(--line); }
.footer-main { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-top: 40px; padding-bottom: 35px; }
.footer-about p { color: var(--muted); font-size: 12px; margin-top: 13px; }
.footer-about .brand { font-size: 16px; }
.email-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: 12px; margin-top: 12px; overflow-wrap: anywhere; }
.email-link .icon { width: 14px; height: 14px; }
.footer-links { display: flex; gap: 30px; padding-top: 8px; }
.footer-links a { text-decoration: none; font-size: 12px; }
.footer-links a:hover, .footer-links a[aria-current] { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-block: 19px; border-top: 1px solid var(--line); font-size: 9px; color: var(--muted); }

/* Informational routes */
.document-page { padding-top: 42px; padding-bottom: 100px; }
.back-link { display: inline-block; font-size: 12px; text-decoration: none; color: var(--muted); margin-bottom: 44px; }
.back-link:hover { color: var(--accent); }
.document-heading h1, .contact-heading h1, .not-found h1 { font-size: clamp(45px, 5.2vw, 72px); margin: 21px 0; line-height: 1.04; }
.document-heading h1 em, .contact-heading h1 em, .not-found h1 em { color: var(--accent); }
.document-heading > p:last-child { color: var(--muted); font-size: 16px; max-width: 580px; }
.document-layout { margin-top: 64px; border-top: 1px solid var(--line); padding-top: 44px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.document-badge { display: flex; gap: 10px; font-size: 10px; letter-spacing: .08em; align-items: center; }
.document-badge .icon { width: 19px; height: 19px; color: var(--accent); }
.document-aside > p { font-size: 20px; letter-spacing: -.02em; margin-block: 25px; }
.document-aside .text-link { font-size: 12px; }
.document-copy { min-width: 0; }
.document-copy section + section { margin-top: 36px; }
.document-copy h2 { font-size: 23px; letter-spacing: -.025em; margin-bottom: 17px; }
.document-copy p { font-size: 14px; line-height: 1.85; color: #5c655a; overflow-wrap: anywhere; }
.document-copy p + p { margin-top: 14px; }
.document-copy a { color: var(--accent); }
.document-copy .button { margin-block: 18px 10px; }
.contact-page { padding-block: 43px 95px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact-heading > p:not(.eyebrow) { color: var(--muted); max-width: 430px; font-size: 15px; line-height: 1.8; }
.contact-note { display: flex; align-items: flex-start; gap: 11px; border-top: 1px solid var(--line); padding-top: 25px; margin-top: 30px; max-width: 420px; }
.contact-note .icon { width: 17px; height: 17px; color: var(--accent); margin-top: 3px; }
.contact-note p { font-size: 12px; color: var(--muted); }
.contact-card { border: 1px solid var(--line); background: var(--surface); border-radius: var(--radius); padding: 38px; box-shadow: var(--shadow); min-width: 0; }
.contact-icon { display: inline-flex; align-items: center; justify-content: center; width: 51px; height: 51px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); margin-bottom: 35px; }
.contact-card .eyebrow { color: var(--muted); font-size: 10px; }
.contact-card h2 { font-size: 31px; margin-block: 12px 18px; }
.contact-address { display: inline-flex; align-items: center; gap: 9px; color: var(--accent); font-size: 17px; letter-spacing: -.03em; font-weight: 600; overflow-wrap: anywhere; max-width: 100%; }
.contact-address .icon { width: 18px; height: 18px; }
.contact-card p:not(.eyebrow) { font-size: 12px; color: var(--muted); line-height: 1.85; margin-top: 15px; }
.contact-divider { height: 1px; background: var(--line); margin-block: 26px; }
.contact-card h3 { font-size: 16px; }
.contact-card p.small-note { font-size: 10px; margin-top: 22px; }
.not-found { padding-block: 100px; }
.not-found > p:not(.eyebrow) { color: var(--muted); margin-bottom: 30px; }

/* Exactly two native dialogs. Native modal inertness + explicit focus management. */
.modal { color: var(--ink); border: 1px solid rgba(240, 239, 229, .8); border-radius: 17px; background: var(--surface); box-shadow: var(--modal-shadow); padding: 0; width: min(608px, calc(100% - 32px)); max-width: calc(100vw - 32px); max-height: calc(100dvh - 32px); overflow-y: auto; overscroll-behavior: contain; margin: auto; scrollbar-width: thin; }
.modal::backdrop { background: rgba(24, 34, 28, .5); backdrop-filter: blur(4px); }
.modal[open] { animation: modal-enter .22s ease-out; }
.modal-brandbar { position: sticky; top: 0; z-index: 2; background: var(--surface); display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 20px 26px 22px; }
.modal-brand { font-size: 14px; gap: 9px; }
.close-button { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; min-height: 36px; padding: 7px; border: 1px solid var(--line); background: var(--surface); border-radius: 50%; flex-shrink: 0; }
.close-button .icon { width: 17px; height: 17px; }
.close-button:hover { background: var(--soft); }
.state-viewport { overflow: clip; }
.modal-state { padding: 0 30px 28px; }
.preparation-intro { display: flex; gap: 16px; align-items: center; margin-bottom: 13px; }
.preparation-intro .eyebrow { font-size: 9px; color: var(--muted); margin-bottom: 7px; }
.preparation-intro h2 { font-size: 27px; line-height: 1.13; letter-spacing: -.035em; }
.preparation-spinner { display: block; width: 36px; height: 36px; border: 2px solid #e3e3d7; border-top-color: var(--accent); border-radius: 50%; animation: spin 1.15s linear infinite; flex-shrink: 0; }
.modal-description { color: var(--muted); font-size: 12px; line-height: 1.7; }
.vin-reference { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #eff0e8; border: 1px solid #e3e6da; border-radius: 7px; padding: 12px 14px; margin-top: 21px; }
.vin-reference > span { font-size: 9px; color: var(--muted); font-weight: 600; letter-spacing: .1em; flex-shrink: 0; }
.vin-reference strong { font-family: var(--mono); font-size: 14px; font-weight: 500; letter-spacing: .035em; overflow-wrap: anywhere; }
.progress-heading { display: flex; justify-content: space-between; gap: 10px; margin-top: 23px; margin-bottom: 9px; font-size: 10px; color: var(--muted); }
#progress-percentage { color: var(--accent); font: 11px var(--mono); font-weight: 600; }
.progress-track { background: #eaece2; border-radius: 5px; height: 4px; overflow: hidden; }
#progress-fill { display: block; height: 100%; width: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left center; will-change: transform; }
.preparation-steps { list-style: none; padding: 0; margin: 19px 0 0; }
.preparation-steps li { display: flex; align-items: center; gap: 11px; padding: 7px 0; min-height: 33px; font-size: 11px; transition: color .2s ease; }
.preparation-step-label { flex: 1; }
.step-indicator { display: inline-flex; justify-content: center; align-items: center; border-radius: 50%; width: 17px; height: 17px; border: 1px solid #d3d8ca; flex-shrink: 0; transition: border-color .2s ease, background .2s ease; }
.step-indicator .icon { width: 11px; height: 11px; opacity: 0; transform: scale(.65); transition: opacity .2s ease, transform .2s ease; }
.preparation-steps .is-pending { color: #7a8275; }
.preparation-steps .is-active { color: var(--ink); }
.is-active .step-indicator { border-color: var(--accent); background: var(--accent-soft); }
.is-active .step-indicator::before { content: ''; position: absolute; width: 5px; height: 5px; background: var(--accent); border-radius: 50%; }
.is-complete .step-indicator { background: var(--green-soft); border-color: #c7d9be; color: var(--green); }
.is-complete .step-indicator .icon { opacity: 1; transform: none; }
.step-status { font-size: 9px; color: var(--muted); min-width: 47px; text-align: right; }
.is-active .step-status { color: var(--accent); }
.is-complete .step-status { color: var(--green); }
.success-mark { display: inline-flex; width: 48px; height: 48px; border-radius: 12px; background: var(--green-soft); color: var(--green); justify-content: center; align-items: center; margin-bottom: 19px; }
.success-mark .icon { width: 25px; height: 25px; stroke-width: 2; }
.ready-state .eyebrow { color: var(--muted); font-size: 9px; margin-bottom: 10px; }
.ready-state h2 { font-size: 32px; margin-bottom: 13px; }
.ready-state .modal-description { max-width: 435px; }
.ready-summary { display: grid; grid-template-columns: .95fr 1fr 1.65fr; gap: 10px; margin-block: 26px; padding-block: 17px; border-block: 1px solid var(--line); }
.ready-summary > div { min-width: 0; }
.ready-summary > div + div { border-left: 1px solid var(--line); padding-left: 12px; }
.ready-summary > div > span { display: block; font-size: 8px; letter-spacing: .055em; color: var(--muted); margin-bottom: 7px; white-space: nowrap; }
.ready-summary strong { font-size: 11px; font-weight: 600; display: block; line-height: 1.6; }
.ready-summary strong.format-valid { color: var(--green); display: flex; gap: 4px; align-items: center; }
.format-valid .icon { width: 13px; height: 13px; }
.ready-summary strong.summary-vin { font: 10px/1.75 var(--mono); letter-spacing: -.02em; overflow-wrap: anywhere; }
.ready-state .button { width: 100%; justify-content: space-between; }
.ready-note { margin-top: 12px; text-align: center; color: var(--muted); font-size: 9px; }
.summary-modal { width: min(548px, calc(100% - 32px)); position: fixed; }
.summary-close-bar { position: sticky; top: 0; height: 0; z-index: 3; }
.summary-close { position: absolute; top: 17px; right: 18px; z-index: 1; }
.summary-body { padding: 28px 30px 30px; }
.success-mark.centered { display: flex; margin: 0 auto 19px; }
.summary-body > .eyebrow { color: var(--muted); font-size: 9px; margin-bottom: 9px; }
.summary-body h2 { font-size: 37px; line-height: 1.1; margin-bottom: 11px; }
.summary-body .vin-reference { margin-top: 18px; padding-block: 10px; }
.summary-cards { display: flex; flex-direction: column; list-style: none; padding: 0; margin: 17px 0 19px; gap: 10px; }
.summary-card { display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: 15px; align-items: center; border: 1px solid #dedfd5; background: #fafaf4; min-height: 86px; padding: 17px; border-radius: 8px; }
.card-number { font: 12px/26px var(--mono); text-align: center; background: #e9ede1; border-radius: 50%; width: 26px; height: 26px; color: #647157; }
.summary-copy { text-align: center; font-size: 14px; color: #454f40; min-width: 0; overflow-wrap: anywhere; line-height: 1.85; }
.windows-icon { display: inline-block; width: 26px; height: 26px; margin-inline: 12px; vertical-align: middle; object-fit: contain; }
.disabled-report, .disabled-report:hover, .disabled-report:active { width: 100%; background: #e0e1dc; color: #686d66; border-color: #dbddd5; cursor: not-allowed; transform: none; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes modal-enter { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }

@media (min-width: 1600px) {
    .hero { padding-block: 84px; }
}
@media (max-width: 1100px) {
    .hero { gap: 42px; }
    .hero-copy h1 { font-size: 66px; }
    .vin-form { padding-inline: 23px; }
    .form-decoration { padding-inline: 23px; }
    .feature:not(:first-child) { padding-left: 23px; }
    .why-grid, .find-grid { gap: 50px; }
    .faq-grid { gap: 65px; }
    .contact-grid, .document-layout { gap: 55px; }
    .contact-card { padding: 27px; }
}
@media (max-width: 900px) {
    :root { --section-space: 72px; }
    .container { width: calc(100% - 48px); }
    .header-inner { min-height: 77px; }
    .primary-nav { gap: 20px; }
    .primary-nav .header-cta { margin-left: 0; gap: 10px; }
    .brand { font-size: 16px; gap: 9px; }
    .hero { grid-template-columns: .95fr 1.05fr; gap: 30px; padding-block: 60px; }
    .hero-copy .eyebrow { font-size: 9px; letter-spacing: .09em; }
    .hero-copy h1 { font-size: 54px; }
    .hero-description { font-size: 14px; }
    .hero-link { font-size: 10px; gap: 7px; }
    .form-overline { font-size: 8px; }
    .form-decoration { padding-inline: 19px; }
    .form-decoration > span:first-child { font-size: 8px; letter-spacing: .02em; gap: 9px; }
    .vin-form { padding: 23px 19px 20px; }
    .vin-form h2 { font-size: 21px; }
    .form-intro { font-size: 12px; margin-bottom: 18px; }
    #vin { font-size: 14px; letter-spacing: .04em; padding-inline: 11px; }
    #vin::placeholder { font-size: 11px; }
    .field-heading label { font-size: 10px; }
    .field-meta { font-size: 9px; }
    #vin-counter { font-size: 10px; }
    .submit-button { font-size: 12px; gap: 8px; padding-inline: 13px; }
    .form-privacy { font-size: 9px; }
    .feature-strip { gap: 15px; }
    .feature { gap: 10px; }
    .feature:not(:first-child) { padding-left: 15px; }
    .feature-icon { width: 33px; height: 33px; }
    .feature-icon .icon { width: 18px; height: 18px; }
    .feature h2 { font-size: 12px; }
    .feature p { font-size: 10px; }
    .section h2, .faq-section h2, .why-heading h2 { font-size: 34px; }
    .section-heading { gap: 30px; }
    .section-heading > p { font-size: 11px; }
    .process-grid { gap: 13px; }
    .process-card { padding: 21px; }
    .process-card h3 { font-size: 17px; }
    .process-card p { font-size: 12px; }
    .step-top { margin-bottom: 30px; }
    .why-grid, .find-grid, .faq-grid { gap: 38px; }
    .find-grid h2 { font-size: 29px; }
    .section-copy { font-size: 12px; }
    .final-cta { padding: 30px; }
    .final-cta h2 { font-size: 28px; }
    .contact-grid { gap: 35px; }
    .contact-heading h1 { font-size: 52px; }
    .contact-address { font-size: 14px; }
}
@media (max-width: 740px) {
    .container { width: calc(100% - 40px); }
    .header-inner { min-height: 74px; flex-wrap: wrap; gap: 0; }
    .header-inner > .brand { padding-block: 16px; }
    .brand img { width: 34px; height: 34px; }
    .menu-toggle:not([hidden]) { display: flex; align-items: center; gap: 6px; }
    .menu-toggle span { display: none; }
    .primary-nav { width: 100%; padding: 6px 0 18px; gap: 0; flex-wrap: wrap; justify-content: space-between; }
    .primary-nav a { padding: 12px 9px; font-size: 12px; }
    .primary-nav .header-cta { padding: 8px 12px; }
    .js-ready .primary-nav:not(.is-open) { display: none; }
    .hero { grid-template-columns: 1fr; padding-top: 37px; padding-bottom: 38px; gap: 32px; }
    .hero-copy .eyebrow { font-size: 9px; }
    .hero-copy h1 { font-size: clamp(48px, 10.5vw, 70px); margin-top: 19px; margin-bottom: 20px; }
    .hero-copy h1 br:nth-of-type(2) { display: none; }
    .hero-description { max-width: 440px; font-size: 14px; line-height: 1.75; }
    .hero-link { margin-top: 18px; font-size: 11px; }
    .hero-form-wrap { padding-top: 0; }
    .form-overline { font-size: 9px; }
    .form-decoration { height: 54px; padding-inline: 21px; }
    .form-decoration > span:first-child { font-size: 8px; letter-spacing: .06em; }
    .form-decoration .icon { width: 25px; height: 25px; }
    .vin-form { padding: 23px 21px 19px; }
    .vin-form h2 { font-size: 24px; }
    .form-intro { font-size: 12px; max-width: 280px; }
    .field-heading label { font-size: 11px; }
    #vin { font-size: 17px; letter-spacing: .055em; }
    #vin::placeholder { font-size: 12px; }
    .field-meta { font-size: 9px; }
    #vin-counter { font-size: 10px; }
    .submit-button { font-size: 13px; }
    .form-privacy { font-size: 10px; }
    .form-disclaimer { font-size: 9px; margin-top: 12px; }
    .feature-strip { grid-template-columns: 1fr; padding-block: 8px; gap: 0; }
    .feature, .feature:not(:first-child) { border-left: 0; padding: 16px 0; gap: 14px; }
    .feature:not(:first-child) { border-top: 1px solid var(--line); }
    .feature h2 { font-size: 13px; }
    .feature p { font-size: 11px; }
    .feature-icon { width: 37px; height: 37px; }
    .section-heading { display: block; margin-bottom: 26px; }
    .section-heading > p { margin-top: 19px; font-size: 12px; }
    .section .eyebrow, .why-section .eyebrow, .faq-section .eyebrow { font-size: 9px; }
    .section h2, .faq-section h2, .why-heading h2 { font-size: 34px; }
    .process-grid { grid-template-columns: 1fr; gap: 15px; }
    .process-card { padding: 24px; }
    .step-top { margin-bottom: 23px; }
    .process-card h3 { font-size: 20px; }
    .process-card p { font-size: 13px; margin-bottom: 18px; }
    .step-caption { padding-top: 4px; }
    .why-grid, .find-grid, .faq-grid { grid-template-columns: 1fr; gap: 36px; }
    .why-section { padding-block: 54px; }
    .why-heading > p:not(.eyebrow) { font-size: 12px; }
    .why-seal { margin-top: 25px; }
    .why-list article { gap: 18px; }
    .find-grid h2 { font-size: 32px; }
    .section-copy { font-size: 13px; }
    .find-grid .text-link { margin-top: 20px; }
    .vin-locations article { gap: 13px; }
    .faq-section { padding-block: 54px; }
    .faq-grid { gap: 28px; }
    .faq-list summary { font-size: 13px; padding-block: 20px; }
    .faq-answer { font-size: 12px; }
    .final-cta { display: block; padding: 28px; margin-block: 45px; }
    .final-cta .eyebrow { font-size: 9px; }
    .final-cta h2 { font-size: 29px; }
    .final-cta p:not(.eyebrow) { font-size: 12px; }
    .final-cta .button { width: 100%; margin-top: 25px; justify-content: space-between; font-size: 13px; padding-inline: 16px; }
    .footer-main { display: block; padding-block: 32px; }
    .footer-links { margin-top: 23px; padding-top: 0; }
    .footer-bottom { display: block; font-size: 9px; }
    .footer-bottom p + p { margin-top: 8px; }
    .document-page { padding-block: 30px 65px; }
    .back-link { margin-bottom: 33px; }
    .document-heading h1, .contact-heading h1 { font-size: 47px; }
    .document-heading > p:last-child { font-size: 14px; }
    .document-layout { grid-template-columns: 1fr; gap: 35px; margin-top: 35px; padding-top: 30px; }
    .document-aside > p { font-size: 18px; margin-block: 17px; }
    .document-copy h2 { font-size: 21px; }
    .document-copy p { font-size: 13px; }
    .contact-page { padding-block: 30px 60px; }
    .contact-grid { grid-template-columns: 1fr; gap: 33px; }
    .contact-card { padding: 27px; }
    .contact-heading > p:not(.eyebrow) { font-size: 14px; }
    .contact-address { font-size: 16px; }
    .not-found { padding-block: 65px; }
    .not-found h1 { font-size: 54px; }
    .not-found > p:not(.eyebrow) { font-size: 14px; }
}
@media (max-width: 480px) {
    :root { --section-space: 55px; }
    .hero-copy h1 br:nth-of-type(2) { display: initial; }
    .hero-copy h1 { font-size: 59px; }
    .modal { border-radius: 13px; width: calc(100% - 24px); max-width: calc(100vw - 24px); max-height: calc(100dvh - 24px); }
    .modal-brandbar { padding: 16px 17px 20px; }
    .modal-brand { font-size: 12px; }
    .modal-brand img { width: 26px; height: 26px; }
    .close-button { min-width: 38px; min-height: 38px; }
    .modal-state { padding: 0 19px 23px; }
    .preparation-intro { gap: 11px; }
    .preparation-intro h2 { font-size: 22px; }
    .preparation-intro .eyebrow { font-size: 8px; }
    .preparation-spinner { width: 30px; height: 30px; }
    .modal-description { font-size: 11px; }
    .vin-reference { padding: 11px 10px; gap: 8px; }
    .vin-reference > span { font-size: 8px; }
    .vin-reference strong { font-size: 11px; letter-spacing: .02em; }
    .preparation-steps li { font-size: 10px; gap: 8px; min-height: 36px; }
    .step-status { font-size: 8px; min-width: 38px; }
    .ready-state h2 { font-size: 28px; }
    .ready-summary { grid-template-columns: .92fr 1fr 1.42fr; gap: 5px; margin-block: 23px; padding-block: 14px; }
    .ready-summary > div + div { padding-left: 7px; }
    .ready-summary > div > span { font-size: 8px; letter-spacing: 0; }
    .ready-summary strong { font-size: 10px; }
    .ready-summary strong.summary-vin { font-size: 10px; line-height: 1.5; }
    .format-valid .icon { width: 10px; height: 10px; }
    .ready-summary strong.format-valid { gap: 2px; }
    .ready-note { font-size: 8px; }
    .summary-body { padding: 25px 19px 23px; }
    .summary-close { right: 13px; top: 13px; }
    .summary-body h2 { font-size: 32px; }
    .summary-cards { gap: 9px; margin-block: 15px 18px; }
    .summary-card { min-height: 81px; grid-template-columns: 23px minmax(0, 1fr); gap: 10px; padding: 14px 12px; }
    .card-number { width: 23px; height: 23px; font-size: 11px; line-height: 23px; }
    .summary-copy { font-size: 12px; }
    .windows-icon { width: 22px; height: 22px; margin-inline: 9px; }
}
@media (max-width: 359px) {
    .container { width: calc(100% - 32px); }
    .header-inner > .brand { font-size: 14px; }
    .brand img { width: 31px; height: 31px; }
    .hero-copy h1 { font-size: 53px; }
    .hero-copy .eyebrow { font-size: 8px; letter-spacing: .065em; }
    .form-overline { font-size: 8px; }
    .vin-form { padding-inline: 16px; }
    .vin-form h2 { font-size: 21px; }
    .form-decoration { padding-inline: 16px; }
    .form-decoration > span:first-child { font-size: 7px; }
    #vin { font-size: 15px; letter-spacing: .045em; }
    #vin::placeholder { font-size: 10px; }
    .field-heading label { font-size: 10px; }
    .field-meta { font-size: 8px; }
    .form-privacy { font-size: 9px; }
    .hero-description { font-size: 13px; }
    .preparation-intro h2 { font-size: 20px; }
    .preparation-steps li { font-size: 9px; gap: 6px; }
    .step-status { font-size: 7px; min-width: 33px; }
    .summary-body h2 { font-size: 29px; }
    .summary-copy { font-size: 11px; }
    .windows-icon { margin-inline: 7px; }
    .ready-summary strong { font-size: 9px; }
    .ready-summary strong.summary-vin { font-size: 9px; }
    .ready-summary > div > span { font-size: 7px; }
    .document-heading h1, .contact-heading h1 { font-size: 40px; }
    .contact-address { font-size: 13px; }
    .final-cta { padding: 24px; }
    .final-cta h2 { font-size: 25px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0s !important; transition-duration: 0s !important; scroll-behavior: auto !important; }
    .preparation-spinner { animation: none; }
}
