/* SEO page vocab (locations / vehicles) — extends styles.css + pages.css */
main a{color:var(--ink)}main a:hover{color:var(--teal-deep)}
.ph .addr{margin-top:8px;max-width:560px}
.ph .stats{grid-template-columns:repeat(2,minmax(0,1fr))}
.ph .stats .stat{display:grid;gap:10px;align-content:start;justify-content:stretch;padding:24px 0 20px;font-size:inherit;font-weight:inherit}
.ph .stats .stat:nth-child(odd){padding-right:24px}.ph .stats .stat:nth-child(even){padding-left:24px}
.ph .stats .stat b{display:block;font-size:clamp(28px,2.6vw,40px);letter-spacing:-.035em;line-height:1;overflow-wrap:anywhere}
.ph .stats .stat span{display:block;font-size:12px;line-height:1.4;letter-spacing:.06em;text-transform:uppercase;font-weight:500;color:var(--dim);margin:0}
/* Engine column floor. This is the ONE index-based rule left in the spec table and it is
   deliberately fenced: `:not(.price)` means that if the column order is ever changed again
   and a price/plan cell lands in position 2, it can never pick up a 220px floor meant for
   engine codes. Everything about the Annual plan column is keyed off the `.plan` CLASS,
   never off a position — see the block at the end of this file. */
.spec td:nth-child(2):not(.price){min-width:220px}
.ph .price-card .price-line{font-size:clamp(20px,1.8vw,26px);font-weight:500;letter-spacing:-.02em;line-height:1.3;margin:14px 0 20px;text-wrap:pretty}
.body{font-size:17px;line-height:1.6;color:var(--ink);max-width:62ch;text-wrap:pretty}
.two .body+.body{margin-top:18px}
.local-side h3{font-size:22px}
.local-side .body{margin-top:12px;font-size:16px;color:var(--dim)}
.hoods{list-style:none;display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.hoods li{font-size:13.5px;font-weight:500;padding:6px 12px;border:1px solid var(--rule);border-radius:999px;color:var(--ink)}
.svc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}
.svc-card{display:grid;grid-template-rows:auto auto 1fr auto;gap:12px;background:var(--paper);border:1px solid var(--rule);border-radius:8px;padding:26px 24px 24px;color:var(--ink);transition:background .2s,border-color .2s}
.svc-card:hover{border-color:var(--ink)}
.svc-card:hover{background:#fff;color:var(--ink)}
.svc-card h3{font-size:21px;letter-spacing:-.02em}
.svc-card p{font-size:14.5px;color:var(--dim);line-height:1.5}
.svc-card .arrow{font-size:14px;color:var(--teal-deep)}
.incl{list-style:none;display:grid;gap:0;border-top:1px solid var(--rule)}
.incl li{padding:14px 0 14px 28px;border-bottom:1px solid var(--rule);font-size:16px;position:relative}
.incl li::before{content:'';position:absolute;left:0;top:22px;width:14px;height:2px;background:var(--teal-deep)}
.veh-list{border-top:1px solid var(--rule)}
.veh-row{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1fr) 20px;gap:16px;align-items:center;padding:14px 0;border-bottom:1px solid var(--rule);font-size:15.5px;color:var(--ink)}
.veh-row b{font-weight:600}.veh-row span{color:var(--dim);font-variant-numeric:tabular-nums}
.veh-row svg{color:var(--faint);transition:transform .2s}.veh-row:hover svg{transform:translateX(4px);color:var(--teal-deep)}
.veh-row.th{font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--dim);padding:10px 0}
.veh-row.th b{color:var(--dim)}
.spec{overflow-x:auto;border-top:1px solid var(--rule)}
/* R-CSS-3 — the spec tables now emit a <caption> for 1.3.1. It duplicates the visible <h2>,
   so hide it visually (clip, not display:none, so it stays in the accessibility tree). */
