
:root {
  --green: #32c052;
  --green-dark: #146b35;
  --ink: #101814;
  --muted: #657166;
  --line: #d9e2dc;
  --paper: #f5f7f2;
  --white: #ffffff;
  --blue: #0d73d9;
  --red: #d82d32;
  --yellow: #f1c431;
  --soft: #eef3ed;
  --charcoal: #0e1712;
  --shadow: 0 24px 70px rgba(16, 24, 20, .16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px clamp(18px, 3.2vw, 48px);
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand, .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
}
.brand > img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
}
.brand-logo {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
}
.brand-logo img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  object-position: center;
}
.brand-word {
  display: grid;
  gap: 1px;
  line-height: 1;
}
.brand-word small {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--green-dark);
  text-transform: uppercase;
}
.footer-brand { color: white; }
.footer-logo {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: white;
}
.footer-logo img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  object-position: center;
}
.footer-brand .brand-word small { color: #b8ffcb; }
.main-nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 7px;
  color: #26372d;
  font-weight: 800;
  font-size: 13px;
  white-space: nowrap;
}
.main-nav a:hover { color: var(--green-dark); }
.desktop-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
}
.desktop-nav a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 7px 8px;
  color: #26372d;
  font-weight: 800;
  font-size: 13px;
}
.desktop-nav a:hover { color: var(--green-dark); }
.nav-toggle, .nav-button { display: none; }
.breadcrumbs {
  max-width: 1180px;
  margin: 14px auto 0;
  padding: 0 clamp(18px, 4vw, 24px);
  color: var(--muted);
  font-size: 13px;
}
.breadcrumbs ol {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs li + li::before {
  content: ">";
  color: #9aa89d;
  font-weight: 800;
}
.breadcrumbs a {
  color: var(--green-dark);
  font-weight: 800;
}
.breadcrumbs span[aria-current="page"] {
  color: #627063;
  font-weight: 800;
}
main { overflow: hidden; }
.home-hero {
  position: relative;
  min-height: 690px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(14,23,18,1) 0%, rgba(14,23,18,.97) 37%, rgba(14,23,18,.76) 58%, rgba(14,23,18,.2) 100%),
    #0e1712;
  color: white;
}
.home-hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 74px clamp(20px, 4vw, 24px) 126px;
}
.home-hero .eyebrow { color: #b8ffcb; }
.home-hero h1 {
  max-width: 720px;
  font-size: 82px;
}
.hero-lead {
  max-width: 620px;
  margin: 22px 0 0;
  color: #e9f1eb;
  font-size: 22px;
}
.home-hero-media {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(62vw, 900px);
  z-index: 1;
}
.home-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14,23,18,.98), rgba(14,23,18,.34) 32%, rgba(14,23,18,0) 66%);
  pointer-events: none;
}
.hero-product {
  position: absolute;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
  border: 1px solid rgba(255,255,255,.22);
}
.hero-product-main {
  right: min(5vw, 76px);
  top: 58px;
  width: min(39vw, 520px);
  height: 650px;
  object-position: 45% center;
}
.hero-product-red {
  right: min(43vw, 570px);
  bottom: 58px;
  width: min(18vw, 250px);
  height: 322px;
  object-position: 42% center;
}
.hero-product-family {
  right: min(2vw, 30px);
  bottom: -42px;
  width: min(20vw, 300px);
  height: 360px;
  object-position: 44% center;
}
.home-hero-v2 {
  position: relative;
  overflow: hidden;
  background: #f4f7f2;
  border-bottom: 1px solid var(--line);
}
.home-hero-v2::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, #f4f7f2 0%, rgba(244,247,242,.98) 42%, rgba(244,247,242,.8) 62%, rgba(244,247,242,.38) 100%),
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(227,235,225,.78));
  pointer-events: none;
}
.home-hero-backdrop {
  position: absolute;
  z-index: 1;
  right: clamp(18px, 8vw, 142px);
  bottom: -4px;
  width: min(36vw, 440px);
  height: min(78vh, 680px);
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 28px 50px rgba(16, 24, 20, .18));
}
.home-hero-inner-v2 {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  min-height: 460px;
  margin: 0 auto;
  padding: clamp(38px, 5vw, 58px) clamp(18px, 4vw, 24px) 20px;
  display: flex;
  align-items: center;
}
.home-hero-copy {
  max-width: 690px;
}
.home-hero-v2 .eyebrow { color: var(--green-dark); }
.home-hero-v2 h1 {
  max-width: 720px;
  font-size: clamp(48px, 7vw, 88px);
}
.home-hero-v2 .hero-lead {
  max-width: 630px;
  margin-top: 16px;
  color: #4f5e53;
}
.home-hero-v2 .hero-actions {
  margin-top: 20px;
}
.home-hero-v2 .button.secondary,
.home-proof .button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255,255,255,.58);
}
.home-hero-v2 .hero-metrics {
  max-width: 560px;
  margin-top: 22px;
}
.home-hero-v2 .hero-metrics div {
  border-color: var(--line);
  background: rgba(255,255,255,.82);
  box-shadow: 0 12px 28px rgba(16, 24, 20, .07);
}
.home-hero-v2 .hero-metrics dt { color: var(--muted); }
.home-hero-v2 .hero-metrics dd { color: var(--ink); }
.home-hero-rail {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 24px) clamp(18px, 3vw, 26px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.home-hero-card {
  min-height: 174px;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  gap: 5px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255,255,255,.92);
  box-shadow: 0 14px 34px rgba(16, 24, 20, .08);
}
.home-hero-card:hover {
  border-color: rgba(50,192,82,.5);
  transform: translateY(-2px);
}
.home-hero-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center 46%;
  border-radius: 6px;
  background: #e7eee6;
}
.home-hero-card span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.home-hero-card strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.12;
}
.home-hero-card small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
}
.home-hero-card em {
  color: var(--green-dark);
  font-style: normal;
  font-weight: 900;
}
.home-buying-lanes {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 18px clamp(18px, 4vw, 24px) 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.home-buying-lanes a {
  min-height: 128px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}
.home-buying-lanes a:hover {
  border-color: rgba(50,192,82,.55);
  background: #f8fff8;
}
.home-buying-lanes span {
  display: block;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.home-buying-lanes strong {
  display: block;
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.08;
}
.home-buying-lanes small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}
.home-new-models {
  padding-top: clamp(46px, 6vw, 74px);
}
.home-new-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.home-new-card {
  display: grid;
  grid-template-columns: minmax(210px, .76fr) minmax(0, 1fr);
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(16, 24, 20, .08);
}
.home-new-media {
  background: #101815;
}
.home-new-media img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center;
}
.home-new-copy {
  padding: clamp(22px, 3vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-new-copy h3 {
  font-size: clamp(30px, 4vw, 42px);
}
.home-new-copy p {
  color: var(--muted);
}
.home-new-specs {
  display: grid;
  gap: 0;
  margin: 18px 0;
  border-top: 1px solid var(--line);
}
.home-new-specs div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}
.home-new-specs dt {
  color: var(--muted);
  font-weight: 800;
}
.home-new-specs dd {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  text-align: right;
}
.home-proof {
  align-items: center;
}
.home-proof .hero-actions {
  margin-top: 20px;
}
.home-popular {
  padding-top: 0;
}
.home-hero-v3 {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(30px, 5vw, 54px) clamp(18px, 4vw, 24px) clamp(22px, 3vw, 34px);
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(430px, 1.06fr);
  gap: clamp(26px, 4vw, 50px);
  align-items: center;
}
.home-hero-v3 .home-hero-copy {
  max-width: 720px;
}
.home-hero-v3 h1 {
  max-width: 840px;
  font-size: clamp(42px, 5.4vw, 70px);
  line-height: 1.02;
}
.home-hero-v3 .hero-lead {
  max-width: 680px;
  color: #516053;
  font-size: 20px;
}
.home-hero-v3 .button.secondary,
.home-price-note .button.secondary,
.category-hero .button.secondary,
.home-proof .button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: white;
}
.home-search-chips,
.search-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.home-search-chips a,
.search-chip-list a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f6fbf5;
  color: #234331;
  font-size: 13px;
  font-weight: 850;
}
.home-search-chips a:hover,
.search-chip-list a:hover {
  border-color: rgba(50,192,82,.54);
  background: #ecfff0;
}
.home-hero-v3 .hero-metrics {
  max-width: 560px;
  margin-top: 18px;
}
.home-hero-v3 .hero-metrics div {
  background: white;
  border-color: var(--line);
  box-shadow: 0 10px 28px rgba(16, 24, 20, .06);
}
.home-hero-v3 .hero-metrics dt { color: var(--muted); }
.home-hero-v3 .hero-metrics dd { color: var(--ink); }
.home-hero-v4 {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 62px) clamp(18px, 4vw, 24px) clamp(24px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(430px, 1.08fr);
  gap: clamp(28px, 4vw, 54px);
  align-items: center;
}
.home-hero-v4-copy {
  max-width: 720px;
}
.home-hero-v4 h1 {
  max-width: 780px;
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 1;
}
.home-hero-v4 .hero-lead {
  max-width: 650px;
  color: #4d5c50;
  font-size: 20px;
}
.home-hero-v4 .button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: white;
}
.home-hero-v4 .hero-metrics {
  max-width: 590px;
  margin-top: 20px;
}
.home-hero-v4 .hero-metrics div {
  background: white;
  border-color: var(--line);
  box-shadow: 0 10px 28px rgba(16, 24, 20, .06);
}
.home-hero-v4 .hero-metrics dt { color: var(--muted); }
.home-hero-v4 .hero-metrics dd { color: var(--ink); }
.home-hero-v5 {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: clamp(32px, 4vw, 48px) clamp(18px, 4vw, 24px) clamp(22px, 3vw, 32px);
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(500px, 1.02fr);
  gap: clamp(28px, 3.5vw, 46px);
  align-items: center;
}
.home-hero-v5-copy {
  max-width: 720px;
}
.home-hero-v5 h1 {
  max-width: 720px;
  font-size: clamp(42px, 4.6vw, 68px);
  line-height: .98;
}
.home-hero-v5 .hero-lead {
  max-width: 640px;
  color: #4d5c50;
  font-size: 20px;
}
.home-hero-v5 .button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: white;
}
.home-hero-v5 .hero-metrics {
  max-width: 590px;
  margin-top: 20px;
}
.home-hero-v5 .hero-metrics div {
  background: white;
  border-color: var(--line);
  box-shadow: 0 10px 28px rgba(16, 24, 20, .06);
}
.home-hero-v5 .hero-metrics dt { color: var(--muted); }
.home-hero-v5 .hero-metrics dd { color: var(--ink); }
.home-hero-v5-stage {
  display: grid;
  gap: 14px;
  align-items: stretch;
}
.home-collection-card {
  position: relative;
  min-height: clamp(320px, 28vw, 410px);
  overflow: hidden;
  border: 1px solid rgba(13, 34, 20, .14);
  border-radius: 12px;
  background: #07110b;
  box-shadow: 0 22px 60px rgba(16, 24, 20, .14);
}
.home-collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(3, 12, 7, .03) 0%, rgba(3, 12, 7, .06) 58%, rgba(3, 12, 7, .54) 100%);
  pointer-events: none;
}
.home-collection-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: center 53%;
  transform: scale(1.015);
}
.home-collection-caption {
  position: absolute;
  left: 22px;
  bottom: 20px;
  z-index: 1;
  width: min(340px, calc(100% - 44px));
  padding: 13px 14px 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 10px;
  background: rgba(5, 17, 10, .7);
  backdrop-filter: blur(8px);
  color: white;
}
.home-collection-caption span,
.home-visual-mini span,
.home-visual-cta span {
  display: block;
  color: #b8ffcb;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.home-collection-caption strong {
  display: block;
  margin-top: 6px;
  color: white;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.08;
}
.home-collection-caption small {
  display: block;
  margin-top: 6px;
  color: #dbe8df;
  font-size: 13px;
  font-weight: 800;
}
.home-visual-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(210px, .92fr);
  gap: 14px;
}
.home-visual-mini,
.home-visual-cta {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: white;
  box-shadow: 0 14px 36px rgba(16,24,20,.08);
}
.home-visual-mini img {
  width: 100%;
  aspect-ratio: 16 / 8.5;
  object-fit: cover;
  object-position: center 48%;
  background: #e7eee8;
}
.home-visual-mini span,
.home-visual-cta span {
  margin: 13px 14px 0;
  color: var(--green-dark);
}
.home-visual-mini strong {
  display: block;
  margin: 5px 14px 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.08;
}
.home-visual-mini small {
  display: block;
  margin: 5px 14px 14px;
  color: var(--muted);
  font-weight: 850;
}
.home-visual-cta {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  background: #0e1711;
  color: white;
}
.home-visual-cta span {
  margin: 0;
  color: #b8ffcb;
}
.home-visual-cta strong {
  display: block;
  margin-top: 8px;
  color: white;
  font-size: 19px;
  line-height: 1.16;
}
.home-visual-cta small {
  display: block;
  margin-top: 14px;
  color: #b8ffcb;
  font-weight: 900;
}
.mobile-buyer-panel,
.mobile-hero-product-strip {
  display: none;
}
.home-hero-v4-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  grid-auto-rows: minmax(138px, auto);
  gap: 12px;
  align-items: stretch;
}
.home-poster-large,
.home-poster-tile,
.home-quick-price {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 18px 46px rgba(16,24,20,.09);
}
.home-poster-large {
  grid-row: span 3;
  min-height: 620px;
  background: #0d1411;
  color: white;
}
.home-poster-large img {
  width: 100%;
  height: 100%;
  min-height: 472px;
  object-fit: cover;
  object-position: center;
}
.home-poster-tile img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
  background: #e9f0ea;
}
.home-poster-tile.motor img {
  object-position: center 42%;
}
.home-poster-large span,
.home-poster-tile span,
.home-quick-price span {
  margin: 12px 14px 0;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.home-poster-large span {
  color: #b8ffcb;
}
.home-poster-large strong,
.home-poster-tile strong {
  margin: 5px 14px 0;
  color: inherit;
  font-size: 22px;
  line-height: 1.08;
}
.home-poster-large small {
  margin: 7px 14px 16px;
  color: #d9e6dc;
  font-weight: 760;
  line-height: 1.3;
}
.home-poster-tile strong {
  margin-bottom: 14px;
}
.home-quick-price {
  justify-content: center;
  padding: 18px;
  background: #0e1711;
  color: white;
}
.home-quick-price span {
  margin: 0;
  color: #b8ffcb;
}
.home-quick-price strong {
  margin-top: 8px;
  font-size: 21px;
  line-height: 1.16;
}
.home-quick-price a {
  width: fit-content;
  margin-top: 14px;
  color: #b8ffcb;
  font-weight: 900;
}
.home-hero-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 12px;
  align-items: stretch;
}
.home-feature-main,
.home-feature-side,
.home-price-note {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(16,24,20,.09);
}
.home-feature-main {
  grid-row: span 2;
}
.home-feature-main img,
.home-feature-side img {
  width: 100%;
  background: #edf3ed;
  object-fit: cover;
}
.home-feature-main img {
  aspect-ratio: 4 / 4.55;
  object-position: center 44%;
}
.home-feature-side img {
  aspect-ratio: 16 / 11;
  object-position: center;
}
.home-feature-main span,
.home-feature-side span,
.home-price-note span,
.category-feature-card span,
.seo-hub-grid span {
  margin: 12px 14px 0;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.home-feature-main strong,
.home-feature-side strong {
  margin: 5px 14px 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.08;
}
.home-feature-main small,
.home-feature-side small {
  margin: 6px 14px 14px;
  color: var(--muted);
  font-weight: 760;
  line-height: 1.3;
}
.home-price-note {
  justify-content: center;
  min-height: 208px;
  padding: 18px;
  background: #0e1711;
  color: white;
}
.home-price-note span {
  margin: 0;
  color: #b8ffcb;
}
.home-price-note strong {
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.18;
}
.home-price-note .hero-actions {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
}
.home-price-note .button {
  width: 100%;
}
.home-category-nav {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 24px) clamp(16px, 3vw, 24px);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.home-category-nav a {
  min-height: 140px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.home-category-nav a:hover {
  border-color: rgba(50,192,82,.55);
  background: #f8fff8;
}
.home-category-nav span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.home-category-nav strong {
  margin-top: 9px;
  font-size: 23px;
  line-height: 1.08;
}
.home-category-nav small {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.36;
}
.category-hero {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 64px) clamp(18px, 4vw, 24px) clamp(26px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(360px, 1.02fr);
  gap: clamp(24px, 4vw, 46px);
  align-items: center;
}
.category-hero h1 {
  max-width: 780px;
  font-size: clamp(42px, 5.8vw, 74px);
}
.category-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}
.category-feature-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.category-feature-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  min-height: 288px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(16,24,20,.08);
}
.category-feature-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 45%;
  background: #edf3ed;
}
.category-feature-card strong {
  margin: 5px 14px 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.1;
}
.category-feature-card small {
  margin: 6px 14px 14px;
  color: var(--muted);
  font-weight: 760;
  line-height: 1.3;
}
.category-filter-row {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 24px) 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.category-filter-row a {
  min-height: 96px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f6fbf5;
}
.category-filter-row span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.category-filter-row strong {
  margin-top: 6px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.15;
}
.seo-hub-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.seo-hub-grid article {
  min-height: 240px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}
