:root {
  --teal: #007b7d;
  --teal-dark: #006566;
  --orange: #e29c59;
  --yellow: #f8b233;
  --ink: #3f3f3d;
  --muted: #71706f;
  --paper: #f2eeee;
  --white: #ffffff;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.35;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.site-header {
  background: var(--teal);
  color: var(--white);
}

.topbar {
  display: flex;
  justify-content: flex-start;
  width: min(100%, var(--max));
  margin: 0 auto;
  min-height: 64px;
  padding: 12px 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
}

.brand img {
  width: 157px;
  height: auto;
  flex: 0 0 auto;
}

.main-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 16px 12px;
  font-size: 1rem;
  font-weight: 700;
  scrollbar-width: thin;
}

.main-nav a {
  flex: 0 0 auto;
  padding: 10px 8px;
  color: var(--white);
}

.main-nav .is-active {
  color: var(--yellow);
}

.hero {
  padding: 28px 20px 44px;
}

.hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-vertical {
  display: none;
}

.hero-logo {
  width: min(100%, 720px);
  margin: 0 auto 8px;
}

.hero h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.hero-lead {
  max-width: 720px;
  margin: 0 auto 56px;
  color: #626261;
  font-size: clamp(1rem, 4vw, 1.35rem);
  font-weight: 700;
}

.hero p:not(.hero-lead) {
  max-width: 720px;
  margin: 0 auto 14px;
  color: #585856;
  font-size: 1.1rem;
  text-align: justify;
}

.hero-lead + p {
  padding-top: 20px;
  border-top: 3px solid rgba(113, 112, 111, 0.45);
}

.mheri {
  background: var(--orange);
}

.mheri-copy {
  width: min(100%, 600px);
  margin: 0 auto;
  padding: 36px 20px;
}

h2,
h3,
p {
  margin-top: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-size: clamp(1.7rem, 7vw, 2.6rem);
  line-height: 1;
}

.mheri p,
.testimonials p {
  font-size: 1.1rem;
  text-align: justify;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 22px;
  border-radius: 4px;
  background: var(--ink);
  color: var(--white);
  font-size: 1.1rem;
}

.button.dark {
  margin-top: 10px;
}

.mheri-media {
  margin: 0;
}

.mheri-media img {
  width: 100%;
  height: clamp(260px, 62vw, 460px);
  object-fit: cover;
}

.testimonials {
  display: grid;
  gap: 26px;
  width: 100%;
  margin: 0 auto;
  padding: 38px max(20px, calc((100vw - 1240px) / 2)) 28px;
  background: var(--white);
}

.section-copy {
  max-width: 520px;
}

.testimonial-list {
  display: grid;
  gap: 22px;
}

.testimonial {
  display: grid;
  grid-template-columns: 106px 1fr;
  gap: 18px;
  align-items: center;
}

.testimonial img {
  width: 106px;
}

.testimonial h3 {
  margin-bottom: 2px;
  font-size: 1.4rem;
  line-height: 1;
}

.testimonial p {
  margin: 5px 0;
  color: var(--muted);
  font-size: 1rem;
}

.centered {
  justify-self: center;
}

.story-cta {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--white);
}

.story-cta::before,
.story-cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  pointer-events: none;
}

.story-cta::before {
  top: 0;
  z-index: 3;
  background: linear-gradient(
    to right,
    var(--muted) 0,
    var(--muted) 43.5%,
    transparent 43.5%,
    transparent 56.5%,
    var(--muted) 56.5%,
    var(--muted) 100%
  );
}

.story-cta::after {
  display: none;
}

