:root {
  --bg: #07090c;
  --panel: #11161b;
  --panel-2: #0d1216;
  --line: rgba(255,255,255,0.10);
  --white: #f2f4f5;
  --muted: #b7bec5;
  --red: #dd2d33;
  --red-dark: #bc1d22;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--white);
  background:
    radial-gradient(900px 500px at 8% 18%, rgba(140, 18, 18, 0.22), transparent 60%),
    radial-gradient(1000px 600px at 85% 10%, rgba(255,255,255,0.04), transparent 60%),
    #080b0e;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { color: var(--muted); }

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.topbar {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background: linear-gradient(90deg, #491011, #8b1719 50%, #491011);
}

.site-header {
  background: rgba(7, 9, 12, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.nav-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
}
.brand img { width: 330px; height: 70px; object-fit: contain; object-position: left center; }
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 600;
}
.nav-links a:hover { color: #ff4b51; }
.shop-btn {
  padding: 15px 24px;
  border-radius: 7px;
  background: linear-gradient(180deg, var(--red), var(--red-dark));
  border: 1px solid rgba(255,255,255,0.14);
}

.hero {
  padding: 30px 0 20px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.hero-grid {
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  gap: 26px;
  min-height: 400px;
}
.kicker {
  margin-bottom: 18px;
  color: #ef3c42;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
}
.hero h1 {
  margin: 0 0 18px;
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(44px, 5.5vw, 74px);
  line-height: 0.92;
  letter-spacing: -2px;
  font-weight: 900;
}
.hero h1 span { color: #e32f34; }
.hero-copy p {
  max-width: 485px;
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.5;
}
.hero-actions { display: flex; gap: 14px; margin-bottom: 26px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.16);
}
.btn-red { background: linear-gradient(180deg, #ee3a40, #c52026); }
.btn-dark { background: #11161a; }
.hero-points {
  display: flex;
  gap: 0;
  color: #b8bdc3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.hero-points div {
  padding: 10px 22px;
  border-left: 1px solid rgba(255,255,255,0.14);
}
.hero-points div:first-child {
  padding-left: 0;
  border-left: 0;
}
.hero-art {
  position: relative;
  min-height: 385px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 16px;
}
.hero-art img {
  width: 94%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 32px rgba(0,0,0,0.45));
}

.category-strip,
.featured-products,
.engineering,
.support-news {
  padding: 16px 0;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.category-card {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 198px;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, #12171b, #0d1114);
}
.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-copy {
  padding: 22px 18px 18px 20px;
}
.category-copy h2,
.section-head h2,
.feature-card h3,
.support-card h3,
.news-body h3,
.product-body h3,
.site-footer h4 {
  font-family: 'Montserrat', sans-serif;
}
.category-copy h2 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 800;
}
.category-copy p {
  min-height: 56px;
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1.45;
}
.category-copy a { font-size: 12px; font-weight: 700; }

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.left-only { justify-content: flex-start; }
.title-wrap {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.title-line {
  display: block;
  width: 42px;
  height: 3px;
  background: var(--red);
  margin-bottom: 3px;
}
.section-head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.3px;
}
.head-link { font-size: 11px; font-weight: 600; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.product-card {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: #0d1216;
}
.product-card img {
  width: 100%;
  height: 175px;
  object-fit: cover;
  background: #171d21;
}
.product-body {
  padding: 14px;
}
.product-body h3 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.25;
}
.product-body p {
  min-height: 50px;
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.45;
}
.price {
  margin: 0 0 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 800;
}
.card-btn {
  display: block;
  padding: 11px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
  background: linear-gradient(180deg, #ef3a40, #d22127);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.feature-card,
.support-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #12171b, #0d1216);
}
.icon-circle,
.support-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  font-size: 22px;
  color: #e43036;
  border: 2px solid #e43036;
  border-radius: 50%;
}
.feature-card h3,
.support-card h3 {
  margin: 0 0 5px;
  font-size: 14px;
}
.feature-card p,
.support-card p {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
}

.support-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}
.support-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.support-card {
  display: block;
  min-height: 132px;
}
.support-card .support-icon {
  margin-bottom: 12px;
  border-radius: 8px;
}
.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.news-card {
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: #0e1317;
}
.news-card img {
  width: 100%;
  height: 82px;
  object-fit: cover;
}
.news-body {
  padding: 10px;
}
.news-body small {
  color: #aab0b5;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.news-body h3 {
  margin: 6px 0 0;
  font-size: 11px;
  line-height: 1.25;
}

.site-footer {
  padding: 24px 0 28px;
  border-top: 1px solid rgba(255,255,255,0.10);
  background: #080b0e;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.6fr 0.8fr 0.9fr;
  gap: 30px;
}
.footer-logo { width: 315px; max-width: 100%; margin-bottom: 10px; }
.site-footer h4 {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
}
.site-footer p,
.site-footer a {
  display: block;
  margin: 0 0 6px;
  color: #aeb4ba;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .hero-grid,
  .support-grid,
  .footer-grid,
  .category-grid,
  .product-grid,
  .feature-grid,
  .support-cards,
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { justify-content: center; padding-left: 0; }
  .hero-art img { width: 100%; }
}

@media (max-width: 760px) {
  .nav-row,
  .nav-links,
  .category-grid,
  .product-grid,
  .feature-grid,
  .support-grid,
  .support-cards,
  .news-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .nav-row {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 0;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .brand img { width: 285px; height: auto; }
  .hero h1 { font-size: 46px; }
  .hero-points { display: none; }
  .hero-art { min-height: 260px; justify-content: center; padding-left: 0; }
  .hero-art img { width: 100%; }
  .category-card { grid-template-columns: 1fr; }
  .category-card img { max-height: 220px; }
  .product-card img { height: 220px; }
}