.spec table caption{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.spec table{width:100%;border-collapse:collapse;font-size:14.5px;min-width:640px}
.spec th{text-align:left;font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--dim);padding:12px 12px 12px 0;border-bottom:1px solid var(--rule)}
.spec td{padding:11px 12px 11px 0;border-bottom:1px solid var(--rule-soft);vertical-align:top;font-variant-numeric:tabular-nums}
.spec td:first-child{white-space:nowrap;font-weight:500}
.spec td b{color:var(--teal-deep);font-weight:600}
.near{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.4fr);gap:clamp(32px,6vw,96px);align-items:start}
.near h2{margin-top:14px}
.near-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule)}
.near-list a{display:grid;grid-template-columns:minmax(0,1fr) auto 16px;gap:10px;align-items:baseline;background:var(--paper);padding:18px 20px;font-weight:500;font-size:17px;letter-spacing:-.01em}
.near-list a:hover{background:#fff}
.near-list small{font-size:12px;color:var(--dim);letter-spacing:.06em;text-transform:uppercase}
.near-list a.all{color:var(--teal-deep)}
.city-cloud{display:flex;flex-wrap:wrap;gap:8px}
.city-cloud a{font-size:14px;font-weight:500;padding:8px 14px;border:1px solid var(--rule);border-radius:999px}
.city-cloud a:hover{border-color:var(--ink)}
.make-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule)}
.make-grid a{background:var(--paper);padding:20px;display:grid;gap:4px}.make-grid a:hover{background:#fff}
.make-grid b{font-weight:600;font-size:17px}.make-grid span{font-size:13px;color:var(--dim)}
.sec.tint .svc-card,.sec.tint .near-list a,.sec.tint .make-grid a{background:var(--cream)}.sec.tint .svc-card:hover,.sec.tint .near-list a:hover{background:#fff}
@media (max-width:900px){.near{grid-template-columns:1fr}.ph .stats{margin-top:8px}}
@media (max-width:640px){.veh-row{grid-template-columns:minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr) 16px}.veh-row span:nth-of-type(3){display:none}.veh-row.th span:nth-of-type(3){display:none}}

.veh-row .price,.spec td.price{color:var(--ink);font-weight:600}
/* The SEO hero's stat strip is the first thing on the page and now leads with the price —
   it must never sit in the .rv pre-reveal state (owner's design, seo/seo.css).
   NOTE: the design also ships `.veh-row .price,.spec td.price{padding:0;background:none}`
   + `.spec td.price{padding:10px 14px}`. Those only exist to undo the prototype's unscoped
   `.price{padding;background}` section rule, which this build already fixed by scoping it to
   `section.price` in styles.css — so they are deliberately NOT ported (they would zero the
   real table-cell padding instead). */
.ph .stats.rv{opacity:1;transform:none}
.fine-print{font-size:12.5px;color:var(--faint);margin-top:14px;max-width:70ch}
.price-note{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--rule);border:1px solid var(--rule);margin-top:28px}
.price-note>div{background:var(--cream);padding:20px 22px;display:grid;gap:6px}
.price-note b{font-size:12px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--teal-deep)}
.price-note span{font-size:15px;line-height:1.5}
@media (max-width:640px){.price-note{grid-template-columns:1fr}}

/* ============================================================
   Annual plan column + "What the plan covers" checklist
   (owner feedback 2026-09-20 on /vehicles/ford/f150-pickup).
   ============================================================ */
/* The plan figure is the price the model page is really about, so it carries the price
   accent and the extra weight; the single-visit columns keep the plain cell style. The
   figure ("$213/yr", "213 $/an") must never break across two lines. */
.spec td.price.plan{white-space:nowrap;color:var(--price-accent);font-weight:700}
/* The plan figure is the only cell carrying the gold accent, so it is the one cell in the
   table whose colour has to be re-checked against every background it can land on.
   --price-accent #856502 measured composited: 5.44:1 on #fff, 5.13:1 on --paper, 4.79:1 on
   --cream (the .sec.tint variant), and 5.44:1 again where the sticky first column's --paper
   fill meets it. With the high-contrast toggle on (--paper #fff, --cream #f4f4f4) it is
   5.44 / 5.18. All >= 4.5:1, so it clears AA as normal-size text everywhere it appears.
   The plan cell is NOT distinguished by colour alone (SC 1.4.1): font-weight:700 against
   the 600 of the other price cells, plus the "Annual plan" column header, carry it. */
