.about-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 76px));
  overflow: hidden;
  background: #d9ded8;
}

.about-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(14, 24, 18, 0.84), rgba(14, 24, 18, 0.46) 48%, rgba(14, 24, 18, 0.08));
}

.about-hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(760px, 92vw);
  min-height: min(760px, calc(100vh - 76px));
  padding: 70px clamp(22px, 5vw, 72px);
  color: #fff;
}

.about-hero-content .eyebrow {
  color: #f0bd75;
}

.about-hero-content h1 {
  max-width: 720px;
  font-size: clamp(48px, 6.2vw, 78px);
}

.about-hero-content p:not(.eyebrow) {
  max-width: 640px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
  line-height: 1.75;
}

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

.about-metrics div {
  padding: 28px clamp(18px, 3vw, 40px);
  background: #fff;
}

.about-metrics strong,
.about-metrics span {
  display: block;
}

.about-metrics strong {
  margin-bottom: 7px;
  color: var(--green);
  font-size: 28px;
}

.about-metrics span {
  color: var(--muted);
  line-height: 1.55;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1fr);
  gap: clamp(36px, 7vw, 100px);
  padding: clamp(80px, 10vw, 130px) clamp(18px, 5vw, 72px);
  background: #fff;
}

.about-story-heading h2,
.about-section-heading h2,
.global-markets h2,
.engineering-section h2 {
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.1;
}

.about-story-copy {
  max-width: 820px;
}

.about-story-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.manufacturing-band,
.product-range-section {
  padding: clamp(78px, 9vw, 118px) clamp(18px, 5vw, 72px);
}

.manufacturing-band {
  background: #e8ece5;
}

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

.about-section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.capability-grid article {
  min-height: 220px;
  padding: 28px;
  background: #fff;
}

.capability-grid span {
  display: inline-block;
  margin-bottom: 40px;
  color: var(--copper);
  font-weight: 800;
}

.capability-grid h3 {
  font-size: 22px;
}

.capability-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.global-markets {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1fr);
  gap: clamp(34px, 7vw, 100px);
  padding: clamp(78px, 9vw, 118px) clamp(18px, 5vw, 72px);
  color: #fff;
  background: var(--green-dark);
}

.global-markets .eyebrow {
  color: #efbd77;
}

.global-markets ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.global-markets li {
  padding: 18px 14px;
  color: rgba(255, 255, 255, 0.84);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.product-range-section {
  background: #fff;
}

.product-range-list {
  border-top: 1px solid var(--line);
}

.product-range-list a {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 72px;
  padding: 12px 6px;
  border-bottom: 1px solid var(--line);
}

.product-range-list a:hover {
  color: var(--green);
  background: #f7f8f4;
}

.product-range-list span {
  color: var(--copper);
  font-weight: 800;
}

.product-range-list strong {
  font-size: 19px;
}

.engineering-section {
  display: flex;
  justify-content: space-between;
  gap: 44px;
  align-items: center;
  padding: clamp(78px, 9vw, 118px) clamp(18px, 5vw, 72px);
  background: #e4e9e2;
}

.engineering-section > div {
  max-width: 820px;
}

.engineering-section p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.engineering-button {
  flex: 0 0 auto;
  color: #fff;
  background: var(--green);
}

.about-statement {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
}

.about-statement p {
  margin: 0;
  padding: 32px 24px;
  color: var(--green-dark);
  background: #fff;
  font-size: clamp(20px, 2.3vw, 30px);
  font-weight: 800;
  text-align: center;
}

@media (max-width: 980px) {
  .about-metrics,
  .capability-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-story,
  .global-markets {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .about-hero,
  .about-hero-content {
    min-height: 640px;
  }

  .about-hero-content {
    justify-content: flex-end;
    padding-bottom: 56px;
  }

  .about-hero-content h1 {
    font-size: 44px;
  }

  .about-hero-overlay {
    background: linear-gradient(0deg, rgba(14, 24, 18, 0.9), rgba(14, 24, 18, 0.12));
  }

  .about-metrics,
  .capability-grid,
  .global-markets ul,
  .about-statement {
    grid-template-columns: 1fr;
  }

  .engineering-section {
    flex-direction: column;
    align-items: stretch;
  }

  .engineering-button {
    width: 100%;
  }
}
