/* International BIOS Science Program — BIOS visual system. */

body.science-program {
  --program-ink: #101114;
  --program-muted: #6d7480;
  --program-blue: #087af1;
  --program-blue-dark: #0567d4;
  --program-line: #dfe5ec;
  --program-soft: #f5f6f8;
  --program-blue-soft: #eef7ff;
  --program-lilac-soft: #f2efff;
  min-width: 320px;
  color: var(--program-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Arial, sans-serif;
}

body.science-program main { overflow: clip; }

/* The science-program header floats over the campaign hero, like the supplied
   references, while preserving the shared BIOS navigation and mobile menu. */
body.science-program [data-site-header] {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 0;
}

body.science-program .site-header {
  position: relative;
  margin: 0 clamp(16px, 2vw, 32px);
  border: 1px solid rgba(255, 255, 255, .62);
  border-radius: 18px;
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 18px 56px rgba(0, 8, 31, .14);
  -webkit-backdrop-filter: blur(22px) saturate(150%);
  backdrop-filter: blur(22px) saturate(150%);
  transform: translateY(14px);
  overflow: visible;
}

body.science-program .site-header.is-scrolled {
  border-color: rgba(255, 255, 255, .76);
  box-shadow: 0 16px 48px rgba(0, 8, 31, .18);
}

body.science-program .site-header .header-inner {
  width: calc(100% - 44px);
  max-width: none;
  min-height: 64px;
}

.program-eyebrow {
  margin: 0 0 18px;
  color: var(--program-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .01em;
}

.program-hero {
  padding: 0;
  background: #020817;
}

.program-hero-card {
  position: relative;
  display: grid;
  width: 100%;
  max-width: none;
  min-height: max(720px, 100svh);
  padding: clamp(118px, 11vh, 152px) clamp(24px, 5vw, 76px) clamp(38px, 5vh, 64px);
  border: 0;
  border-radius: 0;
  background: #020817;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  overflow: hidden;
}

.program-hero-card::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(5, 22, 63, .04) 0 31%, rgba(1, 6, 20, .24) 68%, rgba(1, 5, 17, .52) 100%),
    linear-gradient(180deg, rgba(1, 6, 22, .08) 0%, rgba(1, 7, 24, .02) 54%, rgba(1, 6, 20, .68) 100%);
  content: "";
  pointer-events: none;
}

.program-hero-copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(100%, 1220px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(52px, 8vh, 94px) 0 clamp(18px, 3vh, 40px);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.program-hero h1,
.program-heading h2,
.value-intro h2,
.program-faq h2,
.program-final h2 {
  margin: 0;
  color: var(--program-ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  font-weight: 600;
  font-synthesis: none;
  letter-spacing: -.055em;
  line-height: .98;
  text-wrap: balance;
}

.program-hero h1 {
  max-width: 1220px;
  color: #fff;
  font-size: clamp(58px, 5.75vw, 108px);
  font-weight: 430;
  letter-spacing: -.064em;
  line-height: .89;
  text-shadow: 0 5px 36px rgba(0, 3, 18, .16);
}

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

.program-hero .program-eyebrow {
  margin-bottom: clamp(24px, 3.2vh, 38px);
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.program-lead {
  max-width: 880px;
  margin: clamp(24px, 3.2vh, 36px) auto 0;
  color: rgba(237, 245, 255, .78);
  font-size: clamp(17px, 1.25vw, 21px);
  letter-spacing: -.02em;
  line-height: 1.5;
}

.program-actions {
  display: flex;
  margin-top: clamp(28px, 3.5vh, 40px);
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.program-button {
  display: inline-flex;
  min-height: 60px;
  padding: 0 28px;
  border: 1px solid rgba(8, 122, 241, .42);
  border-radius: 16px;
  color: var(--program-blue);
  background: rgba(255, 255, 255, .54);
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: -.02em;
  transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease;
}

.program-button:hover { transform: translateY(-2px); }
.program-button.is-primary { color: #fff; border-color: var(--program-blue); background: var(--program-blue); }
.program-button.is-primary:hover { border-color: var(--program-blue-dark); background: var(--program-blue-dark); }

.program-audience-tags {
  display: flex;
  margin: clamp(22px, 3vh, 32px) 0 0;
  padding: 0;
  gap: 8px;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.program-audience-tags li {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 999px;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .07);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 650;
}

.program-hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

.program-hero-visual::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(1, 6, 22, .12), transparent 25% 75%, rgba(1, 6, 22, .12));
  content: "";
}

.program-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.03) contrast(1.04);
  transform: scale(1.015);
}

.program-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(121, 190, 255, .16);
  border-radius: 50%;
  pointer-events: none;
}

