:root {
  --navy-950: #071522;
  --navy-900: #0b1f33;
  --navy-800: #123b63;
  --blue-600: #1769aa;
  --green-600: #1f8a66;
  --green-500: #28a678;
  --green-400: #31c48d;
  --amber-500: #e59a2f;
  --ink: #18222c;
  --muted: #627180;
  --line: #dce3e8;
  --soft: #f4f7f8;
  --white: #fff;
  --accent-text-light: #126b50;
  --accent-text-dark: #7be1c4;
  --shadow: 0 24px 70px rgba(6, 25, 41, 0.12);
  --radius: 24px;
  --shell: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.7; word-break: keep-all; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.045em; line-height: 1.18; }
h1, h2 { text-wrap: balance; }
h1 { font-size: clamp(2.7rem, 6vw, 5.65rem); }
h2 { font-size: clamp(2rem, 3.6vw, 3.4rem); }
h3 { font-size: 1.35rem; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.narrow { max-width: 860px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 12px 18px; color: #fff; background: var(--navy-900); border-radius: 10px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow { margin-bottom: 18px; color: var(--accent-text-light); font-size: .78rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.muted { color: var(--muted); }

.utility-bar { color: #c7d2dd; background: var(--navy-950); font-size: .78rem; }
.utility-bar .shell { min-height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 24px; }
.utility-bar a { color: #fff; font-weight: 800; }
.site-header { position: sticky; z-index: 100; top: 0; color: var(--ink); background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(11,31,51,.08); backdrop-filter: blur(16px); transition: box-shadow .25s ease; }
.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(7,21,34,.08); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--navy-900); }
.brand span { display: grid; line-height: 1; }
.brand b { font-size: 1.18rem; letter-spacing: -.04em; }
.brand small { margin-top: 6px; color: var(--muted); font-size: .6rem; font-weight: 800; letter-spacing: .13em; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .9rem; font-weight: 700; }
.main-nav > a:not(.nav-call) { position: relative; padding-block: 28px; }
.main-nav > a:not(.nav-call)::after { content: ""; position: absolute; right: 0; bottom: 21px; left: 0; height: 2px; background: var(--green-500); transform: scaleX(0); transition: transform .2s ease; }
.main-nav > a:hover::after, .main-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-call { padding: 11px 18px; color: #fff; background: var(--navy-900); border-radius: 999px; }
.menu-button { display: none; width: 46px; height: 46px; padding: 11px; background: transparent; border: 0; }
.menu-button > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy-900); transition: transform .2s ease, opacity .2s ease; }

.breadcrumbs { padding-block: 14px; color: var(--muted); font-size: .78rem; }
.breadcrumbs ol { display: flex; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: #b2bdc6; }
.breadcrumbs a:hover { color: var(--green-600); }

.hero { position: relative; min-height: 720px; color: #fff; background: var(--navy-950); overflow: hidden; isolation: isolate; }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(7,21,34,.98) 0%, rgba(7,21,34,.92) 34%, rgba(7,21,34,.38) 66%, rgba(7,21,34,.08) 100%); }
.hero-media { position: absolute; z-index: -2; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-inner { min-height: 720px; display: flex; align-items: center; padding-block: 80px; }
.hero-copy { width: min(680px, 62%); }
.hero-copy .eyebrow { color: var(--green-400); }
.hero h1 { margin-bottom: 28px; font-size: clamp(2.7rem, 5.6vw, 5.3rem); }
.hero h1 em { color: #8ce4c4; font-style: normal; }
.hero-copy > p:not(.eyebrow) { max-width: 630px; margin-bottom: 34px; color: #c7d4de; font-size: 1.15rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { display: flex; align-items: center; gap: 16px; max-width: 470px; margin-top: 52px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-note > span { display: grid; width: 48px; height: 48px; place-items: center; color: var(--navy-950); background: var(--green-400); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.hero-note p { margin: 0; color: #9fb0be; font-size: .82rem; line-height: 1.55; }
.hero-note b { display: block; color: #fff; font-size: .9rem; }
.button { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; font-size: .9rem; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: var(--navy-950); background: var(--green-400); }
.button.secondary { color: #fff; background: var(--navy-900); }
.button.ghost { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.04); }
.button.outline { color: var(--navy-900); border-color: #b9c5cf; background: #fff; }
.button.block { width: 100%; }
.text-link { color: #fff; font-weight: 800; }
.text-link.dark { color: var(--navy-800); }

.quick-path { position: relative; z-index: 5; margin-top: -34px; }
.quick-grid { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border-radius: 20px; box-shadow: var(--shadow); overflow: hidden; }
.quick-grid a { min-height: 150px; padding: 28px; border-right: 1px solid var(--line); transition: background .2s ease; }
.quick-grid a:last-child { border-right: 0; }
.quick-grid a:hover { background: #f3fbf8; }
.quick-grid span { display: block; margin-bottom: 20px; color: var(--green-600); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.quick-grid b, .quick-grid small { display: block; }
.quick-grid b { margin-bottom: 8px; line-height: 1.35; }
.quick-grid small { color: var(--muted); }

.section { padding-block: 88px; }
.section-soft { background: var(--soft); }
.section-dark { color: #fff; background: var(--navy-950); }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 520px; margin-bottom: 8px; color: var(--muted); }
.section-head.light > p { color: #aebdca; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-grid article { min-height: 240px; padding: 32px; background: var(--soft); border-radius: var(--radius); }
.process-grid span, .diagnosis-grid span, .preparation-grid span { display: block; margin-bottom: 44px; color: var(--green-600); font-size: .75rem; font-weight: 900; letter-spacing: .12em; }
.process-grid p { color: var(--muted); }
.vehicle-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.vehicle-card { min-height: 220px; padding: 32px; background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); transition: border-color .2s ease, transform .2s ease; }
.vehicle-card:hover { border-color: var(--green-400); transform: translateY(-4px); }
.vehicle-card small { color: var(--green-400); }
.vehicle-card h3 { margin: 18px 0 8px; font-size: 1.65rem; }
.vehicle-card p { color: #aebdca; }
.vehicle-card span { display: block; margin-top: 32px; color: #fff; font-size: .85rem; font-weight: 800; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.article-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 18px 45px rgba(9,32,52,.07); }
.article-card > div:last-child { padding: 30px; }
.article-card h3 { margin-bottom: 16px; }
.article-card p:not(.eyebrow) { color: var(--muted); }
.article-visual { min-height: 210px; display: flex; align-items: flex-end; padding: 26px; color: #fff; background-color: var(--navy-900); background-image: radial-gradient(circle at 75% 20%, rgba(49,196,141,.65), transparent 27%), linear-gradient(135deg, transparent 35%, rgba(255,255,255,.1)); }
.article-visual.visual-2 { background-color: var(--navy-800); background-image: radial-gradient(circle at 20% 80%, rgba(229,154,47,.65), transparent 28%), linear-gradient(135deg, transparent, rgba(255,255,255,.08)); }
.article-visual.visual-3 { background-color: #162a3b; background-image: repeating-linear-gradient(60deg, rgba(255,255,255,.04) 0 1px, transparent 1px 18px); }
.article-visual span { font-size: 2.7rem; font-weight: 900; }

.region-band { background: #edf7f3; }
.region-band-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.region-band-grid > div:first-child > p:not(.eyebrow) { max-width: 560px; color: var(--muted); }
.region-chip-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.region-chip-grid a, .region-chip-grid span { min-height: 74px; display: grid; place-items: center; background: #fff; border: 1px solid #d3e7df; border-radius: 16px; font-weight: 800; }
.region-chip-grid a:hover { color: #fff; background: var(--green-600); }
.region-chip-grid span { color: var(--muted); font-size: .85rem; }
.checklist-section { background: var(--navy-900); color: #fff; }
.checklist-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .9fr) minmax(300px, .9fr); gap: 36px; align-items: center; }
.checklist-grid > div:first-child > p:not(.eyebrow) { color: #b3c0cb; }
.checklist-grid h2 { font-size: clamp(2.25rem, 3vw, 3rem); }
.checklist-grid h2 br { display: none; }
.checklist-grid ol { counter-reset: item; padding: 0; margin: 0; list-style: none; }
.checklist-grid li { position: relative; padding: 13px 0 13px 42px; border-bottom: 1px solid rgba(255,255,255,.12); }
.checklist-grid li::before { counter-increment: item; content: counter(item, decimal-leading-zero); position: absolute; left: 0; color: var(--green-400); font-size: .72rem; font-weight: 900; }
.call-panel { padding: 34px; color: var(--ink); background: #fff; border-radius: var(--radius); }
.call-panel > a:not(.button) { display: block; margin: 12px 0; color: var(--navy-800); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 900; letter-spacing: -.04em; }
.call-panel p { color: var(--muted); }

.sub-hero { padding-block: 70px; background: linear-gradient(140deg, #f6f9fa, #eef5f3); border-bottom: 1px solid var(--line); }
.sub-hero-grid { display: grid; grid-template-columns: 1fr auto; gap: 44px; align-items: end; }
.sub-hero h1 { max-width: 1080px; margin-bottom: 22px; font-size: clamp(2.55rem, 4.6vw, 4.25rem); }
.sub-hero .lead { max-width: 780px; margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.meta-card, .vehicle-badge, .region-badge { width: 230px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 18px 50px rgba(7,21,34,.06); }
.meta-card span, .meta-card b, .meta-card small, .vehicle-badge small, .vehicle-badge b, .vehicle-badge span, .region-badge small, .region-badge b, .region-badge span { display: block; }
.meta-card span, .vehicle-badge small, .region-badge small { color: var(--muted); font-size: .75rem; }
.meta-card b, .vehicle-badge b, .region-badge b { margin: 10px 0; color: var(--navy-900); }
.meta-card small, .vehicle-badge span, .region-badge span { color: var(--green-600); font-size: .75rem; font-weight: 800; }
.content-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.content-card { padding: 38px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.content-card > span { display: block; margin-bottom: 44px; color: var(--green-600); font-size: .75rem; font-weight: 900; }
.content-card h2 { font-size: 1.8rem; }
.content-card p:not(.eyebrow) { color: var(--muted); }

.article-layout { padding-top: 72px; }
.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 80px; align-items: start; }
.article-body { min-width: 0; }
.article-body > section { margin-top: 68px; }
.article-body h2 { margin-bottom: 26px; font-size: clamp(1.8rem, 3vw, 2.6rem); }
.article-body p { color: #354553; }
.quick-answer { padding: 32px; background: #edf8f4; border-left: 5px solid var(--green-500); border-radius: 0 18px 18px 0; }
.quick-answer span { display: block; margin-bottom: 8px; color: var(--green-600); font-size: .75rem; font-weight: 900; }
.quick-answer p { margin: 0; color: var(--ink); font-size: 1.08rem; font-weight: 650; }
.check-list { padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { position: relative; padding: 12px 0 12px 34px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 4px; color: var(--green-600); font-weight: 900; }
.sources { padding: 30px; background: var(--soft); border-radius: 18px; }
.sources h2 { font-size: 1.35rem; }
.sources a { color: var(--navy-800); text-decoration: underline; text-underline-offset: 4px; }
.sources p { margin: 18px 0 0; color: var(--muted); font-size: .85rem; }
.sticky-card { position: sticky; top: 120px; padding: 30px; background: var(--navy-900); color: #fff; border-radius: var(--radius); }
.sticky-card > span { color: var(--green-400); font-size: .75rem; font-weight: 900; }
.sticky-card h2 { margin: 14px 0 26px; font-size: 1.8rem; }
.sticky-card ul { padding: 0; margin: 0 0 28px; list-style: none; }
.sticky-card li { padding: 9px 0; color: #c7d4de; border-bottom: 1px solid rgba(255,255,255,.1); font-size: .86rem; }
.sticky-card .button + .button { margin-top: 10px; }

.related-section { padding-top: 0; }
.related-links { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.related-links a { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 14px; min-height: 80px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.related-links a:nth-child(odd) { border-right: 1px solid var(--line); }
.related-links a:hover { color: var(--green-600); background: #f7fbf9; }
.related-links span { color: var(--accent-text-light); font-size: .72rem; font-weight: 900; }
.section-faq { background: var(--soft); }
.faq-list { border-top: 1px solid #cdd7de; }
.faq-list details { border-bottom: 1px solid #cdd7de; }
.faq-list summary { position: relative; padding: 24px 48px 24px 0; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--green-600); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > div { padding: 0 36px 22px 0; color: var(--muted); }
.faq-list details p { margin: 0; }

.filter-bar { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; margin-bottom: 30px; padding: 18px 22px; background: var(--soft); border-radius: 18px; }
.filter-bar label { font-weight: 800; }
.filter-bar input { width: 100%; padding: 13px 18px; background: #fff; border: 1px solid var(--line); border-radius: 999px; outline: none; }
.filter-bar input:focus { border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(49,196,141,.14); }
.filter-bar span { color: var(--muted); font-size: .85rem; }
.vehicle-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vehicle-list article { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); }
.vehicle-list article[hidden] { display: none; }
.vehicle-list small { color: var(--green-600); font-weight: 800; }
.vehicle-list h2 { margin: 14px 0; font-size: 1.9rem; }
.vehicle-list p { color: var(--muted); }
.empty-state { padding: 30px; text-align: center; background: var(--soft); border-radius: 18px; }

.spec-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: start; }
.spec-block ol { padding: 0; margin: 42px 0 0; list-style: none; }
.spec-block li { display: grid; grid-template-columns: 44px 1fr; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); font-weight: 750; }
.spec-block li span { color: var(--green-600); font-size: .75rem; }
.spec-copy > p { color: var(--muted); }
.notice-box { margin-top: 30px; padding: 24px; background: #fff8ea; border: 1px solid #efddb7; border-radius: 16px; }
.notice-box b { color: #8b5b12; }
.notice-box p { margin: 8px 0 0; color: #765c36; }
.diagnosis-grid, .preparation-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.diagnosis-grid article, .preparation-grid article { min-height: 190px; padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.diagnosis-grid span, .preparation-grid span { margin-bottom: 36px; }
.diagnosis-grid p, .preparation-grid h3 { margin: 0; font-size: .95rem; font-weight: 750; }
.action-strip { display: grid; grid-template-columns: 1fr auto auto; gap: 14px; align-items: center; padding: 40px; color: #fff; background: var(--navy-900); border-radius: var(--radius); }
.action-strip h2 { margin-bottom: 10px; font-size: 2.2rem; }
.action-strip p:not(.eyebrow) { margin: 0; color: #b9c6d1; }

.region-directory { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.region-directory a { display: grid; grid-template-columns: 90px 1fr auto; align-items: center; gap: 20px; min-height: 110px; padding: 24px; border: 1px solid var(--line); border-radius: 18px; }
.region-directory a:hover { border-color: var(--green-500); box-shadow: 0 14px 34px rgba(31,138,102,.1); }
.region-directory span { font-size: 1.45rem; font-weight: 900; }
.region-directory small { color: var(--muted); }
.region-directory b { color: var(--navy-800); font-size: .84rem; }
.future-regions { margin-top: 30px; padding: 28px; background: var(--soft); border-radius: 18px; }
.future-regions p:not(.eyebrow) { margin-bottom: 8px; font-weight: 800; }
.future-regions small { color: var(--muted); }
.region-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 20px; }
.area-list span { padding: 10px 15px; background: var(--soft); border-radius: 999px; font-size: .88rem; font-weight: 700; }

.policy-content > section + section { margin-top: 64px; }
.policy-content h2 { font-size: 2rem; }
.policy-content p { color: #40515f; }
.document-date { margin-bottom: 52px; padding: 15px 18px; color: var(--muted); background: var(--soft); border-radius: 12px; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.contact-layout > div:first-child > p:not(.eyebrow) { color: var(--muted); }
.direct-call { margin-top: 36px; padding: 28px; color: #fff; background: var(--navy-900); border-radius: 20px; }
.direct-call small { color: var(--green-400); }
.direct-call > a { display: block; margin: 10px 0; font-size: 2.2rem; font-weight: 900; }
.direct-call p { margin: 0; color: #b9c6d1; }
.contact-form { padding: 34px; background: var(--soft); border-radius: var(--radius); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label { display: grid; gap: 8px; font-size: .86rem; font-weight: 800; }
.contact-form label span { color: #b42318; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: #fff; border: 1px solid #cfd8df; border-radius: 10px; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--green-500); box-shadow: 0 0 0 4px rgba(49,196,141,.14); }
.full-label { margin-top: 18px; }
.consent { grid-template-columns: auto 1fr; align-items: start; margin: 20px 0; font-weight: 500 !important; }
.consent input { width: 20px; height: 20px; margin-top: 3px; }
.consent span { color: var(--muted) !important; }
.consent a { color: var(--navy-800); text-decoration: underline; }
.submit-button { width: 100%; border: 0; }
.form-note { margin: 14px 0 0; color: var(--muted); text-align: center; font-size: .78rem; }
.form-note a { color: var(--navy-800); font-weight: 800; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.success-page { min-height: 640px; display: grid; place-items: center; padding-block: 100px; text-align: center; background: linear-gradient(140deg, #f6faf8, #eef4f6); }
.success-page h1 { font-size: clamp(2.7rem, 5vw, 4.6rem); }
.success-page > div > p:not(.eyebrow) { color: var(--muted); }
.success-icon { width: 80px; height: 80px; display: grid; place-items: center; margin: 0 auto 24px; color: #fff; background: var(--green-600); border-radius: 50%; font-size: 2rem; }
.hero-actions.center { justify-content: center; }

.site-footer { padding: 76px 0 26px; color: #bdc8d1; background: var(--navy-950); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .8fr .8fr 1fr; gap: 54px; }
.footer-brand { color: #fff; }
.site-footer .brand small { color: #aebdca; }
.footer-grid > div:first-child > p { max-width: 360px; margin-top: 24px; }
.footer-grid h2 { margin-bottom: 20px; color: #fff; font-size: .9rem; letter-spacing: 0; }
.footer-grid nav { display: grid; gap: 10px; font-size: .84rem; }
.footer-grid nav a:hover { color: var(--green-400); }
.footer-contact > a { display: block; margin-bottom: 12px; color: #fff; font-size: 1.8rem; font-weight: 900; }
.footer-contact p { font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 28px; margin-top: 56px; border-top: 1px solid rgba(255,255,255,.1); font-size: .72rem; }
.footer-bottom p { margin: 0; }
.mobile-call { display: none; }

.reading-progress { width: 100%; position: fixed; z-index: 500; top: 0; right: 0; left: 0; height: 3px; border: 0; appearance: none; background: transparent; pointer-events: none; }
.reading-progress::-webkit-progress-bar { background: transparent; }
.reading-progress::-webkit-progress-value { background: linear-gradient(90deg, var(--green-400), #9be7ca); }
.reading-progress::-moz-progress-bar { background: linear-gradient(90deg, var(--green-400), #9be7ca); }

.finder-section { padding-top: 72px; background: #eef5f3; }
.finder-shell { display: grid; grid-template-columns: .74fr 1.26fr; gap: 70px; align-items: start; }
.finder-intro { position: sticky; top: 120px; }
.finder-intro > p:not(.eyebrow) { max-width: 510px; color: var(--muted); }
.privacy-chip { width: fit-content; display: flex; align-items: center; gap: 9px; margin-top: 28px; padding: 9px 14px; color: var(--green-600); background: #fff; border: 1px solid #cfe4dc; border-radius: 999px; font-size: .76rem; font-weight: 800; }
.privacy-chip span { width: 20px; height: 20px; display: grid; place-items: center; color: #fff; background: var(--green-500); border-radius: 50%; }
.finder-panel { padding: 34px; background: #fff; border: 1px solid #d9e5e1; border-radius: 28px; box-shadow: 0 24px 70px rgba(7, 35, 30, .09); }
.finder-panel fieldset { padding: 0; margin: 0; border: 0; }
.finder-panel legend, .finder-selects label > span { display: flex; align-items: center; gap: 10px; margin-bottom: 15px; color: var(--navy-900); font-size: .88rem; font-weight: 900; }
.finder-panel legend span, .finder-selects label > span b { width: 28px; height: 28px; display: grid; place-items: center; color: var(--green-600); background: #e9f7f1; border-radius: 8px; font-size: .68rem; }
.finder-topics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.finder-topic { min-height: 78px; padding: 14px 16px; text-align: left; color: var(--ink); background: #f7f9fa; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; }
.finder-topic b, .finder-topic small { display: block; }
.finder-topic b { font-size: .92rem; }
.finder-topic small { margin-top: 3px; color: var(--muted); font-size: .73rem; }
.finder-topic:hover, .finder-topic.is-active { color: var(--navy-900); background: #e9f7f1; border-color: #79cbb0; box-shadow: inset 0 0 0 1px #79cbb0; }
.finder-selects { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding-top: 28px; margin-top: 28px; border-top: 1px solid var(--line); }
.finder-selects label { display: block; }
.finder-selects select { width: 100%; min-height: 52px; padding: 0 42px 0 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.finder-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 28px; }
.finder-results a { position: relative; min-height: 116px; padding: 17px; color: #fff; background: var(--navy-900); border-radius: 15px; transition: transform .2s ease, background .2s ease; }
.finder-results a:hover { background: var(--navy-800); transform: translateY(-3px); }
.finder-results small, .finder-results b { display: block; }
.finder-results small { margin-bottom: 10px; color: #8ce4c4; font-size: .68rem; font-weight: 800; }
.finder-results b { padding-right: 16px; font-size: .9rem; line-height: 1.45; }
.finder-results a > span { position: absolute; right: 16px; bottom: 14px; color: var(--green-400); }

.evidence-section { padding-top: 0; }
.evidence-grid { display: grid; grid-template-columns: 1.06fr .94fr; min-height: 570px; color: #fff; background: var(--navy-950); border-radius: 30px; overflow: hidden; box-shadow: var(--shadow); }
.evidence-grid figure { position: relative; min-height: 570px; margin: 0; }
.evidence-grid figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 58%, rgba(7,21,34,.8)); }
.evidence-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.evidence-grid figcaption { position: absolute; z-index: 1; right: 24px; bottom: 22px; left: 24px; padding: 12px 14px; color: #d6e2e9; background: rgba(7,21,34,.74); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; backdrop-filter: blur(10px); font-size: .72rem; }
.evidence-copy { align-self: center; padding: 56px; }
.evidence-copy > p:not(.eyebrow) { color: #b8c7d2; }
.evidence-copy dl { margin: 34px 0; }
.evidence-copy dl div { display: grid; grid-template-columns: 110px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.evidence-copy dt { color: var(--green-400); font-weight: 800; }
.evidence-copy dd { margin: 0; color: #d8e1e8; }
.evidence-copy .text-link { color: #fff; }

.updates-preview { background: #f5f8f8; }
.update-preview-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }
.update-preview-list a { min-height: 108px; display: grid; grid-template-columns: 94px 1fr auto; gap: 18px; align-items: center; padding: 20px 24px; background: #fff; }
.update-preview-list a:hover { background: #f0faf6; }
.update-preview-list > a > span { color: var(--green-600); font-size: .72rem; font-weight: 900; }
.update-preview-list b, .update-preview-list small { display: block; }
.update-preview-list b { line-height: 1.45; }
.update-preview-list small { margin-top: 6px; color: var(--muted); font-size: .7rem; }
.update-preview-list i { color: var(--green-600); font-style: normal; }

.guide-order { padding-bottom: 20px; }
.guide-order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.guide-order figure { height: 480px; margin: 0; border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); }
.guide-order figure img { width: 100%; height: 100%; object-fit: cover; }
.guide-order ol { padding: 0; margin: 34px 0 0; list-style: none; }
.guide-order li { display: grid; grid-template-columns: 50px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.guide-order li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--green-600); background: #eaf7f2; border-radius: 12px; font-size: .72rem; font-weight: 900; }
.guide-order li b, .guide-order li p { display: block; }
.guide-order li p { margin: 3px 0 0; color: var(--muted); font-size: .86rem; }

.article-credibility { border-bottom: 1px solid var(--line); background: #fff; }
.article-credibility .shell { min-height: 82px; display: grid; grid-template-columns: repeat(3, 1fr) auto; align-items: center; }
.article-credibility .shell > div { padding: 0 28px; border-left: 1px solid var(--line); }
.article-credibility .shell > div:first-child { padding-left: 0; border-left: 0; }
.article-credibility span, .article-credibility b { display: block; }
.article-credibility span { color: var(--muted); font-size: .68rem; }
.article-credibility b { margin-top: 2px; font-size: .82rem; }
.article-credibility button { padding: 10px 16px; color: var(--navy-900); background: #fff; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .76rem; font-weight: 800; }
.article-credibility button:hover { color: var(--green-600); border-color: var(--green-500); }
.article-toc { padding: 28px 30px; margin-bottom: 38px; background: #f5f8f8; border: 1px solid var(--line); border-radius: 18px; }
.article-toc > b { font-size: 1rem; }
.article-toc ol { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 30px; padding: 18px 0 0; margin: 0; counter-reset: toc; list-style: none; }
.article-toc li { counter-increment: toc; }
.article-toc a { display: grid; grid-template-columns: 26px 1fr; gap: 4px; color: var(--muted); font-size: .82rem; }
.article-toc a::before { content: counter(toc, decimal-leading-zero); color: var(--green-600); font-size: .68rem; font-weight: 900; }
.article-toc a:hover { color: var(--navy-900); }
.article-body > section { scroll-margin-top: 110px; }
.source-heading > span { color: var(--green-600); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.sources li + li { margin-top: 10px; }
.sources li a { display: flex; justify-content: space-between; gap: 18px; }
.sources p a { color: var(--green-600); }
.sticky-note { display: block; margin-top: 18px; color: var(--muted); font-size: .7rem; line-height: 1.5; }

.filter-chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 20px 0 28px; }
.filter-chips button { padding: 8px 15px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; font-size: .76rem; font-weight: 800; }
.filter-chips button:hover, .filter-chips button.is-active { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }

.discovery-band { padding-top: 56px; padding-bottom: 56px; background: #f4f8f7; }
.discovery-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.discovery-links a { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 15px 17px; background: #fff; border: 1px solid var(--line); border-radius: 13px; font-size: .84rem; font-weight: 800; }
.discovery-links a:hover { color: var(--green-600); border-color: #8bcdb6; transform: translateY(-2px); }

.update-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.update-toolbar > div:first-child b, .update-toolbar > div:first-child span { display: block; }
.update-toolbar > div:first-child span { margin-top: 2px; color: var(--muted); font-size: .74rem; }
.update-toolbar .filter-chips { margin: 0; }
.update-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.update-grid article { min-height: 292px; display: flex; flex-direction: column; padding: 28px; border: 1px solid var(--line); border-radius: 20px; }
.update-grid article:hover { border-color: #92cdb9; box-shadow: 0 18px 46px rgba(7,35,30,.08); transform: translateY(-3px); }
.update-grid article > div { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: .68rem; }
.update-grid article > div span { color: var(--green-600); font-weight: 900; }
.update-grid article h2 { margin: 24px 0 14px; font-size: 1.35rem; }
.update-grid article p { color: var(--muted); font-size: .86rem; }
.update-grid article .text-link { margin-top: auto; }

@media (max-width: 1040px) {
  .main-nav { gap: 18px; }
  .quick-grid, .process-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-grid a:nth-child(2) { border-right: 0; }
  .quick-grid a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .vehicle-card-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .region-band-grid, .checklist-grid, .spec-layout, .region-detail-grid, .contact-layout { grid-template-columns: 1fr; }
  .checklist-grid { gap: 34px; }
  .diagnosis-grid, .preparation-grid { grid-template-columns: repeat(3, 1fr); }
  .article-shell { grid-template-columns: 1fr; gap: 44px; }
  .article-aside { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .finder-shell { gap: 38px; }
  .finder-results { grid-template-columns: 1fr; }
  .finder-results a { min-height: 84px; }
  .evidence-copy { padding: 42px; }
  .discovery-links { grid-template-columns: repeat(2, 1fr); }
  .update-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  body { font-size: 16px; padding-bottom: 70px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .utility-bar { display: none; }
  .site-header { background: #fff; backdrop-filter: none; }
  .header-inner { min-height: 68px; }
  .menu-button { display: block; }
  .menu-button[aria-expanded="true"] > span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-button[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .menu-button[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; top: 68px; right: 0; bottom: 0; left: 0; display: none; padding: 26px 22px; align-items: stretch; background: #fff; overflow-y: auto; }
  .main-nav.is-open { display: grid; align-content: start; }
  .main-nav > a:not(.nav-call) { padding: 16px 6px; border-bottom: 1px solid var(--line); font-size: 1.05rem; }
  .main-nav > a:not(.nav-call)::after { display: none; }
  .nav-call { margin-top: 14px; text-align: center; }
  body.menu-open { overflow: hidden; }
  .hero, .hero-inner { min-height: 680px; }
  .hero::after { background: linear-gradient(180deg, rgba(7,21,34,.9), rgba(7,21,34,.97)); }
  .hero-media { opacity: .62; }
  .hero-media img { object-position: 64% center; }
  .hero-inner { align-items: flex-end; padding-bottom: 70px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4.3rem); }
  .hero-copy > p:not(.eyebrow) { font-size: 1rem; }
  .hero-note { margin-top: 34px; }
  .quick-path { margin-top: 0; }
  .quick-path .shell { width: 100%; }
  .quick-grid { border-radius: 0; box-shadow: none; }
  .quick-grid a { min-height: 130px; padding: 22px; }
  .section { padding-block: 64px; }
  .section-head, .sub-hero-grid { display: block; }
  .section-head > p { margin-top: 22px; }
  .meta-card, .vehicle-badge, .region-badge { width: 100%; margin-top: 30px; }
  .sub-hero { padding-block: 52px; }
  .sub-hero h1 { font-size: clamp(2.35rem, 10vw, 3.7rem); }
  .content-card-grid, .vehicle-list, .region-directory, .related-links { grid-template-columns: 1fr; }
  .related-links a:nth-child(odd) { border-right: 0; }
  .region-directory a { grid-template-columns: 64px 1fr; }
  .region-directory b { grid-column: 2; }
  .action-strip { grid-template-columns: 1fr 1fr; }
  .action-strip > div { grid-column: 1 / -1; }
  .mobile-call { position: fixed; z-index: 200; right: 0; bottom: 0; left: 0; display: block; padding: 8px 12px; background: rgba(7,21,34,.96); backdrop-filter: blur(12px); }
  .mobile-call a { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--navy-950); background: var(--green-400); border-radius: 14px; }
  .mobile-call span { font-size: .72rem; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 7px; }
  .finder-shell, .evidence-grid, .guide-order-grid { grid-template-columns: 1fr; }
  .finder-intro { position: static; }
  .finder-panel { padding: 26px; }
  .finder-results { grid-template-columns: repeat(3, 1fr); }
  .finder-results a { min-height: 112px; }
  .evidence-grid { min-height: auto; }
  .evidence-grid figure { min-height: 420px; }
  .evidence-grid figure::after { background: linear-gradient(180deg, transparent 62%, rgba(7,21,34,.8)); }
  .evidence-copy { padding: 42px 34px; }
  .update-preview-list { grid-template-columns: 1fr; }
  .guide-order figure { height: 420px; }
  .article-credibility .shell { grid-template-columns: repeat(2, 1fr); gap: 0; padding-block: 12px; }
  .article-credibility .shell > div { min-height: 52px; display: flex; flex-direction: column; justify-content: center; padding: 0 16px; }
  .article-credibility .shell > div:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .article-credibility button { justify-self: end; }
  .article-toc ol { grid-template-columns: 1fr; }
  .update-toolbar { display: block; }
  .update-toolbar .filter-chips { margin-top: 20px; }
  .update-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .quick-grid, .process-grid, .vehicle-card-grid, .article-grid, .diagnosis-grid, .preparation-grid, .form-grid, .footer-grid { grid-template-columns: 1fr; }
  .quick-grid a { border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-grid a:last-child { border-bottom: 0; }
  .process-grid article, .vehicle-card { min-height: auto; }
  .region-chip-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-bar { grid-template-columns: 1fr auto; }
  .filter-bar label { grid-column: 1 / -1; }
  .action-strip { grid-template-columns: 1fr; }
  .action-strip > div { grid-column: auto; }
  .action-strip .button { width: 100%; }
  .contact-form { padding: 24px 18px; }
  .footer-grid { gap: 34px; }
  .finder-topics, .finder-selects, .finder-results, .discovery-links { grid-template-columns: 1fr; }
  .finder-panel { padding: 22px 16px; border-radius: 20px; }
  .finder-results a { min-height: 86px; }
  .evidence-grid { border-radius: 0; }
  .evidence-section .shell { width: 100%; }
  .evidence-grid figure { min-height: 340px; }
  .evidence-copy { padding: 38px 22px; }
  .evidence-copy dl div { grid-template-columns: 90px 1fr; }
  .update-preview-list a { grid-template-columns: 70px 1fr auto; padding: 18px 16px; }
  .guide-order figure { height: 320px; }
  .article-credibility .shell { grid-template-columns: 1fr; }
  .article-credibility .shell > div, .article-credibility .shell > div:nth-child(3) { min-height: 48px; padding: 8px 0; border: 0; border-bottom: 1px solid var(--line); }
  .article-credibility button { width: 100%; justify-self: stretch; margin-top: 10px; }
  .article-toc { padding: 24px 20px; }
  .update-grid article { min-height: 260px; padding: 23px; }
}

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

:root {
  --navy-950: #061725;
  --navy-900: #0a2133;
  --navy-800: #123149;
  --mint-500: #25c59a;
  --mint-300: #7be1c4;
  --cyan-400: #54c8d8;
  --lime-300: #b5dd78;
  --carbon-900: #101619;
  --steel-500: #77838a;
  --mist-100: #f3f6f4;
  --metal-400: #b9a58a;
  --warning-500: #f0a43c;
  --ink: #10202d;
  --muted: #5e6c76;
  --soft: #f7faf9;
  --surface-mint: #eef8f5;
  --line: rgba(10, 33, 51, .1);
  --shadow: 0 18px 60px rgba(5, 28, 43, .1);
  --radius: 18px;
}

:focus-visible { outline: 3px solid var(--mint-500); outline-offset: 4px; }
body { font-size: 18px; line-height: 1.75; }
h1 { line-height: 1.08; }
.site-header, .header-inner { transition: min-height .22s ease, box-shadow .22s ease, background .22s ease; }
.site-header.is-scrolled { background: rgba(255,255,255,.82); }
.site-header.is-scrolled .header-inner { min-height: 70px; }
.site-header.is-scrolled .main-nav > a:not(.nav-call) { padding-block: 24px; }
.site-header.is-scrolled .main-nav > a:not(.nav-call)::after { bottom: 18px; }
.button, .text-link i { transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.text-link:hover i, .text-link:focus-visible i { display: inline-block; transform: translateX(4px); }

.hero-v2 {
  min-height: 730px;
  background:
    radial-gradient(circle at 78% 28%, rgba(37,197,154,.22), transparent 34%),
    linear-gradient(135deg, #061725 0%, #0a2437 58%, #103b43 100%);
}
.hero-v2::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .22; background-image: radial-gradient(rgba(255,255,255,.18) .6px, transparent .6px); background-size: 6px 6px; }
.hero-v2::after { background: linear-gradient(90deg, rgba(6,23,37,.98) 0%, rgba(6,23,37,.92) 46%, rgba(6,23,37,.12) 76%, rgba(6,23,37,.03)); }
.hero-v2 .hero-media { left: 44%; }
.hero-v2 .hero-media picture, .hero-v2 .hero-media img { width: 100%; height: 100%; }
.hero-v2 .hero-media img { object-fit: cover; object-position: 68% center; }
.hero-v2 .hero-inner { min-height: 730px; }
.hero-v2 .hero-copy { width: min(760px, 62%); }
.hero-v2 h1 { max-width: 760px; font-size: clamp(3rem, 4.6vw, 4.25rem); }
.hero-v2 h1 em { display: inline-block; }
.hero-orbit { position: absolute; z-index: 2; right: max(2vw, calc((100vw - var(--shell))/2)); bottom: 58px; display: flex; gap: 8px; }
.hero-orbit span { padding: 8px 12px; color: #d9fff2; background: rgba(6,23,37,.62); border: 1px solid rgba(123,225,196,.28); border-radius: 999px; backdrop-filter: blur(12px); font-size: .72rem; font-weight: 800; }
.hero-v2 .hero-note { max-width: 560px; }
.hero-v2 .hero-note > span { width: auto; padding-inline: 13px; border-radius: 999px; }

.quick-path-v2 { margin-top: -44px; }
.quick-path-v2 .quick-grid { gap: 1px; padding: 1px; background: rgba(255,255,255,.25); border: 1px solid rgba(255,255,255,.68); border-radius: 26px; box-shadow: 0 20px 70px rgba(5,28,43,.18); backdrop-filter: blur(14px); }
.quick-path-v2 .quick-grid a { position: relative; display: block; aspect-ratio: 1; padding: 0; color: #fff; background: var(--navy-950); border: 0; overflow: hidden; isolation: isolate; }
.quick-path-v2 .quick-grid a:first-child { border-radius: 24px 0 0 24px; }
.quick-path-v2 .quick-grid a:last-child { border-radius: 0 24px 24px 0; }
.quick-path-v2 picture { position: absolute; inset: 0; }
.quick-path-v2 img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.quick-path-v2 a:hover img, .quick-path-v2 a:focus-visible img { transform: scale(1.035); }
.quick-path-v2 .quick-grid a:hover, .quick-path-v2 .quick-grid a:focus-visible { background: transparent; }

.section-soft-v2 {
  background:
    radial-gradient(circle at 10% 0%, rgba(123,225,196,.18), transparent 28%),
    linear-gradient(180deg, #f8fbfa 0%, #eef7f4 100%);
}
.process-grid { position: relative; }
.process-grid::before { content: ""; position: absolute; top: 50%; right: 6%; left: 6%; height: 2px; background: linear-gradient(90deg, var(--mint-500), var(--cyan-400)); transform: scaleX(0); transform-origin: left; transition: transform .7s ease; }
.process-grid.is-visible::before { transform: scaleX(1); }
.process-grid article { position: relative; z-index: 1; background: rgba(255,255,255,.8); border: 1px solid rgba(255,255,255,.72); box-shadow: 0 18px 50px rgba(5,28,43,.07), inset 0 1px 0 rgba(255,255,255,.9); backdrop-filter: blur(12px); }

.image-expand-button { position: relative; display: block; width: 100%; padding: 0; background: none; border: 0; border-radius: 24px; overflow: hidden; cursor: zoom-in; }
.image-expand-button picture, .image-expand-button img { width: 100%; }
.image-expand-button > span { position: absolute; right: 14px; bottom: 14px; padding: 7px 11px; color: #fff; background: rgba(6,23,37,.7); border-radius: 999px; font-size: .7rem; font-weight: 800; backdrop-filter: blur(8px); }
.image-expand-button.is-expanded { position: fixed; z-index: 1000; inset: 0; width: 100vw; height: 100vh; display: grid; place-items: center; padding: 5vw; background: rgba(3,12,20,.95); border-radius: 0; cursor: zoom-out; }
.image-expand-button.is-expanded picture { width: min(1200px, 92vw); }
.image-expand-button.is-expanded img { max-height: 86vh; object-fit: contain; }
.image-expand-button.is-expanded > span { right: 24px; top: 24px; bottom: auto; }
body.image-modal-open { overflow: hidden; }

.structure-section { position: relative; overflow: hidden; background: linear-gradient(120deg, #061725 0%, #0a3040 70%, #0b493f 100%); }
.structure-section::after { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .24; background-image: repeating-linear-gradient(60deg, rgba(255,255,255,.04) 0 1px, transparent 1px 22px); }
.structure-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 76px; }
.structure-media small { display: block; margin-top: 12px; color: #9fb2be; font-size: .72rem; }
.structure-grid > div:last-child > p:not(.eyebrow) { color: #bdcad3; }
.structure-flow { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 34px 0; }
.structure-flow span { padding: 9px 12px; color: #dffff5; background: rgba(255,255,255,.08); border: 1px solid rgba(123,225,196,.2); border-radius: 999px; font-size: .78rem; font-weight: 800; }
.structure-flow i { color: var(--mint-300); font-style: normal; }

.vehicle-showcase { background: #fff; }
.vehicle-card-grid { grid-template-columns: repeat(3, 1fr); }
.vehicle-card-grid .vehicle-card { min-height: 390px; padding: 0; color: var(--ink); background: #fff; border-color: var(--line); overflow: hidden; box-shadow: 0 14px 42px rgba(5,28,43,.07); }
.vehicle-card picture { display: block; aspect-ratio: 1; overflow: hidden; }
.vehicle-card picture img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.vehicle-card > div { padding: 24px; }
.vehicle-card small { color: var(--accent-text-light); font-weight: 800; }
.vehicle-card h3 { color: var(--navy-900); }
.vehicle-card p { color: var(--muted); }
.vehicle-card span { color: var(--navy-800); }
.vehicle-card:hover, .vehicle-card:focus-visible { border-color: var(--mint-500); transform: translateY(-3px); }
.vehicle-card:hover img, .vehicle-card:focus-visible img { transform: scale(1.035); }

.store-badge { width: 250px; padding: 26px; color: #fff; background: linear-gradient(150deg, var(--navy-900), #0b423b); border: 1px solid rgba(123,225,196,.24); border-radius: 22px; box-shadow: var(--shadow); }
.store-badge small, .store-badge b, .store-badge span { display: block; }
.store-badge small { color: var(--mint-300); font-size: .72rem; font-weight: 800; }
.store-badge b { margin: 8px 0; font-size: 2.2rem; }
.store-badge span { color: #c7d6dc; font-size: .78rem; }
.store-guide-section { background: linear-gradient(180deg, #fff, #f6faf9); }
.store-guide-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 72px; align-items: center; }
.store-guide-grid figure { margin: 0; }
.store-guide-grid figure img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.store-guide-grid figcaption { margin-top: 12px; color: var(--muted); font-size: .74rem; }
.store-guide-grid h2 { margin: 12px 0 20px; }
.store-guide-grid > div > p:not(.eyebrow) { color: var(--muted); }
.store-check-list { padding: 0; margin: 30px 0; list-style: none; }
.store-check-list li { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.store-check-list span { color: var(--mint-500); font-size: .75rem; font-weight: 900; }
.store-check-list b { color: var(--navy-900); }
.store-check-list p { margin: 2px 0 0; color: var(--muted); font-size: .84rem; }
.store-primary-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.store-source-note { padding: 16px 18px; margin-top: 18px; background: var(--surface-mint); border-left: 3px solid var(--mint-500); border-radius: 0 12px 12px 0; font-size: .78rem; }
.home-store-section { background: linear-gradient(180deg, #f3faf7, #edf7f3); }
.home-store-section .section-head > div:last-child { max-width: 560px; }
.store-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.store-product-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 22px; box-shadow: 0 16px 48px rgba(5,28,43,.08); }
.store-product-card picture { display: block; aspect-ratio: 1; background: #f5f7f7; overflow: hidden; }
.store-product-card picture img { width: 100%; height: 100%; object-fit: contain; transition: transform .4s ease; }
.store-product-card:hover picture img { transform: scale(1.035); }
.store-product-card > div { display: flex; min-height: 350px; flex-direction: column; padding: 24px; }
.store-product-card > div > span { color: var(--accent-text-light); font-size: .7rem; font-weight: 900; }
.store-product-card h3 { margin: 8px 0 10px; color: var(--navy-900); font-size: 1.35rem; line-height: 1.3; }
.store-product-card p { color: var(--muted); font-size: .82rem; }
.store-product-card dl { display: grid; grid-template-columns: 1fr 1fr; margin: auto 0 0; padding: 18px 0; border-top: 1px solid var(--line); }
.store-product-card dl div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.store-product-card dt { color: var(--muted); font-size: .7rem; }
.store-product-card dd { margin: 2px 0 0; color: var(--navy-900); font-weight: 900; }
.store-product-card small { color: var(--muted); font-size: .67rem; }
.store-button { justify-content: center; margin-top: 16px; color: #fff; background: var(--navy-900); }
.store-button:hover, .store-button:focus-visible { background: #114838; }
.store-product-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.store-product-directory a { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto 20px; gap: 12px; align-items: center; min-width: 0; padding: 18px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; transition: border-color .18s ease, transform .18s ease; }
.store-product-directory a:hover, .store-product-directory a:focus-visible { border-color: var(--mint-500); transform: translateY(-2px); }
.store-product-directory a > span { color: var(--mint-500); font-size: .7rem; font-weight: 900; }
.store-product-directory a > div { min-width: 0; }
.store-product-directory b, .store-product-directory small { display: block; }
.store-product-directory b { overflow: hidden; color: var(--navy-900); font-size: .87rem; white-space: nowrap; text-overflow: ellipsis; }
.store-product-directory small { color: var(--muted); font-size: .65rem; }
.store-product-directory strong { color: var(--navy-900); font-size: .8rem; white-space: nowrap; }
.store-product-directory i { color: var(--mint-500); font-style: normal; }
.store-disclaimer { display: grid; grid-template-columns: 180px 1fr; gap: 24px; margin-top: 28px; padding: 24px; color: #dce8ec; background: var(--navy-900); border-radius: 18px; }
.store-disclaimer b { color: var(--mint-300); }
.store-disclaimer p { margin: 0; font-size: .8rem; }
.vehicle-store-section .section-head > p { max-width: 620px; }
.store-product-grid-vehicle { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vehicle-store-empty { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; }
.vehicle-store-empty > div:last-child { display: flex; flex-direction: column; gap: 10px; min-width: 220px; }

.insights-preview { background: linear-gradient(180deg, #f8fbfa, #fff); }
.insight-editorial-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 24px; }
.insight-small-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.insight-card { overflow: hidden; background: rgba(255,255,255,.8); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(5,28,43,.07); }
.insight-card.is-featured { display: grid; grid-template-rows: auto auto; border-radius: 26px; }
.insight-media { position: relative; display: block; aspect-ratio: 1; overflow: hidden; }
.insight-media picture, .insight-media img { width: 100%; height: 100%; }
.insight-media img { object-fit: cover; transition: transform .5s ease; }
.insight-media > span { position: absolute; top: 16px; left: 16px; padding: 7px 11px; color: #062016; background: var(--mint-300); border-radius: 999px; font-size: .7rem; font-weight: 900; }
.insight-media:hover img, .insight-media:focus-visible img { transform: scale(1.035); }
.insight-copy { padding: 24px; }
.insight-card.is-featured .insight-copy { padding: 34px; }
.insight-copy time { color: var(--muted); font-size: .72rem; }
.insight-copy h3 { margin: 12px 0; font-size: 1.18rem; }
.insight-card.is-featured h3 { font-size: clamp(1.8rem, 3vw, 2.7rem); }
.insight-copy p { color: var(--muted); font-size: .9rem; }
.insight-small-grid .insight-card { display: grid; grid-template-rows: auto 1fr; }

.region-band-v2 { background: linear-gradient(140deg, #eef8f5, #f7fbfa); }
.region-band-v2 .region-band-grid { grid-template-columns: .9fr 1.1fr; }
.region-band-v2 figure { margin: 0; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.region-band-v2 figure picture { display: block; }
.region-band-v2 figure img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.region-band-v2 figcaption { padding: 12px 18px; color: var(--muted); background: #fff; font-size: .76rem; }
.region-band-v2 .region-chip-grid { margin: 28px 0; }

.sub-hero { background: radial-gradient(circle at 84% 18%, rgba(84,200,216,.13), transparent 28%), linear-gradient(140deg, #f8fbfa, #eef7f4); }
.sub-hero h1 { font-size: clamp(2.75rem, 4.6vw, 4.25rem); }
.article-cover, .detail-cover { padding: 52px 0 0; background: linear-gradient(180deg, #eef7f4, #fff); }
.article-cover figure, .detail-cover figure { margin: 0; }
.article-cover picture, .detail-cover picture { display: block; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.article-cover .narrow, .detail-cover figure { max-width: 780px; margin-inline: auto; }
.article-cover picture img, .detail-cover picture img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.article-cover figcaption, .detail-cover figcaption { padding: 12px 6px 0; color: var(--muted); font-size: .78rem; }

.image-disclosure { max-width: 720px; margin: 16px 0 0; padding: 10px 14px; color: #405361; background: var(--surface-mint); border-left: 4px solid var(--mint-500); border-radius: 0 10px 10px 0; font-size: .78rem; }
[data-content-article] h2 { position: relative; margin-top: 58px; padding: 14px 18px 14px 24px; color: var(--navy-900); background: linear-gradient(90deg, rgba(37,197,154,.14), rgba(84,200,216,.04) 72%, transparent); border-left: 5px solid var(--mint-500); border-radius: 0 14px 14px 0; line-height: 1.35; }
[data-content-article] h3 { margin-top: 30px; color: var(--navy-800); font-size: 1.15rem; line-height: 1.45; text-decoration: underline; text-decoration-color: var(--mint-300); text-decoration-thickness: 5px; text-underline-offset: 5px; text-decoration-skip-ink: none; }
.service-boundary { margin: 28px 0 46px; padding: 28px; color: #eaf8f4; background: linear-gradient(125deg, #071c2b, #0b403c); border: 1px solid rgba(123,225,196,.28); border-radius: 22px; box-shadow: 0 18px 48px rgba(5,28,43,.15); }
.service-boundary > div:first-child { display: grid; gap: 4px; }
.service-boundary span { color: var(--mint-300); font-size: .7rem; font-weight: 900; letter-spacing: .1em; }
.service-boundary h2 { margin: 6px 0 22px; padding: 0; color: #fff; background: none; border: 0; }
.service-boundary-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.service-boundary-grid p { margin: 0; padding: 18px; color: #c9d9df; background: rgba(255,255,255,.07); border-radius: 14px; }
.service-boundary-grid b { display: block; margin-bottom: 8px; color: #fff; }
.service-boundary mark { color: #05231a; background: var(--mint-300); box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.service-boundary small { display: block; margin-top: 18px; color: #9fb5bf; }
.answer-summary { margin: 44px 0; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.answer-summary h2 { margin-top: 8px; }
.answer-summary mark, .keyword-mark { padding: .08em .25em; color: #0b3328; background: linear-gradient(transparent 18%, #bcf4df 18%, #bcf4df 92%, transparent 92%); }
.answer-summary ul { margin: 22px 0 0; }
.editorial-explainer > div { display: grid; gap: 18px; }
.editorial-explainer section { padding: 0 22px 22px; border: 1px solid var(--line); border-radius: 16px; }
.decision-section { margin-top: 56px; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 12px 32px rgba(5,28,43,.06); }
.content-table { width: 100%; min-width: 680px; border-collapse: collapse; background: #fff; }
.content-table th, .content-table td { padding: 16px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.content-table thead th { color: #fff; background: var(--navy-900); }
.content-table tbody th { width: 18%; color: #087253; background: #f0faf7; }
.article-photo-evidence { margin-top: 64px; }
.article-photo-evidence .section-head.compact { align-items: end; margin-bottom: 24px; }
.article-photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.article-photo-grid figure { margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 16px; }
.article-photo-grid picture, .article-photo-grid img { display: block; width: 100%; }
.article-photo-grid img { aspect-ratio: 16/9; object-fit: cover; }
.article-photo-grid figcaption { padding: 14px 16px 18px; color: var(--muted); font-size: .76rem; }
.related-section { margin-top: clamp(36px, 4vw, 64px); padding-top: clamp(56px, 5vw, 80px); border-top: 10px solid #edf6f3; box-shadow: inset 0 1px 0 var(--line); }

.tech-visual { margin: 44px 0 0; padding: 28px; background: linear-gradient(145deg, #f7fbfa, #eef7f4); border: 1px solid rgba(10,33,51,.08); border-radius: 20px; box-shadow: inset 0 1px 0 #fff; }
.tech-visual .visual-heading { display: grid; gap: 6px; margin-bottom: 24px; }
.visual-heading span { color: var(--mint-500); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.visual-heading b { color: var(--navy-900); font-size: 1.15rem; }
.tech-visual figcaption { margin-top: 20px; color: var(--muted); font-size: .76rem; }
.flow-line { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: center; gap: 10px; }
.flow-line div { min-height: 96px; display: grid; place-items: center; padding: 14px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.flow-line i { color: var(--mint-500); font-size: .65rem; font-style: normal; font-weight: 900; }
.flow-line > span { color: var(--mint-500); }
.layer-grid, .risk-grid, .prep-visual-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.layer-grid div, .risk-grid div, .prep-visual-grid div { min-height: 130px; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.layer-grid i, .layer-grid span, .prep-visual-grid span { display: block; color: var(--mint-500); font-size: .68rem; font-style: normal; font-weight: 900; }
.layer-grid b, .prep-visual-grid b, .prep-visual-grid small { display: block; margin-top: 10px; }
.prep-visual-grid small { color: var(--muted); }
.diagnosis-timeline ol { position: relative; padding: 0; margin: 0; list-style: none; }
.diagnosis-timeline ol::before { content: ""; position: absolute; top: 20px; bottom: 20px; left: 20px; width: 2px; background: linear-gradient(var(--mint-500), var(--cyan-400)); transform: scaleY(0); transform-origin: top; transition: transform .7s ease; }
.diagnosis-timeline.is-visible ol::before { transform: scaleY(1); }
.diagnosis-timeline li { position: relative; display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 14px; min-height: 66px; }
.diagnosis-timeline li span { z-index: 1; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; background: var(--navy-900); border-radius: 50%; font-size: .68rem; }
.risk-grid span { display: inline-block; padding: 5px 9px; border-radius: 999px; font-size: .68rem; font-weight: 900; }
.risk-grid b { display: block; margin: 14px 0 6px; }
.risk-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.risk-1 span { color: #17633d; background: #dff6e9; }
.risk-2 span { color: #7d5713; background: #fff1cb; }
.risk-3 span { color: #8e2d2d; background: #fee1df; }
.mobile-inline-consultation { display: none; margin-top: 48px; padding: 24px; color: #fff; background: linear-gradient(120deg, var(--navy-900), #0b493f); border-radius: 18px; }
.mobile-inline-consultation p { color: #c6d5dd; }
.mobile-inline-consultation a { color: var(--mint-300); font-weight: 800; }
.sources li { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.sources li small { color: var(--muted); font-size: .7rem; white-space: nowrap; }
.article-related-visual .section-head { margin-bottom: 30px; }
.article-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-related-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.article-related-grid picture { display: block; aspect-ratio: 1; }
.article-related-grid img { width: 100%; height: 100%; object-fit: cover; }
.article-related-grid article div { display: grid; gap: 7px; padding: 18px; }
.article-related-grid small { color: var(--mint-500); font-weight: 800; }
.article-related-grid b { line-height: 1.45; }
.article-related-grid span { color: var(--navy-800); font-size: .78rem; font-weight: 800; }

.content-card-grid-v2 .content-card { padding: 0; overflow: hidden; }
.content-card-grid-v2 picture { display: block; aspect-ratio: 1; }
.content-card-grid-v2 picture img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.content-card-grid-v2 .content-card > div { padding: 30px; }
.content-card-grid-v2 .content-card > div > span { display: block; margin-bottom: 30px; color: var(--mint-500); font-size: .72rem; font-weight: 900; }
.content-card-grid-v2 .content-card:hover img { transform: scale(1.035); }
.vehicle-list-v2 article { padding: 0; overflow: hidden; }
.vehicle-list-v2 article picture { display: block; aspect-ratio: 1; }
.vehicle-list-v2 article img { width: 100%; height: 100%; object-fit: cover; }
.vehicle-list-v2 article > div { padding: 28px; }

.insight-feature { background: #fff; }
.insight-feature > .shell > .insight-card { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: none; }
.insight-three-grid, .insight-four-grid { display: grid; gap: 20px; }
.insight-three-grid { grid-template-columns: repeat(3, 1fr); }
.insight-four-grid { grid-template-columns: repeat(4, 1fr); margin-top: 28px; }
.insight-three-grid .insight-card, .insight-four-grid .insight-card { display: grid; grid-template-rows: auto 1fr; }
.insight-brand-links { display: flex; flex-wrap: wrap; gap: 8px; }
.insight-brand-links a { padding: 9px 15px; border: 1px solid var(--line); border-radius: 999px; font-size: .8rem; font-weight: 800; }
.insight-brand-links a:hover, .insight-brand-links a:focus-visible { color: #fff; background: var(--navy-900); }
.update-grid-v2 { grid-template-columns: repeat(3, 1fr); }
.update-grid-v2 article { min-width: 0; display: grid; grid-template-rows: auto 1fr; padding: 0; overflow: hidden; }
.update-grid-v2 article > picture { display: block; aspect-ratio: 4 / 3; background: var(--navy-950); }
.update-grid-v2 article > picture img { width: 100%; height: 100%; object-fit: contain; }
.update-grid-v2 article > .update-card-copy { min-width: 0; display: flex; flex-direction: column; justify-content: flex-start; padding: 24px; color: var(--ink); font-size: inherit; }
.update-card-copy > div:first-child { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.update-grid-v2 .update-card-copy h2 { margin: 18px 0 12px; font-size: 1.28rem; }
.update-grid-v2 .update-card-copy p { margin-bottom: 22px; font-size: .86rem; }
.update-grid-v2 .update-card-copy .text-link { margin-top: auto; }
.certification-insight { background: linear-gradient(120deg, #061725, #123149); }
.certification-insight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.certification-insight-grid > div:first-child p:not(.eyebrow) { color: #b8c7d1; }
.certification-insight-grid > div:last-child { display: grid; gap: 12px; }
.certification-insight-grid a { display: grid; gap: 6px; padding: 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; }
.certification-insight-grid a:hover, .certification-insight-grid a:focus-visible { border-color: var(--mint-300); }
.certification-insight-grid span { color: var(--mint-300); font-size: .8rem; }

.delivery-intro { background: linear-gradient(180deg, #fff, #f3f9f7); }
.delivery-intro-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.delivery-intro ol { padding: 0; margin: 32px 0 0; list-style: none; }
.delivery-intro li { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.delivery-intro li span { color: var(--mint-500); font-size: .72rem; font-weight: 900; }
.delivery-intro figure { margin: 0; overflow: hidden; border-radius: 26px; box-shadow: var(--shadow); }
.region-directory-v2 a { min-height: 0; display: grid; grid-template-columns: 210px 1fr; padding: 0; overflow: hidden; }
.region-directory-v2 picture { display: block; width: 210px; aspect-ratio: 1; }
.region-directory-v2 img { width: 100%; height: 100%; object-fit: cover; }
.region-directory-v2 a > div { display: grid; align-content: center; padding: 24px; }

[data-reveal] { opacity: 1; transform: none; }
.reveal-ready [data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

.mobile-call { grid-template-columns: 1fr 1fr; gap: 1px; }
.mobile-call > a { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 6px; }
.mobile-call > a:last-child { color: #fff; background: var(--navy-800); border-radius: 0 13px 13px 0; }
.mobile-call > a:first-child { border-radius: 13px 0 0 13px; }

@media (max-width: 1100px) {
  body { font-size: 17px; }
  .main-nav { gap: 18px; font-size: .82rem; }
  .hero-v2 .hero-media { left: 34%; }
  .hero-v2 .hero-copy { width: 66%; }
  .insight-editorial-grid { grid-template-columns: 1fr; }
  .insight-small-grid { grid-template-columns: repeat(2, 1fr); }
  .insight-four-grid { grid-template-columns: repeat(2, 1fr); }
  .store-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-product-directory { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  body { font-size: 16.5px; line-height: 1.72; }
  .breadcrumbs { overflow: hidden; }
  .breadcrumbs ol, .breadcrumbs li { min-width: 0; }
  .breadcrumbs li:not(:last-child) { flex: 0 0 auto; white-space: nowrap; }
  .breadcrumbs li:last-child { flex: 1 1 auto; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .mobile-call { display: grid; }
  h2 { font-size: clamp(1.9rem, 8.5vw, 2.25rem); }
  .hero-v2, .hero-v2 .hero-inner { min-height: 700px; }
  .hero-v2::after { background: linear-gradient(180deg, rgba(6,23,37,.48), rgba(6,23,37,.97) 62%); }
  .hero-v2 .hero-media { left: 0; opacity: 1; }
  .hero-v2 .hero-media img { object-position: 58% center; }
  .hero-v2 .hero-inner { align-items: flex-end; padding-bottom: 58px; }
  .hero-v2 .hero-copy { width: 100%; }
  .hero-v2 h1 { font-size: clamp(2.35rem, 10.2vw, 2.8rem); }
  .hero-v2 h1 br { display: none; }
  .hero-v2 h1 em { display: inline; }
  .hero-v2 .hero-copy > p:not(.eyebrow) { font-size: .95rem; }
  .hero-orbit { display: none; }
  .hero-v2 .hero-note { margin-top: 30px; }
  .quick-path-v2 { margin-top: 0; padding-top: 12px; background: var(--navy-950); }
  .quick-path-v2 .quick-grid { grid-template-columns: 1fr 1fr; border-radius: 20px; }
  .quick-path-v2 .quick-grid a { padding: 0; border-radius: 0 !important; }
  .quick-path-v2 .quick-grid a:first-child { border-radius: 18px 0 0 0 !important; }
  .quick-path-v2 .quick-grid a:last-child { border-radius: 0 0 18px 0 !important; }
  .process-grid::before { display: none; }
  .structure-grid, .region-band-v2 .region-band-grid, .certification-insight-grid, .delivery-intro-grid, .store-guide-grid, .vehicle-store-empty { grid-template-columns: 1fr; gap: 38px; }
  .structure-media { order: 2; }
  .vehicle-card-grid { grid-template-columns: 1fr; }
  .vehicle-card-grid .vehicle-card { min-height: 0; }
  .store-badge { width: 100%; }
  .store-product-grid { grid-template-columns: 1fr; }
  .store-product-card > div { min-height: 0; }
  .store-product-directory a { grid-template-columns: 32px minmax(0, 1fr) 18px; }
  .store-product-directory strong { grid-column: 2; justify-self: start; }
  .store-product-directory i { grid-column: 3; grid-row: 1 / span 2; }
  .store-disclaimer { grid-template-columns: 1fr; gap: 8px; }
  .vehicle-store-empty > div:last-child { min-width: 0; }
  .insight-small-grid, .insight-three-grid, .insight-four-grid { grid-template-columns: 1fr; }
  .insight-small-grid .insight-card, .insight-three-grid .insight-card, .insight-four-grid .insight-card { grid-template-rows: auto 1fr; }
  .insight-feature > .shell > .insight-card { grid-template-columns: 1fr; grid-template-rows: auto auto; }
  .article-cover, .detail-cover { padding-top: 24px; }
  .article-cover picture, .detail-cover picture { border-radius: 18px; }
  .sub-hero h1 { max-width: 100%; font-size: clamp(2.25rem, 9.8vw, 2.75rem); overflow-wrap: anywhere; }
  .sub-hero h1 br { display: none; }
  .sub-hero .lead { max-width: 100%; overflow-wrap: anywhere; }
  .tech-visual { padding: 20px; margin-top: 34px; }
  .flow-line { grid-template-columns: 1fr; }
  .flow-line > span { transform: rotate(90deg); justify-self: center; }
  .layer-grid, .risk-grid, .prep-visual-grid, .article-related-grid, .article-photo-grid, .service-boundary-grid { grid-template-columns: 1fr; }
  .mobile-inline-consultation { display: block; }
  .sources li { align-items: flex-start; flex-direction: column; gap: 4px; }
  .update-grid-v2 { grid-template-columns: 1fr; }
  .update-grid-v2 article > .update-card-copy { padding: 22px; }
  .region-directory-v2 a { grid-template-columns: 1fr; }
  .region-directory-v2 picture { width: 100%; }
  .section-head { gap: 22px; }
  [data-content-article] h2 { margin-top: 42px; padding: 12px 14px 12px 18px; }
  .service-boundary, .answer-summary { padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .reveal-ready [data-reveal] { opacity: 1; transform: none; }
}

/* Editorial 100 — unique search-intent articles */
.editorial-directory-hero { padding: 96px 0 76px; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(49,196,141,.22), transparent 27%), linear-gradient(135deg, #061725 0%, #0b2a43 58%, #102f4b 100%); }
.editorial-directory-hero h1 { margin: 12px 0 24px; max-width: 920px; font-size: clamp(3rem, 6.5vw, 6.6rem); line-height: .98; letter-spacing: -.065em; }
.editorial-directory-hero h1 em { color: #74e8bf; font-style: normal; }
.editorial-directory-hero > .shell > p:not(.eyebrow) { max-width: 760px; color: #c9d7e2; font-size: 1.08rem; line-height: 1.8; }
.directory-counts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 42px; }
.directory-counts a { display: grid; gap: 4px; padding: 22px; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.06); backdrop-filter: blur(8px); }
.directory-counts a:hover { border-color: #74e8bf; transform: translateY(-2px); }
.directory-counts b { color: #74e8bf; font-size: 2.1rem; }
.directory-counts span { color: #d6e1e8; font-weight: 800; }
.directory-toolbar { display: grid; gap: 18px; margin-bottom: 34px; padding: 26px; border: 1px solid #dce6eb; border-radius: 24px; background: linear-gradient(135deg, #f7fafb, #eef8f4); }
.directory-toolbar label { display: grid; gap: 8px; }
.directory-toolbar label span { color: #16344b; font-weight: 900; }
.directory-toolbar input { width: 100%; min-height: 54px; padding: 0 18px; border: 1px solid #b9cbd4; border-radius: 14px; background: #fff; font: inherit; }
.directory-toolbar input:focus { outline: 3px solid rgba(49,196,141,.24); border-color: #118a61; }
.directory-toolbar > p { margin: 0; color: #536b7a; font-weight: 750; }
.article-directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.article-directory-grid > article { overflow: hidden; border: 1px solid #dfe8ed; border-radius: 24px; background: #fff; box-shadow: 0 16px 46px rgba(9,34,51,.08); }
.article-directory-grid > article[hidden] { display: none; }
.article-directory-grid picture { display: block; aspect-ratio: 1; background: #061725; }
.article-directory-grid picture img { width: 100%; height: 100%; object-fit: cover; filter: none; }
.article-directory-grid > article > div { display: grid; align-content: start; min-height: 330px; padding: 24px; }
.article-directory-grid article > div > span { width: fit-content; padding: 6px 10px; color: #08724f; border-radius: 999px; background: #e5f8f0; font-size: .78rem; font-weight: 900; }
.article-directory-grid h2 { margin: 14px 0 10px; font-size: 1.32rem; line-height: 1.38; letter-spacing: -.035em; }
.article-directory-grid h2 a { color: #0b1f33; }
.article-directory-grid p { margin: 0 0 18px; color: #5b6f7b; line-height: 1.7; }
.article-directory-grid .text-link { margin-top: auto; }
.card-tags { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 20px; }
.card-tags small { color: #18765b; }
.editorial-hero { padding: 84px 0 64px; color: #fff; background: radial-gradient(circle at 78% 18%, rgba(47,202,147,.19), transparent 28%), linear-gradient(135deg, #061725, #0b2941); }
.editorial-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 280px; gap: 64px; align-items: end; }
.editorial-hero h1 { max-width: 900px; margin: 12px 0 22px; font-size: clamp(2.75rem, 5.7vw, 5.8rem); line-height: 1.01; letter-spacing: -.06em; word-break: keep-all; }
.editorial-hero h1 + p { max-width: 800px; color: #c8d7e1; font-size: 1.06rem; line-height: 1.8; }
.editorial-hero aside { padding: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.07); }
.editorial-hero aside b, .editorial-hero aside p, .editorial-hero aside small { display: block; }
.editorial-hero aside b { color: #74e8bf; }
.editorial-hero aside p { margin: 8px 0; font-weight: 900; }
.editorial-hero aside small { color: #c3d1db; line-height: 1.6; }
.editorial-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.editorial-meta span, .editorial-meta time { padding: 7px 11px; color: #cce0eb; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: .78rem; font-weight: 800; }
.editorial-cover figcaption { line-height: 1.65; }
.editorial-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 56px; align-items: start; }
.editorial-article { min-width: 0; }
.editorial-article > section:not(.answer-summary):not(.decision-section):not(.sources) { scroll-margin-top: 100px; }
.editorial-article > section[id^="article-section"] { margin: 56px 0; }
.editorial-article .section-index { margin: 0 0 10px; color: #118a61; font-size: .76rem; font-weight: 950; letter-spacing: .08em; }
.editorial-article .lead-paragraph::first-letter { float: left; margin: 5px 7px 0 0; color: #118a61; font-size: 3.2rem; font-weight: 950; line-height: .82; }
.editorial-article blockquote { margin: 34px 0 48px; padding: 28px 30px; border-left: 6px solid #31c48d; border-radius: 0 18px 18px 0; background: linear-gradient(100deg, #e9f8f2, #f7fbfa); }
.editorial-article blockquote p { margin: 0 0 10px; color: #15394d; font-size: 1.18rem; font-weight: 850; line-height: 1.7; }
.editorial-article blockquote cite { color: #55707d; font-size: .82rem; font-style: normal; }
.article-evidence-photo { margin: 34px 0; overflow: hidden; border-radius: 20px; background: #071b2b; box-shadow: 0 16px 42px rgba(7,31,48,.13); }
.article-evidence-photo button, .article-evidence-photo picture { display: block; width: 100%; }
.article-evidence-photo img { width: 100%; height: auto; filter: none; }
.article-evidence-photo figcaption { display: grid; gap: 5px; padding: 17px 20px; color: #c5d6df; line-height: 1.6; }
.article-evidence-photo figcaption b { color: #74e8bf; }
.article-cta { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 14px; align-items: center; margin: 52px 0 26px; padding: 30px; color: #fff; border-radius: 24px; background: linear-gradient(135deg, #09233a, #0d3a45); }
.article-cta span { color: #74e8bf; font-size: .76rem; font-weight: 950; letter-spacing: .06em; }
.article-cta h2 { margin: 8px 0 !important; padding: 0 !important; color: #fff !important; background: none !important; border: 0 !important; box-shadow: none !important; font-size: 1.5rem !important; }
.article-cta p { margin: 0; color: #c9d9e1; }
.article-cta .button { white-space: nowrap; }
.article-hashtags { margin: 28px 0 46px; padding: 24px; border: 1px solid #d7e6e4; border-radius: 20px; background: #f4fbf8; }
.article-hashtags > span { display: block; margin-bottom: 12px; color: #0c503e; font-size: .8rem; font-weight: 950; letter-spacing: .06em; }
.article-hashtags > div { display: flex; flex-wrap: wrap; gap: 8px; }
.article-hashtags a { padding: 8px 12px; color: #087552; border-radius: 999px; background: #dff6ed; font-weight: 850; }
.article-hashtags a:hover { color: #fff; background: #087552; }
.legacy-hashtags { margin-top: 40px; }
.editorial-sources { margin-top: 50px; }
.editorial-page .sticky-card ol { display: grid; gap: 10px; padding-left: 22px; color: #5c6f7b; }

@media (max-width: 1000px) {
  .article-directory-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .editorial-shell { grid-template-columns: 1fr; }
  .editorial-shell .article-aside { display: none; }
  .editorial-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .editorial-hero aside { max-width: 460px; }
  .article-cta { grid-template-columns: 1fr 1fr; }
  .article-cta > div { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .editorial-directory-hero, .editorial-hero { padding: 62px 0 48px; }
  .editorial-directory-hero h1, .editorial-hero h1 { overflow-wrap: anywhere; }
  .directory-counts { grid-template-columns: 1fr 1fr; }
  .directory-counts a { padding: 17px; }
  .article-directory-grid { grid-template-columns: 1fr; }
  .article-directory-grid > article > div { min-height: 0; }
  .directory-toolbar { padding: 18px; }
  .editorial-layout { padding-top: 42px; }
  .editorial-article > section[id^="article-section"] { margin: 42px 0; }
  .editorial-article blockquote { padding: 22px; }
  .article-cta { grid-template-columns: 1fr; padding: 22px; }
  .article-cta > div { grid-column: auto; }
  .article-cta .button { width: 100%; }
  .article-hashtags { padding: 18px; }
}

/* Emission technology renewal */
.tech-icon { width: 24px; height: 24px; flex: 0 0 auto; }
.feature-icon, .structure-symbol, .finder-intro-icon { width: 58px; height: 58px; display: grid; place-items: center; color: var(--mint-300); background: rgba(53,211,154,.1); border: 1px solid rgba(53,211,154,.25); border-radius: 16px; }
.feature-icon .tech-icon, .structure-symbol .tech-icon, .finder-intro-icon .tech-icon { width: 30px; height: 30px; }

.nav-call { min-width: 116px; display: grid; gap: 1px; padding: 9px 17px; line-height: 1.25; }
.nav-call span { font-size: .78rem; }
.nav-call small { color: var(--mint-300); font-size: .67rem; letter-spacing: .04em; }
.brand[data-brand-mark] svg { transform-origin: center; animation: brand-mark-in .65s cubic-bezier(.2,.8,.2,1) both; }
.brand[data-brand-mark] > span { animation: brand-copy-in .55s .18s ease both; }
@keyframes brand-mark-in { from { opacity: 0; transform: rotate(-12deg) scale(.78); } to { opacity: 1; transform: none; } }
@keyframes brand-copy-in { from { opacity: 0; transform: translateX(-8px); } to { opacity: 1; transform: none; } }

.home .site-header { position: absolute; top: 34px; right: 0; left: 0; color: #fff; background: transparent; border-bottom-color: rgba(255,255,255,.12); backdrop-filter: none; }
.home .site-header .brand { color: #fff; }
.home .site-header .brand small { color: #a9beca; }
.home .site-header .main-nav > a:not(.nav-call) { color: #e9f1f4; }
.home .site-header .nav-call { color: #061725; background: #35d39a; }
.home .site-header .nav-call small { color: #123149; }
.home .site-header.is-scrolled { position: fixed; top: 0; background: rgba(6,23,34,.9); border-bottom-color: rgba(255,255,255,.1); backdrop-filter: blur(14px); box-shadow: 0 16px 44px rgba(2,10,16,.24); }
.home .menu-button > span:not(.sr-only) { background: #fff; }

.hero-v2 { min-height: 850px; background: radial-gradient(circle at 78% 28%, rgba(66,191,232,.2), transparent 27%), radial-gradient(circle at 67% 58%, rgba(53,211,154,.14), transparent 34%), linear-gradient(135deg, #061722 0%, #081d2a 56%, #102c30 100%); }
.hero-v2::before { opacity: .24; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(90deg, transparent 32%, #000); }
.hero-v2::after { background: linear-gradient(90deg, rgba(6,23,34,.99) 0%, rgba(6,23,34,.95) 42%, rgba(6,23,34,.27) 74%, rgba(6,23,34,.08)); }
.hero-v2 .hero-media { left: 37%; }
.hero-v2 .hero-media img { object-position: 70% center; transform: scale(1.03); animation: hero-product-drift 14s ease-in-out infinite alternate; }
@keyframes hero-product-drift { to { transform: scale(1.075) translateX(-1.2%); } }
.hero-v2 .hero-inner { min-height: 850px; justify-content: space-between; gap: 48px; padding-top: 155px; padding-bottom: 150px; }
.hero-v2 .hero-copy { width: min(680px, 58%); }
.hero-v2 h1 { max-width: 690px; margin-bottom: 26px; font-size: clamp(3.25rem, 5.1vw, 5.15rem); }
.hero-v2 .hero-copy > p:not(.eyebrow) { max-width: 590px; }
.hero-data-panel { width: 270px; display: grid; align-self: flex-end; margin-bottom: 52px; padding: 22px; color: #fff; background: rgba(6,23,34,.58); border: 1px solid rgba(123,225,196,.2); border-radius: 20px; backdrop-filter: blur(14px); }
.hero-data-panel > span { padding-bottom: 13px; color: var(--mint-300); border-bottom: 1px solid rgba(255,255,255,.12); font-size: .65rem; font-weight: 900; letter-spacing: .13em; }
.hero-data-panel div { display: grid; gap: 3px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.hero-data-panel div:last-child { border-bottom: 0; }
.hero-data-panel small { color: #83dced; font-size: .61rem; letter-spacing: .08em; }
.hero-data-panel b { font-size: .78rem; }
.hero-system-progress { position: absolute; z-index: 3; right: 0; bottom: 35px; left: 0; display: grid; grid-template-columns: auto minmax(40px, 1fr) auto minmax(40px, 1fr) auto; align-items: center; gap: 14px; color: #d8e6eb; }
.hero-system-progress span { display: flex; align-items: center; gap: 10px; font-size: .74rem; }
.hero-system-progress .tech-icon { width: 20px; height: 20px; color: var(--mint-300); }
.hero-system-progress > i { height: 1px; background: linear-gradient(90deg, rgba(53,211,154,.2), var(--mint-500), rgba(66,191,232,.2)); }
.hero-flow-lines { position: absolute; z-index: 1; right: 7%; bottom: 18%; width: 42%; height: 45%; pointer-events: none; opacity: .65; }
.hero-flow-lines i { position: absolute; right: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(66,191,232,.72), transparent); animation: exhaust-flow 5s linear infinite; }
.hero-flow-lines i:nth-child(2) { top: 18%; animation-delay: -1.8s; }
.hero-flow-lines i:nth-child(3) { top: 36%; animation-delay: -3.4s; }
@keyframes exhaust-flow { from { transform: translateX(16%); opacity: 0; } 35% { opacity: 1; } to { transform: translateX(-35%); opacity: 0; } }

.quick-path-v2 { margin-top: -22px; }
.quick-path-v2 .quick-grid { gap: 0; padding: 0; background: #101619; border-color: rgba(255,255,255,.08); border-radius: 22px; box-shadow: 0 28px 80px rgba(4,18,27,.24); backdrop-filter: none; }
.quick-path-v2 .quick-grid a { min-height: 265px; display: flex; flex-direction: column; aspect-ratio: auto; padding: 26px; color: #fff; background: linear-gradient(160deg, #101619, #132127); border-right: 1px solid rgba(255,255,255,.1); isolation: auto; }
.quick-path-v2 .quick-grid a::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 88% 8%, rgba(53,211,154,.13), transparent 28%); opacity: 0; transition: opacity .3s ease; }
.quick-path-v2 .quick-grid a:hover::after, .quick-path-v2 .quick-grid a:focus-visible::after { opacity: 1; }
.quick-path-v2 .quick-grid a:hover, .quick-path-v2 .quick-grid a:focus-visible { background: #152329; border-color: var(--mint-500); transform: translateY(-5px); }
.quick-path-v2 .brief-head { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-bottom: 34px; }
.quick-path-v2 .brief-head > span { margin: 0; color: var(--steel-500); font-size: .7rem; }
.quick-path-v2 .brief-head .tech-icon { color: var(--mint-300); }
.quick-path-v2 .quick-grid a > small { position: relative; z-index: 1; color: var(--cyan-400); font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.quick-path-v2 .quick-grid a > b { position: relative; z-index: 1; margin: 10px 0 9px; font-size: 1.12rem; line-height: 1.4; }
.quick-path-v2 .quick-grid a > p { position: relative; z-index: 1; margin: 0; color: #aebdc3; font-size: .78rem; line-height: 1.65; }
.quick-path-v2 .quick-grid a > i { position: relative; z-index: 1; margin-top: auto; color: var(--mint-300); font-style: normal; transition: transform .2s ease; }
.quick-path-v2 .quick-grid a:hover > i { transform: translateX(4px); }

.finder-section { min-height: 880px; display: grid; align-items: center; padding-block: 120px; color: #fff; background: radial-gradient(circle at 82% 18%, rgba(66,191,232,.13), transparent 24%), radial-gradient(circle at 10% 88%, rgba(53,211,154,.12), transparent 28%), #0d1418; overflow: hidden; }
.finder-section::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: repeating-linear-gradient(60deg, rgba(255,255,255,.055) 0 1px, transparent 1px 24px); }
.finder-shell { position: relative; grid-template-columns: .64fr 1.36fr; gap: 68px; }
.finder-intro { position: sticky; top: 120px; }
.finder-intro-icon { margin-bottom: 34px; }
.finder-intro .eyebrow { color: var(--mint-300); }
.finder-intro > p:not(.eyebrow) { color: #a9b9c0; }
.finder-section .privacy-chip { color: #a8dcca; background: rgba(255,255,255,.05); border-color: rgba(123,225,196,.18); }
.finder-panel { padding: 30px; color: #eef5f6; background: rgba(16,22,25,.94); border-color: rgba(119,131,138,.24); border-radius: 26px; box-shadow: 0 30px 90px rgba(0,0,0,.32); }
.finder-console-head { display: grid; grid-template-columns: 1fr 180px; gap: 20px; align-items: center; padding: 0 0 24px; margin-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,.1); }
.finder-console-head > div:first-child { display: grid; gap: 8px; }
.finder-console-head > div:first-child > small { color: #82939a; font-size: .7rem; }
.console-live { display: flex; align-items: center; gap: 8px; color: var(--mint-300); font-size: .68rem; font-weight: 900; letter-spacing: .12em; }
.console-live i { width: 7px; height: 7px; background: var(--mint-500); border-radius: 50%; box-shadow: 0 0 16px var(--mint-500); }
.finder-readout { display: grid; padding: 14px 16px; background: #071012; border: 1px solid rgba(66,191,232,.18); border-radius: 14px; }
.finder-readout small { color: var(--cyan-400); font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.finder-readout strong { color: #fff; font-size: 1.8rem; letter-spacing: -.04em; }
.finder-readout span { color: #87999f; font-size: .66rem; }
.finder-panel legend, .finder-panel .finder-selects label > span { color: #dfe9ec; }
.finder-panel legend span, .finder-panel .finder-selects label > span b { color: #061722; background: var(--mint-500); }
.finder-topics { gap: 9px; }
.finder-topic { min-height: 84px; display: flex; align-items: center; gap: 13px; color: #dce6e9; background: #151e22; border-color: rgba(255,255,255,.09); }
.finder-topic .tech-icon { color: #7b8d94; }
.finder-topic:hover, .finder-topic.is-active { color: #fff; background: #172a2d; border-color: var(--mint-500); box-shadow: inset 3px 0 0 var(--mint-500); }
.finder-topic:hover .tech-icon, .finder-topic.is-active .tech-icon { color: var(--mint-300); }
.finder-topic small { color: #85979e; }
.finder-selects { border-top-color: rgba(255,255,255,.1); }
.finder-selects select { color: #eaf1f3; background: #11191c; border-color: rgba(255,255,255,.12); }
.finder-selection-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 24px; }
.finder-selection-summary > div { display: grid; gap: 4px; padding: 14px 16px; background: #071012; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; }
.finder-selection-summary small { color: var(--cyan-400); font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.finder-selection-summary b { font-size: .78rem; }
.finder-selection-summary > span { grid-column: 1 / -1; color: #7f9097; font-size: .65rem; }
.finder-results { margin-top: 20px; }
.finder-results a { min-height: 128px; padding: 18px; background: linear-gradient(145deg, #17252a, #0c171b); border: 1px solid rgba(255,255,255,.08); }
.finder-results a:hover { background: #173139; border-color: rgba(66,191,232,.45); }
.finder-results .tech-icon { margin-bottom: 18px; color: var(--mint-300); }

.diagnosis-process { position: relative; overflow: hidden; }
.exhaust-system { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.exhaust-system::before { content: ""; position: absolute; top: 70px; right: 8%; left: 8%; height: 2px; background: linear-gradient(90deg, var(--warning-500), var(--metal-400) 48%, var(--mint-500)); transform: scaleX(0); transform-origin: left; transition: transform 1.2s ease; }
.exhaust-system.is-visible::before { transform: scaleX(1); }
.exhaust-system article { position: relative; z-index: 1; min-width: 0; padding: 8px; text-align: center; }
.exhaust-system article > span { display: block; color: var(--steel-500); font-size: .64rem; font-weight: 900; }
.exhaust-system article > div { width: 74px; height: 74px; display: grid; place-items: center; margin: 18px auto 22px; color: var(--navy-900); background: #fff; border: 1px solid rgba(10,33,51,.12); border-radius: 50%; box-shadow: 0 12px 34px rgba(5,28,43,.1); }
.exhaust-system article:nth-child(3) > div { color: #05291d; background: var(--mint-300); box-shadow: 0 0 0 10px rgba(53,211,154,.11), 0 12px 34px rgba(5,28,43,.12); }
.exhaust-system h3 { margin-bottom: 6px; font-size: 1rem; }
.exhaust-system p { margin: 0; color: var(--muted); font-size: .72rem; }
.process-caution { margin: 36px 0 0; color: var(--steel-500); text-align: center; font-size: .72rem; }

.structure-media { position: relative; }
.structure-hotspots { position: absolute; inset: 0 0 30px; pointer-events: none; }
.structure-hotspots button { position: absolute; left: var(--x); top: var(--y); width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: #fff; background: transparent; border: 0; transform: translate(-50%, -50%); pointer-events: auto; cursor: help; }
.structure-hotspots button > i { width: 15px; height: 15px; background: var(--mint-500); border: 4px solid rgba(255,255,255,.9); border-radius: 50%; box-shadow: 0 0 0 8px rgba(53,211,154,.14), 0 0 22px var(--mint-500); }
.structure-hotspots button > span { position: absolute; left: 38px; width: max-content; padding: 7px 10px; color: #eafff7; background: rgba(6,23,34,.82); border: 1px solid rgba(123,225,196,.24); border-radius: 9px; backdrop-filter: blur(8px); font-size: .65rem; font-weight: 800; opacity: 0; transform: translateX(-6px); transition: opacity .2s ease, transform .2s ease; }
.structure-hotspots button:hover > span, .structure-hotspots button:focus-visible > span { opacity: 1; transform: none; }
.structure-symbol { margin-bottom: 28px; }

.feature-landing { background: var(--mist-100); }
.feature-landing-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 76px; align-items: center; }
.feature-landing-grid > div > p:not(.eyebrow) { color: var(--muted); }
.feature-landing .feature-icon { margin-bottom: 28px; color: var(--navy-800); background: rgba(185,165,138,.14); border-color: rgba(185,165,138,.4); }
.feature-checks { display: grid; gap: 10px; margin-top: 30px; }
.feature-checks > div, .contact-prep-list > div { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-top: 1px solid var(--line); }
.feature-checks .tech-icon, .contact-prep-list .tech-icon { color: var(--mint-500); }
.feature-checks span, .feature-checks b, .feature-checks small, .contact-prep-list span, .contact-prep-list b, .contact-prep-list small { display: block; }
.feature-checks small, .contact-prep-list small { color: var(--muted); font-size: .75rem; }
.certificate-reader { margin: 0; }
.document-mock { position: relative; padding: 40px; background: #fff; border: 1px solid #d9dfdc; box-shadow: 0 28px 70px rgba(16,22,25,.13); }
.document-mock::before { content: ""; position: absolute; inset: 14px; border: 1px solid #e2e5e3; pointer-events: none; }
.document-mock > span { color: var(--metal-400); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.document-mock > strong { display: block; margin: 16px 0 26px; color: var(--navy-900); font-size: 1.65rem; }
.document-mock dl { margin: 0; }
.document-mock dl div { display: grid; grid-template-columns: 90px 1fr; gap: 18px; padding: 13px 0; border-top: 1px solid var(--line); }
.document-mock dt { color: var(--steel-500); font-size: .72rem; }
.document-mock dd { margin: 0; color: var(--navy-900); font-size: .82rem; font-weight: 800; }
.document-mock > i { position: absolute; right: 26px; bottom: 26px; width: 72px; height: 72px; border: 2px solid rgba(53,211,154,.34); border-radius: 50%; }
.certificate-reader figcaption { margin-top: 14px; color: var(--muted); font-size: .7rem; }
.static-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.static-feature-grid > section { min-width: 0; padding: 30px; background: #fff; border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 14px 42px rgba(5,28,43,.06); }
.static-section-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 30px; color: var(--mint-500); background: var(--surface-mint); border-radius: 13px; }
.static-feature-grid > section > small, .policy-content > section > small { color: var(--mint-500); font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.static-feature-grid h2 { margin: 12px 0 18px; font-size: 1.42rem; }
.static-feature-grid p { color: var(--muted); font-size: .86rem; }

.ordering-landing { background: linear-gradient(180deg, #f6faf8, #edf5f2); }
.ordering-journey { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; padding: 0; margin: 0; list-style: none; }
.ordering-journey::before { content: ""; position: absolute; top: 77px; right: 8%; left: 8%; height: 2px; background: linear-gradient(90deg, var(--mint-500), var(--cyan-400)); transform: scaleX(0); transform-origin: left; transition: transform 1.2s ease; }
.ordering-journey.is-visible::before { transform: scaleX(1); }
.ordering-journey li { position: relative; z-index: 1; display: grid; justify-items: center; text-align: center; }
.ordering-journey li > span { color: var(--steel-500); font-size: .65rem; font-weight: 900; }
.ordering-journey li > div { width: 70px; height: 70px; display: grid; place-items: center; margin: 20px 0; color: var(--navy-900); background: #fff; border-radius: 50%; box-shadow: 0 12px 30px rgba(5,28,43,.09); }
.ordering-journey b { font-size: .88rem; }
.ordering-journey small { max-width: 160px; margin-top: 7px; color: var(--muted); font-size: .68rem; }
.ordering-prep-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 50px; }
.ordering-prep-grid article { display: flex; align-items: center; gap: 15px; padding: 20px; background: rgba(255,255,255,.68); border: 1px solid rgba(10,33,51,.1); border-radius: 16px; }
.ordering-prep-grid .tech-icon { color: var(--mint-500); }
.ordering-prep-grid span, .ordering-prep-grid b, .ordering-prep-grid small { display: block; }
.ordering-prep-grid small { margin-top: 4px; color: var(--muted); font-size: .71rem; }

.contact-section { background: linear-gradient(180deg, #fff, #f2f7f5); }
.contact-guide { position: sticky; top: 110px; }
.contact-guide .feature-icon { margin-bottom: 28px; }
.contact-prep-list { margin-top: 30px; }
.contact-form { background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 70px rgba(5,28,43,.09); }
.form-progress-panel { padding: 22px; margin-bottom: 26px; color: #fff; background: linear-gradient(135deg, var(--navy-900), #0c3b41); border-radius: 16px; }
.form-progress-panel > div:first-child { display: flex; justify-content: space-between; gap: 16px; }
.form-progress-panel span { color: var(--mint-300); font-size: .64rem; font-weight: 900; letter-spacing: .1em; }
.form-progress-panel b { font-size: .72rem; }
.form-progress-track { width: 100%; height: 4px; display: block; margin: 14px 0; border: 0; border-radius: 999px; appearance: none; background: rgba(255,255,255,.14); overflow: hidden; }
.form-progress-track::-webkit-progress-bar { background: rgba(255,255,255,.14); border-radius: 999px; }
.form-progress-track::-webkit-progress-value { background: linear-gradient(90deg, var(--mint-500), var(--cyan-400)); border-radius: 999px; transition: width .25s ease; }
.form-progress-track::-moz-progress-bar { background: linear-gradient(90deg, var(--mint-500), var(--cyan-400)); border-radius: 999px; }
.form-progress-panel p { margin: 0; color: #c4d4da; font-size: .73rem; }

@media (max-width: 1100px) {
  .home .main-nav { gap: 15px; }
  .home .main-nav > a:not(.nav-call) { font-size: .78rem; }
  .hero-data-panel { display: none; }
  .hero-v2 .hero-copy { width: min(690px, 68%); }
  .finder-shell { grid-template-columns: 1fr; }
  .finder-intro { position: static; max-width: 620px; }
  .static-feature-grid { grid-template-columns: 1fr 1fr; }
  .static-feature-grid > section:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .home .utility-bar { position: relative; z-index: 101; }
  .home .site-header { top: 34px; }
  .home .site-header.is-scrolled { top: 0; }
  .home .site-header .main-nav { color: var(--ink); background: #fff; }
  .home .site-header .main-nav > a:not(.nav-call) { color: var(--ink); }
  .home .site-header .nav-call { min-height: 60px; align-content: center; text-align: center; }
  .hero-v2, .hero-v2 .hero-inner { min-height: 790px; }
  .hero-v2 .hero-inner { padding-top: 145px; padding-bottom: 145px; }
  .hero-v2 .hero-copy { width: 100%; }
  .hero-v2 h1 { font-size: clamp(2.65rem, 12vw, 3.35rem); }
  .hero-v2 .hero-media { left: 0; }
  .hero-v2 .hero-media img { object-position: 61% center; }
  .hero-system-progress { right: 24px; bottom: 28px; left: 24px; gap: 8px; }
  .hero-system-progress span { display: grid; justify-items: center; gap: 4px; text-align: center; }
  .hero-system-progress b { font-size: .62rem; }
  .hero-system-progress > i { min-width: 16px; }
  .hero-flow-lines { display: none; }
  .quick-path-v2 { padding-top: 0; background: #101619; }
  .quick-path-v2 .quick-grid { grid-template-columns: 1fr; border-radius: 0; }
  .quick-path-v2 .quick-grid a, .quick-path-v2 .quick-grid a:first-child, .quick-path-v2 .quick-grid a:last-child { min-height: 210px; padding: 24px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); border-radius: 0 !important; }
  .quick-path-v2 .brief-head { margin-bottom: 22px; }
  .finder-section { min-height: 0; padding-block: 78px; }
  .finder-panel { padding: 20px 16px; border-radius: 18px; }
  .finder-console-head { grid-template-columns: 1fr; }
  .finder-readout { grid-template-columns: 1fr auto; align-items: end; }
  .finder-readout small { grid-column: 1 / -1; }
  .finder-selection-summary { grid-template-columns: 1fr; }
  .finder-selection-summary > span { grid-column: auto; }
  .finder-results .tech-icon { margin-bottom: 8px; }
  .exhaust-system { grid-template-columns: 1fr; gap: 0; }
  .exhaust-system::before { top: 55px; right: auto; bottom: 55px; left: 50%; width: 2px; height: auto; transform: scaleY(0); transform-origin: top; }
  .exhaust-system.is-visible::before { transform: scaleY(1); }
  .exhaust-system article { display: grid; grid-template-columns: 44px 74px 1fr; align-items: center; gap: 14px; text-align: left; }
  .exhaust-system article > div { margin: 14px 0; }
  .exhaust-system h3 { margin: 0; }
  .exhaust-system p { grid-column: 3; margin-top: -28px; }
  .process-caution { text-align: left; }
  .structure-hotspots button > span { display: none; }
  .feature-landing-grid, .static-feature-grid { grid-template-columns: 1fr; gap: 34px; }
  .static-feature-grid > section:last-child { grid-column: auto; }
  .document-mock { padding: 30px 26px; }
  .ordering-journey { grid-template-columns: 1fr; gap: 18px; }
  .ordering-journey::before { display: none; }
  .ordering-journey li { grid-template-columns: 38px 58px 1fr; justify-items: start; align-items: center; gap: 12px; text-align: left; }
  .ordering-journey li > div { width: 58px; height: 58px; margin: 0; }
  .ordering-journey small { max-width: none; grid-column: 3; margin-top: -16px; }
  .ordering-prep-grid { grid-template-columns: 1fr; }
  .contact-guide { position: static; }
  .form-progress-panel > div:first-child { align-items: flex-start; flex-direction: column; gap: 4px; }
}

:root {
  --mint-bright: #49e4ad;
  --navy-deep: #061725;
}

.section-dark .eyebrow, .evidence-copy .eyebrow, .consult-console .eyebrow { color: var(--accent-text-dark); }

.headline-line { display: block; text-wrap: balance; }
.accent { color: var(--mint-500, #35d39a); }
.hero-v2 .hero-copy { width: min(790px, 70%); }
.hero-v2 h1 { font-size: clamp(3.2rem, 4.4vw, 4rem); }

/* Header: preserve full navigation only where it has enough room. */
.header-inner {
  display: grid;
  grid-template-columns: minmax(190px, 236px) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 34px);
}
.header-inner .brand { min-width: 0; }
.main-nav {
  min-width: 0;
  justify-content: flex-end;
  gap: clamp(13px, 1.55vw, 27px);
}
.main-nav > a { white-space: nowrap; }
.nav-call {
  min-width: 158px;
  min-height: 54px;
  display: grid;
  grid-template-columns: 25px 1fr;
  grid-template-rows: auto auto;
  column-gap: 9px;
  align-content: center;
  padding: 8px 16px;
  border-radius: 17px;
  text-align: left;
}
.nav-call .tech-icon { grid-row: 1 / 3; align-self: center; width: 23px; height: 23px; }
.nav-call span, .nav-call small { line-height: 1.15; }

/* Evidence collage */
.evidence-grid { grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); min-height: 660px; }
.evidence-collage { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) 190px; min-width: 0; padding: 28px; background: linear-gradient(145deg, #05101d, #0a2635); overflow: hidden; }
.evidence-collage::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(91,226,190,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(91,226,190,.11) 1px, transparent 1px); background-size: 42px 42px; pointer-events: none; }
.evidence-grid .evidence-main { min-height: 0; z-index: 1; overflow: hidden; border-radius: 22px 22px 8px 8px; }
.evidence-grid .evidence-main::after { background: linear-gradient(180deg, transparent 54%, rgba(4,16,27,.82)); }
.evidence-main picture { position: absolute; inset: 0; display: block; }
.evidence-main picture, .evidence-main img { width: 100%; height: 100%; }
.evidence-main img { object-fit: cover; object-position: center; }
.evidence-main figcaption { display: flex; justify-content: space-between; gap: 18px; background: rgba(4,18,29,.76); }
.evidence-main figcaption span { color: var(--mint-bright); font-weight: 900; letter-spacing: .08em; }
.evidence-detail-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr .9fr; gap: 9px; padding-top: 9px; }
.evidence-grid .evidence-detail-grid figure { min-height: 0; margin: 0; border: 1px solid rgba(130,225,202,.18); border-radius: 8px 8px 18px 18px; overflow: hidden; }
.evidence-grid .evidence-detail-grid figure::after { background: linear-gradient(180deg, transparent 48%, rgba(3,15,25,.9)); }
.evidence-detail-grid picture, .evidence-detail-grid img { width: 100%; height: 100%; }
.evidence-detail-grid img { object-fit: cover; object-position: center; }
.evidence-detail-grid figcaption { right: 9px; bottom: 8px; left: 9px; padding: 5px 7px; background: rgba(4,18,29,.74); border-radius: 6px; }
.evidence-document { display: flex; align-items: center; gap: 12px; padding: 18px; color: #d9e8ed; background: linear-gradient(135deg, rgba(29,83,92,.78), rgba(8,29,42,.94)); border: 1px solid rgba(130,225,202,.18); border-radius: 8px 8px 18px 18px; }
.evidence-document .tech-icon { flex: 0 0 auto; width: 34px; height: 34px; color: var(--mint-bright); }
.evidence-document span, .evidence-document small, .evidence-document b, .evidence-document em { display: block; }
.evidence-document small { color: var(--mint-bright); font-size: .62rem; font-weight: 900; letter-spacing: .09em; }
.evidence-document b { margin-top: 5px; font-size: .82rem; }
.evidence-document em { margin-top: 6px; color: #aebfc8; font-size: .68rem; font-style: normal; }
.evidence-scanline { position: absolute; z-index: 3; top: 28px; bottom: 218px; left: 28px; width: 2px; opacity: .65; background: linear-gradient(transparent, var(--mint-bright), transparent); box-shadow: 0 0 15px var(--mint-bright); animation: evidenceScan 4.8s ease-in-out infinite alternate; pointer-events: none; }
@keyframes evidenceScan { to { transform: translateX(650px); } }
.evidence-copy { padding: clamp(38px, 4.5vw, 68px); }
.evidence-copy h2 { font-size: clamp(2.55rem, 4.2vw, 4rem); }
.evidence-copy dl div { grid-template-columns: 30px 105px 1fr; align-items: center; }
.evidence-copy dl .tech-icon { width: 23px; height: 23px; color: var(--mint-bright); }
.evidence-cta { min-height: 56px; display: inline-flex; gap: 11px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.28); }
.evidence-cta .tech-icon { width: 22px; }
.evidence-cta i { width: 27px; height: 27px; display: grid; place-items: center; margin-left: 8px; color: var(--navy-deep); background: var(--mint-bright); border-radius: 50%; font-style: normal; }
.evidence-cta:hover, .evidence-cta:focus-visible { color: var(--navy-deep); background: var(--mint-bright); border-color: var(--mint-bright); }

/* Catalyst structure */
.structure-blueprint { position: absolute; inset: 0; opacity: .3; background: radial-gradient(circle at 31% 52%, transparent 0 175px, rgba(72,226,177,.18) 176px 177px, transparent 178px 232px, rgba(72,226,177,.09) 233px 234px, transparent 235px), repeating-linear-gradient(60deg, rgba(255,255,255,.03) 0 1px, transparent 1px 26px); }
.structure-particle { position: absolute; z-index: 1; width: 12px; height: 12px; background: var(--mint-bright); border: 3px solid rgba(255,255,255,.85); border-radius: 50%; box-shadow: 0 0 0 12px rgba(73,228,173,.12), 0 0 24px var(--mint-bright); }
.particle-a { top: 29%; left: 2.5%; }
.particle-b { right: 7%; bottom: 13%; width: 7px; height: 7px; opacity: .65; }
.structure-media picture { display: block; overflow: hidden; border: 1px solid rgba(142,225,206,.15); border-radius: 28px; box-shadow: 0 35px 80px rgba(0,0,0,.3); }
.structure-copy h2 { max-width: 670px; font-size: clamp(2.7rem, 4.3vw, 4.2rem); }
.structure-system-diagram { display: grid; grid-template-columns: 1fr 26px 1fr 26px 1fr 26px 1fr; align-items: center; gap: 7px; padding: 0; margin: 34px 0; list-style: none; }
.structure-system-diagram li { min-height: 116px; display: grid; place-items: center; align-content: center; gap: 5px; padding: 12px 8px; color: #e9fff8; background: rgba(255,255,255,.07); border: 1px solid rgba(130,225,202,.18); border-radius: 18px; text-align: center; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.structure-system-diagram li:hover, .structure-system-diagram li:focus-visible { background: rgba(73,228,173,.14); border-color: var(--mint-bright); transform: translateY(-4px); outline: 0; }
.structure-system-diagram .tech-icon { width: 25px; height: 25px; color: var(--mint-bright); }
.structure-system-diagram b { font-size: .78rem; }
.structure-system-diagram small { color: #a9bdc5; font-size: .62rem; }
.structure-system-diagram > i { position: relative; height: 2px; overflow: hidden; background: rgba(255,255,255,.18); }
.structure-system-diagram > i::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, var(--mint-bright), transparent); animation: systemFlow 2.3s linear infinite; }
@keyframes systemFlow { from { transform: translateX(-100%); } to { transform: translateX(100%); } }

/* Consultation checklist and console */
.checklist-section { padding-block: clamp(78px, 8vw, 126px); background: radial-gradient(circle at 85% 15%, rgba(53,211,154,.11), transparent 30%), var(--navy-deep); }
.checklist-section > .shell { display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px 76px; }
.checklist-heading h2 { font-size: clamp(2.7rem, 4.5vw, 4.4rem); }
.checklist-heading > p:not(.eyebrow) { max-width: 500px; color: #b7c9d1; }
.consultation-checklist { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 0; margin: 0; list-style: none; }
.consultation-checklist li { min-height: 100px; display: flex; align-items: center; gap: 15px; padding: 18px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 18px; }
.consultation-checklist .tech-icon { flex: 0 0 auto; width: 30px; height: 30px; color: var(--mint-bright); }
.consultation-checklist span, .consultation-checklist small, .consultation-checklist b { display: block; }
.consultation-checklist small { margin-bottom: 3px; color: var(--mint-bright); font-size: .62rem; font-weight: 900; }
.consultation-checklist b { color: #fff; font-size: .9rem; line-height: 1.45; }
.consult-console { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); min-height: 390px; overflow: hidden; background: #0a2b3d; border: 1px solid rgba(114,226,197,.16); border-radius: 30px; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.consult-console figure { position: relative; min-height: 390px; margin: 0; }
.consult-console picture, .consult-console img { width: 100%; height: 100%; }
.consult-console img { object-fit: cover; }
.consult-console figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 52%, #0a2b3d); }
.consult-console figcaption { position: absolute; z-index: 1; right: 22px; bottom: 20px; left: 22px; color: #c2d4dc; font-size: .7rem; }
.consult-console > div { align-self: center; padding: clamp(34px, 5vw, 68px); }
.consult-console h3 { max-width: 670px; margin-bottom: 18px; color: #fff; font-size: clamp(2rem, 3.3vw, 3.35rem); }
.consult-console > div > p:not(.eyebrow) { color: #b9ccd4; }
.consult-console-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 28px; }
.consult-console-actions .button { min-height: 58px; display: inline-flex; gap: 11px; }
.consult-console-actions .button .tech-icon { width: 23px; }
.consult-console-actions .button span, .consult-console-actions .button b { display: block; }
.consult-console-actions .button b { font-size: .68rem; letter-spacing: .04em; }
.consult-console-actions .outline { color: #fff; border-color: rgba(255,255,255,.25); }

/* Product finder hero */
.product-finder-hero { position: relative; padding-block: clamp(70px, 8vw, 120px); background: radial-gradient(circle at 84% 18%, rgba(53,211,154,.22), transparent 30%), linear-gradient(145deg, #f6faf8, #e8f4f1); overflow: hidden; }
.product-finder-hero-grid { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(390px, .78fr); align-items: center; gap: 62px; }
.product-finder-copy h1 { max-width: 880px; margin-bottom: 25px; color: #0c1f2e; font-size: clamp(3rem, 4.2vw, 4.2rem); }
.product-finder-copy > p:not(.eyebrow):not(.product-filter-status) { max-width: 800px; color: var(--muted); font-size: 1.05rem; }
.product-search-panel { display: grid; grid-template-columns: 1fr 1.35fr .9fr auto; gap: 9px; margin-top: 34px; padding: 12px; background: rgba(255,255,255,.86); border: 1px solid rgba(8,49,50,.1); border-radius: 20px; box-shadow: 0 18px 55px rgba(6,47,45,.1); }
.product-search-panel label { display: grid; gap: 4px; min-width: 0; padding: 6px 12px; border-right: 1px solid var(--line); }
.product-search-panel label span { color: var(--green-600); font-size: .62rem; font-weight: 900; letter-spacing: .05em; }
.product-search-panel input, .product-search-panel select { min-width: 0; padding: 4px 0; color: var(--ink); background: transparent; border: 0; outline: 0; }
.product-search-panel .button { min-height: 54px; align-self: center; border: 0; }
.product-category-bar { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.product-category-bar button { padding: 8px 13px; color: #35515e; background: rgba(255,255,255,.65); border: 1px solid rgba(11,56,60,.12); border-radius: 999px; cursor: pointer; }
.product-category-bar button:hover, .product-category-bar button:focus-visible, .product-category-bar button.is-active { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }
.product-filter-status { margin: 13px 0 0; color: #526b76; font-size: .75rem; }
.product-visual-stack { position: relative; min-height: 520px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 190px; gap: 10px; }
.product-visual-stack figure { position: relative; z-index: 1; margin: 0; overflow: hidden; background: #fff; border: 1px solid rgba(6,45,45,.1); border-radius: 22px; box-shadow: 0 24px 58px rgba(6,47,45,.14); }
.product-visual-stack .product-visual-main { grid-column: 1 / -1; }
.product-visual-stack picture, .product-visual-stack img { width: 100%; height: 100%; }
.product-visual-stack img { object-fit: contain; padding: 12px; }
.product-visual-stack figcaption { position: absolute; right: 12px; bottom: 10px; padding: 5px 8px; color: #fff; background: rgba(6,23,37,.82); border-radius: 7px; font-size: .6rem; font-weight: 900; letter-spacing: .08em; }
.product-count-watermark { position: absolute; z-index: 2; top: -38px; right: -16px; color: rgba(11,31,51,.09); font-size: 8.5rem; font-weight: 950; line-height: .76; }
.product-count-watermark small { display: block; font-size: .82rem; letter-spacing: .28em; text-align: right; }
.product-filter-empty { padding: 24px; color: var(--muted); background: var(--soft); border-radius: 16px; }
.store-product-directory [hidden] { display: none; }

/* Certification, ordering and contact visual density */
.certification-visuals { display: grid; gap: 12px; }
.certification-product-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.certification-product-proof figure { position: relative; min-height: 190px; margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.certification-product-proof picture, .certification-product-proof img { width: 100%; height: 100%; }
.certification-product-proof img { object-fit: contain; padding: 10px; }
.certification-product-proof figcaption { position: absolute; right: 9px; bottom: 8px; left: 9px; padding: 7px; color: #fff; background: rgba(6,23,37,.8); border-radius: 7px; font-size: .62rem; }
.product-match-visual { position: relative; min-width: 0; height: fit-content; margin: 0; }
.ordering-proof-grid > .product-match-visual { align-self: center; }
.product-match-visual picture { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #061725; border: 1px solid rgba(8,57,65,.18); border-radius: 24px; box-shadow: 0 20px 58px rgba(6,34,44,.16); }
.product-match-visual picture::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(3,15,25,.72)); pointer-events: none; }
.product-match-visual img, .store-guide-grid .product-match-visual img { width: 100%; height: 100%; aspect-ratio: 16 / 9; object-fit: cover; object-position: center; }
.product-match-checkpoints { position: absolute; right: 14px; bottom: 42px; left: 14px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.product-match-checkpoints span { min-width: 0; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 8px; color: #effff9; background: rgba(5,26,39,.86); border: 1px solid rgba(125,235,207,.24); border-radius: 11px; backdrop-filter: blur(9px); }
.product-match-checkpoints .tech-icon { width: 19px; height: 19px; color: var(--mint-bright); }
.product-match-checkpoints b { font-size: .68rem; white-space: nowrap; }
.product-match-visual figcaption { margin-top: 10px; color: #61737b; font-size: .68rem; line-height: 1.5; }
.ordering-proof-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr); gap: 18px; align-items: stretch; margin-bottom: 62px; }
.ordering-proof-copy { min-width: 0; display: grid; align-content: center; padding: clamp(26px, 3vw, 42px); background: rgba(255,255,255,.78); border: 1px solid rgba(10,33,51,.1); border-radius: 24px; box-shadow: 0 20px 58px rgba(6,34,44,.08); }
.ordering-proof-copy h3 { margin: 8px 0 12px; color: var(--navy-900); font-size: clamp(1.55rem, 2.4vw, 2.2rem); }
.ordering-proof-copy > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: .86rem; }
.ordering-proof-list { display: grid; margin-top: 24px; }
.ordering-proof-list article { display: flex; align-items: center; gap: 13px; padding: 14px 0; border-top: 1px solid var(--line); }
.ordering-proof-list .tech-icon { width: 22px; height: 22px; color: var(--mint-500); }
.ordering-proof-list span, .ordering-proof-list b, .ordering-proof-list small { display: block; }
.ordering-proof-list small { margin-top: 3px; color: var(--muted); font-size: .7rem; }

@media (min-width: 1024px) and (max-width: 1279px) {
  .header-inner { grid-template-columns: 190px minmax(0, 1fr); }
  .brand small { display: none; }
  .main-nav { gap: clamp(11px, 1.15vw, 16px); font-size: .77rem; }
  .nav-call { min-width: 52px; width: 52px; grid-template-columns: 1fr; place-items: center; padding: 8px; }
  .nav-call .tech-icon { grid-row: auto; }
  .nav-call span, .nav-call small { display: none; }
}

@media (max-width: 960px) {
  .header-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .menu-button { display: block; grid-column: 2; }
  .main-nav { position: fixed; top: 112px; right: 0; bottom: 0; left: 0; display: none; align-content: start; align-items: stretch; gap: 0; padding: 22px; color: var(--ink); background: #fff; overflow-y: auto; }
  .site-header.is-scrolled .main-nav { top: 70px; }
  .main-nav.is-open { display: grid; }
  .main-nav > a:not(.nav-call) { padding: 14px 6px; color: var(--ink) !important; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .main-nav > a:not(.nav-call)::after { display: none; }
  .nav-call, .home .site-header .nav-call { min-width: 0; min-height: 62px; grid-template-columns: 28px auto auto; grid-template-rows: 1fr; justify-content: center; gap: 10px; margin-top: 14px; color: #fff; background: var(--navy-900); text-align: center; }
  .home .site-header .nav-call small { color: #fff; }
  .nav-call .tech-icon { grid-row: 1; }
  .nav-call span, .nav-call small { display: block; color: inherit; }
  .evidence-grid { grid-template-columns: 1fr; }
  .evidence-collage { min-height: 650px; }
  .product-finder-hero-grid { grid-template-columns: 1fr; }
  .product-visual-stack { max-width: 650px; width: 100%; min-height: 540px; justify-self: center; }
  .product-search-panel { grid-template-columns: 1fr 1fr; }
  .product-search-panel label { border-right: 0; border-bottom: 1px solid var(--line); }
  .product-search-panel .button { align-self: stretch; }
  .checklist-section > .shell { grid-template-columns: 1fr; gap: 38px; }
  .consult-console { grid-column: auto; grid-template-columns: 1fr; }
  .consult-console figure { min-height: 320px; }
  .consult-console figure::after { background: linear-gradient(180deg, transparent 55%, #0a2b3d); }
  .structure-system-diagram { grid-template-columns: 1fr 22px 1fr 22px 1fr 22px 1fr; }
}

@media (max-width: 760px) {
  .headline-line { display: inline; }
  .headline-line + .headline-line::before { content: " "; }
  .home .site-header { top: 34px; }
  .home .site-header.is-scrolled { top: 0; }
  .main-nav { top: 102px; }
  .home .main-nav { top: 102px; }
  .home .site-header.is-scrolled .main-nav { top: 68px; }
  .hero-v2 h1 { font-size: clamp(2.65rem, 12vw, 3.35rem); }
  .evidence-section .shell { width: min(calc(100% - 28px), var(--shell)); }
  .evidence-grid { border-radius: 22px; }
  .evidence-collage { min-height: 600px; grid-template-rows: 1fr 160px; padding: 12px; }
  .evidence-detail-grid { grid-template-columns: 1fr 1fr; }
  .evidence-document { display: none; }
  .evidence-scanline { top: 12px; bottom: 172px; left: 12px; }
  .evidence-main figcaption { display: block; right: 12px; bottom: 12px; left: 12px; }
  .evidence-main figcaption span { display: block; margin-bottom: 3px; }
  .evidence-copy { padding: 40px 22px; }
  .evidence-copy h2 { font-size: clamp(2.25rem, 10vw, 3rem); }
  .evidence-copy dl div { grid-template-columns: 26px 88px 1fr; gap: 9px; font-size: .78rem; }
  .evidence-cta { width: 100%; justify-content: center; }
  .structure-blueprint { background: repeating-linear-gradient(60deg, rgba(255,255,255,.03) 0 1px, transparent 1px 26px); }
  .structure-copy h2 { font-size: clamp(2.35rem, 10vw, 3.1rem); }
  .structure-system-diagram { grid-template-columns: 1fr; gap: 8px; }
  .structure-system-diagram li { min-height: 82px; grid-template-columns: 32px 1fr; grid-template-rows: auto auto; justify-items: start; padding-inline: 20px; text-align: left; }
  .structure-system-diagram .tech-icon { grid-row: 1 / 3; }
  .structure-system-diagram > i { width: 2px; height: 18px; justify-self: center; }
  .structure-system-diagram > i::after { animation-name: systemFlowVertical; }
  @keyframes systemFlowVertical { from { transform: translateY(-100%); } to { transform: translateY(100%); } }
  .consultation-checklist { grid-template-columns: 1fr; }
  .consult-console { border-radius: 22px; }
  .consult-console > div { padding: 34px 22px; }
  .consult-console h3 br { display: none; }
  .consult-console-actions, .consult-console-actions .button { width: 100%; }
  .consult-console-actions .button { justify-content: center; }
  .product-finder-hero { padding-top: 60px; }
  .product-finder-copy h1 { font-size: clamp(2.55rem, 12vw, 3.6rem); }
  .product-search-panel { grid-template-columns: 1fr; padding: 10px; }
  .product-search-panel .button { width: 100%; }
  .product-visual-stack { min-height: 430px; grid-template-rows: 1fr 140px; }
  .product-count-watermark { top: -20px; right: 0; font-size: 5rem; }
  .certification-product-proof { grid-template-columns: 1fr; }
  .ordering-proof-grid { grid-template-columns: 1fr; margin-bottom: 44px; }
  .ordering-proof-copy { padding: 26px; }
  .product-match-checkpoints { right: 9px; bottom: 40px; left: 9px; gap: 5px; }
  .product-match-checkpoints span { min-height: 40px; padding: 6px 4px; }
  .product-match-checkpoints .tech-icon { width: 16px; height: 16px; }
  .product-match-checkpoints b { font-size: .58rem; }
}

@media (max-width: 420px) {
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { width: min(calc(100% - 24px), var(--shell)); }
  .brand svg { width: 34px; height: 34px; }
  .brand b { font-size: 1rem; }
  .product-category-bar button { flex: 1 1 calc(50% - 7px); }
  .product-visual-stack { min-height: 390px; }
}

@media (prefers-reduced-motion: reduce) {
  .evidence-scanline, .structure-system-diagram > i::after { animation: none; }
}

/* V4 corrective pass: generated category banners, stable media loading and CTA fit. */
.sub-hero.has-category-visual { padding-block: clamp(42px, 5.5vw, 72px); }
.sub-hero.has-category-visual .sub-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr); align-items: center; gap: clamp(38px, 5vw, 76px); }
.sub-hero.has-category-visual h1 { max-width: 760px; font-size: clamp(2.7rem, 4.15vw, 4rem); text-wrap: balance; }
.sub-hero.has-category-visual .lead { max-width: 720px; }
.category-hero-visual { position: relative; width: min(100%, 610px); margin: 0; justify-self: end; }
.category-hero-visual picture { display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #dfecea; border: 1px solid rgba(7,49,53,.12); border-radius: 24px; box-shadow: 0 24px 65px rgba(6,47,45,.16); }
.category-hero-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.category-hero-icons { position: absolute; right: 16px; bottom: 42px; left: 16px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.category-hero-icons span { min-width: 0; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 9px; color: #effff9; background: rgba(5,26,39,.84); border: 1px solid rgba(125,235,207,.25); border-radius: 12px; backdrop-filter: blur(10px); }
.category-hero-icons .tech-icon { flex: 0 0 auto; width: 20px; height: 20px; color: var(--mint-bright); }
.category-hero-icons b { min-width: 0; font-size: .7rem; line-height: 1.35; white-space: nowrap; }
.category-hero-visual figcaption { margin-top: 10px; color: #61737b; font-size: .68rem; line-height: 1.5; text-align: right; }

.evidence-main .image-expand-button { height: 100%; border-radius: inherit; }
.evidence-main .image-expand-button > span { z-index: 2; }
.visual-context-note { margin: 18px 0 0; padding: 11px 13px; color: #9fb5bd !important; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.09); border-radius: 10px; font-size: .68rem !important; line-height: 1.5; }

.consult-console { grid-template-columns: minmax(390px, .82fr) minmax(0, 1.18fr); }
.consult-console > div { min-width: 0; padding: clamp(34px, 4vw, 58px); }
.consult-console h3 { max-width: 720px; font-size: clamp(2rem, 2.8vw, 2.85rem); line-height: 1.25; word-break: keep-all; overflow-wrap: break-word; }
.consult-console-actions .button.outline { color: #effff9; background: rgba(255,255,255,.065); border-color: rgba(108,232,197,.42); }
.consult-console-actions .button.outline:hover, .consult-console-actions .button.outline:focus-visible { color: #061725; background: var(--mint-bright); border-color: var(--mint-bright); }
.consult-console-actions .button.outline .tech-icon { color: var(--mint-bright); }
.consult-console-actions .button.outline:hover .tech-icon, .consult-console-actions .button.outline:focus-visible .tech-icon { color: #061725; }

.nav-call { min-width: 146px; min-height: 50px; padding: 7px 14px; }

@media (min-width: 1181px) and (max-width: 1279px) {
  .header-inner { grid-template-columns: 190px minmax(0, 1fr); }
  .brand small { display: none; }
  .main-nav { gap: clamp(10px, 1vw, 14px); font-size: .76rem; }
  .nav-call { min-width: 50px; width: 50px; grid-template-columns: 1fr; place-items: center; padding: 8px; }
  .nav-call .tech-icon { grid-row: auto; }
  .nav-call span, .nav-call small { display: none; }
}

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: minmax(0, 1fr) auto; }
  .menu-button { display: block; grid-column: 2; }
  .main-nav { position: fixed; top: 112px; right: 0; bottom: 0; left: 0; display: none; align-content: start; align-items: stretch; gap: 0; padding: 22px; color: var(--ink); background: #fff; overflow-y: auto; }
  .site-header.is-scrolled .main-nav { top: 70px; }
  .main-nav.is-open { display: grid; }
  .main-nav > a:not(.nav-call) { padding: 14px 6px; color: var(--ink) !important; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .main-nav > a:not(.nav-call)::after { display: none; }
  .nav-call, .home .site-header .main-nav .nav-call { width: min(100%, 320px); min-width: 0; min-height: 58px; grid-template-columns: 25px auto auto; grid-template-rows: 1fr; justify-content: center; gap: 9px; margin: 16px auto 0; color: #fff; background: var(--navy-900); text-align: center; }
  .home .site-header .main-nav .nav-call small { color: var(--mint-bright); }
  .nav-call .tech-icon { grid-row: 1; }
  .nav-call span, .nav-call small { display: block; color: inherit; }
  .sub-hero.has-category-visual .sub-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(350px, .8fr); gap: 32px; }
  .consult-console { grid-template-columns: 1fr; }
  .consult-console figure { min-height: 340px; }
}

@media (max-width: 900px) {
  .sub-hero.has-category-visual .sub-hero-grid { display: grid; grid-template-columns: 1fr; }
  .category-hero-visual { width: 100%; max-width: 680px; justify-self: start; }
  .category-hero-visual figcaption { text-align: left; }
}

@media (max-width: 760px) {
  .main-nav { top: 102px; }
  .home .main-nav { top: 102px; }
  .home .site-header.is-scrolled .main-nav { top: 68px; }
  .sub-hero.has-category-visual { padding-block: 40px; }
  .sub-hero.has-category-visual h1 { font-size: clamp(2.35rem, 11vw, 3.15rem); }
  .category-hero-visual picture { border-radius: 18px; }
  .category-hero-icons { right: 9px; bottom: 37px; left: 9px; gap: 5px; }
  .category-hero-icons span { min-height: 43px; padding: 7px 5px; }
  .category-hero-icons .tech-icon { width: 17px; height: 17px; }
  .category-hero-icons b { font-size: .6rem; }
  .consult-console h3 { font-size: clamp(1.85rem, 8.3vw, 2.45rem); }
}

/* V4.3 category coverage and contextual icon pass. */
.editorial-directory-hero-grid-v2 { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; gap: clamp(38px, 5vw, 76px); }
.editorial-directory-hero-grid-v2 > div { min-width: 0; }
.editorial-directory-hero-grid-v2 h1 { max-width: 780px; font-size: clamp(2.8rem, 4.8vw, 5rem); line-height: 1.03; overflow-wrap: break-word; }
.editorial-directory-hero-grid-v2 > div > p:not(.eyebrow) { max-width: 760px; color: #c9d7e2; font-size: 1.02rem; line-height: 1.8; }
.editorial-directory-hero-grid-v2 .category-hero-visual figcaption { color: #aebfc8; }
.directory-counts a { grid-template-columns: 27px minmax(0, 1fr); grid-template-rows: auto auto; align-items: center; column-gap: 10px; }
.directory-counts .tech-icon { grid-row: 1 / 3; width: 25px; height: 25px; color: #74e8bf; }
.directory-counts b, .directory-counts span { grid-column: 2; }
.directory-counts b { line-height: 1; }

.filter-bar label { display: flex; align-items: center; gap: 8px; }
.filter-bar label .tech-icon { width: 22px; height: 22px; color: var(--green-600); }
.filter-bar label span { color: var(--ink); font-size: inherit; }
.product-search-panel label > span { display: flex; align-items: center; gap: 5px; }
.product-search-panel label > span .tech-icon { width: 15px; height: 15px; }
.policy-content .static-section-icon { margin-bottom: 18px; }

@media (max-width: 1100px) {
  .editorial-directory-hero-grid-v2 { grid-template-columns: 1fr; }
  .editorial-directory-hero-grid-v2 .category-hero-visual { width: 100%; max-width: 760px; justify-self: start; }
}

@media (max-width: 760px) {
  .editorial-directory-hero-grid-v2 { gap: 34px; }
  .directory-counts a { padding: 14px; }
  .directory-counts .tech-icon { width: 21px; height: 21px; }
}

:root {
  --icon-size: 24px;
  --icon-emphasis: 44px;
  --warning-amber: #f2ad45;
  --steel-gray: #71828d;
}

/* V4.5 final system: content is never hidden when reveal motion fails. */
[data-reveal], [data-process-line],
.reveal-ready [data-reveal], .reveal-ready [data-process-line] {
  opacity: 1;
  transform: none;
}

.tech-icon { width: var(--icon-size); height: var(--icon-size); stroke-width: 1.5; }
.button { min-height: 56px; padding-inline: 26px; white-space: nowrap; }
.button:focus-visible, .text-link:focus-visible, .vehicle-card:focus-visible,
.delivery-map:focus-visible { outline: 3px solid rgba(53, 211, 154, .42); outline-offset: 3px; }
.section h2, .sub-hero h1, .editorial-hero h1 {
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.section-head h2 { max-width: 18ch; line-height: 1.16; }
.static-page-ordering .sub-hero.has-category-visual h1 { font-size: clamp(2.45rem, 3.3vw, 3.4rem); }

/* Article and guide reading surfaces follow the same shell as the primary navigation. */
.article-cover .shell.narrow,
.detail-enhancements .shell.narrow { max-width: var(--shell); }
.detail-cover figure { max-width: var(--shell); }
.article-shell,
.editorial-shell { grid-template-columns: minmax(0, 1fr); gap: 0; }
.article-shell > .article-aside,
.editorial-shell > .article-aside { display: none; }

/* Hero: one primary decision and one diagnostic route. */
.hero-v2 .hero-media { z-index: 0; }
.hero-v2::before, .hero-v2::after { z-index: 1; }
.hero-v2 .hero-inner { position: relative; z-index: 2; }
.hero-v2 .hero-actions { gap: 10px; }
.hero-v2 .hero-actions .button { min-width: 210px; }
.quick-path-v2 { margin-top: 0; padding-bottom: 32px; background: #0d1418; }
.hero-system-progress { grid-template-columns: auto 1fr auto 1fr auto 1fr auto; }
.hero-system-progress > span { min-width: 128px; }
.hero-system-progress > span.is-active { color: var(--mint-bright); }
.hero-system-progress > span.is-active .tech-icon {
  filter: drop-shadow(0 0 9px rgba(73, 228, 173, .7));
}

/* Diagnostic questions use distinct signals without turning into four clones. */
.diagnostic-briefs .quick-grid a { min-height: 250px; }
.diagnostic-briefs .quick-grid a > b { max-width: 19ch; font-size: clamp(1.05rem, 1.45vw, 1.32rem); }
.diagnostic-briefs .quick-grid a > p { font-size: .84rem; }
.diagnostic-briefs .quick-grid a::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--brief-color, var(--mint-bright));
}
.diagnostic-briefs .brief-tone-1 { --brief-color: var(--warning-amber); }
.diagnostic-briefs .brief-tone-2 { --brief-color: #58a9e8; }
.diagnostic-briefs .brief-tone-3 { --brief-color: var(--mint-bright); }
.diagnostic-briefs .brief-tone-4 { --brief-color: #8fa0aa; }
.diagnostic-briefs .brief-head .tech-icon { color: var(--brief-color); }

/* Section rhythm: centered technical flow, overlaid evidence, numbered vehicles. */
.diagnosis-process .section-head-centered {
  display: block;
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}
.diagnosis-process .section-head-centered h2 { max-width: 22ch; margin-inline: auto; }
.diagnosis-process .section-head-centered > p { max-width: 760px; margin: 22px auto 0; }
.exhaust-system { margin-top: 54px; }
.exhaust-system article > div {
  border-radius: 20px;
  transform: rotate(3deg);
}
.exhaust-system article:nth-child(even) > div { transform: rotate(-3deg); }
.evidence-section { padding-block: clamp(64px, 7vw, 110px); }
.evidence-grid { overflow: hidden; border-radius: 34px; box-shadow: 0 28px 90px rgba(5, 28, 43, .14); }
.evidence-copy { position: relative; z-index: 2; margin-left: -32px; border-radius: 30px 0 0 30px; }
.evidence-copy h2 { max-width: 12ch; }
.evidence-copy .visual-context-note { margin-bottom: 0; font-size: .78rem !important; line-height: 1.65; }
.evidence-copy .evidence-cta { margin-top: 18px; }
.structure-media { transform: scale(1.06); transform-origin: center; }
.structure-copy { padding-left: 24px; }

.vehicle-section-head { position: relative; }
.vehicle-section-head .section-number {
  position: absolute;
  top: -48px;
  left: -8px;
  margin: 0;
  color: rgba(10, 33, 51, .5);
  font-size: clamp(6rem, 12vw, 10rem);
  font-weight: 950;
  line-height: 1;
}
.vehicle-section-head > div { position: relative; }
.vehicle-showcase .vehicle-card-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vehicle-showcase .vehicle-card:first-child { grid-column: auto; }
.vehicle-showcase .vehicle-card:first-child picture { min-height: 0; }
.vehicle-showcase .vehicle-card h3 { text-wrap: balance; }

/* Product and editorial scenes keep predictable image ratios and compact reading height. */
.store-product-grid-home { grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-flow: row; }
.store-product-grid-home .store-product-card,
.store-product-grid-home .store-product-card:first-child,
.store-product-grid-home .store-product-card:not(:first-child) { display: block; grid-column: auto; grid-row: auto; }
.store-product-grid-home .store-product-card picture,
.store-product-grid-home .store-product-card:first-child picture,
.store-product-grid-home .store-product-card:not(:first-child) picture {
  width: 100%;
  height: auto;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1;
  padding: 18px;
}
.store-product-grid-home .store-product-card > div { min-height: 330px; }
.insights-preview .section-head h2 { max-width: none; font-size: clamp(2.35rem, 3.2vw, 3.15rem); }
.insights-preview .insight-editorial-grid { grid-template-columns: 1fr 1fr; align-items: start; }
.insights-preview .insight-card.is-featured { transform: none; }
.insights-preview .insight-card.is-featured .insight-media { aspect-ratio: 1; }
.insights-preview .insight-small-grid { gap: 14px; padding-top: 0; }
.insights-preview .insight-small-grid .insight-card {
  min-height: 0;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
.insights-preview .insight-small-grid .insight-media { min-height: 0; aspect-ratio: 1; }
.insights-preview .insight-small-grid .insight-copy { display: flex; flex-direction: column; align-items: flex-start; padding: 17px 18px 18px; }
.insights-preview .insight-small-grid .insight-copy h3 { margin: 9px 0 14px; font-size: 1.06rem; line-height: 1.45; }
.insights-preview .insight-small-grid .insight-copy .text-link { margin-top: auto; }
.insights-preview .insight-small-grid .insight-copy p { display: none; }

/* Nationwide delivery map and packing scene. */
.region-band-v2 .region-band-grid { grid-template-columns: minmax(340px, .72fr) minmax(0, 1.28fr); gap: clamp(48px, 6vw, 96px); }
.delivery-copy h2 { max-width: 13ch; }
.delivery-steps { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 30px 0; }
.delivery-steps span { display: flex; align-items: center; gap: 8px; padding: 10px 13px; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.delivery-steps .tech-icon { color: var(--mint-500); }
.delivery-steps i { color: var(--mint-500); font-style: normal; }
.delivery-visual-stage, .delivery-index-visual {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 20px;
}
.delivery-visual-stage > figure:not(.delivery-map), .delivery-index-visual > figure:not(.delivery-map) {
  position: relative;
  right: auto;
  bottom: auto;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(5, 28, 43, .18);
  transform: none;
}
.delivery-visual-stage > figure:not(.delivery-map) picture,
.delivery-index-visual > figure:not(.delivery-map) picture { display: block; height: calc(100% - 52px); }
.delivery-visual-stage > figure img, .delivery-index-visual > figure img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.delivery-visual-stage > figure:not(.delivery-map) figcaption,
.delivery-index-visual > figure:not(.delivery-map) figcaption { min-height: 52px; display: flex; align-items: center; padding: 12px 16px; font-size: .8rem; line-height: 1.5; }
.delivery-map { position: relative; width: 100%; margin: 0; padding: 20px; color: #eefcf7; background: linear-gradient(155deg, #061725, #0a3c3b); border: 1px solid rgba(91, 226, 190, .2); border-radius: 22px; box-shadow: 0 24px 60px rgba(5, 28, 43, .18); }
.delivery-map-canvas { position: relative; min-height: 430px; }
.delivery-map svg { width: 100%; height: 430px; overflow: visible; color: var(--mint-bright); }
.delivery-map .map-outline { fill: rgba(73, 228, 173, .08); stroke: rgba(149, 242, 216, .72); stroke-width: 2; }
.delivery-map .map-route { fill: none; stroke: currentColor; stroke-width: 3; stroke-dasharray: 7 9; animation: deliveryRoute 9s linear infinite; }
.delivery-map circle { fill: #fff; stroke: currentColor; stroke-width: 5; }
.delivery-map .map-island { fill: rgba(73, 228, 173, .12); stroke: rgba(149, 242, 216, .72); stroke-width: 2; }
.delivery-zone { position: absolute; z-index: 2; display: grid; grid-template-columns: 12px auto; column-gap: 7px; pointer-events: none; }
.delivery-zone.zone-1 { left: 24%; top: 20%; }
.delivery-zone.zone-2 { left: 45%; top: 39%; }
.delivery-zone.zone-3 { left: 66%; top: 56%; }
.delivery-zone.zone-4 { left: 27%; top: 65%; }
.delivery-zone.zone-5 { left: 30%; top: 88%; }
.delivery-zone i { grid-row: 1 / 3; width: 10px; height: 10px; margin-top: 4px; background: var(--mint-bright); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 15px var(--mint-bright); }
.delivery-zone b { font-size: .72rem; }
.delivery-zone small { color: #a9c0c7; font-size: .58rem; }
.delivery-map figcaption {
  display: grid;
  gap: 5px;
  margin-top: 10px;
  padding: 14px 15px;
  color: #e6f7f3;
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(149, 242, 216, .16);
  border-radius: 12px;
}
.delivery-map figcaption b { color: var(--mint-bright); font-size: .8rem; letter-spacing: .04em; }
.delivery-map figcaption span { color: #bed2d6; font-size: .76rem; line-height: 1.55; }
@keyframes deliveryRoute { to { stroke-dashoffset: -96; } }

.structure-hotspots .hotspot-metal { left: 23%; top: 55%; }
.structure-hotspots .hotspot-honeycomb { left: 52%; top: 37%; }
.structure-hotspots .hotspot-sensor { left: 73%; top: 66%; }

/* Six preparation cards and a full-width final decision panel. */
.checklist-section > .shell { grid-template-columns: .68fr 1.32fr; align-items: start; }
.checklist-heading h2 { font-size: clamp(2.45rem, 3.25vw, 3.35rem); }
.consultation-checklist { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.consultation-checklist li { min-height: 124px; display: grid; align-content: space-between; }
.consultation-checklist .tech-icon { width: 38px; height: 38px; padding: 8px; background: rgba(73, 228, 173, .08); border: 1px solid rgba(73, 228, 173, .24); border-radius: 12px; }
.consult-console { min-height: 390px; }
.consult-console-actions { align-items: center; gap: 14px; }
.consult-console-actions .button { min-width: 218px; }
.consult-console-actions .text-link { margin-left: 4px; }

/* Certification headline must not inherit the link-label span size. */
.certification-insight-grid h2 .headline-line {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.certification-insight-grid { grid-template-columns: 1.08fr .92fr; gap: 60px; }
.certification-insight-grid h2 { max-width: none; font-size: clamp(2.4rem, 3vw, 3.05rem); }

/* Guides begin from a symptom instead of a generic list. */
.guide-symptom-selector { padding-block: clamp(54px, 7vw, 90px); color: #fff; background: var(--navy-deep); }
.guide-symptom-selector h2 { max-width: 14ch; margin-bottom: 34px; font-size: clamp(2.2rem, 4vw, 3.8rem); }
.guide-symptom-selector > .shell > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.guide-symptom-selector a { min-height: 112px; display: grid; grid-template-columns: 48px 1fr auto; align-items: center; gap: 14px; padding: 18px; color: #ecf7f5; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.1); border-radius: 17px; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.guide-symptom-selector a:hover, .guide-symptom-selector a:focus-visible { background: rgba(73,228,173,.1); border-color: rgba(73,228,173,.5); transform: translateY(-3px); }
.guide-symptom-selector a > .tech-icon { width: 46px; height: 46px; padding: 10px; color: var(--mint-bright); background: rgba(73,228,173,.08); border: 1px solid rgba(73,228,173,.22); border-radius: 13px; }
.guide-symptom-selector a span, .guide-symptom-selector a b, .guide-symptom-selector a small { display: block; }
.guide-symptom-selector a b { font-size: .9rem; line-height: 1.4; }
.guide-symptom-selector a small { margin-top: 5px; color: #9fb5bd; font-size: .64rem; }
.guide-symptom-selector a i { color: var(--mint-bright); font-style: normal; }

/* Contact process and form hierarchy. */
.contact-process { padding: 20px 0; color: #dcebea; background: #0a2635; border-bottom: 1px solid rgba(255,255,255,.08); }
.contact-process > .shell { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 18px; }
.contact-process span { display: grid; grid-template-columns: 42px auto; grid-template-rows: auto auto; align-items: center; column-gap: 12px; }
.contact-process .tech-icon { grid-row: 1 / 3; width: 42px; height: 42px; padding: 9px; color: var(--mint-bright); background: rgba(73,228,173,.08); border: 1px solid rgba(73,228,173,.22); border-radius: 12px; }
.contact-process small { color: var(--mint-bright); font-size: .62rem; font-weight: 900; }
.contact-process b { font-size: .8rem; }
.contact-process > .shell > i { color: var(--mint-bright); font-style: normal; }
.submit-button { min-height: 58px; font-size: 1rem; }

/* Hand-edited long-form articles use explicit highlighted takeaways and distinguish action visuals. */
.article-key-point { margin: 24px 0; padding: 18px 20px; color: #103848; line-height: 1.75; background: linear-gradient(105deg, #dff8ef, #f5fbf9); border-left: 5px solid var(--mint-bright); border-radius: 0 15px 15px 0; }
.article-key-point strong { background: linear-gradient(transparent 60%, rgba(255, 221, 61, .62) 60%); }
.article-evidence-photo[data-visual-kind="cta"] figcaption { background: linear-gradient(135deg, #092c3c, #0a433f); }
.article-evidence-photo[data-visual-kind="cta"] figcaption::before { content: "NEXT ACTION"; color: var(--mint-bright); font-size: .64rem; font-weight: 950; letter-spacing: .13em; }

/* Mobile header and conversion bar stay readable without squeezed phone text. */
.mobile-call > a { min-width: 0; gap: 9px; }
.mobile-call .tech-icon { flex: 0 0 auto; width: 23px; height: 23px; }
.mobile-call a > span, .mobile-call a small, .mobile-call a b { display: block; min-width: 0; }
.mobile-call a small { font-size: .58rem; line-height: 1.1; }
.mobile-call a b { margin-top: 3px; font-size: .78rem; line-height: 1.1; white-space: nowrap; }

@media (max-width: 1180px) {
  .hero-system-progress { grid-template-columns: repeat(4, 1fr); gap: 8px; }
  .hero-system-progress > i { display: none; }
  .hero-system-progress > span { min-width: 0; }
  .evidence-copy { margin-left: 0; border-radius: 0; }
  .vehicle-showcase .vehicle-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vehicle-showcase .vehicle-card:first-child { grid-column: auto; }
  .store-product-grid-home { grid-template-columns: 1fr 1fr; }
  .region-band-v2 .region-band-grid { grid-template-columns: 1fr; }
  .delivery-visual-stage { max-width: 920px; }
  .checklist-section > .shell { grid-template-columns: 1fr; }
  .insights-preview .insight-editorial-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .guide-symptom-selector > .shell > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .delivery-intro-grid { grid-template-columns: 1fr; }
  .delivery-index-visual { max-width: 760px; }
}

.preview-noindex-banner { display: flex; width: min(calc(100% - 48px), var(--shell)); margin: 20px auto -30px; gap: 12px; align-items: center; padding: 14px 18px; border: 1px solid #f2c66d; border-radius: 12px; background: #fff8e8; color: #4e3510; font-size: .9rem; line-height: 1.5; }
.preview-noindex-banner b { flex: 0 0 auto; padding: 3px 8px; border-radius: 999px; background: #4e3510; color: #fff8e8; font-size: .72rem; letter-spacing: .06em; }
.preview-noindex-page .editorial-hero { margin-top: 10px; }

@media (max-width: 760px) {
  .preview-noindex-banner { width: min(calc(100% - 32px), var(--shell)); margin-top: 12px; margin-bottom: -20px; align-items: flex-start; }
}

@media (max-width: 760px) {
  .button { min-height: 54px; width: 100%; padding-inline: 18px; white-space: normal; text-align: center; }
  .section-head h2 { max-width: 100%; }
  .hero-v2 .hero-actions { display: grid; }
  .hero-v2 .hero-copy { width: 100%; }
  .hero-v2 h1 { font-size: clamp(2.2rem, 9vw, 2.7rem); line-height: 1.12; }
  .static-page-ordering .sub-hero.has-category-visual h1 { font-size: clamp(2.2rem, 9vw, 2.75rem); }
  .hero-v2 .hero-actions .button { min-width: 0; }
  .hero-system-progress { grid-template-columns: 1fr 1fr; }
  .hero-system-progress > span { min-height: 58px; justify-content: flex-start; padding: 10px; }
  .hero-system-progress > span b { font-size: .58rem; }
  .diagnostic-briefs .quick-grid a { min-height: 190px; }
  .diagnosis-process .section-head-centered { text-align: left; }
  .diagnosis-process .section-head-centered h2, .diagnosis-process .section-head-centered > p { margin-inline: 0; }
  .evidence-grid { border-radius: 22px; }
  .structure-media { transform: none; }
  .structure-copy { padding-left: 0; }
  .vehicle-showcase .vehicle-card-grid { grid-template-columns: 1fr; }
  .vehicle-showcase .vehicle-card:first-child { grid-column: auto; }
  .vehicle-showcase .vehicle-card:first-child picture { min-height: 0; }
  .store-product-grid-home { grid-template-columns: 1fr; }
  .insights-preview .insight-card.is-featured { transform: none; }
  .insights-preview .insight-small-grid { padding-top: 0; }
  .insights-preview .insight-small-grid .insight-card { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .insights-preview .insight-small-grid .insight-media { min-height: 0; aspect-ratio: 1; }
  .delivery-visual-stage, .delivery-index-visual { grid-template-columns: 1fr; min-height: 0; }
  .delivery-map { width: 100%; }
  .delivery-visual-stage > figure:not(.delivery-map), .delivery-index-visual > figure:not(.delivery-map) { width: 100%; }
  .delivery-visual-stage > figure:not(.delivery-map) picture, .delivery-index-visual > figure:not(.delivery-map) picture { height: auto; }
  .delivery-visual-stage > figure img, .delivery-index-visual > figure img { aspect-ratio: 16 / 10; }
  .certification-insight-grid { grid-template-columns: 1fr; gap: 30px; }
  .certification-insight-grid h2 { font-size: clamp(2.2rem, 9vw, 2.75rem); }
  .consultation-checklist { grid-template-columns: 1fr 1fr; }
  .consultation-checklist li { min-height: 112px; }
  .consult-console-actions .button { min-width: 0; }
  .guide-symptom-selector > .shell > div { grid-template-columns: 1fr; }
  .guide-symptom-selector a { min-height: 96px; }
  .contact-process > .shell { grid-template-columns: 1fr; gap: 10px; }
  .contact-process > .shell > i { display: none; }
  .contact-process span { padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
}

@media (max-width: 430px) {
  .shell, .header-inner { width: min(calc(100% - 24px), var(--shell)); }
  .consultation-checklist { grid-template-columns: 1fr; }
  .delivery-map { padding: 12px; }
  .delivery-map-canvas, .delivery-map svg { min-height: 410px; height: 410px; }
  .delivery-zone small { display: none; }
}

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