/* Shared subpage details */
.eyebrow-light { color: #ff5360; }
.section-pad { padding: 86px 0; }
.subpage-footer { margin-top: 0; }

/* Vehicles: direct, practical inventory */
.inventory-hero { overflow: hidden; background: var(--ink); color: white; padding: 72px 0 0; }
.inventory-hero-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 100px; align-items: end; padding-bottom: 60px; }
.inventory-copy h1 { max-width: 720px; margin: 0; font-size: clamp(3rem, 5.5vw, 5.6rem); line-height: .94; letter-spacing: -.065em; }
.inventory-intro { align-self: end; border-left: 2px solid var(--red); padding-left: 28px; }
.inventory-intro > p { max-width: 530px; margin: 0; color: rgba(255,255,255,.66); line-height: 1.72; }
.inventory-actions { display: flex; align-items: center; gap: 24px; margin-top: 27px; }
.inventory-text-link { border-bottom: 1px solid rgba(255,255,255,.55); color: white; padding: 8px 0; font-size: .8rem; font-weight: 760; }
.inventory-banner { position: relative; height: clamp(280px,37vw,470px); overflow: hidden; border-top: 1px solid rgba(255,255,255,.12); }
.inventory-banner::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(7,8,10,.72),transparent 52%); content: ""; pointer-events: none; }
.inventory-banner img { width: 100%; height: 100%; object-fit: cover; }
.inventory-banner > div { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; color: white; padding: 28px 32px; }
.inventory-banner strong { max-width: 520px; font-size: clamp(1.1rem,2vw,1.65rem); letter-spacing: -.03em; }
.inventory-banner span { color: rgba(255,255,255,.64); font-size: .68rem; }
.inventory-promises { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.12); }
.inventory-promises div { display: flex; min-height: 112px; flex-direction: column; justify-content: center; gap: 7px; border-right: 1px solid rgba(255,255,255,.12); padding: 21px 30px; }
.inventory-promises div:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.inventory-promises strong { font-size: .88rem; }
.inventory-promises span { max-width: 270px; color: rgba(255,255,255,.5); font-size: .7rem; line-height: 1.5; }
.catalog-page { border-top: 0; background: #f5f6f7; }
.catalog-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.catalog-heading h2 { margin: 0; font-size: clamp(2.15rem,3.7vw,3.65rem); line-height: 1.06; letter-spacing: -.052em; }
.catalog-count { display: flex; justify-self: end; align-items: center; gap: 12px; border-left: 1px solid #cfd2d6; padding-left: 26px; }
.catalog-count strong { color: var(--ink); font-size: 2.55rem; line-height: 1; }
.catalog-count span { color: var(--muted); font-size: .72rem; font-weight: 700; }
.catalog-tools { display: grid; grid-template-columns: minmax(260px,1fr) auto; gap: 24px; align-items: end; margin: 38px 0 14px; border: 1px solid #dfe1e4; background: white; padding: 22px; }
.catalog-search { display: grid; gap: 8px; }
.catalog-search > span { color: var(--muted); font-size: .62rem; font-weight: 780; letter-spacing: .07em; text-transform: uppercase; }
.catalog-search input { width: 100%; min-height: 46px; border: 1px solid #d7dade; border-radius: 4px; outline: 0; background: #fafafa; padding: 0 14px; font-size: .8rem; }
.catalog-search input:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(215,10,23,.08); }
.catalog-tool-actions { display: flex; align-items: end; gap: 10px; }
.catalog-sort { display: grid; gap: 8px; }
.catalog-sort > span,.catalog-filter-panel label > span { color: var(--muted); font-size: .62rem; font-weight: 780; letter-spacing: .07em; text-transform: uppercase; }
.catalog-sort select,.catalog-filter-panel select { min-height: 46px; border: 1px solid #d7dade; border-radius: 4px; outline: none; background: #fafafa; color: var(--ink); padding: 0 36px 0 12px; font-size: .76rem; }
.catalog-filter-panel select { width: 100%; min-width: 0; }
.catalog-filter-toggle { display: flex; min-height: 46px; align-items: center; gap: 9px; border: 1px solid var(--ink); border-radius: 4px; background: var(--ink); color: white; padding: 0 15px; cursor: pointer; font-size: .76rem; font-weight: 760; }
.catalog-filter-toggle.active { border-color: var(--red); background: var(--red); }
.catalog-filter-toggle b { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: white; color: var(--ink); font-size: .62rem; }
.catalog-filter-toggle > span { font-size: 1rem; }
.catalog-filters { justify-content: flex-start; margin: 0 0 22px; }
.catalog-filter-panel { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; margin: 0 0 26px; border: 1px solid #dfe1e4; border-top: 3px solid var(--ink); background: white; padding: 22px; }
.catalog-filter-panel label { display: grid; gap: 8px; }
.catalog-price-range { display: grid; grid-column: span 2; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; min-width: 0; margin: 0; border: 0; padding: 0; }
.catalog-price-range legend { width: 100%; margin: 0 0 8px; color: var(--muted); font-size: .62rem; font-weight: 780; letter-spacing: .07em; text-transform: uppercase; }
.catalog-price-range .price-input input { min-height: 46px; }
.catalog-reset { align-self: end; min-height: 46px; border: 1px solid #d7dade; border-radius: 4px; background: white; color: var(--ink); padding: 0 12px; cursor: pointer; font-size: .72rem; font-weight: 720; }
.catalog-reset:hover { border-color: var(--red); color: var(--red); }
.catalog-page .filter-chip { min-height: 40px; border-radius: 4px; }
.catalog-page .vehicle-grid { gap: 18px; }
.catalog-page .vehicle-card { border-color: #dfe1e4; box-shadow: none; }
.catalog-page .vehicle-card:hover { border-color: #b9bdc3; box-shadow: 0 12px 34px rgba(11,12,15,.08); transform: translateY(-3px); }
.catalog-page .vehicle-grid { scroll-margin-top: 100px; }
.catalog-page .vehicle-image { aspect-ratio: 16/10; }
.catalog-page .vehicle-image::after { height: 28%; }
.vehicle-photo-count { position: absolute; z-index: 2; bottom: 12px; left: 12px; background: rgba(11,12,15,.82); color: white; padding: 7px 9px; font-size: .61rem; font-weight: 720; pointer-events: none; }
.catalog-page .favorite { border-radius: 4px; }
.catalog-page .vehicle-content { padding: 19px 20px; }
.catalog-page .vehicle-title-row { display: grid; grid-template-columns: 1fr; gap: 15px; }
.catalog-page .vehicle-title-row > strong { color: var(--red); font-size: 1.22rem; }
.catalog-page .vehicle-link { position: static; }
.catalog-pagination { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 34px 0 0; }
.catalog-pagination button { min-width: 42px; min-height: 42px; border: 1px solid #d6dade; border-radius: 4px; background: #fff; color: var(--ink); padding: 0 13px; cursor: pointer; font-size: .75rem; font-weight: 760; }
.catalog-pagination button:hover:not(:disabled) { border-color: var(--red); color: var(--red); }
.catalog-pagination button:disabled { cursor: not-allowed; opacity: .42; }
.catalog-pagination-pages { display: flex; gap: 8px; }
.catalog-pagination-pages button.is-current { border-color: var(--ink); background: var(--ink); color: #fff; }
.catalog-help { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 34px; border: 1px solid #dfe1e4; border-radius: 4px; background: #fff; padding: 27px 30px; }
.catalog-help > div { display: flex; flex-direction: column; gap: 5px; }
.catalog-help > div > span { color: var(--red); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.catalog-help strong { font-size: 1.08rem; }

/* Individual vehicle page */
.vehicle-route-top { background: #f2f3f4; padding: 32px 0 70px; }
.vehicle-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 25px; color: var(--muted); font-size: .69rem; }
.vehicle-breadcrumb a { color: var(--ink); font-weight: 720; }
.vehicle-breadcrumb > span:last-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.vehicle-route-grid { display: grid; grid-template-columns: 1.52fr .68fr; gap: 28px; align-items: stretch; }
.vehicle-route-gallery { display: grid; min-width: 0; grid-template-columns: 1.48fr .52fr; gap: 8px; }
.vehicle-route-gallery.is-single-image { grid-template-columns: 1fr; }
.vehicle-route-gallery img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-route-main-image { position: relative; min-width: 0; min-height: 540px; margin: 0; overflow: hidden; background: #dfe1e3; }
.vehicle-route-main-image figcaption { position: absolute; right: 14px; bottom: 14px; background: rgba(11,12,15,.82); color: white; padding: 8px 10px; font-size: .62rem; font-weight: 720; }
.vehicle-route-side-images { display: grid; min-width: 0; grid-template-rows: repeat(2,1fr); gap: 8px; }
.vehicle-route-side-images img { min-height: 0; }
.vehicle-route-summary { display: flex; min-width: 0; flex-direction: column; background: white; padding: 34px; }
.vehicle-route-stock { color: var(--red); font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.vehicle-route-summary h1 { margin: 18px 0 6px; font-size: clamp(2rem,3vw,3.15rem); line-height: 1; letter-spacing: -.055em; }
.vehicle-route-summary h1 { overflow-wrap: anywhere; }
.vehicle-route-trim { margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.5; }
.vehicle-route-price { display: block; margin-top: 26px; color: var(--red); font-size: 2rem; letter-spacing: -.045em; }
.vehicle-route-note { margin-top: 5px; color: #969aa1; font-size: .61rem; }
.vehicle-route-keyfacts { display: grid; grid-template-columns: repeat(2,1fr); margin: 28px 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.vehicle-route-keyfacts div { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 14px; }
.vehicle-route-keyfacts dt { color: #979ba2; font-size: .58rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; }
.vehicle-route-keyfacts dd { margin: 5px 0 0; font-size: .72rem; font-weight: 740; }
.vehicle-route-cta { width: 100%; margin-top: auto; }
.vehicle-route-phone { margin-top: 17px; color: var(--muted); font-size: .7rem; text-align: center; }
.vehicle-route-phone strong { color: var(--ink); }
.vehicle-route-content { background: white; padding: 88px 0 98px; }
.vehicle-route-content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 92px; align-items: start; }
.vehicle-route-main-copy { display: grid; gap: 68px; }
.vehicle-route-kicker { color: var(--red); font-size: .64rem; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; }
.vehicle-route-main-copy h2,.vehicle-route-specs h2 { margin: 12px 0 20px; font-size: clamp(2rem,3.5vw,3.35rem); line-height: 1.04; letter-spacing: -.052em; }
.vehicle-route-main-copy section > p { max-width: 720px; margin: 0; color: var(--muted); line-height: 1.8; }
.vehicle-route-features { display: grid; grid-template-columns: repeat(2,1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.vehicle-route-features li { position: relative; border-bottom: 1px solid var(--line); padding: 17px 20px 17px 22px; font-size: .78rem; font-weight: 670; }
.vehicle-route-features li::before { position: absolute; top: 21px; left: 0; width: 7px; height: 7px; background: var(--red); content: ""; }
.vehicle-route-specs { border-top: 3px solid var(--ink); background: #f4f5f6; padding: 34px; }
.vehicle-route-specs h2 { font-size: 2rem; }
.vehicle-route-specs dl { margin: 0; }
.vehicle-route-specs dl > div { display: grid; grid-template-columns: .82fr 1.18fr; gap: 18px; border-top: 1px solid #d8dade; padding: 14px 0; font-size: .74rem; }
.vehicle-route-specs dt { color: var(--muted); }
.vehicle-route-specs dd { margin: 0; font-weight: 720; text-align: right; }
.vehicle-route-bottom { background: var(--ink); color: white; padding: 42px 0; }
.vehicle-route-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.vehicle-route-bottom-inner > div { display: flex; flex-direction: column; gap: 5px; }
.vehicle-route-bottom-inner span { color: rgba(255,255,255,.5); font-size: .68rem; }
.vehicle-route-bottom-inner strong { font-size: 1.18rem; }

/* Purchase: dark valuation page */
.purchase-hero { position: relative; overflow: hidden; background: var(--ink); color: white; padding: 88px 0; }
.purchase-hero::after { position: absolute; top: 0; right: 0; width: 34%; height: 100%; background: var(--red); content: ""; }
.purchase-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.purchase-copy h1 { margin: 0; font-size: clamp(3.3rem, 6.2vw, 6.1rem); line-height: .91; letter-spacing: -.07em; }
.purchase-copy h1 em { color: #ff5360; font-style: normal; }
.purchase-copy > p:not(.eyebrow) { max-width: 600px; margin: 27px 0 31px; color: rgba(255,255,255,.64); line-height: 1.75; }
.purchase-check { background: white; color: var(--ink); box-shadow: 0 28px 70px rgba(0,0,0,.25); padding: 38px; }
.purchase-check-label { color: var(--red); font-size: .65rem; font-weight: 830; letter-spacing: .11em; text-transform: uppercase; }
.purchase-check h2 { max-width: 430px; margin: 10px 0 29px; font-size: 2.15rem; line-height: 1.06; letter-spacing: -.05em; }
.purchase-check dl { margin: 0; }
.purchase-check dl > div { display: grid; grid-template-columns: 38px 1fr; gap: 15px; border-top: 1px solid var(--line); padding: 18px 0; }
.purchase-check dt { color: var(--red); font-size: .68rem; font-weight: 820; }
.purchase-check dd { display: flex; flex-direction: column; gap: 4px; margin: 0; }
.purchase-check dd strong { font-size: .9rem; }
.purchase-check dd span { color: var(--muted); font-size: .7rem; }
.purchase-check > small { display: block; margin-top: 16px; color: var(--muted); font-size: .65rem; }
.purchase-process { background: #fff; padding: 92px 0; }
.purchase-process-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.purchase-process-intro > span,.purchase-proof-grid > div a { color: var(--red); font-size: .68rem; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.purchase-process-intro h2,.purchase-proof h2 { margin: 14px 0 0; font-size: clamp(2.25rem,4vw,3.8rem); line-height: 1.04; letter-spacing: -.055em; }
.purchase-timeline { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.purchase-timeline li { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; border-top: 1px solid var(--line); padding: 21px 0 21px 35px; counter-increment: step; }
.purchase-timeline li::before { position: absolute; top: 22px; left: 0; color: var(--red); content: counter(step, decimal-leading-zero); font-size: .64rem; font-weight: 820; }
.purchase-timeline strong { font-size: .9rem; }
.purchase-timeline span { color: var(--muted); font-size: .76rem; line-height: 1.55; }
.purchase-proof { background: #f0f1f2; padding: 78px 0; }
.purchase-proof-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.purchase-proof-grid > div p { margin: 0 0 23px; color: var(--muted); line-height: 1.8; }

/* Workshop: calm, practical service page */
.workshop-hero { position: relative; overflow: hidden; background: #f3f4f5; padding: 76px 0; }
.workshop-hero::before { position: absolute; top: 0; right: 0; bottom: 0; width: 31%; background: var(--ink); content: ""; }
.workshop-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.workshop-copy { padding: 20px 0; }
.workshop-copy h1 { max-width: 760px; margin: 0; font-size: clamp(3rem,5.7vw,5.5rem); line-height: .95; letter-spacing: -.065em; }
.workshop-copy > p:not(.eyebrow) { max-width: 660px; margin: 27px 0 32px; color: var(--muted); font-size: 1rem; line-height: 1.75; }
.workshop-actions { display: flex; align-items: center; gap: 26px; }
.workshop-actions > a:not(.button) { color: var(--muted); font-size: .75rem; }
.workshop-actions strong { color: var(--ink); }
.workshop-quickbook { border-top: 4px solid var(--red); background: var(--ink); color: white; padding: 38px; }
.workshop-quickbook > span { color: #ff5966; font-size: .63rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.workshop-quickbook h2 { margin: 13px 0 15px; font-size: 2rem; line-height: 1.08; letter-spacing: -.045em; }
.workshop-quickbook > p { margin: 0; color: rgba(255,255,255,.58); font-size: .79rem; line-height: 1.65; }
.workshop-quickbook dl { margin: 28px 0 0; border-top: 1px solid rgba(255,255,255,.13); }
.workshop-quickbook dl > div { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid rgba(255,255,255,.13); padding: 15px 0; font-size: .74rem; }
.workshop-quickbook dt { color: rgba(255,255,255,.48); }
.workshop-quickbook dd { margin: 0; font-weight: 760; }
.workshop-quickbook > a { display: flex; align-items: center; justify-content: space-between; margin-top: 25px; color: white; font-size: .78rem; font-weight: 780; }
.workshop-quickbook > a span { color: #ff5966; font-size: 1.2rem; }
.workshop-image-band { position: relative; height: clamp(340px,46vw,640px); overflow: hidden; background: var(--ink); }
.workshop-image-band::after { position: absolute; inset: 0; background: linear-gradient(0deg,rgba(8,9,11,.7),transparent 55%); content: ""; }
.workshop-image-band > img { width: 100%; height: 100%; object-fit: cover; }
.workshop-image-caption { position: absolute; z-index: 1; right: 0; bottom: 0; left: 0; display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; color: white; padding-bottom: 34px; }
.workshop-image-caption span { color: #ff5966; font-size: .65rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.workshop-image-caption strong { max-width: 620px; font-size: clamp(1.15rem,2.4vw,2rem); line-height: 1.15; letter-spacing: -.035em; text-align: right; }
.workshop-services { padding: 94px 0 104px; background: white; }
.workshop-service-head { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.workshop-service-head > div > span,.workshop-flow-title > span,.workshop-booking-inner > div > span { color: var(--red); font-size: .65rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.workshop-service-head h2 { max-width: 700px; margin: 13px 0 0; font-size: clamp(2.35rem,4.2vw,4rem); line-height: 1.02; letter-spacing: -.057em; }
.workshop-service-head > p { max-width: 520px; margin: 0; color: var(--muted); line-height: 1.75; }
.workshop-service-grid { display: grid; grid-template-columns: repeat(2,1fr); border-top: 2px solid var(--ink); }
.workshop-service-grid article { min-height: 220px; border-bottom: 1px solid var(--line); padding: 30px 38px 30px 0; }
.workshop-service-grid article:nth-child(odd) { border-right: 1px solid var(--line); }
.workshop-service-grid article:nth-child(even) { padding-left: 38px; }
.workshop-service-grid article > span { color: var(--red); font-size: .63rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.workshop-service-grid h3 { margin: 21px 0 10px; font-size: 1.42rem; letter-spacing: -.035em; }
.workshop-service-grid p { max-width: 500px; margin: 0; color: var(--muted); font-size: .8rem; line-height: 1.68; }
.workshop-flow { background: var(--ink); color: white; padding: 78px 0; }
.workshop-flow-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.workshop-flow-title h2 { max-width: 430px; margin: 13px 0 0; font-size: clamp(2.15rem,3.7vw,3.55rem); line-height: 1.03; letter-spacing: -.055em; }
.workshop-flow-steps { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.workshop-flow-steps div { min-height: 190px; border-right: 1px solid rgba(255,255,255,.14); padding: 27px 24px 0 0; }
.workshop-flow-steps div + div { padding-left: 24px; }
.workshop-flow-steps div:last-child { border-right: 0; }
.workshop-flow-steps strong { font-size: .93rem; }
.workshop-flow-steps p { margin: 13px 0 0; color: rgba(255,255,255,.52); font-size: .74rem; line-height: 1.65; }
.workshop-booking { background: #eceef0; padding: 58px 0; }
.workshop-booking-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.workshop-booking-inner h2 { margin: 8px 0 5px; font-size: 2rem; letter-spacing: -.045em; }
.workshop-booking-inner p { margin: 0; color: var(--muted); font-size: .8rem; }
.workshop-booking-inner .button { flex: 0 0 auto; }

/* Detailing: image-led premium page */
.detailing-hero { position: relative; min-height: 690px; overflow: hidden; background: #111; }
.detailing-hero-image,.detailing-hero-image::after { position: absolute; inset: 0; }
.detailing-hero-image::after { background: linear-gradient(90deg,rgba(5,6,8,.94) 0%,rgba(5,6,8,.68) 42%,rgba(5,6,8,.14) 78%),linear-gradient(0deg,rgba(5,6,8,.35),transparent 45%); content: ""; }
.detailing-hero-image img { width: 100%; height: 100%; object-fit: cover; }
.detailing-hero-content { position: relative; z-index: 1; display: flex; min-height: 690px; align-items: center; }
.detailing-copy { max-width: 660px; color: white; }
.detailing-copy h1 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(3.6rem,7vw,7rem); font-weight: 500; line-height: .93; letter-spacing: -.065em; }
.detailing-copy > p:not(.eyebrow) { max-width: 510px; margin: 28px 0 33px; color: rgba(255,255,255,.68); font-size: 1rem; line-height: 1.75; }
.detailing-editorial { background: #f5f4f2; padding: 105px 0; }
.detailing-editorial-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 95px; align-items: center; }
.detailing-image-stack { position: relative; padding: 0 42px 42px 0; }
.detailing-image-main { width: 100%; min-height: 560px; object-fit: cover; }
.detailing-note { position: absolute; right: 0; bottom: 0; display: flex; width: min(310px,80%); flex-direction: column; gap: 6px; background: var(--red); color: white; padding: 25px; }
.detailing-note strong { font-size: .95rem; }
.detailing-note span { color: rgba(255,255,255,.7); font-size: .67rem; }
.detailing-menu-kicker { color: var(--red); font-size: .66rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.detailing-menu h2 { margin: 14px 0 21px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(2.6rem,4.7vw,4.7rem); font-weight: 500; line-height: 1; letter-spacing: -.055em; }
.detailing-menu-intro { margin: 0 0 34px; color: var(--muted); line-height: 1.75; }
.detailing-lines { border-top: 1px solid #cfd0d1; }
.detailing-lines article { display: grid; grid-template-columns: .65fr 1.35fr; gap: 22px; border-bottom: 1px solid #cfd0d1; padding: 22px 0; }
.detailing-lines h3 { margin: 0; font-size: .94rem; }
.detailing-lines p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.6; }
.detailing-menu > a { display: inline-block; margin-top: 28px; border-bottom: 1px solid var(--ink); padding-bottom: 5px; font-size: .76rem; font-weight: 780; }

/* Contact: bold directory and location */
.contact-intro { background: var(--ink); color: white; padding: 82px 0 76px; }
.contact-intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.contact-intro h1 { margin: 0; font-size: clamp(3.3rem,6.4vw,6.3rem); line-height: .91; letter-spacing: -.07em; }
.contact-intro-grid > p { max-width: 480px; margin: 0 0 8px; color: rgba(255,255,255,.58); line-height: 1.75; }
.contact-actions-section { background: var(--ink); padding: 0 0 76px; }
.contact-actions-grid { display: grid; grid-template-columns: 1.1fr .95fr .95fr; }
.contact-actions-grid a { display: grid; min-width: 0; grid-template-columns: 1fr auto; gap: 7px; align-content: center; min-height: 150px; border: 1px solid rgba(255,255,255,.12); border-right: 0; padding: 28px; color: white; }
.contact-actions-grid a:last-child { border-right: 1px solid rgba(255,255,255,.12); }
.contact-actions-grid a:first-child { background: var(--red); border-color: var(--red); }
.contact-actions-grid small { grid-column: 1/-1; color: rgba(255,255,255,.52); font-size: .62rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }
.contact-actions-grid strong { overflow-wrap: anywhere; font-size: clamp(.95rem,1.6vw,1.35rem); }
.contact-actions-grid span { font-size: 1.25rem; }
.contact-location { background: #f2f3f4; padding: 88px 0 96px; }
.contact-location-grid { display: grid; grid-template-columns: .65fr 1.2fr .65fr; min-height: 430px; background: white; }
.contact-address,.contact-hours { padding: 42px 34px; }
.contact-address > span,.contact-hours > span { color: var(--red); font-size: .65rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; }
.contact-address h2 { margin: 18px 0 13px; font-size: 2rem; letter-spacing: -.05em; }
.contact-address p { margin: 0 0 25px; color: var(--muted); line-height: 1.7; }
.contact-address a { color: var(--red); font-size: .74rem; font-weight: 760; }
.contact-map { position: relative; overflow: hidden; min-height: 430px; background: #dfe2e4; }
.contact-map iframe { display: block; width: 100%; height: 100%; min-height: inherit; border: 0; }
.contact-map-label { position: absolute; right: 18px; bottom: 18px; display: flex; align-items: center; gap: 11px; max-width: calc(100% - 36px); background: rgba(8,9,11,.92); box-shadow: 0 12px 28px rgba(0,0,0,.2); padding: 12px 15px; color: white; }
.contact-map-label b { color: var(--red); font-size: 1.1rem; line-height: 1; }
.contact-map-label span { display: grid; gap: 2px; min-width: 0; }
.contact-map-label strong { font-size: .72rem; }
.contact-map-label small { overflow: hidden; color: rgba(255,255,255,.68); font-size: .6rem; text-overflow: ellipsis; white-space: nowrap; }
.contact-hours { border-left: 1px solid var(--line); }
.contact-hours h3 { margin: 25px 0 10px; font-size: 1rem; }
.contact-hours dl { margin: 0; }
.contact-hours dl > div { display: flex; justify-content: space-between; gap: 12px; border-top: 1px solid var(--line); padding: 10px 0; color: var(--muted); font-size: .72rem; }
.contact-hours dt,.contact-hours dd { margin: 0; }

/* Appointment: form-first */
.appointment-subpage { position: relative; overflow: hidden; background: var(--surface); padding: 84px 0 96px; }
.appointment-subpage-grid { position: relative; display: grid; grid-template-columns: .82fr 1.18fr; gap: 84px; align-items: start; }
.appointment-subpage-copy { position: sticky; top: 125px; }
.appointment-subpage-copy h1 { margin: 0; font-size: clamp(2.9rem,5vw,4.9rem); line-height: 1; letter-spacing: -.06em; }
.appointment-subpage-copy > p:not(.eyebrow) { margin: 26px 0 0; color: var(--muted); line-height: 1.75; }
.appointment-assurances { display: grid; gap: 11px; margin: 31px 0; }
.appointment-assurances span { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); font-size: .82rem; font-weight: 650; }
.appointment-assurances i { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 4px; background: #e9ebed; color: var(--ink); font-size: .68rem; font-style: normal; font-weight: 900; }
.appointment-subpage-copy > a { color: var(--muted); font-size: .78rem; }
.appointment-subpage-copy > a strong { color: var(--ink); }
.subpage-form-card { min-height: 0; box-shadow: var(--shadow-lg); }
.subpage-form-card form > label + label { margin-top: 15px; }
.appointment-card textarea { width: 100%; resize: vertical; border: 1px solid #dde0e4; border-radius: 4px; outline: none; background: #fafafa; color: var(--ink); padding: 12px 13px; font-size: .81rem; }
.appointment-card textarea { min-width: 0; }
.appointment-card textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(215,10,23,.08); }
.optional-label { color: #999da4; font-weight: 550; }

/* Legal pages: restrained placeholder structure */
.legal-hero { border-bottom: 1px solid var(--line); background: #f3f4f5; padding: 74px 0 68px; }
.legal-hero-inner h1 { margin: 0; font-size: clamp(3rem,6vw,5.7rem); line-height: .95; letter-spacing: -.065em; }
.legal-hero-inner > p:last-child { max-width: 630px; margin: 25px 0 0; color: var(--muted); line-height: 1.7; }
.legal-content { padding: 82px 0 94px; }
.legal-content-grid { display: grid; grid-template-columns: .62fr 1.38fr; gap: 84px; align-items: start; }
.legal-note { border-top: 3px solid var(--red); background: #f3f4f5; padding: 26px; }
.legal-note strong { font-size: .88rem; }
.legal-note p { margin: 11px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.7; }
.legal-content article { max-width: 760px; }
.legal-content article h2 { margin: 0 0 14px; font-size: 1.45rem; letter-spacing: -.03em; }
.legal-content article h2:not(:first-child) { margin-top: 38px; }
.legal-content article p { margin: 0; color: var(--muted); line-height: 1.8; }

@media (max-width: 1050px) {
  .purchase-layout,.workshop-hero-grid { gap: 55px; }
  .vehicle-route-grid { grid-template-columns: 1.32fr .68fr; }
  .vehicle-route-main-image { min-height: 470px; }
  .vehicle-route-content-grid { gap: 55px; }
  .detailing-editorial-grid { gap: 55px; }
  .contact-location-grid { grid-template-columns: .72fr 1fr .72fr; }
}

@media (max-width: 820px) {
  .inventory-hero-grid,.purchase-layout,.purchase-process-grid,.purchase-proof-grid,.workshop-hero-grid,.workshop-service-head,.workshop-flow-grid,.vehicle-route-grid,.vehicle-route-content-grid,.detailing-editorial-grid,.contact-intro-grid,.appointment-subpage-grid,.legal-content-grid { grid-template-columns: 1fr; }
  .inventory-hero { padding: 52px 0 0; }
  .inventory-hero-grid { gap: 35px; padding-bottom: 44px; }
  .inventory-intro { max-width: 650px; }
  .catalog-tools { grid-template-columns: 1fr; }
  .catalog-tool-actions { justify-content: space-between; }
  .catalog-filter-panel { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .catalog-filters { justify-content: flex-start; }
  .vehicle-route-gallery { min-height: 430px; }
  .vehicle-route-main-image { min-height: 430px; }
  .vehicle-route-summary { min-height: 470px; }
  .vehicle-route-content-grid { gap: 60px; }
  .purchase-hero { padding: 68px 0; }
  .purchase-hero::after { top: auto; bottom: 0; width: 100%; height: 26%; }
  .purchase-layout { gap: 45px; }
  .purchase-process-grid,.purchase-proof-grid { gap: 42px; }
  .workshop-hero { padding: 68px 0; }
  .workshop-hero::before { display: none; }
  .workshop-service-head { gap: 30px; }
  .workshop-flow-grid { gap: 42px; }
  .workshop-booking-inner { align-items: flex-start; flex-direction: column; }
  .appointment-subpage-copy { position: static; }
  .detailing-hero,.detailing-hero-content { min-height: 590px; }
  .detailing-editorial { padding: 78px 0; }
  .detailing-image-main { min-height: 430px; }
  .contact-actions-grid { grid-template-columns: 1fr; }
  .contact-actions-grid a,.contact-actions-grid a:last-child { border-right: 1px solid rgba(255,255,255,.12); border-bottom: 0; }
  .contact-actions-grid a:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
  .contact-location-grid { grid-template-columns: 1fr 1fr; }
  .contact-map { grid-column: 1/-1; grid-row: 1; min-height: 330px; }
  .contact-hours { border-left: 1px solid var(--line); }
  .appointment-subpage { padding: 64px 0 78px; }
  .appointment-subpage-grid { gap: 45px; }
  .appointment-subpage-copy,.subpage-form-card { max-width: 650px; }
  .catalog-heading { grid-template-columns: 1fr; gap: 34px; }
  .catalog-count { justify-self: start; }
  .legal-content-grid { gap: 42px; }
}

@media (max-width: 600px) {
  .inventory-actions,.catalog-help,.workshop-actions { align-items: flex-start; flex-direction: column; }
  .inventory-actions .button,.catalog-help .button,.workshop-actions .button { width: 100%; }
  .inventory-promises { grid-template-columns: 1fr; }
  .inventory-promises div,.inventory-promises div:first-child { min-height: 88px; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); border-left: 1px solid rgba(255,255,255,.12); padding: 18px 20px; }
  .catalog-tools { padding: 16px; }
  .catalog-tool-actions { align-items: stretch; flex-direction: column; }
  .catalog-sort select,.catalog-filter-toggle { width: 100%; }
  .catalog-filter-toggle { justify-content: space-between; }
  .catalog-filter-panel { grid-template-columns: 1fr; padding: 17px; }
  .catalog-price-range { grid-column: auto; }
  .inventory-banner { width: 100%; height: 300px; }
  .inventory-banner > div,.workshop-image-caption { align-items: flex-start; flex-direction: column; gap: 8px; padding: 20px; }
  .workshop-image-caption { width: 100%; padding-bottom: 22px; }
  .workshop-image-caption strong { text-align: left; }
  .catalog-page .filter-chip { min-height: 38px; padding: 0 12px; }
  .catalog-pagination { gap: 7px; }
  .catalog-pagination button { min-width: 38px; padding: 0 10px; }
  .vehicle-route-top { padding: 23px 0 50px; }
  .vehicle-route-gallery { min-height: 0; grid-template-columns: 1fr; }
  .vehicle-route-main-image { min-height: 330px; }
  .vehicle-route-side-images { grid-template-columns: repeat(2,1fr); grid-template-rows: 155px; }
  .vehicle-route-summary { min-height: 0; padding: 25px 22px; }
  .vehicle-route-keyfacts { margin: 24px 0; }
  .vehicle-route-content { padding: 65px 0 72px; }
  .vehicle-route-main-copy { gap: 52px; }
  .vehicle-route-features { grid-template-columns: 1fr; }
  .vehicle-route-specs { padding: 27px 22px; }
  .vehicle-route-bottom-inner { align-items: flex-start; flex-direction: column; }
  .vehicle-route-bottom-inner .button { width: 100%; }
  .purchase-copy h1,.workshop-copy h1,.contact-intro h1 { font-size: clamp(2.75rem,14vw,4.25rem); }
  .purchase-check { padding: 29px 22px; }
  .purchase-check h2 { font-size: 1.8rem; }
  .purchase-timeline li { grid-template-columns: 1fr; gap: 7px; }
  .workshop-copy h1 { word-break: normal; }
  .workshop-quickbook { padding: 29px 23px; }
  .workshop-services { padding: 70px 0 76px; }
  .workshop-service-grid { grid-template-columns: 1fr; }
  .workshop-service-grid article,.workshop-service-grid article:nth-child(even) { min-height: 0; border-right: 0; padding: 27px 0; }
  .workshop-flow { padding: 64px 0; }
  .workshop-flow-steps { grid-template-columns: 1fr; }
  .workshop-flow-steps div,.workshop-flow-steps div + div { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); padding: 23px 0; }
  .workshop-booking { padding: 48px 0; }
  .workshop-booking-inner .button { width: 100%; }
  .detailing-hero,.detailing-hero-content { min-height: 540px; }
  .detailing-hero-image::after { background: linear-gradient(90deg,rgba(5,6,8,.9),rgba(5,6,8,.35)),linear-gradient(0deg,rgba(5,6,8,.45),transparent 50%); }
  .detailing-copy h1 { font-size: clamp(3.2rem,15vw,5rem); }
  .detailing-image-stack { padding: 0 20px 34px 0; }
  .detailing-image-main { min-height: 360px; }
  .detailing-lines article { grid-template-columns: 1fr; gap: 8px; }
  .contact-intro { padding: 62px 0 56px; }
  .contact-actions-grid a { min-height: 125px; }
  .contact-location-grid { grid-template-columns: 1fr; }
  .contact-map { grid-column: auto; }
  .contact-hours { border-top: 1px solid var(--line); border-left: 0; }
  .appointment-subpage-copy h1 { font-size: clamp(2.65rem,13vw,4rem); }
  .legal-hero { padding: 58px 0 54px; }
  .legal-content { padding: 62px 0 72px; }
}
