:root { --navy: #091737; --navy-dark: #050c1e; --navy-darker: #030711; --red: #d92026; --gold: #f5b800; --bg: #f4f6fa; --white: #ffffff; --text: #1c2434; --muted: #5b6478; --border: #dde3ee; --radius: 12px; --shadow: 0 4px 18px rgba(14, 32, 80, 0.10); --shadow-lg: 0 10px 36px rgba(14, 32, 80, 0.18); }
* { box-sizing: border-box; margin: 0px; padding: 0px; }
html { scroll-behavior: smooth; }
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; color: var(--text); background: var(--bg); line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; }
a { color: var(--navy); }
.wrap { max-width: 1140px; margin: 0px auto; padding: 0px 20px; }
header.site { background: var(--navy); color: rgb(255, 255, 255); position: sticky; top: 0px; z-index: 100; box-shadow: var(--shadow); }
header.site .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 12px; padding-bottom: 12px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; color: rgb(255, 255, 255); }
.brand img { height: 38px; width: auto; display: block; }
.brand .brand-text span { display: block; font-size: 0.72rem; color: rgb(185, 196, 222); text-transform: uppercase; letter-spacing: 1.2px; max-width: 130px; line-height: 1.4; }
nav.main { display: flex; align-items: center; gap: 4px; flex-wrap: wrap; }
nav.main a { color: rgb(219, 227, 245); text-decoration: none; font-weight: 600; font-size: 0.95rem; padding: 8px 12px; border-radius: 8px; }
nav.main a:hover { background: rgba(255, 255, 255, 0.12); color: rgb(255, 255, 255); }
nav.main a.active { background: rgba(255, 255, 255, 0.16); color: rgb(255, 255, 255); }
nav.main a.prolink { background: var(--gold); color: var(--navy-darker); font-weight: 800; }
nav.main a.prolink:hover { background: rgb(255, 210, 61); }
a.call-btn { display: inline-flex; align-items: center; color: rgb(255, 255, 255); text-decoration: none; font-weight: 700; font-size: 1rem; padding: 8px 16px; border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 999px; white-space: nowrap; transition: background 0.12s, border-color 0.12s; }
a.call-btn:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.6); }
.hero { background: radial-gradient(1100px 500px at 85% -10%, rgba(245, 184, 0, 0.14), transparent 60%),
    linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 55%, #0d2050 100%); color: rgb(255, 255, 255); padding: 64px 0px 56px; position: relative; overflow: hidden; }
.hero::after { content: ""; position: absolute; inset: 0px; background: repeating-linear-gradient(-55deg, transparent 0px, transparent 90px, rgba(255, 255, 255, 0.024) 90px, rgba(255, 255, 255, 0.024) 110px); pointer-events: none; }
.hero .wrap { position: relative; z-index: 1; }
.eyebrow { display: inline-block; background: rgba(245, 184, 0, 0.15); border: 1px solid rgba(245, 184, 0, 0.45); color: var(--gold); font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.5px; padding: 5px 14px; border-radius: 999px; margin-bottom: 18px; }
.hero h1 { font-size: clamp(1.9rem, 4.2vw, 3.1rem); line-height: 1.15; max-width: 760px; letter-spacing: -0.5px; }
.hero p.lead { margin-top: 16px; font-size: 1.13rem; color: rgb(204, 214, 238); max-width: 640px; }
.hero-flex { display: flex; align-items: center; gap: 44px; flex-wrap: wrap; }
.hero-main { flex: 1 1 420px; }
.hero-photo { flex: 1 1 300px; max-width: 430px; border-radius: var(--radius); box-shadow: var(--shadow-lg); border: 1px solid rgba(255, 255, 255, 0.15); display: block; }
.counter-photo { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); display: block; margin-bottom: 18px; }
.hero-ctas { margin-top: 26px; display: flex; gap: 12px; flex-wrap: wrap; }
.hero-contact { margin-top: 22px; color: rgb(185, 196, 222); font-size: 0.98rem; }
.hero-contact a { color: rgb(255, 255, 255); text-decoration: none; font-weight: 600; }
.hero-contact a:hover { text-decoration: underline; }
.btn { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-weight: 700; padding: 12px 22px; border-radius: 10px; font-size: 1rem; transition: transform 0.12s, background 0.12s, box-shadow 0.12s; }
.btn:hover { transform: translateY(-1px); }
.btn-red { background: var(--red); color: rgb(255, 255, 255); box-shadow: rgba(217, 32, 38, 0.4) 0px 3px 12px; }
.btn-red:hover { background: rgb(184, 26, 31); }
.btn-gold { background: var(--gold); color: var(--navy-darker); }
.btn-gold:hover { background: rgb(255, 210, 61); }
.btn-outline { border: 2px solid rgba(255, 255, 255, 0.5); color: rgb(255, 255, 255); }
.btn-outline:hover { border-color: rgb(255, 255, 255); background: rgba(255, 255, 255, 0.1); }
.btn-navy { background: var(--navy); color: rgb(255, 255, 255); }
.btn-navy:hover { background: var(--navy-dark); }
.btn-outline-navy { border: 2px solid var(--navy); color: var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: rgb(255, 255, 255); }
section.block { padding: 56px 0px; }
section.block.alt { background: rgb(255, 255, 255); }
.section-head { max-width: 720px; margin-bottom: 32px; }
.kicker { color: var(--red); font-size: 0.8rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.6px; }
.section-head h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); color: var(--navy-darker); line-height: 1.25; margin-top: 6px; }
.section-head p { margin-top: 10px; color: var(--muted); }
.cards { display: grid; gap: 20px; }
.cards.c2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.cards.c3 { grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.cards.c4 { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.part-card { text-align: center; }
.part-card svg { width: 72px; height: 72px; color: var(--navy); margin: 4px auto 12px; display: block; }
.part-card h3 { font-size: 1.05rem; }
.part-card p { font-size: 0.9rem; }
.est-band { background: linear-gradient(160deg, var(--navy-dark) 0%, var(--navy) 70%); color: rgb(255, 255, 255); padding: 56px 0px; }
.est-flex { display: flex; align-items: center; gap: 48px; flex-wrap: wrap; }
.est-text { flex: 1 1 320px; }
.est-band h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1.25; margin: 10px 0px 12px; }
.est-band p { color: rgb(204, 214, 238); max-width: 520px; }
.truck-art { flex: 1 1 340px; max-width: 460px; height: auto; color: rgba(255, 255, 255, 0.75); }
.card { background: rgb(255, 255, 255); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow); }
.card h3 { color: var(--navy-darker); font-size: 1.15rem; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 0.97rem; }
.card .big-link { display: block; margin: 8px 0px; font-size: 1.5rem; font-weight: 900; color: var(--navy); text-decoration: none; }
.card .big-link:hover { color: var(--red); }
.vendor-cat { margin-top: 34px; }
.vendor-cat > h3 { display: inline-block; background: var(--navy); color: rgb(255, 255, 255); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.2px; padding: 7px 18px 7px 14px; border-radius: 6px; clip-path: polygon(0px 0px, 100% 0px, calc(100% - 12px) 100%, 0px 100%); margin-bottom: 16px; }
.vendors { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 14px; }
a.vendor { display: flex; align-items: center; gap: 12px; background: rgb(255, 255, 255); border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; text-decoration: none; transition: box-shadow 0.15s, transform 0.12s, border-color 0.15s; }
a.vendor:hover { box-shadow: var(--shadow); transform: translateY(-2px); border-color: var(--navy); }
a.vendor img { width: 38px; height: 38px; object-fit: contain; border-radius: 6px; flex: 0 0 38px; background: rgb(255, 255, 255); }
a.vendor .v-name { font-weight: 700; color: var(--navy-darker); font-size: 0.92rem; line-height: 1.25; }
a.vendor .v-desc { font-size: 0.78rem; color: var(--muted); line-height: 1.3; }
.v-fallback { width: 38px; height: 38px; flex: 0 0 38px; border-radius: 6px; background: var(--navy); color: rgb(255, 255, 255); font-weight: 800; font-size: 0.85rem; letter-spacing: 0.5px; display: inline-flex; align-items: center; justify-content: center; }
.napa-band { background: linear-gradient(120deg, rgb(7, 24, 56), rgb(14, 36, 86)); color: rgb(255, 255, 255); border-radius: var(--radius); padding: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; box-shadow: var(--shadow-lg); }
.napa-band h3 { font-size: 1.4rem; }
.napa-band p { color: rgb(204, 214, 238); max-width: 560px; margin-top: 6px; }
.napa-band .actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hours-table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.hours-table td { padding: 8px 4px; border-bottom: 1px solid var(--border); font-size: 0.97rem; }
.hours-table td:last-child { text-align: right; font-weight: 700; color: var(--navy-darker); }
.hours-table tr.closed td:last-child { color: var(--red); }
.map-frame { width: 100%; height: 420px; border: 0px; border-radius: var(--radius); box-shadow: var(--shadow); display: block; }
.addr { font-size: 1.05rem; font-weight: 700; color: var(--navy-darker); margin: 6px 0px 12px; }
.linecard-header { background: rgb(255, 255, 255); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; box-shadow: var(--shadow); }
.lc-contact { text-align: right; font-size: 0.95rem; }
.lc-contact a { font-weight: 800; text-decoration: none; font-size: 1.25rem; color: var(--red); }
footer.site { background: var(--navy-darker); color: rgb(185, 196, 222); padding: 48px 0px; margin-top: 0px; }
footer.site .cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
footer.site h4 { color: rgb(255, 255, 255); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 12px; }
footer.site a { color: rgb(219, 227, 245); text-decoration: none; }
footer.site a:hover { color: var(--gold); }
footer.site .foot-phone { display: inline-block; font-size: 1.05rem; font-weight: 700; margin-bottom: 4px; }
footer.site ul { list-style: none; }
footer.site li { margin-bottom: 8px; }
footer.site .fineprint { margin-top: 36px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, 0.12); font-size: 0.85rem; color: rgb(133, 147, 179); display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.form-grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.form-grid .full { grid-column: 1 / -1; }
.form-grid label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--navy-darker); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 6px; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: 8px; font-style: inherit; font-variant: inherit; font-weight: inherit; font-stretch: inherit; line-height: inherit; font-family: inherit; font-optical-sizing: inherit; font-size-adjust: inherit; font-kerning: inherit; font-feature-settings: inherit; font-variation-settings: inherit; font-language-override: inherit; font-size: 1rem; color: var(--text); background: rgb(255, 255, 255); }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { outline: 2px solid var(--navy); outline-offset: 1px; border-color: var(--navy); }
.form-grid textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: 0.85rem; color: var(--muted); margin-top: 10px; }
.site-banner { background: var(--gold); color: var(--navy-darker); text-align: center; font-weight: 700; font-size: 0.95rem; padding: 10px 16px; }
.finder-box { display: flex; gap: 10px; flex-wrap: wrap; }
.finder-box input { flex: 1 1 300px; padding: 14px 18px; font-size: 1.15rem; border: 2px solid var(--navy); border-radius: 10px; font-family: inherit; }
.finder-box input:focus { outline: rgba(9, 23, 55, 0.25) solid 3px; }
.finder-results { margin-top: 22px; display: grid; gap: 10px; }
.finder-row { background: rgb(255, 255, 255); border: 1px solid var(--border); border-radius: 10px; padding: 14px 18px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; align-items: center; }
.finder-row .fnum { font-weight: 900; color: var(--navy); font-size: 1.15rem; }
.finder-row .fdesc { color: var(--muted); font-size: 0.92rem; }
.finder-row .fcross { font-size: 0.85rem; color: var(--muted); }
.finder-row .fcross b { color: var(--text); }
.badge-sample { display: inline-block; background: var(--gold); color: var(--navy-darker); font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; padding: 3px 10px; border-radius: 999px; }
.finder-empty { color: var(--muted); padding: 18px 4px; }
nav.main a.lang { border: 1px solid rgba(255, 255, 255, 0.35); border-radius: 999px; padding: 6px 12px; font-size: 0.85rem; }
@media (max-width: 860px) {
  header.site .wrap { justify-content: center; text-align: center; }
  nav.main { justify-content: center; }
  .lc-contact { text-align: left; }
}
@media print {
  header.site, footer.site, .no-print { display: none !important; }
  body { background: rgb(255, 255, 255); }
  section.block { padding: 12px 0px; }
}