.story-cta-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.story-cta img {
  width: 100vw;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.story-cta-copy {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.story-cta-copy h2,
.story-cta-copy p {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.story-cta-copy p {
  left: 56%;
  top: 30%;
  width: min(30vw, 470px);
  height: auto;
  overflow: visible;
  clip: auto;
  color: var(--ink);
  font-size: clamp(1.1rem, 1.2vw, 1.35rem);
  line-height: 1.25;
  pointer-events: none;
}

.story-button {
  position: absolute;
  left: 50.5%;
  top: 58.5%;
  width: min(23vw, 360px);
  min-width: 170px;
  height: clamp(28px, 3.2vw, 48px);
  padding: 0;
  background: transparent;
  color: transparent;
  border-radius: 6px;
  pointer-events: auto;
}

.map-section {
  background: var(--teal-dark);
  padding: 34px 20px 30px;
}

.map-wrap {
  position: relative;
  width: min(100%, 1040px);
  margin: 0 auto;
}

.map-wrap h2 {
  position: relative;
  z-index: 1;
  width: max-content;
  max-width: 86%;
  margin: 0 0 -10px auto;
  padding: 8px 24px 8px 58px;
  border: 8px solid var(--orange);
  border-right: 0;
  border-radius: 30px 0 0 30px;
  background: var(--white);
  color: var(--ink);
  font-size: clamp(1.05rem, 4.4vw, 1.5rem);
  line-height: 1;
}

.map-wrap h2::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50% 50% 50% 0;
  background: var(--white);
  border: 8px solid var(--orange);
  transform: translateY(-50%) rotate(-45deg);
}

.map-wrap img {
  width: 100%;
}

.site-footer {
  padding: 28px 20px 34px;
  background: var(--white);
  color: var(--muted);
  text-align: center;
  font-size: 0.76rem;
}

.site-footer p {
  margin-bottom: 4px;
}

.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px 32px;
  margin-top: 28px;
}

.footer-logos img {
  width: min(100%, 473px);
  object-fit: contain;
}

.strategy-page {
  background: var(--paper);
}

.strategy-intro {
  padding: 58px 20px 48px;
}

.strategy-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.strategy-title-art {
  width: min(100%, 860px);
  margin: 0 auto 34px;
}

.strategy-intro h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.strategy-copy {
  max-width: 760px;
  margin: 0 auto;
  color: #585856;
  font-size: 1.1rem;
  line-height: 1.36;
  text-align: justify;
}

.strategy-copy p {
  margin-bottom: 16px;
}

.strategy-cards {
  padding: 18px 20px 26px;
  background: #c7c7c7;
}

.strategy-slider {
  position: relative;
  width: min(100%, 1120px);
  margin: 0 auto;
}

.strategy-slider-viewport {
  overflow: hidden;
}

.strategy-card-grid {
  display: flex;
  gap: 24px;
  transition: transform 260ms ease;
}

.strategy-card {
  flex: 0 0 100%;
  display: block;
  background: var(--white);
  color: var(--ink);
  text-align: center;
}

.strategy-card img {
  width: 100%;
  height: auto;
}

.strategy-card-caption {
  display: grid;
  justify-items: center;
  padding: 10px 20px 14px;
  font-size: 0.95rem;
  line-height: 1.15;
}

.strategy-card-caption strong {
  position: relative;
  width: min(100%, 220px);
  margin-bottom: 4px;
  color: var(--orange);
  font-size: 1rem;
}

.strategy-card-caption strong::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: var(--orange);
  transform: translateX(-50%);
}

.strategy-slider-control {
  position: absolute;
  top: 40%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 56px;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: var(--white);
  cursor: pointer;
  font-family: Georgia, serif;
  font-size: 3.8rem;
  line-height: 1;
}

.strategy-slider-control.is-prev {
  left: 8px;
}

.strategy-slider-control.is-next {
  right: 8px;
}

.strategy-slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.strategy-slider-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(88, 88, 86, 0.45);
  cursor: pointer;
}

.strategy-slider-dots .is-active {
  background: var(--teal);
}

.resistance-banner {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(430px, 64vw, 650px);
  padding: 58px 20px;
  background: var(--teal);
  color: var(--white);
  text-align: center;
}

.resistance-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 72px;
  bottom: 72px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    url("assets/img/mheri-resistance-bg.png") center / cover no-repeat;
}

.resistance-content {
  display: grid;
  justify-items: center;
  position: relative;
  z-index: 1;
}

.resistance-banner h2 {
  max-width: 720px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 1.04;
  text-transform: uppercase;
}

.resistance-banner p {
  margin-bottom: 12px;
  font-size: clamp(1rem, 2vw, 1.5rem);
  font-weight: 700;
}

