:root{--bg:#f5f6f8;--bg-strong:#ebedf1;--surface:#ffffff;--surface-soft:#fafbfc;--surface-dark:#1a2332;--ink:#131b27;--ink-soft:#4b5563;--ink-muted:#6b7785;--line:#e3e6eb;--line-strong:#ccd1d9;--line-soft:#eef0f4;--brand:#c8102e;--brand-dark:#a00d25;--brand-darker:#7a091c;--brand-soft:rgba(200,16,46,0.08);--accent:#f5c518;--accent-dark:#d8aa10;--accent-soft:rgba(245,197,24,0.16);--shadow-sm:0 1px 2px rgba(15,23,42,0.06);--shadow:0 6px 16px rgba(15,23,42,0.08);--shadow-md:0 10px 30px rgba(15,23,42,0.10);--radius-sm:0.375rem;--radius:0.5rem;--radius-md:0.75rem;--radius-lg:1rem;--container:1280px}*{box-sizing:border-box}body,html{margin:0;min-height:100%}body{color:var(--ink);font-family:Inter,Helvetica Neue,Arial,sans-serif;background:var(--bg);-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}h1,h2,h3,h4{margin:0;font-family:Inter,Helvetica Neue,Arial,sans-serif;font-weight:700;letter-spacing:-.01em;color:var(--ink)}p{margin:0}img{max-width:100%;display:block}.site-page{display:flex;min-height:100vh;flex-direction:column;background:var(--bg)}.site-page__main{flex:1 1;width:100%;margin:0 auto;padding:1.5rem 0 3rem}.site-header{background:var(--surface);border-bottom:1px solid var(--line);box-shadow:var(--shadow-sm)}.site-header__utility{background:var(--surface-dark);color:rgba(255,255,255,.85)}.site-header__utility-inner{width:min(var(--container),calc(100vw - 2rem));margin:0 auto;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.25rem;padding:.4rem 0;font-size:.82rem}.site-header__utility-link{display:inline-flex;align-items:center;padding:.25rem .7rem;color:rgba(255,255,255,.85);font-weight:500;border-radius:var(--radius-sm);background:transparent;border:0;cursor:pointer;white-space:nowrap;transition:color .12s ease,background-color .12s ease}.site-header__utility-link:focus-visible,.site-header__utility-link:hover{color:var(--accent);outline:none}.site-header__utility-link--button{font-weight:700;color:var(--accent)}.site-header__main{width:min(var(--container),calc(100vw - 2rem));margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:1.25rem;gap:1.25rem;padding:.8rem 0;min-width:0}.site-header__brand{display:inline-flex;align-items:center;flex-shrink:0}.site-header__brand-mark{height:48px;width:auto;display:block}.site-header__search{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:0;gap:0;align-items:stretch;width:100%;max-width:720px;min-width:0;justify-self:center;border:2px solid var(--brand);border-radius:var(--radius);background:var(--surface);overflow:hidden}.site-header__search-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.site-header__search input{width:100%;min-width:0;border:0;padding:.7rem .95rem;background:transparent;color:var(--ink);font-size:.95rem;outline:none}.site-header__search input::placeholder{color:var(--ink-muted)}.site-header__search-submit{border:0;padding:0 1.25rem;background:var(--brand);color:#fff;font-weight:700;font-size:.9rem;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:background .12s ease}.site-header__search-submit:focus-visible,.site-header__search-submit:hover{background:var(--brand-dark);outline:none}.site-header__vehicle{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.site-header__vehicle-cta{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.55rem .85rem;background:var(--surface);color:var(--ink);font-size:.88rem;font-weight:700;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.site-header__vehicle-cta:focus-visible,.site-header__vehicle-cta:hover{border-color:var(--brand);background:var(--brand-soft);color:var(--brand-dark);outline:none}.site-header__vehicle-cta-icon{display:inline-grid;place-items:center;width:1.1rem;height:1.1rem;border-radius:999px;background:var(--accent);color:var(--ink);font-weight:800;font-size:.9rem;line-height:1}.site-header__vehicle-current{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line);border-radius:var(--radius);padding:.5rem .75rem;background:var(--surface-soft);color:var(--ink);font-size:.86rem;font-weight:700;max-width:16rem;white-space:nowrap}.site-header__vehicle-current,.site-header__vehicle-current-label{overflow:hidden;text-overflow:ellipsis}.site-header__vehicle-dot{width:.55rem;height:.55rem;border-radius:999px;background:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);flex-shrink:0}.site-header__vehicle-action{border:0;padding:.55rem .85rem;background:transparent;color:var(--brand);font-weight:700;font-size:.85rem;cursor:pointer;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.site-header__vehicle-action:focus-visible,.site-header__vehicle-action:hover{color:var(--brand-dark);outline:none}.site-header__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}.site-header__menu-button{display:none;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.55rem .8rem;background:var(--surface);color:var(--ink);font-weight:700;cursor:pointer}.site-header__departments{background:var(--surface);border-top:1px solid var(--line)}.site-header__departments-inner{width:min(var(--container),calc(100vw - 2rem));margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:0;padding:0}.site-header__department-link{display:inline-flex;align-items:center;padding:.75rem .95rem;color:var(--ink);font-size:.88rem;font-weight:600;border-bottom:3px solid transparent;margin-bottom:-1px;transition:color .12s ease,border-color .12s ease}.site-header__department-link:focus-visible,.site-header__department-link:hover{color:var(--brand);border-bottom-color:var(--brand);outline:none}.site-header__mobile-nav{display:none;width:min(var(--container),calc(100vw - 2rem));margin:0 auto;padding:.5rem 0 .75rem;flex-direction:column;gap:.25rem}.site-header__mobile-nav a{padding:.65rem .5rem;color:var(--ink);font-weight:600;border-bottom:1px solid var(--line-soft)}.site-header__modal-backdrop{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:1rem;background:rgba(15,23,42,.55)}.site-header__vehicle-modal{width:min(34rem,100%);border-radius:var(--radius-lg);padding:1.5rem;background:var(--surface);box-shadow:var(--shadow-md)}.site-header__modal-heading{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.site-header__modal-eyebrow{color:var(--brand);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.25rem}.site-header__modal-heading h2{font-size:1.25rem}.site-header__modal-close{border:1px solid var(--line-strong);border-radius:var(--radius);padding:.4rem .7rem;background:var(--surface);color:var(--ink-soft);font-weight:600;cursor:pointer}.site-header__form-status,.site-header__modal-copy{margin-top:.6rem;color:var(--ink-soft);line-height:1.55;font-size:.92rem}.site-header__vehicle-form{display:grid;grid-gap:.85rem;gap:.85rem;margin-top:1rem}.site-header__vehicle-form label{display:grid;grid-gap:.3rem;gap:.3rem;color:var(--ink);font-size:.85rem;font-weight:600}.site-header__vehicle-form input,.site-header__vehicle-form select{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.6rem .7rem;background:var(--surface);color:var(--ink);font-size:.95rem}.site-header__vehicle-form input:focus,.site-header__vehicle-form select:focus{border-color:var(--brand);outline:2px solid var(--brand-soft);outline-offset:0}.site-header__vehicle-submit{margin-top:.25rem;border:0;border-radius:var(--radius);padding:.7rem 1rem;background:var(--brand);color:#fff;font-weight:700;cursor:pointer}.site-header__vehicle-submit:focus-visible:not(:disabled),.site-header__vehicle-submit:hover:not(:disabled){background:var(--brand-dark);outline:none}.site-header__vehicle-submit:disabled{background:var(--ink-muted);cursor:not-allowed}.fitment-hero{width:min(var(--container),calc(100vw - 2rem));margin:1.25rem auto 0;padding:2rem 1.5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow);position:relative;overflow:hidden}.fitment-hero:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,var(--brand) 0,var(--brand) 60%,var(--accent) 60%,var(--accent) 100%)}.fitment-hero__inner{max-width:760px;margin:0 auto;display:grid;grid-gap:.85rem;gap:.85rem;text-align:center}.fitment-hero__eyebrow{color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.fitment-hero__title{font-size:clamp(1.7rem,3.4vw,2.4rem);line-height:1.15}.fitment-hero__subtitle{color:var(--ink-soft);font-size:1rem;line-height:1.55;max-width:56ch;margin:0 auto}.fitment-hero__form{margin-top:.5rem;text-align:left}.fitment-hero__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.fitment-hero__field{display:grid;grid-gap:.3rem;gap:.3rem}.fitment-hero__field--wide{grid-column:span 2}.fitment-hero__field label{color:var(--ink);font-size:.78rem;font-weight:700;letter-spacing:.02em}.fitment-hero__field input,.fitment-hero__field select{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.65rem .7rem;background:var(--surface);color:var(--ink);font-size:.92rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.fitment-hero__field select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%234b5563' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;padding-right:1.6rem}.fitment-hero__field input:focus,.fitment-hero__field select:focus{border-color:var(--brand);outline:2px solid var(--brand-soft);outline-offset:0}.fitment-hero__field[data-source=vin] .vin-decoded-value{display:block;width:100%;border:1px solid var(--line-soft,#d1d5db);border-radius:var(--radius);padding:.65rem .7rem;background:var(--brand-soft,#eef2ff);color:var(--ink);font-size:.92rem;font-weight:600}.vin-decode-status{margin:.25rem 0 0;font-size:.75rem;color:var(--muted,#6b7280)}.vin-decode-status[data-status=error]{color:#b91c1c}.fitment-hero__submit{justify-self:center;margin-top:.6rem;border:0;border-radius:var(--radius);padding:.85rem 2.5rem;background:var(--brand);color:#fff;font-size:.95rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;cursor:pointer;transition:background .12s ease}.fitment-hero__submit:focus-visible:not(:disabled),.fitment-hero__submit:hover:not(:disabled){background:var(--brand-dark);outline:none}.fitment-hero__submit:disabled{background:var(--ink-muted);cursor:not-allowed}.trust-strip{width:min(var(--container),calc(100vw - 2rem));margin:1rem auto 0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:0;gap:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);overflow:hidden}.trust-strip__item{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;color:var(--ink);font-size:.88rem;font-weight:600;border-right:1px solid var(--line-soft)}.trust-strip__item:last-child{border-right:0}.trust-strip__check{display:inline-grid;place-items:center;flex-shrink:0;width:1.4rem;height:1.4rem;border-radius:999px;background:var(--brand);color:#fff}.trust-strip__check svg{width:.85rem;height:.85rem}.shop-by-category{width:min(var(--container),calc(100vw - 2rem));margin:2rem auto 0}.shop-by-category__intro{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.1rem;padding-bottom:.85rem;border-bottom:2px solid var(--line)}.shop-by-category__eyebrow{color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.shop-by-category__title{font-size:clamp(1.4rem,2.4vw,1.85rem);line-height:1.15}.shop-by-category__description{color:var(--ink-soft);font-size:.95rem;max-width:60ch}.shop-by-category__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.shop-by-category__card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.55rem;padding:.95rem .5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);font-size:.82rem;font-weight:600;text-align:center;min-height:7rem;transition:border-color .12s ease,transform .12s ease,box-shadow .12s ease,color .12s ease}.shop-by-category__card:focus-visible,.shop-by-category__card:hover{border-color:var(--brand);color:var(--brand-dark);box-shadow:var(--shadow);transform:translateY(-1px);outline:none}.shop-by-category__icon{display:grid;place-items:center;width:3rem;height:3rem;border-radius:var(--radius);background:var(--surface-soft);color:var(--brand);border:1px solid var(--line-soft)}.shop-by-category__card:focus-visible .shop-by-category__icon,.shop-by-category__card:hover .shop-by-category__icon{background:var(--brand-soft);border-color:var(--brand-soft)}.shop-by-category__icon svg{width:1.85rem;height:1.85rem}.shop-by-category__label{line-height:1.2}.home-section{width:min(var(--container),calc(100vw - 2rem));margin:2rem auto 0;display:grid;grid-gap:.9rem;gap:.9rem}.home-section__intro{display:grid;grid-gap:.35rem;gap:.35rem;max-width:42rem}.home-section__intro h2{font-size:clamp(1.4rem,2.4vw,1.85rem)}.cta-grid__card p,.home-section__intro p{color:var(--ink-soft);line-height:1.5}.cta-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.cta-grid__card{display:grid;align-content:space-between;grid-gap:.85rem;gap:.85rem;min-height:9rem;padding:1rem 1.1rem;background:var(--surface-dark);color:#fff;border-radius:var(--radius-md);border:1px solid rgba(255,255,255,.08)}.cta-grid__card h3{color:#fff;font-size:1.1rem}.content-grid__card-arrow{color:var(--accent);font-weight:700;font-size:.9rem;letter-spacing:.04em;text-transform:uppercase}.operational-page{width:min(var(--container),calc(100vw - 2rem));margin:1.5rem auto 0;display:grid;grid-gap:1rem;gap:1rem;padding:1.5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.operational-page h1{font-size:clamp(1.6rem,3vw,2.1rem);line-height:1.15}.content-grid__eyebrow,.operational-page__eyebrow,.search-flow__meta-grid dt,.search-flow__summary-label{color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.operational-page__description,.search-flow__detail-block p,.search-flow__highlight,.search-flow__message-list{color:var(--ink-soft);line-height:1.55}.operational-page__list,.search-flow__message-list{padding-left:1.2rem}.operational-page__callout,.search-flow__highlight{border-left:3px solid var(--accent);padding-left:.9rem;color:var(--ink-soft)}.account-access{width:min(var(--container),calc(100vw - 2rem));margin:1.5rem auto 0;display:grid;grid-template-columns:minmax(0,.92fr) minmax(18rem,.78fr);grid-gap:1.2rem;gap:1.2rem;align-items:start;padding:1.5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.account-access__intro h1{font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.15}.account-access__form span,.account-access__intro p{color:var(--ink-soft);line-height:1.55}.account-access__form{display:grid;grid-gap:.9rem;gap:.9rem}.account-access__form label{display:grid;grid-gap:.35rem;gap:.35rem;color:var(--ink);font-size:.85rem;font-weight:600}.account-access__form input{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.6rem .7rem;background:var(--surface);color:var(--ink)}.account-access__form button{border:0;border-radius:var(--radius);padding:.7rem 1rem;background:var(--brand);color:#fff;font-weight:700;cursor:pointer}.account-access__form button:disabled{cursor:not-allowed;opacity:.65}.account-access__actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:.5rem}.account-access__actions a{display:inline-flex;align-items:center;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.55rem .85rem;color:var(--brand-dark);font-weight:700;background:var(--surface)}.account-access__actions a:focus-visible,.account-access__actions a:hover{border-color:var(--brand);background:var(--brand-soft);outline:none}.account-page,.support-page{width:min(var(--container),calc(100vw - 2rem));margin:0 auto;display:grid;grid-gap:1rem;gap:1rem}.account-page .breadcrumbs,.support-page .breadcrumbs{width:auto;margin:0}.account-empty-state,.account-page__header,.account-status-panel,.account-vehicle-form,.support-context,.support-page__header{display:grid;grid-gap:.75rem;gap:.75rem;padding:1.25rem 1.4rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.account-page__header h1,.support-page__header h1{font-size:clamp(1.6rem,2.8vw,2.15rem);line-height:1.12}.account-card__body,.account-empty-state p,.account-page__header p,.account-status-panel p,.account-vehicle-form__note,.account-vehicle-form__status,.garage-card__meta,.garage-list__note,.support-page__header p{color:var(--ink-soft);line-height:1.55}.account-page__layout{display:grid;grid-template-columns:15rem minmax(0,1fr);grid-gap:1rem;gap:1rem;align-items:start}.account-page__sidebar{position:-webkit-sticky;position:sticky;top:1rem}.account-page__nav{display:grid;grid-gap:.35rem;gap:.35rem;padding:.65rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.account-page__nav a{display:flex;align-items:center;min-height:2.5rem;padding:.55rem .7rem;border-radius:var(--radius);color:var(--ink-soft);font-weight:700}.account-page__nav a:focus-visible,.account-page__nav a:hover,.account-page__nav a[aria-current=page]{color:var(--brand-dark);background:var(--brand-soft);outline:none}.account-page__content{display:grid;grid-gap:1rem;gap:1rem;min-width:0}.account-page__eyebrow{color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.account-empty-state h2,.account-status-panel h2,.garage-card h2,.support-context h2{font-size:clamp(1.15rem,2vw,1.45rem);line-height:1.2}.support-context__summary{margin:0;color:var(--ink);font-size:1.05rem;font-weight:800}.support-context__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.65rem;gap:.65rem;margin:0}.support-context__details div{display:grid;grid-gap:.2rem;gap:.2rem;padding:.75rem;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-soft)}.support-context__details dt{color:var(--ink-muted);font-size:.75rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.support-context__details dd{margin:0;color:var(--ink);font-weight:800}.support-context__note{margin:0;color:var(--ink-soft);line-height:1.55}.quote-request-panel{width:min(var(--container),calc(100vw - 2rem));margin:1rem auto 0;display:grid;grid-gap:.9rem;gap:.9rem;padding:1.25rem 1.4rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.quote-request-panel__header{display:grid;grid-gap:.45rem;gap:.45rem}.quote-request-panel__header h2{font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.2}.quote-request-panel__header p:last-child{color:var(--ink-soft);line-height:1.55}.quote-request-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.quote-request-form label{display:grid;grid-gap:.35rem;gap:.35rem;color:var(--ink);font-size:.86rem;font-weight:700}.quote-request-form input,.quote-request-form textarea{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.65rem .75rem;background:var(--surface);color:var(--ink);font:inherit}.quote-request-form input:focus,.quote-request-form textarea:focus{border-color:var(--brand);outline:2px solid var(--brand-soft);outline-offset:0}.quote-request-form button,.quote-request-form__message,.quote-request-form__status{grid-column:1/-1}.quote-request-form button{justify-self:start;min-height:2.55rem;border:1px solid var(--brand);border-radius:var(--radius);padding:.65rem 1rem;background:var(--brand);color:#fff;font:inherit;font-size:.9rem;font-weight:800;cursor:pointer}.quote-request-form button:focus-visible:not(:disabled),.quote-request-form button:hover:not(:disabled){background:var(--brand-dark);border-color:var(--brand-dark);outline:none}.quote-request-form button:disabled{cursor:not-allowed;opacity:.68}.quote-request-form__status{margin:0;border-radius:var(--radius);padding:.7rem .8rem;font-weight:800}.quote-request-form__status[data-status=success]{background:#ecfdf5;color:#065f46}.quote-request-form__status[data-status=error]{background:#fef2f2;color:#991b1b}.account-page__actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.2rem}.account-page__action{display:inline-flex;align-items:center;justify-content:center;min-height:2.45rem;padding:.6rem .95rem;border:1px solid transparent;border-radius:var(--radius);font-size:.88rem;font-weight:800;text-align:center;transition:background .12s ease,border-color .12s ease,color .12s ease,transform .12s ease}button.account-page__action{cursor:pointer;font-family:inherit}button.account-page__action:disabled{cursor:not-allowed;opacity:.62}.account-page__action--primary{background:var(--brand);border-color:var(--brand);color:#fff}.account-page__action--primary:focus-visible,.account-page__action--primary:hover{background:var(--brand-dark);border-color:var(--brand-dark);outline:none;transform:translateY(-1px)}.account-page__action--secondary{background:var(--surface);border-color:var(--line-strong);color:var(--brand-dark)}.account-page__action--secondary:focus-visible,.account-page__action--secondary:hover{background:var(--brand-soft);border-color:var(--brand);outline:none}.account-page__action--danger{background:var(--surface);border-color:var(--line-strong);color:#7f1d1d}.account-page__action--danger:focus-visible,.account-page__action--danger:hover{background:#fee2e2;border-color:#fca5a5;outline:none}.account-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.account-card,.garage-card{display:grid;grid-gap:.75rem;gap:.75rem;padding:1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.account-card{grid-template-columns:3.25rem minmax(0,1fr);color:var(--ink);transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}a.account-card:focus-visible,a.account-card:hover{border-color:var(--brand);box-shadow:var(--shadow);outline:none;transform:translateY(-1px)}.account-card__icon{display:grid;place-items:center;width:3.25rem;height:3.25rem;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-soft);color:var(--brand)}.account-card__icon svg{width:2rem;height:2rem}.account-card__content{display:grid;grid-gap:.25rem;gap:.25rem}.account-card__title{color:var(--ink);font-weight:800}.account-card__cta{color:var(--brand-dark);font-size:.82rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.garage-list{display:grid;grid-gap:.75rem;gap:.75rem}.garage-card{grid-template-columns:minmax(0,1fr) auto;align-items:center}.garage-card__badge{display:inline-flex;width:max-content;margin-top:.45rem;padding:.25rem .55rem;border-radius:999px;background:var(--brand-soft);color:var(--brand-dark);font-size:.78rem;font-weight:800}.garage-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.account-vehicle-form{grid-template-columns:repeat(2,minmax(0,1fr))}.account-vehicle-form .account-page__actions,.account-vehicle-form__note,.account-vehicle-form__status{grid-column:1/-1}.account-vehicle-form label{display:grid;grid-gap:.35rem;gap:.35rem;color:var(--ink);font-size:.86rem;font-weight:700}.account-vehicle-form input,.account-vehicle-form select{width:100%;min-height:2.55rem;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.55rem .7rem;background:var(--surface);color:var(--ink);font:inherit}.account-vehicle-form input:focus,.account-vehicle-form select:focus{border-color:var(--brand);outline:3px solid var(--brand-soft)}.search-flow{width:min(var(--container),calc(100vw - 2rem));margin:1.5rem auto 0;display:grid;grid-gap:1rem;gap:1rem}.search-flow__header{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(18rem,.8fr);grid-gap:1rem;gap:1rem;align-items:start}.search-flow__state-card,.search-flow__summary-card{padding:1.1rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.search-flow__summary-card strong{font-size:1.4rem;line-height:1.1;display:block}.search-flow__panel{gap:.8rem}.search-flow__field{color:var(--ink);font-weight:600;font-size:.85rem}.search-flow__form{display:grid;grid-gap:.55rem;gap:.55rem}.search-flow__input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.5rem;gap:.5rem}.search-flow__input-row input{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius);padding:.65rem .75rem;background:var(--surface);color:var(--ink)}.search-flow__input-row input:focus{border-color:var(--brand);outline:2px solid var(--brand-soft);outline-offset:0}.search-flow__input-row button{border:0;border-radius:var(--radius);padding:.65rem 1rem;background:var(--brand);color:#fff;font-weight:700;cursor:pointer}.search-flow__action-list,.search-flow__examples,.search-flow__link-row{display:flex;flex-wrap:wrap;gap:.5rem}.search-flow__action-chip,.search-flow__example-chip,.search-flow__primary-link,.search-flow__secondary-link{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--line);background:var(--surface-soft);border-radius:999px;padding:.35rem .75rem;color:var(--ink);font-size:.85rem}.search-flow__action-chip{background:var(--brand-soft);border-color:var(--brand-soft)}.search-flow__action-chip,.search-flow__secondary-link{color:var(--brand-dark);font-weight:700}.search-flow__primary-link{background:var(--brand);border-color:var(--brand);color:#fff;font-weight:800}.search-flow__state-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.search-flow__meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.6rem;gap:.6rem;margin:0}.search-flow__meta-grid div{display:grid;grid-gap:.25rem;gap:.25rem;padding:.7rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface-soft)}.search-flow__meta-grid dd{margin:0;font-weight:600}.search-flow__detail-stack{display:grid;grid-gap:.7rem;gap:.7rem}.search-flow__detail-block{padding:.85rem 1rem;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.search-flow__detail-block h3{margin-bottom:.3rem;font-size:1rem}.site-footer{margin-top:3rem;background:var(--surface-dark);color:rgba(255,255,255,.85);border-top:4px solid var(--brand)}.site-footer__inner{width:min(var(--container),calc(100vw - 2rem));margin:0 auto;padding:2rem 0 1.5rem;display:grid;grid-template-columns:minmax(16rem,.8fr) minmax(0,1.2fr);grid-gap:2rem;gap:2rem}.site-footer__summary h2{color:#fff;font-size:1.2rem;margin-bottom:.45rem}.site-footer__summary p{color:rgba(255,255,255,.78);line-height:1.55;font-size:.9rem}.site-footer__support{margin-top:.55rem}.site-footer__groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.site-footer__nav{display:grid;align-content:start;grid-gap:.45rem;gap:.45rem}.site-footer__nav h3{color:var(--accent);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.15rem}.site-footer__nav a{color:rgba(255,255,255,.78);font-size:.88rem;padding:.15rem 0;transition:color .12s ease}.site-footer__nav a:focus-visible,.site-footer__nav a:hover{color:var(--accent);outline:none}.breadcrumbs{width:min(var(--container),calc(100vw - 2rem));margin:0 auto .85rem;font-size:.85rem;color:var(--ink-muted)}.breadcrumbs ol{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.breadcrumbs li{display:inline-flex;align-items:center;gap:.35rem}.breadcrumbs a{color:var(--ink-soft);font-weight:600;transition:color .12s ease}.breadcrumbs a:focus-visible,.breadcrumbs a:hover{color:var(--brand-dark);outline:none;text-decoration:underline}.breadcrumbs span[aria-current=page]{color:var(--ink);font-weight:700}.breadcrumbs__sep{color:var(--ink-muted);font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none}.catalog-page{width:min(var(--container),calc(100vw - 2rem));margin:0 auto;display:grid;grid-gap:1.1rem;gap:1.1rem}.catalog-page .breadcrumbs{width:auto;margin:0}.catalog-page__header{display:grid;grid-gap:.45rem;gap:.45rem;padding:1.25rem 1.4rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.catalog-page__eyebrow{color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.catalog-page__title{font-size:clamp(1.6rem,2.8vw,2.1rem);line-height:1.1}.catalog-page__description{color:var(--ink-soft);line-height:1.55;max-width:70ch}.catalog-page__select{margin-top:.25rem;color:var(--ink);font-size:.95rem;font-weight:700}.catalog-page__select:before{content:"";display:inline-block;width:.45rem;height:.45rem;margin-right:.55rem;border-radius:999px;background:var(--brand);transform:translateY(-2px)}.catalog-page__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-gap:.65rem;gap:.65rem}.catalog-page__grid.catalog-page__grid--compact{grid-template-columns:repeat(auto-fit,minmax(9rem,11rem));justify-content:start}.catalog-page__card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.55rem;padding:.95rem .5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);font-size:.82rem;font-weight:600;text-align:center;min-height:7rem;transition:border-color .12s ease,transform .12s ease,box-shadow .12s ease,color .12s ease}.catalog-page__card:focus-visible,.catalog-page__card:hover{border-color:var(--brand);color:var(--brand-dark);box-shadow:var(--shadow);transform:translateY(-1px);outline:none}.catalog-page__icon{display:grid;place-items:center;width:3rem;height:3rem;border-radius:var(--radius);background:var(--surface-soft);color:var(--brand);border:1px solid var(--line-soft)}.catalog-page__card:focus-visible .catalog-page__icon,.catalog-page__card:hover .catalog-page__icon{background:var(--brand-soft);border-color:var(--brand-soft)}.catalog-page__icon svg{width:1.85rem;height:1.85rem}.catalog-page__label{line-height:1.2}.catalog-page__empty{padding:1.25rem 1.4rem;background:var(--surface);border:1px dashed var(--line-strong);border-radius:var(--radius-md);color:var(--ink-soft)}.hub-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));grid-gap:.75rem;gap:.75rem}.hub-actions__card{display:grid;align-content:space-between;grid-gap:.6rem;gap:.6rem;padding:1.1rem 1.2rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);color:var(--ink);box-shadow:var(--shadow-sm);transition:border-color .12s ease,transform .12s ease,box-shadow .12s ease;min-height:8rem}.hub-actions__card:focus-visible,.hub-actions__card:hover{border-color:var(--brand);transform:translateY(-1px);box-shadow:var(--shadow);outline:none}.hub-actions__eyebrow{color:var(--brand);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hub-actions__title{font-size:1.1rem;font-weight:700}.hub-actions__body{color:var(--ink-soft);font-size:.9rem;line-height:1.45}.hub-actions__cta{justify-self:start;display:inline-flex;align-items:center;justify-content:center;padding:.5rem .7rem;background:var(--brand);color:#fff;border-radius:var(--radius);font-weight:700;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase}.hub-actions__card:focus-visible .hub-actions__cta,.hub-actions__card:hover .hub-actions__cta{background:var(--brand-dark)}.category-fallback{width:min(var(--container),calc(100vw - 2rem));margin:0 auto;display:grid;grid-gap:1.1rem;gap:1.1rem}.category-fallback .breadcrumbs{width:auto;margin:0}.category-fallback__header{display:grid;grid-gap:.45rem;gap:.45rem;padding:1.25rem 1.4rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.category-fallback__eyebrow{color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.category-fallback__title{font-size:clamp(1.6rem,2.8vw,2.1rem);line-height:1.1}.category-fallback__description{color:var(--ink-soft);line-height:1.55;max-width:70ch}.category-fallback__panel{display:grid;grid-gap:.85rem;gap:.85rem;padding:1.4rem 1.5rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.category-fallback__panel-heading{font-size:clamp(1.1rem,1.8vw,1.35rem);line-height:1.25;color:var(--ink)}.category-fallback__panel-body{color:var(--ink-soft);line-height:1.55;max-width:70ch}.category-fallback__bullets{margin:0;padding-left:1.1rem;display:grid;grid-gap:.3rem;gap:.3rem;color:var(--ink-soft);line-height:1.5}.category-fallback__bullets li::marker{color:var(--brand)}.category-fallback__actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.4rem}.category-fallback__action{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.1rem;border-radius:var(--radius);font-weight:700;font-size:.9rem;letter-spacing:.01em;border:1px solid transparent;transition:background .12s ease,border-color .12s ease,color .12s ease,transform .12s ease}.category-fallback__action--primary{background:var(--brand);color:#fff;border-color:var(--brand)}.category-fallback__action--primary:focus-visible,.category-fallback__action--primary:hover{background:var(--brand-dark);border-color:var(--brand-dark);outline:none;transform:translateY(-1px)}.category-fallback__action--secondary{background:var(--surface);color:var(--brand-dark);border-color:var(--line-strong)}.category-fallback__action--secondary:focus-visible,.category-fallback__action--secondary:hover{border-color:var(--brand);background:var(--brand-soft);outline:none}.vin-decoded{margin-top:.6rem;padding:.85rem .95rem;background:#ecfdf5;border:1px solid #10b981;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);display:grid;grid-gap:.65rem;gap:.65rem}.vin-decoded__badge{margin:0;display:inline-flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-weight:800;color:#065f46}.vin-decoded__check{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;border-radius:999px;background:#10b981;color:#ffffff;font-size:.85rem;line-height:1}.vin-decoded__badge-label{text-transform:uppercase;letter-spacing:.04em;font-size:.78rem}.vin-decoded__vin{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.95rem;letter-spacing:.02em;background:#ffffff;color:#065f46;padding:.15rem .5rem;border-radius:var(--radius-sm,4px);border:1px solid #a7f3d0}.vin-decoded__details{margin:0;padding-top:.55rem;border-top:1px dashed #a7f3d0;display:grid;grid-gap:.4rem;gap:.4rem}.vin-decoded__details-title{margin:0 0 .15rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:#047857;font-weight:700}.vin-decoded__detail{display:grid;grid-template-columns:minmax(8rem,max-content) 1fr;grid-gap:.6rem;gap:.6rem;align-items:baseline}.vin-decoded__detail dt{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.05em;color:#047857;font-weight:700}.vin-decoded__detail dd{margin:0;color:#064e3b;font-weight:600}.vehicle-context{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .95rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.vehicle-context__label{display:inline-flex;align-items:center;gap:.5rem;color:var(--ink);font-weight:800}.vehicle-context__label:before{content:"";width:.6rem;height:.6rem;border-radius:999px;background:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.vehicle-context__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.vehicle-context__actions a{color:var(--brand-dark);font-size:.85rem;font-weight:800;text-decoration:underline;text-underline-offset:3px}.vehicle-context__actions a:focus-visible,.vehicle-context__actions a:hover{color:var(--brand);outline:none}.vehicle-category{width:min(var(--container),calc(100vw - 2rem));margin:0 auto;display:grid;grid-gap:1.1rem;gap:1.1rem}.vehicle-category .breadcrumbs{width:auto;margin:0}.vehicle-category__header{display:grid;grid-gap:.45rem;gap:.45rem;padding:1.25rem 1.4rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.vehicle-category__eyebrow,.vehicle-recovery__eyebrow,.vehicle-result-card__eyebrow{color:var(--brand);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.vehicle-category__title{font-size:clamp(1.6rem,2.8vw,2.1rem);line-height:1.1}.vehicle-category__description{color:var(--ink-soft);line-height:1.55;max-width:72ch}.vehicle-category__qualifiers{justify-self:start;padding:.28rem .58rem;border:1px solid rgba(14,165,167,.28);border-radius:999px;background:rgba(14,165,167,.08);color:var(--ink);font-size:.88rem;font-weight:800;line-height:1.2}.vehicle-recovery,.vehicle-result-card{display:grid;grid-template-columns:minmax(7rem,10rem) minmax(0,1fr);grid-gap:1rem;gap:1rem;padding:1.25rem;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.vehicle-recovery__icon,.vehicle-result-card__media{display:grid;place-items:center;align-self:start;aspect-ratio:1;border-radius:var(--radius-md);background:var(--surface-soft);border:1px solid var(--line-soft);color:var(--brand)}.vehicle-recovery__icon svg,.vehicle-result-card__media svg{width:3.75rem;height:3.75rem}.vehicle-recovery__body,.vehicle-result-card__body{display:grid;grid-gap:.65rem;gap:.65rem}.vehicle-recovery__body h2,.vehicle-result-card__body h2{font-size:clamp(1.2rem,2vw,1.55rem);line-height:1.2}.vehicle-recovery__body p,.vehicle-result-card__body p{color:var(--ink-soft);line-height:1.55}.vehicle-result-card__meta{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:.65rem;gap:.65rem;margin:.2rem 0 0}.vehicle-result-card__meta div{padding:.75rem;border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--surface-soft)}.vehicle-result-card__meta dt{color:var(--ink-muted);font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.vehicle-result-card__meta dd{margin:.25rem 0 0;color:var(--ink);font-weight:700}.vehicle-category__actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.3rem}.vehicle-category__action{display:inline-flex;align-items:center;justify-content:center;min-height:2.6rem;padding:.65rem 1.05rem;border:1px solid transparent;border-radius:var(--radius);font-size:.9rem;font-weight:800;text-align:center;transition:background .12s ease,border-color .12s ease,color .12s ease,transform .12s ease}.vehicle-category__action--primary{background:var(--brand);border-color:var(--brand);color:#fff}.vehicle-category__action--primary:focus-visible,.vehicle-category__action--primary:hover{background:var(--brand-dark);border-color:var(--brand-dark);outline:none;transform:translateY(-1px)}.vehicle-category__action--secondary{background:var(--surface);border-color:var(--line-strong);color:var(--brand-dark)}.vehicle-category__action--secondary:focus-visible,.vehicle-category__action--secondary:hover{background:var(--brand-soft);border-color:var(--brand);outline:none}@media (max-width:1100px){.catalog-page__grid,.shop-by-category__grid{grid-template-columns:repeat(5,minmax(0,1fr))}.hub-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.fitment-hero__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.fitment-hero__field--wide{grid-column:span 3}.site-header__main{grid-template-columns:auto 1fr auto}.account-access,.search-flow__header,.search-flow__state-grid,.site-footer__inner{grid-template-columns:1fr}.vehicle-result-card__meta{grid-template-columns:repeat(3,minmax(0,1fr))}.account-page__layout{grid-template-columns:1fr}.account-page__sidebar{position:static}.account-page__nav{grid-template-columns:repeat(4,minmax(0,1fr))}.cta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:820px){.catalog-page__grid,.shop-by-category__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.trust-strip__item:nth-child(2){border-right:0}.site-header__main{grid-template-columns:auto 1fr auto;gap:.6rem}.site-header__vehicle .site-header__vehicle-current{display:none}.account-card-grid,.site-footer__groups{grid-template-columns:repeat(2,minmax(0,1fr))}.garage-card{grid-template-columns:1fr}.garage-card__actions{justify-content:flex-start}}@media (max-width:640px){.catalog-page__grid,.shop-by-category__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.hub-actions{grid-template-columns:1fr}.category-fallback__actions{flex-direction:column;align-items:stretch}.category-fallback__action{width:100%}.vehicle-context{align-items:flex-start;flex-direction:column}.vehicle-context__actions{justify-content:flex-start}.vehicle-recovery,.vehicle-result-card{grid-template-columns:1fr}.vehicle-recovery__icon,.vehicle-result-card__media{width:7rem}.vehicle-result-card__meta{grid-template-columns:repeat(2,minmax(0,1fr))}.account-card-grid,.account-page__nav,.account-vehicle-form,.quote-request-form,.support-context__details{grid-template-columns:1fr}.fitment-hero{padding:1.25rem 1rem}.fitment-hero__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fitment-hero__field--wide{grid-column:span 2}.site-header__main{grid-template-columns:minmax(0,1fr) auto;gap:.65rem}.site-header__vehicle{display:none}.site-header__brand{grid-column:1;min-width:0}.site-header__search{grid-column:1/-1;grid-row:2;grid-template-columns:minmax(0,1fr) 4.4rem;width:100%;max-width:none;justify-self:stretch}.site-header__menu-button{grid-column:2;grid-row:1;display:inline-flex;justify-self:end}.site-header__departments{display:none}.site-header__mobile-nav{display:flex}.site-header__brand-mark{height:36px}.site-header__utility-inner{justify-content:flex-start;overflow-x:visible;flex-wrap:wrap;white-space:normal}.cta-grid{grid-template-columns:1fr}}@media (max-width:480px){.catalog-page__grid,.shop-by-category__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vehicle-result-card__meta{grid-template-columns:1fr}.account-page__actions,.garage-card__actions,.vehicle-category__actions{flex-direction:column;align-items:stretch}.site-header__search-submit{width:4.4rem;min-width:0;padding:0;font-size:.82rem}.trust-strip{grid-template-columns:1fr}.trust-strip__item{border-right:0;border-bottom:1px solid var(--line-soft)}.trust-strip__item:last-child{border-bottom:0}}