:root {
  --ink: #17211d;
  --muted: #56645f;
  --pine: #164b3c;
  --leaf: #25745a;
  --amber: #bd8230;
  --steel: #365d72;
  --paper: #f7faf8;
  --mist: #e7efeb;
  --line: #d7e2dc;
  --white: #ffffff;
  --shadow: 0 22px 70px rgba(18, 34, 29, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  width: min(1180px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  min-width: 210px;
  text-decoration: none;
}

.brand-name {
  display: block;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--pine);
}

.brand-sub {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: var(--muted);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--pine);
  font-size: 24px;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  font-size: 14px;
}

.nav-links a,
.nav-main {
  text-decoration: none;
  color: var(--muted);
  font-weight: 700;
}

.nav-links a:hover,
.nav-main:hover {
  color: var(--pine);
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-main {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.has-dropdown > .nav-main::after {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  z-index: 30;
  display: grid;
  min-width: 220px;
  gap: 2px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 16px;
}

.nav-dropdown a {
  display: block;
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.25;
  white-space: nowrap;
}

.nav-dropdown a:hover {
  background: var(--paper);
}

.nav-product-dropdown {
  left: auto;
  right: 0;
  grid-template-columns: repeat(2, minmax(230px, 1fr));
  width: min(680px, calc(100vw - 32px));
  gap: 14px 18px;
  padding: 16px;
}

.nav-product-group {
  display: grid;
  align-content: start;
  gap: 7px;
}

.nav-series-link {
  display: block;
  padding: 0 0 7px !important;
  border-bottom: 1px solid var(--line);
  border-radius: 0 !important;
  color: var(--pine) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.nav-product-list {
  display: grid;
  gap: 1px;
}

.nav-product-list a {
  padding: 6px 0 !important;
  color: var(--muted);
  font-size: 12.5px !important;
  font-weight: 650;
  line-height: 1.25;
}

.nav-product-list a:hover {
  color: var(--pine);
  background: transparent;
}

.has-dropdown:hover .nav-dropdown,
.has-dropdown:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.nav-quote {
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--pine);
  color: var(--white) !important;
}

.language-link {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--steel) !important;
}

.anchor-target {
  display: block;
  height: 0;
  scroll-margin-top: 92px;
}

[id] {
  scroll-margin-top: 92px;
}

.hero {
  position: relative;
  min-height: 84vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(13, 26, 21, 0.88), rgba(13, 26, 21, 0.58) 46%, rgba(13, 26, 21, 0.2)),
    url("assets/images/hero-warehouse.jpg") center / cover no-repeat;
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 72px 0 84px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #d9f3e8;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  max-width: 800px;
  margin: 0;
  font-size: clamp(44px, 7vw, 86px);
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 690px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 2vw, 22px);
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
}

.button.primary {
  background: var(--amber);
  color: var(--white);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.button.dark {
  background: var(--pine);
  color: var(--white);
}

.button.light {
  border-color: var(--line);
  background: var(--white);
  color: var(--pine);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(130px, 1fr));
  gap: 1px;
  width: min(980px, 100%);
  margin-top: 46px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.metric {
  min-height: 104px;
  padding: 18px;
  background: rgba(9, 20, 16, 0.5);
}

.metric strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
}

.metric span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
}

.section {
  padding: 86px 0;
}

.section.alt {
  background: var(--paper);
}

.section.deep {
  background: #10251f;
  color: var(--white);
}

.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.75fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

.section-heading p,
.lead {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.deep .section-heading p,
.deep .lead {
  color: rgba(255, 255, 255, 0.76);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(24, 35, 31, 0.07);
}

.product-card.clickable {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-card.clickable:hover {
  transform: translateY(-3px);
  border-color: #a9c2b5;
  box-shadow: 0 18px 38px rgba(24, 35, 31, 0.12);
}

.product-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--mist);
}

.product-body {
  padding: 18px;
}

