.ice-operations-hero .editorial-hero__heading h1 {
  max-width: 18ch;
}

.ice-operations-proof {
  background: var(--bg-soft);
}

.ice-operations-shot {
  width: min(100%, 1100px);
  margin: 0;
}

.ice-operations-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.ice-operations-story__row {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(36px, 7vw, 104px);
  padding: clamp(48px, 6vw, 76px) 0;
  border-top: 1px solid var(--line-soft);
}

.ice-operations-story__row:first-child {
  border-top: 0;
}

.ice-operations-story__row h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(27px, 2.8vw, 36px);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.ice-operations-story__row p {
  max-width: 58ch;
  margin: 0;
  color: var(--ink-2);
  font-size: 17px;
  line-height: 1.7;
}

.ice-operations-story__row--board {
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
  grid-template-areas: "board copy";
  align-items: center;
}

.ice-operations-story__row--board .ice-operations-story__copy {
  grid-area: copy;
}

.ice-operations-board-shot {
  grid-area: board;
  min-width: 0;
  margin: 0;
}

.ice-operations-board-shot img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

@media (max-width: 760px) {
  .ice-operations-story__row {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-block: 42px;
  }

  .ice-operations-story__row--board {
    grid-template-areas:
      "copy"
      "board";
  }

  .ice-operations-story__row p {
    font-size: 16px;
  }
}
