:root {
  --parks-purple: #320f44;
  --parks-purple-light: #4b1c61;
  --parks-cyan: #16aad3;
  --parks-cyan-dark: #087f9f;
  --parks-cyan-soft: #eaf7fb;
  --parks-green: #21855b;
  --parks-gold: #f2b134;
  --parks-ink: #211927;
  --parks-muted: #64616c;
  --parks-line: #dfe3e8;
  --parks-soft: #f4f6f8;
  --parks-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body.stemparks-modern-page {
  background: var(--parks-white) !important;
}

body.parks-gallery-open {
  overflow: hidden !important;
}

body.parks-gallery-open #auto-top-link {
  display: none !important;
}

.stemparks-main {
  overflow: clip;
  background: var(--parks-white);
}

#stemparks-modern,
#stemparks-modern * {
  box-sizing: border-box;
}

#stemparks-modern img {
  max-width: 100%;
}

#stemparks-modern [hidden] {
  display: none !important;
}

#stemparks-modern .parks-shell {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

#stemparks-modern .parks-section {
  position: relative;
  padding: 104px 0;
}

#stemparks-modern h1,
#stemparks-modern h2,
#stemparks-modern h3,
#stemparks-modern p,
#stemparks-modern a,
#stemparks-modern button {
  letter-spacing: 0;
}

#stemparks-modern h2 {
  margin: 0;
  color: var(--parks-purple);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.12;
}

#stemparks-modern .parks-section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--parks-cyan-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

#stemparks-modern .parks-section-label::before {
  width: 30px;
  height: 2px;
  flex: 0 0 auto;
  background: currentColor;
  content: "";
}

#stemparks-modern .parks-heading-row {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.72fr);
  gap: 64px;
}

#stemparks-modern .parks-heading-row > p {
  margin: 0;
  color: var(--parks-muted);
  font-size: 18px;
  line-height: 1.75;
}

#stemparks-modern .parks-button {
  min-height: 50px;
  width: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin: 0;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

#stemparks-modern .parks-button:hover,
#stemparks-modern .parks-button:focus-visible {
  transform: translateY(-2px);
  text-decoration: none;
}

#stemparks-modern .parks-button-primary {
  background: var(--parks-cyan);
  color: #071f27;
}

#stemparks-modern .parks-button-primary:hover,
#stemparks-modern .parks-button-primary:focus-visible {
  background: #42c0e1;
  color: #071f27;
}

#stemparks-modern .parks-button-secondary {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.08);
  color: var(--parks-white);
}

#stemparks-modern .parks-button-secondary:hover,
#stemparks-modern .parks-button-secondary:focus-visible {
  border-color: var(--parks-white);
  background: var(--parks-white);
  color: var(--parks-purple);
}

#stemparks-modern .parks-button-dark {
  background: var(--parks-purple);
  color: var(--parks-white);
}

#stemparks-modern .parks-button-dark:hover,
#stemparks-modern .parks-button-dark:focus-visible {
  background: var(--parks-purple-light);
  color: var(--parks-white);
}

#stemparks-modern button:focus-visible,
#stemparks-modern a:focus-visible {
  outline: 3px solid rgba(22, 170, 211, 0.45);
  outline-offset: 3px;
}

#stemparks-modern .parks-hero {
  min-height: 680px;
  isolation: isolate;
  background: var(--parks-purple);
}

#stemparks-modern .parks-hero-media,
#stemparks-modern .parks-hero-shade {
  position: absolute;
  inset: 0;
}

#stemparks-modern .parks-hero-media {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 44%;
  animation: parks-hero-enter 1.1s ease-out both;
}

#stemparks-modern .parks-hero-shade {
  z-index: -1;
  background: linear-gradient(90deg, rgba(31, 7, 43, 0.92) 0%, rgba(31, 7, 43, 0.7) 48%, rgba(31, 7, 43, 0.22) 100%);
}

#stemparks-modern .parks-hero-content {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
  padding: 188px 0 82px;
}

#stemparks-modern .parks-kicker {
  max-width: 680px;
  margin: 0 0 17px;
  color: #8edbf0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

#stemparks-modern .parks-hero h1 {
  max-width: 840px;
  margin: 0;
  color: var(--parks-white);
  font-size: 66px;
  font-weight: 700;
  line-height: 1.04;
}

#stemparks-modern .parks-hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: 21px;
  line-height: 1.62;
}

