:root {
    --ford-blue: #0068d9;
    --ford-blue-dark: #003478;
    --ford-blue-soft: #eaf3ff;
    --ford-navy: #001f45;
    --ford-border: #dce2e8;
    --ford-text: #10233f;
    --ford-muted: #5a6878;
    --ford-success: #008849;
    --ford-orange: #f27a21;
}

.new-ford-page { color: var(--ford-text); background: #fff; }
.new-ford-page .utility-bar { background: var(--ford-blue-dark); }
.new-ford-page .site-header { border-bottom-color: #d8e2ef; box-shadow: 0 3px 14px rgba(0, 35, 82, .05); }
.new-ford-page .site-nav .nav-ford { color: var(--ford-blue); }
.new-ford-page .site-nav .nav-ford::after { transform: scaleX(1); background: var(--ford-blue); }
.new-ford-page .header-cta { color: var(--ford-blue); border-color: var(--ford-blue); }
.new-ford-page .header-cta:hover { color: #fff; background: var(--ford-blue); }
.new-ford-page .container { width: min(1760px, calc(100% - 80px)); }
.ford-main h1, .ford-main h2, .ford-main h3 { color: var(--ford-text); font-family: var(--display); letter-spacing: -.035em; }
.ford-main h1 { margin: 5px 0 0; font-size: clamp(34px, 3.2vw, 60px); line-height: 1.06; letter-spacing: -.02em; }
.ford-main h2 { margin: 0; font-size: clamp(25px, 2.2vw, 39px); line-height: 1.12; }
.ford-main h3 { margin: 0; }
.ford-main button, .ford-main select, .ford-main input { font-family: var(--sans); }
.ford-main svg { width: 24px; height: 24px; }

.ford-shop { padding: 0 0 62px; background: linear-gradient(#fff 0 68%, #fbfcfe 100%); border-bottom: 1px solid var(--ford-border); }
.ford-breadcrumb { display: flex; align-items: center; gap: 8px; color: var(--ford-muted); font-size: 12px; }
.ford-breadcrumb a:hover { color: var(--ford-blue); }
.ford-title-row { margin: 25px 0 22px; display: flex; align-items: end; justify-content: space-between; gap: 35px; }
.ford-title-brand { display: flex; align-items: center; gap: 10px; }
.ford-script-mark { width: 92px; height: 36px; padding: 5px 11px; display: inline-flex; align-items: center; justify-content: center; border-radius: 4px; background: var(--ford-blue-dark); }
.ford-script-mark img { width: 100%; height: 100%; object-fit: contain; filter: brightness(0) invert(1); }
.ford-kicker, .ford-section-heading > div > span, .ford-tool-title small { color: var(--ford-blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ford-title-intro { max-width: 820px; margin: 12px 0 0; color: var(--ford-muted); font-size: 14px; line-height: 1.65; }
.ford-live-count { display: flex; align-items: center; gap: 24px; font-size: 12px; white-space: nowrap; }
.ford-live-count > span { color: var(--ford-muted); }
.ford-live-count i, .ford-stock-status i { width: 8px; height: 8px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--ford-success); box-shadow: 0 0 0 4px rgba(0, 136, 73, .09); }

.ford-lot-hero { position: relative; height: clamp(500px, 36vw, 630px); margin: 0 0 18px; overflow: hidden; border: 1px solid #b8c7d7; border-top: 0; border-radius: 0 0 12px 12px; background: #d8eaf7; box-shadow: 0 18px 48px rgba(0,31,69,.14); isolation: isolate; }
.ford-lot-background, .ford-lot-background img, .ford-lot-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.ford-lot-background img { object-fit: cover; object-position: center; }
.ford-lot-shade { z-index: 1; background: linear-gradient(90deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.66) 34%, rgba(255,255,255,.18) 63%, rgba(255,255,255,.04) 100%), linear-gradient(180deg, rgba(255,255,255,.24) 0%, transparent 52%, rgba(0,20,45,.2) 100%); pointer-events: none; }
.ford-lot-copy { position: absolute; z-index: 4; top: 27px; left: 28px; width: calc(100% - 550px); max-width: 790px; }
.ford-lot-copy .ford-breadcrumb { margin-bottom: 19px; color: #435873; }
.ford-lot-copy .ford-title-brand { margin-bottom: 8px; }
.ford-lot-copy h1 { max-width: 780px; margin: 0; font-size: clamp(43px, 4.2vw, 72px); text-shadow: 0 1px 0 rgba(255,255,255,.7); text-wrap: balance; }
.ford-lot-copy .ford-title-intro { max-width: 670px; color: #3f536b; font-size: 13px; }
.ford-lot-copy .ford-live-count { width: fit-content; margin-top: 17px; padding: 9px 12px; border: 1px solid rgba(255,255,255,.75); border-radius: 100px; background: rgba(255,255,255,.72); box-shadow: 0 6px 18px rgba(0,31,69,.08); backdrop-filter: blur(8px); }
.ford-lot-chooser { position: absolute; z-index: 4; top: 28px; right: 28px; width: min(445px, calc(100% - 56px)); padding: 25px; border: 1px solid rgba(255,255,255,.78); border-radius: 10px; background: rgba(255,255,255,.92); box-shadow: 0 16px 40px rgba(0,31,69,.2); backdrop-filter: blur(12px); }
.ford-lot-eyebrow { color: var(--ford-blue); font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.ford-lot-chooser h2 { margin-top: 5px; font-size: clamp(26px, 2.1vw, 38px); }
.ford-lot-chooser > p { margin: 9px 0 18px; color: var(--ford-muted); font-size: 11px; line-height: 1.55; }
.ford-lot-category-buttons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.ford-lot-category-buttons button { min-height: 59px; padding: 9px 8px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px solid #c3d0de; border-radius: 6px; color: var(--ford-text); background: #fff; cursor: pointer; text-align: left; transition: border-color .2s, color .2s, background .2s, transform .2s; }
.ford-lot-category-buttons button:hover { border-color: var(--ford-blue); transform: translateY(-1px); }
.ford-lot-category-buttons button[aria-pressed="true"] { border-color: var(--ford-blue); color: #fff; background: var(--ford-blue); }
.ford-lot-category-buttons strong { font-size: 10px; }
.ford-lot-category-buttons span { margin-top: 2px; color: var(--ford-muted); font-size: 8px; }
.ford-lot-category-buttons button[aria-pressed="true"] span { color: #ddecff; }
.ford-lot-model-links { margin-top: 12px; }
.ford-lot-model-links > div { display: flex; flex-wrap: wrap; gap: 6px; }
.ford-lot-model-links > div[hidden] { display: none; }
.ford-lot-model-links a { min-height: 30px; padding: 6px 10px; display: inline-flex; align-items: center; border: 1px solid #b9cce2; border-radius: 100px; color: var(--ford-blue-dark); background: #f7fbff; font-size: 9px; font-weight: 800; }
.ford-lot-model-links a:hover { color: #fff; border-color: var(--ford-blue); background: var(--ford-blue); }
.ford-lot-back { margin-top: 11px; padding: 0; border: 0; color: var(--ford-blue); background: transparent; font-size: 9px; font-weight: 800; cursor: pointer; }
.ford-lot-stage { position: absolute; z-index: 3; inset: 0; pointer-events: none; }
.ford-lot-group { position: absolute; inset: 0; display: none; }
.ford-lot-group.active { display: block; }
.ford-lot-vehicle { position: absolute; left: var(--lot-left); bottom: 8%; width: clamp(175px, 18%, 315px); padding: 0; display: block; border: 0; color: #fff; background: transparent; text-align: center; pointer-events: auto; cursor: pointer; transform: translateX(-50%); transform-origin: center bottom; transition: filter .2s, transform .2s; }
.ford-lot-category-vehicle { width: clamp(220px, 24%, 390px); }
.ford-lot-vehicle img { width: 100%; height: auto; aspect-ratio: 1.6; display: block; object-fit: contain; filter: drop-shadow(0 14px 8px rgba(0,0,0,.38)); }
.ford-lot-vehicle > span { min-width: 94px; margin: -3px auto 0; padding: 6px 11px; display: inline-flex; flex-direction: column; border: 1px solid rgba(255,255,255,.65); border-radius: 100px; background: rgba(0,31,69,.87); box-shadow: 0 5px 15px rgba(0,0,0,.2); backdrop-filter: blur(6px); }
.ford-lot-vehicle strong { font-size: 10px; }
.ford-lot-vehicle small { color: #dbeaff; font-size: 7.5px; }
.ford-lot-vehicle:hover, .ford-lot-vehicle:focus-visible { z-index: 3; filter: brightness(1.06); transform: translate(-50%, -8px) scale(1.035); outline: 0; }
.ford-lot-group.active .ford-lot-vehicle { animation: ford-drive-in .42s cubic-bezier(.2,.75,.2,1) backwards; animation-delay: calc(var(--lot-index) * 45ms); }
.ford-lot-group.departing .ford-lot-vehicle { animation: ford-drive-out .18s ease-in forwards; animation-delay: calc(var(--lot-index) * 14ms); }
.ford-lot-instruction { position: absolute; z-index: 4; right: 24px; bottom: 15px; margin: 0; padding: 7px 11px; border-radius: 100px; color: #fff; background: rgba(0,31,69,.76); font-size: 8px; backdrop-filter: blur(5px); }

.ford-offer-spotlight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ford-program-card { min-height: 156px; padding: 17px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.ford-program-card small { color: #afd8ff; font-size: 8px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ford-program-card strong { margin: 9px 0 7px; color: #fff; font-size: clamp(19px, 1.35vw, 25px); line-height: 1.12; letter-spacing: -.025em; }
.ford-program-card span { color: #e7f3ff; font-size: 9px; line-height: 1.4; }
.ford-program-card em { margin-top: auto; padding-top: 11px; color: #bcdfff; font-size: 8px; font-style: normal; }
.ford-program-cash { border-color: rgba(125,255,188,.5); background: rgba(0,116,69,.28); }
#ford-inventory { scroll-margin-top: 115px; }
@keyframes ford-drive-in { from { opacity: 0; transform: translate(calc(-50% + 140px), 18px) scale(.88); } to { opacity: 1; transform: translate(-50%, 0) scale(1); } }
@keyframes ford-drive-out { from { opacity: 1; transform: translate(-50%, 0) scale(1); } to { opacity: 0; transform: translate(calc(-50% - 150px), 10px) scale(.9); } }

.ford-filter-row > button { min-width: 120px; border: 0; color: #fff; background: var(--ford-blue); font-weight: 750; cursor: pointer; transition: background .2s, transform .2s; }
.ford-filter-row > button:hover { background: #0056b8; }

.ford-category-tabs { min-height: 55px; display: flex; gap: 4px; align-items: center; border-bottom: 1px solid var(--ford-border); overflow-x: auto; scrollbar-width: thin; }
.ford-category-tabs a { padding: 9px 13px; border-radius: 100px; color: var(--ford-muted); font-size: 12px; font-weight: 700; white-space: nowrap; }
.ford-category-tabs a span { margin-left: 5px; color: #8a97a6; font-size: 10px; }
.ford-category-tabs a.active { color: #fff; background: var(--ford-blue); }
.ford-category-tabs a.active span { color: #d9ebff; }

.ford-filter-row { min-height: 66px; padding: 10px 0; display: flex; gap: 8px; align-items: end; border-bottom: 1px solid var(--ford-border); }
.ford-filter-row label { min-width: 150px; }
.ford-filter-row label > span { display: block; margin: 0 0 4px 3px; color: var(--ford-muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ford-filter-row select { width: 100%; height: 39px; padding: 0 34px 0 11px; border: 1px solid #d3dce6; border-radius: 5px; color: var(--ford-text); background: #fff; font-size: 11px; }
.ford-filter-row > button { height: 39px; min-width: 105px; border-radius: 5px; font-size: 11px; }
.ford-clear-filters { align-self: center; margin-left: 5px; color: var(--ford-blue); font-size: 11px; font-weight: 750; white-space: nowrap; }
.ford-results-bar { min-height: 62px; display: flex; align-items: center; justify-content: space-between; color: var(--ford-muted); font-size: 12px; }
.ford-results-bar p { margin: 0; }
.ford-results-bar strong { color: var(--ford-text); }
.ford-results-bar > div { display: flex; align-items: center; gap: 20px; }
.ford-compare-jump { padding: 7px 11px; border: 1px solid var(--ford-blue); border-radius: 100px; color: var(--ford-blue); font-size: 10px; font-weight: 800; }
.ford-compare-jump span { min-width: 18px; height: 18px; margin-left: 5px; display: inline-grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ford-blue); }
.ford-quality-award { margin: 0 0 18px; padding: 14px 16px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; border: 1px solid #c9ddf5; border-radius: 7px; background: linear-gradient(100deg, #edf6ff 0%, #f8fbff 58%, #fff 100%); box-shadow: 0 5px 18px rgba(0, 52, 120, .045); }
.ford-quality-award-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ford-blue-dark); }
.ford-quality-award-icon svg { width: 21px; height: 21px; }
.ford-quality-award small { display: block; margin-bottom: 3px; color: var(--ford-blue-dark); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ford-quality-award p { margin: 0; color: var(--ford-muted); font-size: 11px; line-height: 1.45; }
.ford-quality-award p strong { color: var(--ford-text); }
.ford-quality-award > a { padding: 8px 11px; border: 1px solid #b7d2f0; border-radius: 5px; color: var(--ford-blue); background: rgba(255,255,255,.78); font-size: 10px; font-weight: 800; white-space: nowrap; }
.ford-quality-award > a:hover { border-color: var(--ford-blue); background: #fff; }

.ford-inventory-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ford-vehicle-card { position: relative; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--ford-border); border-radius: 6px; background: #fff; box-shadow: 0 6px 22px rgba(0, 39, 92, .035); transition: border-color .2s, box-shadow .2s, transform .2s; }
.ford-vehicle-card:hover { border-color: #a9bfd9; box-shadow: 0 14px 35px rgba(0, 52, 120, .1); transform: translateY(-2px); }
.ford-card-topline { height: 40px; padding: 0 12px; display: flex; align-items: center; justify-content: space-between; }
.ford-stock-status { color: #37604c; font-size: 10px; font-weight: 700; }
.ford-stock-status i { width: 6px; height: 6px; margin-right: 6px; box-shadow: none; }
.ford-save-button { width: 32px; height: 32px; padding: 0; border: 0; border-radius: 50%; color: #314254; background: transparent; font-size: 23px; line-height: 1; cursor: pointer; }
.ford-save-button:hover, .ford-save-button.saved { color: #fff; background: var(--ford-blue); }
.ford-card-image { height: clamp(180px, 14vw, 250px); padding: 5px 10px; display: block; background: #fff; }
.ford-card-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s; }
.ford-vehicle-card:hover .ford-card-image img { transform: scale(1.025); }
.ford-compare-check { position: relative; z-index: 2; height: 28px; margin: -4px 12px 0; display: inline-flex; align-items: center; gap: 6px; color: var(--ford-muted); font-size: 10px; cursor: pointer; }
.ford-compare-check input { width: 14px; height: 14px; accent-color: var(--ford-blue); }
.ford-card-body { flex: 1; padding: 0 13px 14px; display: flex; flex-direction: column; }
.ford-card-body h2 { min-height: 39px; margin: 2px 0 0; font-size: clamp(16px, 1.15vw, 20px); line-height: 1.16; letter-spacing: -.025em; }
.ford-card-body h2 a:hover { color: var(--ford-blue); }
.ford-card-trim { min-height: 18px; margin: 4px 0 8px; color: var(--ford-muted); font-size: 11px; }
.ford-card-details { height: 74px; flex: 0 0 74px; overflow: hidden; }
.ford-card-tags { height: 74px; padding-top: 3px; display: flex; align-items: flex-start; gap: 4px; overflow: hidden; }
.ford-card-tags span { max-width: 41%; padding: 3px 6px; overflow: hidden; border-radius: 3px; color: #536273; background: #f1f4f7; font-size: 8px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.ford-card-factory { height: 74px; margin: 0; padding: 8px 9px; border: 1px solid #c9dcf1; border-radius: 5px; background: #f4f9ff; }
.ford-card-factory > strong { display: block; color: var(--ford-blue-dark); font-size: 10px; }
.ford-card-factory > div { margin-top: 5px; display: grid; gap: 2px; }
.ford-card-factory span { overflow: hidden; color: #455b72; font-size: 8px; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.ford-price-list { height: 200px; flex: 0 0 200px; margin: 10px 0 5px; padding-top: 8px; display: flex; flex-direction: column; border-top: 1px solid #e9edf1; }
.ford-price-list div { display: flex; justify-content: space-between; gap: 10px; color: var(--ford-muted); font-size: 9px; }
.ford-price-list dt, .ford-price-list dd { margin: 0; }
.ford-price-list dd { color: var(--ford-text); font-weight: 650; }
.ford-price-list .pricing-discount, .ford-price-list .pricing-discount dd { color: var(--ford-success); font-weight: 800; }
.ford-price-list .pricing-incentive, .ford-price-list .pricing-incentive dd { color: #006d3b; font-weight: 900; }
.ford-price-list .pricing-selected-offer, .ford-price-list .pricing-selected-offer dd { color: var(--ford-blue); font-weight: 800; }
.ford-price-list .pricing-total { margin-top: auto; padding-top: 6px; border-top: 1px solid #ccd8e5; color: var(--ford-text); font-size: 10px; font-weight: 850; }
.ford-price-list .pricing-total dd { color: var(--ford-blue-dark); font-size: 13px; }
.ford-price-disclaimer { margin: 4px 0 8px; color: #748293; font-size: 7.5px; line-height: 1.35; }
.ford-monthly { margin: 7px 0 11px; color: var(--ford-muted); font-size: 10px; }
.ford-monthly strong { color: var(--ford-text); font-size: 21px; letter-spacing: -.03em; }
.ford-monthly small { display: block; color: #8491a0; font-size: 8px; }
.ford-finance-badge { min-height: 50px; margin: 7px 0 10px; padding: 8px 9px; display: grid; grid-template-columns: 30px 1fr; column-gap: 8px; align-items: center; border: 1px solid #bad5f3; border-radius: 6px; background: linear-gradient(110deg, #f5faff, #e8f3ff); }
.ford-finance-badge > span { width: 29px; height: 29px; display: grid; place-items: center; grid-row: 1 / 3; border-radius: 50%; color: #fff; background: var(--ford-blue); }
.ford-finance-badge svg { width: 16px; height: 16px; }
.ford-finance-badge strong { color: var(--ford-blue-dark); font-size: 10px; line-height: 1.2; }
.ford-finance-badge small { color: var(--ford-muted); font-size: 7.5px; }
.ford-finance-badge:hover { border-color: var(--ford-blue); }
.ford-card-cta, .ford-primary-button { min-height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 0; border-radius: 4px; color: #fff; background: var(--ford-blue); font-size: 11px; font-weight: 800; cursor: pointer; }
.ford-card-actions { margin-top: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.ford-card-cta { width: 100%; }
.ford-card-availability { min-height: 38px; padding: 0 8px; border: 1px solid var(--ford-blue); border-radius: 4px; color: var(--ford-blue); background: #fff; font-size: 10px; font-weight: 800; cursor: pointer; }
.ford-card-availability:hover { color: #fff; background: var(--ford-blue); }
.ford-card-cta:hover, .ford-primary-button:hover { background: #0055b5; }
.ford-payment-link { min-height: 31px; display: flex; align-items: center; justify-content: center; color: var(--ford-blue); font-size: 9px; font-weight: 750; }
.ford-payment-link:hover { text-decoration: underline; }
.ford-sticker-link { min-height: 25px; display: flex; align-items: center; justify-content: center; color: var(--ford-muted); font-size: 8px; font-weight: 700; }
.ford-sticker-link:hover { color: var(--ford-blue); }
.ford-delivery-note { position: relative; margin: 0; padding-top: 8px; border-top: 1px solid #e9edf1; color: var(--ford-muted); font-size: 8px; }
.ford-delivery-note > button { width: 100%; padding: 0; display: flex; gap: 8px; align-items: center; border: 0; color: inherit; background: transparent; text-align: left; cursor: help; }
.ford-delivery-note svg { width: 17px; height: 17px; color: var(--ford-blue); }
.ford-delivery-note button > span { display: flex; flex-direction: column; }
.ford-delivery-note strong { color: var(--ford-text); font-size: 9px; }
.ford-delivery-note small { color: var(--ford-muted); font-size: 8px; }
.ford-delivery-tooltip { position: absolute; z-index: 20; bottom: calc(100% + 10px); left: -5px; width: min(330px, calc(100vw - 40px)); padding: 14px; visibility: hidden; border: 1px solid #b9cde4; border-radius: 7px; color: var(--ford-text); background: #fff; box-shadow: 0 15px 40px rgba(0, 31, 69, .18); opacity: 0; transform: translateY(5px); transition: opacity .18s, transform .18s, visibility .18s; }
.ford-delivery-tooltip::after { position: absolute; bottom: -7px; left: 20px; width: 12px; height: 12px; content: ''; border-right: 1px solid #b9cde4; border-bottom: 1px solid #b9cde4; background: #fff; transform: rotate(45deg); }
.ford-delivery-tooltip > strong { display: block; color: var(--ford-blue-dark); font-size: 11px; }
.ford-delivery-tooltip p { margin: 5px 0; font-size: 9px; line-height: 1.45; }
.ford-delivery-tooltip > span { display: block; color: var(--ford-muted); font-size: 8px; line-height: 1.55; }
.ford-delivery-tooltip > small { display: block; margin-top: 7px; color: var(--ford-blue); font-size: 8px; font-weight: 750; }
.ford-delivery-note:hover .ford-delivery-tooltip, .ford-delivery-note:focus-within .ford-delivery-tooltip, .ford-delivery-note.open .ford-delivery-tooltip { visibility: visible; opacity: 1; transform: translateY(0); }
.ford-inventory-shell { position: relative; max-height: 780px; overflow: hidden; transition: max-height .5s ease; }
.ford-inventory-shell::after { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: 190px; content: ''; pointer-events: none; background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.96) 63%, #fff); }
.ford-inventory-shell:not(.expanded) .ford-vehicle-card:nth-child(n+5) { filter: grayscale(1); opacity: .36; pointer-events: none; }
.ford-inventory-shell.expanded { max-height: none; overflow: visible; }
.ford-inventory-shell.expanded::after { display: none; }
.ford-inventory-shell.expanded .ford-vehicle-card { filter: none; opacity: 1; pointer-events: auto; }
.ford-inventory-reveal { position: absolute; z-index: 6; right: 0; bottom: 22px; left: 0; min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.ford-inventory-reveal button { min-width: 320px; min-height: 52px; padding: 12px 28px; border: 0; border-radius: 6px; color: #fff; background: var(--ford-blue); box-shadow: 0 9px 25px rgba(0, 104, 217, .28); font-size: 13px; font-weight: 850; cursor: pointer; }
.ford-inventory-reveal button:hover { background: #0056b8; transform: translateY(-1px); }
.ford-inventory-reveal.is-loading .loading-indicator { display: block; }
.ford-inventory-shell.expanded .ford-inventory-reveal { position: static; min-height: 72px; }
.ford-load-row { min-height: 45px; display: flex; align-items: center; justify-content: center; gap: 25px; color: var(--ford-muted); font-size: 11px; }
.ford-load-row > a { color: var(--ford-blue); font-weight: 750; }
.new-ford-page .loading-indicator { border-top-color: var(--ford-blue); }
.ford-empty { padding: 75px 25px; text-align: center; border: 1px solid var(--ford-border); background: #f8fbff; }
.ford-empty p { color: var(--ford-muted); }
.ford-empty a { color: var(--ford-blue); font-weight: 750; }

.ford-section { padding: clamp(58px, 5vw, 90px) 0; border-bottom: 1px solid var(--ford-border); background: #fff; }
.ford-section-heading { margin-bottom: 24px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.ford-section-heading > div > span { display: block; margin-bottom: 5px; }
.ford-section-heading > p { margin: 0; color: var(--ford-muted); font-size: 11px; }
.ford-compare-section { padding-top: 34px; scroll-margin-top: 115px; }
.ford-compare-scroll { overflow-x: auto; border: 1px solid var(--ford-border); border-radius: 7px; }
.ford-compare-table { width: 100%; min-width: 820px; border-collapse: collapse; table-layout: fixed; font-size: 11px; }
.ford-compare-table th, .ford-compare-table td { padding: 11px 17px; border-right: 1px solid var(--ford-border); border-bottom: 1px solid var(--ford-border); text-align: center; }
.ford-compare-table tr > *:last-child { border-right: 0; }
.ford-compare-table tbody tr:last-child > * { border-bottom: 0; }
.ford-compare-table thead th:first-child, .ford-compare-table tbody th { width: 20%; color: var(--ford-muted); text-align: left; font-weight: 650; }
.ford-compare-table thead th { padding-top: 5px; }
.ford-compare-table thead img { width: min(200px, 80%); height: 100px; margin: auto; object-fit: contain; }
.ford-compare-table thead span { display: block; margin-top: -3px; color: var(--ford-text); font-weight: 800; }
.ford-compare-table tbody tr:nth-child(even) { background: #fbfcfe; }
.ford-compare-table tbody td:nth-child(2), .ford-compare-table tbody tr:first-child td { color: var(--ford-blue); font-weight: 750; }
.ford-table-spec-link { color: var(--ford-blue); font-weight: 800; }
.ford-table-spec-link:hover { text-decoration: underline; }
.ford-spec-source { padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid #cfe1f7; border-top: 0; background: var(--ford-blue-soft); }
.ford-spec-source p { max-width: 1050px; margin: 0; color: var(--ford-muted); font-size: 10px; line-height: 1.55; }
.ford-spec-source strong { color: var(--ford-text); }
.ford-spec-source > a { flex: 0 0 auto; color: var(--ford-blue); font-size: 10px; font-weight: 800; }
.ford-centered-action { min-height: 64px; display: flex; justify-content: center; align-items: center; gap: 24px; }
.ford-centered-action .ford-primary-button { padding: 0 25px; }
.ford-centered-action button { border: 0; color: var(--ford-blue); background: transparent; font-size: 10px; font-weight: 750; cursor: pointer; }

.ford-offers-section { padding: clamp(42px, 4.5vw, 72px) 0; scroll-margin-top: 110px; background: linear-gradient(135deg, #eaf4ff, #f7fbff 58%, #e8f2ff); }
.ford-offers-heading { max-width: 900px; margin-bottom: 25px; }
.ford-offers-heading > span { color: var(--ford-blue); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ford-offers-heading h2 { margin-top: 7px; }
.ford-offers-heading p { margin: 12px 0 0; color: var(--ford-muted); font-size: 12px; line-height: 1.6; }
.ford-offers-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(390px, .7fr); gap: 18px; align-items: start; }
.ford-current-programs { min-width: 0; padding: 24px; overflow: hidden; border: 1px solid #0b4f9d; border-radius: 10px; color: #fff; background: radial-gradient(circle at 86% 0, rgba(38,143,255,.5), transparent 32%), linear-gradient(125deg, #001f45, #003f88 62%, #0068d9); box-shadow: 0 14px 35px rgba(0,52,120,.16); }
.ford-current-programs-heading { margin-bottom: 17px; display: flex; align-items: end; justify-content: space-between; gap: 18px; }
.ford-current-programs-heading small, .ford-offer-selector-heading small { color: #9dd2ff; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ford-current-programs-heading h3 { margin-top: 4px; color: #fff; font-size: 22px; }
.ford-current-programs-heading > a { color: #d9ebff; font-size: 9px; font-weight: 800; white-space: nowrap; }
.ford-no-current-programs { margin: 0; color: #d8ebff; font-size: 11px; line-height: 1.6; }
.ford-offer-selector { padding: 24px; border: 1px solid #c7dcf4; border-radius: 10px; background: rgba(255,255,255,.88); box-shadow: 0 12px 35px rgba(0,52,120,.07); }
.ford-offer-selector-heading { margin-bottom: 15px; }
.ford-offer-selector-heading small { color: var(--ford-blue); }
.ford-offer-selector-heading h3 { margin-top: 4px; font-size: 22px; }
.ford-offer-selector-heading p { margin: 7px 0 0; color: var(--ford-muted); font-size: 9px; line-height: 1.5; }
.ford-offer-call { margin-top: 18px; padding: 10px 13px; display: inline-flex; border: 1px solid rgba(255,255,255,.5); border-radius: 5px; color: var(--ford-blue-dark); background: #fff; font-size: 10px; font-weight: 800; }
.ford-automatic-offer { margin-bottom: 15px; padding: 13px; display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; border: 1px solid #a9ddc4; border-radius: 7px; background: #effbf5; }
.ford-automatic-offer > span { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--ford-success); }
.ford-automatic-offer svg { width: 18px; height: 18px; }
.ford-automatic-offer p, .ford-automatic-offer strong, .ford-automatic-offer small { margin: 0; display: block; }
.ford-automatic-offer strong { color: #075c36; font-size: 11px; }
.ford-automatic-offer small { margin-top: 2px; color: #3f6655; font-size: 8px; line-height: 1.4; }
.ford-offer-chips { margin: 0 0 16px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ford-offer-chips button { min-height: 72px; padding: 10px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 1px solid #bfcfe0; border-radius: 7px; color: var(--ford-text); background: #fff; cursor: pointer; text-align: left; }
.ford-offer-chips button strong { font-size: 10px; }
.ford-offer-chips button span { margin-top: 3px; color: var(--ford-muted); font-size: 8px; }
.ford-offer-chips button:hover { border-color: var(--ford-blue); }
.ford-offer-chips button[aria-pressed="true"] { border-color: var(--ford-blue); color: #fff; background: var(--ford-blue); box-shadow: 0 5px 15px rgba(0,104,217,.2); }
.ford-offer-chips button[aria-pressed="true"] span { color: #ddecff; }
.ford-offer-summary { padding-top: 13px; border-top: 1px solid var(--ford-border); }
.ford-offer-summary p { margin: 0; display: flex; align-items: center; justify-content: space-between; font-size: 11px; }
.ford-offer-summary strong { color: var(--ford-success); font-size: 19px; }
.ford-offer-summary small { color: var(--ford-muted); font-size: 9px; }
.ford-offer-disclaimer { margin: 9px 0 0; color: #718094; font-size: 8px; line-height: 1.45; }
.ford-recognition-disclosures { margin-top: 16px; padding-top: 14px; border-top: 1px solid var(--ford-border); }
.ford-recognition-disclosures h3 { margin-bottom: 9px; color: var(--ford-blue-dark); font-size: 15px; }
.ford-recognition-disclosures details { margin-bottom: 7px; border: 1px solid #ccdaea; border-radius: 5px; background: #fff; }
.ford-recognition-disclosures summary { padding: 10px 12px; display: flex; justify-content: space-between; gap: 15px; cursor: pointer; }
.ford-recognition-disclosures summary strong { color: var(--ford-text); font-size: 10px; }
.ford-recognition-disclosures summary span { color: var(--ford-blue); font-size: 8px; font-weight: 800; text-align: right; }
.ford-recognition-disclosures details p { margin: 0; padding: 0 12px 11px; color: var(--ford-muted); font-size: 8px; line-height: 1.55; }
.ford-recognition-disclosures details a { color: var(--ford-blue); font-weight: 850; text-decoration: underline; text-underline-offset: 2px; }
.ford-finance-disclosures { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--ford-border); scroll-margin-top: 120px; }
.ford-finance-disclosures h3 { margin-bottom: 10px; color: var(--ford-blue-dark); font-size: 15px; }
.ford-finance-disclosures details { margin-bottom: 7px; border: 1px solid #ccdaea; border-radius: 5px; background: #fff; }
.ford-finance-disclosures summary { padding: 10px 12px; display: flex; justify-content: space-between; gap: 15px; cursor: pointer; }
.ford-finance-disclosures summary strong { color: var(--ford-text); font-size: 10px; }
.ford-finance-disclosures summary span { color: var(--ford-blue); font-size: 8px; font-weight: 800; }
.ford-finance-disclosures details p { margin: 0; padding: 0 12px 11px; color: var(--ford-muted); font-size: 8px; line-height: 1.55; }
.ford-finance-disclosures > p { margin: 10px 0 0; color: #607084; font-size: 8px; line-height: 1.5; }

.ford-needs-section { background: #fbfcfe; }
.ford-needs-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.ford-local-section { background: #fff; }
.ford-local-intro { max-width: 880px; margin-bottom: 32px; }
.ford-local-intro > span { color: var(--ford-blue); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ford-local-intro h2 { margin: 8px 0 14px; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -.045em; }
.ford-local-intro p { max-width: 820px; margin: 0; color: var(--ford-muted); font-size: 14px; line-height: 1.72; }
.ford-local-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.ford-local-grid article { min-height: 290px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--ford-border); border-radius: 8px; background: #f8fafe; }
.ford-local-grid small { color: var(--ford-blue); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ford-local-grid h3 { margin: 16px 0 10px; font-size: 26px; letter-spacing: -.035em; }
.ford-local-grid p { margin: 0 0 22px; color: var(--ford-muted); font-size: 12px; line-height: 1.7; }
.ford-local-grid article > a { margin-top: auto; color: var(--ford-blue); font-size: 11px; font-weight: 800; }
.ford-local-grid nav { margin-top: auto; display: grid; border-top: 1px solid var(--ford-border); }
.ford-local-grid nav a { padding: 11px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--ford-border); color: var(--ford-blue); font-size: 11px; font-weight: 800; }
.ford-local-grid nav a::after { content: '\2192'; }

.ford-2027-guide-section { background: #eef3fa; scroll-margin-top: 90px; }
.ford-2027-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.ford-2027-guide-grid a { min-height: 170px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--ford-border); border-radius: 8px; background: #fff; transition: transform .2s, border-color .2s, box-shadow .2s; }
.ford-2027-guide-grid a:hover { transform: translateY(-3px); border-color: #92add0; box-shadow: 0 14px 32px rgba(22,52,87,.1); }
.ford-2027-guide-grid small { color: var(--ford-blue); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.ford-2027-guide-grid strong { margin: 18px 0 8px; color: var(--ford-ink); font: 800 26px/1.05 var(--display); letter-spacing: -.035em; }
.ford-2027-guide-grid span { margin-top: auto; color: var(--ford-muted); font-size: 12px; line-height: 1.55; }
.ford-need-card { position: relative; min-height: 310px; overflow: hidden; border: 1px solid var(--ford-border); border-radius: 7px; background: #fff; }
.ford-need-card > img { width: 100%; height: 175px; object-fit: cover; background: #eef3f8; transition: transform .35s; }
.ford-need-card:hover > img { transform: scale(1.03); }
.ford-need-icon { position: absolute; top: 151px; right: 16px; width: 46px; height: 46px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: var(--ford-blue); }
.ford-need-icon svg { width: 20px; height: 20px; }
.ford-need-card > strong, .ford-need-card > p, .ford-need-card > small { margin-inline: 16px; display: block; }
.ford-need-card > strong { margin-top: 15px; font-size: 16px; }
.ford-need-card > p { min-height: 34px; margin-top: 4px; margin-bottom: 10px; color: var(--ford-muted); font-size: 10px; }
.ford-need-card > small { display: flex; justify-content: space-between; color: var(--ford-muted); font-size: 9px; }
.ford-need-card > small b { color: var(--ford-blue); }

.ford-tools-section { background: #eef3f8; }
.ford-tools-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ford-tool-card { min-height: 440px; padding: clamp(25px, 3vw, 45px); border: 1px solid var(--ford-border); border-radius: 8px; background: #fff; box-shadow: 0 8px 25px rgba(0, 39, 92, .035); }
.ford-trade-card { border-color: #bad6f5; background: linear-gradient(145deg, #f5faff, #dfeeff); }
.ford-transparency-card { color: #fff; border-color: var(--ford-navy); background: linear-gradient(135deg, var(--ford-navy), #003a78); }
.ford-transparency-card .ford-tool-title small, .ford-transparency-card h2 { color: #fff; }
.ford-transparency-card .ford-tool-title > span { color: #fff; background: rgba(255,255,255,.13); }
.ford-transparency-lead { margin: 28px 0 20px; color: #dceaff; font-size: 13px; line-height: 1.65; }
.ford-transparency-card ul { margin: 0 0 26px; padding-left: 20px; color: #fff; font-size: 11px; line-height: 2; }
.ford-transparency-card .ford-primary-button { color: var(--ford-blue-dark); background: #fff; }
.ford-delivery-card { background: #fffdf8; }
.ford-tool-title { display: flex; align-items: center; gap: 14px; }
.ford-tool-title > span { width: 50px; height: 50px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--ford-blue); background: var(--ford-blue-soft); }
.ford-tool-title h2 { font-size: clamp(25px, 2vw, 36px); }
.ford-payment-fields { margin: 30px 0 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.ford-payment-fields label, .ford-trade-form label { color: var(--ford-muted); font-size: 9px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.ford-payment-fields label > span { position: relative; display: block; }
.ford-payment-fields label b { position: absolute; z-index: 2; top: 17px; left: 13px; color: var(--ford-muted); }
.ford-payment-fields input, .ford-payment-fields select, .ford-trade-form input, .ford-zip select { width: 100%; height: 45px; margin-top: 5px; padding: 0 12px; border: 1px solid #d4dde7; border-radius: 4px; color: var(--ford-text); background: #fff; }
.ford-payment-fields input { padding-left: 26px; }
.ford-payment-output { margin: 0 0 24px; color: var(--ford-muted); font-size: 11px; }
.ford-payment-output strong { color: var(--ford-text); font-size: 34px; letter-spacing: -.04em; }
.ford-payment-output span { display: block; }
.ford-tool-card > .ford-primary-button { min-width: 210px; padding: 0 22px; }
.ford-trade-tabs { margin: 28px 0 20px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ford-border); border-radius: 4px; }
.ford-trade-tabs button, .ford-trade-tabs a { height: 39px; display: grid; place-items: center; border: 0; color: var(--ford-muted); background: #fff; font-size: 10px; font-weight: 750; }
.ford-trade-tabs .active { color: #fff; background: var(--ford-blue); }
.ford-trade-form { display: grid; gap: 13px; }
.ford-trade-form .ford-primary-button { min-height: 42px; }
.ford-trade-form p { min-height: 18px; margin: 0; color: var(--ford-muted); font-size: 9px; }
.ford-delivery-choices { margin: 30px 0 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.ford-delivery-choices button { min-height: 145px; padding: 15px 10px; display: flex; align-items: center; flex-direction: column; justify-content: center; gap: 7px; border: 1px solid var(--ford-border); border-radius: 7px; color: var(--ford-text); background: #fff; cursor: pointer; }
.ford-delivery-choices button b { width: 33px; height: 33px; display: grid; place-items: center; border-radius: 50%; color: var(--ford-blue); background: var(--ford-blue-soft); }
.ford-delivery-choices button strong { font-size: 11px; }
.ford-delivery-choices button span { color: var(--ford-muted); font-size: 8px; }
.ford-delivery-choices button.active { border-color: var(--ford-blue); box-shadow: inset 0 0 0 1px var(--ford-blue); }
.ford-delivery-choices button.active b { color: #fff; background: var(--ford-blue); }
.ford-zip { color: var(--ford-muted); font-size: 9px; }
.ford-zip select { width: 180px; margin-left: 10px; }

.ford-ownership-section { background: #fff; }
.ford-ownership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ford-garage, .ford-ownership-card { padding: clamp(25px, 3vw, 43px); border: 1px solid var(--ford-border); border-radius: 8px; }
.ford-garage-tabs { display: flex; gap: 20px; border-bottom: 1px solid var(--ford-border); }
.ford-garage-tabs button { padding: 0 0 8px; border: 0; color: var(--ford-muted); background: transparent; font-size: 9px; cursor: pointer; }
.ford-garage-tabs button.active { color: var(--ford-blue); border-bottom: 2px solid var(--ford-blue); }
.ford-garage-list > div { min-height: 105px; display: grid; grid-template-columns: 125px 1fr auto; gap: 14px; align-items: center; border-bottom: 1px solid var(--ford-border); }
.ford-garage-list img { width: 125px; height: 85px; object-fit: cover; }
.ford-garage-list p { margin: 0; display: flex; flex-direction: column; font-size: 10px; }
.ford-garage-list p strong { font-size: 12px; }
.ford-garage-list p span { color: var(--ford-muted); }
.ford-garage-list p small { color: var(--ford-success); }
.ford-garage-list > div > a { padding: 7px 10px; border: 1px solid var(--ford-blue); border-radius: 4px; color: var(--ford-blue); font-size: 8px; font-weight: 750; }
.ford-inline-link { display: inline-block; margin-top: 18px; color: var(--ford-blue); font-size: 10px; font-weight: 750; }
.ford-benefit-grid { display: grid; grid-template-columns: 1fr 1fr; }
.ford-benefit-grid > div { min-height: 118px; padding: 18px 15px; display: grid; grid-template-columns: 30px 1fr; gap: 10px; border-right: 1px solid var(--ford-border); border-bottom: 1px solid var(--ford-border); }
.ford-benefit-grid > div:nth-child(even) { border-right: 0; }
.ford-benefit-grid svg { color: var(--ford-blue); }
.ford-benefit-grid p { margin: 0; display: flex; flex-direction: column; font-size: 9px; }
.ford-benefit-grid p strong { font-size: 11px; }
.ford-benefit-grid p span { margin: 3px 0; color: var(--ford-muted); }
.ford-benefit-grid p a { color: var(--ford-blue); font-weight: 750; }
.ford-ev-strip { margin-top: 25px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.ford-ev-strip > span { padding: 13px; border: 1px solid var(--ford-border); border-radius: 5px; }
.ford-ev-strip small, .ford-ev-strip strong { display: block; }
.ford-ev-strip small { color: var(--ford-muted); font-size: 8px; }
.ford-ev-strip strong { margin-top: 3px; color: var(--ford-blue); font-size: 12px; }

.ford-choice-section { background: #f8fafe; }
.ford-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.ford-choice-grid article { min-height: 175px; padding: 28px; display: grid; grid-template-columns: 52px 1fr; gap: 16px; border: 1px solid var(--ford-border); border-radius: 8px; background: #fff; }
.ford-choice-grid article > span { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: var(--ford-blue); background: var(--ford-blue-soft); }
.ford-choice-grid h3 { font-size: 17px; }
.ford-choice-grid p { min-height: 40px; color: var(--ford-muted); font-size: 10px; }
.ford-choice-grid article > div > a, .ford-contact-links a { padding: 8px 12px; display: inline-flex; color: #fff; border-radius: 4px; background: var(--ford-blue); font-size: 9px; font-weight: 750; }
.ford-contact-links { display: flex; gap: 7px; }
.ford-contact-links a { color: var(--ford-blue); background: var(--ford-blue-soft); }
.ford-trust-strip { padding: 24px 0; background: #fff; }
.ford-trust-strip .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.ford-trust-strip span { display: grid; grid-template-columns: 34px 1fr; column-gap: 9px; align-items: center; }
.ford-trust-strip svg { grid-row: 1 / 3; color: var(--ford-blue); }
.ford-trust-strip b { font-size: 10px; }
.ford-trust-strip small { color: var(--ford-muted); font-size: 8px; }

.new-ford-page .site-footer { background: linear-gradient(125deg, #001a39, var(--ford-navy) 60%, #003478); }
.new-ford-page .footer-grid h2 { font-family: var(--display); letter-spacing: 0; }
.new-ford-page .footer-bottom { border-top-color: rgba(255,255,255,.15); }

@media (min-width: 2100px) {
    .new-ford-page .container { width: min(1880px, calc(100% - 140px)); }
    .new-ford-page .ford-shop > .container { width: min(2680px, calc(100% - 140px)); }
    .ford-inventory-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
    .ford-inventory-shell:not(.expanded) .ford-vehicle-card:nth-child(n+7) { filter: grayscale(1); opacity: .36; pointer-events: none; }
    .ford-card-image { height: 275px; }
    .ford-card-body h2 { font-size: 22px; }
    .ford-main { font-size: 17px; }
}

@media (min-width: 3200px) {
    .new-ford-page .ford-shop > .container { width: min(3360px, calc(100% - 160px)); }
    .ford-inventory-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
    .ford-inventory-shell:not(.expanded) .ford-vehicle-card:nth-child(n+7) { filter: none; opacity: 1; pointer-events: auto; }
    .ford-inventory-shell:not(.expanded) .ford-vehicle-card:nth-child(n+9) { filter: grayscale(1); opacity: .36; pointer-events: none; }
}

@media (max-width: 1280px) {
    .new-ford-page .container { width: min(1180px, calc(100% - 48px)); }
    .ford-inventory-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .ford-inventory-shell:not(.expanded) .ford-vehicle-card:nth-child(n+4) { filter: grayscale(1); opacity: .36; pointer-events: none; }
    .ford-card-image { height: 220px; }
    .ford-lot-hero { height: 560px; }
    .ford-lot-copy { width: calc(100% - 460px); }
    .ford-lot-copy h1 { font-size: clamp(43px, 4.4vw, 60px); }
    .ford-lot-chooser { width: 380px; }
    .ford-needs-grid { grid-template-columns: 1fr 1fr; }
    .ford-need-card > img { height: 200px; }
    .ford-need-icon { top: 176px; }
}

@media (max-width: 900px) {
    .ford-local-grid, .ford-2027-guide-grid { grid-template-columns: 1fr; }
    .new-ford-page .container { width: min(760px, calc(100% - 36px)); }
    .new-ford-page .site-nav { top: 105px; }
    .ford-title-row { align-items: flex-start; flex-direction: column; gap: 16px; }
    .ford-live-count { width: 100%; justify-content: space-between; }
    .ford-lot-hero { height: 640px; }
    .ford-lot-background img { object-position: 34% center; }
    .ford-lot-copy { top: 20px; right: 20px; left: 20px; width: auto; max-width: none; }
    .ford-lot-copy h1 { max-width: 690px; font-size: clamp(42px, 7vw, 58px); }
    .ford-lot-copy .ford-title-intro { max-width: 620px; }
    .ford-lot-chooser { top: 265px; right: 16px; left: 16px; width: auto; padding: 20px; }
    .ford-lot-stage { top: auto; bottom: 18px; height: 185px; overflow: hidden; }
    .ford-lot-group.active { padding: 0 18px 8px; display: flex; gap: 8px; align-items: end; overflow-x: auto; scroll-snap-type: x proximity; scrollbar-width: thin; }
    .ford-lot-vehicle, .ford-lot-category-vehicle { position: relative; left: auto !important; bottom: auto; width: 175px; flex: 0 0 175px; scroll-snap-align: center; transform: none; }
    .ford-lot-category-vehicle { width: 205px; flex-basis: 205px; }
    .ford-lot-vehicle:hover, .ford-lot-vehicle:focus-visible { transform: translateY(-6px) scale(1.025); }
    .ford-lot-group.active .ford-lot-vehicle { animation-name: ford-drive-in-mobile; }
    .ford-lot-group.departing .ford-lot-vehicle { animation-name: ford-drive-out-mobile; }
    .ford-lot-instruction { display: none; }
    .ford-filter-row { align-items: end; overflow-x: auto; }
    .ford-filter-row label { min-width: 145px; }
    .ford-inventory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ford-inventory-shell { max-height: 810px; }
    .ford-inventory-shell:not(.expanded) .ford-vehicle-card:nth-child(n+3) { filter: grayscale(1); opacity: .36; pointer-events: none; }
    .ford-card-image { height: 235px; }
    .ford-offer-spotlight-grid { grid-template-columns: 1fr 1fr; }
    .ford-program-card:first-child:last-child { grid-column: 1 / -1; }
    .ford-offers-layout { grid-template-columns: 1fr; gap: 24px; }
    .ford-offer-chips { grid-template-columns: 1fr 1fr; }
    .ford-tools-grid, .ford-ownership-grid { grid-template-columns: 1fr; }
    .ford-choice-grid { grid-template-columns: 1fr; }
    .ford-choice-grid article { min-height: 0; }
    .ford-trust-strip .container { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
    .new-ford-page .container { width: min(100% - 28px, 520px); }
    .ford-shop { padding-top: 0; }
    .ford-title-row { margin: 18px 0; }
    .ford-main h1 { font-size: 34px; }
    .ford-live-count { align-items: flex-start; flex-direction: column; gap: 4px; }
    .ford-lot-hero { height: auto; margin-inline: -14px; padding-bottom: 14px; border-radius: 0; }
    .ford-lot-background img { object-position: 30% center; }
    .ford-lot-copy { position: relative; top: auto; right: auto; left: auto; width: auto; padding: 14px 18px 0; }
    .ford-lot-copy .ford-breadcrumb { margin-bottom: 12px; }
    .ford-lot-copy .ford-title-brand { gap: 7px; }
    .ford-lot-copy .ford-title-intro { margin-top: 9px; font-size: 12px; line-height: 1.5; }
    .ford-lot-copy .ford-live-count { margin-top: 12px; padding: 8px 10px; border-radius: 8px; }
    .ford-lot-chooser { position: relative; top: auto; right: auto; left: auto; width: auto; margin: 20px 12px 0; padding: 17px; }
    .ford-lot-chooser h2 { font-size: 27px; }
    .ford-lot-chooser > p { margin-bottom: 13px; }
    .ford-lot-category-buttons button { min-height: 55px; }
    .ford-lot-category-buttons span { font-size: 7px; }
    .ford-lot-model-links > div { max-height: 74px; overflow-y: auto; }
    .ford-lot-stage { position: relative; inset: auto; top: auto; bottom: auto; height: 165px; margin-top: 4px; }
    .ford-offer-spotlight-grid { grid-template-columns: 1fr; }
    .ford-program-card { min-height: 135px; }
    .ford-lot-vehicle { width: 160px; flex-basis: 160px; }
    .ford-lot-category-vehicle { width: 190px; flex-basis: 190px; }
    .ford-category-tabs { margin-inline: -14px; padding-inline: 14px; }
    .ford-filter-row { margin-inline: -14px; padding-inline: 14px; }
    .ford-results-bar { align-items: flex-start; flex-direction: column; justify-content: center; gap: 3px; }
    .ford-results-bar > div { width: 100%; align-items: flex-start; justify-content: space-between; }
    .ford-quality-award { grid-template-columns: auto minmax(0, 1fr); gap: 11px; padding: 13px; }
    .ford-quality-award > a { grid-column: 2; justify-self: start; }
    .ford-spec-source { align-items: flex-start; flex-direction: column; gap: 8px; }
    .ford-inventory-grid { grid-template-columns: 1fr; }
    .ford-inventory-shell { max-height: 850px; }
    .ford-inventory-shell:not(.expanded) .ford-vehicle-card:nth-child(n+2) { filter: grayscale(1); opacity: .36; pointer-events: none; }
    .ford-inventory-reveal button { width: calc(100% - 28px); min-width: 0; }
    .ford-card-image { height: 260px; }
    .ford-card-body h2 { font-size: 20px; }
    .ford-card-details, .ford-card-tags, .ford-card-factory, .ford-price-list { height: auto; min-height: 0; flex-basis: auto; }
    .ford-load-row { flex-direction: column; gap: 7px; padding: 14px 0; }
    .ford-section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
    .ford-needs-grid { grid-template-columns: 1fr; }
    .ford-need-card { min-height: 300px; }
    .ford-tools-grid { gap: 12px; }
    .ford-offer-selector { padding: 16px; }
    .ford-offer-chips { grid-template-columns: 1fr 1fr; }
    .ford-delivery-tooltip { position: fixed; z-index: 100; right: 14px; bottom: 16px; left: 14px; width: auto; }
    .ford-delivery-tooltip::after { display: none; }
    .ford-tool-card, .ford-garage, .ford-ownership-card { padding: 24px 18px; }
    .ford-tool-title { align-items: flex-start; }
    .ford-payment-fields { grid-template-columns: 1fr; }
    .ford-delivery-choices { grid-template-columns: 1fr; }
    .ford-delivery-choices button { min-height: 95px; }
    .ford-garage-list > div { padding: 12px 0; grid-template-columns: 90px 1fr; }
    .ford-garage-list img { width: 90px; height: 65px; }
    .ford-garage-list > div > a { grid-column: 2; justify-self: start; }
    .ford-benefit-grid { grid-template-columns: 1fr; }
    .ford-benefit-grid > div { border-right: 0; }
    .ford-ev-strip { grid-template-columns: 1fr; }
    .ford-choice-grid article { padding: 22px 18px; }
    .ford-trust-strip .container { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    .ford-vehicle-card, .ford-card-image img, .ford-need-card > img, .ford-lot-vehicle { transition: none; animation: none !important; }
}

@keyframes ford-drive-in-mobile { from { opacity: 0; transform: translateX(90px) scale(.9); } to { opacity: 1; transform: translateX(0) scale(1); } }
@keyframes ford-drive-out-mobile { from { opacity: 1; transform: translateX(0) scale(1); } to { opacity: 0; transform: translateX(-90px) scale(.92); } }

/* Marketplace-style new Ford inventory */
.new-ford-page { background: #f0f2f5; }
.new-ford-page .ford-shop { padding-bottom: 70px; border-bottom: 1px solid #d8dce1; background: #f0f2f5; }
.new-ford-page .ford-shop > .container { width: min(1180px, calc(100% - 48px)); }
.ford-marketplace-head {
    width: 100vw;
    min-height: 430px;
    margin: 0 0 18px calc(50% - 50vw);
    padding: 42px max(24px, calc((100vw - 1180px) / 2));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    color: #fff;
    border: 0;
    border-bottom: 1px solid rgba(0, 31, 69, .28);
    border-radius: 0;
    background:
        linear-gradient(90deg, rgba(0, 20, 45, .95) 0%, rgba(0, 20, 45, .84) 34%, rgba(0, 20, 45, .43) 60%, rgba(0, 20, 45, .08) 100%),
        linear-gradient(0deg, rgba(0, 20, 45, .84) 0%, rgba(0, 20, 45, .08) 53%, rgba(0, 20, 45, .18) 100%),
        url('../images/ford-f150-hero.jpg') center center / cover no-repeat;
    box-shadow: 0 18px 46px rgba(0, 31, 69, .18);
}
.ford-marketplace-head .ford-breadcrumb { color: rgba(255, 255, 255, .8); text-shadow: 0 1px 8px rgba(0, 0, 0, .75); }
.ford-marketplace-head .ford-breadcrumb a:hover { color: #fff; }
.ford-marketplace-title-row { margin-top: 17px; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 38px; }
.ford-marketplace-title-row .ford-kicker { color: #d9ecff; text-shadow: 0 1px 8px rgba(0, 0, 0, .8); }
.ford-marketplace-title-row h1 { margin: 3px 0 0; max-width: 760px; color: #fff; font-size: clamp(44px, 5.2vw, 70px); text-shadow: 0 2px 18px rgba(0, 0, 0, .82); }
.ford-marketplace-title-row p { max-width: 680px; margin: 14px 0 0; color: #f1f6fb; font-size: 15px; line-height: 1.6; text-shadow: 0 1px 10px rgba(0, 0, 0, .92); }
.ford-marketplace-title-row .ford-live-count { min-width: 150px; padding: 16px 19px; display: block; border: 1px solid rgba(255, 255, 255, .38); border-radius: 10px; background: rgba(0, 20, 45, .7); box-shadow: 0 12px 30px rgba(0, 0, 0, .2); backdrop-filter: blur(8px); }
.ford-marketplace-title-row .ford-live-count strong { display: block; color: #fff; font: 800 36px/.95 var(--display); }
.ford-marketplace-title-row .ford-live-count span { margin-top: 6px; display: block; color: rgba(255, 255, 255, .8); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ford-popular-models { margin-top: 20px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.ford-popular-models > span { margin-right: 2px; color: rgba(255, 255, 255, .82); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-shadow: 0 1px 8px rgba(0, 0, 0, .7); text-transform: uppercase; }
.ford-popular-models a { padding: 9px 14px; border: 1px solid rgba(255, 255, 255, .52); border-radius: 999px; color: var(--ford-blue-dark); background: rgba(255, 255, 255, .94); box-shadow: 0 4px 14px rgba(0, 0, 0, .16); font-size: 12px; font-weight: 750; }
.ford-popular-models a:hover { border-color: #fff; color: #fff; background: var(--ford-blue); }
.new-ford-page .ford-category-tabs { margin: 0 0 12px; padding: 15px; border: 1px solid #d8dce1; border-radius: 12px; background: #fff; box-shadow: 0 1px 2px rgba(0, 0, 0, .06); }
.new-ford-page .ford-filter-row { margin-bottom: 20px; border-color: #d8dce1; border-radius: 12px; box-shadow: 0 1px 2px rgba(0, 0, 0, .05); }
.new-ford-page .ford-results-bar { padding: 12px 0 17px; }
.new-ford-page .ford-compare-jump,
.new-ford-page .ford-quality-award { display: none; }
.new-ford-page .ford-inventory-grid { max-width: none; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.new-ford-page .ford-inventory-shell,
.new-ford-page .ford-inventory-shell.expanded { max-height: none; overflow: visible; }
.new-ford-page .ford-inventory-shell::after { display: none; }
.new-ford-page .ford-inventory-shell:not(.expanded) .ford-vehicle-card:nth-child(n) { filter: none; opacity: 1; pointer-events: auto; }
.new-ford-page .ford-inventory-reveal,
.new-ford-page .ford-inventory-shell.expanded .ford-inventory-reveal { position: static; min-height: 80px; }
.ford-vehicle-card-marketplace { overflow: hidden; border-color: #d8dce1; border-radius: 12px; box-shadow: 0 1px 2px rgba(0, 0, 0, .08); }
.ford-vehicle-card-marketplace:hover { border-color: #b8bec6; box-shadow: 0 8px 24px rgba(0, 0, 0, .1); }
.ford-marketplace-compare { position: absolute; z-index: 3; top: 12px; right: 12px; height: 32px; margin: 0; padding: 0 10px; border: 1px solid #cbd1d8; border-radius: 999px; color: #2f3945; background: rgba(255, 255, 255, .96); box-shadow: 0 2px 8px rgba(0, 0, 0, .12); font-size: 11px; font-weight: 800; }
.ford-marketplace-compare:hover { border-color: var(--ford-blue); color: var(--ford-blue); }
.ford-marketplace-compare:has(input:checked) { border-color: var(--ford-blue); color: #fff; background: var(--ford-blue); }
.ford-marketplace-compare input { margin: 0; }
.ford-marketplace-card-link { height: 100%; display: flex; flex-direction: column; }
.ford-vehicle-card-marketplace .ford-card-image { position: relative; height: auto; aspect-ratio: 16 / 10; padding: 10px 18px; background: #fff; }
.ford-vehicle-card-marketplace .ford-card-image img { object-fit: contain; }
.ford-marketplace-status { position: absolute; bottom: 12px; left: 13px; padding: 6px 9px; border: 1px solid #d8dce1; border-radius: 5px; background: rgba(255, 255, 255, .95); color: #37604c; font-size: 9px; font-weight: 800; }
.ford-marketplace-status i { width: 6px; height: 6px; margin-right: 6px; display: inline-block; border-radius: 50%; background: var(--ford-success); }
.ford-card-reference { position: absolute; right: 8px; bottom: 8px; padding: 4px 6px; display: flex; gap: 7px; border-radius: 4px; background: rgba(0, 39, 92, .82); color: #fff; font-size: 8px; font-weight: 750; line-height: 1.2; letter-spacing: .02em; }
.ford-vehicle-card-marketplace .ford-card-body { flex: 1; padding: 16px 17px 18px; }
.ford-vehicle-card-marketplace .ford-card-body > small { color: #65676b; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ford-vehicle-card-marketplace .ford-card-body h2 { min-height: 0; margin-top: 4px; font-size: clamp(18px, 2vw, 23px); }
.ford-vehicle-card-marketplace .ford-card-trim { min-height: 0; margin: 4px 0 11px; font-size: 12px; }
.ford-marketplace-facts { margin: 0; display: flex; flex-wrap: wrap; gap: 6px; color: #606770; font-size: 11px; }
.ford-marketplace-facts span { padding: 5px 8px; border-radius: 999px; background: #f0f2f5; }
.ford-marketplace-price { margin-top: 15px; padding-top: 13px; display: flex; align-items: end; justify-content: space-between; gap: 14px; border-top: 1px solid #e4e6eb; }
.ford-marketplace-price-values { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px 9px; }
.ford-marketplace-price-values strong { color: var(--ford-text); font: 800 clamp(21px, 2.3vw, 28px)/1 var(--display); letter-spacing: -.04em; }
.ford-marketplace-price-values small { color: #65676b; font-size: 10px; font-weight: 650; white-space: nowrap; }
.ford-marketplace-price span { max-width: 145px; color: #606770; font-size: 10px; line-height: 1.3; text-align: right; }
.ford-marketplace-price .ford-marketplace-price-values { max-width: none; text-align: left; }

@media (max-width: 680px) {
    .new-ford-page .ford-shop > .container { width: min(100% - 28px, 620px); }
    .ford-marketplace-title-row { grid-template-columns: 1fr; gap: 18px; }
    .ford-marketplace-title-row .ford-live-count { width: 100%; }
    .new-ford-page .ford-inventory-grid { grid-template-columns: 1fr; }
    .ford-marketplace-price { align-items: flex-start; flex-direction: column; gap: 7px; }
    .ford-marketplace-price span { max-width: none; text-align: left; }
}

/* Facebook Marketplace reference: dense two-up vehicle feed. */
.new-ford-page .ford-inventory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px; }
.ford-vehicle-card-marketplace,
.ford-vehicle-card-marketplace:hover { border: 0; border-radius: 0; box-shadow: none; transform: none; }
.ford-vehicle-card-marketplace .ford-card-image { aspect-ratio: 1 / 1; padding: 8px; }
.ford-vehicle-card-marketplace .ford-card-body { padding: 7px 10px 12px; }
.ford-vehicle-card-marketplace .ford-card-body .ford-marketplace-titleline { margin: 0; overflow: hidden; min-height: 0; font: 600 15px/1.3 var(--sans); letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.ford-marketplace-titleline strong { font-weight: 800; }
.ford-marketplace-titleline small { margin-left: 6px; color: #65676b; font-size: 9px; font-weight: 600; }
.ford-marketplace-price-line { display: flex; align-items: baseline; }
.ford-marketplace-vehicle-name { margin-top: 1px; display: block; overflow: hidden; font-size: 12px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.ford-marketplace-subline { margin: 3px 0 0; overflow: hidden; color: #65676b; font-size: 11px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.ford-marketplace-status { bottom: auto; top: 8px; left: 8px; padding: 4px 7px; border: 0; font-size: 9px; }

@media (max-width: 680px) {
    .new-ford-page .ford-shop > .container { width: 100%; }
    .ford-marketplace-head { min-height: 370px; margin: 0 0 12px; padding: 22px 14px 16px; border-width: 0 0 1px; border-radius: 0; background-position: 58% center; }
    .ford-marketplace-title-row { margin-top: 10px; }
    .ford-marketplace-title-row h1 { font-size: 38px; }
    .ford-marketplace-title-row p { display: block; max-width: 36rem; color: #f1f6fb; font-size: 12px; line-height: 1.55; }
    .ford-marketplace-title-row .ford-live-count { display: none; }
    .ford-popular-models { flex-wrap: nowrap; overflow-x: auto; }
    .ford-popular-models > span,
    .ford-popular-models a { flex: 0 0 auto; }
    .new-ford-page .ford-category-tabs { margin: 0; padding: 10px 14px; border-width: 0 0 1px; border-radius: 0; box-shadow: none; }
    .new-ford-page .ford-filter-row { display: none; }
    .new-ford-page .ford-results-bar { padding: 12px 14px 9px; }
    .new-ford-page .ford-results-bar > div { display: none; }
    .new-ford-page .ford-inventory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px; }
    .ford-vehicle-card-marketplace .ford-card-body { padding: 7px 8px 11px; }
    .ford-vehicle-card-marketplace .ford-card-body .ford-marketplace-titleline { font-size: 14px; }
    .ford-marketplace-subline { font-size: 10px; }
    .ford-marketplace-compare { top: 7px; right: 7px; height: 28px; padding: 0 8px; font-size: 10px; }
    .new-ford-page .ford-load-row { padding-inline: 14px; }
}

/* Desktop keeps the established roomy card presentation. */
.ford-marketplace-mobile-summary { display: none; }
.ford-marketplace-desktop-summary { display: block; }

@media (min-width: 681px) {
    .new-ford-page .ford-inventory-grid { gap: 18px; }
    .ford-vehicle-card-marketplace { border: 1px solid #d8dce1; border-radius: 12px; box-shadow: 0 1px 2px rgba(0, 0, 0, .08); }
    .ford-vehicle-card-marketplace:hover { border-color: #b8bec6; box-shadow: 0 8px 24px rgba(0, 0, 0, .1); transform: translateY(-2px); }
    .ford-vehicle-card-marketplace .ford-card-image { aspect-ratio: 16 / 10; padding: 10px 18px; }
    .ford-vehicle-card-marketplace .ford-card-body { padding: 16px 17px 18px; }
    .ford-marketplace-status { top: auto; bottom: 12px; left: 13px; padding: 6px 9px; border: 1px solid #d8dce1; }
}

@media (max-width: 680px) {
    .ford-marketplace-mobile-summary { display: block; }
    .ford-marketplace-desktop-summary { display: none; }
}
