.drive-hero {
    position: relative;
    min-height: 620px;
    display: grid;
    align-items: center;
    overflow: hidden;
    color: var(--road-white);
    background: var(--road-ink);
}

.drive-hero__media {
    position: absolute;
    inset: 0;
    background-image: url('/assets/images/hero-driving.webp');
    background-size: cover;
    background-position: center 48%;
}

.drive-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(9, 13, 17, .68);
}

.drive-hero__content {
    position: relative;
    z-index: 2;
    padding: 78px 0 160px;
}

.drive-hero__eyebrow {
    margin: 0 0 14px;
    color: #ff8a8a;
    font-size: 12px;
    font-weight: 800;
}

.drive-hero h1 {
    margin: 0;
    font-size: 64px;
    line-height: 1.04;
    letter-spacing: 0;
}

.drive-hero__lead {
    margin: 18px 0 30px;
    color: #e6e8ea;
    font-size: 24px;
    line-height: 1.35;
}

.drive-hero__search {
    width: min(650px, 100%);
    height: 58px;
    display: grid;
    grid-template-columns: 1fr 112px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 4px;
    background: var(--road-white);
}

.drive-hero__search:focus-within { outline: 4px solid rgba(255,255,255,.2); }
.drive-hero__search input { min-width: 0; padding: 0 20px; border: 0; outline: 0; color: var(--road-ink); }
.drive-hero__search button { border: 0; color: var(--road-white); font-weight: 800; background: var(--road-signal); }
.drive-hero__search button:hover { background: var(--road-signal-dark); }

.drive-hero__popular {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 16px;
    color: #c4c9cd;
    font-size: 13px;
}