/* Baldwin Filter Finder */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.bf-finder { --bf-blue: #075ccb; --bf-blue-dark: #064aa3; --bf-green: #087e36; --bf-border: #d0d5dd; --bf-light-border: #e8ebef; --bf-ink: #0a2440; --bf-shadow: 0 18px 48px rgba(8, 43, 76, 0.12); background: linear-gradient(180deg, #fff 0, #f8fafc 52rem, #f3f6f8 100%); color: var(--bf-ink); }
.bf-finder button, .bf-finder input, .bf-finder select { font: inherit; }
.bf-hero { position: relative; z-index: 5; isolation: isolate; overflow: visible; width: 100%; background: #f5f8fb; border-bottom: 1px solid #dde3e9; text-align: center; }
.bf-hero::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: radial-gradient(circle at 48% 42%, rgba(255,255,255,.98) 0 20%, rgba(255,255,255,.89) 38%, rgba(255,255,255,.36) 63%, transparent 82%), linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.8) 45%, rgba(255,255,255,.16) 77%, rgba(8,43,76,.12) 100%), linear-gradient(180deg, rgba(255,255,255,.08) 48%, rgba(244,247,250,.9) 100%); }
.bf-truck-art { position: absolute; z-index: 0; inset: 0; pointer-events: none; background: url("../assets/bay-fleet-big-rig-hero.webp") center right / cover no-repeat; opacity: .72; }
.bf-hero-inner { position: relative; z-index: 5; width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 34px; }
.bf-brand-partnership { display: inline-flex; align-items: center; gap: 15px; width: max-content; max-width: 100%; min-height: 58px; margin: 0 auto 18px; padding: 9px 17px 9px 14px; border: 1px solid rgba(185,194,204,.92); border-radius: 11px; background: rgba(255,255,255,.9); box-shadow: 0 10px 28px rgba(8,43,76,.1); backdrop-filter: blur(8px); }
.bf-baldwin-logo { display: flex; flex-direction: column; align-items: stretch; width: 105px; text-transform: uppercase; line-height: 1; transform: rotate(-1deg); }
.bf-baldwin-top, .bf-baldwin-bottom { display: grid; place-items: center; height: 22px; transform: skewX(-12deg); font-family: Arial, Helvetica, sans-serif; font-style: italic; font-weight: 950; letter-spacing: -.045em; }
.bf-baldwin-top { z-index: 1; background: var(--red); border: 2px solid #b9141a; color: #fff; font-size: .79rem; }
.bf-baldwin-bottom { margin: -1px 4px 0 -4px; background: #fff; border: 2px solid #161616; color: #171717; font-size: .75rem; }
.bf-baldwin-top span, .bf-baldwin-bottom span { transform: skewX(12deg); }
.bf-brand-divider { width: 1px; height: 37px; background: #d8dde3; }
.bf-brand-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; text-align: left; line-height: 1.15; }
.bf-brand-copy strong { color: var(--navy); font-size: .82rem; font-weight: 800; letter-spacing: .02em; }
.bf-brand-copy span { color: #667085; font-size: .68rem; }
.bf-eyebrow, .bf-section-kicker { color: var(--red); font-size: .75rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.bf-hero h1 { margin: 8px 0; color: var(--navy); font-size: clamp(2.25rem, 5vw, 3.9rem); font-weight: 790; letter-spacing: -.045em; line-height: 1.04; }
.bf-hero-copy { max-width: 720px; margin: 0 auto; color: #475467; font-size: clamp(1rem, 2vw, 1.18rem); line-height: 1.6; text-shadow: 0 1px 12px rgba(255,255,255,.95); }
.bf-search-shell { position: relative; z-index: 10; display: grid; grid-template-columns: 250px minmax(0, 1fr) 140px; align-items: stretch; max-width: 1080px; min-height: 66px; margin: 30px auto 0; background: #fff; border: 1px solid #b8c0ca; border-radius: 12px; box-shadow: 0 16px 42px rgba(8,43,76,.14); }
.bf-mode-wrap { position: relative; border-right: 1px solid var(--bf-border); }
.bf-mode-wrap svg { position: absolute; top: 50%; right: 18px; width: 18px; transform: translateY(-50%); fill: none; stroke: var(--navy); stroke-width: 2; pointer-events: none; }
.bf-mode-select { width: 100%; height: 100%; appearance: none; border: 0; border-radius: 12px 0 0 12px; outline: 0; background: #fbfcfd; padding: 0 48px 0 20px; color: var(--bf-ink); font-weight: 700; cursor: pointer; }
.bf-mode-select:focus-visible { box-shadow: inset 0 0 0 3px rgba(7,92,203,.25); }
.bf-input-wrap { position: relative; display: flex; align-items: center; min-width: 0; }
.bf-input-wrap > svg { position: absolute; left: 20px; width: 24px; fill: none; stroke: var(--bf-blue); stroke-width: 1.9; pointer-events: none; }
.bf-input-wrap input { width: 100%; height: 100%; min-height: 64px; border: 0; outline: 0; background: #fff; padding: 0 50px 0 58px; color: var(--bf-ink); font-size: 1.16rem; font-weight: 560; letter-spacing: .01em; }
.bf-input-wrap:focus-within { box-shadow: inset 0 0 0 3px rgba(7,92,203,.18); }
.bf-input-wrap input::placeholder { color: #98a2b3; font-weight: 450; }
.bf-clear { position: absolute; top: 50%; right: 12px; width: 32px; height: 32px; transform: translateY(-50%); border: 0; border-radius: 50%; background: #f1f3f5; color: #667085; font-size: 1.4rem; line-height: 1; cursor: pointer; }
.bf-search-button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 0; border-radius: 0 10px 10px 0; background: var(--bf-blue); color: #fff; font-weight: 750; cursor: pointer; transition: background 150ms ease, transform 150ms ease; }
.bf-search-button:hover { background: var(--bf-blue-dark); }
.bf-search-button:active { transform: translateY(1px); }
.bf-search-button svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2; }
.bf-suggestions { position: absolute; top: calc(100% + 10px); right: 0; left: 0; overflow: hidden; background: #fff; border: 1px solid #cbd2da; border-radius: 12px; box-shadow: 0 24px 70px rgba(8,43,76,.2); text-align: left; animation: bfReveal 140ms ease-out; }
.bf-suggestions[hidden], .bf-clear[hidden] { display: none; }
@keyframes bfReveal { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }
.bf-suggestion-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 42px; padding: 0 15px; background: #f7f9fb; border-bottom: 1px solid var(--bf-light-border); color: #667085; font-size: .74rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.bf-suggestion-row { display: grid; grid-template-columns: 54px minmax(0, 1fr) auto; align-items: center; gap: 14px; width: 100%; min-height: 76px; padding: 9px 15px; border: 0; border-bottom: 1px solid var(--bf-light-border); background: #fff; text-align: left; cursor: pointer; }
.bf-suggestion-row:hover, .bf-suggestion-row.active { background: #f2f7fd; }
.bf-suggestion-main, .bf-result-copy { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.bf-suggestion-part { color: var(--bf-ink); font-size: 1rem; font-weight: 760; }
.bf-brand-label { color: var(--red); font-size: .75rem; letter-spacing: .07em; text-transform: uppercase; }
.bf-suggestion-reason { overflow: hidden; color: #667085; font-size: .82rem; white-space: nowrap; text-overflow: ellipsis; }
.bf-view-all { width: 100%; min-height: 48px; border: 0; background: #fbfcfd; color: var(--bf-blue); font-size: .88rem; font-weight: 720; cursor: pointer; }
.bf-view-all:hover { background: #f2f7fd; }
.bf-no-suggestions { display: flex; flex-direction: column; gap: 6px; padding: 28px; color: #667085; text-align: center; }
.bf-no-suggestions strong { color: var(--bf-ink); }
.bf-search-help { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px; min-height: 30px; margin-top: 13px; color: #667085; font-size: .8rem; }
.bf-search-help button { border: 0; padding: 0; background: none; color: var(--bf-blue); font-weight: 650; cursor: pointer; }
.bf-results { position: relative; z-index: 1; width: min(1080px, calc(100% - 40px)); min-height: 330px; margin: 0 auto; padding: 18px 0 72px; scroll-margin-top: 110px; }
.bf-results-summary, .bf-other-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 14px; }
.bf-results-summary h2, .bf-other-heading h3, .bf-welcome-card h2 { margin: 4px 0 0; color: var(--navy); letter-spacing: -.025em; }
.bf-results-summary h2 { font-size: clamp(1.45rem, 3vw, 2rem); }
.bf-results-summary > span, .bf-other-heading p { margin: 0; color: #667085; font-size: .84rem; }
.bf-primary-result, .bf-other-results, .bf-welcome-card, .bf-empty-state { border: 1px solid var(--bf-border); border-radius: 14px; background: #fff; box-shadow: var(--bf-shadow); }
.bf-primary-result { overflow: hidden; }
.bf-primary-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 48px; padding: 0 22px; background: linear-gradient(90deg, #fff6f5, #fff 48%); border-bottom: 1px solid #efdedc; }
.bf-baldwin-brand { color: var(--red); font-size: .92rem; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.bf-match-label { color: #8a3b36; font-size: .78rem; font-weight: 650; }
.bf-primary-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 30px; padding: 28px; }
.bf-product-image { display: grid; place-items: center; overflow: hidden; height: 220px; background: #fff; border: 1px solid #eef0f3; border-radius: 10px; }
.bf-product-image.small { width: 54px; height: 54px; border: 0; border-radius: 7px; }
.bf-product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.bf-image-fallback { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; width: 100%; height: 100%; min-width: 50px; background: linear-gradient(145deg, #f6f7f8, #e8ebef); color: #667085; font-size: .64rem; text-align: center; }
.bf-image-fallback strong { color: var(--navy); font-size: .78rem; }
.bf-primary-copy { min-width: 0; }
.bf-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.bf-title-row h3 { margin: 0; color: var(--navy); font-size: clamp(1.65rem, 3vw, 2.35rem); letter-spacing: -.035em; line-height: 1.08; }
.bf-title-row p { margin: 8px 0 0; color: #475467; font-size: 1rem; }
.bf-stock-badge, .bf-order-badge { display: inline-flex; align-items: center; justify-content: center; gap: 7px; flex: none; min-height: 38px; padding: 0 12px; border-radius: 8px; white-space: nowrap; font-size: .82rem; font-weight: 740; }
.bf-stock-badge { background: var(--bf-green); color: #fff; box-shadow: inset 0 -2px 0 rgba(0,0,0,.12); }
.bf-stock-badge.compact, .bf-order-badge.compact { min-height: 30px; padding: 0 9px; font-size: .73rem; box-shadow: none; }
.bf-checkmark { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: #fff; color: var(--bf-green); font-size: .73rem; font-weight: 900; }
.bf-stock-badge.compact .bf-checkmark { width: 17px; height: 17px; }
.bf-order-badge { background: #f1f3f5; border: 1px solid #d9dee4; color: #475467; }
.bf-stock-item { margin: 11px 0 0; color: var(--bf-green); font-size: .78rem; font-weight: 720; }
.bf-application { margin-top: 22px; padding: 14px 16px; border-left: 3px solid var(--bf-blue); border-radius: 0 8px 8px 0; background: #f5f8fc; }
.bf-application > span { color: var(--bf-blue); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.bf-application p { margin: 5px 0 0; color: #344054; font-size: .87rem; line-height: 1.55; }
.bf-official-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 12px; color: var(--bf-blue); font-size: .78rem; font-weight: 700; text-decoration: none; }
.bf-official-link:hover { text-decoration: underline; }
.bf-spec-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin-top: 18px; }
.bf-spec-item { min-width: 0; padding: 10px 12px; background: #fafbfc; border: 1px solid var(--bf-light-border); border-radius: 8px; }
.bf-spec-item span, .bf-cross-chip span { display: block; color: #7a8492; font-size: .66rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.bf-spec-item strong { display: block; overflow: hidden; margin-top: 3px; color: #26384a; font-size: .78rem; text-overflow: ellipsis; }
.bf-cross-section { padding: 22px 28px 26px; border-top: 1px solid var(--bf-light-border); background: #fbfcfd; }
.bf-cross-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 12px; }
.bf-cross-heading h4 { margin: 0; color: var(--navy); font-size: 1rem; }
.bf-cross-heading > span { color: #7a8492; font-size: .75rem; }
.bf-cross-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.bf-cross-chip { min-width: 0; padding: 9px 10px; background: #fff; border: 1px solid #dce1e6; border-radius: 7px; }
.bf-cross-chip strong { display: block; margin-top: 2px; color: var(--bf-ink); font-size: .79rem; overflow-wrap: anywhere; }
.bf-empty-copy { margin: 0; color: #667085; font-size: .85rem; }
.bf-other-results { margin-top: 22px; padding: 22px; box-shadow: 0 10px 34px rgba(8,43,76,.08); }
.bf-other-heading h3 { font-size: 1.35rem; }
.bf-result-list { overflow: hidden; border: 1px solid var(--bf-light-border); border-radius: 10px; }
.bf-result-row { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto 18px; align-items: center; gap: 14px; width: 100%; min-height: 80px; padding: 10px 14px; border: 0; border-bottom: 1px solid var(--bf-light-border); background: #fff; text-align: left; cursor: pointer; }
.bf-result-row:last-child { border-bottom: 0; }
.bf-result-row:hover { background: #f7faff; }
.bf-result-number { color: var(--navy); font-size: .98rem; font-weight: 760; }
.bf-result-copy > span:not(.bf-result-number) { overflow: hidden; color: #667085; font-size: .78rem; white-space: nowrap; text-overflow: ellipsis; }
.bf-result-reason { color: var(--bf-blue) !important; }
.bf-row-arrow { color: var(--bf-blue); font-size: 1.5rem; }
.bf-welcome-card { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: 36px; min-height: 275px; padding: 38px; box-shadow: 0 14px 42px rgba(8,43,76,.08); }
.bf-welcome-card h2 { max-width: 440px; font-size: clamp(1.7rem, 3.4vw, 2.6rem); line-height: 1.08; }
.bf-welcome-card p { max-width: 480px; margin: 12px 0 0; color: #667085; line-height: 1.65; }
.bf-examples { display: grid; gap: 9px; }
.bf-examples button { display: grid; grid-template-columns: 130px minmax(0, 1fr) auto; align-items: center; gap: 15px; min-height: 62px; padding: 0 18px; border: 1px solid #d8dde3; border-radius: 9px; background: #fbfcfd; text-align: left; cursor: pointer; }
.bf-examples button:hover { border-color: #9bbce5; background: #f2f7fd; }
.bf-examples span { color: #667085; font-size: .78rem; }
.bf-examples strong { color: var(--navy); font-size: .96rem; }
.bf-examples button > span:last-child { color: var(--bf-blue); font-size: 1.2rem; }
.bf-empty-state { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 310px; padding: 52px 24px; text-align: center; }
.bf-empty-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 50%; background: #eef4fb; color: var(--bf-blue); }
.bf-empty-icon svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.bf-empty-state h2 { margin: 16px 0 8px; color: var(--navy); }
.bf-empty-state p { max-width: 500px; margin: 0; color: #667085; line-height: 1.6; }
.bf-call-link { display: inline-flex; margin-top: 18px; padding: 10px 16px; border-radius: 8px; background: var(--navy); color: #fff; font-weight: 700; text-decoration: none; }

@media (max-width: 820px) {
  .bf-hero-inner { padding-top: 34px; }
  .bf-truck-art { background-position: 63% center; opacity: .5; }
  .bf-search-shell { grid-template-columns: 1fr 112px; }
  .bf-mode-wrap { grid-column: 1 / -1; min-height: 52px; border-right: 0; border-bottom: 1px solid var(--bf-border); }
  .bf-mode-select { border-radius: 11px 11px 0 0; }
  .bf-search-button { border-radius: 0 0 10px 0; }
  .bf-primary-grid { grid-template-columns: 160px minmax(0, 1fr); gap: 20px; padding: 22px; }
  .bf-product-image { height: 180px; }
  .bf-title-row { flex-direction: column; }
  .bf-spec-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bf-cross-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bf-welcome-card { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .bf-hero-inner, .bf-results { width: min(100% - 24px, 1080px); }
  .bf-hero-inner { padding: 27px 0 28px; }
  .bf-brand-partnership { min-height: 52px; margin-bottom: 14px; padding: 8px 13px 8px 11px; gap: 11px; }
  .bf-baldwin-logo { width: 89px; }
  .bf-brand-divider { height: 32px; }
  .bf-brand-copy span { display: none; }
  .bf-hero h1 { font-size: clamp(2.1rem, 11vw, 3.1rem); }
  .bf-truck-art { background-position: 68% center; opacity: .34; }
  .bf-search-shell { grid-template-columns: 1fr; }
  .bf-mode-wrap, .bf-input-wrap, .bf-search-button { grid-column: 1; }
  .bf-input-wrap { min-height: 62px; }
  .bf-search-button { min-height: 52px; border-radius: 0 0 10px 10px; }
  .bf-suggestion-row { grid-template-columns: 48px minmax(0, 1fr); gap: 10px; }
  .bf-suggestion-row > .bf-stock-badge, .bf-suggestion-row > .bf-order-badge { display: none; }
  .bf-search-help > span:nth-child(2), .bf-search-help > span:nth-child(3), .bf-search-help > span:nth-child(4) { display: none; }
  .bf-results-summary, .bf-other-heading { align-items: flex-start; flex-direction: column; gap: 6px; }
  .bf-primary-topline { align-items: flex-start; flex-direction: column; gap: 4px; padding: 12px 16px; }
  .bf-primary-grid { grid-template-columns: 104px minmax(0, 1fr); gap: 14px; padding: 16px; }
  .bf-product-image { height: 120px; }
  .bf-title-row h3 { font-size: 1.45rem; }
  .bf-title-row p { font-size: .84rem; }
  .bf-title-row .bf-stock-badge, .bf-title-row .bf-order-badge { min-height: 30px; padding: 0 8px; font-size: .7rem; }
  .bf-application, .bf-spec-grid { grid-column: 1 / -1; }
  .bf-application { margin-top: 18px; }
  .bf-spec-grid { grid-template-columns: 1fr; }
  .bf-cross-section { padding: 18px 16px 20px; }
  .bf-cross-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bf-other-results { padding: 16px; }
  .bf-result-row { grid-template-columns: 52px minmax(0, 1fr) 16px; gap: 10px; padding: 9px 10px; }
  .bf-result-row > .bf-stock-badge, .bf-result-row > .bf-order-badge { grid-column: 2; justify-self: start; }
  .bf-row-arrow { grid-column: 3; grid-row: 1 / span 2; }
  .bf-welcome-card { padding: 26px 20px; }
  .bf-examples button { grid-template-columns: 1fr auto; padding: 10px 14px; }
  .bf-examples button span:first-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  .bf-finder *, .bf-finder *::before, .bf-finder *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