.product-body h3 {
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

.product-body p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.spec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.spec-list span {
  padding: 6px 8px;
  border-radius: 7px;
  background: var(--mist);
  color: var(--pine);
  font-size: 12px;
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--leaf);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.product-link > .text-link {
  margin: 0 18px 18px;
}

.product-system-section {
  background: var(--white);
}

.news-section {
  background: var(--white);
}

.news-simple-heading {
  margin: 0 0 22px;
  color: var(--pine);
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
  gap: 24px;
  align-items: start;
}

.news-feature,
.news-rail {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.news-feature {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  height: 429px;
  min-height: 0;
  overflow: hidden;
}

.news-feature img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.news-feature-body {
  padding: 20px 24px 22px;
}

.news-feature-body span,
.news-card span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--leaf);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-feature-body span {
  display: none;
}

.news-feature-body h3 {
  max-width: 780px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.16;
}

.news-feature-body h3 a,
.news-card h4 a {
  color: inherit;
  text-decoration: none;
}

.news-feature-body h3 a:hover,
.news-card h4 a:hover {
  color: var(--pine);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.news-feature-body p,
.news-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.news-feature-body p {
  display: -webkit-box;
  margin-top: 12px;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-rail {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: 429px;
  min-height: 0;
  overflow: hidden;
}

.news-rail-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 16px 12px;
  border-bottom: 1px solid var(--line);
}

.news-rail-head strong {
  color: var(--pine);
  font-size: 18px;
}

.news-controls {
  display: inline-flex;
  gap: 6px;
}

.news-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--pine);
  background: var(--white);
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
}

.news-controls button:hover {
  border-color: var(--pine);
  background: var(--paper);
}

.news-track {
  display: grid;
  align-content: start;
  gap: 0;
  height: 100%;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  padding: 8px 16px;
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory;
  scrollbar-width: thin;
}

.news-track::-webkit-scrollbar {
  width: 6px;
}

.news-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(22, 75, 60, 0.24);
}

.news-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 0;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  scroll-snap-align: start;
}

.news-card:first-child {
  padding-top: 0;
}

.news-card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.news-card img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.news-card h4 {
  margin: 0 0 7px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.24;
}

.news-card p {
  font-size: 12.5px;
  line-height: 1.45;
}

.home-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.85fr);
  gap: 26px;
  align-items: start;
}

.home-lead-news,
.home-news-list {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.home-news-image-link,
.home-news-thumb-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.home-lead-news img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.home-lead-news div,
.home-news-list article {
  padding: 24px;
}

.home-news-list article {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
}

.home-news-list article + article {
  border-top: 1px solid var(--line);
}

.home-news-thumb {
  width: 96px;
  height: 72px;
  border-radius: 4px;
  object-fit: cover;
}

.home-lead-news small,
.home-news-list small {
  display: block;
  margin-bottom: 8px;
  color: var(--leaf);
  font-weight: 900;
  text-transform: uppercase;
}

.home-news-list small {
  margin-bottom: 5px;
  font-size: 12px;
}

.home-lead-news h3,
.home-news-list h3 {
  margin: 0;
  color: var(--pine);
  line-height: 1.2;
}

.home-lead-news h3 {
  max-width: 680px;
  font-size: 20px;
}

.home-news-list h3 {
  display: -webkit-box;
  overflow: hidden;
  font-size: 18px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-lead-news h3 a,
.home-news-list h3 a {
  color: inherit;
  text-decoration: none;
}

.home-lead-news h3 a:hover,
.home-news-list h3 a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.news-page-layout {
  gap: 28px;
  padding-top: 0;
}

.news-page-main {
  min-width: 0;
}

.news-side-links {
  display: grid;
  margin-top: 12px;
  border-top: 1px solid var(--line);
}

.news-side-links a {
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
}

.news-side-links a:hover,
.news-side-links a.is-active {
  color: var(--pine);
}

.news-category-section + .news-category-section {
  margin-top: 42px;
}

.news-category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.news-category-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.1;
}

.news-category-head span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.news-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news-article-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  scroll-margin-top: 96px;
}