.resistance-banner time {
  margin-bottom: 28px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.resistance-link {
  display: block;
  width: min(100%, 260px);
}

.resistance-link img {
  width: 100%;
}

.testimony-page {
  background: var(--white);
}

.dialogues-hero,
.testimony-hero {
  min-height: clamp(220px, 24vw, 310px);
  color: var(--white);
  overflow: hidden;
}

.dialogues-hero {
  background: var(--orange) url("Testimonios/Imagen-05.png") center bottom / cover no-repeat;
}

.testimony-hero {
  min-height: max(310px, calc(100vw * 902 / 3022));
  background: var(--white) url("Testimonios/Imagen-07.png") center top / cover no-repeat;
}

.dialogues-hero-inner,
.testimony-hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 54px 20px 58px;
}

.dialogues-hero h1,
.testimony-hero h2 {
  margin-bottom: 12px;
  color: var(--white);
  font-size: clamp(2.4rem, 7vw, 4.2rem);
  line-height: 1;
}

.dialogues-hero p,
.testimony-hero p {
  max-width: 520px;
  font-size: 0.98rem;
  font-weight: 700;
}

.actions-section {
  padding: 42px 20px 48px;
}

.actions-inner,
.testimony-reader,
.explore-section {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.actions-grid {
  display: grid;
  gap: 22px;
}

.actions-heading {
  margin: 34px 0 18px;
  color: var(--orange);
  font-size: clamp(2rem, 7vw, 3rem);
}

.action-card {
  display: block;
  padding: 12px;
  border: 1px solid rgba(113, 112, 111, 0.24);
  border-radius: 8px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.action-card:hover,
.action-card:focus-visible {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.action-card:focus-visible {
  outline: 3px solid rgba(0, 123, 125, 0.35);
  outline-offset: 4px;
}

.action-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 4px;
}

.action-card h2,
.action-card h3 {
  margin: 12px 0;
  color: var(--ink);
  font-size: 0.72rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.action-card:hover h2,
.action-card:hover h3,
.action-card:focus-visible h2,
.action-card:focus-visible h3 {
  text-decoration: underline;
}

.action-card time {
  display: block;
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 0.84rem;
  font-weight: 700;
}

.action-card p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.action-card time,
.action-card p {
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.action-card:hover time,
.action-card:hover p,
.action-card:focus-visible time,
.action-card:focus-visible p {
  text-decoration: underline;
}

.testimony-reader {
  display: grid;
  gap: 26px;
  padding: 44px 20px 54px;
}

.testimony-tabs {
  display: grid;
  align-content: start;
  gap: 7px;
  font-weight: 700;
}

.testimony-tabs button {
  position: relative;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  font-size: 0.95rem;
  text-align: left;
}

.testimony-tabs .is-active {
  color: var(--orange);
}

.testimony-tabs .is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  background: var(--teal);
}

.testimony-article {
  padding: 24px;
  border-radius: 8px;
  background: #f2f2f2;
  color: var(--ink);
}

.testimony-article h2 {
  font-size: clamp(1.3rem, 3vw, 1.8rem);
}

.testimony-article .byline {
  color: var(--muted);
  font-style: italic;
}

.testimony-subtitle {
  color: var(--ink);
  font-size: 1.08rem;
  font-weight: 700;
}

.testimony-article p {
  font-size: 1rem;
}

.explore-section {
  display: grid;
  gap: 28px;
  align-items: center;
  padding: 58px 20px 66px;
  border-top: 2px solid rgba(113, 112, 111, 0.22);
  border-bottom: 2px solid rgba(113, 112, 111, 0.22);
}

.explore-section h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.6rem, 5vw, 2.35rem);
}

.explore-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.explore-links img {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}

.publications-page {
  background: var(--white);
}

.publications-hero {
  display: grid;
  align-items: end;
  min-height: max(210px, calc(100vw * 771 / 3022));
  background: var(--orange) url("Publicaciones/Fondo-02.png") center top / cover no-repeat;
  color: var(--white);
  overflow: hidden;
}

.publications-hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 42px 20px 56px;
}

.publications-hero h1 {
  margin: 0;
  color: var(--white);
  font-size: clamp(2.7rem, 11vw, 4.8rem);
  line-height: 1;
}

.publications-list {
  background: var(--white);
}