@media (forced-colors:active){
  /* Windows HCM discards the gold entirely; keep the cell legible and keep the non-colour
     cue that survives forced colours. */
  .spec td.price.plan{color:CanvasText;font-weight:700}
}
/* A TEXT tag on diesel engine rows — the diesel surcharge is priced per row, so which rows
   are diesel has to be visible without relying on colour (WCAG 1.4.1). */
.spec td small.tag{display:inline-block;margin-top:4px;padding:1px 6px;border:1px solid var(--rule);
  border-radius:3px;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;
  font-weight:600;color:var(--teal-deep)}

/* Two columns from 700px, one below. The items are not interactive, so the 44px target rule
   does not apply; what does apply is that the ✓ / add-on state is in the text (.vh) as well
   as in the icon and its colour, and that nothing overflows at 320px in FR/ES, where the
   labels are longer than the English. */
.covered{display:grid;grid-template-columns:1fr;gap:26px;margin-top:4px}
@media (min-width:700px){.covered{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}}
.cov-col h3{margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid var(--rule);
  font-size:13px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;color:var(--dim)}
.covered ul{list-style:none;margin:0;padding:0;display:grid;gap:14px}
.covered li{display:grid;grid-template-columns:22px minmax(0,1fr);gap:10px;align-items:start}
.covered .ci{display:block;line-height:0;padding-top:3px}
.cov-yes .ci{color:var(--teal-deep)}
.cov-add .ci{color:var(--navy)}
.covered .cw{min-width:0}
.covered .cw b{display:block;font-size:16px;line-height:1.35;font-weight:600;color:var(--ink);overflow-wrap:anywhere}
.covered .cw small{display:block;margin-top:2px;font-size:15px;line-height:1.45;color:var(--dim);overflow-wrap:anywhere}
/* The per-item state, for screen readers only. */
.covered .vh{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;
  clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
/* Windows high-contrast / forced-colors: currentColor is overridden by the OS, so the icons
   stay drawn and the text keeps the state. */
@media (forced-colors:active){.cov-yes .ci,.cov-add .ci{color:CanvasText}}
/* The Annual plan column is the one the visitor came for. It used to be the 5th column and
   the comment here said so; the owner's reorder has since made the header row
   Years · Engine · Annual plan · Oil grade · Capacity · Single visit…, so it is now THIRD
   and sits directly after the engine cell. Nothing below depends on that number — this
   rule only ever sizes the ENGINE column, and `:not(.price)` keeps it off a plan cell if
   the order moves again.
   On a phone the engine cell's 220px floor pushed the plan figure 458px into a 335px-wide
   scroller — two swipes. Engine codes wrap fine at 150px. Measured after the reorder at
   320px: the plan column now starts 237px in and is fully visible inside the 280px
   scroller with no swipe at all; at 375px it starts 237px into a 335px box. */
@media (max-width:700px){.spec td:nth-child(2):not(.price),.spec th:nth-child(2){min-width:150px}}
/* …and one step tighter on the narrowest phones / 400% zoom. Measured on
   /vehicles/ford/f350-pickup at 320px, where the scroller is 280px wide: with the 150px
   engine floor the plan cell spans 234.8–310.7px, so 31px of "$322/yr" sat past the edge
   and still needed a swipe. At a 100px floor the engine cell settles at its own 109px
   content width and the plan cell spans 193.4–275.0px — fully inside the 280px scroller,
   no swipe. The engine string wraps onto an extra line at this width, which is the right
   trade: the annual-plan figure is what the page is about, and 320px is the 400%-zoom
   case. 375px is untouched and keeps the 150px floor (plan cell 234.8–310.7 in a 335px
   scroller, already fully visible). */
@media (max-width:360px){.spec td:nth-child(2):not(.price),.spec th:nth-child(2){min-width:100px}}