.news-article-image-link {
  display: block;
}

.news-article-card img,
.news-detail-article > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 2.7;
  object-fit: cover;
}

.news-article-body {
  padding: 15px;
}

.news-article-body span {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--leaf);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.news-article-body h3 {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.25;
}

.news-article-body h3 a {
  color: inherit;
  text-decoration: none;
}

.news-article-body h3 a:hover {
  color: var(--pine);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.news-article-body small {
  display: block;
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 11.5px;
  line-height: 1.35;
}

.news-article-body p {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.55;
}

.news-source-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--pine);
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
}

.news-source-link:hover {
  text-decoration: underline;
}

.news-empty-state {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.news-empty-state h3 {
  margin: 0 0 8px;
  color: var(--ink);
  font-size: 20px;
}

.news-empty-state p {
  margin: 0;
  color: var(--muted);
}

.news-detail-article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.news-detail-copy {
  max-width: 860px;
  padding: 28px;
}

.news-detail-copy p {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.72;
}

.news-detail-copy p:last-child {
  margin-bottom: 0;
}

.news-detail-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0;
}

.news-detail-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  object-fit: cover;
}

.news-original-source {
  margin-top: 24px !important;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.news-original-source a {
  color: var(--pine);
  font-weight: 800;
  text-decoration: none;
}

.news-original-source a:hover {
  text-decoration: underline;
}

.d-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 30px;
  align-items: center;
  padding: 30px;
  border-radius: 8px;
  background: #10251f;
  color: var(--white);
  overflow: hidden;
}

.d-visual {
  display: grid;
  grid-template-columns: 1fr 0.72fr;
  gap: 10px;
  height: 430px;
  min-height: 0;
  min-width: 0;
  transition: opacity 0.24s ease;
}

.d-visual.is-changing {
  opacity: 0.28;
}

.d-visual-card {
  position: relative;
  display: block;
  overflow: hidden;
  min-width: 0;
  min-height: 0;
  border-radius: 8px;
  color: var(--white);
  background: #1f382f;
  text-decoration: none;
}

.d-visual-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.d-visual-card.main {
  height: 100%;
}

.d-visual-stack {
  display: grid;
  min-height: 0;
  grid-auto-rows: minmax(0, 1fr);
  gap: 10px;
}

[data-series-main] {
  display: grid;
  min-width: 0;
  min-height: 0;
}

.d-visual-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 9px;
  border-radius: 8px;
  background: rgba(16, 37, 31, 0.82);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
}

.d-visual-label strong,
.d-visual-label small {
  display: block;
}

.d-visual-label small {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
}

.d-band h3 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1;
}

.d-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.d-band h3,
.d-band p,
.d-proof span {
  overflow-wrap: anywhere;
}