#stemparks-modern .parks-hero-actions {
  gap: 12px;
  margin-top: 34px;
}

#stemparks-modern .parks-intro {
  background: var(--parks-white);
}

#stemparks-modern .parks-intro-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.85fr);
  gap: 72px;
}

#stemparks-modern .parks-intro-copy > p:not(.parks-section-label) {
  margin: 24px 0 0;
  color: var(--parks-muted);
  font-size: 18px;
  line-height: 1.75;
}

#stemparks-modern .parks-location-fact {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 28px;
  color: var(--parks-purple);
  font-size: 16px;
  font-weight: 700;
}

#stemparks-modern .parks-location-fact i {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--parks-cyan-soft);
  color: var(--parks-cyan-dark);
}

#stemparks-modern .parks-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

#stemparks-modern .parks-stat {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid var(--parks-line);
  border-radius: 8px;
  background: var(--parks-soft);
}

#stemparks-modern .parks-stat:first-child {
  border-top: 4px solid var(--parks-cyan);
}

#stemparks-modern .parks-stat:last-child {
  border-top: 4px solid var(--parks-green);
}

#stemparks-modern .parks-stat strong {
  display: flex;
  align-items: baseline;
  color: var(--parks-purple);
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
}

#stemparks-modern .parks-stat p {
  margin: 17px 0 0;
  color: var(--parks-muted);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.55;
}

#stemparks-modern .parks-locations {
  background: var(--parks-soft);
}

#stemparks-modern .parks-location-tabs {
  width: fit-content;
  max-width: 100%;
  display: flex;
  gap: 4px;
  margin: 50px 0 0;
  padding: 4px;
  overflow-x: auto;
  border: 1px solid var(--parks-line);
  border-radius: 8px;
  background: var(--parks-white);
}

#stemparks-modern .parks-location-tabs button {
  min-height: 48px;
  width: auto;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 11px 18px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  box-shadow: none;
  color: var(--parks-purple);
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
}

#stemparks-modern .parks-location-tabs button:hover,
#stemparks-modern .parks-location-tabs button:focus-visible {
  background: var(--parks-cyan-soft);
}

#stemparks-modern .parks-location-tabs button[aria-selected="true"] {
  background: var(--parks-purple);
  color: var(--parks-white);
}

#stemparks-modern .parks-location-panel {
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  gap: 64px;
  margin-top: 34px;
  padding-top: 42px;
  border-top: 1px solid var(--parks-line);
}

#stemparks-modern .parks-location-media {
  position: relative;
  aspect-ratio: 16 / 11;
  overflow: hidden;
  border-radius: 8px;
  background: #dce5e9;
  box-shadow: 0 18px 44px rgba(32, 25, 39, 0.14);
}

#stemparks-modern .parks-location-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#stemparks-modern #parks-panel-dar .parks-location-media img {
  object-position: center;
}

#stemparks-modern #parks-panel-tanga .parks-location-media img {
  object-position: center 42%;
}

#stemparks-modern .parks-media-label {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 5px;
  background: rgba(31, 7, 43, 0.88);
  color: var(--parks-white);
  font-size: 13px;
  font-weight: 700;
}

#stemparks-modern .parks-location-copy {
  padding-left: 30px;
  border-left: 3px solid var(--parks-cyan);
}

#stemparks-modern .parks-location-number {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--parks-green);
  font-size: 15px;
  font-weight: 800;
}

#stemparks-modern .parks-location-copy h3 {
  margin: 0;
  color: var(--parks-purple);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
}

#stemparks-modern .parks-location-copy > p {
  margin: 20px 0 0;
  color: var(--parks-muted);
  font-size: 17px;
  line-height: 1.72;
}

#stemparks-modern .parks-check-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 30px;
  padding: 0;
  list-style: none;
}

#stemparks-modern .parks-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--parks-ink);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}

#stemparks-modern .parks-check-list i {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--parks-cyan-soft);
  color: var(--parks-cyan-dark);
  font-size: 12px;
}

#stemparks-modern .parks-experiences {
  background: var(--parks-white);
}

#stemparks-modern .parks-experience-grid {
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.08fr);
  gap: 72px;
}

#stemparks-modern .parks-experience-media {
  position: relative;
  align-self: stretch;
  min-height: 680px;
  overflow: hidden;
  border-radius: 8px;
  background: #dce5e9;
}

#stemparks-modern .parks-experience-media > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

