body.country-page {
  grid-template-rows: 58px auto 26px;
  background: #0a2840;
}

.country-main {
  display: block;
  min-height: 0;
  padding: 6px 12px 0;
  background:
    radial-gradient(circle at 78% 12%, rgba(57, 164, 211, .20), transparent 36%),
    #0a2840;
}

.country-main > .stage {
  margin: 0 auto;
}

.country-context {
  width: min(var(--max), calc(100vw - 24px));
  margin: clamp(24px, 4vw, 56px) auto clamp(36px, 6vw, 78px);
  border-top: 1px solid rgba(57, 216, 241, .28);
  border-bottom: 1px solid rgba(244, 181, 45, .24);
  background:
    linear-gradient(110deg, rgba(32, 122, 164, .38), rgba(13, 53, 81, 0) 58%),
    #0d3551;
}

.country-context-inner {
  padding: clamp(28px, 4vw, 58px) clamp(20px, 4.5vw, 68px);
}

.country-context-intro {
  display: grid;
  grid-template-columns: minmax(240px, .82fr) minmax(320px, 1.18fr);
  grid-template-rows: auto 1fr;
  gap: 10px clamp(36px, 6vw, 96px);
  align-items: end;
}

.country-context-intro .eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}

.country-context-intro h2 {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  max-width: 600px;
  font-size: clamp(29px, 3.1vw, 48px);
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.country-context-intro > p {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  max-width: 720px;
  color: var(--mist);
  font-size: clamp(14px, 1.15vw, 18px);
  line-height: 1.62;
  text-wrap: pretty;
}

.country-context-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: clamp(28px, 4vw, 52px);
  border-top: 1px solid rgba(200, 213, 219, .16);
}

.country-context-topic {
  min-width: 0;
  padding: clamp(24px, 3vw, 38px) clamp(20px, 2.8vw, 42px) clamp(24px, 3vw, 38px);
}

.country-context-topic:first-child {
  padding-left: 0;
}

.country-context-topic:last-child {
  padding-right: 0;
}

.country-context-topic + .country-context-topic {
  border-left: 1px solid rgba(200, 213, 219, .16);
}

.topic-index {
  display: block;
  margin-bottom: 12px;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .18em;
}

.country-context-topic h3 {
  margin: 0 0 12px;
  color: var(--white);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.18;
}

.country-context-topic p {
  margin: 0;
  color: #c2d0d5;
  font-size: 14px;
  line-height: 1.65;
  text-wrap: pretty;
}

.country-context-foot {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, .7fr);
  gap: 24px 48px;
  align-items: start;
  padding-top: 22px;
  border-top: 1px solid rgba(200, 213, 219, .16);
}

.country-context-note {
  margin: 0;
  color: #acbdc4;
  font-size: 12px;
  line-height: 1.55;
}

.country-context-note strong {
  color: var(--gold);
}

.country-sources {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px 14px;
  color: #a0b3bb;
  font-size: 11px;
  line-height: 1.45;
}

.country-sources > span {
  color: var(--gold);
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.country-sources a {
  color: var(--cyan);
  text-decoration: underline;
  text-decoration-color: rgba(57, 216, 241, .34);
  text-underline-offset: 3px;
}

.country-sources a:hover,
.country-sources a:focus-visible {
  color: var(--white);
  text-decoration-color: var(--cyan);
}

@media (max-width: 920px) {
  .country-context-intro {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }

  .country-context-intro .eyebrow,
  .country-context-intro h2,
  .country-context-intro > p {
    grid-column: 1;
    grid-row: auto;
  }

  .country-context-intro > p {
    margin-top: 10px;
  }

  .country-context-foot {
    grid-template-columns: 1fr;
  }

  .country-sources {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  body.country-page {
    grid-template-rows: 54px auto auto;
  }

  .country-main {
    padding: 0;
  }

  .country-context {
    width: 100%;
    margin: 0 auto 34px;
  }

  .country-context-inner {
    padding: 34px 20px 30px;
  }

  .country-context-columns {
    grid-template-columns: 1fr;
  }

  .country-context-topic,
  .country-context-topic:first-child,
  .country-context-topic:last-child {
    padding: 23px 0;
  }

  .country-context-topic + .country-context-topic {
    border-top: 1px solid rgba(200, 213, 219, .16);
    border-left: 0;
  }

  body[data-country="nederland"] .stage-art { object-position: 70% center; }
  body[data-country="belgie"] .stage-art { object-position: 70% center; }
  body[data-country="duitsland"] .stage-art { object-position: 66% center; }
  body[data-country="frankrijk"] .stage-art { object-position: 76% center; }
  body[data-country="spanje"] .stage-art { object-position: 73% center; }
  body[data-country="verenigd-koninkrijk"] .stage-art { object-position: 72% center; }
}