.d-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.d-proof span {
  min-height: 70px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.d-lanes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.d-lane {
  min-height: 360px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.d-lane.is-active {
  transform: translateY(-4px);
  border-color: #10251f;
  background: #10251f;
  color: var(--white);
  box-shadow: 0 18px 42px rgba(16, 37, 31, 0.18);
}

.d-lane strong {
  display: block;
  color: var(--pine);
  font-size: 18px;
  line-height: 1.12;
}

.d-lane.is-active strong {
  color: var(--white);
}

.d-lane p {
  margin: 10px 0 16px;
  color: var(--muted);
  font-size: 14px;
}

.d-lane.is-active p {
  color: rgba(255, 255, 255, 0.74);
}

.micro-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.micro-list a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.d-lane.is-active .micro-list a {
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.subpage-hero {
  padding: 72px 0 58px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.subpage-hero h1 {
  max-width: 930px;
  color: var(--ink);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1;
}

.subpage-hero .hero-copy {
  color: var(--muted);
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumb a {
  color: var(--pine);
  text-decoration: none;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 0;
}

.category-tabs a {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--pine);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.category-block {
  margin-top: 48px;
}

.category-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.category-title h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.1;
}

.category-title span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.detail-hero {
  padding: 70px 0;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(380px, 0.78fr);
  gap: 44px;
  align-items: center;
}

.detail-hero h1 {
  color: var(--ink);
  font-size: clamp(38px, 5.7vw, 70px);
}

.detail-hero .hero-copy {
  color: var(--muted);
}

.product-detail-hero {
  background:
    linear-gradient(180deg, rgba(247, 250, 248, 0.96), rgba(247, 250, 248, 1)),
    url("assets/images/raw-material.jpg") center / cover no-repeat;
}

.product-detail-page {
  background: var(--white);
}

.product-detail-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  padding-top: 46px;
}

.product-detail-main {
  min-width: 0;
}

.product-detail-main > .product-detail-hero {
  padding: 0 0 64px;
  border-bottom: 1px solid var(--line);
}

.product-detail-main > .section {
  padding: 70px 0;
}

.product-side-nav {
  position: sticky;
  top: 96px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 36px rgba(24, 35, 31, 0.08);
}

.side-nav-title {
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--pine);
  text-decoration: none;
}

.side-nav-title span,
.side-nav-title small {
  display: block;
}

.side-nav-title span {
  font-size: 18px;
  font-weight: 800;
}

.side-nav-title small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.side-nav-group {
  margin-top: 16px;
}

.side-nav-toggle {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 8px;
  align-items: center;
  width: 100%;
  min-height: 38px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.side-nav-toggle::after {
  content: "+";
  color: var(--leaf);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.side-nav-toggle[aria-expanded="true"]::after {
  content: "-";
}

.side-nav-group.is-open .side-nav-toggle {
  color: var(--pine);
}

.side-nav-toggle span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.side-nav-toggle small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  min-height: 22px;
  border-radius: 999px;
  background: var(--mist);
  color: var(--pine);
  font-size: 11px;
  font-weight: 900;
}

.side-nav-group ul {
  display: grid;
  gap: 1px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.side-nav-group a {
  display: block;
  padding: 7px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.side-nav-group a::before {
  content: "· ";
  color: var(--leaf);
  font-weight: 800;
}

.side-nav-group a:hover,
.side-nav-group a.is-active {
  color: var(--pine);
}

.side-nav-group a.is-active {
  font-weight: 900;
}

.side-nav-group a::before {
  content: "\00B7 ";
}

.product-detail-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.82fr);
  gap: 44px;
  align-items: center;
}

.detail-intro h1 {
  color: var(--ink);
  font-size: clamp(40px, 5.8vw, 74px);
}

.key-spec-list {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  color: var(--ink);
  list-style: none;
}

.key-spec-list li {
  position: relative;
  padding-left: 15px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.4;
}

.key-spec-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--pine);
  font-weight: 900;
}

.key-spec-list span {
  color: var(--pine);
  font-weight: 900;
}

.product-gallery {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.gallery-main {
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.gallery-main img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.gallery-thumb {
  display: grid;
  min-width: 0;
  gap: 6px;
  padding: 7px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--muted);
  cursor: pointer;
  text-align: left;
}

.gallery-thumb.is-active {
  border-color: var(--pine);
  box-shadow: inset 0 0 0 2px rgba(22, 75, 60, 0.16);
}

.gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 0.74;
  border-radius: 6px;
  object-fit: cover;
}

.gallery-thumb span {
  overflow: hidden;
  color: var(--pine);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-code {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--mist);
  color: var(--pine);
  font-size: 13px;
  font-weight: 800;
}

.detail-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--white);
}

.detail-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.44fr);
  gap: 34px;
  align-items: start;
}

.detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 34px;
  align-items: start;
}