#stemparks-modern .parks-experience-note {
  position: absolute;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 7px;
  background: rgba(31, 7, 43, 0.9);
  color: var(--parks-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

#stemparks-modern .parks-experience-note i {
  color: var(--parks-gold);
  font-size: 20px;
}

#stemparks-modern .parks-experience-list {
  margin-top: 38px;
  border-top: 1px solid var(--parks-line);
}

#stemparks-modern .parks-experience-item {
  display: grid;
  grid-template-columns: 34px 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 23px 0;
  border-bottom: 1px solid var(--parks-line);
}

#stemparks-modern .parks-experience-item > span {
  padding-top: 9px;
  color: var(--parks-green);
  font-size: 13px;
  font-weight: 800;
}

#stemparks-modern .parks-experience-item > i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--parks-cyan-soft);
  color: var(--parks-cyan-dark);
  font-size: 18px;
}

#stemparks-modern .parks-experience-item h3 {
  margin: 0;
  color: var(--parks-purple);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

#stemparks-modern .parks-experience-item p {
  margin: 7px 0 0;
  color: var(--parks-muted);
  font-size: 15px;
  line-height: 1.65;
}

#stemparks-modern .parks-audiences {
  padding: 92px 0;
  background: var(--parks-purple);
  color: var(--parks-white);
}

#stemparks-modern .parks-audience-heading {
  max-width: 790px;
}

#stemparks-modern .parks-audience-heading .parks-section-label {
  color: #8edbf0;
}

#stemparks-modern .parks-audience-heading h2 {
  color: var(--parks-white);
}

#stemparks-modern .parks-audience-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#stemparks-modern .parks-audience {
  min-width: 0;
  padding: 30px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#stemparks-modern .parks-audience:last-child {
  border-right: 0;
}

#stemparks-modern .parks-audience > i {
  color: var(--parks-cyan);
  font-size: 25px;
}

#stemparks-modern .parks-audience h3 {
  margin: 18px 0 0;
  color: var(--parks-white);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

#stemparks-modern .parks-audience p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.65;
}

#stemparks-modern .parks-visit {
  background: var(--parks-white);
}

#stemparks-modern .parks-visit-steps {
  position: relative;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin: 58px 0 0;
  padding: 0;
  list-style: none;
}

#stemparks-modern .parks-visit-steps::before {
  position: absolute;
  top: 47px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: var(--parks-line);
  content: "";
}

#stemparks-modern .parks-visit-steps li {
  position: relative;
  min-width: 0;
  padding-right: 12px;
}

#stemparks-modern .parks-visit-steps li > span {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--parks-white);
  border-radius: 50%;
  background: var(--parks-cyan);
  color: #071f27;
  font-size: 12px;
  font-weight: 800;
}

#stemparks-modern .parks-visit-steps li > i {
  display: block;
  margin-top: 28px;
  color: var(--parks-green);
  font-size: 25px;
}

#stemparks-modern .parks-visit-steps h3 {
  margin: 17px 0 0;
  color: var(--parks-purple);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

#stemparks-modern .parks-visit-steps p {
  margin: 10px 0 0;
  color: var(--parks-muted);
  font-size: 15px;
  line-height: 1.65;
}

#stemparks-modern .parks-visit-action {
  margin-top: 44px;
}

#stemparks-modern .parks-gallery {
  background: var(--parks-soft);
}

#stemparks-modern .parks-gallery-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 18px;
  margin-top: 52px;
}

#stemparks-modern .parks-gallery-item {
  position: relative;
  min-width: 0;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
  background: #dce5e9;
  box-shadow: none;
  color: var(--parks-white);
  text-align: left;
}

#stemparks-modern .parks-gallery-item:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
  aspect-ratio: 7 / 5;
}

#stemparks-modern .parks-gallery-item:nth-child(2),
#stemparks-modern .parks-gallery-item:nth-child(3) {
  grid-column: span 5;
  aspect-ratio: 16 / 9;
}

#stemparks-modern .parks-gallery-item:nth-child(4) {
  grid-column: span 12;
  aspect-ratio: 21 / 7;
}

#stemparks-modern .parks-gallery-item::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(24, 7, 31, 0.76) 100%);
  pointer-events: none;
  content: "";
}

#stemparks-modern .parks-gallery-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
}

#stemparks-modern .parks-gallery-item:hover img,
#stemparks-modern .parks-gallery-item:focus-visible img {
  transform: scale(1.035);
}

