



html {
  font-size: 15px;
}

@media (min-width: 38em) {
  html {
    font-size: 18px;
  }

  .container {
    max-width: 39rem;
  }
}

@media (min-width: 56em) {
  .container {
    max-width: 47rem;
  }
}


.pub-list {
  margin: 0.8rem 0 1.8rem 0;
  padding-left: 1.2rem;
}

.pub-list li {
  margin-bottom: 1rem;
  line-height: 1.55;
}

.pub-list a {
  word-break: break-word;
}

.pub-list strong {
  font-weight: 600;
}
}

.maps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
}

.map-card {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.6rem;
}

.map-card h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.map-card p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.map-card img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.2rem 0 1.2rem 0;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.map-card a:last-child,
.map-card p:last-child {
  margin-bottom: 0;
}

@media (min-width: 56em) {
  .maps-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem 2rem;
  }
}


..graphs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
}

.graph-card {
  display: flex;
  flex-direction: column;
}

.graph-card h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.graph-card p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.graph-preview {
  display: block;
  margin: 1.2rem 0 1.2rem 0;
}

.graph-preview img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
}

.graph-links {
  margin-bottom: 0;
}

@media (min-width: 56em) {
  .graphs-grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.2rem 2rem;
  }
}


.interviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
}

.interview-card {
  display: flex;
  flex-direction: column;
}

.interview-card h3 {
  margin-top: 0;
  margin-bottom: 0.7rem;
}

.interview-card p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.interview-preview {
  display: block;
  width: 100%;
  padding: 0;
  margin: 1.2rem 0 1rem 0;
  border: none;
  background: none;
  cursor: pointer;
}

.interview-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.interview-link {
  margin-bottom: 0;
}

.text-link {
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

.video-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 9999;
}

.video-modal.is-open {
  display: block;
}

.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
}

.video-modal__dialog {
  position: relative;
  width: min(960px, calc(100vw - 2rem));
  margin: 4vh auto;
  background: #fff;
  border-radius: 10px;
  padding: 1rem 1rem 1.2rem 1rem;
  z-index: 1;
  max-height: 92vh;
  overflow: auto;
}

.video-modal__close {
  position: absolute;
  top: 0.4rem;
  right: 0.7rem;
  border: none;
  background: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.video-modal__title {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-right: 2rem;
}

.video-modal__video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-modal__video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

body.modal-open {
  overflow: hidden;
}


.video-modal__video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

body.modal-open {
  overflow: hidden;
}

.home-intro,
.home-sections,
.home-topics,
.home-support,
.home-image {
  margin-bottom: 2rem;
}

.home-sections ul {
  margin-top: 0.5rem;
  padding-left: 1.2rem;
}

.home-topics p:last-child {
  line-height: 1.7;
}

.home-support {
  font-size: 0.95rem;
}

.home-image img {
  width: 70%;
  max-width: 600px;
  display: block;
  margin: 0 auto 0.8rem auto;
}

.home-caption {
  font-size: 0.85em;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}