.seo-hub-grid span {
  display: block;
  margin: 0 0 9px;
}
.seo-hub-grid h3 {
  font-size: 28px;
}
.seo-hub-grid p {
  color: var(--muted);
}
.seo-hub-grid a {
  color: var(--green-dark);
  font-weight: 900;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
h1, h2, h3 { line-height: 1.08; letter-spacing: 0; margin: 0; }
h1 { font-size: 72px; }
h2 { font-size: 44px; }
h3 { font-size: 24px; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 150px));
  gap: 12px;
  max-width: 520px;
  margin: 34px 0 0;
}
.hero-metrics div {
  min-height: 86px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.08);
}
.hero-metrics dt {
  color: #b8c7bb;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.hero-metrics dd {
  margin: 5px 0 0;
  color: white;
  font-size: 24px;
  font-weight: 900;
}
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 18px;
  font-weight: 900;
  border: 2px solid transparent;
}
.button.primary { background: var(--green); color: white; }
.button.secondary { color: white; border-color: rgba(255,255,255,.72); }
.product-hero .button.secondary, .page-hero .button.secondary { color: var(--ink); border-color: var(--line); }
.mobile-product-bar { display: none; }
.section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(44px, 7vw, 86px) clamp(18px, 4vw, 24px);
}
.section-head {
  max-width: 760px;
  margin-bottom: 28px;
}
.section-head p { color: var(--muted); font-size: 17px; }
.home-category-strip {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 40px));
  margin: -68px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
  box-shadow: 0 26px 70px rgba(16, 24, 20, .14);
}
.home-category-strip a {
  min-height: 134px;
  padding: 22px 24px;
  background: var(--white);
  transition: transform .2s ease, background .2s ease;
}
.home-category-strip a:hover {
  position: relative;
  z-index: 2;
  transform: translateY(-4px);
  background: #fafff7;
}
.home-category-strip span {
  display: block;
  margin-bottom: 12px;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
}
.home-category-strip strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}
.home-category-strip small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 15px;
}
.home-showcase {
  padding-top: 74px;
}
.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, .85fr);
  grid-template-rows: repeat(2, minmax(260px, 1fr));
  gap: 18px;
}
.showcase-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  background: #0f1712;
  color: white;
  box-shadow: 0 18px 45px rgba(16, 24, 20, .12);
}
.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,12,9,.04), rgba(7,12,9,.78));
}
.showcase-card-large {
  grid-row: span 2;
  min-height: 540px;
}
.showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 45% center;
  transform: scale(1.01);
  transition: transform .25s ease;
}
.showcase-card:hover img { transform: scale(1.045); }
.showcase-card div {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
}
.showcase-card .eyebrow { color: #b8ffcb; }
.showcase-card h3 { font-size: 32px; }
.showcase-card p {
  max-width: 520px;
  color: #e3ece5;
}
.showcase-card strong {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  margin-top: 6px;
  padding: 7px 12px;
  border-radius: 6px;
  background: var(--green);
  color: white;
  font-size: 18px;
  font-weight: 900;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.product-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(16, 24, 20, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(16, 24, 20, .12);
}
.product-image {
  display: block;
  aspect-ratio: 4 / 5;
  background: #e9eee8;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.material-card .product-image {
  background: #f6f8f5;
}
.material-card .product-image img {
  object-fit: contain;
}
.media-grid .product-image {
  aspect-ratio: 9 / 12;
}
.video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.video-card {
  display: flex;
  flex-direction: column;
}
.video-card .video-embed,
.video-card .video-player {
  border: 0;
  border-radius: 0;
}
.video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0e1711;
}
.video-embed img,
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.video-embed img {
  object-fit: cover;
  opacity: .44;
}
.video-embed iframe {
  border: 0;
  background: transparent;
}
.video-player {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #0e1711;
}
.meta-line {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
  color: var(--green-dark) !important;
  font-weight: 900;
}
.feature-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #e9eee8;
}
.material-preview {
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #f6f8f5;
}
.poster-preview {
  aspect-ratio: 2 / 3;
  object-fit: contain;
  background: #101815;
}
.product-card-body { padding: 18px; }
.product-card h3 a:hover { color: var(--green-dark); }
.product-card p { color: var(--muted); }
.mini-specs {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
}
.mini-specs div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.mini-specs dt { color: var(--muted); }
.mini-specs dd { margin: 0; font-weight: 900; text-align: right; }
.split-band {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 36px;
  align-items: center;
  background: var(--ink);
  color: white;
  padding-left: clamp(20px, 7vw, calc((100vw - 1180px) / 2 + 24px));
  padding-right: clamp(20px, 7vw, calc((100vw - 1180px) / 2 + 24px));
}
.split-band .eyebrow { color: #b8ffcb; }
.split-band p { color: #d7e3da; }
.stat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.stat-grid div {
  min-height: 130px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
}
.stat-grid strong { display: block; font-size: 34px; color: #b8ffcb; }
.stat-grid span { color: #d7e3da; }
.page-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 62px) clamp(18px, 4vw, 24px) 24px;
}
.page-hero.compact h1 { font-size: clamp(38px, 6vw, 72px); max-width: 980px; }
.page-hero p { max-width: 820px; color: var(--muted); font-size: 18px; }
.hub-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(34px, 5vw, 66px) clamp(18px, 4vw, 24px) clamp(28px, 4vw, 42px);
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.hub-hero h1 {
  max-width: 760px;
  font-size: clamp(40px, 5.4vw, 70px);
}
.hub-hero p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}
.hub-hero .button.secondary { color: var(--ink); border-color: var(--line); }
.hub-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.mini-media-card {
  min-height: 238px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 28px rgba(16, 24, 20, .06);
}
.mini-media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
  background: #e9eee8;
}
.mini-media-card span {
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.mini-media-card strong {
  color: var(--ink);
  font-size: 15px;
  line-height: 1.18;
}
.product-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(38px, 6vw, 76px) clamp(18px, 4vw, 24px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 440px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.product-copy h1 { font-size: clamp(38px, 6vw, 72px); }
.product-copy p { color: var(--muted); font-size: 18px; }
.price-line {
  margin: 20px 0 14px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
}
.price-line span { font-size: clamp(34px, 5vw, 54px); font-weight: 900; color: var(--green-dark); }
.price-line small { color: var(--muted); font-weight: 700; }
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tag-list span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #17351f;
  background: #dcf5e2;
  font-weight: 800;
  font-size: 13px;
}
.product-decision-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 0;
}
.product-decision-grid div {
  min-height: 76px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 10px 24px rgba(16, 24, 20, .05);
}
.product-decision-grid dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.product-decision-grid dd {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.08;
}
.product-confirm-note {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 4px solid var(--green);
  border-radius: 8px;
  background: #f3fbf4;
  color: #46584c;
  font-size: 14px !important;
  line-height: 1.45;
}
.product-poster {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: white;
}
.product-poster img {
  display: block;
  width: 100%;
  height: auto;
}
.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 36px;
}
.check-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  padding: 10px 0 10px 28px;
  position: relative;
  border-bottom: 1px solid var(--line);
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}
.table-wrap {
  overflow-x: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.price-card-section {
  padding-top: clamp(30px, 5vw, 58px);
  padding-bottom: clamp(30px, 5vw, 58px);
}
.price-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}
.price-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(16, 24, 20, .07);
}
.price-card-media {
  display: block;
  background: #edf3ed;
}
.price-card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center 46%;
}
.price-card-body {
  padding: 16px;
}
.price-card-body h3 {
  font-size: 23px;
}
.price-card-body > strong {
  display: block;
  margin-top: 8px;
  color: var(--green-dark);
  font-size: 29px;
  line-height: 1;
}
.price-card-body dl {
  display: grid;
  gap: 7px;
  margin: 15px 0 0;
}
.price-card-body dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 8px;
  border-top: 1px solid var(--line);
}
.price-card-body dt {
  color: var(--muted);
  font-weight: 850;
}
.price-card-body dd {
  margin: 0;
  color: var(--ink);
  font-weight: 900;
  text-align: right;
}
.price-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 16px;
}
.price-card-actions a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 900;
}
.price-card-actions a:first-child {
  background: var(--green);
  border-color: var(--green);
  color: white;
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
}
th, td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
thead th {
  background: #edf4ee;
  color: #203528;
  font-size: 13px;
  text-transform: uppercase;
}
td a { color: var(--green-dark); font-weight: 900; }
.spec-table table { min-width: 0; }
.spec-table th { width: 260px; }
.faq {
  max-width: 900px;
}
details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 16px 18px;
}
summary {
  cursor: pointer;
  font-weight: 900;
}
details p { color: var(--muted); margin-bottom: 0; }
.quick-links {
  display: grid;
  gap: 12px;
}
.quick-links a {
  padding: 16px 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  font-weight: 900;
}
.quick-links.light a {
  background: white;
  border-color: var(--line);
  color: var(--green-dark);
}
.quick-links.light a:hover {
  border-color: var(--green);
  background: #f3fff4;
}
.buyer-path-section {
  padding-top: clamp(28px, 5vw, 56px);
  padding-bottom: clamp(28px, 5vw, 56px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f7fbf6;
}
.buyer-path-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.buyer-path-card {
  min-height: 184px;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 28px rgba(16, 24, 20, .05);
}
.buyer-path-card span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: white;
  font-weight: 900;
}
.buyer-path-card strong {
  margin-top: 14px;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.08;
}
.buyer-path-card small {
  margin-top: 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.42;
}
.keyword-map-section {
  padding-top: clamp(34px, 5vw, 64px);
}
.product-keyword-section {
  margin-top: clamp(4px, 2vw, 18px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #f8fbf6 0%, #ffffff 100%);
}
.keyword-cluster-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.keyword-cluster-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 28px rgba(16, 24, 20, .06);
}
.keyword-cluster-card span {
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.keyword-cluster-card h3 {
  font-size: 24px;
  line-height: 1.08;
}
.keyword-cluster-card p {
  color: var(--muted);
  font-size: 15px;
}
.keyword-cluster-card .cluster-primary {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border-radius: 6px;
  background: var(--green);
  color: white;
  font-weight: 900;
}
.keyword-cluster-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.keyword-cluster-card div a {
  padding: 6px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #1d3c27;
  background: #f7fbf6;
  font-size: 12px;
  font-weight: 800;
}
.article { max-width: 1180px; margin: 0 auto; }
.article-section {
  max-width: 820px;
  padding: 20px clamp(18px, 4vw, 24px);
}
.article-section p { color: var(--muted); font-size: 18px; }
.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.branch-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.branch-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 28px rgba(16, 24, 20, .06);
}
.branch-card > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 6px;
  background: #edf3eb;
}
.branch-card h3 { font-size: 24px; }
.branch-card address {
  margin-top: 14px;
  color: var(--muted);
  font-style: normal;
}
.branch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.branch-map {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--green-dark);
  font-weight: 900;
}
.support-hero-media-stack {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.support-hero-media .feature-photo,
.support-hero-media-stack .feature-photo {
  width: 100%;
}
.support-visual-card,
.support-model-card,
.support-guide-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(16, 24, 20, .06);
}
.support-visual-card img,
.support-model-card img,
.support-guide-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #edf3eb;
}
.support-visual-card span,
.support-model-card span,
.support-guide-card span,
.support-step-grid span {
  margin: 14px 16px 0;
  color: var(--green-dark);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.support-visual-card strong,
.support-model-card strong,
.support-guide-card strong {
  margin: 7px 16px 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.08;
}
.support-visual-card small,
.support-model-card small,
.support-guide-card small {
  margin: 8px 16px 16px;
  color: var(--muted);
  font-weight: 760;
  line-height: 1.35;
}
.support-model-card em {
  margin: auto 16px 16px;
  color: var(--green-dark);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
}
.support-model-strip,
.support-guide-grid,
.support-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.support-model-strip {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}
.support-guide-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.support-step-grid article {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 28px rgba(16, 24, 20, .06);
}
.support-step-grid span {
  margin: 0;
}
.support-step-grid h3 {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.08;
}
.support-step-grid p {
  color: var(--muted);
  line-height: 1.45;
}
.support-step-grid a {
  margin-top: auto;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 12px;
  border-radius: 6px;
  background: var(--green);
  color: white;
  font-weight: 900;
}
.branch-map:hover {
  border-color: var(--green);
  background: #f3fff4;
}
.large-address {
  margin: 18px 0 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--ink);
  font-style: normal;
  font-size: 20px;
  font-weight: 800;
}
.muted-copy {
  color: var(--muted);
  font-size: 17px;
}
.branch-list-compact {
  margin: 0;
}
.branch-list-compact li {
  border-color: rgba(255,255,255,.18);
}
.daily-update {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-top: 1px solid var(--line);
  background: #ecf4ee;
  color: #385041;
  font-size: 13px;
  font-weight: 800;
}
.daily-update span {
  color: var(--green-dark);
  text-transform: uppercase;
  font-size: 11px;
}
.daily-update time {
  color: var(--ink);
}
.site-footer {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
  padding: 42px clamp(18px, 5vw, 72px);
  background: #0e1711;
  color: white;
}
.site-footer h2 { font-size: 16px; margin-bottom: 12px; }
.site-footer p, .site-footer a { color: #d7e3da; }
.site-footer a { display: block; margin: 8px 0; }
@media (max-width: 980px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .keyword-cluster-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .branch-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-hero { min-height: 640px; }
  .home-hero h1 { font-size: 62px; }
  .home-hero-media { width: 70vw; opacity: .88; }
  .hero-product-main {
    right: -38px;
    width: min(48vw, 470px);
    height: 600px;
  }
  .hero-product-red { display: none; }
  .hero-product-family {
    right: 22px;
    width: 240px;
    height: 286px;
  }
  .home-category-strip, .showcase-grid, .split-band, .hub-hero, .home-hero-v3, .home-hero-v4, .home-hero-v5, .category-hero, .product-hero, .two-col, .contact-panel, .site-footer { grid-template-columns: 1fr; }
  .showcase-card-large {
    grid-row: span 1;
    min-height: 460px;
  }
  .home-hero-backdrop {
    right: -42px;
    width: min(48vw, 360px);
    opacity: .26;
  }
  .home-hero-v2::after {
    background: linear-gradient(90deg, #f4f7f2 0%, rgba(244,247,242,.95) 66%, rgba(244,247,242,.72) 100%);
  }
  .home-hero-inner-v2 {
    min-height: 0;
    padding-top: 48px;
  }
  .home-hero-rail,
  .home-buying-lanes,
  .home-category-nav,
  .category-filter-row,
  .home-new-grid,
  .support-hero-media-stack,
  .support-guide-grid,
  .support-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-hero-showcase {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .home-hero-v4-stage {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
  .home-hero-v5-stage {
    max-width: 760px;
  }
  .home-collection-card {
    min-height: 420px;
  }
  .home-visual-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .home-poster-large {
    grid-row: span 2;
    min-height: 520px;
  }
  .home-poster-large img {
    min-height: 376px;
  }
  .category-feature-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .seo-hub-grid {
    grid-template-columns: 1fr;
  }
  .home-new-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .home-new-media img {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
}
@media (max-width: 760px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
  }
  h1 { font-size: 48px; }
  h2 { font-size: 32px; }
  .brand { gap: 8px; font-size: 22px; }
  .brand > img {
    width: 44px;
    height: 44px;
  }
  .brand > span:not(.brand-logo):not(.brand-word) {
    max-width: 170px;
    font-size: 20px;
    line-height: 1.08;
  }
  .brand-logo, .brand-logo img {
    width: 46px;
    height: 46px;
  }
  .brand-word small { font-size: 10px; }
  .desktop-nav {
    order: 3;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
  }
  .desktop-nav::-webkit-scrollbar {
    display: none;
  }
  .desktop-nav a {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 5px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: white;
    font-size: 12px;
  }
  .nav-button {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    gap: 4px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 6px;
  }
  .nav-button span {
    width: 20px;
    height: 2px;
    background: var(--ink);
  }
  .main-nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 84px;
    background: white;
    border-bottom: 1px solid var(--line);
    padding: 12px 18px 18px;
  }
  .main-nav ul { display: grid; justify-content: stretch; }
  .main-nav a { width: 100%; }
  .nav-toggle:checked ~ .main-nav { display: block; }
  .product-grid { grid-template-columns: 1fr; }
  .keyword-map-section {
    padding-top: 28px;
    padding-bottom: 34px;
  }
  .keyword-cluster-grid {
    display: flex;
    gap: 12px;
    margin: 0 -18px;
    padding: 2px 18px 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .keyword-cluster-grid::-webkit-scrollbar {
    display: none;
  }
  .price-card-grid,
  .buyer-path-grid {
    display: flex;
    gap: 12px;
    margin: 0 -18px;
    padding: 2px 18px 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .price-card-grid::-webkit-scrollbar,
  .buyer-path-grid::-webkit-scrollbar {
    display: none;
  }
  .price-card {
    flex: 0 0 252px;
    scroll-snap-align: start;
  }
  .price-card-body {
    padding: 13px;
  }
  .price-card-body h3 {
    font-size: 19px;
  }
  .price-card-body > strong {
    font-size: 25px;
  }
  .price-card-body dl div:nth-child(n+3) {
    display: none;
  }
  .price-card-actions {
    grid-template-columns: 1fr;
  }
  .buyer-path-card {
    flex: 0 0 242px;
    min-height: 170px;
    scroll-snap-align: start;
  }
  .buyer-path-card strong {
    font-size: 20px;
  }
  .keyword-cluster-card {
    flex: 0 0 272px;
    min-height: 0;
    padding: 15px;
    scroll-snap-align: start;
  }
  .keyword-cluster-card h3 {
    font-size: 22px;
  }
  .keyword-cluster-card p {
    font-size: 14px;
    line-height: 1.45;
  }
  .keyword-cluster-card .cluster-primary {
    min-height: 40px;
  }
  .hub-hero {
    gap: 22px;
    padding-top: 30px;
    padding-bottom: 18px;
  }
  .hub-hero h1 {
    font-size: 38px;
  }
  .hub-hero p {
    font-size: 17px;
    line-height: 1.55;
  }
  .hub-hero .hero-actions {
    gap: 8px;
    margin-top: 18px;
  }
  .hub-hero .hero-actions .button {
    min-height: 48px;
    padding: 12px 14px;
  }
  .hub-hero-grid {
    display: flex;
    gap: 12px;
    margin: 0 -18px;
    padding: 2px 18px 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .hub-hero-grid::-webkit-scrollbar {
    display: none;
  }
  .mini-media-card {
    flex: 0 0 220px;
    min-height: 0;
    scroll-snap-align: start;
  }
  .mini-media-card img {
    aspect-ratio: 16 / 10;
  }
  .video-grid { grid-template-columns: 1fr; }
  .branch-grid { grid-template-columns: 1fr; }
  .home-hero {
    min-height: 640px;
    background:
      linear-gradient(90deg, rgba(14,23,18,1) 0%, rgba(14,23,18,.94) 56%, rgba(14,23,18,.62) 100%),
      #0e1712;
  }
  .home-hero-inner {
    padding: 42px 20px 76px;
  }
  .home-hero h1 {
    max-width: 360px;
    font-size: 48px;
  }
  .hero-lead {
    max-width: 340px;
    font-size: 18px;
  }
  .home-hero-media {
    width: 100%;
    opacity: .5;
  }
  .home-hero-media::after {
    background: linear-gradient(90deg, rgba(14,23,18,1), rgba(14,23,18,.72) 54%, rgba(14,23,18,.2));
  }
  .hero-product-main {
    right: -92px;
    top: 72px;
    width: 82vw;
    height: 550px;
  }
  .hero-product-family { display: none; }
  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    max-width: 350px;
  }
  .hero-metrics div {
    min-height: 78px;
    padding: 10px;
  }
  .hero-metrics dt { font-size: 10px; }
  .hero-metrics dd { font-size: 20px; }
  .home-category-strip {
    width: calc(100% - 32px);
    margin-top: -48px;
  }
  .home-category-strip a { min-height: 112px; }
  .showcase-card, .showcase-card-large { min-height: 430px; }
  .showcase-card h3 { font-size: 28px; }
  .home-hero-v2 h1 {
    font-size: 46px;
  }
  .home-hero-v2 .hero-lead {
    max-width: 100%;
    color: #4f5e53;
  }
  .home-hero-backdrop {
    display: none;
  }
  .home-hero-v2::after {
    background: linear-gradient(180deg, #f4f7f2 0%, #edf3eb 100%);
  }
  .home-hero-inner-v2 {
    padding: 38px 20px 22px;
  }
  .home-hero-rail,
  .home-buying-lanes,
  .home-category-nav,
  .category-filter-row,
  .category-feature-board,
  .home-hero-showcase,
  .home-new-grid,
  .support-hero-media-stack,
  .support-step-grid {
    grid-template-columns: 1fr;
  }
  .support-model-strip,
  .support-guide-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .support-model-card,
  .support-guide-card {
    min-height: 0;
  }
  .support-visual-card strong,
  .support-model-card strong,
  .support-guide-card strong,
  .support-step-grid h3 {
    font-size: 20px;
  }
  .category-hero {
    gap: 22px;
    padding-bottom: 18px;
  }
  .category-hero p {
    font-size: 17px;
    line-height: 1.55;
  }
  .category-hero .hero-actions {
    gap: 8px;
    margin-top: 18px;
  }
  .category-hero .hero-actions .button {
    min-height: 48px;
    padding: 12px 14px;
  }
  .category-feature-board {
    display: flex;
    gap: 12px;
    margin: 0 -18px;
    padding: 2px 18px 12px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .category-feature-board::-webkit-scrollbar {
    display: none;
  }
  .category-feature-card {
    flex: 0 0 236px;
    min-height: 0;
    scroll-snap-align: start;
  }
  .category-feature-card img {
    aspect-ratio: 16 / 9;
  }
  .category-feature-card strong {
    font-size: 18px;
  }
  .category-feature-card small {
    font-size: 13px;
  }
  .commercial-hero .category-feature-board > .product-card {
    flex: 0 0 214px;
    min-height: 0;
    scroll-snap-align: start;
  }
  .commercial-hero .category-feature-board > .product-card .product-image {
    aspect-ratio: 16 / 9;
  }
  .commercial-hero .category-feature-board > .product-card .product-card-body {
    padding: 12px;
  }
  .commercial-hero .category-feature-board > .product-card .product-card-body p:not(.eyebrow) {
    display: none;
  }
  .commercial-hero .category-feature-board > .product-card h3 {
    font-size: 18px;
    line-height: 1.08;
  }
  .commercial-hero .category-feature-board > .product-card .mini-specs {
    margin-top: 8px;
    gap: 5px;
  }
  .commercial-hero .category-feature-board > .product-card .mini-specs div:nth-child(n+3) {
    display: none;
  }
  .commercial-hero .feature-photo.poster-preview {
    aspect-ratio: 16 / 9;
    max-height: 220px;
    object-fit: cover;
    object-position: center;
  }
  .product-hero {
    gap: 20px;
    padding-top: 30px;
    padding-bottom: 24px;
  }
  .product-copy h1 {
    font-size: 38px;
  }
  .product-copy p {
    font-size: 17px;
    line-height: 1.55;
  }
  .product-decision-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .product-decision-grid div {
    min-height: 68px;
    padding: 10px;
  }
  .product-decision-grid dd {
    font-size: 16px;
    word-break: break-word;
  }
  .product-confirm-note {
    font-size: 13px !important;
  }
  .price-line {
    margin: 14px 0 10px;
  }
  .price-line span {
    font-size: 34px;
  }
  .tag-list {
    max-height: 80px;
    overflow: hidden;
  }
  .mobile-product-bar {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 80;
    display: grid;
    grid-template-columns: 1.25fr .85fr .85fr;
    gap: 8px;
    padding: 8px;
    border: 1px solid rgba(20, 38, 28, .16);
    border-radius: 10px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 44px rgba(12, 23, 16, .2);
    backdrop-filter: blur(12px);
  }
  .mobile-product-bar a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: var(--ink);
    font-size: 13px;
    font-weight: 900;
  }
  .mobile-product-bar a:first-child {
    background: var(--green);
    color: white;
  }
  body:has(.mobile-product-bar) {
    padding-bottom: 76px;
  }
  .product-poster img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center 42%;
  }
  .home-hero-v3,
  .home-hero-v4,
  .home-hero-v5,
  .category-hero {
    padding-top: 26px;
  }
  .home-hero-v3 h1,
  .home-hero-v4 h1,
  .home-hero-v5 h1,
  .category-hero h1 {
    font-size: 36px;
  }
  .home-hero-v5 .hero-lead {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.48;
  }
  .home-hero-v5 .hero-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
  }
  .home-hero-v5 .hero-actions .button {
    min-height: 48px;
    padding: 12px 14px;
  }
  .home-hero-v5 .hero-actions .button.primary {
    grid-column: 1 / -1;
  }
  .mobile-buyer-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }
  .mobile-buyer-card {
    min-height: 92px;
    padding: 12px 10px;
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: white;
    box-shadow: 0 12px 28px rgba(16,24,20,.06);
  }
  .mobile-buyer-card.primary {
    grid-column: 1 / -1;
    min-height: 98px;
    background: #0e1711;
    color: white;
  }
  .mobile-buyer-card span {
    color: var(--green-dark);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .mobile-buyer-card.primary span,
  .mobile-buyer-card.primary small {
    color: #b8ffcb;
  }
  .mobile-buyer-card strong {
    margin-top: 7px;
    color: inherit;
    font-size: 17px;
    line-height: 1.08;
  }
  .mobile-buyer-card.primary strong {
    font-size: 22px;
  }
  .mobile-buyer-card small {
    margin-top: 8px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 760;
    line-height: 1.32;
  }
  .mobile-buyer-card:not(.primary) small {
    display: none;
  }
  .mobile-hero-product-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }
  .mobile-hero-product-strip a {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: white;
    box-shadow: 0 12px 28px rgba(16,24,20,.06);
  }
  .mobile-hero-product-strip img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    background: #e8f0ea;
  }
  .mobile-hero-product-strip span,
  .mobile-hero-product-strip strong,
  .mobile-hero-product-strip small {
    display: block;
    padding-inline: 9px;
  }
  .mobile-hero-product-strip span {
    padding-top: 9px;
    color: var(--green-dark);
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
  }
  .mobile-hero-product-strip strong {
    margin-top: 4px;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.08;
  }
  .mobile-hero-product-strip small {
    padding-bottom: 10px;
    margin-top: 4px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 850;
  }
  .seo-hub-grid article {
    min-height: 0;
    padding: 18px;
  }
  .seo-hub-grid h3 {
    font-size: 24px;
  }
  .category-filter-row a {
    min-height: 84px;
  }
  .home-search-chips a,
  .search-chip-list a {
    width: 100%;
    justify-content: center;
  }
  .home-hero-v3 .home-search-chips,
  .home-hero-v3 .hero-metrics {
    display: none;
  }
  .home-hero-v4 .hero-metrics,
  .home-hero-v5 .hero-metrics {
    display: none;
  }
  .home-hero-v5 .home-search-chips {
    display: none;
  }
  .home-hero-v5-stage {
    display: none;
  }
  .home-collection-card {
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
  }
  .home-collection-card img {
    min-height: 0;
  }
  .home-collection-caption {
    display: none;
  }
  .home-visual-actions {
    display: none;
  }
  .home-hero-v4-stage {
    grid-template-columns: 1fr;
  }
  .home-poster-large {
    grid-row: span 1;
    min-height: 0;
  }
  .home-poster-large img,
  .home-poster-tile img {
    min-height: 0;
    aspect-ratio: 4 / 5;
  }
  .home-quick-price {
    min-height: 0;
  }
  .category-hero .search-chip-list {
    display: none;
  }
  .home-feature-main {
    grid-row: span 1;
  }
  .home-feature-main img,
  .home-feature-side img {
    aspect-ratio: 16 / 10;
  }
  .home-price-note {
    min-height: 0;
  }
  .home-hero-rail {
    display: flex;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: none;
    padding: 0 18px 18px;
    scrollbar-width: none;
  }
  .home-hero-rail::-webkit-scrollbar {
    display: none;
  }
  .home-hero-card {
    flex: 0 0 min(324px, calc(100vw - 36px));
    min-height: 0;
    grid-template-columns: 104px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr auto;
    column-gap: 12px;
    align-items: start;
    scroll-snap-align: start;
  }
  .home-hero-card img {
    grid-row: 1 / 5;
    aspect-ratio: 4 / 5;
  }
  .home-hero-card strong {
    font-size: 18px;
  }
  .home-buying-lanes a {
    min-height: 112px;
  }
  .home-new-copy {
    padding: 20px;
  }
  .home-new-specs div {
    display: grid;
    gap: 4px;
  }
  .home-new-specs dd {
    text-align: left;
  }
  .hero-actions, .button { width: 100%; }
  .button { justify-content: center; }
  .stat-grid { grid-template-columns: 1fr; }
  .spec-table th { width: 150px; }
}
