/*
Theme Name: Motorz Blocks
Theme URI: https://motorz.ca/
Author: Motorz.ca
Description: Premium native Gutenberg editorial theme for Motorz.ca.
Version: 1.3.4-phase1f
Requires at least: 6.6
Requires PHP: 8.0
Text Domain: motorz-blocks
*/

:root {
  color-scheme: light;
  --mz-ink: #0b1218;
  --mz-ink-2: #141f28;
  --mz-red: #d3262f;
  --mz-red-dark: #a9151d;
  --mz-blue: #006d9c;
  --mz-blue-soft: #e3f3f8;
  --mz-paper: #ffffff;
  --mz-surface: #f2f5f6;
  --mz-surface-2: #e6ecef;
  --mz-line: #cbd5da;
  --mz-text: #17232c;
  --mz-muted: #53636e;
  --mz-focus: #ffbf47;
  --mz-shadow: 0 18px 45px rgba(11, 18, 24, .12);
  --mz-radius: .35rem;
  --mz-max: 1180px;
}

html[data-motorz-theme="dark"] {
  color-scheme: dark;
  --mz-ink: #eef4f6;
  --mz-ink-2: #dce7eb;
  --mz-red: #ff666d;
  --mz-red-dark: #ff858a;
  --mz-blue: #65c7ee;
  --mz-blue-soft: #142d38;
  --mz-paper: #0d151b;
  --mz-surface: #131f27;
  --mz-surface-2: #1b2a34;
  --mz-line: #3b4c57;
  --mz-text: #edf3f5;
  --mz-muted: #b6c3ca;
  --mz-shadow: 0 20px 48px rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--mz-paper); color: var(--mz-text); text-rendering: optimizeLegibility; }