.detail-panel,
.quote-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.detail-panel h2,
.quote-panel h2 {
  margin: 0 0 14px;
  font-size: 26px;
  line-height: 1.12;
}

.detail-panel p,
.quote-panel p {
  margin: 0 0 14px;
  color: var(--muted);
}

.buyer-note-grid {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.buyer-note {
  padding: 14px;
  border-radius: 8px;
  background: var(--paper);
}

.buyer-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--pine);
}

.buyer-note span {
  color: var(--muted);
  font-size: 14px;
}

.detail-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.detail-list li {
  padding: 11px 12px;
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
}

.spec-table-wrap {
  overflow-x: auto;
}

.spec-detail-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--line);
  background: var(--white);
}

.spec-detail-table th,
.spec-detail-table td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.spec-detail-table th {
  width: 32%;
  background: var(--paper);
  color: var(--pine);
  font-size: 13px;
  text-transform: uppercase;
}

.side-facts {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.side-fact {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.side-fact strong {
  display: block;
  color: var(--pine);
}

.side-fact span {
  color: var(--muted);
  font-size: 14px;
}

.application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.application-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.application-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.application-card strong {
  display: block;
  padding: 13px;
  color: var(--pine);
  font-size: 15px;
  line-height: 1.25;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.product-detail-page .product-detail-layout {
  gap: 24px;
  padding-top: 34px;
}

.product-detail-page .product-detail-main > .product-detail-hero {
  padding-bottom: 38px;
}

.product-detail-page .product-detail-main > .section {
  padding: 42px 0;
}

.product-detail-page .product-detail-hero-grid {
  gap: 28px;
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 0.78fr);
}

.product-detail-page .breadcrumb {
  margin-bottom: 12px;
  font-size: 12px;
}

.product-detail-page .product-code {
  margin-bottom: 10px;
  padding: 5px 8px;
  font-size: 12px;
}

.product-detail-page .detail-intro h1 {
  max-width: 560px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
}

.product-detail-page .hero-copy {
  max-width: 560px;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.55;
}

.product-detail-page .key-spec-list {
  gap: 5px;
  margin-top: 15px;
}

.product-detail-page .key-spec-list li {
  padding-left: 12px;
  font-size: 13px;
  line-height: 1.35;
}

.product-detail-page .key-spec-list li::before {
  content: "\00B7";
}

.product-detail-page .cta-row {
  margin-top: 22px;
}

.product-detail-page .button {
  min-height: 42px;
  padding: 10px 14px;
}

.product-detail-page .product-gallery {
  gap: 8px;
}

.product-detail-page .gallery-main img {
  aspect-ratio: 4 / 2.85;
}

.product-detail-page .gallery-thumbs {
  gap: 6px;
}

.product-detail-page .gallery-thumb {
  gap: 4px;
  padding: 5px;
}

.product-detail-page .gallery-thumb img {
  aspect-ratio: 1 / 0.68;
}

.product-detail-page .gallery-thumb span {
  font-size: 10px;
}

.product-detail-page .section-heading {
  gap: 24px;
  margin-bottom: 22px;
}

.product-detail-page .section-heading h2 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.product-detail-page .section-heading p,
.product-detail-page .lead {
  font-size: 14px;
}

.product-detail-page .eyebrow {
  margin-bottom: 8px;
  font-size: 11px;
}

.product-detail-page .detail-content-grid {
  gap: 24px;
}

.product-detail-page .detail-panel,
.product-detail-page .quote-panel {
  padding: 18px;
}

.product-detail-page .detail-panel h2,
.product-detail-page .quote-panel h2 {
  margin-bottom: 10px;
  font-size: 21px;
}

.product-detail-page .detail-panel p,
.product-detail-page .quote-panel p {
  margin-bottom: 10px;
  font-size: 14px;
}

.product-detail-page .buyer-note-grid {
  gap: 8px;
  margin-top: 16px;
}

.product-detail-page .buyer-note,
.product-detail-page .side-fact {
  padding: 10px 12px;
}

.product-detail-page .buyer-note span,
.product-detail-page .side-fact span {
  font-size: 13px;
}

.product-detail-page .side-facts {
  gap: 8px;
  margin: 14px 0;
}

.product-detail-page .spec-detail-table th,
.product-detail-page .spec-detail-table td {
  padding: 9px 11px;
  font-size: 13px;
}

.product-detail-page .spec-detail-table th {
  width: 28%;
  font-size: 11px;
}

.product-detail-page .application-grid,
.product-detail-page .related-grid {
  gap: 10px;
}

.product-detail-page .application-card img,
.product-detail-page .mini-card img {
  aspect-ratio: 4 / 2.8;
}

.product-detail-page .application-card strong,
.product-detail-page .mini-card span {
  padding: 9px 10px;
  font-size: 13px;
}

.product-detail-page .product-detail-main > .product-info-section {
  padding: 34px 0 54px;
}

.product-info-panel {
  padding: 24px 28px 28px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
}

.product-info-block {
  margin: 0;
}

.product-info-block + .product-info-block {
  margin-top: 30px;
}

.product-info-block h2 {
  margin: 0 0 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
  color: var(--pine);
  font-size: 22px;
  line-height: 1.2;
}

.product-info-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--line);
}

