:root {
  --green: #118a2d;
  --green-2: #118a2d;
  --green-3: #e4f5e8;
  --ink: #111413;
  --muted: #66706c;
  --line: #dfe4e1;
  --wash: #f4f5f4;
  --white: #fff;
  --max: 1240px;
  --shadow: 0 22px 70px rgba(10, 55, 20, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
[id] { scroll-margin-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.sr-only { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { outline-offset: 4px; }
:focus-visible { outline: 3px solid #f6b73c; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; transform: translateY(-160%); background: #fff; padding: 10px 14px; border: 2px solid var(--ink); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.section { padding: 110px 0; }
.section-sm { padding: 68px 0; }
.wash { background: var(--wash); }
.dark { color: #fff; background: var(--ink); }
.green-surface { color: #fff; background: var(--green); }
.eyebrow { display: inline-flex; gap: 9px; align-items: center; margin: 0 0 14px; color: var(--green); font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; background: currentColor; content: ""; }
.dark .eyebrow, .green-surface .eyebrow { color: #a5e6b3; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(2.7rem, 6vw, 6rem); }
h2 { max-width: 780px; margin-bottom: 20px; font-size: clamp(2rem, 4vw, 4.3rem); }
h3 { margin-bottom: 10px; font-size: clamp(1.2rem, 2vw, 1.55rem); }
.lead { max-width: 680px; color: #4c5752; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.dark .lead, .green-surface .lead { color: #cbd6d2; }
.section-head { display: flex; gap: 40px; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.section-head > :first-child { flex: 1; }
.section-head p { max-width: 520px; margin-bottom: 8px; color: var(--muted); }
.kicker { color: var(--green); font-size: .84rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.muted { color: var(--muted); }
.meta { color: var(--muted); font-size: .86rem; }
.tag { display: inline-flex; padding: 5px 9px; border: 1px solid #c9d3ce; border-radius: 999px; color: #3f4c47; font-size: .76rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.tag.green { border-color: #b9e6c2; color: var(--green); background: #edf9ef; }
.btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 4px; background: var(--ink); color: #fff; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); background: #27302d; }
.btn-green { border-color: var(--green); background: var(--green); }
.btn-green:hover { background: #0d6e24; }
.btn-light { border-color: #fff; background: #fff; color: var(--ink); }
.btn-outline { border-color: #aeb9b4; background: transparent; color: var(--ink); }
.btn-outline:hover { border-color: var(--green); background: #edf8ef; }
.btn-ghost { border-color: transparent; background: transparent; color: var(--ink); }
.btn-sm { min-height: 40px; padding: 9px 13px; font-size: .9rem; }
.arrow { font-size: 1.2em; line-height: 1; }
.link-arrow { display: inline-flex; gap: 8px; align-items: center; color: var(--green); font-weight: 800; }
.link-arrow:hover .arrow { transform: translateX(4px); }
.link-arrow .arrow { transition: transform .2s ease; }

.utility-bar { display: none; }
.utility-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.utility-inner p { margin: 0; }
.utility-note { color: #a8d7b2; }
.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(17,20,19,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; min-height: 80px; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; flex: 0 0 auto; align-items: center; }
.brand-logo { line-height: 0; }
.brand-logo picture { display: block; }
.brand-logo img { width: auto; height: 26px; object-fit: contain; }
.brand-logo-header { padding: 10px 13px; border-radius: 3px; background: #07140a; box-shadow: 0 8px 24px rgba(7,20,10,.12); }
.brand-logo-footer { padding: 0; background: transparent; }
.brand-logo-footer img { height: 32px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a { position: relative; padding: 28px 0; font-size: .92rem; font-weight: 750; }
.main-nav > a:not(.btn)::after { position: absolute; right: 0; bottom: 19px; left: 0; height: 2px; transform: scaleX(0); background: var(--green); content: ""; transition: transform .2s ease; }
.main-nav > a[aria-current="page"]::after, .main-nav > a:not(.btn):hover::after { transform: scaleX(1); }
.main-nav .btn { padding: 10px 14px; color: #fff; }
.menu-btn { display: none; width: 46px; height: 46px; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.menu-btn span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); }

.hero { position: relative; min-height: 760px; overflow: hidden; color: #fff; background: #0b1512; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { height: 100%; object-fit: cover; object-position: 57% 50%; opacity: .56; }
.hero-media::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,17,14,.98) 0%, rgba(7,17,14,.78) 42%, rgba(7,17,14,.18) 78%), linear-gradient(0deg, rgba(7,17,14,.62), transparent 52%); content: ""; }
.hero-content { position: relative; z-index: 1; display: grid; min-height: 760px; align-content: center; padding-top: 70px; padding-bottom: 70px; }
.hero-copy { max-width: 860px; }
.hero-copy .lead { max-width: 630px; color: #dbe5e1; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-search { display: grid; grid-template-columns: 1fr auto; max-width: 760px; margin-top: 36px; padding: 8px; background: #fff; box-shadow: var(--shadow); }
.hero-search input { min-width: 0; min-height: 58px; padding: 0 16px; border: 0; color: var(--ink); background: transparent; }
.hero-search .btn { min-height: 58px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 760px; margin-top: 36px; border-top: 1px solid rgba(255,255,255,.24); }
.hero-fact { padding: 20px 18px 0 0; }
.hero-fact strong { display: block; font-size: 1.35rem; }
.hero-fact span { color: #b9c8c2; font-size: .86rem; }

.brand-strip { border-bottom: 1px solid var(--line); background: #fff; }
.brand-row { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); min-height: 126px; align-items: stretch; }
.brand-intro { display: flex; align-items: center; padding-right: 32px; color: var(--muted); font-size: .88rem; font-weight: 700; text-transform: uppercase; }
.brand-cell { display: grid; place-items: center; border-left: 1px solid var(--line); font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 900; letter-spacing: .1em; }

.finder-shell { position: relative; margin-top: -1px; overflow: hidden; background: var(--green); }
.finder-shell::after { position: absolute; top: -60px; right: -80px; width: 360px; height: 360px; border: 74px solid rgba(255,255,255,.07); border-radius: 50%; content: ""; }
.finder { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.finder h2 { margin-bottom: 15px; }
.finder-form { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; padding: 20px; background: #fff; color: var(--ink); box-shadow: var(--shadow); }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label, .field > span { color: #39443f; font-size: .82rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 11px 12px; border: 1px solid #cfd7d3; border-radius: 2px; background: #fff; color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); outline: 2px solid rgba(17,138,45,.2); }
.form-note { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: .78rem; }
.form-message { display: none; grid-column: 1 / -1; margin: 0; padding: 12px; border-left: 3px solid var(--green); background: #edf9ef; color: #0b6320; font-weight: 700; }
.form-message.show { display: block; }

.category-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.category-card { position: relative; min-height: 260px; overflow: hidden; background: #e8ecea; }
.category-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; transition: transform .5s ease; }
.category-card:nth-child(1) img { object-position: 13% 20%; }
.category-card:nth-child(2) img { object-position: 47% 18%; }
.category-card:nth-child(3) img { object-position: 80% 20%; }
.category-card:nth-child(4) img { object-position: 54% 65%; }
.category-card::after { position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(8,15,13,.88)); content: ""; }
.category-card:hover img { transform: scale(1.05); }
.category-card-content { position: absolute; z-index: 1; right: 20px; bottom: 18px; left: 20px; color: #fff; }
.category-card-content span { color: #b9cdc5; font-size: .78rem; font-weight: 700; }
.category-card-content h3 { margin: 4px 0 0; }

.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.product-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-4px); box-shadow: 0 18px 44px rgba(10,38,29,.1); }
.product-image { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: #ecefed; }
.product-detail-link { display: block; color: inherit; }
.product-detail-link:focus-visible { outline: 3px solid var(--green); outline-offset: -3px; }
.product-title-link { color: inherit; text-decoration: none; }
.product-title-link:hover, .product-title-link:focus-visible { color: var(--green); }
.product-image img { height: 100%; object-fit: cover; }
.crop-1 img { object-position: 9% 17%; transform: scale(1.8); }
.crop-2 img { object-position: 49% 15%; transform: scale(1.65); }
.crop-3 img { object-position: 85% 19%; transform: scale(1.65); }
.crop-4 img { object-position: 48% 61%; transform: scale(1.8); }
.crop-5 img { object-position: 75% 52%; transform: scale(1.9); }
.crop-6 img { object-position: 94% 80%; transform: scale(1.7); }
.crop-7 img { object-position: 21% 80%; transform: scale(1.9); }
.crop-8 img { object-position: 60% 82%; transform: scale(1.8); }
.product-badges { position: absolute; top: 10px; left: 10px; display: flex; flex-wrap: wrap; gap: 5px; }
.product-badges .tag { border: 0; background: rgba(255,255,255,.94); }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-body h3 { margin-top: 9px; font-size: 1.2rem; }
.oem { margin: 0 0 8px; color: var(--green); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-size: .88rem; font-weight: 800; }
.compat { margin: 0 0 18px; color: var(--muted); font-size: .88rem; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: auto; }
.card-actions .btn { min-width: 0; padding-inline: 9px; font-size: .82rem; }

.story-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 0; align-items: stretch; }
.story-image { min-height: 640px; }
.story-image img { height: 100%; object-fit: cover; }
.story-copy { display: grid; align-content: center; padding: clamp(38px, 6vw, 90px); background: var(--ink); color: #fff; }
.story-copy p { color: #bdc9c4; }
.story-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 28px 0 34px; }
.story-stats strong { display: block; color: #fff; font-size: 2.1rem; }
.story-stats span { color: #90a39b; font-size: .82rem; }

.condition-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.condition-card { position: relative; min-height: 480px; overflow: hidden; }
.condition-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.condition-card:nth-child(2) img { object-position: 70% center; }
.condition-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,13,10,.88), rgba(5,13,10,.08) 70%); content: ""; }
.condition-content { position: absolute; z-index: 1; right: 28px; bottom: 26px; left: 28px; color: #fff; }
.condition-content p { max-width: 480px; color: #d0dad6; }

.chassis-band { position: relative; overflow: hidden; }
.chassis-band::after { position: absolute; top: -180px; right: -120px; width: 570px; height: 570px; border: 100px solid rgba(255,255,255,.05); border-radius: 50%; content: ""; }
.chassis-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.chassis-number { display: flex; gap: 8px; align-items: center; margin-top: 28px; color: #bcecd8; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; font-weight: 700; letter-spacing: .08em; }
.chassis-number span { display: grid; width: 32px; height: 40px; place-items: center; border: 1px solid rgba(255,255,255,.27); }

.reason-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.reason { min-height: 250px; padding: 30px; background: #fff; }
.reason-index { display: block; margin-bottom: 54px; color: var(--green); font-size: .78rem; font-weight: 900; }
.reason p { color: var(--muted); font-size: .9rem; }

.blog-grid { display: grid; grid-template-columns: 1.35fr .85fr .85fr; gap: 16px; }
.blog-card { position: relative; min-height: 420px; overflow: hidden; background: #1b2421; color: #fff; }
.blog-card:not(:first-child) { min-height: 420px; }
.blog-card img { position: absolute; inset: 0; height: 100%; object-fit: cover; opacity: .65; transition: transform .5s ease; }
.blog-card:first-child img { object-position: 25% center; }
.blog-card:nth-child(2) img { object-position: 82% center; }
.blog-card:nth-child(3) img { object-position: 50% center; }
.blog-card::after { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,10,8,.9), rgba(4,10,8,.04) 75%); content: ""; }
.blog-card:hover img { transform: scale(1.04); }
.blog-content { position: absolute; z-index: 1; right: 24px; bottom: 24px; left: 24px; }
.blog-content .meta { color: #c0cec8; }
.blog-content h3 { margin-top: 8px; }

.faq-list { max-width: 900px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-size: 1.03rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { color: var(--green); font-size: 1.4rem; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 740px; padding: 0 0 24px; color: var(--muted); }

.visit-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 600px; }
.visit-image { position: relative; min-height: 520px; }
.visit-image img { height: 100%; object-fit: cover; }
.visit-copy { display: grid; align-content: center; padding: clamp(36px, 7vw, 100px); background: var(--wash); }
.info-list { display: grid; gap: 0; margin: 24px 0 30px; border-top: 1px solid var(--line); }
.info-row { display: grid; grid-template-columns: 110px 1fr; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.info-row strong { font-size: .8rem; text-transform: uppercase; }
.info-row span { color: var(--muted); }
.data-pending { color: #8a5c00 !important; font-weight: 750; }
.map-placeholder { display: grid; min-height: 360px; place-items: center; border: 1px dashed #93a39c; background: repeating-linear-gradient(45deg, #eff2f0, #eff2f0 18px, #f7f8f7 18px, #f7f8f7 36px); text-align: center; }
.map-placeholder strong { display: block; font-size: 1.3rem; }
.map-placeholder span { color: var(--muted); }
.map-card { display: grid; min-height: 360px; place-items: center; border: 1px solid #b9c6c0; background: linear-gradient(135deg, #edf4f0 0%, #f7f9f8 48%, #dcebe4 100%); text-align: center; }
.map-card > div { display: grid; max-width: 560px; gap: 10px; justify-items: center; padding: 32px; }
.map-card strong { font-size: clamp(1.7rem, 4vw, 3.2rem); letter-spacing: -.04em; }
.map-card > div > span:not(.btn) { color: var(--muted); }
.map-card .btn { margin-top: 12px; color: #fff; }
.map-embed { min-height: 380px; margin-bottom: 20px; overflow: hidden; border: 1px solid var(--line); background: #e9efec; }
.map-embed iframe { display: block; width: 100%; height: 420px; border: 0; }

.page-hero { padding: 82px 0 72px; border-bottom: 1px solid var(--line); background: var(--wash); }
.page-hero h1 { max-width: 900px; color: var(--ink); font-size: clamp(2.6rem, 5vw, 5rem); }
.page-hero .lead { margin-bottom: 0; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 30px; color: var(--muted); font-size: .84rem; }
.breadcrumbs a:hover { color: var(--green); }

.catalog-toolbar { position: sticky; top: 80px; z-index: 20; padding: 16px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.catalog-search { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.catalog-search input { min-height: 52px; padding: 0 16px; border: 1px solid #bfc9c4; }
.catalog-layout { display: grid; grid-template-columns: 270px 1fr; gap: 42px; align-items: start; }
.filters { position: sticky; top: 170px; }
.filter-mobile-toggle { display: none; }
.filter-group { padding: 20px 0; border-bottom: 1px solid var(--line); }
.filter-group h3 { margin-bottom: 13px; font-size: .94rem; letter-spacing: -.01em; }
.filter-group label { display: flex; gap: 9px; align-items: center; padding: 6px 0; color: #4c5752; font-size: .88rem; cursor: pointer; }
.filter-group input[type="checkbox"] { width: 17px; height: 17px; accent-color: var(--green); }
.filter-group select { width: 100%; min-height: 42px; padding: 7px; border: 1px solid #cfd7d3; background: #fff; }
.catalog-topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.result-count { color: var(--muted); font-size: .9rem; }
.catalog-products { grid-template-columns: repeat(3, minmax(0,1fr)); }
.empty-state { display: none; padding: 60px 24px; border: 1px solid var(--line); background: var(--wash); text-align: center; }
.empty-state.show { display: block; }

.detail-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 64px; align-items: start; }
.gallery { display: grid; grid-template-columns: 92px 1fr; gap: 12px; }
.gallery-thumbs { display: grid; align-content: start; gap: 10px; }
.thumb { aspect-ratio: 1; overflow: hidden; border: 2px solid transparent; padding: 0; background: #eee; cursor: pointer; }
.thumb.active { border-color: var(--green); }
.thumb img { height: 100%; object-fit: cover; }
.main-product-image { aspect-ratio: 1; overflow: hidden; background: #edf0ee; }
.main-product-image img { height: 100%; object-fit: cover; object-position: 44% 18%; transform: scale(1.42); }
.detail-info h1 { color: var(--ink); font-size: clamp(2.3rem, 4vw, 4.3rem); }
.detail-flags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.stock-line { display: flex; align-items: center; gap: 9px; margin: 16px 0 24px; font-weight: 800; }
.stock-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green-2); box-shadow: 0 0 0 5px #e3f5ed; }
.spec-list { margin: 25px 0; border-top: 1px solid var(--line); }
.spec-row { display: grid; grid-template-columns: 145px 1fr; gap: 18px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.spec-row dt { color: var(--muted); }
.spec-row dd { margin: 0; font-weight: 750; }
.detail-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.notice { margin-top: 18px; padding: 15px; border-left: 3px solid var(--green); background: var(--wash); color: #53605b; font-size: .88rem; }
.content-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.content-tabs h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
.technical-table { width: 100%; border-collapse: collapse; }
.technical-table th, .technical-table td { padding: 14px 0; border-bottom: 1px solid var(--line); text-align: left; }
.technical-table th { width: 44%; color: var(--muted); font-weight: 500; }

.blog-list { display: grid; gap: 34px; }
.blog-row { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 360px; border-bottom: 1px solid var(--line); padding-bottom: 34px; }
.blog-row:nth-child(even) { grid-template-columns: 1.1fr .9fr; }
.blog-row:nth-child(even) .blog-row-image { order: 2; }
.blog-row-image { min-height: 320px; overflow: hidden; background: #eee; }
.blog-row-image img { height: 100%; object-fit: cover; }
.blog-row:nth-child(1) img { object-position: 5% 25%; }
.blog-row:nth-child(2) img { object-position: 74% 20%; }
.blog-row:nth-child(3) img { object-position: 50% 65%; }
.blog-row:nth-child(4) img { object-position: 28% 50%; }
.blog-row-copy { display: grid; align-content: center; padding: 32px clamp(24px, 5vw, 70px); background: var(--wash); }
.blog-row-copy h2 { margin: 10px 0 16px; font-size: clamp(1.7rem, 3vw, 2.8rem); }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-aside { position: sticky; top: 130px; align-self: start; }
.contact-card { margin-top: 28px; padding: 26px; background: var(--ink); color: #fff; }
.contact-card p { color: #b9c7c1; }
.form-panel { padding: clamp(26px, 5vw, 54px); border: 1px solid var(--line); background: #fff; }
.form-panel + .form-panel { margin-top: 20px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid .full { grid-column: 1 / -1; }
.file-hint { color: var(--muted); font-size: .77rem; }

.policy-date { margin-top: 24px; color: var(--muted); font-size: .85rem; font-weight: 700; }
.policy-layout { display: grid; grid-template-columns: minmax(260px,.72fr) minmax(0,1.48fr); gap: clamp(42px,7vw,96px); align-items: start; }
.policy-summary { position: sticky; top: 130px; padding: 34px; border-top: 4px solid var(--green); background: var(--wash); }
.policy-summary h2 { font-size: clamp(1.9rem,3vw,2.8rem); }
.policy-points { display: grid; gap: 14px; margin: 28px 0 0; padding: 0; list-style: none; }
.policy-points li { position: relative; padding-left: 25px; color: var(--muted); }
.policy-points li::before { position: absolute; top: .18em; left: 0; color: var(--green); font-weight: 900; content: "✓"; }
.policy-content { max-width: 820px; }
.policy-content section { padding: 0 0 34px; border-bottom: 1px solid var(--line); }
.policy-content section + section { padding-top: 34px; }
.policy-content h2 { margin-bottom: 14px; font-size: clamp(1.55rem,2.4vw,2.2rem); }
.policy-content p { color: var(--muted); }
.policy-content a { color: var(--green); font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.policy-contact { margin-top: 20px; padding: 20px; border-left: 3px solid var(--green); background: var(--wash); }
.policy-contact p { margin: 0; }
.policy-contact p + p { margin-top: 8px; }
.policy-callout { margin-top: 34px; padding: 22px; border: 1px solid #d8c78d; background: #fff9e9; color: #66521f; }

.timeline { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.timeline-item { padding: 32px; border-right: 1px solid var(--line); }
.timeline-item:last-child { border-right: 0; }
.timeline-year { display: block; margin-bottom: 45px; color: var(--green); font-size: 2.4rem; font-weight: 900; letter-spacing: -.06em; }
.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.value-card { min-height: 280px; padding: 30px; border: 1px solid var(--line); }
.value-card .reason-index { margin-bottom: 72px; }

.site-footer { background: #fff; color: var(--ink); }
.footer-top { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 58px; padding: 72px 0; }
.footer-brand p { max-width: 390px; margin: 20px 0; color: var(--muted); }
.footer-title { margin-bottom: 18px; color: var(--green); font-size: .74rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #354039; font-size: .9rem; }
.footer-links a:hover { color: var(--green); }
.footer-bottom { display: flex; min-height: 70px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .main-nav > a { font-size: .85rem; }
  .category-grid, .product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .reason-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-grid { grid-template-columns: 1.2fr .8fr; }
  .blog-card:nth-child(3) { grid-column: 1 / -1; min-height: 320px; }
  .footer-top { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-top > :last-child { grid-column: 2 / -1; }
  .catalog-products { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .section { padding: 78px 0; }
  .site-header { backdrop-filter: none; }
  .utility-note { display: none; }
  .menu-btn { display: block; }
  .main-nav { position: fixed; top: 80px; right: 0; bottom: 0; left: 0; z-index: 99; display: none; align-content: start; align-items: stretch; overflow-y: auto; padding: 20px; background: #fff; color: var(--ink); }
  .main-nav.open { display: grid; }
  .main-nav > a { padding: 16px 4px; border-bottom: 1px solid var(--line); font-size: 1.1rem; }
  .main-nav > a::after { display: none; }
  .main-nav .btn { margin-top: 10px; }
  .hero, .hero-content { min-height: 690px; }
  .hero-media img { object-position: 67% center; }
  .hero-search { grid-template-columns: 1fr; }
  .hero-facts { grid-template-columns: repeat(3, 1fr); }
  .brand-row { grid-template-columns: repeat(3, 1fr); }
  .brand-intro { grid-column: 1 / -1; justify-content: center; min-height: 50px; padding: 0; }
  .brand-cell:first-of-type { border-left: 0; }
  .finder { grid-template-columns: 1fr; gap: 34px; }
  .section-head { display: block; }
  .story-grid, .visit-grid, .detail-layout, .contact-grid, .policy-layout { grid-template-columns: 1fr; }
  .story-image { min-height: 420px; }
  .condition-card { min-height: 400px; }
  .chassis-inner { grid-template-columns: 1fr; gap: 24px; }
  .blog-row, .blog-row:nth-child(even) { grid-template-columns: 1fr; }
  .blog-row:nth-child(even) .blog-row-image { order: 0; }
  .catalog-layout { grid-template-columns: 1fr; }
  .filters { position: static; display: none; padding: 12px 18px; border: 1px solid var(--line); }
  .filters.open { display: block; }
  .filter-mobile-toggle { display: inline-flex; }
  .catalog-toolbar { top: 80px; }
  .gallery { grid-template-columns: 1fr; }
  .gallery-thumbs { grid-template-columns: repeat(3, 1fr); order: 2; }
  .content-tabs { grid-template-columns: 1fr; gap: 42px; }
  .contact-aside { position: static; }
  .policy-summary { position: static; }
  .footer-top { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-top > :last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  h1 { font-size: clamp(2.45rem, 12vw, 4rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero { min-height: 750px; }
  .hero-content { min-height: 750px; align-content: end; }
  .hero-facts { grid-template-columns: 1fr; gap: 0; }
  .hero-fact { padding-top: 12px; }
  .hero-fact:not(:last-child) { border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 12px; }
  .brand-cell { min-height: 74px; font-size: .9rem; }
  .finder-form, .form-grid { grid-template-columns: 1fr; }
  .field { grid-column: 1 / -1; }
  .category-grid, .product-grid, .catalog-products, .condition-grid, .reason-grid, .blog-grid, .values-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 230px; }
  .blog-card:nth-child(3) { grid-column: auto; }
  .chassis-number { gap: 4px; }
  .chassis-number span { width: 27px; height: 36px; font-size: .78rem; }
  .story-stats, .detail-actions { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: 1fr; }
  .timeline-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .timeline-item:last-child { border-bottom: 0; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand, .footer-top > :last-child { grid-column: auto; }
  .footer-bottom { align-items: start; flex-direction: column; justify-content: center; }
  .spec-row, .info-row { grid-template-columns: 1fr; gap: 4px; }
  .brand-logo-header { padding: 6px 9px; }
  .brand-logo-header img { height: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}

.cms-block-inner { display: grid; align-items: center; gap: clamp(28px, 5vw, 72px); }
.cms-block-inner.has-image { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
.cms-block-image { min-height: 360px; overflow: hidden; border-radius: 2px; background: var(--wash); }
.cms-block-image img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.cms-block-cta .cms-block-inner { grid-template-columns: 1fr auto; }
.cms-product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(34px, 6vw, 86px); align-items: start; }
.cms-product-image { min-height: 520px; background: var(--wash); overflow: hidden; }
.cms-product-image img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.cms-specs { margin: 28px 0; border-top: 1px solid var(--line); }
.cms-specs div { display: grid; grid-template-columns: 150px 1fr; gap: 18px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cms-specs dt { color: var(--muted); font-size: .83rem; text-transform: uppercase; letter-spacing: .05em; }
.cms-specs dd { margin: 0; font-weight: 700; }
.cms-article { max-width: 920px; }
.cms-article > img { width: 100%; max-height: 520px; object-fit: cover; margin-bottom: 38px; }
.cms-article > div { max-width: 760px; font-size: 1.08rem; line-height: 1.85; }
.cms-preview-badge { position: fixed; right: 16px; bottom: 16px; z-index: 999; padding: 10px 14px; border-radius: 999px; color: #fff; background: #111; box-shadow: 0 8px 30px rgba(0,0,0,.2); font-size: .78rem; font-weight: 800; }

@media (max-width: 820px) {
  .cms-block-inner.has-image, .cms-block-cta .cms-block-inner, .cms-product-detail { grid-template-columns: 1fr; }
  .cms-product-image, .cms-product-image img, .cms-block-image, .cms-block-image img { min-height: 320px; }
}
