/*
 * Inner-page vertical rhythm.
 * Canonical reference: Science, Art & Society.
 * Hero bottom to first visible content: 109px desktop / 94px mobile.
 * Home is intentionally excluded.
 */

/* SGEM GeoSciences & STEM */
.sws-sgem-static .sws-sgem-story {
  padding-top: 34px;
}

/* Events */
.sws-events-static--events .sws-events-original-intro {
  padding-top: 37px;
}

.sws-events-static--event-archive > .sws-events-section {
  padding-top: 37px;
}

/* SWS Academy */
.sws-academy-static--training .sws-academy-intro { padding-top: 15px !important; }
.sws-academy-static--projects .sws-academy-intro { padding-top: 15px !important; }
.sws-academy-static--workshops .sws-academy-intro { padding-top: 15px !important; }
.sws-academy-static--resources .sws-academy-intro { padding-top: 15px !important; }
.sws-academy-static--landing .sws-academy-intro { padding-top: 15px !important; }
.sws-academy-static--archive .sws-academy-intro { padding-top: 15px !important; }

/* Committees, reviewers and advisory board */
.sws-committee-static .sws-committee-page {
  padding-top: 19px;
}

.sws-committee-static .sws-committee-page:has(.sws-advisory-intro) {
  padding-top: 23px;
}

.sws-committee-static .sws-committee-page:has(.sws-reviewer-intro) {
  padding-top: 23px;
}

/* Partnership */
main.sws-partnership-static .sws-partner-intro {
  padding-top: 37px;
}

/* Policies & Ethics */
main.sws-legal-static.sws-ethics-static > .sws-ethics-document {
  margin-top: 37px;
}

/* About */
.sws-about-redesign .sws-about-story {
  padding-top: 37px !important;
}

/* News & Insights */
.sws-news-introduction.sws-editorial-intro,
.sws-journal-intro.sws-editorial-intro {
  padding-top: 34px !important;
}

/* Contact has no overlapping section switch, but follows the same first-content rhythm. */
.sws-contact-redesign-page #IjxvfPrHPPqlCi3I {
  padding-top: 43px !important;
}

@media (max-width: 700px) {
  .sws-sgem-static .sws-sgem-story {
    padding-top: 30px;
  }

  .sws-events-static--events .sws-events-original-intro,
  .sws-events-static--event-archive > .sws-events-section {
    padding-top: 16px;
  }

  .sws-academy-static--training .sws-academy-intro,
  .sws-academy-static--projects .sws-academy-intro,
  .sws-academy-static--workshops .sws-academy-intro,
  .sws-academy-static--resources .sws-academy-intro {
    padding-top: 31px !important;
  }

  .sws-academy-static--landing .sws-academy-intro,
  .sws-academy-static--archive .sws-academy-intro {
    padding-top: 31px !important;
  }

  .sws-committee-static .sws-committee-page {
    padding-top: 21px;
  }

  .sws-committee-static .sws-committee-page:has(.sws-advisory-intro) {
    padding-top: 25px;
  }

  .sws-committee-static .sws-committee-page:has(.sws-reviewer-intro) {
    padding-top: 25px;
  }

  main.sws-partnership-static .sws-partner-intro {
    padding-top: 16px;
  }

  main.sws-legal-static.sws-ethics-static > .sws-ethics-document {
    margin-top: 30px;
  }

  .sws-about-redesign .sws-about-story {
    padding-top: 13px !important;
  }

  .sws-news-introduction.sws-editorial-intro,
  .sws-journal-intro.sws-editorial-intro {
    padding-top: 13px !important;
  }

  .sws-contact-redesign-page #IjxvfPrHPPqlCi3I {
    padding-top: 43px !important;
  }
}