.product-info-title-row h2 {
  margin: 0;
  padding: 0;
  border: 0;
}

.product-info-copy {
  max-width: 900px;
}

.product-info-copy p {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.62;
}

.product-info-list {
  display: grid;
  gap: 5px;
  max-width: 920px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.product-info-list li {
  position: relative;
  padding-left: 14px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.product-info-list li::before {
  content: "\00B7";
  position: absolute;
  top: -1px;
  left: 0;
  color: var(--pine);
  font-weight: 900;
}

.product-info-list strong {
  color: var(--ink);
}

.product-info-panel .spec-table-wrap,
.product-info-panel .application-grid,
.product-info-panel .related-grid {
  margin-top: 14px;
}

.product-info-panel .spec-detail-table {
  border: 0;
  border-top: 1px solid var(--line);
}

.product-info-panel .spec-detail-table th,
.product-info-panel .spec-detail-table td {
  padding: 8px 10px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.product-info-panel .spec-detail-table th {
  width: 30%;
  background: transparent;
  color: var(--pine);
  font-size: 13px;
  text-transform: none;
}

.product-info-panel .application-grid,
.product-info-panel .related-grid {
  gap: 12px;
}

.product-info-panel .application-card,
.product-info-panel .mini-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.product-info-panel .application-card img,
.product-info-panel .mini-card img {
  border: 1px solid var(--line);
  border-radius: 4px;
  aspect-ratio: 4 / 2.7;
}

.product-info-panel .application-card strong,
.product-info-panel .mini-card span {
  padding: 7px 0 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
}

.product-carousel {
  margin-top: 0;
}

.product-carousel-controls {
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 10px;
}

.product-carousel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--pine);
  background: var(--white);
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.product-carousel-button:hover {
  border-color: var(--pine);
  background: var(--paper);
}

.product-carousel-track {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding-bottom: 8px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.product-carousel-track::-webkit-scrollbar {
  height: 6px;
}

.product-carousel-track::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(22, 75, 60, 0.24);
}

.product-carousel-card {
  flex: 0 0 calc((100% - 36px) / 4);
  min-width: 150px;
  scroll-snap-align: start;
}

@media (max-width: 900px) {
  .product-carousel-card {
    flex-basis: calc((100% - 12px) / 2);
  }
}

@media (max-width: 620px) {
  .product-info-title-row {
    align-items: flex-start;
  }

  .product-carousel-controls {
    justify-content: flex-start;
  }

  .product-carousel-card {
    flex-basis: 78%;
    min-width: 220px;
  }
}

.mini-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: inherit;
  background: var(--white);
  text-decoration: none;
}

.mini-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mini-card span {
  display: block;
  padding: 12px;
  color: var(--pine);
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  gap: 42px;
  align-items: center;
}

.split-media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.split-media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}