.drive-hero__popular a { color: var(--road-white); border-bottom: 1px solid rgba(255,255,255,.4); }
.drive-hero__popular a:hover { color: #ff8a8a; }

.drive-hero__status {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(16, 20, 25, .92);
    border-top: 1px solid rgba(255,255,255,.16);
}

.drive-status-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.drive-status { position: relative; min-height: 112px; display: grid; align-content: center; padding: 22px 32px 22px 54px; border-right: 1px solid rgba(255,255,255,.13); }
.drive-status:first-child { border-left: 1px solid rgba(255,255,255,.13); }
.drive-status::before { content: ""; position: absolute; left: 28px; top: 35px; width: 10px; height: 10px; border-radius: 50%; }
.drive-status b { font-size: 17px; }
.drive-status span { margin-top: 3px; color: #aeb5ba; font-size: 12px; }
.drive-status--danger::before { background: var(--road-signal); box-shadow: 0 0 0 5px rgba(207,46,46,.16); }
.drive-status--warn::before { background: var(--road-warning); box-shadow: 0 0 0 5px rgba(194,123,0,.16); }
.drive-status--safe::before { background: var(--road-safe); box-shadow: 0 0 0 5px rgba(24,117,85,.16); }
.drive-status:hover { background: rgba(255,255,255,.05); }

.vehicle-state { padding: 86px 0; background: var(--road-white); }
.vehicle-state__grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--road-line); }
.vehicle-state__grid > a { position: relative; min-height: 220px; display: flex; flex-direction: column; padding: 28px 26px; border-right: 1px solid var(--road-line); }
.vehicle-state__grid > a:first-child { border-left: 1px solid var(--road-line); }
.vehicle-state__grid > a > span { color: var(--road-signal); font-size: 12px; font-weight: 800; }
.vehicle-state__grid > a > strong { margin-top: 20px; font-size: 22px; line-height: 1.25; }
.vehicle-state__grid > a > p { margin: 12px 0 26px; color: var(--road-muted); font-size: 14px; }
.vehicle-state__grid > a > b { margin-top: auto; font-size: 20px; }
.vehicle-state__grid > a:hover { color: var(--road-white); background: var(--road-ink); }
.vehicle-state__grid > a:hover p { color: #bfc5ca; }

.service-track { padding: 82px 0 90px; background: var(--road-paper); }
.service-track__line { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); padding-top: 34px; }
.service-track__line::before { content: ""; position: absolute; top: 9px; left: 8%; right: 8%; height: 2px; background: #c8cdd1; }
.service-track__line a { position: relative; display: grid; padding: 0 22px; text-align: center; }
.service-track__line i { position: absolute; top: -33px; left: 50%; width: 20px; height: 20px; border: 5px solid var(--road-paper); border-radius: 50%; background: var(--road-signal); transform: translateX(-50%); box-shadow: 0 0 0 1px #adb4b9; }
.service-track__line span { color: var(--road-muted); font-size: 12px; }
.service-track__line strong { margin-top: 7px; font-size: 16px; }
.service-track__line a:hover strong { color: var(--road-signal); }

.topic-directory { padding: 90px 0; background: var(--road-ink); }
.topic-directory__list { counter-reset: topic; border-top: 1px solid var(--road-line-dark); }
.topic-row { counter-increment: topic; display: grid; grid-template-columns: 310px 1fr; border-bottom: 1px solid var(--road-line-dark); }
.topic-row__title { min-height: 130px; display: grid; grid-template-columns: 46px 1fr auto; align-items: center; gap: 18px; padding: 22px 26px; color: var(--road-white); border-right: 1px solid var(--road-line-dark); }
.topic-row__title > span::before { content: "0" counter(topic); color: var(--road-signal); font-size: 12px; font-weight: 800; }
.topic-row__title strong { font-size: 24px; }
.topic-row__title b { font-size: 22px; }
.topic-row__title:hover { background: #20262d; }
.topic-row__children { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); align-content: center; gap: 0; padding: 18px 22px; }
.topic-row__children a { min-height: 42px; display: flex; align-items: center; padding: 7px 12px; color: #bbc1c6; font-size: 14px; border-bottom: 1px solid #2e353c; }
.topic-row__children a::after { content: "→"; margin-left: auto; color: #59636b; }
.topic-row__children a:hover { color: var(--road-white); border-color: var(--road-signal); }

.workshop-band { min-height: 500px; display: grid; grid-template-columns: 56% 44%; background: var(--road-white); }
.workshop-band__media { min-height: 500px; background-image: url('/assets/images/maintenance-check.webp'); background-size: cover; background-position: center; }
.workshop-band__content { display: flex; flex-direction: column; justify-content: center; padding: 64px clamp(40px, 7vw, 110px); }
.workshop-band__content > p { margin: 0 0 10px; color: var(--road-signal); font-size: 12px; font-weight: 800; }
.workshop-band__content h2 { margin: 0; max-width: 470px; font-size: 38px; line-height: 1.2; }
.workshop-band__content > span { max-width: 500px; margin-top: 20px; color: var(--road-muted); }
.workshop-band__content > a { width: fit-content; margin-top: 30px; padding-bottom: 5px; color: var(--road-signal); font-weight: 800; border-bottom: 1px solid currentColor; }

.priority-guides { padding: 90px 0; background: #ecefee; }
.priority-guides__layout { display: grid; grid-template-columns: 270px 1fr; gap: 70px; }
.priority-guides__layout > header { padding-top: 6px; }
.priority-guides__layout > header > p { margin: 0 0 8px; color: var(--road-signal); font-size: 12px; font-weight: 800; }
.priority-guides__layout > header h2 { margin: 0; font-size: 34px; }
.priority-guides__layout > header span { display: block; margin-top: 16px; color: var(--road-muted); font-size: 14px; }
.priority-guides__list { border-top: 2px solid var(--road-ink); }
.priority-guides__list article { position: relative; min-height: 116px; display: grid; align-content: center; padding: 20px 56px 20px 0; border-bottom: 1px solid #cbd0d2; }
.priority-guides__list article > div { display: flex; gap: 16px; color: var(--road-muted); font-size: 12px; }
.priority-guides__list article > div a { color: var(--road-signal); font-weight: 700; }
.priority-guides__list h3 { margin: 7px 0 0; font-size: 19px; line-height: 1.42; }
.priority-guides__list h3 a:hover { color: var(--road-signal); }
.priority-guides__arrow { position: absolute; right: 0; top: 50%; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid #b7bdc0; border-radius: 50%; transform: translateY(-50%); }
.priority-guides__arrow:hover { color: var(--road-white); border-color: var(--road-signal); background: var(--road-signal); }

.ev-band { padding: 62px 0; color: var(--road-white); background: var(--road-info); border-top: 6px solid #204967; }
.ev-band__inner { display: grid; grid-template-columns: minmax(280px, 420px) 1fr; gap: 80px; align-items: center; }
.ev-band__inner > div > p { margin: 0 0 8px; color: #b8d5e9; font-size: 12px; font-weight: 800; }
.ev-band__inner h2 { margin: 0; font-size: 32px; }
.ev-band__inner > div > span { display: block; margin-top: 14px; color: #d7e6f0; font-size: 14px; }
.ev-band nav { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.22); }
.ev-band nav a { min-height: 52px; display: flex; align-items: center; justify-content: center; padding: 9px 12px; font-size: 14px; background: var(--road-info); }
.ev-band nav a:hover { background: #234f70; }

.latest-road { padding: 90px 0; background: var(--road-white); }
.latest-road__list { counter-reset: latest; display: grid; grid-template-columns: repeat(2,1fr); border-top: 2px solid var(--road-ink); }
.latest-road__list article { counter-increment: latest; min-height: 230px; display: flex; flex-direction: column; padding: 28px 32px; border-right: 1px solid var(--road-line); border-bottom: 1px solid var(--road-line); }
.latest-road__list article:nth-child(odd) { border-left: 1px solid var(--road-line); }
.latest-road__category { color: var(--road-signal); font-size: 12px; font-weight: 800; }
.latest-road__list h3 { margin: 13px 0 10px; font-size: 21px; line-height: 1.4; }
.latest-road__list h3 a:hover { color: var(--road-signal); }
.latest-road__list article > p { margin: 0; color: var(--road-muted); font-size: 14px; }
.latest-road__list article > div { display: flex; gap: 16px; margin-top: auto; padding-top: 18px; color: #8b949b; font-size: 12px; }
.latest-road__list article > div a { margin-left: auto; color: var(--road-ink); font-weight: 700; }

.content-standard { padding: 78px 0; background: var(--road-paper); border-top: 1px solid var(--road-line); }
.content-standard__inner { display: grid; grid-template-columns: 310px 1fr; gap: 60px; }
.content-standard__inner > div > p { margin: 0 0 8px; color: var(--road-signal); font-size: 12px; font-weight: 800; }
.content-standard__inner h2 { margin: 0; font-size: 30px; line-height: 1.3; }
.content-standard ol { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 0; padding: 0; border-block: 1px solid #cbd0d2; list-style: none; }
.content-standard li { padding: 22px; border-right: 1px solid #cbd0d2; }
.content-standard li:first-child { border-left: 1px solid #cbd0d2; }
.content-standard li span { color: var(--road-signal); font-size: 12px; font-weight: 800; }
.content-standard li p { margin: 12px 0 0; font-size: 14px; }

.road-friends {
    padding: 72px 0 82px;
    background: var(--road-white);
    border-top: 1px solid var(--road-line);
}

.road-friends__header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 22px;
    border-bottom: 2px solid var(--road-ink);
}

.road-friends__header p {
    margin: 0 0 6px;
    color: var(--road-signal);
    font-size: 11px;
    font-weight: 800;
}

.road-friends__header h2 {
    margin: 0;
    font-size: 30px;
}

.road-friends__header > span {
    padding-bottom: 4px;
    color: var(--road-muted);
    font-size: 13px;
}

.road-friends__route {
    position: relative;
    counter-reset: friend-stop;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    row-gap: 44px;
    padding-top: 46px;
}

.road-friends__route::before,
.road-friends__route::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    height: 3px;
    background: #c6ccd0;
}

.road-friends__route::before { top: 27px; }
.road-friends__route::after { top: 179px; }

.road-friends__route a {
    position: relative;
    counter-increment: friend-stop;
    min-height: 108px;
    display: grid;
    align-content: start;
    justify-items: center;
    padding: 16px 12px 0;
    text-align: center;
}

.road-friends__route a i {
    position: absolute;
    top: -28px;
    left: 50%;
    width: 18px;
    height: 18px;
    border: 5px solid var(--road-white);
    border-radius: 50%;
    background: var(--road-ink);
    box-shadow: 0 0 0 1px #aab2b8;
    transform: translateX(-50%);
}

.road-friends__route a span {
    font-size: 16px;
    font-weight: 800;
}

.road-friends__route a span::before {
    content: "0" counter(friend-stop) " · ";
    color: var(--road-signal);
    font-size: 11px;
}

.road-friends__route a b {
    margin-top: 8px;
    color: var(--road-muted);
    font-size: 11px;
    font-weight: 500;
}

.road-friends__route a:hover span { color: var(--road-signal); }
.road-friends__route a:hover i { background: var(--road-signal); box-shadow: 0 0 0 1px var(--road-signal); }

@media (max-width: 1040px) {
    .topic-row { grid-template-columns: 250px 1fr; }
    .topic-row__children { grid-template-columns: repeat(3,1fr); }
    .workshop-band { grid-template-columns: 50% 50%; }
}

@media (max-width: 920px) {
    .drive-hero { min-height: 650px; }
    .drive-hero h1 { font-size: 52px; }
    .drive-status { padding: 20px 18px 20px 42px; }
    .drive-status::before { left: 18px; }
    .vehicle-state__grid { grid-template-columns: repeat(2,1fr); }
    .vehicle-state__grid > a:nth-child(3) { border-left: 1px solid var(--road-line); }
    .vehicle-state__grid > a:nth-child(-n+2) { border-bottom: 1px solid var(--road-line); }
    .topic-row { grid-template-columns: 220px 1fr; }
    .topic-row__children { grid-template-columns: repeat(2,1fr); }
    .workshop-band { min-height: 0; grid-template-columns: 1fr; }
    .workshop-band__media { min-height: 420px; }
    .workshop-band__content { padding: 54px 28px 62px; }
    .priority-guides__layout { grid-template-columns: 220px 1fr; gap: 44px; }
    .ev-band__inner { grid-template-columns: 1fr; gap: 30px; }
    .content-standard__inner { grid-template-columns: 1fr; gap: 30px; }
    .road-friends__route { grid-template-columns: repeat(5, minmax(120px, 1fr)); overflow-x: auto; }
    .road-friends__route::before { left: 60px; right: 60px; }
}

@media (max-width: 680px) {
    .drive-hero { min-height: 720px; align-items: start; }
    .drive-hero__media { background-position: 44% center; }
    .drive-hero::after { background: rgba(9,13,17,.72); }
    .drive-hero__content { padding: 66px 0 270px; }
    .drive-hero h1 { font-size: 44px; }
    .drive-hero__lead { font-size: 20px; }
    .drive-hero__search { height: 54px; grid-template-columns: 1fr 92px; }
    .drive-status-grid { grid-template-columns: 1fr; }
    .drive-status { min-height: 76px; padding-block: 13px; border: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    .drive-status:first-child { border-left: 0; }
    .drive-status::before { top: 26px; }
    .vehicle-state { padding: 68px 0; }
    .vehicle-state__grid { grid-template-columns: 1fr; }
    .vehicle-state__grid > a { min-height: 170px; border-left: 1px solid var(--road-line); border-bottom: 1px solid var(--road-line); }
    .service-track { padding: 66px 0; }
    .service-track__line { grid-template-columns: 1fr; padding: 0 0 0 28px; }
    .service-track__line::before { top: 8px; bottom: 8px; left: 8px; right: auto; width: 2px; height: auto; }
    .service-track__line a { min-height: 78px; padding: 0 0 18px 20px; text-align: left; }
    .service-track__line i { top: 0; left: -20px; transform: none; }
    .topic-directory { padding: 70px 0; }
    .topic-row { grid-template-columns: 1fr; }
    .topic-row__title { min-height: 76px; grid-template-columns: 34px 1fr auto; padding: 14px 12px; border-right: 0; border-bottom: 1px solid #2b3239; }
    .topic-row__title strong { font-size: 20px; }
    .topic-row__children { grid-template-columns: repeat(2,1fr); padding: 12px 4px 20px; }
    .topic-row__children a { padding-inline: 9px; font-size: 13px; }
    .workshop-band__media { min-height: 300px; }
    .workshop-band__content h2 { font-size: 29px; }
    .priority-guides { padding: 70px 0; }
    .priority-guides__layout { grid-template-columns: 1fr; gap: 32px; }
    .ev-band nav { grid-template-columns: repeat(2,1fr); }
    .latest-road { padding: 70px 0; }
    .latest-road__list { grid-template-columns: 1fr; }
    .latest-road__list article,
    .latest-road__list article:nth-child(odd) { min-height: 210px; padding: 24px 18px; border-left: 1px solid var(--road-line); }
    .content-standard ol { grid-template-columns: 1fr; }
    .content-standard li,
    .content-standard li:first-child { border-left: 1px solid #cbd0d2; border-right: 1px solid #cbd0d2; border-bottom: 1px solid #cbd0d2; }
    .road-friends { padding: 58px 0 66px; }
    .road-friends__header { align-items: start; }
    .road-friends__route { display: grid; grid-template-columns: 1fr; gap: 0; overflow: visible; padding: 18px 0 0 34px; }
    .road-friends__route::before { top: 18px; bottom: 18px; left: 9px; right: auto; width: 3px; height: auto; }
    .road-friends__route::after { display: none; }
    .road-friends__route a { min-height: 72px; display: grid; grid-template-columns: 1fr auto; align-content: center; justify-items: start; gap: 8px 20px; padding: 10px 0 10px 16px; text-align: left; border-bottom: 1px solid var(--road-line); }
    .road-friends__route a i { top: 50%; left: -33px; width: 16px; height: 16px; border-width: 4px; transform: translateY(-50%); }
    .road-friends__route a b { grid-column: 2; grid-row: 1; margin: 0; }
}

@media (max-width: 380px) {
    .drive-hero__search { grid-template-columns: 1fr 82px; }
    .drive-hero__search input { padding-inline: 12px; }
    .topic-row__children { grid-template-columns: 1fr; }
    .ev-band nav { grid-template-columns: 1fr; }
    .road-friends__header > span { display: none; }
}

/* 2026 cockpit refresh */
.drive-hero {
    min-height: 660px;
    background: #05080c;
    border-bottom: 5px solid var(--road-signal);
}

.drive-hero__media {
    background-position: center 46%;
    transform: scale(1.015);
}

.drive-hero::after {
    background: rgba(5,9,13,.61);
}

.drive-hero::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 112px;
    z-index: 2;
    width: min(42%, 620px);
    height: 7px;
    opacity: .72;
    background: repeating-linear-gradient(90deg, var(--road-signal) 0 22px, transparent 22px 34px);
}

.drive-hero__content {
    padding: 84px 0 164px 32px;
    border-left: 4px solid var(--road-signal);
}

.drive-hero__content::before {
    content: "READY / CHECK / DRIVE";
    position: absolute;
    top: 54px;
    left: 32px;
    color: rgba(255,255,255,.34);
    font-size: 9px;
    font-weight: 800;
}

.drive-hero h1 {
    font-size: 70px;
    text-shadow: 0 8px 24px rgba(0,0,0,.35);
}

.drive-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ff6976;
}

.drive-hero__eyebrow::before {
    content: "";
    width: 34px;
    height: 3px;
    background: currentColor;
}

.drive-hero__search {
    border: 0;
    border-bottom: 4px solid var(--road-signal);
    border-radius: 2px;
    box-shadow: 0 16px 40px rgba(0,0,0,.28);
}

.drive-hero__search button { background: #111820; }
.drive-hero__popular a { padding-bottom: 2px; }

.drive-hero__status {
    background: rgba(6,10,14,.96);
    border-top-color: #35404a;
    backdrop-filter: blur(8px);
}

.drive-status {
    overflow: hidden;
    transition: background-color .2s ease;
}

.drive-status::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 32px;
    height: 3px;
    opacity: .5;
    background: repeating-linear-gradient(90deg, currentColor 0 3px, transparent 3px 7px);
}

.vehicle-state {
    background: #e8edef;
}

.vehicle-state__grid {
    border: 0;
    background: #10161d;
    box-shadow: 0 18px 50px rgba(11,15,20,.14);
}

.vehicle-state__grid > a,
.vehicle-state__grid > a:first-child {
    color: var(--road-white);
    border-color: #303a44;
    background: #10161d;
}

.vehicle-state__grid > a::after {
    content: "";
    position: absolute;
    inset: auto 26px 0;
    height: 4px;
    background: #313b45;
}

.vehicle-state__grid > a:nth-child(2)::after { background: var(--road-signal); }
.vehicle-state__grid > a:nth-child(3)::after { background: var(--road-warning); }
.vehicle-state__grid > a:nth-child(4)::after { background: var(--road-safe); }
.vehicle-state__grid > a > p { color: #98a4ae; }
.vehicle-state__grid > a:hover { background: #1a222b; }

.service-track {
    background: var(--road-white);
}

.service-track__line::before {
    height: 4px;
    background: #c8cfd4;
}

.service-track__line i {
    border-color: var(--road-white);
    background: #111820;
}

.service-track__line a:hover i {
    background: var(--road-signal);
}

.topic-directory {
    position: relative;
    overflow: hidden;
    background: #080c11;
}

.topic-directory::before {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 38%;
    height: 9px;
    opacity: .45;
    background: repeating-linear-gradient(90deg, #65717b 0 5px, transparent 5px 12px);
}

.topic-row {
    transition: background-color .18s ease;
}

.topic-row:hover { background: #0f151c; }
.topic-row__title { border-left: 4px solid transparent; }
.topic-row:hover .topic-row__title { border-left-color: var(--road-signal); }

.workshop-band {
    background: #0c1117;
}

.workshop-band__media {
    position: relative;
    min-height: 540px;
}

.workshop-band__content {
    position: relative;
    overflow: hidden;
    color: var(--road-white);
    background: #0c1117;
}

.workshop-band__content::after {
    content: "";
    position: absolute;
    right: -85px;
    bottom: -85px;
    width: 240px;
    height: 240px;
    border: 22px solid #1e2730;
    border-radius: 50%;
}

.workshop-band__content > * {
    position: relative;
    z-index: 1;
}

.workshop-band__content > span { color: #aeb8c0; }

.priority-guides {
    background: #e7ecee;
}

.priority-guides__list article {
    transition: padding-left .18s ease, background-color .18s ease;
}

.priority-guides__list article:hover {
    padding-left: 18px;
    background: rgba(255,255,255,.72);
}

.ev-band {
    position: relative;
    overflow: hidden;
    background: #07576d;
    border-top-color: #083c4b;
}

.ev-band::after {
    content: "EV";
    position: absolute;
    right: 3%;
    bottom: -48px;
    color: rgba(255,255,255,.06);
    font-size: 190px;
    font-weight: 900;
    line-height: 1;
}

.ev-band__inner { position: relative; z-index: 1; }
.ev-band nav a { background: #07576d; }
.ev-band nav a:hover { background: #06495b; }

.latest-road__list article {
    position: relative;
    transition: background-color .18s ease;
}

.latest-road__list article::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: transparent;
}

.latest-road__list article:hover { background: #f4f6f6; }
.latest-road__list article:hover::before { background: var(--road-signal); }

.content-standard {
    background: #dfe5e7;
}

.content-standard ol {
    border-color: #aeb8bf;
    background: #111820;
}

.content-standard li,
.content-standard li:first-child {
    color: var(--road-white);
    border-color: #34404a;
}

.content-standard li p { color: #b9c3ca; }

.road-friends {
    background: #f7f8f8;
}

.road-friends__route::before,
.road-friends__route::after {
    height: 4px;
    background: #aeb8bf;
}

.road-friends__route a:hover {
    background: rgba(255,255,255,.72);
}

@media (max-width: 920px) {
    .drive-hero__content { padding-left: 26px; }
    .drive-hero h1 { font-size: 58px; }
    .workshop-band__media { min-height: 390px; }
    .road-friends__route { overflow-x: visible; }
}

@media (max-width: 680px) {
    .drive-hero {
        min-height: 650px;
        border-bottom-width: 4px;
    }

    .drive-hero::before { bottom: 204px; width: 46%; height: 5px; }

    .drive-hero__content {
        padding: 58px 0 226px 18px;
    }

    .drive-hero__content::before {
        top: 34px;
        left: 18px;
    }

    .drive-hero h1 { font-size: 46px; }
    .drive-hero__lead { margin: 14px 0 24px; font-size: 19px; }
    .drive-hero__search { grid-template-columns: minmax(0,1fr) 88px; }
    .drive-status { min-height: 68px; }
    .drive-status::before { top: 23px; }
    .drive-status::after { top: 15px; }

    .vehicle-state__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .vehicle-state__grid > a,
    .vehicle-state__grid > a:first-child {
        min-height: 184px;
        padding: 20px 16px;
        border: 1px solid #303a44;
    }
    .vehicle-state__grid > a > strong { margin-top: 14px; font-size: 18px; }
    .vehicle-state__grid > a > p { margin: 9px 0 18px; font-size: 12px; line-height: 1.55; }
    .vehicle-state__grid > a::after { inset-inline: 16px; }

    .service-track__line { padding-left: 30px; }
    .service-track__line i { border-color: var(--road-white); }
    .topic-row__title { border-left: 4px solid #29323b; }
    .workshop-band__media { min-height: 250px; }
    .workshop-band__content { padding: 44px 20px 52px; }
    .priority-guides__list article:hover { padding-left: 10px; }
    .ev-band::after { font-size: 120px; }
    .latest-road__list article:hover::before { display: none; }

    .road-friends {
        padding: 54px 0 60px;
        color: var(--road-white);
        background: #0b1016;
        border-top: 4px solid var(--road-signal);
    }

    .road-friends__header {
        align-items: end;
        border-bottom-color: #39434d;
    }

    .road-friends__header > span { color: #8f9aa4; }

    .road-friends__route {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1px;
        padding: 1px;
        background: #303943;
    }

    .road-friends__route::before,
    .road-friends__route::after { display: none; }

    .road-friends__route a {
        min-width: 0;
        min-height: 74px;
        display: grid;
        grid-template-columns: 5px minmax(0,1fr);
        align-content: center;
        justify-items: start;
        gap: 0 10px;
        padding: 12px;
        color: var(--road-white);
        text-align: left;
        border: 0;
        background: #10161d;
    }

    .road-friends__route a i {
        position: static;
        grid-row: 1;
        width: 5px;
        height: 28px;
        border: 0;
        border-radius: 0;
        background: var(--road-signal);
        box-shadow: none;
        transform: none;
    }

    .road-friends__route a span {
        min-width: 0;
        align-self: center;
        font-size: 14px;
        overflow-wrap: anywhere;
    }

    .road-friends__route a b { display: none; }
    .road-friends__route a:hover { background: #1a222b; }
}

@media (max-width: 380px) {
    .drive-hero h1 { font-size: 42px; }
    .drive-hero__search { grid-template-columns: minmax(0,1fr) 78px; }
    .vehicle-state__grid > a { min-height: 170px; padding-inline: 13px; }
    .vehicle-state__grid > a > p { display: none; }
    .vehicle-state__grid > a > b { margin-top: 18px; }
    .road-friends__header > span { display: none; }
    .road-friends__route a { padding-inline: 10px; }
}
