
: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: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  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-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: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 12px;
  color: #26372d;
  font-weight: 700;
  font-size: 14px;
}
.main-nav a:hover { color: var(--green-dark); }
.nav-toggle, .nav-button { display: none; }
.breadcrumbs {
  max-width: 1180px;
  margin: 18px auto 0;
  padding: 0 clamp(18px, 4vw, 24px);
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
}
.breadcrumbs a { color: var(--green-dark); font-weight: 700; }
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;
}
.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); }
.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;
}
.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(54px, 8vw, 96px) clamp(18px, 4vw, 24px) 30px;
}
.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; }
.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-poster {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: white;
}
.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;
}
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;
}
.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 h3 { font-size: 24px; }
.branch-card address {
  margin-top: 14px;
  color: var(--muted);
  font-style: normal;
}
.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;
}
.branch-map:hover {
  border-color: var(--green);
  background: #f3fff4;
}
.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)); }
  .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, .product-hero, .two-col, .contact-panel, .site-footer { grid-template-columns: 1fr; }
  .showcase-card-large {
    grid-row: span 1;
    min-height: 460px;
  }
}
@media (max-width: 760px) {
  .site-header { align-items: center; }
  h1 { font-size: 48px; }
  h2 { font-size: 32px; }
  .brand { gap: 8px; font-size: 22px; }
  .brand-logo, .brand-logo img {
    width: 46px;
    height: 46px;
  }
  .brand-word small { font-size: 10px; }
  .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; }
  .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; }
  .hero-actions, .button { width: 100%; }
  .button { justify-content: center; }
  .stat-grid { grid-template-columns: 1fr; }
  .spec-table th { width: 150px; }
}
