:root {
  --ink: #10100f;
  --ink-2: #1b1a18;
  --sand: #f4efe7;
  --paper: #fffdf9;
  --clay: #b95f35;
  --clay-dark: #8d4024;
  --gold: #dda85c;
  --sage: #6d765e;
  --muted: #6f6b64;
  --line: #ded7cd;
  --white: #fff;
  --success: #2f7d55;
  --radius: 18px;
  --shadow: 0 18px 50px rgba(39, 29, 20, .12);
  --container: 1180px;
}

.vehicle-media-studio { display: grid; gap: 18px; }
.media-studio-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; }
.media-studio-tile { display: grid; gap: 10px; min-width: 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.media-studio-tile.drag-over { outline: 3px solid var(--clay); outline-offset: 2px; }
.media-studio-tile.media-cover { border-color: var(--clay); }
.media-preview { display: block; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; background: #111; }
.media-preview img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-tile-body { display: grid; gap: 3px; min-width: 0; }
.media-tile-body strong, .media-tile-body span, .media-tile-body small { min-width: 0; overflow-wrap: break-word; word-break: normal; }
.media-tile-body small { color: var(--muted); font-size: .78rem; line-height: 1.35; }
.vehicle-media-studio .filter-row .button { white-space: nowrap; }

*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; overflow-wrap: normal; word-break: normal; hyphens: none; }
img { display: block; max-width: 100%; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.hidden { display: none !important; }
.muted { color: var(--muted); }
.eyebrow { margin: 0 0 12px; color: var(--clay); font-size: .74rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
.section { padding: 88px 0; }
.section-soft { background: var(--sand); }
.section-dark { background: var(--ink); color: var(--white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.section-head h2, .page-hero h1, .hero-copy h1 { margin: 0; font-family: Georgia, serif; line-height: 1.02; letter-spacing: -.04em; }
.section-head h2 { font-size: clamp(2.1rem, 4vw, 3.6rem); }
.section-head p { max-width: 590px; margin: 10px 0 0; color: var(--muted); line-height: 1.7; }
.section-dark .section-head p { color: #c5beb4; }

.utility-bar { background: #080808; color: #d8cfc4; font-size: .74rem; letter-spacing: .035em; border-bottom: 1px solid rgba(221,168,92,.17); }
.utility-inner { min-height: 39px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.utility-inner a { display: inline-flex; align-items: center; gap: 7px; transition: color .18s; }
.utility-links { display: flex; align-items: center; gap: 24px; }
.utility-phone { color: #fff; font-size: .93rem; font-weight: 900; letter-spacing: .055em; text-shadow: 0 0 18px rgba(221,168,92,.22); }
.utility-inner a:hover { color: var(--gold); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(16,16,15,.97); color: var(--white); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(15px); }
.nav-wrap { width: min(calc(var(--container) + 64px), calc(100% - 16px)); min-height: 142px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { width: fit-content; max-width: 48%; flex: 0 1 auto; display: grid; justify-items: center; gap: 2px; }
.brand img { width: auto; height: clamp(99px, 9vw, 120px); max-width: 100%; object-fit: contain; }
.dealer-trust { width: 100%; margin: -7px 0 8px; color: #c9a76c; font-size: .56rem; font-weight: 800; letter-spacing: .12em; text-align: center; text-transform: uppercase; transform: translateX(8px); }
nav { display: flex; align-items: center; gap: 25px; }
nav a { padding: 28px 0; color: #ded8d0; font-size: .78rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; border-bottom: 2px solid transparent; }
nav a:hover, nav a.active { color: var(--white); border-bottom-color: var(--clay); }
nav .nav-admin { padding: 10px 14px; border: 1px solid #5c554d; border-radius: 8px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid #48443f; border-radius: 8px; background: transparent; }
.menu-button span { width: 19px; height: 2px; margin: 4px auto; display: block; background: #fff; }
.mobile-call { display: none; min-height: 42px; align-items: center; justify-content: center; padding: 0 15px; border: 1px solid var(--gold); border-radius: 8px; background: var(--gold); color: #111; font-size: .7rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.hero { position: relative; height: 700px; overflow: hidden; background: var(--ink); color: var(--white); }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .8s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,9,.9) 0%, rgba(5,7,9,.62) 48%, rgba(5,7,9,.08) 80%), linear-gradient(0deg, rgba(5,7,9,.55), transparent 45%); }
.hero-content { position: absolute; z-index: 2; inset: 0; display: grid; align-content: center; padding: 45px 0 100px; }
.hero-copy { width: min(900px, 100%); }
.hero-copy .eyebrow { color: #f2bf7c; }
.hero-copy h1 { font-size: clamp(2.85rem, 4.4vw, 4.5rem); max-width: 23ch; }
.hero-copy p:not(.eyebrow) { max-width: 600px; color: #e0d8ce; font-size: 1.08rem; line-height: 1.75; }
.hero-copy .hero-trust-line { display: inline-flex; align-items: center; gap: 8px; margin: 15px 0 0; padding: 7px 11px; border: 1px solid rgba(221,168,92,.36); border-radius: 999px; background: rgba(8,8,8,.35); color: #f2d3a6; font-size: .7rem; font-weight: 850; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.hero-trust-line span { color: var(--gold); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { display: inline-flex; min-width: max-content; max-width: 100%; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 0 22px; border: 1px solid transparent; border-radius: 9px; background: var(--clay); color: #fff; font-weight: 800; font-size: .78rem; letter-spacing: .06em; line-height: 1.1; text-align: center; text-transform: uppercase; white-space: nowrap; overflow-wrap: normal; word-break: normal; hyphens: none; transition: transform .15s, background .15s, border-color .15s, color .15s, box-shadow .15s; }
.button:hover { transform: translateY(-1px); background: var(--clay-dark); box-shadow: 0 8px 20px rgba(39,29,20,.16); }
.button-light { background: #fff; color: var(--ink); }
.button-light:hover { background: #eee7dc; }
.button-outline { border-color: currentColor; background: transparent; }
.button-outline:hover { background: rgba(255,255,255,.08); }
.button-hero-contact { border-color: var(--gold); background: var(--gold); color: #17130d; }
.button-hero-contact:hover { border-color: #f0c885; background: #f0c885; color: #17130d; }
.button-small { min-height: 39px; padding: 0 14px; font-size: .7rem; }
.button-danger { background: #9b342c; }
.slider-controls { position: absolute; z-index: 4; bottom: 55px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; }
.slider-dot { width: 9px; height: 9px; padding: 0; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; background: rgba(255,255,255,.24); }
.slider-dot.active { background: var(--gold); }
.slider-arrow { position: absolute; z-index: 4; top: 50%; width: 52px; height: 64px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.3); background: rgba(5,7,9,.48); color: #fff; font-size: 2.5rem; line-height: 1; backdrop-filter: blur(8px); transition: background .2s; }
.slider-arrow:hover { background: var(--clay); }
.slider-prev { left: 22px; }
.slider-next { right: 22px; }

.quick-search { position: relative; z-index: 4; margin-top: -46px; }
.quick-search form { display: grid; grid-template-columns: 1.1fr 1fr 1fr auto; align-items: end; gap: 16px; padding: 28px; border: 1px solid rgba(185,95,53,.14); border-radius: var(--radius); background: #fff; box-shadow: 0 22px 60px rgba(39,29,20,.18); }
.quick-search select { min-height: 52px; background: #fff; }
.quick-search .button { min-height: 52px; padding-inline: 28px; }
.home-trust { padding: 60px 0 18px; background: linear-gradient(180deg, #fffdf9, #f7f1e9); }
.home-trust-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 26px; }
.home-trust-head .eyebrow { margin: 0; }
.home-trust-head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.05; letter-spacing: -.035em; }
.home-trust-head > p { max-width: 430px; margin: 0; color: var(--muted); line-height: 1.65; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.trust-point { display: flex; align-items: center; gap: 12px; min-height: 65px; padding: 15px 17px; border: 1px solid #e5d9ca; border-radius: 12px; background: #fff; color: #27231e; font-size: .82rem; font-weight: 800; box-shadow: 0 8px 24px rgba(39,29,20,.05); }
.trust-icon { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; background: #161614; color: var(--gold); }
.trust-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.finance-teaser { padding: 36px 0 0; background: #f7f1e9; }
.finance-section-head { margin-bottom: 20px; }
.finance-section-head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -.035em; }
.finance-teaser-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px 34px; border: 1px solid rgba(221,168,92,.35); border-radius: var(--radius); background: #171715; color: #fff; box-shadow: 0 16px 42px rgba(39,29,20,.13); }
.finance-teaser p:not(.eyebrow) { max-width: 650px; margin: 0; color: #d4ccc2; line-height: 1.65; }
.finance-needs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.finance-needs span { padding: 7px 10px; border: 1px solid rgba(221,168,92,.36); border-radius: 999px; color: #f0d0a2; font-size: .7rem; font-weight: 800; letter-spacing: .05em; }
.finance-teaser .button { flex: 0 0 auto; min-height: 52px; }
.field { display: grid; gap: 7px; }
.field label, .field-label { color: #4e4943; font-size: .7rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
input, select, textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); }
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid rgba(185,95,53,.28); border-color: var(--clay); }

.vehicle-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 24px; }
.vehicle-card { height: 100%; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 36px rgba(39,29,20,.07); transition: transform .2s, box-shadow .2s; }
.vehicle-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.vehicle-photo { position: relative; display: grid; place-items: center; aspect-ratio: 4 / 3; overflow: hidden; padding: 8px; background: linear-gradient(145deg, #f5f0e7, #e5dbce); }
.vehicle-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center center; transition: transform .4s; }
.vehicle-card:hover .vehicle-photo img { transform: none; }
.status { position: absolute; top: 13px; left: 13px; padding: 7px 12px; border: 1px solid rgba(240,200,133,.42); border-radius: 99px; background: rgba(12,12,11,.94); color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,.22); font-size: .74rem; font-weight: 900; letter-spacing: .085em; line-height: 1; text-transform: uppercase; }
.status.Pending { border-color: #d5a14b; background: #8a5e13; color: #fff8e8; }
.status.Sold { border-color: #c66f67; background: #762922; color: #fff4f2; }
.vehicle-body { flex: 1; display: flex; flex-direction: column; padding: 21px; }
.vehicle-card-content { flex: 1; display: flex; flex-direction: column; }
.vehicle-body h3 { margin: 6px 0 8px; font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.16; }
.vehicle-title { min-height: 3.45rem; overflow: visible; }
.vehicle-title a { display: block; overflow-wrap: normal; word-break: normal; }
.vehicle-kicker { height: 1.3rem; margin: 0; overflow: hidden; color: var(--clay); font-size: .68rem; font-weight: 850; letter-spacing: .1em; line-height: 1.3rem; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.vehicle-card-summary { min-height: 3.7rem; margin: 0 0 12px; color: #4f4941; font-size: .82rem; line-height: 1.5; overflow: hidden; }
.price { margin: 0; font-size: 1.3rem; font-weight: 900; }
.card-payment { min-height: 10.15rem; margin-top: 5px; padding: 12px; border: 1px solid #eadcc9; border-radius: 9px; background: #fffaf2; }
.card-payment-estimate { min-height: 1.25rem; display: flex; align-items: flex-start; gap: 2px; margin: 0; color: var(--clay-dark); font-size: .94rem; font-weight: 900; }
.estimate-tooltip { position: relative; width: 16px; height: 16px; display: inline-grid; place-items: center; border: 1px solid #c9b79f; border-radius: 50%; color: var(--muted); font-size: .58rem; font-style: normal; cursor: help; }
.estimate-asterisk { width: auto; height: auto; border: 0; border-radius: 0; color: var(--clay-dark); font-size: .72rem; }
.estimate-tooltip::after { content: attr(data-tooltip); position: absolute; z-index: 5; left: 50%; bottom: calc(100% + 7px); width: max-content; max-width: 160px; padding: 6px 8px; border-radius: 6px; background: #171715; color: #fff; font-size: .65rem; font-weight: 700; line-height: 1.3; opacity: 0; pointer-events: none; transform: translate(-50%, 4px); transition: opacity .15s, transform .15s; }
.estimate-tooltip:hover::after, .estimate-tooltip:focus::after { opacity: 1; transform: translate(-50%, 0); }
.card-payment-basis { display: grid; grid-template-columns: auto 1fr; gap: 2px 9px; margin: 8px 0 11px; color: var(--muted); font-size: .67rem; line-height: 1.35; }
.card-payment-basis span { grid-row: 1 / 4; }
.card-payment-basis strong { color: #625d56; font-weight: 750; }
.card-finance-button { width: 100%; min-height: 38px; padding-inline: 10px; font-size: .65rem; }
.vehicle-history-slot { min-height: 1.65rem; display: flex; align-items: center; margin-top: 9px; }
.history-provider-badge { max-width: 100%; overflow: hidden; padding: 5px 8px; border: 1px solid #e4d1b8; border-radius: 999px; background: #fff8ed; color: var(--clay-dark); font-size: .62rem; font-weight: 850; letter-spacing: .05em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.spec-row { min-height: 7.15rem; display: grid; align-content: start; gap: 8px; margin: 14px 0 17px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.spec-row span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.card-bottom { display: flex; align-items: center; margin-top: auto; }
.text-link { color: var(--clay-dark); font-weight: 850; font-size: .74rem; letter-spacing: .06em; text-transform: uppercase; }
.featured-home-section { padding: 76px 0; background: #fffdf9; }
.featured-details-button { width: 100%; }
.reviews-section { padding: 72px 0; background: #121210; color: #fff; }
.reviews-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.reviews-head h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3.2rem); line-height: 1.05; letter-spacing: -.035em; }
.reviews-empty-state { display: flex; align-items: center; gap: 22px; padding: 30px; border: 1px solid rgba(221,168,92,.3); border-radius: var(--radius); background: #1b1b18; }
.reviews-google-mark { width: 58px; height: 58px; flex: 0 0 58px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #4285f4; font-size: 1.7rem; font-weight: 900; }
.reviews-empty-state h3 { margin: 0; font-family: Georgia, serif; font-size: 1.45rem; line-height: 1.3; }
.reviews-empty-state p { margin: 8px 0 0; color: #aaa299; line-height: 1.65; }
.reviews-feed { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { min-height: 180px; padding: 24px; border: 1px solid rgba(221,168,92,.3); border-radius: var(--radius); background: #1b1b18; }
.review-card-meta { display: flex; justify-content: space-between; gap: 16px; color: var(--gold); font-size: .72rem; }
.review-card p { margin: 20px 0 0; color: #ddd4ca; line-height: 1.7; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { padding: 31px; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius); background: #181816; }
.feature .icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: rgba(185,95,53,.2); color: #efb17f; font-weight: 900; }
.feature h3 { margin: 23px 0 10px; font-family: Georgia, serif; font-size: 1.42rem; }
.feature p { margin: 0; color: #bdb5ac; line-height: 1.7; }
.finance-benefits { padding: 42px 0; background: #f7f1e9; }
.finance-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.finance-benefit-grid article { padding: 25px; border: 1px solid #e4d8c9; border-radius: var(--radius); background: #fff; box-shadow: 0 10px 28px rgba(39,29,20,.06); }
.finance-benefit-grid span { display: block; margin-bottom: 18px; color: var(--clay); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.finance-benefit-grid h3 { margin: 0 0 9px; font-family: Georgia, serif; font-size: 1.4rem; }
.finance-benefit-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.finance-application-section { background: #fffdf9; }
.finance-application-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 70px; }
.finance-page-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 25px; }
.finance-page-tags span { padding: 8px 11px; border: 1px solid #e3d2bd; border-radius: 999px; background: #fff8ee; color: var(--clay-dark); font-size: .7rem; font-weight: 850; letter-spacing: .04em; }
.finance-trust-badges { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin: 0 0 25px; }
.finance-trust-badges span { padding: 10px 11px; border: 1px solid #e5d9ca; border-radius: 9px; background: #fff; color: #39342e; font-size: .7rem; font-weight: 800; line-height: 1.35; }
.finance-needs-card { margin-bottom: 25px; padding: 22px; border: 1px solid #e5d9ca; border-radius: 12px; background: #fff; box-shadow: 0 8px 24px rgba(39,29,20,.05); }
.finance-needs-card h3 { margin: 0 0 16px; font-family: Georgia, serif; font-size: 1.35rem; }
.finance-needs-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.finance-needs-list span { padding: 9px 10px; border-radius: 8px; background: #fff8ee; color: #39342e; font-size: .7rem; font-weight: 800; line-height: 1.35; }
.finance-needs-list small { color: var(--muted); font-size: .62rem; font-weight: 700; }
.finance-needs-card > p { margin: 17px 0 0; color: var(--muted); font-size: .75rem; line-height: 1.55; }
.finance-phone-callout { display: grid; justify-items: start; gap: 7px; margin-top: 22px; padding: 18px 20px; border-left: 4px solid var(--clay); border-radius: 0 12px 12px 0; background: var(--sand); }
.finance-phone-callout > span { color: var(--muted); font-size: .72rem; font-weight: 750; letter-spacing: .035em; }
.finance-phone-callout a { margin-top: 4px; color: var(--clay); font-size: clamp(1.55rem, 2.25vw, 1.85rem); font-weight: 900; line-height: 1.08; }
.finance-phone-callout a:hover { color: var(--clay-dark); }
.finance-phone-callout p { margin: 0; color: var(--muted); font-size: .78rem; line-height: 1.5; }
.finance-application-card { padding: 38px; border: 1px solid rgba(221,168,92,.4); border-radius: var(--radius); background: #171715; color: #fff; box-shadow: var(--shadow); }
.finance-application-card h2, .finance-lead-form h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3rem); line-height: 1.05; letter-spacing: -.035em; }
.finance-application-card > p:not(.eyebrow):not(.form-note) { margin: 18px 0 25px; color: #d4ccc2; line-height: 1.7; }
.finance-application-card .form-note { margin-top: 18px; color: #aaa299; }
.finance-apply-button { width: 100%; min-height: 54px; border-color: var(--gold); background: var(--gold); color: #17130d; }
.finance-apply-button:hover { border-color: #f0c885; background: #f0c885; color: #17130d; }
.finance-lead-form { box-shadow: var(--shadow); }
.finance-lead-form .field-full > .muted { margin: 10px 0 0; line-height: 1.65; }
.finance-form-trust { margin: 12px 0 2px; color: var(--muted); font-size: .84rem; font-weight: 650; line-height: 1.65; }
.finance-application-card .finance-form-trust { color: #d4ccc2; }
.finance-credit-notice { margin: 0; padding: 10px 12px; border-left: 3px solid #d7c5ae; background: #faf7f2; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.common-lenders { padding: 18px; border: 1px solid #e5e0d9; border-radius: 10px; background: #faf9f7; }
.common-lenders-intro { margin-bottom: 17px; }
.common-lenders h3 { margin: 0; color: #4e4a45; font-size: .92rem; font-weight: 850; letter-spacing: .025em; line-height: 1.35; }
.common-lenders-intro p { max-width: 650px; margin: 6px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.common-lender-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.common-lender-grid div { height: 122px; min-height: 122px; display: grid; place-items: center; align-content: center; gap: 13px; padding: 14px 8px; border: 1px solid #e3e0db; border-radius: 8px; background: #fff; color: #77736e; filter: grayscale(1); text-align: center; transition: border-color .18s, color .18s, transform .18s, box-shadow .18s; }
.common-lender-grid div:hover { transform: translateY(-2px); border-color: #bdb7af; color: #4e4a45; box-shadow: 0 7px 16px rgba(39,29,20,.07); }
.common-lender-grid svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; opacity: .72; }
.common-lender-grid span { font-size: .61rem; font-weight: 850; line-height: 1.25; }
.common-lenders > p { margin: 11px 0 0; color: var(--muted); font-size: .65rem; line-height: 1.5; }
.financing-benefits-cards { padding: 18px; border: 1px solid #e5e0d9; border-radius: 10px; background: #faf9f7; }
.financing-benefits-head { margin-bottom: 15px; }
.financing-benefits-head h3 { margin: 0; color: #4e4a45; font-size: .92rem; font-weight: 850; letter-spacing: .025em; line-height: 1.35; }
.financing-benefits-head p { margin: 6px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.financing-benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.financing-benefits-grid > div { min-height: 104px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 13px 8px; border: 1px solid #e3e0db; border-radius: 8px; background: #fff; text-align: center; }
.financing-benefits-grid strong { font-size: .68rem; line-height: 1.3; }
.finance-lender-disclaimer { margin: 0; padding: 11px 13px; border-radius: 8px; background: #f7f1e9; color: #625d56; font-size: .72rem; line-height: 1.55; }
.trade-intro { padding: 42px 0; background: #171715; color: #fff; }
.trade-intro-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trade-intro article { padding: 25px; border: 1px solid rgba(221,168,92,.25); border-radius: var(--radius); background: #1e1e1b; }
.trade-intro span { color: var(--gold); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.trade-intro h3 { margin: 16px 0 8px; font-family: Georgia, serif; font-size: 1.4rem; }
.trade-intro p { margin: 0; color: #c7bfb5; line-height: 1.65; }
.trade-form-section { background: #fffdf9; }
.trade-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: start; gap: 70px; }
.trade-lead-form h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 3.5vw, 3rem); letter-spacing: -.035em; }
.optional-label { color: var(--muted); font-size: .58rem; font-weight: 700; letter-spacing: .03em; text-transform: lowercase; }
.trade-photo-preview, .trade-lead-photos { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 12px; }
.trade-photo-chip { position: relative; overflow: hidden; aspect-ratio: 4/3; border-radius: 8px; background: var(--sand); }
.trade-photo-chip img, .trade-lead-photos img { width: 100%; height: 100%; object-fit: cover; }
.trade-photo-chip button { position: absolute; top: 4px; right: 4px; width: 26px; height: 26px; padding: 0; border: 0; border-radius: 50%; background: #9b342c; color: #fff; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.desert-panel { min-height: 430px; border-radius: var(--radius); background: url("/assets/cta-trade.png") center/cover; box-shadow: var(--shadow); }
.split-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.3rem, 4.5vw, 4.4rem); line-height: 1.02; letter-spacing: -.04em; }
.split-copy p { color: var(--muted); line-height: 1.75; }
.cta { padding: 68px 0; background: var(--clay); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.6rem); }
.cta p { margin: 9px 0 0; color: #f6ded1; }
.home-cta { position: relative; min-height: 470px; display: grid; align-items: center; overflow: hidden; background-position: center; background-size: cover; color: #fff; }
.home-cta::before { content:""; position:absolute; inset:0; background:linear-gradient(90deg,rgba(7,8,10,.9),rgba(7,8,10,.45) 58%,rgba(7,8,10,.12)); }
.home-cta-finance { background-image:url("/assets/cta-financing.png"); }
.home-cta-trade { background-image:url("/assets/cta-trade.png"); }
.home-cta-trade::before { background:linear-gradient(270deg,rgba(7,8,10,.9),rgba(7,8,10,.45) 58%,rgba(7,8,10,.12)); }
.home-cta-copy { position:relative; z-index:1; }
.home-cta-copy-right { display:grid; justify-items:start; justify-content:end; }
.home-cta-copy h2 { max-width:620px; margin:0; font-family:Georgia,serif; font-size:clamp(2.8rem,5vw,5rem); line-height:1; letter-spacing:-.04em; }
.home-cta-copy p:not(.eyebrow) { max-width:560px; color:#e0d8ce; font-size:1.04rem; line-height:1.7; }

.compliance-portal { margin: 34px 0; padding: 28px; border: 1px solid #d8cab8; border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(39,29,20,.08); }
.compliance-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 22px 0; }
.compliance-big-button { min-height: 82px; padding: 14px 18px; border: 2px solid #1c1b19; border-radius: 8px; background: #191816; color: #fff; font-size: 1rem; font-weight: 900; letter-spacing: .02em; text-align: left; }
.compliance-big-button:hover { background: var(--clay); border-color: var(--clay); }
.compliance-big-button.active { background: var(--clay); border-color: var(--clay-dark); }
.compliance-panel { display: grid; gap: 18px; }
.compliance-panel > * { min-width: 0; max-width: 100%; }
.compliance-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 18px; }
.compliance-summary-grid.os-dashboard { grid-template-columns: repeat(4, 1fr); }
.compliance-answer { min-height: 112px; display: grid; align-content: center; gap: 8px; padding: 18px; border: 1px solid #e4d8c9; border-radius: 8px; background: #faf7f2; }
.compliance-answer span { color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.compliance-answer strong { font-size: 1.15rem; line-height: 1.25; }
.owner-dashboard { box-shadow: none; }
.owner-dashboard h3, .quick-actions h3 { margin: 0 0 16px; font-size: 1.25rem; }
.quick-actions { margin-top: 18px; padding-top: 18px; border-top: 1px solid #eee4d8; }
.quick-actions > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.quick-action-button { min-height: 78px; padding: 14px 16px; border: 2px solid #1c1b19; border-radius: 8px; background: #191816; color: #fff; font-size: .92rem; font-weight: 900; letter-spacing: .03em; text-align: left; text-transform: uppercase; }
.quick-action-button:hover { border-color: var(--clay); background: var(--clay); }
.workflow-guidance { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 12px; }
.workflow-guidance > div { min-height: 118px; padding: 17px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; }
.workflow-guidance span { display: block; margin-bottom: 8px; color: var(--clay-dark); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.workflow-guidance strong { display: block; line-height: 1.3; }
.workflow-guidance p { margin: 8px 0 0; color: var(--muted); line-height: 1.45; }
.workflow-next-card { display: grid; gap: 8px; padding: 16px; border: 1px solid #d9e1d0; border-left: 5px solid #6d765e; border-radius: 8px; background: #f8fbf5; }
.workflow-next-card > div { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.workflow-next-card p { margin: 0; color: var(--ink); font-weight: 800; }
.workflow-next-card span { color: var(--muted); font-size: .85rem; font-weight: 800; }
.workflow-next-card ul { margin: 4px 0 0; padding-left: 18px; color: var(--muted); }
.workflow-status-badge { display: inline-flex; width: fit-content; padding: 5px 8px; border-radius: 999px; background: #eef1ea; color: #3f4938; font-size: .62rem; font-weight: 950; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.workflow-not-started { background: #edf0f2; color: #56606a; }
.workflow-in-progress { background: #e5f0fb; color: #255f91; }
.workflow-blocked { background: #fff0d9; color: #9a5b12; }
.workflow-overdue { background: #f7dfdc; color: #8b2f28; }
.workflow-ready-for-next-step { background: #e8f4df; color: #42692c; }
.workflow-complete { background: #dcefe4; color: #1f6840; }
.workflow-engine-panel .admin-table td { vertical-align: top; }
.operations-engine-panel section { margin-top: 24px; }
.operations-engine-panel h4 { margin: 0 0 12px; }
.operations-role-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.operations-role-card { min-height: 150px; padding: 16px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; }
.operations-role-card div { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.operations-role-card strong { font-size: 1rem; }
.operations-role-card span, .operations-role-card p { color: var(--muted); font-size: .78rem; line-height: 1.45; }
.operations-progress { display: grid; gap: 4px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; }
.operations-progress span { color: var(--clay-dark); letter-spacing: 1px; }
.operations-alert { display: inline-flex; width: fit-content; margin-top: 5px; padding: 4px 8px; border-radius: 999px; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.operations-green { background: #dcefe4; color: #1f6840; }
.operations-yellow { background: #fff0cf; color: #805b12; }
.operations-orange { background: #fde0c0; color: #8b4a12; }
.operations-red { background: #f7dfdc; color: #8b2f28; }
.title-department-panel section { margin-top: 24px; }
.title-department-panel h4 { margin: 0 0 12px; }
.title-aging-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.title-aging-grid > div { min-height: 92px; padding: 16px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fbf8f3; }
.title-aging-grid span { display: block; color: var(--muted); font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.title-aging-grid strong { display: block; margin-top: 10px; color: var(--ink); font-size: 1.45rem; }
.title-aging { display: inline-flex; width: fit-content; margin-top: 5px; padding: 4px 8px; border-radius: 999px; font-size: .62rem; font-weight: 900; text-transform: uppercase; }
.title-green { background: #dcefe4; color: #1f6840; }
.title-yellow { background: #fff0cf; color: #805b12; }
.title-orange { background: #fde0c0; color: #8b4a12; }
.title-red { background: #f7dfdc; color: #8b2f28; }
.vehicle-workspace { display: grid; gap: 20px; }
.vehicle-workspace-header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 360px); gap: 20px; align-items: end; }
.vehicle-workspace-header h3 { margin: 4px 0 8px; font-size: clamp(1.55rem, 2vw, 2.2rem); }
.vehicle-workspace-status-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 12px; }
.vehicle-workspace-status-grid > div { min-height: 92px; padding: 16px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fbf8f3; display: flex; flex-direction: column; justify-content: space-between; }
.vehicle-workspace-status-grid span { color: var(--muted); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.vehicle-workspace-status-grid strong { margin-top: 10px; color: var(--ink); font-size: clamp(.92rem, 1vw, 1.02rem); line-height: 1.25; overflow-wrap: break-word; word-break: normal; hyphens: none; }
.vehicle-readiness-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr)); gap: 14px; margin: 18px 0; }
.vehicle-readiness-panel { padding: 16px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; }
.vehicle-readiness-panel .admin-top { align-items: flex-start; gap: 12px; margin-bottom: 14px; }
.vehicle-readiness-panel h3 { margin: 4px 0 6px; }
.inventory-readiness-card h3 { font-size: 1.12rem; line-height: 1.25; }
.inventory-readiness-card .admin-top { margin-bottom: 12px; }
.readiness-next-list { display: grid; gap: 8px; margin-bottom: 12px; }
.readiness-next-list h4 { margin: 0 0 2px; color: var(--ink); font-size: .82rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.readiness-next-action,
.readiness-next-complete { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 58px; padding: 10px 12px; border: 1px solid #ece2d6; border-radius: 8px; background: #fbf8f3; }
.readiness-next-action strong,
.readiness-next-complete strong { display: block; color: var(--ink); line-height: 1.2; overflow-wrap: break-word; word-break: normal; hyphens: none; }
.readiness-next-action span,
.readiness-next-complete span { display: block; margin-top: 3px; color: var(--muted); font-size: .84rem; line-height: 1.25; }
.readiness-next-action .button { flex: 0 0 auto; min-width: 120px; white-space: nowrap; }
.readiness-score { min-width: 92px; text-align: right; }
.readiness-score strong { display: block; color: var(--ink); font-size: 1.55rem; line-height: 1; }
.readiness-score span { color: var(--muted); font-size: .78rem; font-weight: 850; }
.readiness-list { display: grid; gap: 8px; }
.readiness-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px; border: 1px solid #ece2d6; border-radius: 8px; background: #fbf8f3; }
.readiness-item.complete { background: #f3fbf6; border-color: #d4e8dc; }
.readiness-item strong { display: block; color: var(--ink); overflow-wrap: break-word; word-break: normal; hyphens: none; }
.readiness-item span { display: block; margin-top: 3px; color: var(--muted); font-size: .86rem; }
.readiness-item-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; flex-wrap: wrap; }
.readiness-item-actions .notification-result { display: inline-flex; margin: 0; }
.vehicle-workspace-tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fbf8f3; }
.vehicle-workspace-tabs button { min-width: max-content; min-height: 42px; padding: 0 14px; border: 1px solid transparent; border-radius: 7px; background: transparent; color: var(--muted); font-weight: 900; white-space: nowrap; cursor: pointer; }
.vehicle-workspace-tabs button:hover { border-color: var(--clay); color: var(--ink); }
.vehicle-workspace-tabs button.active { background: var(--clay); color: #fff; border-color: var(--clay-dark); }
.vehicle-workspace-body { min-height: 260px; }
.vehicle-workspace-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.vehicle-workspace-grid section { padding: 18px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; }
.vehicle-workspace-grid h4 { margin: 0 0 14px; font-size: 1rem; }
.vehicle-workspace-grid dl { display: grid; grid-template-columns: minmax(120px, .44fr) minmax(140px, 1fr); gap: 11px 18px; margin: 0; }
.vehicle-workspace-grid dt { color: var(--muted); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.vehicle-workspace-grid dd { margin: 0; min-width: 0; font-weight: 800; color: var(--ink); overflow-wrap: break-word; word-break: normal; hyphens: none; }
.workspace-alert { padding: 12px 14px; border: 1px solid #e7c9a9; border-radius: 8px; background: #fff7ed; color: #684019; font-weight: 800; }
.workspace-alert + .workspace-alert { margin-top: 8px; }
.workspace-number { font-size: 1.7rem; font-weight: 900; color: var(--ink); }
.workspace-task-list { display: grid; gap: 10px; }
.workspace-task-complete { opacity: .72; }
.workspace-photo-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.workspace-photo-grid a { display: block; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 8px; border: 1px solid var(--line); background: #f3eee7; }
.workspace-photo-grid img { width: 100%; height: 100%; object-fit: cover; }
.acquisition-dashboard, .acquisition-picker, .acquisition-progress-card, .acquisition-workflow-header { margin-bottom: 24px; }
.acquisition-status-cards { display: grid; grid-template-columns: repeat(2, minmax(420px, 1fr)); align-items: stretch; gap: 18px; margin-bottom: 24px; }
.acquisition-progress-card { min-height: 318px; display: flex; flex-direction: column; padding: 24px; border-color: #e4d3bd; background: linear-gradient(180deg,#fffaf2 0%,#fff 100%); box-shadow: 0 12px 32px rgba(83,63,39,.07); }
.acquisition-progress-card .eyebrow { margin-bottom: 8px; font-size: .76rem; letter-spacing: .14em; }
.acquisition-progress-card h3 { min-height: 3.75rem; margin: 0 0 32px; font-family: Georgia, serif; font-size: clamp(1.45rem, 1.8vw, 1.75rem); line-height: 1.18; letter-spacing: -.025em; }
.acquisition-progress-card > .muted { margin: auto 0 0; padding-top: 16px; color: var(--clay-dark); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.acquisition-status-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.acquisition-status-grid div { min-height: 86px; display: grid; align-content: center; gap: 6px; padding: 19px 16px; border: 1px solid #eadfce; border-radius: 10px; background: #fff; box-shadow: inset 4px 0 0 rgba(47,125,85,.2); }
.acquisition-status-grid div:first-child { grid-column: 1 / -1; min-height: 82px; background: #f8fbf5; border-color: #d9e1d0; box-shadow: inset 4px 0 0 var(--success); }
.acquisition-status-grid span { display: block; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.acquisition-status-grid strong { display: block; position: relative; padding-left: 22px; color: var(--clay-dark); font-size: .98rem; font-weight: 900; line-height: 1.25; overflow-wrap: normal; }
.acquisition-status-grid strong::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--success); font-weight: 950; }
.acquisition-picker-header { margin-bottom: 18px; }
.acquisition-picker-header h3 { margin: 0 0 6px; font-size: 1.45rem; }
.acquisition-picker-header p { margin: 0; color: var(--muted); max-width: 680px; }
.acquisition-type-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; gap: 14px; }
.acquisition-type-button { min-width: 0; min-height: 112px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; gap: 10px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); text-align: left; white-space: normal; overflow-wrap: break-word; word-break: normal; hyphens: none; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease; }
.acquisition-type-button.available-method { cursor: pointer; }
.acquisition-type-button.available-method:hover { border-color: var(--clay); background: #fffaf2; box-shadow: 0 8px 20px rgba(83,63,39,.08); transform: translateY(-1px); }
.acquisition-type-button.coming-soon-method { background: #f5f2ee; color: #7a736a; cursor: default; opacity: .78; }
.acquisition-type-button strong, .acquisition-type-button span { display: block; max-width: 100%; min-width: 0; overflow-wrap: break-word; word-break: normal; hyphens: none; }
.acquisition-type-button strong { font-size: .98rem; line-height: 1.25; }
.acquisition-type-button span { margin-top: 0; color: var(--muted); font-size: .72rem; font-weight: 900; line-height: 1.25; text-transform: uppercase; }
.acquisition-type-button .available { color: #3f7c4c; }
.acquisition-type-button .coming-soon-badge { display: inline-flex; width: fit-content; margin-top: 12px; padding: 4px 7px; border: 1px solid #d8d0c5; border-radius: 999px; background: #ebe6df; color: #776d62; font-size: .58rem; letter-spacing: .06em; }
.acquisition-type-button.active { border-color: var(--clay); background: #fff8ed; box-shadow: inset 0 0 0 1px var(--clay); }
.acquisition-workflow-header { display: grid; gap: 4px; border-color: #d9e1d0; background: #f8fbf5; }
.acquisition-workflow-header h3 { margin: 0; font-size: 1rem; color: var(--muted); }
.acquisition-workflow-header strong { color: var(--ink); font-size: 1.35rem; }
.acquisition-wizard { row-gap: 18px; }
.acquisition-step { padding-top: 16px; border-top: 1px solid #eadfce; }
.acquisition-step span { display: block; color: var(--muted); font-size: .7rem; font-weight: 900; letter-spacing: .08em; }
.acquisition-step h3 { margin: 4px 0 0; }
.deal-jacket-sections { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.deal-jacket-sections span { padding: 8px 10px; border: 1px solid #e4d8c9; border-radius: 999px; background: #fff; color: #625d56; font-size: .74rem; font-weight: 800; }
.acquisition-document-list { display: grid; gap: 10px; }
.acquisition-document-row { display: grid; grid-template-columns: minmax(160px, 220px) 1fr; gap: 10px; }
.acquisition-wide-answer { margin: 14px 0 0; }
.acquisition-table { margin-top: 24px; }
.acquisition-table td { white-space: normal; }
.acquisition-empty-state { display: grid; justify-items: center; gap: 16px; max-width: 720px; margin: 22px auto; padding: 30px 20px; text-align: center; }
.acquisition-empty-state h3 { margin: 0; font-size: 1.35rem; }
.acquisition-empty-state p { margin: 0; color: var(--muted); }
.acquisition-onboarding-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; width: 100%; text-align: left; }
.acquisition-onboarding-options article { min-width: 0; min-height: 150px; display: flex; flex-direction: column; padding: 16px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; overflow-wrap: break-word; word-break: normal; hyphens: none; }
.acquisition-onboarding-options strong, .acquisition-onboarding-options span { display: block; max-width: 100%; min-width: 0; white-space: normal; overflow-wrap: break-word; word-break: normal; hyphens: none; }
.acquisition-onboarding-options strong { color: var(--clay-dark); line-height: 1.25; }
.acquisition-onboarding-options span { margin-top: 8px; color: var(--muted); line-height: 1.45; }
.workflow-definition-list { margin-top: 14px; padding: 12px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; }
.workflow-definition-list article { padding: 10px 0; border-top: 1px solid #efe6dc; }
.workflow-definition-list article:first-of-type { border-top: 0; }
.workflow-definition-list p { margin: 4px 0; color: var(--muted); }
.workflow-definition-list span { color: var(--clay-dark); font-size: .78rem; font-weight: 850; }
.compliance-warning-list, .compliance-vehicle-list { display: grid; gap: 10px; }
.compliance-warning { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 16px; border-left: 5px solid #c83a31; border-radius: 8px; background: #fff4f2; }
.compliance-warning.warning { border-left-color: #d9822b; background: #fff6e8; }
.compliance-warning.notice { border-left-color: #6d765e; background: #f3f7ef; }
.compliance-warning strong { color: #8f1f18; }
.compliance-warning span { color: var(--muted); font-size: .82rem; font-weight: 800; }
.compliance-vehicle-card { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 18px; padding: 18px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; }
.compliance-vehicle-card h3 { margin: 0 0 8px; font-size: 1rem; }
.compliance-vehicle-card p { margin: 4px 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.title-countdown { min-width: 170px; padding: 11px 12px; border-radius: 8px; font-size: .78rem; font-weight: 900; text-align: center; text-transform: uppercase; }
.title-countdown.green { background: #eaf6ef; color: #20623f; }
.title-countdown.yellow { background: #fff8d8; color: #7a5a00; }
.title-countdown.orange { background: #fff0dd; color: #9a4d00; }
.title-countdown.red { background: #ffe4e1; color: #8f1f18; }
.title-countdown.neutral { background: #eeeeea; color: #4c4842; }
.score-pill { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; font-size: 1.1rem; font-weight: 950; }
.score-pill.green { background: #eaf6ef; color: #20623f; }
.score-pill.yellow { background: #fff8d8; color: #7a5a00; }
.score-pill.red { background: #ffe4e1; color: #8f1f18; }
.compliance-form { max-width: none; }
.compliance-form h3 { margin: 0 0 8px; font-size: 1.35rem; }
.compliance-check { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 12px; border: 1px solid #e4d8c9; border-radius: 8px; background: #faf7f2; font-weight: 850; }
.compliance-check input { width: 20px; min-height: 20px; }
.mobile-mode-banner, .cost-basis-line { margin: 10px 0 0; padding: 12px 14px; border: 1px solid #d8cab8; border-radius: 8px; background: #faf7f2; color: var(--muted); font-weight: 800; }
.cost-basis-line { color: var(--ink); }
.aging-red { border-color: #c83a31; background: #fff4f2; }
.voice-note-form { margin-top: 16px; padding-top: 16px; border-top: 1px solid #e4d8c9; }
.voice-note-list { display: grid; gap: 10px; }
.voice-note-list audio { width: 100%; margin-top: 8px; }
.print-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 16px 0; }
.print-form-grid .button { min-height: 58px; justify-content: flex-start; text-align: left; }
.compliance-four-answers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 0 0 18px; }
.compliance-four-answers > div { min-height: 118px; padding: 17px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; }
.compliance-four-answers strong { display: block; margin-bottom: 8px; color: var(--clay-dark); font-size: .82rem; text-transform: uppercase; }
.compliance-four-answers p { margin: 0; color: var(--muted); line-height: 1.5; }
.vin-scan-row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.role-picker { min-width: 220px; }
.daily-task-board, .timeline-grid section { padding: 18px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; }
.daily-task-board h3, .timeline-grid h3 { margin: 0 0 12px; font-size: 1rem; }
.task-row, .timeline-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 0; border-top: 1px solid #eee4d8; }
.task-row:first-of-type, .timeline-row:first-of-type { border-top: 0; }
.task-row span, .timeline-row span { display: block; margin-top: 4px; color: var(--muted); font-size: .76rem; line-height: 1.35; }
.command-center-row { width: 100%; border-left: 0; border-right: 0; border-bottom: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; font: inherit; }
.command-center-row:hover, .command-center-row:focus-visible { background: #fff8ef; outline: 2px solid rgba(165, 91, 42, .18); outline-offset: -2px; }
.timeline-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 18px; }
.health-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr)); gap: 12px; }
.health-item { min-width: 0; min-height: 110px; display: grid; align-content: center; gap: 8px; padding: 18px; border: 1px solid #e4d8c9; border-radius: 8px; background: #faf7f2; }
.health-item span, .readiness-verdict span { color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.health-item strong, .readiness-verdict strong { min-width: 0; font-size: 1.12rem; line-height: 1.25; overflow-wrap: break-word; word-break: normal; hyphens: none; }
.developer-mode-shell { margin: 34px 0; padding: 28px; border: 1px solid #2c2a27; border-radius: 12px; background: #151514; color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.16); }
.developer-mode-entry { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: 18px 0; padding: 16px 18px; border: 1px solid #2c2a27; border-radius: 8px; background: #fff; }
.developer-mode-entry strong, .developer-mode-entry span { display: block; }
.developer-mode-entry span { margin-top: 3px; color: var(--muted); font-size: .85rem; font-weight: 800; }
.developer-mode-shell .muted { color: #b9b1a7; }
.developer-mode-shell .eyebrow { color: #f0c885; }
.developer-mode-shell h2 { margin: 0; font-family: Georgia, serif; font-size: 1.8rem; }
.developer-mode-shell h3 { margin: 0 0 14px; font-size: 1.15rem; }
.developer-disabled { background: #26231f; }
.developer-mode-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; }
.developer-mode-badge { display: inline-flex; min-height: 36px; align-items: center; padding: 0 12px; border: 1px solid rgba(240,200,133,.5); border-radius: 999px; background: rgba(240,200,133,.12); color: #f0c885; font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.developer-layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 18px; }
.developer-nav { display: grid; align-content: start; gap: 14px; padding: 14px; border: 1px solid #3a3732; border-radius: 8px; background: #1d1c1a; }
.developer-tool-group { display: grid; gap: 8px; }
.developer-tool-group > strong { color: #cfc7bc; font-size: .66rem; letter-spacing: .09em; text-transform: uppercase; }
.developer-tool-button { min-height: 48px; display: flex; align-items: center; gap: 10px; padding: 10px 12px; border: 1px solid #45413b; border-radius: 8px; background: #26241f; color: #fff; font-size: .78rem; font-weight: 850; text-align: left; }
.developer-tool-button span { min-width: 70px; color: #f0c885; font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; }
.developer-tool-button:hover, .developer-tool-button.active { border-color: var(--gold); background: #3a2c1d; }
.developer-panel { min-width: 0; padding: 18px; border: 1px solid #3a3732; border-radius: 8px; background: #fff; color: var(--ink); }
.developer-panel .muted { color: var(--muted); }
.developer-tool-table { margin-top: 16px; }
.developer-tool-table code { font-size: .72rem; }
.developer-log-grid { display: grid; gap: 18px; }
.developer-log-grid h4 { margin: 0; font-size: .95rem; }
.demo-test-badge { display: inline-flex; width: fit-content; margin: 0 8px 3px 0; padding: 4px 7px; border: 1px solid #b7791f; border-radius: 999px; background: #fff4d6; color: #805b12; font-size: .58rem; font-weight: 950; letter-spacing: .08em; line-height: 1; vertical-align: middle; text-transform: uppercase; }
.demo-test-record { outline: 2px solid rgba(183,121,31,.22); outline-offset: -2px; background: #fffaf0; }
.developer-filter-controls { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; padding: 14px; border: 1px solid #eadcc9; border-radius: 8px; background: #fffaf2; }
.developer-filter-controls > span { margin-right: 8px; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.walkthrough-steps { display: grid; gap: 12px; margin-top: 18px; }
.walkthrough-step { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 16px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; }
.walkthrough-step-number { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-weight: 900; }
.walkthrough-step h4, .readiness-report h4 { margin: 0 0 10px; font-size: 1rem; }
.walkthrough-step dl { display: grid; gap: 7px; margin: 0; }
.walkthrough-step dt { color: var(--clay-dark); font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.walkthrough-step dd { margin: 0; color: var(--muted); line-height: 1.45; }
.readiness-verdict { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 20px; }
.readiness-verdict div { min-height: 104px; display: grid; align-content: center; gap: 8px; padding: 18px; border: 1px solid #e4d8c9; border-radius: 8px; background: #fff; }
.readiness-report section { padding: 16px 0; border-top: 1px solid #eee4d8; }
.readiness-report ul { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.65; }

.page-hero { padding: 86px 0; background: linear-gradient(110deg, #11110f 50%, #3e281c); color: #fff; }
.vehicle-detail-hero { padding: 64px 0; }
.vehicle-detail-content { padding-top: 66px; }
.page-hero h1 { max-width: 900px; font-size: clamp(3rem, 6vw, 5.8rem); }
.vehicle-page-title, .vehicle-sidebar-title { display: grid; justify-items: start; }
.vehicle-page-title .vehicle-title-year-make { font-size: .7em; letter-spacing: -.025em; }
.vehicle-title-model { display: block; max-width: 100%; white-space: nowrap; }
.detail-panel h1.vehicle-sidebar-title { font-size: clamp(1.85rem, 2.5vw, 2.3rem); }
.vehicle-sidebar-title .vehicle-title-year-make { font-size: .72em; letter-spacing: -.02em; }
.page-hero p:not(.eyebrow) { max-width: 700px; color: #d4cbc0; line-height: 1.75; }
.filters { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; margin-bottom: 22px; padding: 17px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--sand); }
.filters .field { gap: 5px; }
.filter-actions { display: flex; align-items: end; gap: 8px; }
.inventory-results-toolbar { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.results-line { margin: 0; color: var(--muted); font-size: .86rem; font-weight: 700; }
.inventory-sort { display: grid; grid-template-columns: auto minmax(190px, 240px); align-items: center; gap: 9px; }
.inventory-sort label { color: #4e4943; font-size: .67rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.inventory-sort select { min-height: 42px; }
.empty { grid-column: 1 / -1; padding: 60px 20px; border: 1px dashed var(--line); border-radius: var(--radius); text-align: center; color: var(--muted); }

.detail { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .68fr); gap: 30px; align-items: start; }
.main-photo { aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--radius); background: var(--sand); box-shadow: 0 16px 42px rgba(39,29,20,.12); }
.main-photo img { width: 100%; height: 100%; object-fit: cover; }
.thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; margin-top: 9px; }
.thumb { padding: 0; overflow: hidden; aspect-ratio: 4/3; border: 2px solid transparent; border-radius: 8px; background: #ddd; }
.thumb.active { border-color: var(--clay); }
.thumb img { width: 100%; height: 100%; object-fit: cover; }
.detail-panel { position: sticky; top: 100px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.detail-panel h1 { margin: 7px 0 8px; font-family: Georgia, serif; font-size: 2.3rem; line-height: 1.08; }
.detail-price { font-size: 1.8rem; font-weight: 900; }
.sidebar-financing-summary { display: grid; gap: 8px; margin: 16px 0 2px; padding: 15px; border: 1px solid #e4d1b8; border-radius: 10px; background: #fff8ed; }
.sidebar-financing-summary > span { color: var(--muted); font-size: .64rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.sidebar-financing-summary > strong { color: var(--clay-dark); font-size: 1.35rem; line-height: 1; }
.sidebar-financing-summary sup { font-size: .65rem; }
.sidebar-financing-summary > p { margin: -1px 0 2px; color: var(--muted); font-size: .68rem; line-height: 1.45; }
.sidebar-financing-summary div { display: grid; grid-template-columns: auto 1fr; gap: 2px 8px; color: var(--muted); font-size: .65rem; line-height: 1.35; }
.sidebar-financing-summary div span { grid-row: 1 / 4; }
.sidebar-financing-summary small { color: #625d56; font-size: inherit; font-weight: 750; }
.sidebar-financing-summary .button { width: 100%; min-height: 40px; margin-top: 3px; padding-inline: 10px; font-size: .65rem; }
.sidebar-history-report { width: 100%; margin: 10px 0 2px; }
.vehicle-highlights { margin: 30px 0 0; }
.vehicle-highlights > .eyebrow { margin-bottom: 12px; }
.vehicle-highlight-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)); gap: 10px; }
.vehicle-highlight { min-height: 104px; display: grid; place-items: center; align-content: center; gap: 10px; padding: 13px 8px; border: 1px solid var(--line); border-radius: 10px; background: #fff; text-align: center; }
.vehicle-highlight .trust-icon { width: 38px; height: 38px; }
.vehicle-highlight .trust-icon svg { width: 20px; height: 20px; }
.vehicle-highlight strong { font-size: .68rem; line-height: 1.3; }
.spec-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin: 35px 0; }
.spec { padding: 16px; border-radius: 10px; background: var(--sand); }
.spec span { display: block; color: var(--muted); font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.spec strong { display: block; margin-top: 6px; }
.content-card { margin-top: 28px; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.content-card h2 { margin-top: 0; font-family: Georgia, serif; }
.features-list { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.features-list li { padding: 8px 12px; border-radius: 99px; background: var(--sand); font-size: .8rem; }
.vehicle-history-report { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 20px; padding: 20px; border: 1px solid #e4d1b8; border-radius: var(--radius); background: #fff8ed; }
.vehicle-history-report .eyebrow { margin-bottom: 5px; }
.vehicle-history-report p:last-child { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.55; }
.vehicle-history-report .button { flex: 0 0 auto; }
.payment-calculator h2 { margin-bottom: 20px; }
.payment-calculator .form-grid { gap: 13px; }
.payment-result { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 4px; padding: 18px; border: 1px solid rgba(221,168,92,.32); border-radius: 10px; background: radial-gradient(circle at 85% 30%, rgba(221,168,92,.16), transparent 42%), #171715; color: #fff; box-shadow: 0 8px 24px rgba(221,168,92,.12), inset 0 1px rgba(255,255,255,.035); }
.payment-result-label { display: flex; align-items: center; gap: 11px; }
.payment-result-label > span:last-child { color: #d9d0c4; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.payment-result-icon { width: 36px; height: 36px; flex: 0 0 36px; display: grid; place-items: center; border: 1px solid rgba(221,168,92,.45); border-radius: 50%; background: rgba(221,168,92,.1); color: var(--gold); }
.payment-result-icon svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.payment-result strong { color: var(--gold); font-size: 1.75rem; line-height: 1; text-shadow: 0 0 18px rgba(221,168,92,.2); white-space: nowrap; }
.payment-calculator .form-note { margin: 14px 0 0; }
.vehicle-next-steps { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 28px; }
.vehicle-next-steps article { display: flex; flex-direction: column; align-items: flex-start; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.vehicle-next-steps h2 { margin: 0 0 20px; font-family: Georgia, serif; font-size: 1.35rem; line-height: 1.25; }
.vehicle-next-steps .button { margin-top: auto; }

.form-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field-full { grid-column: 1 / -1; }
.form-note { color: var(--muted); font-size: .78rem; line-height: 1.5; }
.map { min-height: 390px; display: grid; place-items: center; border-radius: var(--radius); background: url("/assets/map-placeholder.svg") center/cover; color: #fff; text-align: center; text-decoration: none; }
.map strong { display: block; font-family: Georgia, serif; font-size: 2rem; }
.contact-details-section { background: #fffdf9; }
.contact-map-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); }
.contact-map-card iframe { width: 100%; min-height: 390px; display: block; border: 0; }
.contact-map-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px; border-top: 1px solid var(--line); }
.contact-map-footer div { display: grid; gap: 5px; }
.contact-map-footer strong { font-family: Georgia, serif; font-size: 1.18rem; }
.contact-map-footer span { color: var(--muted); font-size: .78rem; line-height: 1.5; }
.contact-map-footer .button { flex: 0 0 auto; }
.contact-directions-button { margin: 2px 0 12px; }
.contact-call-block { display: grid; justify-items: start; gap: 7px; margin: 22px 0; padding: 17px 0 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.contact-call-block > span { color: var(--muted); font-size: .72rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-phone-number { color: var(--clay); font-size: clamp(1.25rem, 2vw, 1.5rem); font-weight: 850; letter-spacing: .015em; line-height: 1.15; }
.contact-phone-number:hover { color: var(--clay-dark); }
.contact-call-button { min-height: 43px; margin-top: 3px; padding-inline: 20px; }
.contact-form-callout { display: grid; justify-items: start; gap: 7px; margin-top: 24px; padding: 20px 22px; border-left: 4px solid var(--clay); border-radius: 0 12px 12px 0; background: var(--sand); }
.contact-form-callout p { margin: 0 0 5px; color: var(--ink); font-weight: 700; line-height: 1.5; }
.contact-form-callout span { color: var(--muted); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.contact-form-callout > a:not(.button) { margin: 2px 0 5px; color: var(--clay); font-size: clamp(1.375rem, 2.2vw, 1.75rem); font-weight: 850; line-height: 1.1; }
.contact-form-callout > a:not(.button):hover { color: var(--clay-dark); }
.contact-form-callout .button { min-height: 43px; padding-inline: 20px; }

.admin-shell { min-height: 600px; }
.admin-route .site-header { backdrop-filter: none; -webkit-backdrop-filter: none; }
.admin-session-toolbar { position: sticky; top: 0; z-index: 50; display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 10px max(20px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); box-shadow: 0 8px 24px rgba(39,29,20,.08); }
.admin-session-toolbar strong { color: var(--ink); font-size: .78rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.admin-session-toolbar .actions { display: flex; justify-content: flex-end; gap: 8px; }
.admin-guide-screen { min-height: calc(100vh - 54px); padding-top: 32px; }
.admin-guide-screen .container { max-width: 980px; }
.admin-guide-screen .admin-guide-panel { min-height: calc(100vh - 150px); align-content: start; margin-bottom: 0; }
.login-card { width: min(430px, 100%); margin: 70px auto; }
.mfa-card { width: min(520px, 100%); }
.mfa-secret { margin: 18px 0 10px; padding: 15px; border: 1px dashed var(--clay); border-radius: 8px; background: #fff8ed; color: var(--ink); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1rem; font-weight: 800; letter-spacing: .12em; overflow-wrap: anywhere; text-align: center; }
.mfa-app-link { width: 100%; margin-bottom: 14px; }
.recovery-codes-card { margin: 0 0 28px; padding: 24px; border: 2px solid var(--clay); border-radius: var(--radius); background: #fff8ed; box-shadow: var(--shadow); }
.recovery-codes-card h2 { margin: 4px 0 8px; }
.recovery-code-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 20px 0; }
.recovery-code-grid code { padding: 10px; border: 1px solid #e4d1b8; border-radius: 6px; background: #fff; color: var(--ink); font-size: .9rem; font-weight: 800; letter-spacing: .08em; text-align: center; }
@media (max-width: 560px) {
  .recovery-code-grid { grid-template-columns: 1fr; }
}
.admin-top { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin-bottom: 25px; }
.admin-operations-home { display: grid; gap: 18px; margin: 0 0 28px; padding: 28px; border: 2px solid #25211c; border-radius: 8px; background: #191816; color: #fff; box-shadow: 0 16px 38px rgba(39,29,20,.22); }
.admin-operations-home-head { display: flex; justify-content: space-between; align-items: end; gap: 18px; }
.admin-operations-home .eyebrow { color: #f0c27a; }
.admin-operations-home h1 { margin: 4px 0 0; font-family: Georgia, serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.02; }
.admin-workflow-progress { display: grid; gap: 12px; }
.admin-workflow-progress-head h2 { margin: 0; font-size: clamp(1.25rem, 2vw, 1.8rem); }
.admin-workflow-progress-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.admin-workflow-card { display: grid; gap: 12px; padding: 16px; border: 1px solid rgba(240,194,122,.35); border-radius: 8px; background: rgba(255,255,255,.06); }
.admin-workflow-card h3 { margin: 2px 0 0; color: #fff; font-size: 1.1rem; }
.admin-workflow-card dl { display: grid; grid-template-columns: minmax(110px, .45fr) 1fr; gap: 6px 12px; margin: 0; color: #eadfce; }
.admin-workflow-card dt { color: #f0c27a; font-size: .74rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.admin-workflow-card dd { margin: 0; line-height: 1.35; }
.admin-operations-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.admin-operation-button { min-height: 92px; padding: 16px 18px; border: 2px solid #f0c27a; border-radius: 8px; background: #f8efe0; color: #1d1a16; font-size: 1rem; font-weight: 950; letter-spacing: .02em; line-height: 1.18; text-align: left; cursor: pointer; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.admin-operation-button:hover, .admin-operation-button:focus-visible { background: #fff; border-color: #fff; outline: 3px solid rgba(240,194,122,.45); outline-offset: 3px; }
.admin-operation-button.selected { background: #fff; border-color: #fff; outline: 3px solid rgba(240,194,122,.45); outline-offset: 3px; }
.admin-guide-panel { background: #161512; }
.admin-guide-top { display: grid; gap: 12px; }
.admin-guide-top h1 { margin: 0; }
.admin-guide-progress { display: grid; gap: 8px; max-width: 520px; }
.admin-guide-progress span { color: #eadfce; font-size: .82rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.admin-guide-progress div { height: 9px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.12); }
.admin-guide-progress i { display: block; height: 100%; border-radius: inherit; background: #f0c27a; }
.admin-guide-assistant { padding: 18px; border: 1px solid rgba(240,194,122,.28); border-radius: 8px; background: rgba(255,255,255,.06); color: #eadfce; }
.admin-guide-assistant strong { display: block; margin-bottom: 7px; color: #f0c27a; font-size: .78rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-guide-assistant p { margin: 0; max-width: 760px; font-size: 1.05rem; line-height: 1.55; }
.admin-guide-answers { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-guide-answers span { padding: 8px 10px; border: 1px solid rgba(240,194,122,.35); border-radius: 8px; background: rgba(255,255,255,.06); color: #eadfce; font-size: .78rem; line-height: 1.35; }
.admin-guide-answers strong { display: block; color: #fff; font-size: .88rem; }
.admin-guide-question { scroll-margin-top: 150px; display: grid; gap: 14px; padding: 22px; border: 1px solid rgba(240,194,122,.35); border-radius: 8px; background: #24211c; }
.admin-guide-question h2 { max-width: 760px; margin: 0; font-size: clamp(1.35rem, 2.2vw, 2rem); line-height: 1.16; }
.admin-guide-question p { margin: 0; color: #eadfce; line-height: 1.55; }
.admin-guide-question-label { color: #f0c27a; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-guide-question-reason { max-width: 760px; font-size: .95rem; }
.admin-guide-question h2.admin-guide-question-text { font-size: clamp(1.55rem, 2.4vw, 2.15rem); }
.admin-guide-summary { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.admin-guide-summary li { display: grid; gap: 4px; padding: 10px 12px; border: 1px solid rgba(240,194,122,.24); border-radius: 8px; background: rgba(255,255,255,.06); }
.admin-guide-summary span { color: #eadfce; font-size: .82rem; line-height: 1.4; }
.admin-guide-summary strong { color: #fff; }
.admin-guide-next-action { display: grid; gap: 10px; margin-top: 6px; }
.admin-guide-next-action > strong { color: #f0c27a; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.admin-guide-next-action .admin-operation-button { width: min(100%, 420px); }
.admin-guide-live-workspace { display: grid; gap: 16px; padding: 20px; border: 1px solid rgba(240,194,122,.42); border-radius: 8px; background: #211e19; color: #eadfce; }
.admin-guide-live-head { display: flex; justify-content: space-between; align-items: start; gap: 14px; }
.admin-guide-live-head h2 { margin: 2px 0 0; color: #fff; font-size: clamp(1.35rem, 2vw, 1.9rem); }
.admin-guide-live-head > strong { padding: 8px 10px; border: 1px solid rgba(240,194,122,.4); border-radius: 8px; background: rgba(240,194,122,.12); color: #f0c27a; white-space: nowrap; }
.admin-guide-live-status { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px 12px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.05); }
.admin-guide-live-status span, .admin-guide-live-grid h3 { color: #f0c27a; font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.admin-guide-live-status strong { color: #fff; line-height: 1.35; }
.admin-guide-live-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.admin-guide-live-grid > div { display: grid; align-content: start; gap: 10px; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.05); }
.admin-guide-live-grid h3 { margin: 0; }
.admin-guide-live-grid ul { display: grid; gap: 8px; margin: 0; padding-left: 18px; line-height: 1.45; }
.admin-guide-vehicle-identifier { display: grid; gap: 12px; max-width: 760px; }
.admin-guide-vehicle-drop { display: grid; gap: 10px; padding: 14px; border: 1px dashed rgba(240,194,122,.55); border-radius: 8px; background: rgba(255,255,255,.06); cursor: text; }
.admin-guide-vehicle-drop input[type="text"] { width: 100%; min-height: 54px; border-color: rgba(240,194,122,.42); background: #fff; color: #1d1a16; font-size: 1rem; }
.admin-guide-vehicle-drop input[type="file"] { color: #eadfce; }
.admin-guide-examples { display: flex; flex-wrap: wrap; gap: 8px; color: #eadfce; font-size: .88rem; }
.admin-guide-examples strong { color: #f0c27a; }
.admin-guide-examples span { padding: 4px 8px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.06); }
.admin-guide-input-notice { margin: 0; color: #f0c27a; line-height: 1.45; }
.admin-guide-match-picker { display: grid; gap: 10px; }
.admin-guide-match-picker > strong { color: #fff; }
.admin-guide-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.admin-guide-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.admin-guide-actions .button:disabled { opacity: .45; cursor: not-allowed; }
.admin-guide-help, .admin-guide-why { padding: 16px; border: 1px solid rgba(240,194,122,.28); border-radius: 8px; background: rgba(255,255,255,.06); color: #eadfce; }
.admin-guide-help strong, .admin-guide-why strong { display: block; margin-bottom: 8px; color: #fff; }
.admin-guide-help p { margin: 0; line-height: 1.55; }
.admin-guide-why dl { display: grid; gap: 8px; margin: 0; }
.admin-guide-why dt { color: #f0c27a; font-weight: 900; }
.admin-guide-why dd { margin: 0; color: #eadfce; line-height: 1.45; }
.admin-stats { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin-bottom: 24px; }
.stat { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.stat strong { display: block; font-size: 1.8rem; }
.stat span { color: var(--muted); font-size: .75rem; text-transform: uppercase; }
.admin-workspace-shell { display: grid; grid-template-columns: minmax(0, 1fr); gap: 16px; margin: 0 0 34px; padding: 24px; border: 1px solid #d8cab8; border-radius: 12px; background: #fffdfa; }
.admin-workspace-header { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.9fr); gap: 18px; align-items: end; }
.admin-global-search label { display: block; margin-bottom: 8px; color: var(--muted); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.admin-global-search div { display: flex; gap: 8px; min-width: 0; }
.admin-global-search input { min-width: 0; }
.admin-workspace-tabs { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 8px; }
.admin-workspace-tab { min-height: 54px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 8px; background: #fff; color: var(--ink); font-weight: 900; text-align: left; overflow-wrap: break-word; word-break: normal; hyphens: none; cursor: pointer; }
.admin-workspace-tab.active, .admin-workspace-tab:hover { border-color: var(--clay-dark); background: var(--clay); color: #fff; }
.source-capture-shortcuts { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 14px; border: 1px solid #cfc0ab; border-radius: 8px; background: #f7f1e8; }
.source-capture-shortcuts strong, .source-capture-shortcuts span { display: block; }
.source-capture-shortcuts span { color: var(--muted); font-size: .78rem; font-weight: 800; }
.admin-workspace-quick-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.admin-workspace-quick-grid section { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.admin-workspace-quick-grid h3, .admin-module-directory h3, .admin-search-results h3 { margin: 0 0 10px; font-size: 1rem; }
.admin-chip-row { display: flex; flex-wrap: wrap; gap: 8px; min-width: 0; }
.admin-module-directory { min-width: 0; }
.module-status { display: inline-flex; align-items: center; min-width: max-content; min-height: 32px; color: var(--muted); font-size: .76rem; font-weight: 900; text-transform: uppercase; white-space: nowrap; }
.admin-module-directory { min-width: 0; }
.admin-module-directory table { min-width: 1080px; }
.admin-module-directory th:last-child, .admin-module-directory td:last-child { width: 290px; min-width: 290px; }
.admin-module-directory td { padding-top: 18px; padding-bottom: 18px; vertical-align: middle; }
.module-directory-description { color: #5f584f; font-size: .84rem; line-height: 1.55; overflow-wrap: break-word; word-break: normal; hyphens: none; }
.module-directory-actions { align-items: center; justify-content: flex-start; gap: 16px; flex-wrap: nowrap; min-width: 260px; }
.module-directory-actions .button { flex: 0 0 auto; white-space: nowrap; min-height: 42px; line-height: 1; }
.module-directory-actions .module-open-button { min-width: 112px; padding-inline: 22px; }
.module-directory-actions .module-pin-button { min-width: 116px; padding-inline: 16px; gap: 8px; }
.module-pin-button span:first-child { display: inline-flex; align-items: center; justify-content: center; min-width: 26px; min-height: 20px; padding: 0 5px; border: 1px solid rgba(39,29,20,.16); border-radius: 999px; color: var(--clay-dark); font-size: .58rem; font-weight: 950; letter-spacing: .05em; white-space: nowrap; }
.dealer-os-core { margin: 30px 0 34px; padding: 28px; border: 1px solid #d8cab8; border-radius: 12px; background: #faf7f2; }
.dealer-os-core h3 { margin: 0 0 14px; font-size: 1.08rem; }
.dealer-os-nav { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 18px; }
.dealer-os-home-grid, .dealer-os-two-column { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 14px; }
.dealer-os-search-card { margin-top: 14px; }
.dealer-os-search-card form { margin-bottom: 14px; }
.dealer-os-core .form-card { box-shadow: 0 8px 24px rgba(39,29,20,.06); }
.dealer-os-core .health-item small { color: var(--muted); font-size: .72rem; font-weight: 800; }
.pricing-engine { margin: 34px 0; padding: 28px; border: 1px solid #d8cab8; border-radius: 12px; background: #fff; }
.pricing-engine h3, .pricing-workspace h4 { margin: 0 0 14px; }
.provider-center { margin: 34px 0; padding: 28px; border: 1px solid #d8cab8; border-radius: 12px; background: #f8fbfa; }
.provider-center h3 { margin: 0 0 14px; }
.provider-category-section { margin-top: 18px; }
.provider-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.provider-card { padding: 20px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 8px 22px rgba(25,35,33,.06); }
.provider-card-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 14px; }
.provider-card-title h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 1.25rem; }
.provider-credential-editor { margin-top: 8px; padding-top: 14px; border-top: 1px solid var(--line); }
.provider-credential-editor h4 { margin: 0 0 4px; font-size: 1rem; }
.provider-secret-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: center; }
.provider-secret-control input { min-width: 0; }
.provider-secret-toggle { min-height: 42px; }
.provider-category { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .03em; }
.provider-meta { display: flex; flex-wrap: wrap; gap: 8px 14px; margin: 0 0 14px; padding: 12px; border-radius: 8px; background: #eef4f2; color: var(--muted); font-size: .7rem; }
.provider-meta strong { color: var(--ink); }
.provider-health-grid { margin-bottom: 14px; }
.market-intelligence { margin: 34px 0; padding: 28px; border: 1px solid #d8cab8; border-radius: 12px; background: #fffdfa; }
.market-intelligence h3, .market-workspace h4 { margin: 0 0 14px; }
.market-workspace .admin-editor { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.pricing-table { margin: 20px 0; }
.pricing-workspace { display: grid; gap: 18px; }
.admin-table { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.admin-shell, .admin-shell .container, .admin-shell .form-card, .admin-shell section, .compliance-portal, .developer-mode-shell, .developer-panel, .pricing-engine, .provider-center, .market-intelligence { min-width: 0; max-width: 100%; }
.admin-shell { overflow-x: clip; }
.admin-table { max-width: 100%; -webkit-overflow-scrolling: touch; overscroll-behavior-inline: contain; }
.admin-table table { min-width: 920px; table-layout: auto; }
.admin-table th, .admin-table td { vertical-align: top; }
.admin-shell .button,
.admin-shell button,
.workflow-status-badge,
.module-status,
.demo-test-badge,
.developer-mode-badge,
.feed-status,
.lead-status,
.notification-result,
.status,
.title-aging,
.title-countdown {
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.admin-shell .button,
.admin-shell button:not(.command-center-row):not(.admin-workspace-tab):not(.admin-operation-button):not(.quick-action-button):not(.compliance-big-button):not(.acquisition-type-button) {
  white-space: nowrap;
}
.admin-shell .button-small { min-width: 92px; }
.admin-table td { white-space: normal; overflow-wrap: break-word; word-break: normal; hyphens: none; line-height: 1.45; }
.admin-table td strong, .admin-table td span, .admin-table td p, .admin-table td div { max-width: 100%; min-width: 0; overflow-wrap: break-word; word-break: normal; hyphens: none; }
.admin-table td code { max-width: 100%; min-width: 0; overflow-wrap: anywhere; word-break: break-word; hyphens: none; }
.admin-table th { white-space: nowrap; }
.dealer-os-two-column .admin-table table { min-width: 760px; }
.dealer-os-two-column .admin-table th,
.dealer-os-two-column .admin-table td { min-width: 96px; }
.dealer-os-two-column .admin-table th:last-child,
.dealer-os-two-column .admin-table td:last-child { min-width: 220px; }
.dealer-os-two-column .admin-table td:last-child { overflow-wrap: break-word; }
.dealer-os-two-column .admin-table td:nth-child(2) { min-width: 150px; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; font-size: .82rem; }
th { background: var(--sand); color: var(--muted); font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.settings-center-table { overflow-x: hidden; }
.settings-center-table table { table-layout: fixed; }
.settings-center-table td { white-space: pre-line; overflow-wrap: break-word; word-break: normal; hyphens: none; vertical-align: top; line-height: 1.45; }
.settings-center-table td:first-child { width: 34%; color: var(--muted); font-weight: 850; }
.settings-center-table td:last-child { width: 66%; color: var(--ink); }
.table-actions { display: flex; gap: 8px; flex-wrap: nowrap; align-items: center; min-width: max-content; }
.table-actions .button { flex: 0 0 auto; }
.admin-editor { margin-top: 28px; }
.photo-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 10px; }
.photo-preview { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 12px; }
.photo-chip { position: relative; overflow: hidden; aspect-ratio: 4/3; border-radius: 8px; background: #ddd; border: 2px solid transparent; cursor: grab; }
.photo-chip.dragging { opacity: .55; }
.photo-chip.cover { border-color: var(--success); }
.photo-chip img { width: 100%; height: 100%; object-fit: cover; }
.photo-position { position: absolute; left: 5px; top: 5px; padding: 3px 7px; border-radius: 999px; background: rgba(8, 31, 42, .86); color: #fff; font-size: 11px; font-weight: 800; }
.photo-actions { position: absolute; left: 5px; right: 5px; bottom: 5px; display: flex; gap: 5px; }
.photo-actions button { flex: 1; min-height: 27px; padding: 0 6px; border: 0; border-radius: 5px; background: rgba(8, 31, 42, .88); color: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.photo-actions button[data-remove-photo] { background: #a52c25; }
.hero-manager { margin-top:70px; padding-top:50px; border-top:1px solid var(--line); }
.leads-manager { margin-top:70px; padding-top:50px; border-top:1px solid var(--line); }
.notifications-manager { margin-top:70px; padding-top:50px; border-top:1px solid var(--line); }
.inventory-feed-manager { margin-top:70px; padding-top:50px; border-top:1px solid var(--line); }
.backups-manager { margin-top:70px; padding-top:50px; border-top:1px solid var(--line); }
.backup-summary { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; margin-bottom:22px; }
.backup-summary div { display:flex; flex-direction:column; gap:7px; padding:18px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.backup-summary span { color:var(--muted); font-size:.72rem; text-transform:uppercase; letter-spacing:.08em; }
.backup-summary strong { color:var(--dark); }
.backup-log { margin-top:22px; padding:20px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.backup-log h3 { margin-top:0; font-family:Georgia,serif; }
.backup-table .table-actions { flex-wrap:wrap; }
.syndication-manager { margin-top:70px; padding-top:50px; border-top:1px solid var(--line); }
.syndication-export-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:8px; }
.syndication-picker { max-width:720px; margin-bottom:18px; }
.syndication-vehicle-summary { display:grid; grid-template-columns:220px minmax(0,1fr); gap:20px; align-items:center; padding:16px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.syndication-vehicle-summary img { width:100%; aspect-ratio:4/3; object-fit:contain; border-radius:9px; background:#f3f0eb; }
.syndication-vehicle-summary h3 { margin:0 0 8px; font-family:Georgia,serif; font-size:1.35rem; }
.syndication-vehicle-summary p { margin:0 0 14px; color:var(--muted); line-height:1.6; }
.syndication-form { margin-top:18px; }
.syndication-copy-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.syndication-copy-card { padding:16px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.syndication-copy-card > div { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:9px; }
.syndication-copy-card label { font-size:.69rem; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.syndication-copy-card textarea { width:100%; min-height:105px; resize:vertical; }
.syndication-copy-long { grid-column:1 / -1; }
.syndication-copy-long textarea { min-height:250px; }
.copy-ad-text { padding:5px 8px; border:1px solid #d8b279; border-radius:7px; background:#fff8ed; color:var(--clay-dark); font-size:.62rem; font-weight:850; text-transform:uppercase; cursor:pointer; }
.copy-ad-text:hover { background:var(--gold); color:#17130d; }
.syndication-platforms { margin-top:18px; overflow:hidden; border:1px solid var(--line); border-radius:12px; background:#fff; }
.syndication-platform-head,.syndication-platform-row { display:grid; grid-template-columns:minmax(145px,.8fr) minmax(145px,.8fr) minmax(190px,1.25fr) minmax(190px,1.25fr); gap:10px; align-items:center; padding:11px 13px; }
.syndication-platform-head { background:var(--sand); color:var(--muted); font-size:.65rem; letter-spacing:.08em; text-transform:uppercase; }
.syndication-platform-row { border-top:1px solid var(--line); }
.syndication-platform-row > strong { font-size:.78rem; }
.syndication-platform-row select,.syndication-platform-row input,.syndication-platform-row textarea { min-height:40px; padding:8px 10px; font-size:.75rem; }
.syndication-platform-row textarea { min-height:40px; height:40px; resize:vertical; }
.syndication-save { margin-top:16px; }
.inventory-feed-manager .admin-top .muted { max-width: 720px; line-height: 1.65; }
.feed-capabilities { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:18px; }
.feed-capabilities span { padding:7px 10px; border:1px solid #e5d9ca; border-radius:999px; background:#fffaf2; color:var(--clay-dark); font-size:.67rem; font-weight:850; text-transform:uppercase; }
.feed-provider-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.feed-provider-card { padding:20px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.feed-provider-title { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; margin-bottom:16px; }
.feed-provider-title h3 { margin:0 0 7px; font-family:Georgia,serif; font-size:1.3rem; }
.feed-status { display:inline-flex; width:fit-content; padding:5px 8px; border-radius:999px; background:#ece9e5; color:#625d56; font-size:.61rem; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.feed-status-sync-complete,.feed-status-validation-passed { background:#dcefe4; color:#1f6840; }
.feed-status-completed-with-errors,.feed-status-validation-failed { background:#fff0cf; color:#805b12; }
.feed-status-failed { background:#f7dfdc; color:#8b2f28; }
.feed-toggle,.feed-check { display:flex; align-items:center; gap:7px; color:var(--muted); font-size:.72rem; font-weight:800; }
.feed-toggle input,.feed-check input { width:16px; height:16px; accent-color:var(--clay); }
.feed-provider-fields { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.feed-provider-meta { display:flex; flex-wrap:wrap; gap:8px 16px; margin:16px 0; padding:12px; border-radius:8px; background:#f7f4ef; color:var(--muted); font-size:.68rem; }
.feed-provider-meta strong { color:var(--ink); }
.feed-provider-card details { margin:10px 0; color:var(--muted); font-size:.72rem; }
.feed-provider-card summary { cursor:pointer; font-weight:800; }
.feed-provider-card li { margin:6px 0; }
.feed-result-error { margin:12px 0; padding:10px; border-radius:8px; background:#f7dfdc; color:#8b2f28; font-size:.75rem; }
.feed-save-button { margin-top:16px; }
.feed-log { margin-top:22px; padding:20px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.feed-log h3 { margin-top:0; font-family:Georgia,serif; }
.feed-log-row { display:grid; grid-template-columns:auto minmax(110px,.7fr) minmax(220px,2fr) auto; gap:12px; align-items:center; padding:10px 0; border-top:1px solid var(--line); font-size:.73rem; }
.feed-log-row time { color:var(--muted); }
.inventory-feed-manager code { font-size:.72rem; }
.leads-list { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:16px; }
.lead-card { padding:22px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.lead-card-top { display:flex; align-items:start; justify-content:space-between; gap:15px; }
.lead-card h3 { margin:8px 0 4px; font-family:Georgia,serif; font-size:1.35rem; }
.lead-card time { color:var(--muted); font-size:.75rem; }
.lead-type { display:inline-flex; padding:5px 8px; border-radius:99px; background:var(--sand); color:var(--clay-dark); font-size:.62rem; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.lead-labels { display:flex; flex-wrap:wrap; gap:6px; }
.lead-status { display:inline-flex; padding:5px 8px; border-radius:99px; background:#e9e7e2; color:#47443f; font-size:.62rem; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.lead-status.status-new { background:#e6f0ff; color:#235694; }
.lead-status.status-contacted { background:#fff0cf; color:#805b12; }
.lead-status.status-appointment-set { background:#e6f4eb; color:#267044; }
.lead-status.status-sold { background:#dcefe4; color:#1f6840; }
.lead-status.status-closed { background:#ece9e5; color:#625d56; }
.lead-contact { display:flex; flex-wrap:wrap; gap:8px 18px; margin:18px 0 12px; font-size:.82rem; font-weight:800; }
.lead-contact a { color:var(--clay-dark); }
.lead-card p { margin:0; color:var(--muted); line-height:1.6; white-space:pre-wrap; }
.trade-lead-details { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 16px; margin: 16px 0; padding: 15px; border: 1px solid #e5d9ca; border-radius: 10px; background: #fffaf2; color: var(--muted); font-size: .75rem; }
.trade-lead-details strong { grid-column: 1 / -1; color: var(--ink); font-family: Georgia, serif; font-size: 1.12rem; }
.trade-lead-photos { grid-template-columns: repeat(4, 1fr); margin: 14px 0; }
.trade-lead-photos a { overflow: hidden; aspect-ratio: 4/3; border-radius: 7px; }
.lead-status-control { display:grid; grid-template-columns:auto minmax(150px,220px); align-items:center; gap:12px; margin-top:18px; padding-top:16px; border-top:1px solid var(--line); }
.lead-status-control label { color:var(--muted); font-size:.66rem; font-weight:850; letter-spacing:.08em; text-transform:uppercase; }
.lead-status-control select { min-height:38px; padding:7px 10px; }
.notification-health { display:flex; flex-wrap:wrap; gap:8px; }
.notification-health span { padding:7px 10px; border-radius:99px; font-size:.68rem; font-weight:850; text-transform:uppercase; }
.notification-health .configured { background:#dcefe4; color:#1f6840; }
.notification-health .unconfigured { background:#fff0cf; color:#805b12; }
.notification-log { margin-top:22px; padding:22px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.notification-log h3 { margin-top:0; font-family:Georgia,serif; }
.notification-log-row { display:grid; grid-template-columns:auto 70px minmax(180px,1fr) auto; gap:12px; align-items:center; padding:10px 0; border-top:1px solid var(--line); font-size:.76rem; }
.notification-result { padding:4px 7px; border-radius:99px; font-size:.6rem; font-weight:850; text-transform:uppercase; }
.notification-result.success { background:#dcefe4; color:#1f6840; }
.notification-result.failed { background:#f7dfdc; color:#8b2f28; }
.notification-result.info { background:#e7edf3; color:#36546b; }
.notification-log-row time { color:var(--muted); }
.hero-admin-list { display:grid; gap:12px; }
.hero-admin-card { display:grid; grid-template-columns:180px minmax(220px,1fr) auto; align-items:center; gap:18px; padding:12px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.hero-admin-card img { width:180px; aspect-ratio:16/7; object-fit:cover; border-radius:8px; }
.hero-admin-card p { margin:6px 0 0; color:var(--muted); font-size:.8rem; white-space:normal; }
.hero-admin-actions { display:flex; flex-wrap:wrap; gap:6px; }
.hero-admin-actions button:disabled { opacity:.35; cursor:not-allowed; }
.hero-image-preview img { width:min(620px,100%); margin-top:12px; aspect-ratio:16/7; object-fit:cover; border-radius:10px; }

.site-footer { padding: 58px 0 20px; background: #0c0c0b; color: #c5beb5; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; }
.footer-logo { width: min(360px, 100%); height: auto; margin-bottom: 12px; }
.footer-license { margin: 18px 0 0; color: var(--gold); font-size: .68rem; font-weight: 850; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.site-footer h3 { margin: 0 0 16px; color: #fff; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { display: block; margin: 9px 0; }
.site-footer a:hover { color: var(--gold); }
.site-footer .footer-directions { width: fit-content; margin: 14px 0; padding: 9px 12px; border: 1px solid rgba(221,168,92,.55); border-radius: 8px; color: var(--gold); font-size: .7rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.site-footer .footer-directions:hover { border-color: var(--gold); background: var(--gold); color: #17130d; }
.floating-call-button { position: fixed; right: 24px; bottom: 24px; z-index: 95; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 19px; border: 1px solid #f0c885; border-radius: 999px; background: var(--gold); color: #17130d; box-shadow: 0 8px 22px rgba(39,29,20,.24), 0 0 0 3px rgba(221,168,92,.1); font-size: .76rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; transition: transform .16s, background .16s, box-shadow .16s; }
.admin-route .floating-call-button { display: none; }
.floating-call-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.floating-call-button:hover { transform: translateY(-2px); background: #f0c885; box-shadow: 0 14px 34px rgba(39,29,20,.34), 0 0 0 5px rgba(221,168,92,.16); }
.floating-call-button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 15px; margin-top: 42px; padding-top: 20px; border-top: 1px solid #302d29; font-size: .74rem; }
.toast { position: fixed; right: 20px; bottom: 88px; z-index: 100; max-width: 360px; padding: 13px 17px; border-radius: 8px; background: var(--success); color: #fff; box-shadow: var(--shadow); transform: translateY(180px); transition: transform .25s; }
.toast.show { transform: translateY(0); }
.toast.error { background: #9b342c; }

@media (max-width: 980px) {
  .vehicle-workspace-header { grid-template-columns: 1fr; }
  .vehicle-workspace-status-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .workspace-photo-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hero { height: 550px; }
  .hero-content { padding-inline: 84px; }
  .vehicle-detail-hero { padding: 86px 0; }
  .vehicle-detail-content { padding-top: 88px; }
  .hero-copy h1 { font-size: clamp(2.65rem, 6.7vw, 4rem); max-width: 18ch; }
  .menu-button { display: block; }
  .mobile-call { display: inline-flex; margin-left: auto; }
  .floating-call-button { display: none; }
  nav { position: absolute; left: 0; right: 0; top: 100%; z-index: 60; max-height: calc(100dvh - 100%); display: none; overflow-y: auto; padding: 12px 16px 20px; background: #10100f; box-shadow: 0 18px 30px rgba(0,0,0,.28); }
  nav.open { display: grid; }
  nav a { padding: 14px; border-bottom: 1px solid #2e2b27; }
  .vehicle-grid, .feature-grid, .trust-grid, .reviews-feed { grid-template-columns: repeat(2, 1fr); }
  .filters { grid-template-columns: repeat(2, 1fr); }
  .detail, .split, .finance-application-layout, .trade-layout { grid-template-columns: 1fr; }
  .vehicle-highlight-grid { grid-template-columns: repeat(3, 1fr); }
  .finance-benefit-grid, .trade-intro-grid { grid-template-columns: repeat(2, 1fr); }
  .detail-panel { position: static; }
  .hero-admin-card { grid-template-columns:140px 1fr; }
  .hero-admin-card img { width:140px; }
  .hero-admin-actions { grid-column:1 / -1; }
  .admin-stats { grid-template-columns:repeat(3,1fr); }
  .leads-list { grid-template-columns:1fr; }
  .notification-log-row { grid-template-columns:auto 60px 1fr; }
  .notification-log-row time { grid-column:1 / -1; }
  .acquisition-type-grid, .acquisition-onboarding-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .utility-inner .utility-address, .utility-links a:last-child { display: none; }
  .utility-inner { min-height: 36px; justify-content: center; }
  .utility-phone { font-size: .9rem; }
  .nav-wrap { min-height: 108px; gap: 9px; }
  .brand { width: auto; max-width: calc(100% - 156px); }
  .brand img { height: 88px; max-width: 100%; }
  .dealer-trust { display: none; }
  .mobile-call { min-height: 40px; padding: 0 11px; font-size: .64rem; white-space: nowrap; }
  .toast { right: 16px; bottom: 82px; left: 16px; max-width: none; }
  .menu-button { width: 40px; height: 40px; flex: 0 0 40px; }
  .hero { height: 540px; }
  .vehicle-detail-content { padding-top: 62px; }
  .hero-content { align-content: start; padding: 32px 28px 82px; }
  .hero-copy { width: 100%; }
  .hero-copy h1 { font-size: clamp(1.82rem, 9.4vw, 2.35rem); max-width: 17ch; line-height:1.04; }
  .hero-copy p:not(.eyebrow) { margin: 13px 0 0; font-size: .92rem; line-height: 1.55; }
  .hero-copy .actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 18px; }
  .hero-copy .actions .button { min-width: 0; min-height: 46px; padding: 0 8px; font-size: .62rem; letter-spacing: .035em; text-align: center; }
  .hero-copy .hero-trust-line { max-width: 100%; margin-top: 13px; padding: 7px 9px; border-radius: 8px; font-size: .6rem; letter-spacing: .045em; white-space: normal; }
  .slider-controls { bottom: 8px; max-width: calc(100% - 24px); gap: 0; }
  .slider-dot { position: relative; width: 28px; height: 32px; border: 0; background: transparent; }
  .slider-dot::after { content: ""; position: absolute; inset: 11px 9px; border: 1px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(255,255,255,.3); }
  .slider-dot.active::after { border-color: var(--gold); background: var(--gold); }
  .vehicle-page-title { font-size: clamp(2.2rem, 11.5vw, 3.25rem); }
  .detail-panel h1.vehicle-sidebar-title { font-size: clamp(1.8rem, 9vw, 2.3rem); }
  .slider-arrow { top: auto; bottom: 46px; width:42px; height:48px; transform: none; font-size:2rem; }
  .slider-prev { left:0; }
  .slider-next { right:0; }
  .quick-search { margin-top: -30px; }
  .quick-search form { gap: 13px; padding: 20px; }
  .quick-search form, .vehicle-grid, .feature-grid, .trust-grid, .reviews-feed, .finance-benefit-grid, .trade-intro-grid, .filters, .form-grid, .admin-stats, .footer-grid, .spec-grid { grid-template-columns: 1fr; }
  .filters { gap: 11px; padding: 16px 18px; }
  .filter-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter-actions .button { min-width: 0; padding-inline: 10px; }
  .inventory-results-toolbar { align-items: stretch; flex-direction: column; gap: 10px; }
  .inventory-sort { grid-template-columns: 1fr; gap: 5px; }
  .vehicle-next-steps { grid-template-columns: 1fr; }
  .vehicle-history-report { align-items: stretch; flex-direction: column; gap: 14px; }
  .vehicle-history-report .button { width: 100%; }
  .vehicle-highlight-grid { grid-template-columns: repeat(2, 1fr); }
  .payment-result { align-items: flex-start; flex-direction: column; gap: 8px; }
  .payment-result strong { white-space: normal; }
  .home-trust { padding: 52px 0 8px; }
  .home-trust-head { align-items: start; flex-direction: column; gap: 8px; }
  .finance-teaser { padding-top: 22px; }
  .finance-teaser-inner { align-items: stretch; flex-direction: column; padding: 24px 20px; }
  .finance-teaser .button { width: 100%; }
  .reviews-section { padding: 62px 0; }
  .reviews-head { align-items: start; flex-direction: column; gap: 10px; }
  .reviews-head .button { width: 100%; }
  .reviews-empty-state { align-items: flex-start; flex-direction: column; padding: 24px 20px; }
  .finance-benefits { padding: 32px 0; }
  .finance-application-layout { gap: 38px; }
  .finance-application-card { padding: 28px 22px; }
  .finance-trust-badges, .finance-needs-list { grid-template-columns: 1fr; }
  .common-lender-grid { grid-template-columns: repeat(2, 1fr); }
  .financing-benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-map-card iframe { min-height: 310px; }
  .contact-map-footer { align-items: stretch; flex-direction: column; }
  .contact-map-footer .button { width: 100%; }
  .trade-layout { gap: 38px; }
  .trade-photo-preview { grid-template-columns: repeat(3, 1fr); }
  .trade-lead-details { grid-template-columns: 1fr; }
  .trade-lead-details strong { grid-column: auto; }
  .feed-provider-grid { grid-template-columns:1fr; }
  .feed-log-row { grid-template-columns:1fr; }
  .backup-summary { grid-template-columns:1fr 1fr; }
  .syndication-export-actions { justify-content:flex-start; }
  .syndication-vehicle-summary { grid-template-columns:1fr; }
  .syndication-vehicle-summary img { max-height:260px; }
  .syndication-copy-grid { grid-template-columns:1fr; }
  .syndication-copy-long { grid-column:auto; }
  .syndication-platform-head { display:none; }
  .syndication-platform-row { grid-template-columns:1fr; padding:16px; }
  .syndication-platform-row > strong { color:var(--clay-dark); font-size:.9rem; }
  .syndication-platform-row select,.syndication-platform-row input,.syndication-platform-row textarea { width:100%; }
  .feed-provider-fields { grid-template-columns:1fr; }
  .feed-provider-title { flex-direction:column; }
  .page-hero { padding: 52px 0; }
  .vehicle-detail-hero { padding: 48px 0; }
  .page-hero h1 { max-width: 100%; overflow-wrap: anywhere; font-size: clamp(2.2rem, 11vw, 3.15rem); line-height: 1.02; }
  .page-hero p:not(.eyebrow) { margin-bottom: 0; line-height: 1.6; }
  .section { padding: 56px 0; }
  .section-head, .cta-inner, .admin-top, .footer-bottom { align-items: start; flex-direction: column; }
  .backup-summary { grid-template-columns:1fr; }
  .compliance-portal { padding: 18px; }
  .compliance-actions, .compliance-summary-grid, .compliance-summary-grid.os-dashboard, .compliance-four-answers, .print-form-grid, .vin-scan-row, .timeline-grid, .health-grid, .readiness-verdict, .workflow-guidance, .quick-actions > div, .developer-layout, .acquisition-status-cards, .acquisition-status-grid, .acquisition-type-grid, .acquisition-document-row, .acquisition-onboarding-options, .vehicle-workspace-status-grid, .vehicle-workspace-grid, .operations-role-grid, .title-aging-grid, .dealer-os-home-grid, .dealer-os-two-column, .provider-grid, .admin-operations-grid, .admin-workflow-progress-grid, .admin-guide-options, .admin-guide-live-status, .admin-guide-live-grid, .admin-workspace-header, .admin-workspace-tabs, .admin-workspace-quick-grid { grid-template-columns: 1fr; }
  .admin-operations-home { padding: 22px; }
  .admin-operations-home-head { align-items: start; flex-direction: column; }
  .admin-operation-button { width: 100%; min-height: 70px; }
  .source-capture-shortcuts, .admin-global-search div { align-items: stretch; flex-direction: column; }
  .admin-workspace-content, .admin-workspace-content > *, .admin-module-directory { width: 100%; max-width: 100%; min-width: 0; }
  .vehicle-workspace, .vehicle-workspace > *, .vehicle-workspace-header, .vehicle-workspace-header > *, .vehicle-workspace .field, .vehicle-workspace .admin-top > *, .vehicle-workspace .dealer-os-two-column > *, .vehicle-workspace .health-grid, .vehicle-workspace .health-item { min-width: 0; max-width: 100%; }
  .vehicle-workspace-header, .vehicle-workspace-header > div, .vehicle-workspace .field, .vehicle-workspace .dealer-ai-workflow-panel, .vehicle-workspace .workspace-alert, .vehicle-workspace .dealer-os-two-column, .vehicle-workspace .health-grid, .vehicle-workspace-grid section { width: 100%; }
  .vehicle-workspace .filter-row { display: flex; flex-wrap: wrap; gap: 8px; max-width: 100%; }
  .vehicle-workspace .filter-row .button { flex: 1 1 100%; width: 100%; min-width: 0 !important; white-space: normal !important; overflow-wrap: break-word; }
  .vehicle-workspace select { max-width: 100%; min-width: 0; }
  .vehicle-workspace-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vehicle-workspace-tabs button { width: 100%; min-width: 0 !important; white-space: normal; overflow-wrap: break-word; }
  .vehicle-workspace .admin-table { overflow-x: auto; }
  .vehicle-workspace .admin-table table { width: 100%; min-width: 760px !important; table-layout: auto; }
  .vehicle-workspace .admin-table th, .vehicle-workspace .admin-table td { padding: 10px 8px; white-space: normal; overflow-wrap: break-word; word-break: normal; hyphens: none; }
  .workspace-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vehicle-workspace-grid dl { grid-template-columns: 1fr; }
  .vehicle-file-page .vehicle-workspace-grid dl { grid-template-columns: minmax(96px, .46fr) minmax(0, 1fr); gap: 9px 12px; }
  .compliance-vehicle-card { grid-template-columns: 1fr; align-items: stretch; }
  .walkthrough-step { grid-template-columns: 1fr; }
  .title-countdown { width: 100%; }
  .task-row, .timeline-row { align-items: stretch; flex-direction: column; }
  .filter-actions { align-items: stretch; }
  .photo-preview { grid-template-columns: repeat(3, 1fr); }
  .thumbs { grid-template-columns: repeat(4, 1fr); }
  .thumb { min-height: 52px; }
  .main-photo img { object-fit: contain; background: #171817; }
  .form-card, .content-card, .detail-panel, .lead-card, .feed-provider-card, .provider-card, .notification-log, .feed-log, .backup-log { padding: 20px; }
  .login-card { margin: 30px auto; }
  .admin-shell { min-height: 420px; }
  .admin-table { margin-inline: -4px; border-radius: 8px; }
  .admin-module-directory .admin-table { overflow-x: hidden; }
  .admin-module-directory table,
  .admin-module-directory tbody,
  .admin-module-directory tr,
  .admin-module-directory td { display: block; width: 100%; min-width: 0 !important; }
  .admin-module-directory thead { display: none; }
  .admin-module-directory tr { padding: 14px; border-bottom: 1px solid var(--line); }
  .admin-module-directory td { padding: 6px 0; border: 0; }
  .admin-module-directory td::before { display: block; margin-bottom: 4px; color: var(--muted); font-size: .68rem; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
  .admin-module-directory td:nth-child(1)::before { content: "Module"; }
  .admin-module-directory td:nth-child(2)::before { content: "Workspace"; }
  .admin-module-directory td:nth-child(3)::before { content: "Description"; }
  .admin-module-directory td:nth-child(4)::before { content: "Open"; }
  .admin-module-directory td:nth-child(5)::before { content: "Actions"; }
  .admin-module-directory th:last-child, .admin-module-directory td:last-child { width: 100%; min-width: 0; }
  .admin-module-directory .module-directory-actions { display: flex; width: 100%; min-width: 0; gap: 10px; }
  .admin-module-directory .module-directory-actions .button { flex: 1 1 auto; min-width: 108px; }
  .developer-mode-shell { padding: 18px; }
  .developer-mode-actions { width: 100%; justify-content: flex-start; }
  th, td { padding: 12px 10px; }
  .table-actions { flex-wrap: wrap; }
  .lead-card-top, .lead-status-control { align-items: stretch; grid-template-columns: 1fr; flex-direction: column; }
  .lead-status-control select { width: 100%; min-height: 44px; }
  .lead-contact { display: grid; gap: 10px; }
  .lead-contact a { overflow-wrap: anywhere; }
  .notification-log-row { grid-template-columns: 1fr; }
  .notification-log-row time { grid-column: auto; }
  .syndication-copy-card > div { align-items: flex-start; flex-direction: column; }
  .syndication-copy-card .copy-ad-text { min-height: 40px; }
  .feed-toggle, .feed-check { min-height: 44px; }
  .feed-toggle input, .feed-check input { width: 20px; height: 20px; flex: 0 0 20px; }
  .hero-admin-actions .button, .table-actions .button { min-height: 44px; }
  .cta .actions, .admin-top .actions { width: 100%; }
  .cta .actions .button, .admin-top .actions .button { flex: 1 1 130px; }
  .site-footer a { width: fit-content; min-height: 40px; display: flex; align-items: center; margin: 3px 0; }
  .home-cta { min-height:500px; }
  .home-cta::before, .home-cta-trade::before { background:linear-gradient(90deg,rgba(7,8,10,.88),rgba(7,8,10,.48)); }
  .home-cta-copy-right { justify-content:start; }
  .hero-admin-card { grid-template-columns:1fr; }
  .hero-admin-card img { width:100%; }
}

@media (max-width: 380px) {
  .container { width: min(var(--container), calc(100% - 24px)); }
  .nav-wrap { width: calc(100% - 12px); gap: 6px; }
  .brand { max-width: calc(100% - 148px); }
  .brand img { height: 78px; }
  .mobile-call { min-height: 40px; padding-inline: 9px; font-size: .59rem; }
  .hero { height: 560px; }
  .hero-content { padding-inline: 24px; }
  .hero-copy .eyebrow { font-size: .65rem; letter-spacing: .12em; }
  .hero-copy h1 { font-size: 1.78rem; }
  .page-hero h1 { font-size: 2.15rem; }
  .section-head h2, .home-trust-head h2, .split-copy h2 { overflow-wrap: anywhere; font-size: 2rem; }
  .form-card, .content-card, .detail-panel, .lead-card, .feed-provider-card, .provider-card { padding: 18px; }
  .vehicle-body { padding: 18px; }
  .vehicle-highlight-grid, .financing-benefits-grid, .common-lender-grid { grid-template-columns: 1fr; }
  .trade-photo-preview, .photo-preview { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) and (orientation: landscape) and (max-height: 520px) {
  .utility-bar { display: none; }
  .nav-wrap { min-height: 78px; }
  .brand img { height: 68px; }
  .dealer-trust { display: none; }
  .hero { height: 480px; }
  .hero-content { align-content: start; padding-top: 24px; padding-bottom: 60px; }
  .hero-copy h1 { font-size: clamp(2rem, 5vw, 2.8rem); }
  .hero-copy p:not(.eyebrow) { max-width: 520px; margin-block: 10px 0; font-size: .88rem; line-height: 1.45; }
  .hero-copy .actions { margin-top: 14px; }
  .hero-copy .hero-trust-line { margin-top: 10px; }
  .slider-controls { bottom: 6px; }
}
