:root {
  --ink: #16212c;
  --muted: #617080;
  --line: #d9e1e8;
  --surface: #ffffff;
  --soft: #f3f6f8;
  --deep: #10232f;
  --accent: #0f766e;
  --accent-dark: #115e59;
  --gold: #b7791f;
  --radius: 8px;
  --shadow: 0 22px 60px rgba(16, 35, 47, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

ul {
  margin: 18px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

li + li {
  margin-top: 8px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 76px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 800;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #ffffff;
  background: var(--accent);
  border-radius: 50%;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.nav a:hover,
.nav a.active,
.footer a:hover,
.contact-panel a:hover {
  color: var(--accent-dark);
}

.hero {
  min-height: 720px;
  display: grid;
  align-items: end;
  padding: clamp(52px, 8vw, 116px) clamp(20px, 5vw, 76px);
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(16, 35, 47, 0.92), rgba(16, 35, 47, 0.72) 45%, rgba(16, 35, 47, 0.16)),
    url("assets/manufacturing-hero.png") center / cover no-repeat;
}

.hero-overlay {
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow.light {
  color: #8ee7dc;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

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

h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

p {
  margin: 0;
}

.hero-text {
  margin-top: 26px;
  max-width: 720px;
  color: #e8f1f3;
  font-size: 19px;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid #ffffff;
  border-radius: var(--radius);
  font-weight: 800;
}

.button.primary {
  color: #ffffff;
  background: var(--accent);
  border-color: var(--accent);
}

.button.secondary {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  padding: 24px clamp(20px, 3vw, 34px);
  background: #ffffff;
}

.trust-strip strong {
  display: block;
  font-size: 18px;
}

.trust-strip span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 14px;
}

.section {
  padding: clamp(56px, 7vw, 96px) clamp(20px, 5vw, 76px);
}

.page-hero {
  padding: clamp(74px, 9vw, 128px) clamp(20px, 5vw, 76px);
  background: linear-gradient(180deg, #f8fafb 0%, #ffffff 100%);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  max-width: 920px;
  color: var(--ink);
}

.page-hero p:last-child {
  max-width: 820px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 18px;
}

.policy-page-hero {
  background: var(--soft);
}

.shaded {
  background: var(--soft);
}

.intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(32px, 6vw, 84px);
  border-bottom: 1px solid var(--line);
}

.copy-block {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: 17px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-heading p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 17px;
}

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

.product-card,
.info-card,
.quote-panel,
.faq-grid article,
.link-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.link-card {
  min-height: 190px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.link-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.link-card h3 {
  margin-bottom: 12px;
}

.link-card p {
  color: var(--muted);
}

.product-card {
  min-height: 430px;
}

.product-card p,
.info-card p,
.faq-grid p,
.capability-list p,
.quote-panel p,
.quote-panel li,
.process-grid p,
.policy p,
.contact-band p {
  color: var(--muted);
}

.product-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 22px;
  color: #ffffff;
  background: var(--gold);
  border-radius: 50%;
  font-weight: 800;
}

.gallery-section {
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

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

.gallery-item {
  position: relative;
  min-height: 280px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: 0 10px 30px rgba(16, 35, 47, 0.08);
}

.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 34px 18px 16px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(16, 35, 47, 0), rgba(16, 35, 47, 0.82));
}

.product-card h3,
.info-card h3,
.faq-grid h3 {
  margin-bottom: 12px;
}

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

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

.capability-list article {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #ffffff;
}

.capability-list h3,
.process-grid h3 {
  margin-bottom: 12px;
}

.quote-panel {
  position: sticky;
  top: 90px;
  box-shadow: var(--shadow);
}

.process-section {
  background: var(--deep);
  color: #ffffff;
}

.process-section .eyebrow {
  color: #8ee7dc;
}

.process-section .section-heading p {
  color: #c8d7dc;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.process-grid article {
  min-height: 250px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.06);
}

.process-grid span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  place-items: center;
  color: var(--deep);
  background: #ffffff;
  border-radius: 50%;
  font-weight: 800;
}

.process-grid p {
  color: #d9e8ec;
}

.payment-section .info-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.contact-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(320px, 1.05fr);
  gap: 28px;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.contact-panel {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.contact-panel p + p {
  margin-top: 14px;
}

.policy-area {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: 1px;
  padding: 0;
  background: var(--line);
  border-top: 1px solid var(--line);
}

.policy-heading {
  padding: clamp(36px, 5vw, 58px);
  background: #ffffff;
}

.policy {
  padding: clamp(30px, 4vw, 46px);
  background: #ffffff;
}

.policy h3 {
  margin-bottom: 16px;
  font-size: 28px;
}

.policy p + p {
  margin-top: 14px;
}

.policy-page {
  background: #ffffff;
}

.policy-page article {
  max-width: 900px;
}

.policy-page h2 {
  margin-top: 34px;
  margin-bottom: 12px;
  font-size: clamp(24px, 3vw, 34px);
}

.policy-page h2:first-child {
  margin-top: 0;
}

.policy-page p {
  color: var(--muted);
  font-size: 17px;
}

.policy-page a {
  color: var(--accent-dark);
  font-weight: 800;
}

.footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(20px, 5vw, 76px);
  color: #ffffff;
  background: #111c25;
}

.footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  color: #dce5ea;
  font-size: 14px;
}

@media (max-width: 1100px) {
  .trust-strip,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-grid,
  .info-grid,
  .payment-section .info-grid,
  .link-card-grid {
    grid-template-columns: 1fr;
  }

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

  .product-card {
    min-height: auto;
  }
}

@media (max-width: 900px) {
  .site-header,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .hero {
    min-height: 640px;
    background:
      linear-gradient(180deg, rgba(16, 35, 47, 0.94), rgba(16, 35, 47, 0.72)),
      url("assets/manufacturing-hero.png") center / cover no-repeat;
  }

  .intro,
  .capability-layout,
  .contact-band,
  .policy-area {
    grid-template-columns: 1fr;
  }

  .capability-list,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item.large {
    grid-column: span 1;
    grid-row: span 1;
  }

  .quote-panel {
    position: static;
  }
}

@media (max-width: 560px) {
  .brand {
    white-space: normal;
  }

  .trust-strip,
  .process-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 620px;
  }

  .button {
    width: 100%;
  }
}
