:root {
  --ink: #172126;
  --muted: #5b6870;
  --line: #d9e0e3;
  --paper: #f7f8f5;
  --white: #ffffff;
  --green: #0f6f55;
  --green-dark: #0a3f35;
  --blue: #1f5f8f;
  --gold: #c4912d;
  --shadow: 0 18px 50px rgba(23, 33, 38, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(10, 63, 53, 0.96);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
}

.brand {
  width: 168px;
}

.brand img {
  width: 100%;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: transparent;
  color: var(--white);
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--green-dark);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 31, 27, 0.88), rgba(5, 31, 27, 0.58) 45%, rgba(5, 31, 27, 0.2)),
    linear-gradient(0deg, rgba(5, 31, 27, 0.58), rgba(5, 31, 27, 0.05) 45%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 96px 0 78px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 22px;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.98;
  font-weight: 700;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  text-decoration: none;
}

.button.primary {
  background: var(--gold);
  color: #1f1707;
}

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

.button.contact-button {
  margin-top: 6px;
  background: var(--gold);
  color: #1f1707;
}

.section {
  padding: clamp(70px, 9vw, 124px) clamp(18px, 4vw, 64px);
}

.section-heading {
  width: min(1060px, 100%);
  margin: 0 auto 42px;
}

.section-heading.compact {
  margin-bottom: 34px;
}

.intro-grid,
.metrics,
.application-grid,
.product-block,
.product-pair,
.gallery,
.split-section,
.contact-section {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  color: var(--muted);
  font-size: 1.03rem;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.metrics div {
  min-height: 128px;
  padding: 24px;
  background: var(--white);
}

.metrics strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 1.9rem;
  line-height: 1;
}

.metrics span {
  color: var(--muted);
  font-size: 0.95rem;
}

.split-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-top: 0;
}

.split-copy p:last-child {
  color: var(--muted);
  font-size: 1.06rem;
}

.capability-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.capability-list span {
  padding: 16px 18px;
  border-left: 4px solid var(--green);
  background: var(--white);
  box-shadow: 0 8px 30px rgba(23, 33, 38, 0.07);
  font-weight: 700;
}

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

.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 div {
  padding: 20px;
}

.application-card p,
.product-block p,
.product-mini p,
.contact-copy p {
  color: var(--muted);
}

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

.product-block {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 34px;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 0.92rem;
}

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

th {
  background: #edf3f0;
  color: var(--green-dark);
  font-size: 0.78rem;
  text-transform: uppercase;
}

tr:last-child td {
  border-bottom: 0;
}

.product-pair {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.product-mini {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfa;
}

.product-mini ul {
  margin: 16px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.product-image-card img {
  width: 100%;
  max-height: 150px;
  margin-bottom: 18px;
  object-fit: contain;
  background: var(--white);
}

.facility-section {
  background: #e8efeb;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-section {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 58px;
  align-items: start;
  padding: clamp(70px, 9vw, 124px) clamp(18px, 4vw, 64px);
}

.contact-copy h2 {
  max-width: 720px;
}

.contact-panel {
  padding: 30px;
  border-radius: 8px;
  background: var(--green-dark);
  color: var(--white);
  box-shadow: var(--shadow);
}

.contact-panel a {
  color: var(--white);
}

.reveal-contact {
  margin-bottom: 18px;
}

.contact-links {
  display: grid;
  gap: 8px;
  margin: 8px 0 20px;
}

.warehouse-grid {
  display: grid;
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.warehouse-grid strong,
.warehouse-grid span {
  display: block;
}

.warehouse-grid span {
  color: rgba(255, 255, 255, 0.76);
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 14px;
  padding: 24px clamp(18px, 4vw, 64px);
  background: #101719;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.site-footer a {
  color: var(--white);
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border-radius: 8px;
    background: var(--green-dark);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .intro-grid,
  .split-section,
  .product-block,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .metrics,
  .application-grid,
  .product-pair {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .contact-section {
    gap: 32px;
  }
}

@media (max-width: 640px) {
  .brand {
    width: 138px;
  }

  .hero {
    min-height: 620px;
  }

  .hero-content {
    padding-bottom: 58px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .button {
    justify-content: center;
  }

  .metrics,
  .application-grid,
  .product-pair,
  .gallery,
  .capability-list {
    grid-template-columns: 1fr;
  }

  .metrics div {
    min-height: auto;
  }

  h1 {
    font-size: 2.55rem;
  }
}
