:root {
  --paper: #f7f8f5;
  --paper-strong: #ffffff;
  --ink: #182019;
  --muted: #5f685f;
  --line: #d8ddd4;
  --line-strong: #b9c3b8;
  --green: #3f942b;
  --green-deep: #214d2b;
  --signal: #d9b651;
  --steel: #eef1ed;
  --shadow: 0 18px 48px rgba(24, 32, 25, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(24, 32, 25, 0.04) 1px, transparent 1px) 0 0 / 64px 64px,
    linear-gradient(180deg, rgba(24, 32, 25, 0.035) 1px, transparent 1px) 0 0 / 64px 64px,
    var(--paper);
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 248, 245, 0.92);
  border-bottom: 1px solid rgba(24, 32, 25, 0.12);
  backdrop-filter: blur(18px);
}

.contact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--ink);
}

.contact-strip a {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8fbf5;
  background: #202820;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

.header-inner {
  width: min(1180px, calc(100% - 32px));
  min-height: 74px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.header-inner > *,
.hero-copy,
.hero-side,
.section-text,
.product-card > div,
.contact-details {
  min-width: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand img {
  width: 38px;
  height: auto;
}

.brand span {
  display: grid;
  line-height: 1;
  text-transform: uppercase;
}

.brand strong {
  font-size: 16px;
}

.brand small {
  font-size: 10px;
  font-weight: 400;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.header-nav a {
  padding: 10px 0;
}

.header-cta,
.primary-button,
.request-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--green);
  border-radius: 4px;
  color: #fff;
  background: var(--green-deep);
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(33, 77, 43, 0.18);
}

.hero {
  min-height: min(720px, calc(100vh - 108px));
  display: grid;
  align-content: center;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(42px, 7vh, 86px) 0 20px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(247, 248, 245, 0.98) 0%, rgba(247, 248, 245, 0.92) 45%, rgba(247, 248, 245, 0.28) 100%),
    linear-gradient(180deg, rgba(247, 248, 245, 0.25), rgba(247, 248, 245, 0.94)),
    url("assets/hero-industrial.png") right center / min(62vw, 820px) auto no-repeat,
    var(--paper);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 82% 22%, rgba(217, 182, 81, 0.28), transparent 24%),
    linear-gradient(115deg, transparent 0 60%, rgba(63, 148, 43, 0.14) 60% 61%, transparent 61% 100%);
}

.hero-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 18px;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(280px, 0.58fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.hero-copy {
  max-width: 690px;
}

.eyebrow {
  margin: 0 8px 12px 0;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border: 1px solid rgba(63, 148, 43, 0.32);
  border-radius: 4px;
  color: var(--green-deep);
  background: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
}

.hero h1 {
  margin: 0;
  max-width: 640px;
  font-size: clamp(40px, 5.4vw, 78px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}

.hero-statement {
  margin: 22px 0 0;
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(17px, 1.55vw, 21px);
  line-height: 1.5;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.hero-actions {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-actions span {
  color: var(--green-deep);
  font-size: 14px;
  font-weight: 700;
}

.hero-side {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(185, 195, 184, 0.9);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(24, 32, 25, 0.08);
}

.hero-side img {
  width: min(280px, 100%);
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 4px;
  background: #07100a;
}

.hero-side p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.45;
}

.hero-side p:nth-of-type(1),
.hero-side p:nth-of-type(2) {
  color: var(--ink);
  font-size: 25px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.product-rail {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.product-rail a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--line-strong);
  color: var(--ink);
  font-size: clamp(14px, 2vw, 22px);
  font-weight: 800;
}

.product-rail a:last-child {
  border-right: 0;
}

.section-band {
  padding: clamp(64px, 8vw, 110px) 0;
  border-bottom: 1px solid var(--line);
}

.section-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.45fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 96px);
}

.section-title {
  position: sticky;
  top: 128px;
  align-self: start;
}

.section-title h2,
.request-band h2,
.contact-details h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
}

.section-title img {
  width: min(260px, 100%);
  margin-top: 28px;
  padding: 18px;
  border-radius: 4px;
  background: #07100a;
  border-top: 1px solid var(--line-strong);
}

.section-text {
  color: var(--muted);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.56;
}

.section-text p {
  margin: 0 0 22px;
}

.section-text p:last-child {
  margin-bottom: 0;
}

.history {
  background:
    linear-gradient(135deg, rgba(63, 148, 43, 0.08), transparent 42%),
    var(--paper-strong);
}