.program-orbit-one { top: -38%; right: -8%; width: min(72vw, 1120px); aspect-ratio: 1; }
.program-orbit-two { bottom: -44%; left: -14%; width: min(62vw, 940px); aspect-ratio: 1; }

.program-visual-caption {
  position: absolute;
  z-index: 2;
  top: clamp(102px, 10vw, 132px);
  right: clamp(24px, 5vw, 76px);
  bottom: auto;
  left: clamp(24px, 5vw, 76px);
  display: flex;
  color: #fff;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.program-visual-caption span { color: rgba(255, 255, 255, .58); font-size: 11px; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; }
.program-visual-caption strong { max-width: 360px; color: rgba(255, 255, 255, .64); font-size: 13px; font-weight: 520; line-height: 1.2; text-align: right; }

.program-hero .program-actions { justify-content: center; }
.program-hero .program-button.is-primary {
  min-width: 320px;
  color: var(--program-blue);
  border-color: #fff;
  background: #fff;
}
.program-hero .program-button.is-primary:hover { color: var(--program-blue-dark); border-color: #fff; background: #fff; }
.program-hero .program-button:not(.is-primary) { min-width: 280px; color: #fff; border-color: rgba(255, 255, 255, .42); background: rgba(5, 17, 51, .36); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }

.program-facts {
  position: relative;
  display: grid;
  width: min(100%, 1180px);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.program-facts-section { padding: 0 clamp(20px, 4vw, 54px); background: #071126; }
.program-facts > div { min-height: 182px; padding: 34px clamp(24px, 3vw, 38px); border-right: 1px solid rgba(255, 255, 255, .14); }
.program-facts > div:last-child { border-right: 0; }
.program-facts span { color: #64c4ff; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.program-facts strong { display: block; margin-top: 24px; color: #fff; font-size: clamp(19px, 1.55vw, 23px); font-weight: 560; letter-spacing: -.035em; }
.program-facts p { max-width: 330px; margin: 10px 0 0; color: rgba(236, 244, 255, .62); font-size: 14px; line-height: 1.5; }

.program-nav {
  position: sticky;
  z-index: 20;
  top: 68px;
  border-bottom: 1px solid rgba(16, 17, 20, .07);
  background: rgba(255, 255, 255, .88);
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  backdrop-filter: saturate(180%) blur(18px);
}

.program-nav .shell {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3vw, 42px);
  overflow-x: auto;
  scrollbar-width: none;
}

.program-nav .shell::-webkit-scrollbar { display: none; }
.program-nav a { color: #606977; flex: 0 0 auto; font-size: 13px; font-weight: 600; }
.program-nav a:hover { color: var(--program-blue); }

.program-section { padding: clamp(104px, 9vw, 148px) 0; scroll-margin-top: 70px; }
.program-heading { max-width: 940px; }
.program-heading h2,
.value-intro h2,
.program-faq h2,
.program-final h2 { font-size: clamp(46px, 4.8vw, 72px); font-weight: 540; line-height: .96; }

.program-heading > p:last-child,
.program-heading.is-split > p,
.value-intro > p,
.program-final-copy > p {
  color: var(--program-muted);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.5;
}

.program-heading.is-split {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .72fr);
  gap: clamp(54px, 9vw, 130px);
  align-items: end;
}

.program-heading.is-split > div { max-width: 740px; }
.program-heading.is-split > p { max-width: 560px; margin: 0; }
.program-heading.is-centered { margin-inline: auto; text-align: center; }
.program-heading.is-centered > p:last-child { max-width: 740px; margin: 24px auto 0; }

.program-participants { background: #fff; }

.participant-grid {
  display: grid;
  margin-top: clamp(48px, 6vw, 76px);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid #cfd7e2;
  border-bottom: 1px solid #cfd7e2;
}

.participant-grid article {
  position: relative;
  display: flex;
  min-height: 360px;
  padding: 30px 26px 34px;
  border: 0;
  border-right: 1px solid #cfd7e2;
  border-radius: 0;
  background: transparent;
  flex-direction: column;
  overflow: hidden;
  transition: background .25s ease;
}

.participant-grid article:last-child { border-right: 0; }
.participant-grid article::after { display: none; }

.participant-grid article:hover { background: #f5f8fc; }
.participant-index { color: var(--program-blue); font-size: 12px; font-weight: 700; }
.participant-grid h3 { max-width: 420px; margin: auto 0 0; color: #111820; font-size: clamp(25px, 2vw, 31px); font-weight: 580; letter-spacing: -.045em; line-height: 1.04; }
.participant-grid p { max-width: 560px; margin: 16px 0 0; color: #667183; font-size: 15px; line-height: 1.52; }
.participant-mark { display: none; }

.program-directions { color: #fff; background: #071126; }
.program-directions .program-eyebrow { color: #64c4ff; }
.program-directions .program-heading h2 { color: #fff; }
.program-directions .program-heading > p:last-child { color: rgba(236, 244, 255, .65); }

.direction-grid {
  display: grid;
  margin-top: clamp(48px, 6vw, 76px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.direction-grid article {
  display: flex;
  min-height: 360px;
  padding: clamp(28px, 3vw, 40px);
  border: 1px solid rgba(142, 183, 226, .22);
  border-radius: 22px;
  background: rgba(255, 255, 255, .035);
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

.direction-grid article.is-blue { background: radial-gradient(circle at 100% 0, rgba(8, 122, 241, .24), transparent 44%), rgba(255, 255, 255, .035); }
.direction-grid article.is-lilac { background: radial-gradient(circle at 100% 0, rgba(96, 91, 255, .20), transparent 44%), rgba(255, 255, 255, .035); }
.direction-grid article.is-cyan { background: radial-gradient(circle at 100% 0, rgba(42, 195, 217, .18), transparent 44%), rgba(255, 255, 255, .035); }
.direction-grid article.is-wide { min-height: 280px; background: linear-gradient(110deg, rgba(8, 122, 241, .18), rgba(101, 91, 255, .13)); grid-column: 1 / -1; }

.direction-top { display: flex; align-items: flex-start; justify-content: space-between; }
.direction-top > span:first-child { color: #64c4ff; font-size: 12px; font-weight: 700; letter-spacing: .1em; }
.direction-icon { display: none; }
.direction-grid h3 { max-width: 520px; margin: 0; color: #fff; font-size: clamp(30px, 3vw, 45px); font-weight: 540; letter-spacing: -.05em; line-height: 1; }
.direction-grid p { max-width: 620px; margin: 18px 0 0; color: rgba(236, 244, 255, .64); font-size: 16px; line-height: 1.52; }

.program-path { background: #fff; }

.path-list {
  display: grid;
  margin: clamp(48px, 6vw, 78px) 0 0;
  padding: 0;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #cfd7e2;
  border-bottom: 1px solid #cfd7e2;
  list-style: none;
}

.path-list li {
  position: relative;
  min-height: 292px;
  padding: 30px 24px 30px 0;
  border-right: 1px solid var(--program-line);
}

.path-list li + li { padding-left: 24px; }
.path-list li:last-child { border-right: 0; }
.path-list li::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; border: 3px solid #fff; border-radius: 50%; background: var(--program-blue); box-shadow: 0 0 0 1px #bcd9f8; content: ""; }
.path-list li + li::before { left: 24px; }
.path-list span { color: var(--program-blue); font-size: 12px; font-weight: 700; }
.path-list div { margin-top: 76px; }
.path-list h3 { margin: 0; color: #111820; font-size: 23px; font-weight: 580; letter-spacing: -.04em; }
.path-list p { margin: 14px 0 0; color: var(--program-muted); font-size: 14px; line-height: 1.5; }

.program-value { background: #eef2f6; }
.value-layout { display: grid; grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr); gap: clamp(52px, 8vw, 118px); align-items: start; }
.value-intro { position: sticky; top: 150px; }
.value-intro > p { max-width: 560px; margin: 26px 0 0; }
.value-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.value-cards article { display: flex; min-height: 250px; padding: 30px; border: 1px solid #d2dae5; border-radius: 18px; background: #fff; flex-direction: column; }
.value-cards span { color: var(--program-blue); font-size: 11px; font-weight: 700; }
.value-cards h3 { margin: auto 0 0; color: #111820; font-size: 25px; font-weight: 580; letter-spacing: -.04em; line-height: 1.05; }
.value-cards p { margin: 14px 0 0; color: #667183; font-size: 15px; line-height: 1.5; }
.value-intro .program-button { border-color: #c6d2df; background: #fff; }

.principles-panel {
  padding: clamp(54px, 6vw, 82px);
  border: 1px solid #182c4c;
  border-radius: 28px;
  background:
    radial-gradient(circle at 6% 0, rgba(8, 122, 241, .20), transparent 34%),
    radial-gradient(circle at 96% 100%, rgba(91, 94, 255, .16), transparent 38%),
    #071126;
}

.program-principles .program-eyebrow { color: #64c4ff; }
.program-principles .program-heading h2 { color: #fff; }
.principle-grid { display: grid; margin-top: clamp(44px, 5vw, 66px); grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(194, 218, 245, .22); }
.principle-grid article { min-height: 250px; padding: 28px 22px 10px; border-right: 1px solid rgba(194, 218, 245, .22); }
.principle-grid article:last-child { border-right: 0; }
.principle-grid span { color: #64c4ff; font-size: 11px; font-weight: 700; }
.principle-grid h3 { margin: 96px 0 0; color: #fff; font-size: 21px; font-weight: 560; letter-spacing: -.035em; }
.principle-grid p { margin: 12px 0 0; color: rgba(236, 244, 255, .62); font-size: 14px; line-height: 1.5; }

.program-faq { background: #fff; }
.faq-layout { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(58px, 9vw, 130px); align-items: start; }
.program-text-link { display: inline-flex; margin-top: 28px; color: var(--program-blue); align-items: center; gap: 8px; font-size: 15px; font-weight: 650; }
.program-faq .faq-list { display: block; gap: 0; border-top: 1px solid #cfd7e2; }
.program-faq .faq-list details { overflow: visible; border: 0; border-bottom: 1px solid #cfd7e2; border-radius: 0; background: transparent; box-shadow: none; }
.program-faq .faq-list summary { position: relative; display: block; min-height: auto; padding: 28px 58px 28px 0; color: #111820; cursor: pointer; font-size: clamp(18px, 1.5vw, 21px); font-weight: 580; letter-spacing: -.025em; line-height: 1.25; list-style: none; }
.program-faq .faq-list summary::-webkit-details-marker { display: none; }
.program-faq .faq-list summary::before { display: none; content: none; }
.program-faq .faq-list summary::after { position: absolute; top: 50%; right: 0; left: auto; display: grid; width: 36px; height: 36px; border: 1px solid #cfd7e2; border-radius: 50%; color: #263243; background: #fff; content: "+"; place-items: center; font-size: 21px; font-weight: 400; transform: translateY(-50%); }
.program-faq .faq-list summary > span { display: none; }
.program-faq .faq-list details[open] summary::after { color: #fff; border-color: var(--program-blue); background: var(--program-blue); content: "−"; }
.program-faq .faq-list details > div { max-width: 720px; padding: 6px 58px 28px 0; color: var(--program-muted); font-size: 16px; line-height: 1.55; }
.program-faq .faq-list details > div p { margin: 0; }

.program-final { padding: 0 0 clamp(80px, 8vw, 120px); background: #fff; }
.program-final-card { display: grid; min-height: 470px; padding: clamp(50px, 6vw, 82px); border-radius: 28px; color: #fff; background: radial-gradient(circle at 95% 0, rgba(8, 122, 241, .32), transparent 42%), linear-gradient(125deg, #071126, #102344 62%, #17376c); grid-template-columns: minmax(0, 1.1fr) minmax(340px, .9fr); gap: clamp(54px, 8vw, 116px); align-items: end; overflow: hidden; }
.program-final .program-eyebrow { color: #73c6ff; }
.program-final h2 { max-width: 850px; color: #fff; }
.program-final-copy > p { max-width: 560px; margin: 0; color: rgba(255, 255, 255, .7); }
.program-final .program-button:not(.is-primary) { color: #fff; border-color: rgba(255, 255, 255, .38); background: rgba(255, 255, 255, .08); }

@media (max-width: 1080px) {
  .participant-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .participant-grid article:nth-child(2n) { border-right: 0; }
  .participant-grid article:nth-child(-n+2) { border-bottom: 1px solid #cfd7e2; }
  .path-list { grid-template-columns: repeat(3, minmax(0, 1fr)); border-left: 1px solid var(--program-line); }
  .path-list li,
  .path-list li + li { min-height: 260px; padding: 26px; border-bottom: 1px solid var(--program-line); }
  .path-list li::before,
  .path-list li + li::before { display: none; }
  .path-list div { margin-top: 72px; }
  .principle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .principle-grid article:nth-child(2) { border-right: 0; }
  .principle-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(194, 218, 245, .22); }
}

@media (max-width: 900px) {
  body.science-program .site-header { margin: 0 12px; border-radius: 16px; transform: translateY(10px); }
  body.science-program .site-header .header-inner { width: calc(100% - 28px); }
  .program-hero-card { min-height: max(720px, 100svh); }
  .program-hero-copy { max-width: 780px; }
  .program-heading.is-split,
  .value-layout,
  .faq-layout,
  .program-final-card { grid-template-columns: 1fr; gap: 42px; }
  .value-intro { position: static; }
  .program-final-copy > p { margin-top: 0; }
  .program-final-card { min-height: 0; }
}

@media (max-width: 720px) {
  .program-hero { padding: 0; }
  .program-hero-card { width: 100%; min-height: max(720px, 100svh); padding: 106px 20px 30px; border-radius: 0; }
  .program-hero h1 { font-size: clamp(43px, 11vw, 60px); line-height: .92; }
  .program-hero-copy { padding: 66px 0 24px; }
  .program-hero-visual { min-height: 0; }
  .program-hero-visual img { object-position: 68% center; }
  .program-visual-caption { top: 94px; }
  .program-facts { grid-template-columns: 1fr; }
  .program-facts > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(159, 181, 207, .26); }
  .program-facts > div:last-child { border-bottom: 0; }
  .program-section { padding: 78px 0; }
  .program-heading h2,
  .value-intro h2,
  .program-faq h2,
  .program-final h2 { font-size: clamp(38px, 10vw, 48px); }
  .program-heading.is-split { gap: 28px; }
  .participant-grid,
  .direction-grid,
  .value-cards,
  .path-list,
  .principle-grid { grid-template-columns: 1fr; }
  .participant-grid article,
  .participant-grid article:nth-child(2n),
  .participant-grid article:nth-child(-n+2) { min-height: 250px; border-right: 0; border-bottom: 1px solid #cfd7e2; }
  .participant-grid article:last-child { border-bottom: 0; }
  .direction-grid article.is-wide { grid-column: auto; }
  .participant-grid article { padding: 24px; }
  .direction-grid article,
  .direction-grid article.is-wide { min-height: 330px; padding: 26px; }
  .path-list { border-top: 1px solid var(--program-line); }
  .path-list li,
  .path-list li + li { min-height: auto; padding: 28px 0; border-right: 0; }
  .path-list div { margin-top: 32px; }
  .value-cards article { min-height: 230px; }
  .principles-panel { width: min(100% - 24px, 1180px); padding: 44px 24px; border-radius: 28px; }
  .principle-grid article { min-height: auto; padding: 26px 0; border-right: 0; border-bottom: 1px solid rgba(194, 218, 245, .22); }
  .principle-grid article:last-child { border-bottom: 0; }
  .principle-grid h3 { margin-top: 50px; }
  .program-final-card { width: min(100% - 24px, 1180px); padding: 44px 24px; border-radius: 28px; }
}

@media (max-width: 520px) {
  body.science-program .shell { width: min(100% - 32px, 1180px); }
  .principles-panel,
  .program-final-card { width: min(100% - 20px, 1180px); }
  .program-hero-card { width: 100%; }
  .program-hero h1 { font-size: clamp(40px, 11.4vw, 52px); }
  .program-hero h1 span { display: inline; }
  .program-lead { margin-top: 24px; font-size: 16px; line-height: 1.42; }
  .program-actions { align-items: stretch; flex-direction: column; }
  .program-button { width: 100%; }
  .program-audience-tags { display: none; }
  .program-hero-visual { min-height: 0; border-radius: 0; }
  .program-visual-caption { display: none; }
  .participant-grid,
  .direction-grid,
  .value-cards { gap: 10px; }
  .faq-list summary { font-size: 18px; }
  .faq-list details > div { padding-right: 0; font-size: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .program-button,
  .participant-grid article,
  .faq-list summary span { transition: none; }
}