#stemparks-modern .parks-gallery-item > span {
  position: absolute;
  z-index: 1;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: var(--parks-white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

#stemparks-modern .parks-report {
  padding: 90px 0;
  background: var(--parks-cyan-soft);
}

#stemparks-modern .parks-report-grid {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 68px;
  max-width: 940px;
}

#stemparks-modern .parks-report-cover {
  justify-self: center;
  width: 230px;
}

#stemparks-modern .parks-report-cover img {
  width: 100%;
  display: block;
  border-radius: 4px;
  box-shadow: 0 18px 40px rgba(32, 25, 39, 0.2);
}

#stemparks-modern .parks-report-copy > p:not(.parks-section-label) {
  max-width: 680px;
  margin: 22px 0 30px;
  color: var(--parks-muted);
  font-size: 17px;
  line-height: 1.72;
}

#stemparks-modern .parks-final-cta {
  padding: 88px 0;
  background: var(--parks-purple);
  color: var(--parks-white);
}

#stemparks-modern .parks-final-grid {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 54px;
}

#stemparks-modern .parks-final-cta .parks-section-label {
  color: #8edbf0;
}

#stemparks-modern .parks-final-cta h2 {
  max-width: 780px;
  color: var(--parks-white);
}

#stemparks-modern .parks-final-cta p:not(.parks-section-label) {
  max-width: 720px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}

#stemparks-modern .parks-final-actions {
  max-width: 250px;
  justify-content: flex-end;
  gap: 10px;
}

#stemparks-modern .parks-final-actions .parks-button {
  width: 100%;
}

#stemparks-modern .parks-gallery-modal {
  position: fixed;
  z-index: 10050;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

#stemparks-modern .parks-gallery-modal.is-open {
  visibility: visible;
  opacity: 1;
}

#stemparks-modern .parks-gallery-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(20, 6, 27, 0.9);
  cursor: default;
}

#stemparks-modern .parks-gallery-dialog {
  position: relative;
  z-index: 1;
  width: min(1050px, 100%);
  max-height: calc(100vh - 48px);
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) 64px;
  align-items: center;
  padding: 58px 0 0;
  overflow: hidden;
  border-radius: 8px;
  background: #16081d;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
  transform: translateY(18px);
  transition: transform 0.22s ease;
}

#stemparks-modern .parks-gallery-modal.is-open .parks-gallery-dialog {
  transform: translateY(0);
}

#stemparks-modern .parks-gallery-dialog > img {
  width: 100%;
  max-height: calc(100vh - 180px);
  display: block;
  object-fit: contain;
}

#stemparks-modern .parks-gallery-close,
#stemparks-modern .parks-gallery-nav {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  color: var(--parks-white);
  font-size: 18px;
}

#stemparks-modern .parks-gallery-close:hover,
#stemparks-modern .parks-gallery-close:focus-visible,
#stemparks-modern .parks-gallery-nav:hover,
#stemparks-modern .parks-gallery-nav:focus-visible {
  background: var(--parks-cyan);
  color: #071f27;
}

#stemparks-modern .parks-gallery-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 12px;
}

#stemparks-modern .parks-gallery-nav {
  justify-self: center;
}

#stemparks-modern .parks-gallery-dialog > p {
  grid-column: 1 / -1;
  margin: 0;
  padding: 17px 22px 20px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

#stemparks-modern.parks-motion-ready .parks-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

#stemparks-modern.parks-motion-ready .parks-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes parks-hero-enter {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

@media (max-width: 1100px) {
  #stemparks-modern .parks-intro-grid,
  #stemparks-modern .parks-location-panel,
  #stemparks-modern .parks-experience-grid {
    gap: 46px;
  }

  #stemparks-modern .parks-audience-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #stemparks-modern .parks-audience:nth-child(2) {
    border-right: 0;
  }

  #stemparks-modern .parks-audience:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  #stemparks-modern .parks-final-grid {
    grid-template-columns: 1fr;
  }

  #stemparks-modern .parks-final-actions {
    max-width: none;
    justify-content: flex-start;
  }

  #stemparks-modern .parks-final-actions .parks-button {
    width: auto;
  }
}

@media (min-width: 992px) and (max-height: 820px) {
  #stemparks-modern .parks-hero {
    min-height: 620px;
  }
}