.products {
  background: #eef1ed;
}

.product-intro {
  margin-bottom: 42px;
}

.product-grid {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.product-card {
  grid-column: span 12;
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 1fr);
  grid-template-rows: auto;
  align-items: start;
  min-height: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  overflow: hidden;
  background: var(--paper-strong);
  box-shadow: 0 14px 34px rgba(24, 32, 25, 0.08);
}

.product-card.wide {
  grid-column: span 12;
  grid-template-rows: auto;
}

.product-card.tall {
  grid-row: auto;
}

.product-card img {
  width: 100%;
  height: clamp(300px, 31vw, 400px);
  min-height: 0;
  object-fit: cover;
  object-position: center;
  background: #06100a;
}

.product-card > div {
  align-self: center;
  padding: clamp(26px, 4vw, 54px);
  background: var(--paper-strong);
}

.product-card h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: clamp(23px, 2.7vw, 34px);
  line-height: 1.04;
  font-weight: 800;
}

.product-card p,
.product-card li {
  color: var(--muted);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.58;
}

.product-card p {
  margin: 0 0 12px;
}

.product-card p:last-child {
  margin-bottom: 0;
}

.product-card ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}

.product-card li {
  position: relative;
  padding-left: 18px;
}

.product-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}

.request-band {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(70px, 8vw, 110px) auto;
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(24, 32, 25, 0.98), rgba(33, 77, 43, 0.94)),
    url("assets/process-1.png") center / cover no-repeat;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.request-band p {
  margin: 18px 0 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.5;
}

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

.request-form input {
  min-height: 52px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 4px;
  padding: 0 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  font: inherit;
  outline: none;
}

.request-form input::placeholder {
  color: rgba(255, 255, 255, 0.64);
}

.request-form input:focus {
  border-color: var(--signal);
}

.request-form button {
  grid-column: 1 / -1;
  min-height: 54px;
  background: var(--green);
}

.facilities {
  background: var(--paper-strong);
}

.facilities .section-grid {
  grid-template-columns: minmax(460px, 0.5fr) minmax(0, 1fr);
  align-items: start;
}

.facilities .section-title h2 {
  font-size: clamp(32px, 4vw, 50px);
}

.facilities .section-text {
  font-size: clamp(18px, 2vw, 25px);
}

.facility-strip {
  width: min(1180px, calc(100% - 32px));
  margin: 42px auto 0;
  display: grid;
  grid-template-columns: 1fr 1.42fr 1fr;
  gap: 18px;
}

.facility-strip img {
  width: 100%;
  height: clamp(240px, 32vw, 420px);
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line-strong);
}

.contacts {
  padding-bottom: clamp(52px, 7vw, 92px);
  background: var(--ink);
  color: #fff;
  border-bottom: 0;
}

.contact-layout {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(0, 1.26fr);
  gap: 30px;
  align-items: stretch;
}

.contact-details {
  padding: 0;
  display: grid;
  align-content: start;
  gap: 18px;
}

.contact-details a,
.contact-details p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.55;
}

