.design-b {
  --navy: #123f74;
  --navy-deep: #0b315f;
  --orange: #e86f00;
  --paper: #fff;
  --mist: #edf4fa;
  --ink: #102f56;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
}

.b-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 2px solid var(--orange);
  background: rgb(255 255 255 / 96%);
  backdrop-filter: blur(0.7rem);
}

.b-hero {
  min-height: clamp(36rem, 70vw, 55rem);
  background:
    linear-gradient(120deg, var(--mist), #fff 55%),
    var(--paper);
}

.b-hero__grid {
  display: grid;
  min-height: inherit;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
}

.b-hero__content {
  padding-block: 5rem;
}

.b-hero h1 {
  margin-bottom: 1.5rem;
  color: var(--navy);
  font-size: clamp(2.8rem, 6vw, 5.6rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1.05;
}

.b-hero__content > p:not(.section-kicker) {
  max-width: 36rem;
  margin-bottom: 2rem;
  color: #52667c;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.85;
}

.b-hero img {
  width: 100%;
  height: min(44rem, 75vh);
  object-fit: cover;
  box-shadow: 1.5rem 1.5rem 0 var(--orange);
}

.b-intro {
  max-width: 52rem;
  padding-block: clamp(5rem, 10vw, 9rem);
  text-align: center;
}

.b-intro h2,
.b-wide-visual h2,
.b-turf h2,
.b-technology h2,
.b-services h2 {
  margin-bottom: 1.25rem;
  color: var(--navy);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
}

.b-intro > p:last-child {
  color: #52667c;
  line-height: 2;
}

.b-equipment {
  padding-top: clamp(4rem, 8vw, 7rem);
  background: #f8fafc;
}

.b-cutaway {
  margin: 0;
}

.b-cutaway img {
  display: block;
  width: min(100%, 64rem);
  height: auto;
  margin-inline: auto;
}

.b-cutaway figcaption {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1rem;
}

.b-cutaway figcaption span {
  padding: 0.5rem 1rem;
  border-left: 0.2rem solid var(--orange);
  background: #fff;
  color: var(--navy);
  font-weight: 700;
}

.equipment-strip {
  margin-top: clamp(3rem, 6vw, 6rem);
  padding-block: 1.5rem;
  background: var(--navy);
  color: #fff;
}

.equipment-strip .site-shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2.5rem;
}

.equipment-strip span {
  font-weight: 700;
}

.b-wide-visual {
  position: relative;
  min-height: clamp(25rem, 48vw, 44rem);
  isolation: isolate;
}

.b-wide-visual::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgb(255 255 255 / 78%), transparent 60%);
  content: "";
}

.b-wide-visual > img {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.b-wide-visual .site-shell {
  padding-top: clamp(4rem, 9vw, 8rem);
}

.split-content {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: center;
  padding-block: clamp(4rem, 9vw, 8rem);
}

.split-content > img {
  width: 100%;
  height: auto;
}

.split-content h3,
.b-turf__copy h3 {
  margin-bottom: 1.25rem;
  color: var(--navy);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.split-content li {
  margin-bottom: 0.6rem;
}

.b-turf {
  padding-block: clamp(4rem, 9vw, 8rem);
}

.b-turf__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.b-turf__gallery img {
  width: 100%;
  height: clamp(18rem, 34vw, 34rem);
  object-fit: cover;
}

.b-turf__gallery figure {
  margin: 0;
}

.b-turf__gallery figcaption {
  padding-top: 0.75rem;
  color: #52667c;
}

.b-turf__copy {
  max-width: 45rem;
  margin: clamp(2rem, 5vw, 4rem) auto 0;
  text-align: center;
}

.b-turf__copy p {
  color: #52667c;
  line-height: 1.9;
}

.b-technology {
  background: var(--mist);
}

.b-technology .split-content {
  grid-template-columns: 1.25fr 0.75fr;
}

.b-technology .split-content p:not(.section-kicker) {
  color: #52667c;
  line-height: 1.9;
}

.b-services {
  padding-block: clamp(5rem, 9vw, 8rem);
}

.b-services .service-card {
  background: #fff;
  box-shadow: 0 0.8rem 2rem rgb(16 47 86 / 8%);
}

.b-footer {
  padding-block: 5rem;
  background: var(--navy-deep);
  color: #fff;
}

.b-footer .site-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.b-footer p {
  margin: 0;
  color: #c8d6e5;
}

.b-footer a {
  color: #ff9b45;
}

@media (max-width: 767.98px) {
  .b-hero__grid,
  .split-content,
  .b-technology .split-content {
    grid-template-columns: 1fr;
  }

  .b-hero__content {
    padding: 4rem 0 1rem;
  }

  .b-hero img {
    height: 26rem;
    margin-bottom: 3rem;
    box-shadow: 0.75rem 0.75rem 0 var(--orange);
  }

  .b-wide-visual::after {
    background: linear-gradient(to bottom, rgb(255 255 255 / 85%), transparent 65%);
  }

  .b-turf__gallery {
    grid-template-columns: 1fr;
  }

  .b-turf__gallery img {
    height: auto;
  }

  .b-footer .site-shell {
    align-items: flex-start;
    flex-direction: column;
  }
}