.publications-band {
  padding: 28px 20px 34px;
}

.publications-band.is-muted {
  background: var(--paper);
}

.publications-grid {
  display: grid;
  width: min(100%, 940px);
  margin: 0 auto;
  gap: 22px;
}

.publication-card {
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  align-content: stretch;
  min-height: 100%;
  padding: 14px 14px 16px;
  border: 1px solid rgba(113, 112, 111, 0.22);
  background: var(--white);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.publication-card:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.14);
  transform: translateY(-2px);
}

.publication-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: top center;
  margin-bottom: 14px;
  background: #f5f2ec;
}

.publication-card h2 {
  margin: 0 0 16px;
  color: #f2d783;
  font-size: clamp(1.05rem, 6vw, 1.35rem);
  font-weight: 500;
  line-height: 1.16;
}

.publication-card p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.68rem;
}

.publication-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-self: end;
}

.publication-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 12px;
  border-radius: 9px;
  background: #050505;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
}

.publication-actions .is-secondary {
  border: 1px solid rgba(113, 112, 111, 0.22);
  background: var(--white);
  color: var(--ink);
}

.news-page {
  background: var(--white);
}

.news-hero {
  display: grid;
  align-items: end;
  min-height: max(210px, calc(100vw * 653 / 3022));
  background: var(--orange) url("Articulos/Imagen.png") center top / cover no-repeat;
  color: var(--white);
  overflow: hidden;
}

.news-hero-inner,
.news-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.news-hero-inner {
  padding: 42px 20px 44px;
}

.news-hero h1 {
  display: grid;
  width: min(100%, 600px);
  margin: 0;
  color: var(--white);
  font-size: clamp(2.6rem, 10vw, 4.6rem);
  line-height: 0.9;
}

.news-hero h1 span {
  display: block;
}

.news-hero h1 span:last-child {
  justify-self: end;
}

.news-intro {
  padding: 24px 20px 28px;
}

.news-intro p {
  max-width: 930px;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 1rem;
}

.recommended-news {
  padding: 12px 20px 38px;
}

.recommended-news h2 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: clamp(2rem, 7vw, 3rem);
}

.recommended-news > .news-inner > p {
  max-width: 760px;
  margin-bottom: 18px;
  color: var(--ink);
  font-size: 1rem;
}

.recommended-grid {
  display: grid;
  gap: 20px;
}

.recommended-card {
  display: grid;
  background: var(--teal);
  color: var(--white);
  transition:
    box-shadow 180ms ease,
    transform 180ms ease;
}