.contact-details > a:not(.brand) {
  width: fit-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.office-list {
  display: grid;
  gap: 12px;
}

.office-list p {
  max-width: 520px;
}

.office-list span {
  display: block;
  margin-bottom: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-brand {
  margin-top: 12px;
}

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

.map-card {
  min-height: clamp(360px, 34vw, 460px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
}

.map-card__caption {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f7f8f5;
  border-bottom: 1px solid var(--line);
}

.map-card__caption span {
  font-size: 14px;
  font-weight: 800;
}

.map-card__caption a {
  flex: 0 0 auto;
  color: var(--green-deep);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  border-bottom: 1px solid rgba(33, 77, 43, 0.3);
}

.map-card iframe {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 306px;
  border: 0;
}

.floating-social {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  gap: 10px;
}

.floating-social a {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 30px rgba(24, 32, 25, 0.18);
}

.floating-social img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.mobile-actionbar {
  display: none;
}

@media (max-width: 920px) {
  .header-inner {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 0;
  }

  .header-nav {
    justify-content: flex-start;
  }

  .header-cta {
    width: fit-content;
  }

  .hero-inner,
  .section-grid,
  .request-band,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .map-card {
    min-height: clamp(320px, 44vw, 420px);
  }

  .hero {
    min-height: auto;
    padding: 42px 0 22px;
    background:
      linear-gradient(180deg, rgba(247, 248, 245, 0.96), rgba(247, 248, 245, 0.72)),
      url("assets/hero-industrial.png") center top / cover no-repeat,
      var(--paper);
  }

  .hero-side {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line-strong);
  }

  .section-title {
    position: static;
  }

  .product-card,
  .product-card.wide {
    grid-column: span 12;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }

  .product-card img {
    height: clamp(240px, 42vw, 330px);
    min-height: 0;
    max-height: none;
  }

  .facility-strip,
  .facilities .section-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .map-wrap {
    grid-template-columns: 1fr;
  }

  .map-card {
    min-height: 320px;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: calc(82px + env(safe-area-inset-bottom));
  }

  html,
  body,
  .site-header,
  main {
    width: 100dvw;
    max-width: 100dvw;
  }

  .contact-strip {
    display: none;
  }

  .contact-strip a {
    min-height: 30px;
    padding: 4px 6px;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    white-space: normal;
  }

  .hero-inner {
    width: calc(100dvw - 32px);
    max-width: 358px;
    margin-left: 16px;
    margin-right: 16px;
    padding-top: 28px;
    gap: 18px;
  }

  .hero-copy,
  .hero h1 {
    width: 100%;
    max-width: 330px;
  }

  .hero h1 {
    font-size: clamp(30px, 9vw, 34px);
    line-height: 1;
  }

  .hero-statement {
    margin-top: 18px;
    max-width: 330px;
    font-size: 16px;
    line-height: 1.5;
  }

  .eyebrow {
    min-height: 26px;
    padding: 0 10px;
    font-size: 11px;
  }

  .hero-actions {
    align-items: flex-start;
    gap: 12px;
  }

  .hero-actions .primary-button {
    width: min(100%, 216px);
  }

  .hero-actions span {
    width: 100%;
  }

  .hero-side {
    max-width: 330px;
    gap: 8px;
    padding: 18px;
  }

  .hero-side img {
    width: 180px;
  }

  .hero-side p:nth-of-type(1),
  .hero-side p:nth-of-type(2) {
    font-size: 18px;
  }

  .product-rail,
  .request-form {
    grid-template-columns: 1fr;
  }

  .product-rail,
  .facility-strip,
  .contact-layout {
    width: calc(100dvw - 32px);
    max-width: 358px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .product-grid {
    width: calc(100dvw - 24px);
    max-width: 358px;
    margin-left: 16px;
    margin-right: 16px;
    gap: 14px;
  }

  .product-card img {
    height: clamp(210px, 62vw, 260px);
  }

  .product-card > div {
    padding: 22px;
  }

  .product-card h3 {
    font-size: 25px;
  }

  .section-band {
    padding: 48px 0;
  }

  .section-grid {
    width: calc(100dvw - 32px);
    max-width: 358px;
    margin-left: 16px;
    margin-right: 16px;
    gap: 18px;
  }

  .section-title h2,
  .request-band h2,
  .contact-details h2 {
    font-size: clamp(30px, 10vw, 40px);
    line-height: 1.03;
  }

  .section-text {
    font-size: 17px;
  }

  .product-rail a {
    border-right: 0;
    border-bottom: 1px solid var(--line-strong);
  }

  .product-rail a:last-child {
    border-bottom: 0;
  }

  .request-band {
    width: min(100% - 24px, 358px);
    margin-left: 16px;
    margin-right: 16px;
    padding: 24px;
  }

  .floating-social {
    display: none;
  }

  .header-inner {
    min-height: 64px;
    grid-template-columns: 1fr auto;
  }

  .header-cta {
    display: none;
  }

  .header-nav {
    justify-content: end;
  }

  .mobile-actionbar {
    position: fixed;
    left: 0;
    right: auto;
    bottom: 0;
    width: min(100%, 390px);
    max-width: 390px;
    overflow: hidden;
    z-index: 40;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 8px;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: rgba(247, 248, 245, 0.94);
    border-top: 1px solid var(--line-strong);
    backdrop-filter: blur(16px);
  }

  .mobile-actionbar a {
    min-width: 0;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
  }

  .mobile-actionbar a:first-child {
    color: var(--green-deep);
    background: #fff;
    border: 1px solid var(--line-strong);
  }

  .mobile-actionbar a:last-child {
    color: #fff;
    background: var(--green-deep);
    border: 1px solid var(--green);
  }
}