body.motorz-menu-open { overflow: hidden; }
img { height: auto; }
a { text-underline-offset: .16em; }
:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--mz-focus); outline-offset: 3px; }
:target, :focus { scroll-margin-top: 6rem; }
.wp-block-template-skip-link { position: fixed; inset: .75rem auto auto .75rem; z-index: 100000; padding: .75rem 1rem; background: #fff; color: #0b1218; transform: translateY(-180%); }
.wp-block-template-skip-link:focus { transform: translateY(0); }

/* The global block gap must not separate the site header from the page canvas. */
.wp-site-blocks > .wp-block-template-part + main { margin-block-start: 0 !important; }

.motorz-site-header { position: sticky; top: 0; z-index: 900; border-bottom: 1px solid var(--mz-line); background: color-mix(in srgb, var(--mz-paper) 94%, transparent); backdrop-filter: blur(12px); }
.admin-bar .motorz-site-header { top: 32px; }
.motorz-header-shell { min-height: 74px; gap: 1rem; }
.motorz-logo { display: inline-flex; align-items: center; gap: .65rem; color: var(--mz-ink); text-decoration: none; font-size: 1.45rem; font-weight: 850; letter-spacing: -.045em; }
.motorz-logo a { display: inline-flex; align-items: center; color: inherit; text-decoration: none; }
.motorz-logo a::before, span.motorz-logo::before { content: ""; width: 42px; height: 42px; margin-right: .65rem; background: url("assets/brand-mark.svg") center/contain no-repeat; }
.motorz-logo svg { width: 42px; height: 42px; flex: none; }
.motorz-logo .dot { color: var(--mz-red); }
.motorz-primary-nav { font-size: .93rem; font-weight: 700; }
.motorz-primary-nav .wp-block-navigation__container { gap: 1.2rem; }
.motorz-primary-nav a { color: var(--mz-ink); text-decoration: none; padding-block: 1.5rem; border-bottom: 3px solid transparent; }
.motorz-primary-nav a:hover { color: var(--mz-red); border-bottom-color: var(--mz-red); }
.motorz-header-tools { gap: .5rem; }
.motorz-icon-button { min-width: 44px; min-height: 44px; display: inline-grid; place-items: center; padding: 0; border: 1px solid var(--mz-line); border-radius: 50%; background: var(--mz-paper); color: var(--mz-ink); cursor: pointer; }
.motorz-icon-button:hover { border-color: var(--mz-red); color: var(--mz-red); transform: translateY(-1px); }
.motorz-menu-trigger { display: none; }

.motorz-dialog { width: min(680px, calc(100% - 2rem)); padding: 0; border: 0; border-radius: var(--mz-radius); background: var(--mz-paper); color: var(--mz-text); box-shadow: var(--mz-shadow); }
.motorz-dialog::backdrop { background: rgba(3, 8, 12, .78); backdrop-filter: blur(4px); }
.motorz-dialog-inner { padding: clamp(1.5rem, 4vw, 3rem); }
.motorz-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.motorz-dialog-head h2 { margin: 0; }
.motorz-search-form { display: grid; grid-template-columns: 1fr auto; gap: .65rem; }
.motorz-search-form label { grid-column: 1 / -1; font-weight: 750; }
.motorz-search-form input { min-height: 54px; padding: .8rem 1rem; border: 2px solid var(--mz-line); background: var(--mz-paper); color: var(--mz-text); font: inherit; }
.motorz-search-form button, .motorz-cta { min-height: 48px; padding: .75rem 1.1rem; border: 0; border-radius: var(--mz-radius); background: var(--mz-red); color: #fff; font-weight: 800; cursor: pointer; text-decoration: none; }
.motorz-search-form button:hover, .motorz-cta:hover { background: var(--mz-red-dark); }

.motorz-mobile-dialog { width: min(430px, 100%); height: 100%; max-height: none; margin: 0 0 0 auto; border-radius: 0; }
.motorz-mobile-dialog .motorz-dialog-inner { min-height: 100%; display: flex; flex-direction: column; background: var(--mz-ink-2); color: var(--mz-paper); }
html[data-motorz-theme="dark"] .motorz-mobile-dialog .motorz-dialog-inner { background: #091016; }
.motorz-mobile-dialog .motorz-logo { color: #fff; }
.motorz-mobile-nav { display: grid; gap: .1rem; margin: 1.5rem 0; }
.motorz-mobile-nav a { color: #fff; text-decoration: none; font-size: 1.2rem; font-weight: 750; padding: .72rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.motorz-mobile-nav a:hover { color: #ff8b90; padding-left: .35rem; }
.motorz-mobile-utility { margin-top: auto; display: flex; flex-wrap: wrap; gap: 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); }
.motorz-mobile-utility a { color: #dbe5e9; }

.motorz-home { overflow: clip; }
.motorz-kicker { display: inline-flex; align-items: center; gap: .5rem; color: var(--mz-red); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.motorz-kicker::before { content: ""; width: 26px; height: 3px; background: currentColor; }
.motorz-positioning { max-width: var(--mz-max); margin: 0 auto; padding: 1.25rem 1.5rem .5rem; color: var(--mz-muted); font-size: .82rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.motorz-hero { max-width: var(--mz-max); margin: 0 auto; padding: 1rem 1.5rem 2.75rem; }
.motorz-hero-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(280px, .7fr); gap: 1rem; }
.motorz-lead .wp-block-post { position: relative; min-height: 590px; overflow: hidden; background: var(--mz-ink); }
.motorz-lead .wp-block-post-featured-image, .motorz-lead .wp-block-post-featured-image img { width: 100%; height: 100%; min-height: 590px; margin: 0; object-fit: cover; }
.motorz-lead .wp-block-post-featured-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(6,11,15,.03) 25%, rgba(6,11,15,.92) 100%); }
.motorz-lead-copy { position: absolute; inset: auto 0 0; z-index: 2; padding: clamp(1.5rem, 4vw, 3rem); color: #fff; }
.motorz-lead-copy a { color: #fff; text-decoration: none; }
.motorz-lead-copy .wp-block-post-title { max-width: 17ch; margin: .55rem 0; font-size: clamp(2rem, 4vw, 4rem); line-height: .98; letter-spacing: -.045em; }
.motorz-lead-copy .wp-block-post-excerpt { max-width: 58ch; color: #e8eef1; }
.motorz-lead-copy .wp-block-post-excerpt__more-text { margin-top: 1.25rem; }
.motorz-lead-copy .wp-block-post-excerpt__more-link { display: inline-flex; padding: .7rem 1rem; background: var(--mz-red); font-weight: 800; }
.motorz-meta { display: flex; flex-wrap: wrap; gap: .7rem; color: var(--mz-muted); font-size: .82rem; }
.motorz-lead .motorz-meta { color: #d8e1e5; }
.motorz-secondary-list .wp-block-post-template { display: grid; gap: 1rem; }
.motorz-secondary-card { display: grid; grid-template-columns: 42% 1fr; min-height: 190px; border-bottom: 1px solid var(--mz-line); background: var(--mz-surface); }
.motorz-secondary-card .wp-block-post-featured-image, .motorz-secondary-card img { width: 100%; height: 100%; min-height: 190px; margin: 0; object-fit: cover; }
.motorz-secondary-copy { padding: 1rem; align-self: center; }
.motorz-secondary-copy h3 { margin: .35rem 0; font-size: 1.15rem; line-height: 1.12; }
.motorz-secondary-copy h3 a { color: var(--mz-ink); text-decoration: none; }

.motorz-now { border-block: 1px solid var(--mz-line); background: var(--mz-surface); }
.motorz-now-inner { max-width: var(--mz-max); margin: auto; padding: .85rem 1.5rem; display: flex; align-items: center; gap: 1.25rem; overflow-x: auto; }
.motorz-now-label { flex: none; color: var(--mz-red); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; font-size: .75rem; }
.motorz-now a { flex: none; color: var(--mz-ink); font-weight: 750; text-decoration: none; }
.motorz-now a + a::before { content: "•"; color: var(--mz-red); margin-right: 1.25rem; }

.motorz-section { padding: clamp(3.5rem, 7vw, 6rem) 1.5rem; }
.motorz-section.alt { background: var(--mz-surface); }
.motorz-section.dark { background: var(--mz-ink-2); color: #fff; }
.motorz-section-inner { max-width: var(--mz-max); margin: auto; }
.motorz-section-head { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.75rem; padding-bottom: 1rem; border-bottom: 1px solid var(--mz-line); }
.motorz-section-head h2 { margin: 0; font-size: clamp(1.8rem, 4vw, 3rem); letter-spacing: -.04em; }
.motorz-section-head a { font-weight: 800; }
.motorz-card-grid .wp-block-post-template { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.motorz-story-card { height: 100%; border-top: 4px solid var(--mz-blue); background: var(--mz-paper); transition: transform .18s ease, box-shadow .18s ease; }
.motorz-story-card:hover { transform: translateY(-4px); box-shadow: var(--mz-shadow); }
.motorz-story-card .wp-block-post-featured-image, .motorz-story-card img { width: 100%; aspect-ratio: 16/9; margin: 0; object-fit: cover; }
.motorz-card-copy { padding: 1.15rem; }
.motorz-card-copy h3 { margin: .4rem 0; font-size: 1.25rem; line-height: 1.14; }
.motorz-card-copy h3 a { color: var(--mz-ink); text-decoration: none; }
.motorz-card-copy .wp-block-post-excerpt__excerpt { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.motorz-card-copy .wp-block-post-excerpt__more-text { display: none; }
.motorz-story-card.is-red { border-top-color: var(--mz-red); }
.motorz-story-card.is-ink { border-top-color: var(--mz-ink); }

.motorz-feature-row .wp-block-post-template { display: grid; gap: 0; }
.motorz-feature-row .wp-block-post { display: grid; grid-template-columns: minmax(250px, 38%) 1fr; border-top: 1px solid var(--mz-line); padding: 1rem 0; }
.motorz-feature-row .wp-block-post-featured-image, .motorz-feature-row img { width: 100%; aspect-ratio: 16/9; margin: 0; object-fit: cover; }
.motorz-row-copy { padding: .5rem 1.5rem; align-self: center; }
.motorz-row-copy h3 { margin: .35rem 0; font-size: clamp(1.35rem, 2.5vw, 2rem); }
.motorz-row-copy h3 a { color: var(--mz-ink); text-decoration: none; }
.motorz-row-copy .wp-block-post-excerpt__excerpt { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.motorz-row-copy .wp-block-post-excerpt__more-text { display: none; }

.motorz-photo-feature { position: relative; min-height: 520px; display: grid; align-items: end; overflow: hidden; background: var(--mz-ink); }
.motorz-photo-feature .wp-block-post-featured-image, .motorz-photo-feature img { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; object-fit: cover; }
.motorz-photo-feature::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,10,14,.9), rgba(5,10,14,.12)); }
.motorz-photo-copy { position: relative; z-index: 2; width: min(640px, 100%); padding: clamp(1.5rem, 5vw, 4rem); color: #fff; }
.motorz-photo-copy h2, .motorz-photo-copy h3 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1; }
.motorz-photo-copy a { color: #fff; }

.motorz-newsletter-hold { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; padding: clamp(2rem, 5vw, 4rem); border-left: 6px solid var(--mz-red); background: var(--mz-blue-soft); }
.motorz-newsletter-hold h2 { margin: 0 0 .5rem; }
.motorz-newsletter-state { padding: .65rem 1rem; border: 1px solid var(--mz-blue); color: var(--mz-blue); font-weight: 800; }
.motorz-trust-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 1.5rem; }
.motorz-trust-item { padding-top: 1rem; border-top: 3px solid var(--mz-red); }

.motorz-site-footer { background: #081017 !important; color: #fff !important; }
.motorz-footer-top { background: #111c24; }
.motorz-footer-grid { max-width: var(--mz-max); margin: auto; display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 2rem; padding: 4rem 1.5rem; }
.motorz-footer-brand .motorz-logo { color: #fff; margin-bottom: 1rem; }
.motorz-footer-grid h2 { color: #fff; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.motorz-footer-grid a, .motorz-footer-grid p { color: #d4dfe4 !important; }
.motorz-footer-grid nav ul { gap: .55rem; }
.motorz-footer-bottom { border-top: 1px solid rgba(255,255,255,.14); padding: 1.1rem 1.5rem; color: #aebdc5; font-size: .78rem; text-align: center; }

.motorz-article-masthead { background: var(--mz-surface); border-bottom: 1px solid var(--mz-line); }
.motorz-article-type-news-recall .motorz-article-masthead { border-top: 6px solid var(--mz-red); }
.motorz-article-type-diy .motorz-article-masthead { border-top: 6px solid var(--mz-blue); }
.motorz-article-type-buying-guide .motorz-article-masthead { border-top: 6px solid var(--mz-ink); }
.motorz-article-type-comparison .motorz-article-masthead { background: var(--mz-blue-soft); border-top: 6px solid var(--mz-blue); }
.motorz-article-masthead-inner { max-width: 920px; margin: auto; padding: clamp(3rem, 8vw, 7rem) 1.5rem 2.5rem; }
.motorz-article-masthead h1 { max-width: 18ch; margin: .7rem 0 1rem; font-size: clamp(2.5rem, 6vw, 5rem); line-height: .98; letter-spacing: -.055em; }
.motorz-article-deck { max-width: 65ch; color: var(--mz-muted); font-size: 1.2rem; }
.motorz-article-hero { max-width: var(--mz-max) !important; margin: -1px auto 2rem !important; }
.motorz-article-hero img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.motorz-content-measure > * { max-width: 70ch; margin-inline: auto; }
.motorz-content-measure > .alignwide { max-width: var(--mz-max); }
.motorz-content-measure > .alignfull { max-width: none; }
.motorz-direct-answer { margin-block: 2rem; padding: 1.5rem; border-left: 5px solid var(--mz-blue); background: var(--mz-blue-soft); }
.motorz-direct-answer h2 { margin-top: 0; }
.motorz-warning { padding: 1.5rem; border-left: 5px solid var(--mz-red); background: color-mix(in srgb, var(--mz-red) 8%, var(--mz-paper)); }
.motorz-toc { padding: 1.25rem; border-block: 1px solid var(--mz-line); }
.motorz-sources { padding: 1.5rem; background: var(--mz-surface); }
.motorz-author-panel { margin-block: 3rem; padding: 1.5rem; border-top: 4px solid var(--mz-ink); background: var(--mz-surface); }
.motorz-ad-reserved { min-height: 90px; display: grid; place-items: center; border: 1px dashed var(--mz-line); color: var(--mz-muted); }
.motorz-related-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0; list-style: none; }
.motorz-related-list a { display: block; height: 100%; padding: 1.25rem; border-top: 4px solid var(--mz-red); background: var(--mz-surface); font-weight: 800; text-decoration: none; }
.wp-block-table { overflow-x: auto; }
table { font-variant-numeric: tabular-nums; border-collapse: collapse; }
th { background: var(--mz-ink-2); color: #fff; }
th, td { padding: .75rem; border: 1px solid var(--mz-line); }

.motorz-archive-hero { padding: clamp(3rem, 8vw, 6rem) 1.5rem; background: var(--mz-ink-2); color: #fff; }
.motorz-archive-hero > * { max-width: var(--mz-max); margin-inline: auto; }
.motorz-archive-hero h1 { color: #fff; font-size: clamp(2.6rem, 6vw, 5rem); }
.motorz-search-page, .motorz-not-found { min-height: 65vh; }
.motorz-not-found-code { color: var(--mz-red); font-size: clamp(5rem, 15vw, 11rem); font-weight: 900; line-height: .8; }


@media (max-width: 1050px) {
  .motorz-primary-nav { display: none; }
  .motorz-menu-trigger { display: inline-grid; }
  .motorz-header-shell { min-height: 66px; }
  .motorz-hero-grid { grid-template-columns: 1fr; }
  .motorz-secondary-list .wp-block-post-template { grid-template-columns: 1fr 1fr; }
  .motorz-trust-grid, .motorz-footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .admin-bar .motorz-site-header { top: 0; }
  .motorz-header-shell { padding-inline: 1rem !important; }
  .motorz-logo { font-size: 1.2rem; }
  .motorz-logo svg { width: 36px; height: 36px; }
  .motorz-theme-trigger { display: none; }
  .motorz-positioning { padding-inline: 1rem; }
  .motorz-hero { padding-inline: 0; }
  .motorz-hero-grid { gap: .75rem; }
  .motorz-lead .wp-block-post, .motorz-lead .wp-block-post-featured-image, .motorz-lead .wp-block-post-featured-image img { min-height: 520px; }
  .motorz-lead-copy { padding: 1.25rem; }
  .motorz-lead-copy .wp-block-post-title { font-size: 2.35rem; }
  .motorz-secondary-list { padding-inline: 1rem; }
  .motorz-secondary-list .wp-block-post-template { grid-template-columns: 1fr; }
  .motorz-secondary-card { grid-template-columns: 38% 1fr; min-height: 160px; }
  .motorz-secondary-card .wp-block-post-featured-image, .motorz-secondary-card img { min-height: 160px; }
  .motorz-now-inner { padding-inline: 1rem; }
  .motorz-section { padding: 3.25rem 1rem; }
  .motorz-section-head { align-items: start; flex-direction: column; }
  .motorz-card-grid .wp-block-post-template { grid-template-columns: 1fr; }
  .motorz-feature-row .wp-block-post { grid-template-columns: 1fr; }
  .motorz-row-copy { padding: 1rem 0; }
  .motorz-photo-feature { min-height: 520px; }
  .motorz-newsletter-hold { grid-template-columns: 1fr; }
  .motorz-trust-grid, .motorz-footer-grid { grid-template-columns: 1fr; }
  .motorz-footer-grid { padding-block: 3rem; }
  .motorz-article-masthead-inner { padding-top: 3.5rem; }
  .motorz-article-masthead h1 { font-size: 2.65rem; }
  .motorz-related-list { grid-template-columns: 1fr; }
  .motorz-search-form { grid-template-columns: 1fr; }
  .motorz-search-form label { grid-column: auto; }
}

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

/* Phase 1C final art direction */
.p1c-header{background:#071018;color:#fff;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 10px 30px rgba(0,0,0,.12)}
.p1c-brand-bar{max-width:1480px;min-height:78px;margin:auto;padding:0 clamp(24px,4vw,64px);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.p1c-brand-bar>p{margin:0;color:#b9c6ce;font-size:.82rem;line-height:1.45;letter-spacing:.015em}.p1c-brand-bar>p strong{color:#fff;font-weight:650}
.p1c-header .motorz-logo,.p1c-footer .motorz-logo{position:relative;color:#fff;text-decoration:none;font-size:clamp(1.65rem,2.2vw,2.25rem);font-weight:830;letter-spacing:-.055em}.p1c-header .motorz-logo:before,.p1c-footer .motorz-logo:before{content:"";display:inline-block;width:.72em;height:.72em;margin-right:.42em;border-radius:50%;background:radial-gradient(circle at 50% 50%,#e21f2f 0 9%,transparent 10%),conic-gradient(from 220deg,#334651,#334651 73%,#e21f2f 74% 78%,#334651 79%);box-shadow:inset 0 0 0 3px #172833;vertical-align:.03em}.p1c-header .motorz-logo .dot,.p1c-footer .motorz-logo .dot{color:#e21f2f}
.p1c-header .motorz-logo:before,.p1c-footer .motorz-logo:before{width:1em;height:.79em;margin-right:.38em;border-radius:0;background:url("/wp-content/uploads/2026/07/motorz.icon-white.png") center/contain no-repeat;box-shadow:none;vertical-align:-.04em}
.p1c-header .motorz-header-tools{justify-self:end;display:flex;align-items:center;gap:10px}.motorz-search-label,.motorz-theme-label{min-height:42px;padding:0 14px;border:1px solid #263944;border-radius:6px;background:#0a151d;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:9px;font:inherit;font-size:.88rem;cursor:pointer}.motorz-search-label:hover,.motorz-theme-label:hover{border-color:#e21f2f;background:#111f29}.p1c-header .motorz-menu-trigger{display:none}
.p1c-nav-bar{background:#101e27;border-top:1px solid rgba(255,255,255,.08)}.p1c-nav-bar nav{max-width:1480px;min-height:51px;margin:auto;padding:0 clamp(24px,4vw,64px);display:flex;align-items:center;justify-content:center;gap:clamp(18px,2.15vw,36px)}.p1c-nav-bar a{position:relative;color:#f1f5f7;text-decoration:none;font-size:.94rem;font-weight:680;white-space:nowrap}.p1c-nav-bar a:after{content:"";position:absolute;left:0;right:100%;bottom:-16px;height:3px;background:#e21f2f;transition:right .18s ease}.p1c-nav-bar a:hover:after,.p1c-nav-bar a:focus-visible:after{right:0}
.p1c-menu-intro{color:#bcc8cf;font-size:.98rem;max-width:31ch}.p1c-menu-label{margin:25px 0 8px;color:#70c7ee;font-size:.76rem;text-transform:uppercase;letter-spacing:.16em;font-weight:800}.p1c-header .motorz-mobile-nav a{display:grid;gap:2px}.p1c-header .motorz-mobile-nav small{color:#8fa1ac;font-size:.76rem;font-weight:500}
.p1c-header .motorz-dialog-inner{max-width:720px}.p1c-header .motorz-dialog-head h2{margin:.2rem 0;font-size:clamp(1.55rem,3vw,2.35rem)}

.motorz-phase1c-home{--motorz-canvas:var(--mz-paper);--motorz-surface:var(--mz-surface);--motorz-surface-alt:var(--mz-surface-2);--motorz-text:var(--mz-text);--motorz-muted:var(--mz-muted);--motorz-border:var(--mz-line);background:var(--motorz-canvas);color:var(--motorz-text)}.motorz-phase1c-home a:focus-visible,.p1c-header a:focus-visible,.p1c-header button:focus-visible,.p1c-footer a:focus-visible{outline:3px solid #ffca3a;outline-offset:4px;border-radius:2px}.motorz-positioning{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.p1c-hero{background:#071018;color:#fff;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(360px,.9fr);min-height:650px;border-bottom:1px solid #23333d}.p1c-lead{position:relative;min-height:650px;overflow:hidden}.p1c-lead-media,.p1c-lead-media img{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover}.p1c-lead-media img{object-position:center}.p1c-lead-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,11,16,.96) 0%,rgba(4,11,16,.83) 34%,rgba(4,11,16,.35) 65%,rgba(4,11,16,.08) 100%),linear-gradient(0deg,rgba(4,11,16,.82),transparent 55%)}.p1c-lead-copy{position:absolute;left:clamp(28px,5.2vw,92px);bottom:clamp(38px,6vw,86px);z-index:2;width:min(650px,61%)}
.p1c-label,.p1c-eyebrow{display:inline-block;color:#e21f2f;font-size:.77rem;line-height:1.2;font-weight:830;letter-spacing:.115em;text-transform:uppercase}.p1c-label.is-blue,.p1c-eyebrow.is-blue{color:#159bd4}.p1c-label.is-red,.p1c-eyebrow.is-red{color:#ff4050}.p1c-lead h2{margin:16px 0 17px;max-width:16ch;color:#fff;font-size:clamp(2.4rem,4.05vw,4.8rem);line-height:.98;letter-spacing:-.055em;font-weight:790}.p1c-lead h2 a,.p1c-cinematic h2 a{color:inherit;text-decoration:none}.p1c-lead-copy>p{max-width:52ch;margin:0 0 20px;color:#e4ebef;font-size:clamp(1rem,1.2vw,1.2rem);line-height:1.58}.p1c-byline{display:flex;flex-wrap:wrap;gap:7px 18px;color:#b7c5cd;font-size:.86rem}.p1c-byline span+span:before{content:"•";margin-right:18px;color:#e21f2f}.p1c-button{display:inline-flex;align-items:center;gap:16px;margin-top:25px;padding:13px 20px;background:#e21f2f;color:#fff!important;border-radius:999px;text-decoration:none;font-size:.92rem;font-weight:760;box-shadow:0 10px 24px rgba(226,31,47,.24)}.p1c-button:hover{background:#bf1423;transform:translateY(-1px)}
.p1c-top-stories{padding:36px clamp(26px,3vw,52px);background:linear-gradient(145deg,#0b1720,#071018);display:flex;flex-direction:column;justify-content:center}.p1c-rail-head{display:flex;align-items:end;justify-content:space-between;gap:15px;padding-bottom:16px;border-bottom:1px solid #2a3b45}.p1c-rail-head h2{margin:0;color:#fff;font-size:1.12rem;text-transform:uppercase;letter-spacing:.04em}.p1c-rail-head span{color:#8ea0aa;font-size:.76rem}.p1c-rail-story{display:grid;grid-template-columns:132px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid #24343e}.p1c-rail-story img{width:132px;height:76px;object-fit:cover;border-radius:4px}.p1c-rail-story h3{margin:5px 0 6px;font-size:1rem;line-height:1.26;letter-spacing:-.018em}.p1c-rail-story h3 a{color:#fff;text-decoration:none}.p1c-rail-story h3 a:hover{text-decoration:underline;text-decoration-color:#e21f2f;text-underline-offset:4px}.p1c-rail-story time{color:#93a4ae;font-size:.78rem}
.p1c-categories,.p1c-section,.p1c-trust{max-width:1480px;margin:auto;padding:clamp(56px,6vw,92px) clamp(24px,4vw,64px)}.p1c-categories{padding-top:48px;padding-bottom:55px}.p1c-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.p1c-section-head h2{margin:6px 0 0;color:var(--motorz-text);font-size:clamp(1.75rem,2.7vw,2.75rem);line-height:1.02;letter-spacing:-.045em;font-weight:760}.p1c-section-head>a{color:#0077a8;font-size:.9rem;font-weight:760;text-decoration:none}.p1c-section-head>a:hover{text-decoration:underline;text-underline-offset:5px}
.p1c-category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:12px}.p1c-category-grid a{min-height:138px;padding:19px 12px;border:1px solid var(--motorz-border);border-radius:5px;background:var(--motorz-surface);box-shadow:0 8px 22px rgba(13,30,40,.05);color:var(--motorz-text);text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.p1c-category-grid a:hover{transform:translateY(-4px);border-color:#56b8df;box-shadow:0 14px 30px rgba(13,30,40,.1)}.p1c-category-grid a>span{width:43px;height:43px;margin-bottom:12px;border-radius:50%;background:#eef9fd;color:#0077a8;display:grid;place-items:center;font-size:1.35rem}.p1c-category-grid strong{font-size:.92rem;line-height:1.25}.p1c-category-grid small{margin-top:5px;color:var(--motorz-muted);font-size:.74rem}
.p1c-latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.p1c-image-card{background:var(--motorz-surface);border:1px solid var(--motorz-border);box-shadow:0 12px 34px rgba(11,28,38,.07);overflow:hidden}.p1c-image-card>img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}.p1c-image-card>div{padding:25px}.p1c-image-card h3{margin:9px 0 10px;font-size:clamp(1.22rem,1.55vw,1.65rem);line-height:1.12;letter-spacing:-.035em}.p1c-image-card h3 a,.p1c-feature-card h3 a,.p1c-decision-grid h3 a,.p1c-seasonal-grid h3 a,.p1c-tools-grid h3 a{color:var(--motorz-text);text-decoration:none}.p1c-image-card h3 a:hover,.p1c-feature-card h3 a:hover,.p1c-decision-grid h3 a:hover,.p1c-seasonal-grid h3 a:hover,.p1c-tools-grid h3 a:hover{text-decoration:underline;text-decoration-color:#e21f2f;text-underline-offset:4px}.p1c-image-card p,.p1c-feature-card p,.p1c-decision-grid p{margin:0;color:var(--motorz-muted);font-size:.94rem;line-height:1.55}.p1c-card-meta{display:block;margin-top:18px;padding-top:15px;border-top:1px solid var(--motorz-border);color:var(--motorz-muted);font-size:.78rem}
.p1c-newsroom{max-width:none;background:#101d26;color:#fff;padding-left:max(clamp(24px,4vw,64px),calc((100vw - 1480px)/2 + 64px));padding-right:max(clamp(24px,4vw,64px),calc((100vw - 1480px)/2 + 64px))}.p1c-newsroom .p1c-section-head h2,.p1c-dark-section .p1c-section-head h2{color:#fff}.p1c-newsroom .p1c-section-head>a{color:#7acff2}.p1c-split-feature{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:34px;align-items:stretch}.p1c-feature-card{display:grid;grid-template-columns:minmax(260px,.95fr) 1fr;background:var(--motorz-surface);color:var(--motorz-text);min-height:345px}.p1c-feature-card>img{width:100%;height:100%;min-height:345px;object-fit:cover}.p1c-feature-card>div{padding:clamp(27px,3vw,48px);display:flex;flex-direction:column;justify-content:center}.p1c-feature-card h3{margin:10px 0 13px;font-size:clamp(1.5rem,2.2vw,2.4rem);line-height:1.04;letter-spacing:-.045em}.p1c-news-list{border-top:3px solid #e21f2f}.p1c-news-list article{padding:20px 4px;border-bottom:1px solid #34434d}.p1c-news-list h3{margin:7px 0 8px;color:#fff;font-size:1.1rem;line-height:1.25}.p1c-news-list h3 a{color:#fff;text-decoration:none}.p1c-news-list time{color:#9dafb9;font-size:.78rem}
.p1c-split-feature.is-reverse{grid-template-columns:minmax(0,1.35fr) minmax(360px,.8fr)}.p1c-support-list{display:grid;gap:1px;background:var(--motorz-border)}.p1c-support-list article,.p1c-tools-list article{padding:24px;background:var(--motorz-surface);display:grid;grid-template-columns:49px 1fr;gap:17px;align-items:start}.p1c-type-icon{width:49px;height:49px;border-radius:50%;background:#e8f7fc;color:#0077a8;display:grid;place-items:center;font-size:1.3rem;font-weight:800}.p1c-support-list h3,.p1c-tools-list h3{margin:5px 0 6px;font-size:1.12rem;line-height:1.22}.p1c-support-list h3 a,.p1c-tools-list h3 a{color:var(--motorz-text);text-decoration:none}.p1c-support-list p{font-size:.85rem}
.p1c-soft{max-width:none;background:var(--motorz-surface-alt);padding-left:max(clamp(24px,4vw,64px),calc((100vw - 1480px)/2 + 64px));padding-right:max(clamp(24px,4vw,64px),calc((100vw - 1480px)/2 + 64px))}.p1c-decision-grid{display:grid;grid-template-columns:1.5fr .75fr .75fr;gap:20px}.p1c-decision-lead{position:relative;min-height:410px;overflow:hidden}.p1c-decision-lead>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.p1c-decision-lead:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,13,19,.93),rgba(5,13,19,.04) 70%)}.p1c-decision-lead>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:32px;color:#fff}.p1c-decision-lead h3{margin:9px 0;font-size:clamp(1.5rem,2.2vw,2.35rem);line-height:1.05}.p1c-decision-lead h3 a,.p1c-decision-lead p{color:#fff}.p1c-decision-card{min-height:410px;padding:32px;border-top:4px solid #172833;background:var(--motorz-surface);display:flex;flex-direction:column}.p1c-decision-number{margin-bottom:auto;color:#ccd6db;font-size:4rem;line-height:1;font-weight:850;letter-spacing:-.07em}.p1c-decision-card h3{margin:11px 0;font-size:1.5rem;line-height:1.08}
.p1c-cinematic{position:relative;min-height:620px;max-width:1600px;margin:0 auto;overflow:hidden;background:#071018;color:#fff}.p1c-cinematic>picture,.p1c-cinematic>picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.p1c-cinematic-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,11,16,.96) 0%,rgba(4,11,16,.78) 38%,rgba(4,11,16,.12) 72%)}.p1c-cinematic-copy{position:absolute;z-index:2;left:clamp(30px,6vw,92px);top:50%;transform:translateY(-50%);width:min(620px,48%)}.p1c-cinematic h2{margin:13px 0 16px;max-width:14ch;font-size:clamp(2.25rem,4vw,4.25rem);line-height:.98;letter-spacing:-.055em}.p1c-cinematic-copy>p{max-width:50ch;color:#dce5e9;line-height:1.55}.p1c-insight{padding:14px 17px;border-left:3px solid #159bd4;background:rgba(12,31,42,.72);font-size:.9rem}.p1c-cinematic small{display:block;margin-top:15px;color:#9fb0b9;font-size:.7rem}
.p1c-seasonal-grid{display:grid;grid-template-columns:1.45fr .72fr;gap:28px}.p1c-seasonal-lead{position:relative;min-height:500px;overflow:hidden;background:#071018}.p1c-seasonal-lead>picture,.p1c-seasonal-lead>picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.p1c-seasonal-lead:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,14,20,.93),rgba(5,14,20,.05) 65%)}.p1c-seasonal-lead>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:clamp(26px,4vw,50px);color:#fff}.p1c-seasonal-lead h3{margin:10px 0;font-size:clamp(1.6rem,2.8vw,3rem);max-width:18ch;line-height:1}.p1c-seasonal-lead h3 a,.p1c-seasonal-lead p{color:#fff}.p1c-seasonal-lead small{color:#b8c5cc}.p1c-seasonal-list{border-top:3px solid #159bd4}.p1c-seasonal-list article{display:grid;grid-template-columns:52px 1fr;gap:16px;padding:26px 5px;border-bottom:1px solid var(--motorz-border)}.p1c-seasonal-list article>span{color:#9aaab3;font-weight:800;font-size:1.3rem}.p1c-seasonal-list h3{margin:0;font-size:1.18rem;line-height:1.25}
.p1c-dark-section{max-width:none;background:#101d26;color:#fff;padding-left:max(clamp(24px,4vw,64px),calc((100vw - 1480px)/2 + 64px));padding-right:max(clamp(24px,4vw,64px),calc((100vw - 1480px)/2 + 64px))}.p1c-tools-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:28px}.p1c-tools-lead{position:relative;min-height:470px;overflow:hidden}.p1c-tools-lead>picture,.p1c-tools-lead>picture img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.p1c-tools-lead:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,14,20,.95),transparent 70%)}.p1c-tools-lead>div{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:36px;color:#fff}.p1c-tools-lead h3{margin:8px 0;font-size:clamp(1.55rem,2.5vw,2.7rem);max-width:20ch;line-height:1.03}.p1c-tools-lead h3 a,.p1c-tools-lead p{color:#fff}.p1c-tools-list{display:grid;gap:1px;background:#2b3c46}.p1c-tools-list article{background:#14242e}.p1c-tools-list h3 a{color:#fff}.p1c-tools-list .p1c-type-icon{background:#203844;color:#70d1f4}
.p1c-trust{display:grid;grid-template-columns:.85fr 1.4fr;gap:clamp(45px,7vw,110px);align-items:start}.p1c-trust>div:first-child{position:sticky;top:170px}.p1c-trust h2{margin:10px 0 16px;max-width:17ch;font-size:clamp(2.15rem,3.5vw,3.8rem);line-height:.98;letter-spacing:-.055em}.p1c-trust>div:first-child p{color:var(--motorz-muted);line-height:1.65}.p1c-trust-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--motorz-border)}.p1c-trust-grid article{min-height:210px;padding:28px;background:var(--motorz-surface)}.p1c-trust-grid article>span{color:#e21f2f;font-size:.76rem;font-weight:820}.p1c-trust-grid h3{margin:26px 0 9px;font-size:1.25rem}.p1c-trust-grid p{margin:0;color:var(--motorz-muted);font-size:.9rem;line-height:1.55}
.p1c-footer{background:#071018;color:#c9d4da;border-top:4px solid #e21f2f}.p1c-footer-grid{max-width:1480px;margin:auto;padding:65px clamp(24px,4vw,64px);display:grid;grid-template-columns:1.65fr repeat(3,1fr);gap:clamp(35px,5vw,78px)}.p1c-footer h2{margin:4px 0 20px;color:#fff;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em}.p1c-footer nav{display:flex;flex-direction:column;gap:11px}.p1c-footer nav a{color:#cbd6dc;text-decoration:none;font-size:.9rem}.p1c-footer nav a:hover{color:#fff;text-decoration:underline;text-underline-offset:5px}.p1c-footer-brand p{max-width:38ch;margin:22px 0;color:#d6e0e5;line-height:1.65}.p1c-footer-rule{width:48px;height:3px;margin:24px 0;background:#e21f2f}.p1c-footer-brand small,.p1c-footer-pending{color:#82949f;font-size:.76rem;line-height:1.55}.p1c-footer-bottom{padding:19px clamp(24px,4vw,64px);border-top:1px solid #23343e;display:flex;justify-content:space-between;gap:20px;color:#82949f;font-size:.76rem}.p1c-footer-bottom b{color:#e21f2f}

html[data-motorz-theme="dark"] .p1c-category-grid a>span{background:#152d39;color:#70d1f4}html[data-motorz-theme="dark"] .p1c-type-icon{background:#17303c;color:#76d2f4}html[data-motorz-theme="dark"] .p1c-decision-number{color:#50626d}
@media (prefers-color-scheme:dark){html:not([data-motorz-theme="light"]) .p1c-category-grid a>span{background:#152d39;color:#70d1f4}}
@media (max-width:1240px){.p1c-brand-bar{grid-template-columns:auto 1fr auto}.p1c-brand-bar>p{display:none}.p1c-header .motorz-logo{justify-self:start}.p1c-nav-bar nav{gap:20px}.p1c-nav-bar a{font-size:.86rem}.p1c-hero{grid-template-columns:1.55fr .9fr}.p1c-lead-copy{width:68%}.p1c-category-grid{grid-template-columns:repeat(4,1fr)}.p1c-category-grid a{min-height:125px}.p1c-feature-card{grid-template-columns:1fr}.p1c-feature-card>img{height:255px;min-height:0}.p1c-decision-grid{grid-template-columns:1.25fr .75fr}.p1c-decision-card:last-child{grid-column:2}.p1c-decision-lead{grid-row:span 2}.p1c-decision-card{min-height:194px}.p1c-decision-number{font-size:2.7rem}}
@media (max-width:980px){.p1c-header{position:sticky}.p1c-brand-bar{min-height:68px;padding:0 20px}.p1c-header .motorz-logo{font-size:1.65rem}.p1c-header .motorz-search-label span,.p1c-header .motorz-theme-label span:last-child{display:none}.p1c-header .motorz-search-label,.p1c-header .motorz-theme-label{width:43px;padding:0}.p1c-header .motorz-menu-trigger{display:inline-flex}.p1c-nav-bar{display:none}.p1c-hero{grid-template-columns:1fr}.p1c-lead{min-height:610px}.p1c-lead-copy{width:min(620px,75%)}.p1c-top-stories{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;padding:30px 24px}.p1c-rail-head{grid-column:1/-1}.p1c-rail-story{grid-template-columns:110px 1fr}.p1c-rail-story img{width:110px;height:68px}.p1c-latest-grid{grid-template-columns:1fr 1fr}.p1c-image-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:.75fr 1fr}.p1c-image-card:last-child>img{height:100%}.p1c-split-feature,.p1c-split-feature.is-reverse,.p1c-seasonal-grid,.p1c-tools-grid,.p1c-trust{grid-template-columns:1fr}.p1c-support-list,.p1c-tools-list{grid-template-columns:repeat(3,1fr)}.p1c-support-list article,.p1c-tools-list article{grid-template-columns:1fr}.p1c-cinematic-copy{width:63%}.p1c-trust>div:first-child{position:static}.p1c-footer-grid{grid-template-columns:1.4fr 1fr 1fr}.p1c-footer-grid>div:last-child{grid-column:1/-1;border-top:1px solid #263843;padding-top:30px}}
@media (max-width:700px){.p1c-header .motorz-logo:before{display:none}.p1c-brand-bar{gap:10px}.p1c-header .motorz-header-tools{gap:6px}.p1c-hero{min-height:0}.p1c-lead{min-height:600px}.p1c-lead-media img{object-position:62% center}.p1c-lead-shade{background:linear-gradient(0deg,rgba(4,11,16,.98) 0%,rgba(4,11,16,.73) 48%,rgba(4,11,16,.05) 78%)}.p1c-lead-copy{left:22px;right:22px;bottom:28px;width:auto}.p1c-lead h2{max-width:15ch;margin:11px 0 12px;font-size:clamp(2.05rem,10.2vw,3rem);line-height:1}.p1c-lead-copy>p{font-size:.94rem;line-height:1.45;margin-bottom:13px}.p1c-byline{font-size:.75rem;gap:5px 12px}.p1c-byline span+span:before{margin-right:12px}.p1c-button{margin-top:17px;padding:11px 16px}.p1c-top-stories{display:block;padding:25px 20px}.p1c-rail-head span{display:none}.p1c-rail-story{grid-template-columns:112px 1fr;padding:15px 0}.p1c-rail-story h3{font-size:.95rem}.p1c-categories,.p1c-section,.p1c-trust{padding:52px 20px}.p1c-categories{padding-top:38px}.p1c-section-head{align-items:start;margin-bottom:23px}.p1c-section-head h2{font-size:2rem}.p1c-section-head>a{font-size:.78rem}.p1c-category-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding:4px 0 15px;gap:11px}.p1c-category-grid a{flex:0 0 142px;min-height:120px;scroll-snap-align:start}.p1c-latest-grid{grid-template-columns:1fr}.p1c-image-card:last-child{grid-column:auto;display:block}.p1c-newsroom,.p1c-soft,.p1c-dark-section{padding-left:20px;padding-right:20px}.p1c-feature-card{display:block}.p1c-feature-card>img{height:auto;aspect-ratio:16/9}.p1c-feature-card h3{font-size:1.7rem}.p1c-news-list article{padding:19px 0}.p1c-support-list,.p1c-tools-list{grid-template-columns:1fr}.p1c-support-list article,.p1c-tools-list article{grid-template-columns:46px 1fr;padding:20px}.p1c-decision-grid{grid-template-columns:1fr}.p1c-decision-lead{grid-row:auto;min-height:420px}.p1c-decision-card,.p1c-decision-card:last-child{grid-column:auto;min-height:225px}.p1c-cinematic{min-height:610px}.p1c-cinematic>picture img{object-position:65% center}.p1c-cinematic-shade{background:linear-gradient(0deg,rgba(4,11,16,.97),rgba(4,11,16,.35) 72%)}.p1c-cinematic-copy{left:22px;right:22px;top:auto;bottom:28px;transform:none;width:auto}.p1c-cinematic h2{font-size:2.5rem}.p1c-seasonal-lead{min-height:500px}.p1c-seasonal-lead>picture img{object-position:42% center}.p1c-tools-lead{min-height:470px}.p1c-tools-lead>div{padding:25px}.p1c-trust h2{font-size:2.65rem}.p1c-trust-grid{grid-template-columns:1fr}.p1c-trust-grid article{min-height:170px}.p1c-footer-grid{grid-template-columns:1fr 1fr;padding:52px 20px;gap:38px 28px}.p1c-footer-brand{grid-column:1/-1}.p1c-footer-grid>div:last-child{grid-column:1/-1}.p1c-footer-bottom{padding:18px 20px;flex-direction:column}.motorz-mobile-dialog .motorz-dialog-inner{padding:21px}.motorz-mobile-nav a{padding:13px 0}}
@media (max-width:360px){.p1c-header .motorz-logo{font-size:1.45rem}.p1c-brand-bar{padding:0 14px}.p1c-header .motorz-header-tools{gap:4px}.p1c-header .motorz-search-label,.p1c-header .motorz-theme-label,.p1c-header .motorz-menu-trigger{width:40px;min-width:40px}.p1c-lead{min-height:590px}.p1c-lead-copy{left:17px;right:17px}.p1c-lead h2{font-size:2rem}.p1c-lead-copy>p{max-width:34ch}.p1c-byline span:last-child{display:none}.p1c-rail-story{grid-template-columns:98px 1fr}.p1c-rail-story img{width:98px;height:62px}.p1c-categories,.p1c-section,.p1c-trust{padding-left:17px;padding-right:17px}.p1c-newsroom,.p1c-soft,.p1c-dark-section{padding-left:17px;padding-right:17px}.p1c-footer-grid{grid-template-columns:1fr}.p1c-footer-brand{grid-column:auto}.p1c-footer-grid>div:last-child{grid-column:auto}.p1c-cinematic h2{font-size:2.2rem}}

.p1c-cinematic h2{color:#fff}

/* Phase 1D-A: lightweight, accessible consent controls. */
.motorz-consent-banner{position:fixed;z-index:10000;left:18px;right:18px;bottom:18px;max-width:760px;margin:auto;padding:20px;background:#071018;color:#fff;border:1px solid #30434d;border-radius:14px;box-shadow:0 18px 55px rgba(0,0,0,.34)}
.motorz-consent-banner[hidden]{display:none}.motorz-consent-banner h2{margin:0 0 8px;color:#fff;font-size:1.25rem}.motorz-consent-banner p{margin:0;color:#dce5e9;line-height:1.5}.motorz-consent-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.motorz-consent-actions button,.motorz-cookie-settings-button{min-width:44px;min-height:44px;padding:10px 15px;border:1px solid #71818a;border-radius:8px;background:#fff;color:#071018;font:inherit;font-weight:720;cursor:pointer}.motorz-consent-actions .is-primary{border-color:#e21f2f;background:#e21f2f;color:#fff}.motorz-consent-actions button:focus-visible,.motorz-cookie-settings-button:focus-visible,.motorz-consent-dialog button:focus-visible,.motorz-consent-dialog input:focus-visible{outline:3px solid #ffca3a;outline-offset:3px}.motorz-cookie-settings-wrap{max-width:1440px;margin:0 auto;padding:0 20px 24px;background:#071018}.motorz-cookie-settings-button{background:transparent;color:#dce5e9;border-color:#52656f}.motorz-consent-dialog{width:min(600px,calc(100% - 32px));padding:0;border:1px solid #30434d;border-radius:14px;background:#fff;color:#071018;box-shadow:0 22px 70px rgba(0,0,0,.4)}.motorz-consent-dialog::backdrop{background:rgba(0,0,0,.64)}.motorz-consent-dialog-inner{padding:24px}.motorz-consent-dialog h2{margin:0 0 10px;font-size:1.55rem}.motorz-consent-dialog p{line-height:1.55}.motorz-consent-choice{display:flex;gap:12px;align-items:start;margin:18px 0;padding:16px;border:1px solid #cbd3d7;border-radius:10px}.motorz-consent-choice input{width:22px;height:22px;flex:0 0 auto}.motorz-consent-choice strong,.motorz-consent-choice span{display:block}.motorz-consent-choice span{margin-top:4px;color:#495961;font-size:.9rem}.motorz-consent-essential{margin:14px 0;padding:14px;background:#f1f4f5;border-radius:9px}.motorz-consent-status{min-height:1.5em;margin-top:10px;color:#30434d;font-size:.9rem}.motorz-consent-dialog menu{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0;padding:0}.motorz-consent-dialog button{min-height:44px;padding:10px 15px;border:1px solid #71818a;border-radius:8px;background:#fff;color:#071018;font:inherit;font-weight:720;cursor:pointer}.motorz-consent-dialog .is-primary{border-color:#e21f2f;background:#e21f2f;color:#fff}
@media(max-width:600px){.motorz-consent-banner{left:10px;right:10px;bottom:10px;padding:17px}.motorz-consent-actions{display:grid;grid-template-columns:1fr}.motorz-consent-actions button{width:100%}.motorz-consent-dialog-inner{padding:20px}.motorz-consent-dialog menu{display:grid;grid-template-columns:1fr}.motorz-consent-dialog button{width:100%}}
@media(prefers-reduced-motion:reduce){.motorz-consent-banner,.motorz-consent-dialog{scroll-behavior:auto;animation:none!important;transition:none!important}}
@media(forced-colors:active){.motorz-consent-banner,.motorz-consent-dialog,.motorz-consent-choice{border:2px solid CanvasText}.motorz-consent-actions .is-primary,.motorz-consent-dialog .is-primary{forced-color-adjust:auto}}

/* Phase 1D-C: launch-candidate media presentation. */
.motorz-article-featured-media{margin:0 0 clamp(1.5rem,4vw,2.75rem)}
.motorz-article-featured-media img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:14px;background:#e9edef}
.motorz-article-featured-media figcaption{margin:.65rem 0 0;color:#52616a;font-size:.86rem;line-height:1.5}
.p1c-tools-list article>img{width:148px;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:9px;flex:0 0 auto}
.motorz-phase1dc-registration-chart img{display:block;width:100%;height:auto;aspect-ratio:16/9}
@media(max-width:700px){.p1c-tools-list article>img{width:112px}}
@media(forced-colors:active){.motorz-article-featured-media img,.p1c-tools-list article>img{border:1px solid CanvasText}}

@media (forced-colors: active) {
  .motorz-story-card, .motorz-trust-item, .motorz-related-list a, .p1c-image-card, .p1c-category-grid a, .p1c-decision-card, .p1c-trust-grid article { border: 2px solid CanvasText; }
  .p1c-lead-shade, .p1c-cinematic-shade { display: none; }
}

@media (max-width: 700px) {
  .p1c-header .motorz-logo::before { display: inline-block; }
}