.recommended-card:hover,
.recommended-card:focus-visible {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

.recommended-card:focus-visible {
  outline: 3px solid rgba(0, 123, 125, 0.35);
  outline-offset: 4px;
}

.recommended-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.recommended-card span {
  display: block;
  min-height: 54px;
  padding: 10px 14px 12px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.featured-news {
  padding: 28px 20px 34px;
  border-top: 1px solid rgba(113, 112, 111, 0.24);
  border-bottom: 1px solid rgba(113, 112, 111, 0.24);
}

.featured-news-card {
  display: grid;
  width: min(100%, 940px);
  margin: 0 auto;
  background: var(--teal);
  color: var(--white);
}

.featured-news-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  filter: grayscale(1);
}

.featured-news-copy {
  display: grid;
  align-content: center;
  padding: 26px 24px;
}

.featured-news-copy h2 {
  margin: 0 0 6px;
  color: var(--white);
  font-size: clamp(1.6rem, 5vw, 2.1rem);
}

.featured-author {
  color: #f2d783;
  font-size: 1rem;
  font-style: italic;
}

.featured-news-copy p:not(.featured-author) {
  color: var(--white);
  font-size: 0.96rem;
  font-weight: 700;
}

.featured-news-copy a {
  width: max-content;
  color: #f2d783;
  font-size: 0.86rem;
  font-style: italic;
}

.more-news {
  padding: 32px 20px 46px;
  background: var(--paper);
}

.more-news h2 {
  margin: 0 0 20px;
  color: var(--orange);
  font-size: clamp(3rem, 10vw, 5.3rem);
  line-height: 1;
}

.more-news-grid {
  display: grid;
  gap: 20px;
  width: min(100%, 820px);
  margin: 0 auto;
}

.more-news-card {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(113, 112, 111, 0.16);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.more-news-thumb {
  min-height: 130px;
  background: #f4f4f4;
}

.more-news-copy {
  display: grid;
  gap: 8px;
  padding: 16px 18px 18px;
}

.news-kicker {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.more-news-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: 0.88rem;
  line-height: 1.18;
}

.more-news-card p:not(.news-kicker) {
  margin: 0;
  color: var(--ink);
  font-size: 0.86rem;
}

.more-news-card a {
  width: max-content;
  margin-top: 4px;
  padding: 7px 11px;
  border-radius: 8px;
  background: #050505;
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 700;
}

@media (min-width: 720px) {
  .main-nav {
    justify-content: center;
    gap: 18px;
    padding-bottom: 0;
  }

  .main-nav a {
    padding: 14px 0;
  }

  .hero {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .hero-inner {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
  }

  .hero-vertical {
    display: block;
    width: 150px;
    margin-top: 0;
  }

  .hero-logo {
    margin-top: 34px;
    margin-left: 0;
  }

  .hero-lead,
  .hero p:not(.hero-lead) {
    margin-left: 0;
  }

  .mheri {
    display: grid;
    grid-template-columns:
      minmax(40px, 1fr)
      minmax(320px, 560px)
      minmax(420px, 680px)
      minmax(40px, 1fr);
    align-items: stretch;
  }

  .mheri-copy {
    grid-column: 2;
    width: 100%;
    padding: 48px 36px 44px 0;
  }

  .mheri-media {
    grid-column: 3;
  }

  .mheri-media img {
    height: 100%;
    min-height: 350px;
  }

  .testimonials {
    grid-template-columns: minmax(360px, 560px) minmax(360px, 520px);
    column-gap: 52px;
    justify-content: start;
    padding-top: 44px;
  }

  .testimonials .centered {
    grid-column: 1 / -1;
  }

  .story-cta {
    min-height: 0;
    padding: 0;
  }

  .story-cta-inner {
    width: 100vw;
    margin: 80px 0 60px;
  }

  .map-section {
    padding-top: 54px;
  }

  .strategy-intro {
    padding-top: 68px;
  }

  .strategy-title-art {
    margin-left: 0;
  }

  .strategy-copy {
    margin-left: 180px;
  }

  .strategy-card-grid {
    gap: 24px;
  }

  .strategy-card {
    flex-basis: calc((100% - 24px) / 2);
  }

  .strategy-slider-control.is-prev {
    left: 5px;
  }

  .strategy-slider-control.is-next {
    right: 5px;
  }

  .dialogues-hero-inner,
  .testimony-hero-inner {
    padding-left: 0;
  }

  .actions-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .testimony-reader {
    grid-template-columns: 220px minmax(0, 1fr);
  }

  .explore-section {
    grid-template-columns: max-content max-content;
    justify-content: center;
    column-gap: 42px;
  }

  .explore-links {
    display: flex;
    align-items: center;
    gap: 34px;
  }

  .explore-links img {
    max-width: 180px;
  }

  .publications-hero-inner {
    padding-left: 0;
  }

  .publications-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publication-card h2 {
    font-size: 1.1rem;
  }

  .news-hero-inner {
    padding-left: 0;
  }

  .recommended-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .featured-news-card {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr);
  }

  .more-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .hero-inner {
    grid-template-columns: 170px minmax(0, 1fr);
  }

  .hero-vertical {
    width: 170px;
  }

  .hero-logo {
    width: 760px;
  }

  .publications-band {
    padding-top: 32px;
    padding-bottom: 36px;
  }

  .publications-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .more-news-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1500px) {
  .news-hero {
    min-height: calc(100vw * 653 / 3022);
    background-size: 100% auto;
  }

  .publications-hero {
    min-height: calc(100vw * 771 / 3022);
    background-size: 100% auto;
  }

  .dialogues-hero {
    min-height: calc(100vw * 717 / 3022);
    background-size: 100% auto;
  }

  .testimony-hero {
    min-height: calc(100vw * 902 / 3022);
    background-size: 100% auto;
  }
}