@media (max-width: 991.98px) {
  #stemparks-modern .parks-section {
    padding: 86px 0;
  }

  #stemparks-modern .parks-heading-row,
  #stemparks-modern .parks-intro-grid,
  #stemparks-modern .parks-location-panel,
  #stemparks-modern .parks-experience-grid {
    grid-template-columns: 1fr;
  }

  #stemparks-modern .parks-heading-row {
    gap: 24px;
  }

  #stemparks-modern .parks-heading-row > p {
    max-width: 720px;
  }

  #stemparks-modern .parks-stats {
    max-width: 680px;
  }

  #stemparks-modern .parks-location-media {
    aspect-ratio: 16 / 9;
  }

  #stemparks-modern .parks-location-copy {
    max-width: 760px;
  }

  #stemparks-modern .parks-experience-media {
    min-height: 520px;
  }

  #stemparks-modern .parks-visit-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 46px;
  }

  #stemparks-modern .parks-visit-steps::before {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #stemparks-modern .parks-shell,
  #stemparks-modern .parks-hero-content {
    width: min(100% - 32px, 620px);
  }

  #stemparks-modern .parks-section {
    padding: 72px 0;
  }

  #stemparks-modern h2 {
    font-size: 36px;
    line-height: 1.17;
  }

  #stemparks-modern .parks-hero {
    min-height: 650px;
  }

  #stemparks-modern .parks-hero-media {
    object-position: 62% center;
  }

  #stemparks-modern .parks-hero-shade {
    background: linear-gradient(180deg, rgba(31, 7, 43, 0.22) 0%, rgba(31, 7, 43, 0.5) 38%, rgba(31, 7, 43, 0.95) 100%);
  }

  #stemparks-modern .parks-hero-content {
    padding: 175px 0 56px;
  }

  #stemparks-modern .parks-kicker {
    font-size: 13px;
  }

  #stemparks-modern .parks-hero h1 {
    font-size: 48px;
    line-height: 1.06;
  }

  #stemparks-modern .parks-hero-copy {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.56;
  }

  #stemparks-modern .parks-hero-actions {
    margin-top: 28px;
  }

  #stemparks-modern .parks-hero-actions .parks-button {
    width: 100%;
  }

  #stemparks-modern .parks-stats {
    grid-template-columns: 1fr;
  }

  #stemparks-modern .parks-stat {
    min-height: 170px;
  }

  #stemparks-modern .parks-location-tabs {
    width: 100%;
  }

  #stemparks-modern .parks-location-tabs button {
    flex: 1;
    justify-content: center;
  }

  #stemparks-modern .parks-location-panel {
    margin-top: 26px;
    padding-top: 30px;
  }

  #stemparks-modern .parks-location-media {
    aspect-ratio: 4 / 3;
  }

  #stemparks-modern .parks-location-copy {
    padding-left: 22px;
  }

  #stemparks-modern .parks-location-copy h3 {
    font-size: 30px;
  }

  #stemparks-modern .parks-location-copy .parks-button {
    width: 100%;
  }

  #stemparks-modern .parks-experience-media {
    min-height: 430px;
  }

  #stemparks-modern .parks-experience-item {
    grid-template-columns: 28px 42px minmax(0, 1fr);
    gap: 12px;
  }

  #stemparks-modern .parks-experience-item > i {
    width: 40px;
    height: 40px;
  }

  #stemparks-modern .parks-audiences {
    padding: 72px 0;
  }

  #stemparks-modern .parks-audience-grid {
    grid-template-columns: 1fr;
  }

  #stemparks-modern .parks-audience,
  #stemparks-modern .parks-audience:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  #stemparks-modern .parks-audience:last-child {
    border-bottom: 0;
  }

  #stemparks-modern .parks-visit-steps {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  #stemparks-modern .parks-visit-steps li {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    column-gap: 16px;
    padding: 0;
  }

  #stemparks-modern .parks-visit-steps li > span {
    grid-row: 1 / span 3;
  }

  #stemparks-modern .parks-visit-steps li > i {
    margin-top: 0;
  }

  #stemparks-modern .parks-visit-steps h3,
  #stemparks-modern .parks-visit-steps p {
    grid-column: 2;
  }

  #stemparks-modern .parks-visit-steps h3 {
    margin-top: 10px;
  }

  #stemparks-modern .parks-visit-action .parks-button {
    width: 100%;
  }

  #stemparks-modern .parks-gallery-grid {
    grid-template-columns: 1fr;
  }

  #stemparks-modern .parks-gallery-item:nth-child(n) {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  #stemparks-modern .parks-report {
    padding: 72px 0;
  }

  #stemparks-modern .parks-report-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  #stemparks-modern .parks-report-cover {
    width: min(210px, 68vw);
  }

  #stemparks-modern .parks-report-copy .parks-button {
    width: 100%;
  }

  #stemparks-modern .parks-final-cta {
    padding: 72px 0;
  }

  #stemparks-modern .parks-final-actions .parks-button {
    width: 100%;
  }

  #stemparks-modern .parks-gallery-modal {
    padding: 12px;
  }

  #stemparks-modern .parks-gallery-dialog {
    max-height: calc(100vh - 24px);
    grid-template-columns: 50px minmax(0, 1fr) 50px;
    padding-top: 56px;
  }

  #stemparks-modern .parks-gallery-dialog > img {
    max-height: calc(100vh - 210px);
  }
}

