.tn-cartography-section {
  margin: 0;
  padding: clamp(42px, 6vw, 76px) 0;
}
.tn-cartography-section .shell,
.tn-cartography-section .sp-shell,
.tn-cartography-section .cb-shell {
  position: relative;
}
.tn-cartography-head {
  max-width: 860px;
  margin: 0 0 24px;
}
.tn-cartography-head h2 {
  margin: 8px 0 12px;
  color: var(--tn-green-dark, #102a25);
  font-family: var(--tn-serif, "Source Serif Pro", Georgia, serif);
  font-size: clamp(34px, 5vw, 68px);
  line-height: .98;
  letter-spacing: 0;
}
.tn-cartography-head p {
  margin: 0;
  color: var(--tn-copy-new, #344a43);
  font-size: clamp(16px, 1.45vw, 20px);
  line-height: 1.6;
}
.tn-cartography-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--tn-line-new, #d8cfbd);
  border-radius: 8px;
  background: var(--tn-paper, #faf6ee);
}
.tn-cartography-figure img {
  display: block;
  width: 100%;
  height: auto;
  background: var(--tn-paper-deep, #efe8d7);
}
.tn-cartography-figure figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px 22px;
  flex-wrap: wrap;
  padding: 13px 16px;
  border-top: 1px solid var(--tn-line-new, #d8cfbd);
  color: #52665f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}
.tn-cartography-figure figcaption a {
  color: var(--tn-green-new, #1d5b50) !important;
  text-decoration: underline;
  text-decoration-color: rgba(29, 91, 80, .34);
  text-underline-offset: 4px;
}
.tn-cartography-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  border: 1px solid var(--tn-line-new, #d8cfbd);
  background: var(--tn-line-new, #d8cfbd);
}
.tn-cartography-card {
  min-height: 158px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  background: rgba(250, 246, 238, .94);
}
.tn-cartography-card span {
  color: #6e5414;
  font: 800 .72rem/1.2 var(--tn-sans, system-ui, sans-serif);
  letter-spacing: 0;
  text-transform: uppercase;
}
.tn-cartography-card strong {
  display: block;
  margin: auto 0 8px;
  color: var(--tn-green-dark, #102a25);
  font: 700 clamp(2.1rem, 4vw, 3.25rem)/.95 var(--tn-serif, Georgia, serif);
}
.tn-cartography-card p {
  margin: 0;
  color: var(--tn-copy-new, #344a43);
  line-height: 1.55;
}
.spain-brief-page .tn-cartography-section {
  padding-block: 0 56px;
}
.spain-brief-page .sp-cartography-inline {
  margin-bottom: 22px;
}
.spain-brief-page .tn-cartography-head h2,
.spain-brief-page .tn-cartography-card strong {
  color: var(--sp-ink, #071f1a);
}
.spain-brief-page .tn-cartography-figure,
.spain-brief-page .tn-cartography-grid {
  border-color: var(--sp-line, #e5dcc8);
}
.critical-basin-page .tn-cartography-section {
  border-top: 1px solid rgba(201, 162, 39, .55);
}
@media (max-width: 760px) {
  .tn-cartography-grid {
    grid-template-columns: 1fr;
  }
  .tn-cartography-figure {
    border-radius: 0;
  }
  .tn-cartography-figure figcaption {
    display: grid;
  }
}
