
/* WhatsApp channel launch bar: final spacing overrides live at the end of the
   cascade so the fixed bar never overlaps page or magazine headings. */
body:has(.channel-announcement) .hero {
  padding-top: 140px;
}

body:has(.channel-announcement).magazine-context .mag-article {
  padding-top: calc(clamp(112px, 8vw, 138px) + 40px);
}

body:has(.channel-announcement).magazine-context .magazine-intro {
  padding-top: calc(clamp(122px, 8vw, 146px) + 40px);
}

body.admin-bar:has(.channel-announcement) .magazine-topbar {
  top: 72px;
}

.channel-floating {
  bottom: calc(88px + env(safe-area-inset-bottom, 0px));
}

@media (max-width: 782px) {
  body.admin-bar:has(.channel-announcement) .magazine-topbar {
    top: 90px;
  }
}

@media (max-width: 600px) {
  body:has(.channel-announcement) .hero {
    padding-top: 144px;
  }

  body:has(.channel-announcement).magazine-context .mag-article {
    padding-top: 162px;
  }

  body:has(.channel-announcement).magazine-context .magazine-intro {
    padding-top: 160px;
  }
}

/* Commercial rebuild — stage 4: guided matching and comparison. */
.commercial-chooser{padding:72px 20px;background:#0c1214;color:#f5f3ee}
.commercial-chooser-head,.commercial-chooser-shell,.commercial-comparison>details{width:min(1180px,100%);margin-inline:auto}
.commercial-chooser-head{margin-bottom:32px}
.commercial-chooser-head .kicker,.commercial-chooser-result .kicker{color:var(--electric)}
.commercial-chooser-head h2{margin:12px 0 18px;font-size:clamp(44px,13vw,68px);font-weight:300;line-height:.92;letter-spacing:-.045em}
.commercial-chooser-head h2 span{color:var(--electric)}
.commercial-chooser-head>p:last-child{max-width:720px;margin:0;color:#aeb7b5;font-size:17px;line-height:1.7}
.commercial-chooser-shell{padding:22px;border:1px solid #2d3a3c;background:linear-gradient(145deg,#11191b,#0b1112);box-shadow:0 24px 64px #0004}
.commercial-chooser-progress{display:flex;align-items:center;gap:16px;margin-bottom:28px;color:#aeb7b5;font-size:12px}
.commercial-chooser-progress i{position:relative;display:block;flex:1;height:2px;overflow:hidden;background:#2d3a3c}
.commercial-chooser-progress b{position:absolute;inset:0 auto 0 0;width:33.333%;background:var(--electric);transition:width .25s ease}
.commercial-chooser-step{min-width:0;margin:0;padding:0;border:0}
.commercial-chooser-step[hidden],.commercial-chooser-result[hidden],.commercial-body-choice[hidden]{display:none!important}
.commercial-chooser-step legend{width:100%;margin-bottom:22px;color:#fff;font-size:clamp(25px,7vw,34px);font-weight:600}
.commercial-chooser-step legend small{display:block;margin-bottom:6px;color:var(--electric);font:600 12px 'Barlow Condensed',sans-serif;letter-spacing:.2em}
.commercial-choice-grid{display:grid;grid-template-columns:1fr;gap:10px}
.commercial-choice-grid label,.commercial-choice-inline label,.commercial-version-picker label{position:relative;display:block;cursor:pointer}
.commercial-choice-grid input,.commercial-choice-inline input,.commercial-version-picker input{position:absolute;inline-size:1px;block-size:1px;opacity:0;pointer-events:none}
.commercial-choice-grid label>span{display:flex;min-height:78px;flex-direction:column;justify-content:center;padding:16px 18px;border:1px solid #334143;background:#0b1112;color:#f5f3ee;font-size:18px;font-weight:700;transition:border-color .2s ease,background .2s ease,transform .2s ease}
.commercial-choice-grid label>span small{margin-top:5px;color:#8e9996;font-size:13px;font-weight:400;line-height:1.4}
.commercial-choice-grid input:checked+span{border-color:var(--electric);background:#102522;box-shadow:inset -3px 0 var(--electric)}
.commercial-choice-grid input:focus-visible+span,.commercial-choice-inline input:focus-visible+span,.commercial-version-picker input:focus-visible+span{outline:3px solid #fff;outline-offset:3px}
.commercial-body-choice{margin-top:26px;padding-top:22px;border-top:1px solid #2d3a3c}
.commercial-body-choice>p{margin:0 0 14px;color:#b8c0be}
.commercial-choice-inline{display:flex;flex-wrap:wrap;gap:8px}
.commercial-choice-inline label>span{display:flex;min-height:46px;align-items:center;padding:10px 16px;border:1px solid #3d494b;color:#dce1df}
.commercial-choice-inline input:checked+span{border-color:var(--electric);background:var(--electric);color:#07110f;font-weight:700}
.commercial-chooser-controls{display:flex;justify-content:space-between;gap:12px;margin-top:28px}
.commercial-chooser-controls button{min-height:48px}
.commercial-chooser-back,.commercial-text-link{border:0;background:transparent;color:#c8cecc;font:inherit;cursor:pointer}
.commercial-chooser-controls .btn{min-width:150px}
.commercial-chooser-controls .btn:disabled{cursor:not-allowed;opacity:.42}
.commercial-chooser-result{padding:8px 0}
.commercial-chooser-result h3{margin:8px 0 26px;font-size:clamp(31px,9vw,50px);font-weight:400}
.commercial-result-family{margin:0;color:#8f9a97;font:500 15px 'Barlow Condensed',sans-serif;letter-spacing:.18em;text-transform:uppercase}
.commercial-chooser-result>[data-result-version]{display:block;margin:6px 0 16px;color:#fff;font:600 clamp(35px,10vw,62px)/.95 'Barlow Condensed',sans-serif}
.commercial-chooser-result>[data-result-reason]{max-width:760px;color:#bbc3c1;font-size:17px;line-height:1.7}
.commercial-chooser-result dl{display:grid;grid-template-columns:1fr;margin:24px 0;border-block:1px solid #2d3a3c}
.commercial-chooser-result dl div{padding:15px 0;border-bottom:1px solid #2d3a3c}
.commercial-chooser-result dl div:last-child{border-bottom:0}
.commercial-chooser-result dt{color:#7f8c89;font-size:11px}
.commercial-chooser-result dd{margin:5px 0 0;color:var(--electric);font-size:23px;font-weight:700}
.commercial-result-alternative{color:#8e9996}
.commercial-result-alternative b{color:#f5f3ee}

.commercial-comparison{padding:54px 20px 76px;background:#e9eeec;color:#0b1213}
.commercial-comparison>details{border-block:1px solid #b9c5c1;background:#f6f8f7}
.commercial-comparison summary{display:flex;min-height:102px;align-items:center;justify-content:space-between;gap:20px;padding:22px;cursor:pointer;list-style:none}
.commercial-comparison summary::-webkit-details-marker{display:none}
.commercial-comparison summary span{display:grid;gap:5px}
.commercial-comparison summary small{color:#087e6b;font:600 11px 'Barlow Condensed',sans-serif;letter-spacing:.22em}
.commercial-comparison summary strong{font-size:clamp(27px,7vw,42px);font-weight:500}
.commercial-comparison summary i{display:grid;width:42px;height:42px;place-items:center;border:1px solid #98aaa5;border-radius:50%;font-size:28px;font-style:normal;transition:transform .2s ease}
.commercial-comparison details[open] summary i{transform:rotate(45deg)}
.commercial-comparison summary:focus-visible{outline:3px solid #087e6b;outline-offset:-5px}
.commercial-comparison-body{padding:8px 22px 28px;border-top:1px solid #cbd4d1}
.commercial-comparison-body>p{max-width:760px;color:#52605d;line-height:1.7}
.commercial-battery-guide{display:grid;grid-template-columns:1fr;gap:1px;margin:24px 0;background:#ccd6d3;border:1px solid #ccd6d3}
.commercial-battery-guide article{display:grid;gap:5px;padding:18px;background:#fff}
.commercial-battery-guide b{font-size:17px}
.commercial-battery-guide span{color:#64706d;font-size:13px;line-height:1.5}
.commercial-comparison-filters{display:grid;grid-template-columns:1fr;gap:12px;margin:24px 0}
.commercial-comparison-filters label{display:grid;gap:7px;color:#52605d;font-size:12px}
.commercial-comparison-filters select{width:100%;min-height:48px;padding:10px 14px;border:1px solid #aebdb8;border-radius:0;background:#fff;color:#0b1213;font:inherit}
.commercial-version-picker{display:grid;grid-template-columns:1fr;gap:8px;margin-bottom:14px}
.commercial-version-picker label>span{display:grid;min-height:60px;align-content:center;padding:12px 15px;border:1px solid #bdc9c5;background:#fff}
.commercial-version-picker label>span small{color:#6b7774;font:500 11px 'Barlow Condensed',sans-serif;letter-spacing:.12em}
.commercial-version-picker label>span b{margin-top:3px;font-size:17px}
.commercial-version-picker input:checked+span{border-color:#087e6b;background:#dff7f1;box-shadow:inset -3px 0 #087e6b}
.commercial-compare-status{min-height:22px;color:#52605d;font-size:13px}
.commercial-compare-output{margin:24px 0}
.commercial-compare-table{display:none}
.commercial-compare-cards{display:grid;grid-template-columns:1fr;gap:12px}
.commercial-compare-card{padding:20px;border:1px solid #bdc9c5;background:#fff}
.commercial-compare-card>p{margin:0;color:#087e6b;font:600 11px 'Barlow Condensed',sans-serif;letter-spacing:.16em}
.commercial-compare-card h3{margin:6px 0 16px;font:600 27px 'Barlow Condensed',sans-serif}
.commercial-compare-card dl{margin:0}
.commercial-compare-card dl div{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:10px 0;border-top:1px solid #dde3e1}
.commercial-compare-card dt{color:#67736f;font-size:12px}
.commercial-compare-card dd{margin:0;font-weight:600}
.commercial-comparison .btn{min-height:50px}
.commercial-comparison .btn.is-disabled{pointer-events:none;opacity:.45}

@media(min-width:681px){
  .commercial-chooser{padding:clamp(86px,9vw,130px) clamp(24px,7vw,112px)}
  .commercial-chooser-head{margin-bottom:48px}
  .commercial-choice-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .commercial-chooser-shell{padding:clamp(28px,4vw,52px)}
  .commercial-chooser-result dl{grid-template-columns:repeat(3,minmax(0,1fr))}
  .commercial-chooser-result dl div{padding:18px;border-bottom:0;border-left:1px solid #2d3a3c}
  .commercial-chooser-result dl div:last-child{border-left:0}
  .commercial-comparison{padding:clamp(70px,8vw,110px) clamp(24px,7vw,112px)}
  .commercial-comparison summary,.commercial-comparison-body{padding-inline:clamp(28px,4vw,54px)}
  .commercial-battery-guide{grid-template-columns:repeat(3,minmax(0,1fr))}
  .commercial-comparison-filters{grid-template-columns:repeat(3,minmax(0,1fr))}
  .commercial-version-picker{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(min-width:900px){
  .commercial-chooser-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.7fr);gap:24px 80px;align-items:end}
  .commercial-chooser-head .kicker{grid-column:1/-1}
  .commercial-chooser-head h2{margin:0;font-size:clamp(62px,6vw,88px)}
  .commercial-choice-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .commercial-version-picker{grid-template-columns:repeat(3,minmax(0,1fr))}
  .commercial-compare-cards{display:none}
  .commercial-compare-table{display:block;overflow-x:auto}
  .commercial-compare-table table{width:100%;border-collapse:collapse;background:#fff}
  .commercial-compare-table th,.commercial-compare-table td{padding:15px;border:1px solid #d4ddda;text-align:right;vertical-align:top}
  .commercial-compare-table thead th{min-width:190px;background:#101719;color:#f5f3ee}
  .commercial-compare-table thead th:first-child{min-width:110px}
  .commercial-compare-table thead small,.commercial-compare-table thead strong{display:block}
  .commercial-compare-table thead small{color:#6ee8d3;font:500 10px 'Barlow Condensed',sans-serif;letter-spacing:.15em}
  .commercial-compare-table thead strong{margin-top:5px;font:600 19px 'Barlow Condensed',sans-serif}
  .commercial-compare-table tbody th{width:120px;background:#eef2f1;color:#52605d;font-size:12px}
}

@media(prefers-reduced-motion:reduce){
  .commercial-chooser-progress b,.commercial-choice-grid label>span,.commercial-comparison summary i{transition:none}
}
/* Commercial department — selected physical inventory (Stage 6). */
.commercial-featured-stock{padding:72px 20px;background:#eef1f0;color:#111715;scroll-margin-top:120px}
.commercial-featured-stock-head{max-width:1480px;margin:0 auto 30px;display:grid;gap:18px;border-bottom:1px solid #c9cfcc;padding-bottom:26px}
.commercial-featured-stock-head .kicker{margin:0 0 12px;color:#008c77;letter-spacing:.26em}
.commercial-featured-stock-head h2{margin:0;font-size:clamp(2.6rem,12vw,4.8rem);font-weight:300;line-height:.94;letter-spacing:-.045em}
.commercial-featured-stock-head h2 span{color:#009a82}
.commercial-featured-stock-head>p{max-width:620px;margin:0;color:#59615e;font-size:1.03rem;line-height:1.75}
.commercial-stock-filters{max-width:1480px;margin:0 auto 22px;display:flex;gap:8px;overflow-x:auto;scrollbar-width:none}
.commercial-stock-filters::-webkit-scrollbar{display:none}
.commercial-stock-filters button{min-width:84px;padding:11px 18px;border:1px solid #b9c1be;background:transparent;color:#34403c;font:inherit;font-weight:700;white-space:nowrap;cursor:pointer}
.commercial-stock-filters button.is-active{border-color:#009f87;background:#009f87;color:#041613}
.commercial-stock-filters button:focus-visible{outline:3px solid #111715;outline-offset:3px}
.commercial-featured-stock-grid{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:18px}
.commercial-stock-card{min-width:0;background:#fff;border:1px solid #cfd5d2;display:grid;align-content:start}
.commercial-stock-card[hidden]{display:none}
.commercial-stock-card-media{position:relative;display:grid;place-items:center;width:100%;min-width:0;max-width:100%;min-height:250px;aspect-ratio:16/10;overflow:hidden;background:#121715;color:#fff;text-decoration:none}
.commercial-stock-card-media img{display:block;width:100%;min-width:0;max-width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.commercial-stock-card-media:hover img{transform:scale(1.025)}
.commercial-stock-image-pending{font-weight:700;letter-spacing:.08em}
.commercial-stock-status{position:absolute;top:14px;right:14px;padding:8px 12px;background:#eef1f0;color:#111715;font-size:.77rem;font-weight:800}
.commercial-stock-status.is-available{background:#00d7b5;color:#061814}
.commercial-stock-status.is-order{background:#d2a33d;color:#171105}
.commercial-stock-card-body{padding:24px;display:flex;flex-direction:column;min-height:340px}
.commercial-stock-card-meta{margin:0 0 9px;color:#008f79;font-size:.74rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.commercial-stock-card h3{margin:0 0 18px;font-size:clamp(1.55rem,7vw,2.15rem);line-height:1.02;text-align:left}
.commercial-stock-colors{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;border-top:1px solid #e0e4e2;border-bottom:1px solid #e0e4e2;padding:15px 0}
.commercial-stock-colors div{min-width:0}
.commercial-stock-colors dt{color:#77807d;font-size:.72rem;margin-bottom:4px}
.commercial-stock-colors dd{margin:0;font-size:.91rem;font-weight:700;overflow-wrap:anywhere;text-align:left}
.commercial-stock-card-price{display:grid;grid-template-columns:1fr auto;gap:2px 12px;align-items:end;padding:18px 0 4px}
.commercial-stock-card-price span{color:#737c79;font-size:.76rem}
.commercial-stock-card-price strong{font-size:1.5rem;color:#111715}
.commercial-stock-card-price small{grid-column:2;color:#69716f;text-align:left}
.commercial-stock-card-price .commercial-price-secondary{grid-column:1/-1;margin-top:5px;color:#56615e;font-size:.72rem;text-align:start}
.commercial-stock-updated{margin:8px 0 18px;color:#7a8380;font-size:.74rem}
.commercial-stock-card-actions{margin-top:auto;display:grid;gap:12px}
.commercial-stock-card-actions .btn{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center}
.commercial-stock-card-actions .commercial-text-link{justify-self:start;color:#26312e}
.commercial-stock-filter-empty,.commercial-stock-no-results{max-width:1480px;margin:20px auto 0}
.commercial-stock-filter-empty{padding:20px;border:1px solid #cbd1cf;color:#59615e;display:flex;align-items:center;justify-content:space-between;gap:18px}
.commercial-stock-filter-empty[hidden]{display:none}
.commercial-stock-filter-empty p{margin:0;line-height:1.65}
.commercial-stock-filter-empty .btn{min-height:48px;flex:0 0 auto}
.commercial-stock-no-results{padding:34px;background:#111715;color:#fff;display:grid;gap:14px}
.commercial-stock-no-results strong{font-size:1.6rem}
.commercial-stock-no-results p{margin:0;color:#b7c0bd;line-height:1.7}
.commercial-stock-no-results .btn{justify-self:start}

@media (min-width:760px){
  .commercial-featured-stock{padding:96px 5vw}
  .commercial-featured-stock-head{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:end}
  .commercial-featured-stock-head>p{justify-self:end}
  .commercial-featured-stock-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:759px){
  .commercial-stock-filter-empty{align-items:stretch;flex-direction:column}
  .commercial-stock-filter-empty .btn{width:100%;justify-content:center}
}
@media (min-width:1180px){
  .commercial-featured-stock-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .commercial-stock-card-body{padding:28px}
}
@media (prefers-reduced-motion:reduce){.commercial-stock-card-media img{transition:none}}

/* Commercial transparency — concise, editable and progressively disclosed. */
.commercial-disclosure-panel{padding:72px 20px;background:#101617;color:#f5f4ef;display:grid;gap:38px}
.commercial-disclosure-intro{max-width:660px}
.commercial-disclosure-intro .kicker{margin:0 0 14px;color:var(--electric);letter-spacing:.24em}
.commercial-disclosure-intro h2{margin:0;font-size:clamp(2.7rem,12vw,4.8rem);font-weight:300;line-height:.94;letter-spacing:-.045em}
.commercial-disclosure-intro h2 span{color:#d2a33d}
.commercial-disclosure-intro>p:not(.kicker){margin:22px 0 0;color:#b7c0bd;font-size:1rem;line-height:1.75}
.commercial-disclosure-updated{display:block;margin-top:16px;color:#7f8b87;font-size:.75rem}
.commercial-disclosure-items{border-top:1px solid #34403e}
.commercial-disclosure-items details{border-bottom:1px solid #34403e}
.commercial-disclosure-items summary{min-height:82px;padding:17px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;list-style:none;cursor:pointer}
.commercial-disclosure-items summary::-webkit-details-marker{display:none}
.commercial-disclosure-items summary span{display:grid;gap:5px}
.commercial-disclosure-items summary small{color:#6ee8d3;font:600 .68rem 'Barlow Condensed',sans-serif;letter-spacing:.18em}
.commercial-disclosure-items summary strong{font-size:clamp(1.25rem,5.5vw,1.75rem);font-weight:500}
.commercial-disclosure-items summary b{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border:1px solid #56625f;border-radius:50%;font-size:1.5rem;font-weight:300;transition:transform .2s ease,border-color .2s ease}
.commercial-disclosure-items details[open] summary b{transform:rotate(45deg);border-color:var(--electric)}
.commercial-disclosure-items details>div{padding:0 0 26px}
.commercial-disclosure-items details>div p{max-width:780px;margin:0;color:#aeb8b5;font-size:.95rem;line-height:1.85}
.commercial-disclosure-items summary:focus-visible{outline:3px solid #fff;outline-offset:5px}
.commercial-vehicle-page .vehicle-price .commercial-price-meta{margin-top:10px!important;color:#8e9794!important;font-weight:400}

@media (min-width:900px){
  .commercial-disclosure-panel{grid-template-columns:minmax(300px,.78fr) minmax(440px,1.22fr);gap:clamp(60px,9vw,140px);padding:96px 6vw;align-items:start}
  .commercial-disclosure-intro h2{font-size:clamp(3.4rem,5vw,5.2rem)}
  .commercial-disclosure-items summary{min-height:96px}
}
@media (prefers-reduced-motion:reduce){.commercial-disclosure-items summary b{transition:none}}

/* Commercial finance handoff and structured finance lead capture. */
.commercial-stock-card-actions .commercial-finance-button{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;border:1px solid #9e762b;background:transparent;color:#76571d}
.commercial-stock-card-actions .commercial-finance-button:hover{background:#111715;border-color:#111715;color:#fff}
.finance-lead-section{max-width:1480px;margin:40px auto 0;padding:clamp(28px,5vw,64px);display:grid;gap:34px;background:#17130e;color:#f6f2ea;scroll-margin-top:110px;border-top:3px solid #c89b43;box-shadow:0 24px 70px #17120a24}
.finance-lead-section[hidden]{display:none}
.finance-lead-copy .kicker{margin:0 0 14px;color:#d7aa4a}
.finance-lead-copy h2{margin:0;font-size:clamp(2.75rem,11vw,5.6rem);font-weight:300;line-height:.93;letter-spacing:-.04em}
.finance-lead-copy h2 span{color:#d7aa4a}
.finance-lead-copy>p:not(.kicker){max-width:620px;color:#c3bcb1;line-height:1.75}
.finance-lead-selection{margin-top:24px;display:flex;flex-wrap:wrap;gap:8px}
.finance-lead-selection span{padding:9px 12px;border:1px solid #40382d;background:#0d0b08;color:#ded6c9;font-size:.78rem}
.finance-lead-form{display:grid;gap:16px;padding:24px;background:#0c0b09;border:1px solid #3c3429}
.finance-lead-form label{display:grid;gap:8px;color:#bbb3a8;font-size:.82rem}
.finance-lead-form input:not([type=checkbox]){width:100%;min-height:52px;padding:13px 15px;border:1px solid #40382e;background:#15120e;color:#fff;font:inherit}
.finance-lead-form input:focus{outline:2px solid #d7aa4a;outline-offset:2px}
.finance-lead-form .lead-newsletter-consent{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:13px;border:1px solid #302a22;background:#12100d;line-height:1.55}
.finance-lead-form .lead-newsletter-consent input{width:18px;height:18px;margin:2px 0 0;accent-color:#d7aa4a}
.finance-lead-form .btn{width:100%;min-height:56px}
.finance-lead-privacy{margin:0;color:#837c72;font-size:.72rem;line-height:1.55}
.finance-lead-form .form-success,.finance-lead-form .form-error{margin:0;padding:13px;border:1px solid #66512b;color:#f3d899}
.finance-lead-form .form-error{border-color:#7d3d36;color:#ffb3a9}

@media(min-width:850px){
  .finance-lead-section{grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);align-items:start}
  .finance-lead-form{grid-template-columns:repeat(2,minmax(0,1fr));padding:34px}
  .finance-lead-email,.finance-lead-form .lead-newsletter-consent,.finance-lead-form .btn,.finance-lead-privacy,.finance-lead-form .form-success,.finance-lead-form .form-error{grid-column:1/-1}
}
@media(max-width:600px){
  .finance-lead-section{margin:28px 0 0;padding:34px 20px}
  .finance-lead-form{padding:20px 16px}
}

/* Privacy, lead safety and keyboard accessibility. */
:where(a,button,input,select,textarea,summary):focus-visible{outline:3px solid #d7aa4a;outline-offset:3px}
.skip-link{position:fixed;inset-block-start:10px;inset-inline-start:10px;z-index:100000;padding:12px 18px;background:#fff;color:#090909;border:2px solid #d7aa4a;transform:translateY(-160%);transition:transform .15s ease}
.skip-link:focus{transform:translateY(0);outline:3px solid #090909;outline-offset:2px}
.lead-website-field{position:absolute!important;inline-size:1px!important;block-size:1px!important;overflow:hidden!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.lead-privacy-notice,.commercial-lead-privacy,.finance-lead-privacy,.landing-privacy{grid-column:1/-1;margin:0;color:#8e887f;font-size:.76rem;line-height:1.65}
.lead-privacy-notice a,.commercial-lead-privacy a,.finance-lead-privacy a,.landing-privacy a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.legal-content-page{background:#f3f0e9;color:#171513}
.legal-content-page .simple-content{max-width:920px;margin-inline:auto;padding-block:clamp(120px,14vw,200px) clamp(80px,10vw,140px)}
.legal-content-page h1{font-size:clamp(3rem,8vw,6.5rem);font-weight:300;letter-spacing:-.04em}
.legal-content-page h2{margin-block:48px 16px;font-size:clamp(1.55rem,3vw,2.35rem);font-weight:500}
.legal-content-page p,.legal-content-page li{font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.9;color:#4d4943}
.legal-content-page a{color:#76571d;text-decoration-thickness:1px;text-underline-offset:4px}
.legal-updated{margin-top:48px;padding-top:18px;border-top:1px solid #d6d0c6;font-size:.9rem!important}
@media(max-width:600px){.legal-content-page .simple-content{padding-inline:22px}.legal-content-page h2{margin-block-start:36px}}

/* Vehicle sold state -----------------------------------------------------
   The stored price is intentionally replaced server-side with a neutral,
   fixed-width placeholder. Blur is presentation only, never data hiding. */
.vehicle-sold-badge{
  position:absolute;
  inset-block-start:0;
  inset-inline-start:0;
  z-index:7;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  inline-size:clamp(150px,38%,230px);
  min-height:54px;
  padding:13px 24px;
  border:0;
  border-inline-end:4px solid #c99b38;
  border-block-end:1px solid rgba(255,255,255,.2);
  border-radius:0 0 0 10px;
  background:linear-gradient(135deg,rgba(10,11,12,.98),rgba(34,35,35,.94));
  color:#fff;
  box-shadow:0 12px 32px rgba(0,0,0,.38);
  font-size:clamp(18px,1.45vw,24px);
  font-weight:800;
  line-height:1;
  letter-spacing:0;
  white-space:nowrap;
  pointer-events:none;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
}
.sold-price{
  display:inline-flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px 12px;
  max-inline-size:100%;
  color:currentColor;
  user-select:none;
  pointer-events:none;
  white-space:nowrap;
}
.sold-price-mask{
  display:inline-block;
  min-inline-size:7.5ch;
  overflow:hidden;
  filter:blur(6px);
  -webkit-filter:blur(6px);
}
.sold-price-label{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:6px 12px;
  border:1px solid rgba(201,155,56,.7);
  border-radius:2px;
  background:rgba(201,155,56,.12);
  color:#d6aa4b;
  font-size:clamp(12px,.45em,15px);
  font-weight:800;
  line-height:1;
}
.is-sold-price{min-width:0}
.car-card.is-sold>.status{display:none}
.vehicle-main-image>.vehicle-sold-badge{inline-size:clamp(220px,34%,330px);min-height:72px;font-size:clamp(26px,2.35vw,36px)}
.vehicle-recommendation-photo>.vehicle-sold-badge{inline-size:min(52%,190px);min-height:46px;font-size:17px}
.search-result-media{position:relative;overflow:hidden}
.search-result-media>.vehicle-sold-badge{inline-size:min(48%,190px);min-height:46px;font-size:17px}
.commercial-stock-card-media>.vehicle-sold-badge{inline-size:min(52%,210px);min-height:48px;font-size:18px}
.commercial-stock-card.is-sold .commercial-stock-status{display:none}

@media(max-width:600px){
  .vehicle-sold-badge{inline-size:min(52%,180px);min-height:48px;padding:11px 18px;font-size:17px}
  .vehicle-main-image>.vehicle-sold-badge{inline-size:min(58%,220px);min-height:60px;font-size:23px}
  .vehicle-recommendation-photo>.vehicle-sold-badge,
  .search-result-media>.vehicle-sold-badge{inline-size:min(52%,170px);min-height:44px;font-size:16px}
  .sold-price-mask{filter:blur(5px);-webkit-filter:blur(5px)}
  .sold-price-label{min-height:28px;padding:5px 10px;font-size:12px}
}

/* Magazine QA: keep the optional mobile channel prompt clear of reading,
   comparison tables, galleries and conversion surfaces. The inline channel
   CTA remains available at the end of every article. */
@media (max-width: 600px) {
  body.magazine-context .channel-floating {
    display: none !important;
  }
}

/* Magazine sources and credits are supporting information, never a full chapter. */
.magazine-context .mag-article-sources {
  margin-block: clamp(40px, 5vw, 58px) 28px;
  padding-block: 18px 4px;
  border-top: 1px solid var(--mag-line);
  color: #716d65;
  font-size: 14px;
  line-height: 1.6;
}

.magazine-context .mag-article-sources > h2 {
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: #57534c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.35;
}

.magazine-context .mag-article-sources > h2::before {
  display: none;
}

.magazine-context .mag-article-sources > :is(p, ul, ol) {
  margin: 0 0 7px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.magazine-context .mag-article-sources > :is(ul, ol) {
  padding-inline-start: 20px;
}

.magazine-context .mag-article-sources li {
  margin-block: 4px;
}

.magazine-context .mag-article-sources a {
  color: #76633f;
  font-size: inherit;
}

@media (max-width: 600px) {
  .magazine-context .mag-article-sources {
    margin-block-start: 34px;
    font-size: 13px;
    line-height: 1.55;
  }

  .magazine-context .mag-article-sources > h2 {
    font-size: 17px;
  }
}

/* Mobile inventory cards -------------------------------------------------
   Keep the vehicle image and its content in two distinct regions. This
   prevents long model names, prices and actions from competing with the
   photography on narrow iPhone screens. */
@media (max-width: 680px) {
  .inventory-filter-bar .filters {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline proximity;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .inventory-filter-bar .filters::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .inventory-filter-bar .filters > button {
    scroll-snap-align: start;
  }

  .inventory-catalog .inventory-grid {
    gap: 18px;
    padding-inline: 12px;
  }

  .inventory-grid .car-card {
    --inventory-card-media-height: clamp(230px, 68vw, 310px);
    display: grid;
    grid-template-rows: var(--inventory-card-media-height) auto;
    min-height: 0;
    aspect-ratio: auto !important;
    overflow: hidden;
    border-color: #302d28;
    background: #101010;
  }

  .inventory-grid .car-card-photo {
    position: relative;
    inset: auto;
    grid-row: 1;
    width: 100%;
    height: var(--inventory-card-media-height);
    object-fit: cover;
    object-position: center;
    transform: none !important;
  }

  .inventory-grid .card-overlay {
    inset: 0 0 auto;
    height: var(--inventory-card-media-height);
    background: linear-gradient(180deg, rgba(5, 5, 5, .06), rgba(5, 5, 5, .12) 60%, rgba(5, 5, 5, .58));
  }

  .inventory-grid .card-copy {
    position: relative;
    inset: auto;
    grid-row: 2;
    display: grid;
    gap: 10px;
    min-width: 0;
    padding: 18px 18px 20px;
    border-top: 1px solid #302d28;
    background: #101010;
    pointer-events: none;
  }

  .inventory-grid .card-copy > p {
    margin: 0;
    color: #d3aa54;
    font-size: 11px;
    line-height: 1.3;
  }

  .inventory-grid .card-copy h3 {
    max-width: 100%;
    margin: 0;
    color: #f4f1eb;
    font-size: clamp(27px, 8.2vw, 34px);
    line-height: 1.02;
    overflow-wrap: anywhere;
    text-wrap: balance;
    unicode-bidi: plaintext;
  }

  .inventory-grid .specs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 12px;
    min-height: 0;
    margin: 0;
    color: #c8c3bb;
    font-size: 13px;
    line-height: 1.45;
  }

  .inventory-grid .card-price {
    min-width: 0;
    margin: 2px 0 4px;
  }

  .inventory-grid .card-price strong {
    color: #f4f1eb;
    font-size: 23px;
    line-height: 1.1;
  }

  .inventory-grid .card-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin-top: 2px;
    padding-top: 0;
    border-top: 1px solid #34312c;
  }

  .inventory-grid .card-links > a,
  .inventory-grid .card-links > a + a {
    min-width: 0;
    min-height: 50px;
    padding: 12px 0;
    border: 0;
    color: #eee9df;
    font-size: 13px;
  }

  .inventory-grid .card-links > a + a {
    padding-inline-start: 13px;
    border-inline-start: 1px solid #34312c;
  }

  .inventory-grid .status {
    inset-block-start: 12px;
    inset-inline-start: 12px;
    right: auto;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border-color: rgba(255, 255, 255, .42);
    background: rgba(8, 8, 8, .82);
    color: #fff;
  }

  .inventory-grid .car-card-placeholder {
    inset: calc(var(--inventory-card-media-height) / 2 - 34px) 16px auto;
  }

  body.post-type-archive-vehicle .channel-floating {
    display: none !important;
  }
}

/* Sold vehicles use the brand gold as a clear availability signal. The
   badge remains restrained, but no longer disappears into dark imagery. */
.vehicle-sold-badge {
  border: 1px solid #edc876;
  border-inline-end-width: 5px;
  background: linear-gradient(135deg, #e4b951, #c99229);
  color: #0a0907;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .46), 0 0 0 1px rgba(255, 226, 157, .2);
  text-shadow: none;
}

.sold-price-label {
  border-color: #d9a83f;
  background: #d9a83f;
  color: #090806;
}

@media (max-width: 600px) {
  .inventory-grid .vehicle-sold-badge {
    inline-size: min(46%, 168px);
    min-height: 48px;
    padding: 11px 16px;
    font-size: 18px;
    border-radius: 0 0 0 8px;
  }
}

/* Homepage 2026 refinement — mobile-first hierarchy and readable inventory. */
.inventory .filters button:focus-visible,
.home-inventory-grid .card-links > a:focus-visible,
.home-inventory-empty a:focus-visible,
.all-cars:focus-visible {
  outline: 3px solid #f4f1eb;
  outline-offset: 3px;
}

@media (max-width: 680px) {
  .statement {
    gap: 18px;
    padding: 78px 24px;
  }

  .statement > .home-editor-copy {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.65;
  }

  .inventory {
    padding: 70px 12px 88px;
  }

  .inventory .section-head {
    margin: 0 10px 28px;
  }

  .inventory .section-head h2 {
    font-size: 45px;
    line-height: .98;
  }

  .inventory .filters {
    flex-wrap: nowrap;
    gap: 8px;
    margin-inline: -10px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 0 10px 4px;
    scrollbar-width: none;
  }

  .inventory .filters::-webkit-scrollbar {
    display: none;
  }

  .inventory .filters button {
    flex: 0 0 auto;
    min-height: 42px;
    white-space: nowrap;
  }

  .home-inventory-grid {
    gap: 16px;
  }

  .home-inventory-grid .car-card {
    --home-card-media-height: clamp(230px, 66vw, 300px);
    aspect-ratio: auto;
    background: #101010;
    border: 1px solid #302d28;
    display: grid;
    grid-template-rows: var(--home-card-media-height) auto;
    height: auto;
    min-height: 0;
    overflow: hidden;
  }

  .home-inventory-grid .car-card-photo {
    grid-row: 1;
    height: var(--home-card-media-height);
    inset: auto;
    object-fit: cover;
    object-position: center;
    position: relative;
    width: 100%;
  }

  .home-inventory-grid .card-overlay {
    background: linear-gradient(180deg, rgba(5, 5, 5, .05), rgba(5, 5, 5, .52));
    height: var(--home-card-media-height);
    inset: 0 0 auto;
  }

  .home-inventory-grid .card-copy {
    background: #101010;
    border-top: 1px solid #302d28;
    bottom: auto;
    display: grid;
    gap: 9px;
    grid-row: 2;
    inset: auto;
    left: auto;
    padding: 17px 18px 19px;
    pointer-events: none;
    position: relative;
    right: auto;
  }

  .home-inventory-grid .card-copy > p,
  .home-inventory-grid .card-copy h3,
  .home-inventory-grid .specs,
  .home-inventory-grid .card-price {
    margin: 0;
  }

  .home-inventory-grid .card-copy h3 {
    color: #f4f1eb;
    font-size: clamp(27px, 8.2vw, 34px);
    line-height: 1.02;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-wrap: balance;
  }

  .home-inventory-grid .specs {
    color: #c8c3bb;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 7px 12px;
    min-height: 0;
  }

  .home-inventory-grid .card-price strong {
    color: #f4f1eb;
    font-size: 23px;
  }

  .home-inventory-grid .card-links {
    border-top: 1px solid #34312c;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2px;
    pointer-events: auto;
  }

  .home-inventory-grid .card-links > a {
    border: 0;
    min-height: 48px;
    padding: 12px 0;
    position: relative;
    z-index: 4;
  }

  .home-inventory-grid .card-links > a + a {
    border-inline-start: 1px solid #34312c;
    padding-inline-start: 12px;
  }

  .home-inventory-grid .status {
    inset-block-start: 12px;
    inset-inline-start: 12px;
    right: auto;
  }

  .home-inventory-grid .vehicle-sold-badge {
    inline-size: min(46%, 168px);
    min-height: 48px;
    padding: 11px 16px;
    font-size: 18px;
  }

  .home-inventory-grid .car-card-placeholder {
    inset: calc(var(--home-card-media-height) / 2 - 34px) 16px auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-inventory-grid .car-card,
  .home-inventory-grid .car-card-photo,
  .inventory .filters button {
    transition: none !important;
  }
}

/* Stage 2 audit — fixed mobile controls, iPhone safe areas and keyboard focus. */
.menu {
  min-width: 44px;
  min-height: 44px;
  padding: 8px;
  align-items: center;
  justify-content: center;
}

.channel-announcement button {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
}

.channel-floating button {
  width: 44px;
  min-width: 44px;
  min-height: 44px;
}

@media (max-width: 900px) {
  .menu {
    display: inline-flex;
  }

  .channel-announcement {
    padding-inline: 52px 14px;
  }

  .channel-announcement button {
    inset-inline-start: 4px;
    left: auto;
  }

  .mobile-quick-nav {
    height: calc(72px + env(safe-area-inset-bottom, 0px));
    min-height: calc(72px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
  }

  .mobile-quick-nav a {
    min-height: 56px;
    padding-block: 7px;
  }

  .mobile-quick-nav a:focus-visible {
    outline: 3px solid #f4f1eb;
    outline-offset: -4px;
  }

  /* Keep the OneTap control clear of the fixed quick-navigation bar. */
  body .onetap-container-toggle .onetap-toggle {
    right: 12px !important;
    bottom: calc(84px + env(safe-area-inset-bottom, 0px)) !important;
    left: auto !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