.split-media img:first-child {
  grid-row: span 2;
  aspect-ratio: auto;
  height: 100%;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 26px;
}

.check-item {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.check-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--pine);
}

.check-item span {
  color: var(--muted);
  font-size: 14px;
}

.export-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: start;
}

.export-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.export-list li {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.hs-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.hs-table th,
.hs-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  text-align: left;
}

.hs-table th {
  color: #d9f3e8;
  font-size: 13px;
  text-transform: uppercase;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.process-step {
  min-height: 180px;
  padding: 20px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
}

.process-step b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--steel);
  color: var(--white);
}

.process-step h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.social-section {
  background:
    linear-gradient(90deg, rgba(247, 250, 248, 0.96), rgba(247, 250, 248, 0.88)),
    url("assets/images/warehouse-stock.jpg") center / cover no-repeat;
}

.social-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 0.72fr);
  gap: 38px;
  align-items: center;
}

.social-copy h2 {
  max-width: 740px;
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: 0;
}

.social-copy .lead {
  max-width: 680px;
  margin-top: 18px;
}

.social-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.facebook-panel {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.facebook-placeholder {
  display: grid;
  align-content: center;
  gap: 8px;
  min-height: 520px;
  padding: 34px;
  background:
    linear-gradient(rgba(16, 37, 31, 0.82), rgba(16, 37, 31, 0.82)),
    url("assets/images/raw-material.jpg") center / cover no-repeat;
  color: var(--white);
}

.facebook-placeholder strong {
  font-size: 28px;
  line-height: 1.08;
}

.facebook-placeholder span {
  max-width: 360px;
  color: rgba(255, 255, 255, 0.78);
}

.facebook-panel.is-connected .facebook-placeholder {
  display: none;
}

.facebook-plugin-slot {
  min-height: 520px;
  padding: 14px;
  background: var(--white);
}

.facebook-panel:not(.is-connected) .facebook-plugin-slot {
  display: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1fr);
  gap: 36px;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.detail-row {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.detail-row strong {
  display: block;
  margin-bottom: 3px;
  color: var(--pine);
  font-size: 13px;
  text-transform: uppercase;
}

.detail-row span,
.detail-row a {
  color: var(--ink);
  text-decoration: none;
}

.rfq-form {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  color: var(--pine);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #c9d7d1;
  border-radius: 8px;
  padding: 10px 12px;
  color: var(--ink);
  background: #fbfdfc;
  font: inherit;
}

textarea {
  min-height: 112px;
  resize: vertical;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.site-footer {
  padding: 34px 0;
  background: #0d1f1a;
  color: rgba(255, 255, 255, 0.76);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

.footer-inner strong {
  color: var(--white);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  padding: 12px 16px;
  border-radius: 8px;
  background: #1f8f61;
  color: var(--white);
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(19, 102, 71, 0.26);
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 10px 4px;
  }

  .nav-item {
    display: block;
  }

  .nav-main {
    width: 100%;
    padding: 10px 4px;
  }

  .nav-dropdown {
    position: static;
    min-width: 0;
    padding: 0 0 8px 12px;
    border: 0;
    border-left: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
    transition: none;
  }

  .nav-dropdown::before {
    display: none;
  }

  .nav-dropdown a {
    padding: 7px 4px;
    white-space: normal;
  }

  .nav-product-dropdown {
    width: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 0 10px 12px;
  }

  .nav-product-group {
    gap: 4px;
  }

  .nav-series-link {
    padding: 7px 4px 5px !important;
  }

  .nav-product-list {
    padding-left: 10px;
  }

  .nav-product-list a {
    padding: 5px 4px !important;
    font-size: 12.5px !important;
  }

  .hero {
    min-height: 78vh;
    background:
      linear-gradient(180deg, rgba(13, 26, 21, 0.88), rgba(13, 26, 21, 0.58)),
      url("assets/images/hero-warehouse.jpg") center / cover no-repeat;
  }

  .hero-metrics,
  .product-grid,
  .section-heading,
  .split,
  .export-panel,
  .d-band,
  .news-layout,
  .process-grid,
  .social-grid,
  .contact-grid,
  .product-detail-layout,
  .product-detail-hero-grid,
  .detail-content-grid,
  .detail-hero-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .news-layout {
    align-items: start;
  }

  .home-news-grid {
    grid-template-columns: 1fr;
  }

  .news-feature {
    display: block;
    height: auto;
  }

  .news-feature img {
    height: auto;
    aspect-ratio: 16 / 7.7;
  }

  .news-rail {
    height: auto;
  }

  .product-detail-layout {
    padding-top: 24px;
  }

  .product-side-nav {
    position: static;
    max-height: none;
  }

  .product-detail-page .product-detail-hero-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-track {
    height: auto;
    max-height: 360px;
  }

  .news-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .d-visual {
    height: 360px;
  }

  .d-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split-media {
    order: -1;
  }

  .facebook-panel,
  .facebook-placeholder,
  .facebook-plugin-slot {
    min-height: 460px;
  }
}

@media (max-width: 620px) {
  .nav-wrap {
    width: min(100% - 24px, 1180px);
  }

  .brand {
    min-width: 0;
  }

  .brand-name {
    font-size: 15px;
  }

  .hero-inner,
  .section-inner,
  .footer-inner {
    width: min(100% - 24px, 1180px);
  }

  .section {
    padding: 64px 0;
  }

  .hero-inner {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .hero .eyebrow {
    max-width: calc(100vw - 24px);
    font-size: 12px;
    line-height: 1.35;
  }

  h1 {
    max-width: calc(100vw - 24px);
    font-size: 40px;
    line-height: 1.03;
  }

  .hero-copy {
    max-width: calc(100vw - 24px);
    font-size: 17px;
  }

  .button {
    min-height: 44px;
    padding: 11px 14px;
  }

  .hero-metrics,
  .check-grid,
  .d-lanes,
  .d-proof,
  .export-list,
  .form-grid,
  .gallery-thumbs,
  .application-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }

  .news-feature-body {
    padding: 18px;
  }

  .news-card {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 10px;
  }

  .home-news-list article {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .home-news-thumb {
    width: 88px;
    height: 66px;
  }

  .news-card img {
    min-height: 96px;
  }

  .news-category-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .news-article-grid {
    grid-template-columns: 1fr;
  }

  .news-detail-gallery {
    grid-template-columns: 1fr;
  }

  .d-visual {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(0, 1.15fr) minmax(0, 1fr);
    height: 640px;
  }

  .d-lane {
    min-height: auto;
  }

  .d-visual-card {
    min-height: 0;
  }

  .facebook-panel,
  .facebook-placeholder,
  .facebook-plugin-slot {
    min-height: 420px;
  }

  .category-title {
    align-items: start;
    flex-direction: column;
  }

  .footer-inner {
    flex-direction: column;
  }

  .rfq-form {
    padding: 18px;
  }

  .whatsapp-float {
    right: 12px;
    bottom: 12px;
    padding: 10px 12px;
  }
}

@media (max-width: 520px) {
  .nav-wrap,
  .hero-inner,
  .section-inner,
  .footer-inner {
    width: min(360px, calc(100% - 24px));
    margin-left: 12px;
    margin-right: auto;
  }

  .hero .eyebrow,
  h1,
  .hero-copy {
    max-width: 360px;
  }

  .product-detail-page .section-inner {
    width: calc(100% - 24px);
    margin-left: auto;
    margin-right: auto;
  }

  .product-detail-page h1,
  .product-detail-page .hero-copy {
    max-width: 100%;
  }
}