@media (max-width: 430px) {
  #stemparks-modern .parks-hero h1 {
    font-size: 42px;
  }

  #stemparks-modern h2 {
    font-size: 33px;
  }

  #stemparks-modern .parks-location-tabs button {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 13px;
  }

  #stemparks-modern .parks-experience-item {
    grid-template-columns: 26px minmax(0, 1fr);
  }

  #stemparks-modern .parks-experience-item > i {
    display: none;
  }

  #stemparks-modern .parks-gallery-dialog {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  #stemparks-modern *,
  #stemparks-modern *::before,
  #stemparks-modern *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  #stemparks-modern.parks-motion-ready .parks-reveal {
    opacity: 1;
    transform: none;
  }
}

/* STEM Parks navigation: keep the legacy menu markup, but present it as a focused location selector. */
@media (min-width: 769px) {
  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .nav-container {
    top: 58px;
    padding-top: 14px;
    background: transparent;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .menu-outer-main {
    width: min(720px, calc(100vw - 32px));
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 1px solid rgba(73, 21, 100, 0.14);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(26, 10, 38, 0.18);
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .menu-outer-main > .container-fluid {
    padding: 0;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .nav-latest-reports-wrappers {
    padding: 0 18px 0 0;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .nav-latest-reports-wrappers .title .h3 {
    margin: 0 0 7px;
    color: #491564;
    font-size: 20px;
    line-height: 1.15;
    -webkit-text-fill-color: currentColor;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .nav-latest-reports-wrappers .content p {
    margin: 0;
    color: #554d59 !important;
    font-size: 13px;
    line-height: 1.55;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .sub-nav-col {
    border: 0;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .sub-main-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    height: auto !important;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .sub-main-navigation > .main-nav-level-2 {
    min-width: 0;
    border: 1px solid rgba(73, 21, 100, 0.13);
    border-radius: 6px;
    background: #faf8fb;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .sub-main-navigation > .main-nav-level-2 > .main-sub-nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
    padding: 14px 15px;
    color: #491564;
    font-size: 14px;
    line-height: 1.3;
    transition: background-color 160ms ease, color 160ms ease;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .sub-main-navigation > .main-nav-level-2 > .main-sub-nav-item::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    background: #491564;
    color: #ffffff;
    content: "→";
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    flex: 0 0 30px;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .sub-main-navigation > .main-nav-level-2 > .main-sub-nav-item:hover,
  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .sub-main-navigation > .main-nav-level-2 > .main-sub-nav-item:focus-visible {
    background: #491564;
    color: #ffffff;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .sub-main-navigation > .main-nav-level-2 > .main-sub-nav-item:hover::before,
  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .sub-main-navigation > .main-nav-level-2 > .main-sub-nav-item:focus-visible::before {
    background: #f4b223;
    color: #491564;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .sub-main-navigation > .main-nav-level-2 > .main-sub-nav-item .icon {
    position: static;
    padding-left: 8px;
    font-size: 10px;
  }

  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .nav-image-box,
  body.stemparks-modern-page header.mega-header .main-nav-level-1.haschildren .nav-report-box {
    display: none;
  }
}

@media (max-width: 768px) {
  body.stemparks-modern-page #mmenu #mobinav-section-investors-level2 {
    padding-bottom: 8px;
  }

  body.stemparks-modern-page #mmenu #mobinav-section-investors-level2 a.nav-big {
    white-space: normal;
    line-height: 1.35;
  }
}
