:root{--font-sans: var(--ff-font-sans);--bg: #f5f5f7;--surface: #fff;--page-surface-top: #fbfbfd;--page-surface-mid: #f5f5f7;--text: var(--ff-color-text);--muted: var(--ff-color-text-muted);--border: var(--ff-color-border);--border-strong: var(--ff-color-border-strong);--accent: var(--ff-color-action);--accent-ring: rgba(0, 113, 227, .22);--header-bg: rgba(251, 251, 253, .76);--header-fg: #1d1d1f;--header-muted: #6e6e73;--header-border: rgba(0, 0, 0, .09);--header-row-min-height: 62px;--header-control-height: 40px;--radius-sm: 6px;--radius-md: 8px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 8px 22px rgba(0, 0, 0, .08);--ease-snappy: cubic-bezier(.23, 1, .32, 1);--ease-out: cubic-bezier(.16, 1, .3, 1);--duration-fast: .13s;--duration-normal: .22s;--material-border: rgba(255, 255, 255, .62);--control-shadow: inset 0 1px 0 rgba(255, 255, 255, .7), 0 1px 2px rgba(0, 0, 0, .04);--control-shadow-hover: inset 0 1px 0 rgba(255, 255, 255, .82), 0 8px 20px rgba(0, 0, 0, .08)}*{box-sizing:border-box}[hidden]{display:none!important}html,body{min-height:100%;margin:0;padding:0;background:var(--page-surface-mid);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{display:flex}button,input{font:inherit}.page{display:flex;width:100%;min-height:100vh;flex-direction:column;background:linear-gradient(180deg,var(--page-surface-top),var(--page-surface-mid) 38%)}body.inventory-header-pinned .header{position:fixed;inset:0 0 auto;width:100%}body.inventory-header-pinned.inventory-header-collapsible .header{transition:top .19s cubic-bezier(.2,0,0,1),box-shadow .19s ease}body.inventory-header-pinned.inventory-header-collapsible.inventory-header-hidden .header{top:calc(-1 * var(--inventory-header-height, 68px));box-shadow:none}body.inventory-header-pinned .page{padding-top:var(--inventory-header-height, var(--header-row-min-height))}.header-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:var(--header-row-min-height);padding:10px 24px;column-gap:20px}.header-lead,.header-brand-row,.header-center,.header-center-stack,.header-search-row,.header-right{display:flex;align-items:center;min-width:0}.header-lead{position:relative;justify-self:start}.header-brand-row{gap:8px;min-height:var(--header-control-height)}.header-center{justify-self:center;justify-content:center}.header-center-stack{width:100%;max-width:720px;flex-direction:column;justify-content:center}.header-search-row{width:100%;justify-content:center}.header-right{justify-self:end;justify-content:flex-end;gap:8px}.header-subtitle,.stock-search-hint:empty{display:none}.header-search-row .stock-search-dropdown{position:absolute;top:calc(100% + 7px);left:0;right:0;z-index:1300;max-height:min(420px,calc(100vh - 88px));max-height:min(420px,calc(100dvh - 88px));overflow-x:hidden;overflow-y:auto;padding:5px;border:1px solid var(--header-search-border);border-radius:var(--header-search-radius);background:var(--surface);box-shadow:0 18px 45px #0f172a2e,0 3px 10px #0f172a14}.header-search-row .stock-search-dropdown[hidden]{display:none}.header-search-row .stock-search-result{display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;width:100%;min-height:58px;align-items:center;padding:7px;border:0;border-radius:7px;background:transparent;color:var(--header-search-fg);font-family:var(--ff-font-sans);text-align:left;text-decoration:none;cursor:pointer}.header-search-row .stock-search-result:hover,.header-search-row .stock-search-result:focus-visible{background:#0071e314;outline:none}.header-search-row .stock-search-result-photo{display:block;width:64px;height:44px;border:0;border-radius:6px;background:#f2f4f7;object-fit:cover}.header-search-row .stock-search-result-main{display:flex;min-width:0;flex-direction:column;gap:4px}.header-search-row .stock-search-result-title,.header-search-row .stock-search-result-meta{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-search-row .stock-search-result-title{font-size:13px;font-weight:650}.header-search-row .stock-search-result-meta{color:var(--muted);font-size:11px}.header-search-row .stock-search-result-meta .dot-sep{margin:0 4px;opacity:.75}.header-search-row .stock-search-empty{padding:12px;color:var(--muted);font-size:12px;line-height:1.4}.header-icon-button,.bookmarks-button{display:inline-flex;width:var(--header-control-height);height:var(--header-control-height);min-width:var(--header-control-height);align-items:center;justify-content:center;padding:0;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--header-muted);cursor:pointer;text-decoration:none}.header-icon-button svg,.bookmarks-button svg{width:22px;height:22px;flex:0 0 22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.profile-button-wrap{position:relative;display:inline-flex}.profile-button:not(.is-authed) .avatar-initials{display:none}.account-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:1200}.mobile-tab-icon,.mobile-only-tab,.mobile-back-button,.mobile-page-heading{display:none}@media (min-width: 901px){:root{--desktop-sidebar-width: 264px}.header-row{grid-template-columns:var(--desktop-sidebar-width) minmax(0,1fr) var(--desktop-sidebar-width);column-gap:0;padding:0}.header-lead{width:100%;min-height:var(--header-row-min-height);padding:10px 24px;justify-self:stretch;align-self:stretch;border-right:1px solid var(--header-border)}.header-center{width:100%;padding:10px 24px}.header-right{width:100%;padding:10px 24px;justify-self:stretch}.header-right>:not(.profile-button-wrap){display:none!important}}.home-button{display:inline-flex;min-height:var(--header-control-height);align-items:center;gap:8px;color:var(--header-fg);font-size:18px;font-weight:720;line-height:1.2;text-decoration:none}.home-button .home-logo{display:block;width:auto;height:26px}.home-counts{display:inline-flex;align-items:center}.home-counts .filter-option-count{color:var(--header-muted);font-size:12px;font-weight:500}.main{position:relative;z-index:1;display:flex;flex:1;align-items:flex-start}.main.homepage-main{min-height:calc(100vh - var(--header-row-min-height));gap:0;padding:0;isolation:isolate;overflow-x:clip}#main-content>.ff-site-sidebar--embedded{order:1}#main-content>.inventory{order:3}.homepage-main .inventory{position:relative;z-index:1;width:100%;min-width:0;max-width:none;flex:1;margin:0;padding:22px 28px 44px}.homepage-main .cards-grid{display:block}.homepage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px}.homepage-grid.model-selector-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.model-card{position:relative;overflow:hidden;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-md);background:#ffffffd6;box-shadow:var(--control-shadow);color:inherit;cursor:pointer;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:border-color var(--duration-normal) var(--ease-snappy),background var(--duration-normal) var(--ease-snappy),box-shadow var(--duration-normal) var(--ease-snappy),transform var(--duration-fast) var(--ease-snappy)}.model-card:hover,.model-card:focus-visible{border-color:#00000029;background:#ffffffeb;box-shadow:var(--control-shadow-hover);outline:none;transform:translateY(-1px)}.model-card:focus-visible{box-shadow:0 0 0 4px var(--accent-ring),var(--control-shadow-hover)}.model-card:active{transform:scale(.992)}.model-card--selector{display:flex;flex-direction:column}.model-card-image{position:relative;display:flex;height:104px;flex:0 0 104px;align-items:center;justify-content:center;overflow:hidden;padding:6px 10px 4px;border-bottom:1px solid rgba(0,0,0,.08);background:#fff}.model-card-image img{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .42s var(--ease-out)}.model-card:hover .model-card-image img{transform:scale(1.02)}.model-card-image.is-used-category-logo{gap:clamp(6px,1.1vw,14px);padding:16px 12px}.model-card-image.is-used-category-logo img{width:auto;height:auto;max-width:30%;max-height:56px;flex:0 1 30%;object-fit:contain;transform:none}.model-card-image.is-used-category-logo[data-logo-count="1"] img{max-width:76%;max-height:68px;flex-basis:auto}.model-card:hover .model-card-image.is-used-category-logo img{transform:none}.model-card-content{display:flex;min-width:0;flex:1 1 auto;align-items:center;padding:9px 11px;background:var(--model-group-tint, rgba(255, 255, 255, .82))}.model-card-title-row{display:flex;width:100%;min-width:0;align-items:center;justify-content:space-between;gap:8px}.model-card-title{min-width:0;color:var(--text);font-size:14px;font-weight:720;line-height:1.1}.model-card-title-count{flex:0 0 auto;color:var(--muted);font-size:12px;font-weight:650}.ford-model-wordmark{display:inline-flex;align-items:center;line-height:1;white-space:nowrap}.ford-model-wordmark__asset{display:block;width:auto;height:1em;max-width:100%}.ford-model-wordmark__text{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.ford-model-wordmark--super-duty .ford-model-wordmark__asset{width:10.5em;height:auto}.model-card-title.ford-model-wordmark--f150{font-size:18px}.model-card-title.ford-model-wordmark--super-duty{font-size:14px}.model-card-title.ford-model-wordmark--bronco{font-size:30px}.model-card--selector[data-model-group=trucks]{--model-group-tint: #eaf2fb}.model-card--selector[data-model-group=suvs]{--model-group-tint: #eaf5f1}.model-card--selector[data-model-group=cars-evs]{--model-group-tint: #f0edfa}.model-card--selector[data-model-group=commercial]{--model-group-tint: #f8f0e7}.model-powertrain-tag{position:absolute;top:5px;left:7px;z-index:1;display:inline-flex;min-height:18px;align-items:center;gap:3px;padding:1px 5px;border:1px solid currentColor;border-radius:4px;background:#fffffff0;box-shadow:0 1px 2px #0f172a14;font-size:9px;font-weight:720;line-height:1;white-space:nowrap}.model-powertrain-tag--hybrid{color:#348429}.model-powertrain-tag--electric{color:#0877bd}.model-powertrain-symbol{display:inline-flex;font-size:8px}@media (max-width: 900px){.main{flex-direction:column;align-items:stretch;gap:8px}.main.homepage-main{padding:12px 16px 24px}.homepage-main .inventory{margin-top:0!important;padding:0}.homepage-grid.model-selector-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}}@media (max-width: 560px){.homepage-grid.model-selector-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}}@media (hover: none),(pointer: coarse){.model-card:hover,.model-card:hover .model-card-image img{transform:none;box-shadow:var(--control-shadow)}}@media (forced-colors: active){.ford-model-wordmark__asset{display:none}.ford-model-wordmark__text{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}}@media (prefers-reduced-motion: reduce){.model-card,.model-card-image img{transition:none}}
