/* Adler Archer Lab - shared styles. WordPress media lives under images/uploads/ (see download-media.sh to refresh). */

@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500;600;700&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,400&family=JetBrains+Mono:wght@400;500&family=Manrope:wght@300;400;500;600;700&family=Source+Serif+4:ital,opsz,wght@0,8..60,400;0,8..60,600;1,8..60,400&display=swap");

:root {
  --foundation-navy: #0c1222;
  --foundation-gold: #d4a03c;
  --warm-copper: #c07a3a;
  --cream: #fbf8f2;
  --warm-midnight: #121822;
  --body-light: #e8edf5;
  --warm-gray: #9aa3b5;
  --bg-deep: #080c16;
  --bg-mid: #0c1220;
  --bg-elevated: #141c2e;
  --bg-card: rgba(18, 24, 38, 0.78);
  --border-subtle: rgba(255, 255, 255, 0.09);
  --border-highlight: rgba(212, 160, 60, 0.28);
  --text: #f4f6fa;
  --text-muted: rgba(232, 237, 245, 0.72);
  --accent-link: #e8c066;
  --accent-cta: #c07a3a;
  --accent-cta-hover: #d4a03c;
  --accent-ice: #a5b4fc;
  --hero-overlay: linear-gradient(
    180deg,
    rgba(8, 12, 22, 0.5) 0%,
    rgba(12, 18, 34, 0.88) 55%,
    #080c14 100%
  );
  --font-body: "Manrope", system-ui, sans-serif;
  --font-display: "Fraunces", Georgia, "Times New Roman", serif;
  --font-accent: "Caveat", cursive;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --header-h: 4.25rem;
  --radius: 14px;
  --radius-lg: 20px;
  --shadow-card: 0 20px 50px rgba(0, 0, 0, 0.45);
  --shadow-inset-top: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  --glow-blue: rgba(59, 130, 246, 0.45);
  --glow-orange: rgba(207, 104, 55, 0.4);
  --noise-svg: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.loading {
  overflow: hidden;
}

body {
  margin: 0;
  position: relative;
  font-family: var(--font-body);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--bg-deep);
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 90% 70% at 8% -5%,
      rgba(212, 160, 60, 0.14),
      transparent 52%
    ),
    radial-gradient(
      ellipse 70% 55% at 94% 20%,
      rgba(192, 122, 58, 0.1),
      transparent 48%
    ),
    radial-gradient(
      ellipse 65% 50% at 48% 102%,
      rgba(59, 130, 246, 0.08),
      transparent 46%
    ),
    linear-gradient(
      168deg,
      #060910 0%,
      var(--foundation-navy) 42%,
      #0a101c 100%
    );
  animation: ambient-drift 14s ease-in-out infinite alternate;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.045;
  background-image: var(--noise-svg);
  background-repeat: repeat;
  background-size: 256px 256px;
}

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

a {
  color: var(--accent-link);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #f0d78a;
}

main {
  padding-top: var(--header-h);
  position: relative;
}

.container {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.container--narrow {
  width: min(820px, 92vw);
}

/* -- Header -- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: var(--header-h);
  display: flex;
  align-items: center;
  background: rgba(10, 14, 23, 0.78);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow:
    0 0 40px rgba(59, 130, 246, 0.06),
    0 12px 40px rgba(0, 0, 0, 0.35);
  transition: box-shadow 0.35s ease;
}

.site-header:hover {
  box-shadow:
    0 0 48px rgba(59, 130, 246, 0.1),
    0 12px 40px rgba(0, 0, 0, 0.4);
}

.site-header__inner {
  width: min(1200px, 94vw);
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--text);
  flex-shrink: 0;
}

.site-logo img {
  height: 44px;
  width: auto;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.45))
    drop-shadow(0 0 14px rgba(212, 160, 60, 0.12));
}

.site-logo span {
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  max-width: 11rem;
}

.nav-toggle:focus-visible,
.site-nav a:focus-visible,
.nav-parent:focus-visible {
  outline: 2px solid var(--accent-link);
  outline-offset: 3px;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin-inline: auto;
  background: var(--text);
  border-radius: 1px;
  transition: transform 0.2s, opacity 0.2s;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.site-nav > li {
  list-style: none;
  position: relative;
}

.site-nav > li > a,
.site-nav > li > button.nav-parent {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  border: none;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}

.site-nav > li > a:hover,
.site-nav > li > button.nav-parent:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.site-nav .nav-parent::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.65;
  margin-top: 2px;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  min-width: 280px;
  padding: 0.5rem;
  margin: 0;
  list-style: none;
  background: rgba(17, 24, 39, 0.96);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius);
  box-shadow: var(--shadow-card);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
  z-index: 50;
}

.site-nav > li:hover .nav-dropdown,
.site-nav > li:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown a {
  display: block;
  padding: 0.6rem 0.85rem;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.88rem;
  border-radius: 8px;
}

.nav-dropdown a:hover {
  color: var(--text);
  background: rgba(59, 130, 246, 0.12);
}

/* Mobile nav */
@media (max-width: 1024px) {
  .nav-toggle {
    display: flex;
  }

  .site-nav {
    position: fixed;
    top: var(--header-h);
    left: 0;
    right: 0;
    bottom: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem 1.25rem 2rem;
    background: rgba(10, 14, 23, 0.98);
    backdrop-filter: blur(16px);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.28s ease;
  }

  .site-nav.is-open {
    transform: translateX(0);
  }

  .site-nav > li {
    border-bottom: 1px solid var(--border-subtle);
  }

  .site-nav > li > a,
  .site-nav > li > button.nav-parent {
    width: 100%;
    justify-content: space-between;
    padding: 1rem 0.5rem;
    font-size: 1rem;
  }

  .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    display: none;
    border: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 0 0.75rem 0.75rem;
    min-width: unset;
  }

  .site-nav > li.is-expanded .nav-dropdown {
    display: block;
  }

  .site-nav > li.is-expanded .nav-parent::after {
    transform: rotate(180deg);
  }

  .nav-dropdown a {
    padding: 0.55rem 0.5rem;
  }
}

/* -- Hero -- */
.hero {
  position: relative;
  min-height: clamp(440px, 78vh, 720px);
  display: flex;
  align-items: flex-end;
  padding: 4.5rem 0 5rem;
  overflow: hidden;
  isolation: isolate;
}

.hero--home {
  min-height: min(100svh, 960px);
  align-items: center;
  justify-content: center;
  padding: clamp(5.5rem, 12vh, 7.5rem) 0 clamp(4rem, 8vh, 5.5rem);
  text-align: center;
}

.hero--home .hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-inline: auto;
}

.hero--simple {
  min-height: auto;
  padding: 5.5rem 0 3.5rem;
  background:
    radial-gradient(
      ellipse 100% 90% at 50% -30%,
      rgba(59, 130, 246, 0.16),
      transparent 58%
    ),
    radial-gradient(
      ellipse 60% 50% at 100% 50%,
      rgba(99, 102, 241, 0.08),
      transparent 50%
    ),
    linear-gradient(180deg, #0a1020 0%, var(--bg-deep) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.hero__parallax {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 122%;
  height: 122%;
  transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center 38%;
  transform-origin: center center;
  will-change: transform;
}

.hero--home .hero__bg {
  background-image: url("images/uploads/2026/jhu-bloomberg-555-penn.jpg");
  background-position: center 42%;
  animation: hero-ken 20s cubic-bezier(0.45, 0, 0.55, 1) infinite alternate;
  filter: brightness(0.62) contrast(1.28) saturate(1.14);
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: var(--hero-overlay);
  z-index: 1;
}

.hero--home .hero__overlay {
  background:
    linear-gradient(
      195deg,
      rgba(8, 12, 22, 0.15) 0%,
      rgba(12, 18, 34, 0.45) 40%,
      transparent 58%
    ),
    linear-gradient(
      0deg,
      rgba(6, 10, 18, 0.97) 0%,
      rgba(12, 18, 34, 0.72) 32%,
      rgba(18, 26, 42, 0.38) 55%,
      rgba(212, 160, 60, 0.07) 100%
    );
}

.hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: radial-gradient(
    ellipse 72% 65% at 50% 42%,
    transparent 0%,
    transparent 38%,
    rgba(4, 6, 14, 0.35) 72%,
    rgba(2, 3, 10, 0.92) 100%
  );
  box-shadow:
    inset 0 0 160px rgba(0, 0, 0, 0.72),
    inset 0 -80px 120px rgba(0, 0, 0, 0.55);
}

.hero--home .hero__vignette {
  background: radial-gradient(
    ellipse 88% 78% at 50% 38%,
    transparent 0%,
    rgba(12, 18, 34, 0.2) 50%,
    rgba(4, 6, 14, 0.55) 100%
  );
}

.hero__depth {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: soft-light;
  opacity: 0.62;
  background:
    radial-gradient(
      ellipse 55% 48% at 12% 22%,
      rgba(212, 160, 60, 0.45) 0%,
      transparent 58%
    ),
    radial-gradient(
      ellipse 50% 44% at 88% 68%,
      rgba(192, 122, 58, 0.28) 0%,
      transparent 52%
    ),
    radial-gradient(
      ellipse 40% 35% at 50% 100%,
      rgba(59, 130, 246, 0.15) 0%,
      transparent 50%
    );
  animation: hero-depth-drift 16s ease-in-out infinite alternate;
}

.hero-particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: auto;
}

.hero__gold-line {
  width: min(220px, 52vw);
  height: 3px;
  margin: 0 auto 1.25rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--foundation-gold),
    #f5e6c8,
    var(--foundation-gold),
    transparent
  );
  box-shadow:
    0 0 24px rgba(212, 160, 60, 0.55),
    0 0 48px rgba(212, 160, 60, 0.22);
  animation: hero-gold-line-pulse 2.8s ease-in-out infinite;
}

@keyframes hero-gold-line-pulse {
  0%,
  100% {
    opacity: 0.85;
    transform: scaleX(1);
  }
  50% {
    opacity: 1;
    transform: scaleX(1.06);
  }
}

.hero__tagline {
  font-family: var(--font-accent);
  font-size: clamp(1.65rem, 4.2vw, 2.35rem);
  font-weight: 600;
  line-height: 1.25;
  color: var(--cream);
  margin: 0 0 0.65rem;
  max-width: 28ch;
  text-shadow: 0 2px 32px rgba(0, 0, 0, 0.5);
}

.hero__subtitle--support {
  font-size: clamp(0.82rem, 1.35vw, 0.92rem);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--warm-gray);
  max-width: 36rem;
  margin-bottom: 1.75rem !important;
  border-left: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
  line-height: 1.6;
}

.hero__grain {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.055;
  background-image: var(--noise-svg);
  background-size: 200px 200px;
  mix-blend-mode: overlay;
}

.hero__stars {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}

.hero-star {
  position: absolute;
  width: var(--sz, 2.5px);
  height: var(--sz, 2.5px);
  margin: calc(var(--sz, 2.5px) / -2) 0 0 calc(var(--sz, 2.5px) / -2);
  border-radius: 50%;
  background: #f8fafc;
  box-shadow:
    0 0 5px 1px rgba(255, 255, 255, 0.9),
    0 0 14px 2px rgba(147, 197, 253, 0.5),
    0 0 24px 3px rgba(59, 130, 246, 0.25);
  animation: hero-star-twinkle var(--tw, 3.2s) ease-in-out infinite;
  animation-delay: var(--dl, 0s);
  opacity: 0.25;
}

.hero-star--spark {
  width: 2px;
  height: 11px;
  margin: -5.5px 0 0 -1px;
  border-radius: 1px;
  background: linear-gradient(
    180deg,
    transparent,
    #fff 20%,
    #e0f2fe 50%,
    #fff 80%,
    transparent
  );
  box-shadow:
    0 0 10px 2px rgba(191, 219, 254, 0.85),
    0 0 22px 4px rgba(96, 165, 250, 0.35);
  animation: hero-spark-twinkle var(--tw, 4.2s) ease-in-out infinite;
}

.hero-star--spark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11px;
  height: 2px;
  margin: -1px 0 0 -5.5px;
  border-radius: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #fff 15%,
    #e0f2fe 50%,
    #fff 85%,
    transparent
  );
  box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.7);
}

.hero-star:nth-child(1) {
  left: 6%;
  top: 14%;
  --tw: 2.8s;
  --dl: -0.4s;
  --sz: 2px;
}
.hero-star:nth-child(2) {
  left: 14%;
  top: 22%;
  --tw: 3.6s;
  --dl: -1.2s;
}
.hero-star:nth-child(3) {
  left: 22%;
  top: 11%;
  --tw: 2.4s;
  --dl: -2.1s;
  --sz: 1.5px;
}
.hero-star:nth-child(4) {
  left: 31%;
  top: 28%;
  --tw: 4.1s;
  --dl: -0.8s;
}
.hero-star:nth-child(5) {
  left: 38%;
  top: 16%;
  --tw: 3.1s;
  --dl: -2.6s;
  --sz: 3px;
}
.hero-star:nth-child(6) {
  left: 48%;
  top: 9%;
  --tw: 2.9s;
  --dl: -1.5s;
}
.hero-star:nth-child(7) {
  left: 56%;
  top: 24%;
  --tw: 3.8s;
  --dl: -0.2s;
  --sz: 2px;
}
.hero-star:nth-child(8) {
  left: 64%;
  top: 13%;
  --tw: 2.6s;
  --dl: -2.9s;
}
.hero-star:nth-child(9) {
  left: 72%;
  top: 31%;
  --tw: 4.4s;
  --dl: -1.8s;
  --sz: 1.5px;
}
.hero-star:nth-child(10) {
  left: 81%;
  top: 18%;
  --tw: 3.3s;
  --dl: -0.6s;
}
.hero-star:nth-child(11) {
  left: 89%;
  top: 26%;
  --tw: 2.7s;
  --dl: -2.2s;
}
.hero-star:nth-child(12) {
  left: 11%;
  top: 38%;
  --tw: 3.9s;
  --dl: -1.1s;
  --sz: 2px;
}
.hero-star:nth-child(13) {
  left: 26%;
  top: 44%;
  --tw: 2.5s;
  --dl: -3s;
}
.hero-star:nth-child(14) {
  left: 42%;
  top: 36%;
  --tw: 4s;
  --dl: -0.9s;
  --sz: 1.5px;
}
.hero-star:nth-child(15) {
  left: 53%;
  top: 42%;
  --tw: 3.5s;
  --dl: -2.4s;
}
.hero-star:nth-child(16) {
  left: 68%;
  top: 48%;
  --tw: 2.8s;
  --dl: -1.4s;
  --sz: 2.5px;
}
.hero-star:nth-child(17) {
  left: 77%;
  top: 39%;
  --tw: 4.2s;
  --dl: -0.3s;
}
.hero-star:nth-child(18) {
  left: 92%;
  top: 44%;
  --tw: 3s;
  --dl: -2.7s;
  --sz: 2px;
}
.hero-star:nth-child(19) {
  left: 8%;
  top: 52%;
  --tw: 3.7s;
  --dl: -1.6s;
}
.hero-star:nth-child(20) {
  left: 19%;
  top: 58%;
  --tw: 2.3s;
  --dl: -0.5s;
  --sz: 1.5px;
}
.hero-star:nth-child(21) {
  left: 35%;
  top: 54%;
  --tw: 4.3s;
  --dl: -2s;
}
.hero-star:nth-child(22) {
  left: 59%;
  top: 56%;
  --tw: 2.9s;
  --dl: -1.9s;
  --sz: 2px;
}
.hero-star:nth-child(23) {
  left: 84%;
  top: 51%;
  --tw: 3.4s;
  --dl: -0.7s;
}
.hero-star:nth-child(24) {
  left: 95%;
  top: 12%;
  --tw: 2.6s;
  --dl: -2.5s;
  --sz: 1.5px;
}
.hero-star:nth-child(25) {
  left: 3%;
  top: 28%;
  --tw: 3.8s;
  --dl: -1.3s;
}
.hero-star:nth-child(26) {
  left: 45%;
  top: 6%;
  --tw: 2.2s;
  --dl: -3.1s;
  --sz: 2px;
}
.hero-star:nth-child(27) {
  left: 61%;
  top: 33%;
  --tw: 4.5s;
  --dl: -0.1s;
}
.hero-star:nth-child(28) {
  left: 33%;
  top: 19%;
  --tw: 3.2s;
  --dl: -2.8s;
  --sz: 1.5px;
}
.hero-star:nth-child(29) {
  left: 17%;
  top: 7%;
  --tw: 2.7s;
  --dl: -1.7s;
}
.hero-star:nth-child(30) {
  left: 74%;
  top: 8%;
  --tw: 3.6s;
  --dl: -0.4s;
  --sz: 2px;
}

.hero-star:nth-child(31).hero-star--spark {
  left: 18%;
  top: 20%;
  --tw: 5s;
  --dl: -0.8s;
}
.hero-star:nth-child(32).hero-star--spark {
  left: 62%;
  top: 14%;
  --tw: 4.6s;
  --dl: -2.2s;
}
.hero-star:nth-child(33).hero-star--spark {
  left: 44%;
  top: 48%;
  --tw: 5.4s;
  --dl: -1.4s;
}
.hero-star:nth-child(34).hero-star--spark {
  left: 86%;
  top: 34%;
  --tw: 4.8s;
  --dl: -3s;
}

@keyframes hero-star-twinkle {
  0%,
  100% {
    opacity: 0.12;
    transform: scale(0.65);
  }
  45% {
    opacity: 1;
    transform: scale(1.15);
  }
  55% {
    opacity: 0.85;
    transform: scale(1);
  }
}

@keyframes hero-spark-twinkle {
  0%,
  100% {
    opacity: 0.15;
    transform: rotate(0deg) scale(0.7);
  }
  40% {
    opacity: 1;
    transform: rotate(12deg) scale(1.05);
  }
  60% {
    opacity: 0.9;
    transform: rotate(-8deg) scale(1);
  }
}

.hero .container {
  position: relative;
  z-index: 5;
}

.hero--home .hero__content {
  max-width: min(46rem, 94vw);
}

@keyframes hero-depth-drift {
  0% {
    transform: scale(1) translate(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.12) translate(-2.2%, 1.4%);
    opacity: 0.72;
  }
}

.hero__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #bfdbfe;
  margin: 0 0 1.1rem;
  padding: 0.45rem 0.95rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.55);
  border: 1px solid rgba(147, 197, 253, 0.22);
  box-shadow:
    var(--shadow-inset-top),
    0 8px 32px rgba(0, 0, 0, 0.25),
    0 0 40px rgba(59, 130, 246, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero__label--mono {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: lowercase;
  color: rgba(232, 237, 245, 0.88);
  border-color: rgba(212, 160, 60, 0.35);
  background: rgba(12, 18, 34, 0.65);
  box-shadow:
    var(--shadow-inset-top),
    0 8px 28px rgba(0, 0, 0, 0.35),
    0 0 36px rgba(212, 160, 60, 0.08);
}

.hero__label--mono::before {
  background: linear-gradient(135deg, var(--foundation-gold), var(--warm-copper));
  box-shadow: 0 0 14px rgba(212, 160, 60, 0.75);
}

.hero__label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, #60a5fa, #a78bfa);
  box-shadow: 0 0 12px rgba(96, 165, 250, 0.8);
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.25rem, 5vw, 3.35rem);
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 1rem;
  max-width: 22ch;
  text-shadow: 0 4px 48px rgba(0, 0, 0, 0.4);
}

.hero--home .hero__title--logo {
  font-size: 0;
  line-height: 0;
  margin: 0 0 1.75rem;
  max-width: none;
  width: fit-content;
  filter: none;
  text-shadow: none;
}

.hero__logo-wrap {
  display: inline-block;
  position: relative;
  animation: hero-logo-breathe 2.6s ease-in-out infinite;
}

.hero__logo-wrap::before {
  content: "";
  position: absolute;
  inset: -20% -16%;
  border-radius: 50%;
  background: radial-gradient(
    ellipse at center,
    rgba(212, 160, 60, 0.55) 0%,
    rgba(192, 122, 58, 0.22) 40%,
    transparent 70%
  );
  animation: hero-logo-halo 2.4s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

.hero__logo-wrap::after {
  content: "";
  position: absolute;
  inset: -32% -24%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(245, 230, 200, 0.12) 0%,
    rgba(212, 160, 60, 0.1) 42%,
    transparent 62%
  );
  animation: hero-logo-halo 3.2s ease-in-out infinite reverse;
  z-index: 0;
  opacity: 0.9;
  pointer-events: none;
}

.hero__logo-mark {
  position: relative;
  z-index: 1;
  display: block;
  width: min(88vw, 420px);
  height: auto;
  animation: hero-logo-glow-filter 2.6s ease-in-out infinite;
}

@keyframes hero-logo-breathe {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.065) translateY(-5px);
  }
}

@keyframes hero-logo-halo {
  0%,
  100% {
    opacity: 0.55;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.12);
  }
}

@keyframes hero-logo-glow-filter {
  0%,
  100% {
    filter: drop-shadow(0 0 12px rgba(212, 160, 60, 0.65))
      drop-shadow(0 0 36px rgba(212, 160, 60, 0.35))
      drop-shadow(0 0 64px rgba(192, 122, 58, 0.2));
  }
  50% {
    filter: drop-shadow(0 0 22px rgba(245, 230, 200, 0.85))
      drop-shadow(0 0 48px rgba(212, 160, 60, 0.72))
      drop-shadow(0 0 88px rgba(192, 122, 58, 0.38));
  }
}

.hero__title-line {
  display: block;
  font-size: clamp(1.85rem, 4.2vw, 2.65rem);
  letter-spacing: 0.02em;
  color: rgba(248, 250, 252, 0.92);
  margin-bottom: 0.12em;
}

.hero__title-accent {
  display: block;
  font-size: clamp(2.65rem, 7vw, 4.15rem);
  background: linear-gradient(
    127deg,
    #ffffff 0%,
    #e0e7ff 38%,
    #93c5fd 72%,
    #c4b5fd 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: #f1f5f9;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.06em;
}

@supports not (background-clip: text) {
  .hero__title-accent {
    color: #e0e7ff;
    -webkit-text-fill-color: unset;
    background: none;
  }
}

.hero--simple .hero__title {
  max-width: 22ch;
}

.hero--simple .hero__title-line {
  font-size: clamp(1.65rem, 3.5vw, 2.25rem);
}

.hero--simple .hero__title-accent {
  font-size: clamp(2.2rem, 5vw, 3.2rem);
  background: linear-gradient(127deg, #fff 0%, #cbd5e1 50%, #94a3b8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero--simple .hero__label::before {
  box-shadow: 0 0 10px rgba(96, 165, 250, 0.5);
}

/* Nexus Harbor summit pages - photo hero (sources: nexusharbor.org summit Elementor) */
.hero--simple.hero--summit-photo .hero__title {
  max-width: min(40rem, 94vw);
}

.hero--simple.hero--summit-photo {
  min-height: clamp(380px, 52vh, 540px);
  padding: 5rem 0 3rem;
  background: var(--bg-deep);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

.hero--simple.hero--summit-photo .hero__bg {
  width: 110%;
  height: 110%;
  background-size: cover;
  filter: brightness(0.78) contrast(1.06) saturate(1.05);
}

.hero--simple.hero--summit-photo.hero--nexus-2024 .hero__bg {
  background-image: url("images/uploads/2026/nexus-summit-2024-hero.jpg");
  background-position: center 42%;
}

.hero--simple.hero--summit-photo.hero--nexus-2025 .hero__bg {
  background-image: url("images/uploads/2026/nexus-summit-2025-hero.jpeg");
  background-position: center right;
}

.hero--simple.hero--summit-photo.hero--nexus-huddle .hero__bg {
  background-image: url("images/uploads/2026/nexus-huddle-hero.jpeg");
  background-position: center 45%;
}

.hero--simple.hero--summit-photo.hero--ai-medicine .hero__bg {
  background-image: url("images/uploads/2026/ai-medicine-club-eventbrite.png");
  background-position: center center;
}

.hero--simple.hero--summit-photo.hero--future-fest .hero__bg {
  background-image: url("images/uploads/2026/future-fest-neon-hero.png");
  background-position: center center;
}

.hero--simple.hero--summit-photo.hero--nexus-2026 .hero__bg {
  background-image: url("images/uploads/2026/jhu-bloomberg-555-penn.jpg");
  background-position: center 42%;
}

.hero--simple.hero--summit-photo .hero__overlay {
  background: rgba(0, 0, 0, 0.48);
}

.hero--simple.hero--summit-photo.hero--future-fest .hero__overlay {
  background: rgba(0, 0, 0, 0.34);
}

.hero--simple.hero--summit-photo .hero__vignette {
  background: radial-gradient(
    ellipse 88% 75% at 40% 38%,
    transparent 0%,
    rgba(4, 6, 14, 0.2) 55%,
    rgba(2, 3, 10, 0.72) 100%
  );
  box-shadow:
    inset 0 0 120px rgba(0, 0, 0, 0.45),
    inset 0 -60px 90px rgba(0, 0, 0, 0.4);
}

.hero__subtitle {
  font-size: clamp(1.05rem, 2.1vw, 1.22rem);
  line-height: 1.65;
  color: rgba(226, 232, 240, 0.82);
  max-width: 38rem;
  margin: 0 0 2rem;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

.hero--home .hero__subtitle:not(.hero__subtitle--support) {
  border-left: 3px solid transparent;
  border-image: linear-gradient(
      180deg,
      rgba(212, 160, 60, 0.95),
      rgba(192, 122, 58, 0.45)
    )
    1;
  padding-left: 1.15rem;
  margin-left: 0.15rem;
}

/* -- Buttons -- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.btn--primary {
  background: linear-gradient(
    135deg,
    var(--accent-cta) 0%,
    #d97735 50%,
    var(--accent-cta) 100%
  );
  background-size: 200% 200%;
  color: #fff;
  animation: cta-shimmer 4s ease-in-out infinite;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 4px 24px rgba(207, 104, 55, 0.35);
}

.btn--primary:hover {
  background: linear-gradient(
    135deg,
    var(--accent-cta-hover) 0%,
    #e88844 50%,
    var(--accent-cta-hover) 100%
  );
  background-size: 200% 200%;
  color: #fff;
  transform: translateY(-2px) scale(1.02);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 8px 32px rgba(207, 104, 55, 0.55),
    0 0 40px rgba(207, 104, 55, 0.25);
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  border: 1px solid var(--border-subtle);
}

.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  color: var(--text);
  border-color: rgba(59, 130, 246, 0.35);
  box-shadow: 0 0 24px rgba(59, 130, 246, 0.15);
  transform: translateY(-1px);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* -- Sections -- */
.section {
  position: relative;
  padding: 4.5rem 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.028) 0%,
    transparent 28%,
    transparent 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.section--tight {
  padding: 3.5rem 0;
}

.section__title {
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  font-weight: 400;
  margin: 0 0 0.65rem;
  letter-spacing: 0.01em;
  position: relative;
  padding-bottom: 0.85rem;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.35);
}

.section__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3.5rem;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    var(--foundation-gold),
    var(--warm-copper)
  );
  box-shadow: 0 0 18px rgba(212, 160, 60, 0.35);
}

.section-header.text-center .section__title::after {
  left: 50%;
  transform: translateX(-50%);
}

.section__lead {
  color: var(--text-muted);
  max-width: 60ch;
  margin: 0 0 2rem;
  font-size: 1.05rem;
  line-height: 1.7;
}

.section-header {
  margin-bottom: 2.5rem;
}

.section-header--center {
  text-align: center;
}

.section-header--center .section__lead {
  margin-inline: auto;
}

.section__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: rgba(212, 160, 60, 0.55);
  margin: 0 0 0.5rem;
}

.section__title--framed {
  margin-top: 0;
}

.section__lead--short {
  max-width: 36ch;
  font-size: 1rem;
  color: var(--text-muted);
}

/* -- Cards -- */
.card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}

@media (max-width: 900px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.3s, transform 0.35s cubic-bezier(0.2, 0.85, 0.2, 1),
    box-shadow 0.35s;
  background: linear-gradient(
    165deg,
    rgba(30, 41, 59, 0.55) 0%,
    rgba(17, 24, 39, 0.82) 45%,
    rgba(15, 23, 42, 0.9) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    var(--shadow-inset-top),
    0 4px 6px rgba(0, 0, 0, 0.15),
    0 16px 48px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.09) 48%,
    rgba(59, 130, 246, 0.08) 52%,
    transparent 62%
  );
  transform: translateX(-120%);
  transition: transform 0.65s cubic-bezier(0.2, 0.9, 0.2, 1);
  pointer-events: none;
  z-index: 2;
}

.card:hover::after {
  transform: translateX(120%);
}

.card:hover {
  border-color: rgba(212, 160, 60, 0.4);
  transform: translateY(-5px) scale(1.01);
  box-shadow:
    var(--shadow-card),
    0 0 40px rgba(212, 160, 60, 0.12),
    0 0 72px rgba(192, 122, 58, 0.08);
}

.card__image,
.card__body {
  position: relative;
  z-index: 1;
}

.card__image {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--bg-elevated);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.2, 0.85, 0.2, 1);
}

.card:hover .card__image img {
  transform: scale(1.07);
}

.card__body {
  padding: 1.35rem 1.4rem 1.5rem;
}

.card__title {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 400;
  margin: 0 0 0.65rem;
  line-height: 1.28;
  color: #f1f5f9;
  letter-spacing: 0.01em;
}

.card__body p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.card--text-only .card__body {
  padding: 1.5rem 1.4rem;
}

.card--text-only .card__title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  margin: 0 0 0.65rem;
}

.card-grid--editorial {
  gap: 1.5rem;
}

.card--editorial {
  padding: 0;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(18, 24, 38, 0.5);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
}

.card--editorial::after {
  background: linear-gradient(
    105deg,
    transparent 35%,
    rgba(212, 160, 60, 0.12) 50%,
    transparent 65%
  );
}

.card--editorial:hover {
  border-color: rgba(212, 160, 60, 0.38);
  transform: translateY(-6px);
  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.48),
    0 0 36px rgba(212, 160, 60, 0.14);
}

.card__editorial-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.card__editorial-link:hover {
  color: inherit;
}

.card--editorial .card__image {
  aspect-ratio: 4 / 3;
}

.card--editorial .card__body {
  padding: 1.15rem 1.25rem 1.35rem;
  text-align: left;
}

.card--editorial .card__title {
  font-family: var(--font-accent);
  font-size: 1.55rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  color: var(--cream);
  letter-spacing: 0.01em;
}

.card__dek {
  margin: 0 0 0.85rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.card__cta-line {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(212, 160, 60, 0.92);
}

.card--editorial:hover .card__cta-line {
  color: #f5e6c8;
}

.card-grid--pillars {
  gap: 1.25rem;
}

.card--pillar {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(12, 18, 34, 0.45);
}

.card--pillar .card__body {
  padding: 1.25rem 1.35rem;
}

.card--pillar .card__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
}

.card--pillar .card__dek {
  margin: 0;
  font-size: 0.9rem;
}

/* -- Banner / CTA strip -- */
.event-banner {
  margin: 2.5rem 0 0;
  padding: 2.25rem 2.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(96, 165, 250, 0.28);
  background: linear-gradient(
    145deg,
    rgba(59, 130, 246, 0.12) 0%,
    rgba(22, 30, 48, 0.88) 42%,
    rgba(17, 24, 39, 0.95) 100%
  );
  display: grid;
  gap: 1rem;
  align-items: start;
  box-shadow:
    var(--shadow-inset-top),
    0 0 0 1px rgba(59, 130, 246, 0.08) inset,
    0 20px 60px rgba(0, 0, 0, 0.45),
    0 0 80px rgba(59, 130, 246, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: banner-glow 6s ease-in-out infinite alternate;
}

@media (min-width: 768px) {
  .event-banner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

.event-banner__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-link);
  margin: 0 0 0.35rem;
  animation: label-pulse 2.5s ease-in-out infinite;
}

.event-banner__title {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 0 0 0.5rem;
}

.event-banner p {
  margin: 0;
  color: var(--text-muted);
  max-width: 55ch;
}

/* -- Founder spotlight (adloris-style) -- */
.founder-section {
  position: relative;
  overflow: hidden;
}

.founder-section__ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      ellipse 80% 60% at 50% 0%,
      rgba(212, 160, 60, 0.08),
      transparent 55%
    ),
    radial-gradient(
      ellipse 70% 50% at 100% 100%,
      rgba(192, 122, 58, 0.06),
      transparent 50%
    );
  opacity: 1;
}

.founder-section .container {
  position: relative;
  z-index: 1;
}

.section-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  padding: 0.5rem 1.35rem;
  border-radius: 999px;
  border: 1px solid rgba(212, 160, 60, 0.45);
  background: rgba(12, 18, 34, 0.55);
  backdrop-filter: blur(8px);
  font-family: var(--font-accent);
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 700;
  color: var(--foundation-gold);
  text-align: center;
  width: fit-content;
  box-shadow: 0 0 28px rgba(212, 160, 60, 0.12);
}

.founder-stage {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
  padding: 2rem 0 1rem;
}

.founder-stage__orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(108vw, 420px);
  height: min(108vw, 420px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  color: rgba(212, 160, 60, 0.42);
}

.founder-orbit-svg {
  width: 100%;
  height: 100%;
  animation: founder-orbit-spin 72s linear infinite;
}

.founder-orbit-ring--b {
  color: rgba(212, 160, 60, 0.38);
}

.founder-orbit-ring--c {
  color: rgba(192, 122, 58, 0.32);
}

@keyframes founder-orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.founder-stage__sparkles {
  position: absolute;
  inset: 8% 12%;
  z-index: 1;
  pointer-events: none;
}

.founder-spark {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(245, 230, 200, 0.85);
  box-shadow: 0 0 10px rgba(212, 160, 60, 0.6);
  animation: founder-spark-twinkle 3.2s ease-in-out infinite;
}

.founder-spark--1 {
  left: 8%;
  top: 22%;
  animation-delay: 0s;
}
.founder-spark--2 {
  right: 12%;
  top: 18%;
  animation-delay: 0.6s;
}
.founder-spark--3 {
  left: 18%;
  bottom: 28%;
  animation-delay: 1.1s;
  background: rgba(212, 160, 60, 0.75);
}
.founder-spark--4 {
  right: 8%;
  bottom: 22%;
  animation-delay: 0.3s;
}
.founder-spark--5 {
  left: 42%;
  top: 6%;
  width: 2px;
  height: 2px;
  animation-delay: 1.8s;
}
.founder-spark--6 {
  right: 38%;
  bottom: 8%;
  width: 3px;
  height: 3px;
  animation-delay: 2.2s;
}

@keyframes founder-spark-twinkle {
  0%,
  100% {
    opacity: 0.25;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
}

.founder-portrait-card {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 340px;
  width: 100%;
  margin-inline: auto;
  text-decoration: none;
  color: inherit;
  border-radius: 1.15rem;
  outline: none;
}

.founder-portrait-card:focus-visible {
  box-shadow: 0 0 0 2px rgba(212, 160, 60, 0.65);
}

.founder-portrait-card__glow {
  position: absolute;
  inset: -3px;
  border-radius: 1.2rem;
  background: linear-gradient(
    135deg,
    rgba(212, 160, 60, 0.55),
    rgba(212, 160, 60, 0.12),
    rgba(192, 122, 58, 0.45)
  );
  opacity: 0.88;
  filter: blur(1px);
  z-index: 0;
  transition: opacity 0.45s ease;
}

.founder-portrait-card:hover .founder-portrait-card__glow {
  opacity: 1;
}

.founder-portrait-card__rim {
  display: none;
}

.founder-portrait-card__inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.05rem;
  border: 1px solid rgba(212, 160, 60, 0.42);
  background: rgba(18, 24, 38, 0.92);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.55);
  transition:
    box-shadow 0.35s ease,
    transform 0.35s ease;
}

.founder-portrait-card:hover .founder-portrait-card__inner {
  box-shadow:
    0 0 28px rgba(212, 160, 60, 0.22),
    0 28px 64px rgba(0, 0, 0, 0.5);
  transform: translateY(-3px);
}

.founder-portrait-card__photo {
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--bg-elevated);
}

.founder-portrait-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.7s cubic-bezier(0.2, 0.85, 0.2, 1);
}

.founder-portrait-card:hover .founder-portrait-card__photo img {
  transform: scale(1.03);
}

.founder-portrait-card__meta {
  padding: 1.25rem 1.35rem 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(212, 160, 60, 0.28);
}

.founder-portrait-card__meta h2 {
  font-family: var(--font-accent);
  font-size: clamp(1.65rem, 4vw, 2rem);
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: var(--cream);
}

.founder-portrait-card__role {
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--warm-copper);
  margin: 0 0 0.75rem;
  line-height: 1.5;
}

.founder-portrait-card__more {
  font-family: var(--font-mono);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(212, 160, 60, 0.88);
  margin: 0;
}

.founder-portrait-card:hover .founder-portrait-card__more {
  color: #f5e6c8;
}

.founder-portrait-card__corner {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 52px;
  height: 52px;
  border-bottom: 2px solid rgba(212, 160, 60, 0.5);
  border-right: 2px solid rgba(212, 160, 60, 0.5);
  border-radius: 0 0 1rem 0;
  pointer-events: none;
  z-index: 3;
}

/* -- Director spotlight -- */
.director-block {
  text-align: center;
  max-width: 520px;
  margin: 0 auto 3rem;
}

.director-block img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 1.25rem;
  border: 3px solid var(--border-subtle);
}

.director-block--inline {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  text-align: left;
  max-width: none;
  margin: 0 0 2rem;
}

.director-block--inline img {
  width: 120px;
  height: 120px;
  margin: 0;
}

@media (max-width: 600px) {
  .director-block--inline {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .director-block--inline img {
    margin-inline: auto;
  }
}

.director-block h2,
.director-block h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  margin: 0 0 0.35rem;
}

.director-block .role {
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0 0 0.75rem;
}

/* -- People grid -- */
.people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 2.25rem 1.5rem;
  justify-items: center;
  text-align: center;
}

.person {
  max-width: 280px;
  width: 100%;
  transition: transform 0.35s ease;
}

.person:hover {
  transform: translateY(-5px);
}

.person__photo {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 1;
  margin: 0 auto 0.95rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(212, 160, 60, 0.35);
  background: rgba(18, 24, 38, 0.75);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.4);
  transition:
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.person:hover .person__photo {
  border-color: rgba(212, 160, 60, 0.55);
  box-shadow:
    0 0 28px rgba(212, 160, 60, 0.15),
    0 24px 52px rgba(0, 0, 0, 0.45);
}

.person__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.65s cubic-bezier(0.2, 0.85, 0.2, 1);
}

.person:hover .person__photo img {
  transform: scale(1.04);
}

.person__name {
  font-family: var(--font-accent);
  font-weight: 700;
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
  line-height: 1.3;
  color: var(--cream);
}

.person__title {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(192, 122, 58, 0.92);
  line-height: 1.45;
  margin: 0;
}

/* -- Placeholder avatar -- */
.avatar-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--accent-link);
  background: linear-gradient(
    145deg,
    rgba(59, 130, 246, 0.2),
    rgba(17, 24, 39, 0.95)
  );
}

/* -- Prose -- */
.prose {
  color: var(--text-muted);
}

.prose p {
  margin: 0 0 1rem;
}

.prose p:last-child {
  margin-bottom: 0;
}

.prose ul {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
  color: var(--text-muted);
}

.prose li {
  margin-bottom: 0.75rem;
}

.prose li:last-child {
  margin-bottom: 0;
}

/* -- Details bar -- */
.details-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
  padding: 1rem 1.25rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.9rem;
  color: var(--text-muted);
}

.details-bar span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* -- Featured blocks -- */
.featured-project {
  padding: 2.5rem;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    168deg,
    rgba(30, 41, 59, 0.5) 0%,
    rgba(17, 24, 39, 0.88) 100%
  );
  margin-bottom: 2rem;
  transition: border-color 0.25s, box-shadow 0.25s;
  box-shadow:
    var(--shadow-inset-top),
    0 12px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.featured-project:hover {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow:
    var(--shadow-inset-top),
    0 16px 56px rgba(0, 0, 0, 0.35),
    0 0 48px rgba(59, 130, 246, 0.08);
}

.featured-project__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent-link);
  margin: 0 0 0.5rem;
}

.featured-project h3 {
  font-family: var(--font-display);
  font-size: 1.65rem;
  margin: 0 0 0.35rem;
}

.featured-project .subtitle {
  color: var(--text-muted);
  margin: 0 0 1rem;
  font-size: 1rem;
}

.featured-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
}

.featured-split__image {
  min-height: 280px;
}

.featured-split__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 280px;
}

.featured-split__body {
  padding: 2rem 2rem 2rem 0;
}

@media (max-width: 768px) {
  .featured-split {
    grid-template-columns: 1fr;
  }

  .featured-split__body {
    padding: 0 1.5rem 1.5rem;
  }

  .featured-split__image {
    min-height: 200px;
  }
}

/* -- GSC partner -- */
.partner-spotlight {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  margin-bottom: 2.5rem;
}

.partner-spotlight img {
  width: 100%;
  border-radius: 8px;
}

@media (max-width: 700px) {
  .partner-spotlight {
    grid-template-columns: 1fr;
  }
}

.partner-spotlight h3 {
  font-family: var(--font-display);
  margin: 0 0 0.25rem;
}

.partner-spotlight .role {
  color: var(--accent-link);
  font-size: 0.95rem;
  margin: 0 0 1rem;
}

/* -- Process steps -- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

.process-step {
  padding: 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  background: rgba(255, 255, 255, 0.02);
}

.process-step__num {
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent-cta);
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.process-step h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.process-step p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* -- Schedule -- */
.schedule {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.schedule-item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.25rem;
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.schedule-item:hover {
  border-color: rgba(59, 130, 246, 0.3);
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.35),
    0 0 32px rgba(59, 130, 246, 0.08);
  transform: translateX(4px);
}

.schedule-item--highlight {
  border-color: rgba(212, 160, 60, 0.35);
  background: rgba(212, 160, 60, 0.07);
  box-shadow: inset 0 0 0 1px rgba(212, 160, 60, 0.12);
}

.schedule-item--highlight .schedule-item__time {
  color: var(--foundation-gold);
}

@media (max-width: 640px) {
  .schedule-item {
    grid-template-columns: 1fr;
  }
}

.schedule-item__time {
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--accent-link);
  margin: 0;
}

.schedule-item__content h4 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.schedule-item__content p,
.schedule-item__content .sub {
  margin: 0 0 0.5rem;
  font-size: 0.92rem;
  color: var(--text-muted);
}

.schedule-item__content p:last-child {
  margin-bottom: 0;
}

.speaker-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 0.75rem;
}

.speaker-chip {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--text-muted);
  background: rgba(0, 0, 0, 0.25);
  padding: 0.35rem 0.65rem 0.35rem 0.35rem;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
}

.speaker-chip img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}

/* -- Summit spotlight (large square portraits, e.g. 2025 schedule page) -- */
.summit-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 4vw, 2rem);
  margin-top: 1.5rem;
  align-items: start;
}

@media (max-width: 820px) {
  .summit-spotlight-grid {
    grid-template-columns: 1fr;
    max-width: 20rem;
    margin-inline: auto;
  }
}

.summit-spotlight {
  margin: 0;
  text-align: center;
}

.summit-spotlight__photo {
  aspect-ratio: 1;
  width: 100%;
  max-width: min(100%, 22rem);
  margin-inline: auto;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
  background: rgba(0, 0, 0, 0.28);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}

.summit-spotlight__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.summit-spotlight__caption {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-top: 1rem;
  padding: 0 0.25rem;
}

.summit-spotlight__role {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(212, 160, 60, 0.95);
}

.summit-spotlight__name {
  font-family: var(--font-display, inherit);
  font-size: clamp(1.05rem, 2.2vw, 1.2rem);
  font-weight: 600;
  color: var(--text);
  line-height: 1.25;
}

.summit-spotlight__dek {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--text-muted);
}

/* -- Logo grid -- */
.logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
  gap: 1.25rem 1.5rem;
  align-items: stretch;
  justify-items: stretch;
  padding: 2rem 0;
}

.logo-grid > a,
.logo-grid > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(12, 18, 34, 0.1);
  min-height: 5rem;
  box-sizing: border-box;
  text-decoration: none;
}

.logo-grid > a.logo-grid__cell--dark,
.logo-grid > span.logo-grid__cell--dark {
  background: rgba(16, 22, 36, 0.92);
  border-color: rgba(255, 255, 255, 0.12);
}

.logo-grid img {
  max-height: 48px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: transform 0.2s ease;
}

.logo-grid a:hover img,
.logo-grid span:hover img {
  transform: scale(1.05);
}

.logo-grid--large > a,
.logo-grid--large > span {
  min-height: 5.5rem;
}

.logo-grid--large img {
  max-height: 56px;
  max-width: min(168px, 100%);
}

/* -- Topic cards (accent border) -- */
.topic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

@media (max-width: 640px) {
  .topic-grid {
    grid-template-columns: 1fr;
  }
}

.topic-card {
  padding: 1.25rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  border-left: 4px solid var(--accent-link);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.95rem;
  color: var(--text-muted);
  margin: 0;
}

.topic-card--span {
  grid-column: 1 / -1;
}

/* -- Series banner -- */
.series-banner {
  margin-top: 3rem;
  padding: 1.75rem 2rem;
  border-radius: var(--radius);
  border: 1px solid var(--border-subtle);
  background: linear-gradient(
    90deg,
    rgba(207, 104, 55, 0.12),
    rgba(59, 130, 246, 0.08)
  );
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.series-banner p {
  margin: 0;
  max-width: 48ch;
  color: var(--text-muted);
}

.series-banner--tight {
  margin-top: 0;
}

/* -- Placeholder logos -- */
.placeholder-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border: 1px dashed var(--border-subtle);
  border-radius: var(--radius);
}

.placeholder-logos > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  border-radius: 0.65rem;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(12, 18, 34, 0.08);
}

.placeholder-logos .ph {
  padding: 1rem 1.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-muted);
  font-size: 0.85rem;
}

.placeholder-logos img {
  height: 44px;
  width: auto;
  filter: none;
  opacity: 1;
}

.placeholder-logos--summit-partners img {
  height: 48px;
  max-width: min(240px, 72vw);
  object-fit: contain;
}

.placeholder-logos > a.placeholder-logos__cell--dark {
  background: rgba(14, 18, 32, 0.96);
  border-color: rgba(255, 255, 255, 0.12);
}

/* -- Footer -- */
.site-footer {
  padding: 2.5rem 1.5rem 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.85rem;
  color: var(--text-muted);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    var(--bg-deep) 100%
  );
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-footer p {
  margin: 0;
}

/* -- Utilities -- */
.mt-0 {
  margin-top: 0;
}

.mb-lg {
  margin-bottom: 3rem;
}

.mt-section {
  margin-top: 3rem;
}

.text-center {
  text-align: center;
}

.mb-0 {
  margin-bottom: 0;
}

.subsection-title {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
  margin: 0 0 0.75rem;
}

.external::after {
  content: "↗";
  font-size: 0.75em;
  margin-left: 0.25em;
  opacity: 0.7;
}

/* -- Motion & loading screen -- */
@keyframes ambient-drift {
  0% {
    opacity: 1;
    filter: saturate(1) hue-rotate(0deg);
  }
  100% {
    opacity: 0.88;
    filter: saturate(1.15) hue-rotate(18deg);
  }
}

@keyframes hero-ken {
  0% {
    transform: translate(-50%, -50%) scale(1.03);
  }
  100% {
    transform: translate(-51.5%, -48.5%) scale(1.18);
  }
}

@keyframes cta-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes banner-glow {
  0% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.04) inset,
      0 12px 48px rgba(0, 0, 0, 0.35),
      0 0 50px rgba(59, 130, 246, 0.08);
  }
  100% {
    box-shadow:
      0 0 0 1px rgba(255, 255, 255, 0.06) inset,
      0 12px 48px rgba(0, 0, 0, 0.35),
      0 0 72px rgba(207, 104, 55, 0.12);
  }
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes loader-logo-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
    filter: drop-shadow(0 0 16px rgba(212, 160, 60, 0.45))
      drop-shadow(0 0 40px rgba(192, 122, 58, 0.22));
  }
  50% {
    transform: scale(1.06);
    opacity: 0.94;
    filter: drop-shadow(0 0 28px rgba(212, 160, 60, 0.78))
      drop-shadow(0 0 56px rgba(192, 122, 58, 0.38));
  }
}

@keyframes loader-ring {
  0% {
    transform: scale(0.65);
    opacity: 0.55;
  }
  70% {
    opacity: 0.12;
  }
  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

@keyframes loader-burst-spin {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg) scale(1.05);
  }
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(
      circle at 50% 45%,
      rgba(59, 130, 246, 0.15) 0%,
      transparent 42%
    ),
    radial-gradient(
      circle at 30% 70%,
      rgba(207, 104, 55, 0.12) 0%,
      transparent 38%
    ),
    #06080f;
  transition:
    opacity 0.55s cubic-bezier(0.4, 0, 0.2, 1),
    visibility 0s linear 0.55s;
}

.page-loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loader__burst {
  position: absolute;
  width: min(140vw, 900px);
  height: min(140vw, 900px);
  border-radius: 50%;
  background: conic-gradient(
    from 180deg,
    transparent,
    rgba(59, 130, 246, 0.07),
    rgba(207, 104, 55, 0.1),
    transparent 40%
  );
  filter: blur(40px);
  animation: loader-burst-spin 18s linear infinite;
  pointer-events: none;
}

.page-loader__ring {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 2px solid rgba(59, 130, 246, 0.35);
  animation: loader-ring 2.2s cubic-bezier(0.2, 0.8, 0.2, 1) infinite;
  pointer-events: none;
}

.page-loader__ring--delayed {
  animation-delay: 0.85s;
  border-color: rgba(207, 104, 55, 0.35);
  width: 220px;
  height: 220px;
}

.page-loader__logo-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-loader__logo {
  width: min(240px, 52vw);
  height: auto;
  animation: loader-logo-pulse 1.35s ease-in-out infinite;
}

body.splash-done .hero .container > * {
  animation: reveal-up 0.75s cubic-bezier(0.2, 0.9, 0.2, 1) backwards;
}

body.splash-done .hero .container > *:nth-child(1) {
  animation-delay: 0.04s;
}

body.splash-done .hero .container > *:nth-child(2) {
  animation-delay: 0.1s;
}

body.splash-done .hero .container > *:nth-child(3) {
  animation-delay: 0.16s;
}

body.splash-done .hero .container > *:nth-child(4) {
  animation-delay: 0.22s;
}

body.splash-done .hero .container > *:nth-child(5) {
  animation-delay: 0.28s;
}

body.splash-done .hero .container > *:nth-child(6) {
  animation-delay: 0.34s;
}

@keyframes label-pulse {
  0%,
  100% {
    opacity: 1;
    text-shadow: 0 0 12px rgba(59, 130, 246, 0.35);
  }
  50% {
    opacity: 0.88;
    text-shadow: 0 0 20px rgba(59, 130, 246, 0.55);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.loading {
    overflow: auto;
  }

  body::before,
  .hero--home .hero__bg,
  .hero__depth,
  .founder-orbit-svg,
  .founder-spark,
  .hero__stars .hero-star,
  .hero__logo-wrap,
  .hero__logo-wrap::before,
  .hero__logo-wrap::after,
  .hero__logo-mark,
  .btn--primary,
  .event-banner,
  .event-banner__label,
  .page-loader__burst,
  .page-loader__ring,
  .page-loader__ring--delayed,
  .page-loader__logo {
    animation: none !important;
  }

  .page-loader {
    display: none !important;
  }

  body.splash-done .hero .container > * {
    animation: none !important;
  }

  .card::after {
    display: none;
  }

  .schedule-item:hover {
    transform: none;
  }

  .person:hover,
  .person:hover .person__photo img {
    transform: none;
  }

  .hero--home .hero__bg {
    transform: translate(-50%, -50%) scale(1) !important;
    animation: none !important;
  }

  .hero-particle-canvas {
    display: none;
  }

  .hero__gold-line {
    animation: none !important;
  }

  .hero__logo-wrap {
    transform: none !important;
  }

  .hero__logo-wrap::before,
  .hero__logo-wrap::after {
    animation: none !important;
    transform: none !important;
    opacity: 0.4 !important;
  }

  .hero__logo-mark {
    filter: drop-shadow(0 0 18px rgba(96, 165, 250, 0.45))
      drop-shadow(0 0 36px rgba(59, 130, 246, 0.2)) !important;
  }

  .hero__depth {
    transform: none !important;
    opacity: 0.4 !important;
  }

  .hero__stars .hero-star {
    opacity: 0.35 !important;
    transform: none !important;
  }

  .card:hover .card__image img {
    transform: none;
  }

  .home-reveal,
  [data-home-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .home-hero__mark {
    transform: none !important;
    opacity: 1 !important;
    animation: none !important;
  }

  .home-hero::before,
  .home-hero::after {
    animation: none !important;
  }

  .home-hero::before {
    transform: none !important;
  }

  .home-hero__ambient {
    animation: none !important;
    transform: none !important;
    opacity: 0.5 !important;
  }

  .home-hero-orbit-svg {
    animation: none !important;
  }

  .home-hero__copy > .home-hero__eyebrow,
  .home-hero__copy > .home-hero__title,
  .home-hero__copy > .home-hero__lede,
  .home-hero__copy > .home-hero__actions {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .home-hero__logo-glow,
  .home-hero__logo-glow--outer,
  .home-hero__logo-img {
    animation: none !important;
  }

  .home-hero__logo-img {
    filter: drop-shadow(0 4px 20px rgba(0, 45, 114, 0.3)) !important;
    transform: none !important;
  }
}


/* -- Homepage (editorial) -- Hopkins #002D72 + warm paper -- */
body.lab-site {
  --jhu-blue: #002d72;
  --jhu-blue-dark: #001f52;
  --paper: #f7f4ed;
  --paper-warm: #efe8dc;
  --ink: #141820;
  --ink-muted: #3d4452;
  --baltimore-amber: #b8860b;
  --font-quote: "Source Serif 4", Georgia, "Times New Roman", serif;
  color: var(--text);
}

body.lab-site::before {
  animation: none;
  opacity: 0.92;
  background:
    radial-gradient(ellipse 80% 50% at 0% 0%, rgba(0, 45, 114, 0.08), transparent 55%),
    radial-gradient(ellipse 60% 45% at 100% 10%, rgba(184, 134, 11, 0.06), transparent 50%),
    linear-gradient(180deg, #0a0e16 0%, #080c14 100%);
}

body.lab-site main.home {
  padding-top: 0;
  background: var(--paper);
  color: var(--ink);
}

body.lab-site main.home a {
  color: var(--jhu-blue);
}

body.lab-site main.home a:hover {
  color: #0047a8;
}

/* Beat `main.home a { color: jhu-blue }` - links are <a class="home-btn"> */
body.lab-site main.home a.home-btn--primary,
body.lab-site main.home a.home-btn--primary:hover {
  color: #fff;
}

body.lab-site main.home a.home-btn--ghost,
body.lab-site main.home a.home-btn--ghost:hover {
  color: var(--jhu-blue);
}

body.lab-site main.home a.home-btn--on-dark {
  color: var(--jhu-blue);
}

body.lab-site main.home a.home-btn--on-dark:hover {
  color: var(--jhu-blue-dark);
}

/* Outrank `main.home a { color: jhu-blue }` for summit timeline */
body.lab-site main.home .home-timeline__text {
  color: rgba(248, 250, 252, 0.94);
}

body.lab-site main.home .home-timeline a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.lab-site main.home .home-timeline a:hover {
  color: var(--paper-warm);
}

body.lab-site .home-events__row,
body.lab-site .home-events__row:hover {
  color: inherit;
}

body.lab-site .home-events__row:hover .home-events__name {
  color: var(--jhu-blue);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Shared photo treatment */
.home-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.88) contrast(1.08) brightness(0.97);
  mix-blend-mode: multiply;
}

.home-program__media {
  position: relative;
  background: var(--jhu-blue);
  overflow: hidden;
}

.home-program__media .home-photo {
  mix-blend-mode: luminosity;
  opacity: 0.92;
}

.home-program__media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    145deg,
    rgba(0, 45, 114, 0.22) 0%,
    transparent 45%,
    rgba(184, 134, 11, 0.12) 100%
  );
  opacity: 0.85;
}

/* -- Hero -- (555 Penn / Bloomberg Center photo + left scrim) */
.home-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(100svh, 920px);
  padding: calc(var(--header-h) + 2.5rem) 0 4rem;
  background: var(--paper);
  border-bottom: 1px solid rgba(0, 45, 114, 0.12);
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, rgba(8, 12, 22, 0.18) 0%, transparent 42%),
    url("images/uploads/2026/jhu-bloomberg-555-penn.jpg") center 42% / cover no-repeat;
  filter: saturate(0.96) contrast(1.06) brightness(1.02);
  transform-origin: 50% 42%;
  animation: home-hero-photo-ken 32s ease-in-out infinite alternate;
  will-change: transform;
}

.home-hero__ambient {
  position: absolute;
  inset: -8% -12%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 42% 48% at 78% 28%,
      rgba(0, 45, 114, 0.14),
      transparent 58%
    ),
    radial-gradient(
      ellipse 48% 44% at 18% 72%,
      rgba(212, 160, 60, 0.11),
      transparent 55%
    ),
    radial-gradient(
      ellipse 35% 40% at 55% 55%,
      rgba(255, 255, 255, 0.06),
      transparent 50%
    );
  mix-blend-mode: multiply;
  opacity: 0.55;
  animation: home-hero-ambient-drift 18s ease-in-out infinite alternate;
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(247, 244, 237, 0.98) 0%,
    rgba(247, 244, 237, 0.94) min(38%, 28rem),
    rgba(247, 244, 237, 0.78) 46%,
    rgba(247, 244, 237, 0.42) 58%,
    rgba(247, 244, 237, 0.12) 74%,
    transparent 100%
  );
  animation: home-hero-scrim-breathe 14s ease-in-out infinite alternate;
}

.home-hero__inner {
  position: relative;
  z-index: 3;
  width: min(1240px, 94vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1.05fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

/* Adloris-style hero entrance (staggered, single play) */
.home-hero__copy > .home-hero__eyebrow,
.home-hero__copy > .home-hero__title,
.home-hero__copy > .home-hero__lede,
.home-hero__copy > .home-hero__actions {
  opacity: 0;
  animation: home-hero-fade-in-up 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.home-hero__copy > .home-hero__eyebrow {
  animation-delay: 0.12s;
}

.home-hero__copy > .home-hero__title {
  animation-delay: 0.28s;
}

.home-hero__copy > .home-hero__lede {
  animation-delay: 0.44s;
}

.home-hero__copy > .home-hero__actions {
  animation-delay: 0.58s;
}

@keyframes home-hero-fade-in-up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes home-hero-photo-ken {
  0% {
    transform: scale(1.03) translate(0, 0);
  }
  100% {
    transform: scale(1.12) translate(-1.2%, -0.9%);
  }
}

@keyframes home-hero-ambient-drift {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0.48;
  }
  100% {
    transform: translate(-2.5%, 1.5%) rotate(2deg) scale(1.06);
    opacity: 0.62;
  }
}

@keyframes home-hero-scrim-breathe {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.94;
  }
}

.home-hero__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--jhu-blue);
  margin: 0 0 1.25rem;
  max-width: 36ch;
  line-height: 1.5;
}

.home-hero__title {
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 4.2vw, 3.65rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 1.25rem;
  max-width: 14ch;
}

.home-hero__lede {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 0 0 2rem;
  max-width: 42ch;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem 1.25rem;
  align-items: center;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.35rem;
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 2px;
  border: 2px solid transparent;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}

.home-btn--primary {
  background: var(--jhu-blue);
  color: #fff;
  border-color: var(--jhu-blue);
}

.home-btn--primary:hover {
  background: var(--jhu-blue-dark);
  border-color: var(--jhu-blue-dark);
  color: #fff;
}

.home-btn--ghost {
  background: transparent;
  color: var(--jhu-blue);
  border-color: rgba(0, 45, 114, 0.35);
}

.home-btn--ghost:hover {
  border-color: var(--jhu-blue);
  background: rgba(0, 45, 114, 0.06);
  color: var(--jhu-blue);
}

.home-btn--on-dark {
  background: #fff;
  color: var(--jhu-blue);
  border-color: #fff;
}

.home-btn--on-dark:hover {
  background: var(--paper-warm);
  color: var(--jhu-blue-dark);
  border-color: var(--paper-warm);
}

/* Hero: Adloris-style orbit + strong pulsing logo glow */
.home-hero__mark {
  --home-parallax: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(300px, 48vw, 520px);
  transform: translateY(var(--home-parallax));
  will-change: transform;
  opacity: 0;
  animation: home-hero-mark-fade 1.05s ease-out 0.42s forwards;
}

@keyframes home-hero-mark-fade {
  to {
    opacity: 1;
  }
}

.home-hero__orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(118vw, 480px);
  height: min(118vw, 480px);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
  color: rgba(0, 45, 114, 0.35);
}

.home-hero-orbit-svg {
  width: 100%;
  height: 100%;
  animation: home-hero-orbit-spin 90s linear infinite;
}

.home-orbit-ring--b {
  color: rgba(212, 160, 60, 0.38);
}

.home-orbit-ring--c {
  color: rgba(0, 45, 114, 0.28);
}

@keyframes home-hero-orbit-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.home-hero__logo-glow {
  position: absolute;
  width: min(100%, 400px);
  aspect-ratio: 1;
  max-width: 400px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 248, 230, 0.55) 0%,
    rgba(212, 160, 60, 0.45) 18%,
    rgba(0, 45, 114, 0.5) 38%,
    rgba(0, 45, 114, 0.15) 58%,
    transparent 72%
  );
  filter: blur(42px);
  z-index: 1;
  animation: home-logo-glow-pulse 2.6s ease-in-out infinite;
}

.home-hero__logo-glow--outer {
  width: min(100%, 520px);
  max-width: 520px;
  background: radial-gradient(
    circle,
    rgba(212, 160, 60, 0.35) 0%,
    rgba(0, 45, 114, 0.25) 35%,
    transparent 65%
  );
  filter: blur(56px);
  z-index: 0;
  animation: home-logo-glow-outer 4.2s ease-in-out infinite;
}

.home-hero__logo-img {
  position: relative;
  z-index: 2;
  width: min(100%, 400px);
  height: auto;
  display: block;
  animation: home-logo-img-pulse 2.6s ease-in-out infinite;
  transform-origin: center center;
}

@keyframes home-logo-glow-pulse {
  0%,
  100% {
    opacity: 0.72;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.22);
  }
}

@keyframes home-logo-glow-outer {
  0%,
  100% {
    opacity: 0.45;
    transform: scale(1);
  }
  50% {
    opacity: 0.95;
    transform: scale(1.18);
  }
}

@keyframes home-logo-img-pulse {
  0%,
  100% {
    filter: drop-shadow(0 6px 28px rgba(0, 45, 114, 0.45))
      drop-shadow(0 0 36px rgba(212, 160, 60, 0.42))
      drop-shadow(0 0 64px rgba(0, 45, 114, 0.2));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 14px 56px rgba(0, 45, 114, 0.65))
      drop-shadow(0 0 52px rgba(255, 220, 140, 0.55))
      drop-shadow(0 0 88px rgba(212, 160, 60, 0.35));
    transform: scale(1.045);
  }
}

.home-scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 1.25rem;
  z-index: 4;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none;
  color: var(--jhu-blue);
  font-family: var(--font-mono);
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  opacity: 0.75;
}

.home-scroll-hint:hover {
  opacity: 1;
  color: var(--jhu-blue-dark);
}

.home-scroll-hint__line {
  width: 1px;
  height: 2.25rem;
  background: linear-gradient(180deg, var(--jhu-blue), transparent);
}

/* -- Mission -- */
.home-mission {
  padding: clamp(3rem, 8vw, 5.5rem) 0;
  background: #fff;
}

.home-mission__layout {
  width: min(1120px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.95fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

.home-section-label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--baltimore-amber);
  margin: 0 0 1rem;
}

.home-mission__body {
  font-size: 1.08rem;
  line-height: 1.75;
  color: var(--ink-muted);
  margin: 0 0 1rem;
  max-width: 48ch;
}

.home-mission__body--tight {
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 0;
}

.home-pullquote {
  margin: 0;
  padding: 1.75rem 0 0 1.75rem;
  border-left: 4px solid var(--jhu-blue);
  font-family: var(--font-quote);
  font-size: clamp(1.25rem, 2.1vw, 1.55rem);
  line-height: 1.55;
  font-style: italic;
  color: var(--ink);
}

.home-pullquote p {
  margin: 0 0 1rem;
}

.home-pullquote__cite {
  font-family: var(--font-body);
  font-size: 0.9rem;
  font-style: normal;
  color: var(--ink-muted);
}

.home-pullquote a {
  font-weight: 600;
}

/* -- Stats -- */
.home-stats {
  background: var(--jhu-blue);
  color: #f2f5fb;
  padding: 2.25rem 0 2rem;
  border-block: 1px solid rgba(255, 255, 255, 0.1);
}

.home-stats__inner {
  width: min(1200px, 94vw);
  margin: 0 auto;
}

.home-stats__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}

.home-stat {
  text-align: left;
  padding-right: 0.5rem;
  border-left: 3px solid var(--baltimore-amber);
  padding-left: 1rem;
}

.home-stat__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 0.35rem;
}

.home-stat__value--text {
  font-variant-numeric: lining-nums;
}

.home-stat__label {
  display: block;
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(242, 245, 251, 0.82);
}

.home-stats__note {
  margin: 1.25rem 0 0;
  font-size: 0.72rem;
  color: rgba(242, 245, 251, 0.55);
  max-width: 48ch;
}

/* -- Programs -- */
.home-programs {
  background: var(--paper);
  padding: 0 0 clamp(3rem, 6vw, 4rem);
  scroll-margin-top: calc(var(--header-h) + 1rem);
}

.home-program {
  display: grid;
  align-items: stretch;
  gap: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 45, 114, 0.1);
}

.home-program--scholars {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  min-height: min(520px, auto);
}

.home-program--spear {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  background: #fff;
}

.home-program__media {
  min-height: 280px;
}

.home-program__body {
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.home-program__tag {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--jhu-blue);
  margin: 0 0 0.5rem;
}

.home-program__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--ink);
  line-height: 1.15;
}

.home-program__dek {
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink-muted);
  margin: 0 0 1.25rem;
  max-width: 46ch;
}

.home-program__link {
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  color: var(--jhu-blue);
  border-bottom: 2px solid rgba(0, 45, 114, 0.25);
  padding-bottom: 2px;
}

.home-program__link:hover {
  border-bottom-color: var(--jhu-blue);
  color: var(--jhu-blue-dark);
}

/* Nexus full-width */
.home-program--nexus {
  display: block;
  background: var(--jhu-blue-dark);
  color: #e8ecf5;
  border-bottom: none;
  margin-top: 0;
}

.home-program__nexus-inner {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: clamp(2.75rem, 6vw, 4rem) 0 2rem;
  display: grid;
  grid-template-columns: 1fr minmax(260px, 380px);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

.home-program__tag--on-dark {
  color: var(--baltimore-amber);
}

.home-program--nexus .home-program__title {
  color: #fff;
}

.home-program__dek--on-dark {
  color: rgba(232, 236, 245, 0.88);
}

.home-program__nexus-photo {
  width: 100%;
  max-height: min(48vh, 420px);
  overflow: hidden;
  position: relative;
  background: #000;
}

.home-program__nexus-photo .home-photo--wide {
  width: 100%;
  height: min(48vh, 420px);
  object-fit: cover;
  opacity: 0.75;
  mix-blend-mode: luminosity;
}

.home-program__nexus-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--jhu-blue-dark) 0%, transparent 55%);
  pointer-events: none;
}

.home-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.home-timeline__item {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
  line-height: 1.5;
}

.home-timeline__year {
  font-family: var(--font-mono);
  font-weight: 600;
  color: var(--baltimore-amber);
}

.home-timeline__item--current .home-timeline__year {
  color: #fff;
}

.home-timeline a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.home-timeline a:hover {
  color: var(--paper-warm);
}

/* -- Events -- */
.home-events {
  padding: clamp(3rem, 7vw, 5rem) 0;
  background: var(--paper-warm);
  border-top: 1px solid rgba(0, 45, 114, 0.08);
}

.home-events__intro {
  width: min(1120px, 92vw);
  margin: 0 auto 1.75rem;
}

.home-events__grid {
  width: min(1120px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}

.home-events__kicker {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--jhu-blue);
  margin: 0 0 0.5rem;
}

.home-events__spotlight-title {
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.8vw, 2.1rem);
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--ink);
  line-height: 1.2;
}

.home-events__spotlight-dek {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink-muted);
  max-width: 48ch;
}

.home-events__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--jhu-blue);
}

.home-events__list li {
  margin: 0;
}

.home-events__row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(0, 45, 114, 0.12);
  text-decoration: none;
  color: inherit;
  transition: background 0.15s;
}

.home-events__row:hover {
  background: rgba(255, 255, 255, 0.5);
  padding-left: 0.35rem;
  margin-left: -0.35rem;
}

.home-events__when {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--baltimore-amber);
  text-transform: uppercase;
}

.home-events__name {
  font-weight: 600;
  font-size: 1rem;
  color: var(--ink);
}

/* -- Affiliation -- */
.home-affil {
  padding: 2.5rem 1.5rem 3rem;
  background: #fff;
  text-align: center;
  border-top: 1px solid rgba(0, 45, 114, 0.1);
}

.home-affil__inner {
  max-width: 52rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.home-affil__lockup {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  text-decoration: none;
  color: inherit;
  padding: 0.25rem 0;
  transition: opacity 0.2s ease;
}

.home-affil__lockup:hover {
  opacity: 0.88;
}

.home-affil__lockup:focus-visible {
  outline: 2px solid var(--jhu-blue);
  outline-offset: 4px;
}

.home-affil__logo {
  /* Match visual weight to the two-line title block; width follows SVG aspect ratio */
  height: clamp(2.9rem, 5.5vw, 3.7rem);
  width: auto;
  flex-shrink: 0;
  display: block;
}

.home-affil__text {
  /* Do not grow: flex-grow was stretching this row and parking the ↗ at the far edge */
  flex: 0 1 auto;
  max-width: min(100%, 32rem);
  min-width: 0;
}

.home-affil__lockup.external::after {
  align-self: center;
  flex-shrink: 0;
  margin-left: 0.15em;
}

.home-affil__line {
  margin: 0 0 0.35rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--jhu-blue);
}

.home-affil__jh {
  font-weight: 600;
}

.home-affil__sub {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  font-weight: 600;
  color: var(--jhu-blue);
}

.home-affil__lockup:hover .home-affil__sub {
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* -- Reveal animation -- */
.home-reveal,
[data-home-reveal] {
  opacity: 0;
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

[data-home-reveal-dir="left"] {
  transform: translateX(-28px);
}

[data-home-reveal-dir="right"] {
  transform: translateX(28px);
}

[data-home-reveal-dir="up"] {
  transform: translateY(22px);
}

.home-reveal.is-visible,
[data-home-reveal].is-visible {
  opacity: 1;
  transform: none;
}

/* -- Footer (home) -- */
.site-footer--home {
  text-align: center;
  padding: 2.75rem 1.25rem 3.25rem;
  background: linear-gradient(180deg, #0a0f1a 0%, #060910 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__home {
  width: min(720px, 94vw);
  margin: 0 auto;
}

.site-footer__copy {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(232, 237, 245, 0.45);
}

/* -- Home responsive -- */
@media (max-width: 960px) {
  .home-hero__inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .home-hero__mark {
    min-height: 260px;
    order: -1;
  }

  .home-hero__title {
    max-width: none;
  }

  .home-mission__layout {
    grid-template-columns: 1fr;
  }

  .home-pullquote {
    padding-left: 1.25rem;
  }

  .home-stats__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-program--scholars,
  .home-program--spear {
    grid-template-columns: 1fr;
  }

  .home-program__media {
    min-height: 220px;
    order: -1;
  }

  .home-program__nexus-inner {
    grid-template-columns: 1fr;
  }

  .home-events__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .home-stats__list {
    grid-template-columns: 1fr;
  }

  .home-hero__logo-img {
    width: min(100%, 300px);
  }
}

/* -- Lab site: inner pages (shared editorial theme) -- */
body.lab-site main:not(.home) {
  padding-top: var(--header-h);
  background: var(--paper);
  color: var(--ink);
}

body.lab-site main:not(.home) a:not([class*="btn"]) {
  color: var(--jhu-blue);
}

body.lab-site main:not(.home) a:not([class*="btn"]):hover {
  color: #0047a8;
}

body.lab-site .hero--simple.hero--summit-photo .hero__label,
body.lab-site .hero--simple.hero--summit-photo .hero__title,
body.lab-site .hero--simple.hero--summit-photo .hero__subtitle {
  color: #fff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

body.lab-site .hero--simple.hero--summit-photo .hero__subtitle {
  color: rgba(248, 250, 252, 0.92);
}

body.lab-site .hero--simple.hero--summit-photo a {
  color: var(--accent-link);
}

body.lab-site .hero--simple.hero--summit-photo a:hover {
  color: #f0d78a;
}

body.lab-site .hero--simple:not(.hero--summit-photo) {
  background: var(--paper);
  border-bottom: 1px solid rgba(0, 45, 114, 0.12);
  box-shadow: none;
}

body.lab-site .hero--simple:not(.hero--summit-photo) .hero__label {
  color: var(--jhu-blue);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 45, 114, 0.18);
  box-shadow: 0 4px 24px rgba(0, 45, 114, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.lab-site .hero--simple:not(.hero--summit-photo) .hero__label::before {
  background: var(--baltimore-amber);
  box-shadow: 0 0 10px rgba(184, 134, 11, 0.45);
}

body.lab-site .hero--simple:not(.hero--summit-photo) .hero__title {
  color: var(--ink);
  text-shadow: none;
}

body.lab-site .hero--simple:not(.hero--summit-photo) .hero__subtitle {
  color: var(--ink-muted);
  text-shadow: none;
}

body.lab-site .section {
  background: #fff;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 45, 114, 0.07);
}

body.lab-site .section--tight {
  background: var(--paper-warm);
}

body.lab-site .section__title {
  color: var(--ink);
  text-shadow: none;
}

body.lab-site .section__lead,
body.lab-site .section__lead--short {
  color: var(--ink-muted);
}

body.lab-site .section__eyebrow {
  color: var(--baltimore-amber);
}

body.lab-site .prose,
body.lab-site .prose li {
  color: var(--ink-muted);
}

body.lab-site .subsection-title {
  color: var(--ink);
}

body.lab-site .card {
  background: #fff;
  border: 1px solid rgba(0, 45, 114, 0.12);
  box-shadow: 0 10px 40px rgba(0, 45, 114, 0.07);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.lab-site .card:hover {
  border-color: rgba(0, 45, 114, 0.28);
  box-shadow: 0 16px 48px rgba(0, 45, 114, 0.12);
}

body.lab-site .card__title {
  color: var(--ink);
}

body.lab-site .card__body p {
  color: var(--ink-muted);
}

body.lab-site .card--editorial {
  background: #fff;
  border-color: rgba(0, 45, 114, 0.12);
  box-shadow: 0 12px 40px rgba(0, 45, 114, 0.08);
}

body.lab-site .card--editorial .card__title {
  font-family: var(--font-display);
  color: var(--jhu-blue);
}

body.lab-site .card__dek {
  color: var(--ink-muted);
}

body.lab-site .card__cta-line {
  color: var(--jhu-blue);
}

body.lab-site .card--pillar {
  background: var(--paper);
  border-color: rgba(0, 45, 114, 0.1);
}

body.lab-site .card--pillar .card__title {
  color: var(--ink);
}

body.lab-site .event-banner {
  background: #fff;
  border: 1px solid rgba(0, 45, 114, 0.14);
  animation: none;
  box-shadow: 0 8px 32px rgba(0, 45, 114, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.lab-site .event-banner__label {
  color: var(--jhu-blue);
  animation: none;
}

body.lab-site .event-banner__title {
  color: var(--ink);
}

body.lab-site .event-banner p {
  color: var(--ink-muted);
}

body.lab-site .details-bar {
  background: var(--paper);
  border-color: rgba(0, 45, 114, 0.12);
  color: var(--ink-muted);
}

body.lab-site .featured-project {
  background: #fff;
  border: 1px solid rgba(0, 45, 114, 0.12);
  box-shadow: 0 12px 40px rgba(0, 45, 114, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

body.lab-site .featured-project h3 {
  color: var(--ink);
}

body.lab-site .featured-project .subtitle {
  color: var(--ink-muted);
}

body.lab-site .featured-project__label {
  color: var(--jhu-blue);
}

body.lab-site .featured-split {
  background: #fff;
  border-color: rgba(0, 45, 114, 0.12);
}

/* -- What We Do: color, texture, motion (scoped) -- */
@keyframes wwd-aurora-drift {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translate(4%, -3%) scale(1.06);
    opacity: 0.85;
  }
}

@keyframes wwd-gold-shimmer {
  0%,
  100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

body.page-what-we-do .hero.hero--what-we-do {
  position: relative;
  overflow: hidden;
  min-height: clamp(300px, 46vh, 520px);
  padding: clamp(4.5rem, 12vw, 6.5rem) 0 clamp(3rem, 6vw, 4.25rem);
  border-bottom: 1px solid rgba(184, 134, 11, 0.28);
  box-shadow:
    0 4px 0 rgba(184, 134, 11, 0.12),
    0 32px 100px rgba(0, 25, 60, 0.38);
  background:
    radial-gradient(
      ellipse 120% 80% at 10% 20%,
      rgba(0, 45, 114, 0.45) 0%,
      transparent 55%
    ),
    radial-gradient(
      ellipse 90% 70% at 92% 78%,
      rgba(184, 134, 11, 0.18) 0%,
      transparent 50%
    ),
    linear-gradient(165deg, #041228 0%, #0a1c3d 38%, #0d2448 100%);
}

body.page-what-we-do .hero.hero--what-we-do::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(255, 255, 255, 0.045) 1.2px,
    transparent 1.2px
  );
  background-size: 22px 22px;
  pointer-events: none;
  opacity: 0.9;
  mix-blend-mode: overlay;
}

body.page-what-we-do .hero--what-we-do__aurora {
  position: absolute;
  width: min(140%, 920px);
  height: min(140%, 920px);
  left: 50%;
  top: 42%;
  translate: -50% -50%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 40% 40%,
    rgba(100, 160, 255, 0.22) 0%,
    rgba(0, 45, 114, 0.12) 38%,
    transparent 68%
  );
  filter: blur(40px);
  pointer-events: none;
  z-index: 0;
}

body.page-what-we-do .hero--what-we-do__grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 1px,
      transparent 1px
    );
  background-size: 48px 48px;
  mask-image: radial-gradient(
    ellipse 85% 75% at 50% 35%,
    black 0%,
    transparent 75%
  );
  pointer-events: none;
  z-index: 0;
}

body.page-what-we-do .hero--what-we-do__content {
  position: relative;
  z-index: 1;
}

/* Beat body.lab-site .hero--simple:not(.hero--summit-photo) ink colors on dark hero */
body.lab-site.page-what-we-do .hero.hero--what-we-do .hero__label {
  color: #f8fafc;
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 12px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

body.lab-site.page-what-we-do .hero.hero--what-we-do .hero__label::before {
  background: linear-gradient(135deg, var(--baltimore-amber), #f0d78a);
  box-shadow: 0 0 14px rgba(184, 134, 11, 0.75);
}

body.lab-site.page-what-we-do .hero.hero--what-we-do .hero__title.hero--what-we-do__title {
  max-width: min(22ch, 96vw);
  margin-bottom: 1.25rem;
  color: #f8fafc;
  font-size: clamp(2.65rem, 6.5vw, 4rem);
  font-weight: 500;
  line-height: 1.08;
  text-shadow:
    0 1px 0 rgba(0, 0, 0, 0.2),
    0 4px 28px rgba(0, 0, 0, 0.45),
    0 0 48px rgba(0, 30, 70, 0.5);
}

body.lab-site.page-what-we-do
  .hero.hero--what-we-do
  .hero__title.hero--what-we-do__title
  .hero--what-we-do__title-line {
  display: inline;
  color: #f8fafc;
  font-weight: 600;
  font-size: clamp(2.5rem, 6vw, 3.75rem);
  letter-spacing: -0.02em;
  text-shadow: inherit;
}

body.lab-site.page-what-we-do
  .hero.hero--what-we-do
  .hero__title.hero--what-we-do__title
  .hero--what-we-do__title-accent {
  display: inline;
  font-weight: 700;
  font-size: clamp(2.85rem, 7vw, 4.35rem);
  background: linear-gradient(
    105deg,
    #ffffff 0%,
    #e8edf7 28%,
    rgba(250, 224, 150, 1) 52%,
    #ffffff 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 14px rgba(0, 0, 0, 0.35));
}

@supports not (background-clip: text) {
  body.lab-site.page-what-we-do
    .hero.hero--what-we-do
    .hero__title.hero--what-we-do__title
    .hero--what-we-do__title-accent {
    color: #f0d78a;
    -webkit-text-fill-color: unset;
    background: none;
    filter: none;
  }
}

body.lab-site.page-what-we-do .hero.hero--what-we-do .hero__subtitle.hero--what-we-do__subtitle {
  max-width: 40rem;
  color: #f1f5f9;
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.35),
    0 8px 32px rgba(0, 0, 0, 0.25);
}

body.page-what-we-do .what-we-do__body {
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    #f5efe4 0%,
    var(--paper-warm) 22%,
    #ebe2d4 100%
  );
  border-bottom: 1px solid rgba(0, 45, 114, 0.08);
}

body.page-what-we-do .what-we-do__body-texture {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 70% 50% at 0% 0%,
      rgba(0, 45, 114, 0.06) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse 55% 45% at 100% 100%,
      rgba(184, 134, 11, 0.09) 0%,
      transparent 55%
    );
  opacity: 1;
}

body.page-what-we-do .what-we-do__container {
  position: relative;
  z-index: 1;
}

body.page-what-we-do .what-we-do__card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 2px 0 rgba(0, 45, 114, 0.06),
    0 20px 56px rgba(0, 45, 114, 0.1);
  transition:
    transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.45s ease,
    border-color 0.35s ease;
}

body.page-what-we-do .what-we-do__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 14px 0 0 14px;
  z-index: 3;
  pointer-events: none;
}

body.page-what-we-do .what-we-do__pillars .what-we-do__card:nth-child(1)::before {
  background: linear-gradient(180deg, var(--jhu-blue), #1a4a8c);
}

body.page-what-we-do .what-we-do__pillars .what-we-do__card:nth-child(2)::before {
  background: linear-gradient(180deg, var(--baltimore-amber), #8b6914);
}

body.page-what-we-do .what-we-do__pillars .what-we-do__card:nth-child(3)::before {
  background: linear-gradient(180deg, #2a6f7f, #1d4d59);
}

body.page-what-we-do .what-we-do__card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 4px 0 rgba(184, 134, 11, 0.2),
    0 28px 72px rgba(0, 45, 114, 0.14);
  border-color: rgba(0, 45, 114, 0.22);
}

body.page-what-we-do .what-we-do__card .card__title {
  font-weight: 600;
  letter-spacing: -0.02em;
}

body.page-what-we-do .what-we-do__featured {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(
    145deg,
    #fff 0%,
    rgba(247, 244, 237, 0.98) 100%
  );
  border: 1px solid rgba(0, 45, 114, 0.14);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 24px 64px rgba(0, 45, 114, 0.1);
}

body.page-what-we-do .what-we-do__featured--dashboard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(
    90deg,
    var(--jhu-blue) 0%,
    var(--baltimore-amber) 50%,
    var(--jhu-blue) 100%
  );
  background-size: 200% 100%;
  pointer-events: none;
}

body.page-what-we-do .what-we-do__featured .featured-project__label {
  letter-spacing: 0.16em;
}

body.page-what-we-do .what-we-do__split {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 45, 114, 0.1);
  transition:
    box-shadow 0.4s ease,
    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  background: linear-gradient(
    135deg,
    #fff 0%,
    rgba(255, 255, 255, 0.96) 100%
  );
}

body.page-what-we-do .what-we-do__split:hover {
  box-shadow: 0 28px 72px rgba(0, 45, 114, 0.14);
}

body.page-what-we-do .what-we-do__split .featured-split__image {
  position: relative;
}

body.page-what-we-do .what-we-do__split .featured-split__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 45, 114, 0.12) 0%,
    transparent 45%
  );
  pointer-events: none;
  mix-blend-mode: multiply;
  opacity: 0.85;
}

body.page-what-we-do
  .what-we-do__featured
  + .what-we-do__split
  + .what-we-do__split
  .featured-split__image::after {
  background: linear-gradient(
    270deg,
    rgba(0, 45, 114, 0.1) 0%,
    transparent 40%
  );
}

body.page-what-we-do .what-we-do__pillars .what-we-do__card[data-home-reveal]:nth-child(1) {
  transition-delay: 0s;
}

body.page-what-we-do .what-we-do__pillars .what-we-do__card[data-home-reveal]:nth-child(2) {
  transition-delay: 0.08s;
}

body.page-what-we-do .what-we-do__pillars .what-we-do__card[data-home-reveal]:nth-child(3) {
  transition-delay: 0.16s;
}

@media (prefers-reduced-motion: no-preference) {
  body.page-what-we-do .hero--what-we-do__aurora {
    animation: wwd-aurora-drift 14s ease-in-out infinite;
  }

  body.page-what-we-do .hero--what-we-do__title-accent {
    animation: wwd-gold-shimmer 8s ease-in-out infinite;
  }

  body.page-what-we-do .what-we-do__featured--dashboard::before {
    animation: wwd-gold-shimmer 10s linear infinite;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.page-what-we-do [data-home-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

body.lab-site .partner-spotlight {
  background: #fff;
  border-color: rgba(0, 45, 114, 0.12);
}

body.lab-site .partner-spotlight h3 {
  color: var(--ink);
}

body.lab-site .partner-spotlight .role {
  color: var(--jhu-blue);
}

body.lab-site .process-step {
  background: var(--paper);
  border-color: rgba(0, 45, 114, 0.1);
}

body.lab-site .process-step h4 {
  color: var(--ink);
}

body.lab-site .process-step p {
  color: var(--ink-muted);
}

body.lab-site .schedule-item {
  background: #fff;
  border-color: rgba(0, 45, 114, 0.12);
}

body.lab-site .schedule-item:hover {
  border-color: rgba(0, 45, 114, 0.28);
  box-shadow: 0 8px 32px rgba(0, 45, 114, 0.1);
}

body.lab-site .schedule-item__content h4 {
  color: var(--ink);
}

body.lab-site .schedule-item__content p,
body.lab-site .schedule-item__content .sub {
  color: var(--ink-muted);
}

body.lab-site .schedule-item__time {
  color: var(--jhu-blue);
}

body.lab-site .speaker-chip {
  background: var(--paper);
  border-color: rgba(0, 45, 114, 0.12);
  color: var(--ink-muted);
}

body.lab-site .summit-spotlight__name {
  color: var(--ink);
}

body.lab-site .summit-spotlight__photo {
  background: var(--paper);
  border-color: rgba(0, 45, 114, 0.14);
  box-shadow: 0 12px 36px rgba(0, 45, 114, 0.1);
}

body.lab-site .summit-spotlight__role {
  color: var(--jhu-blue);
}

body.lab-site .topic-card {
  background: #fff;
  border-color: rgba(0, 45, 114, 0.12);
  border-left-color: var(--jhu-blue);
  color: var(--ink-muted);
}

body.lab-site .series-banner {
  background: var(--paper-warm);
  border-color: rgba(0, 45, 114, 0.12);
}

body.lab-site .series-banner p {
  color: var(--ink-muted);
}

body.lab-site .placeholder-logos {
  border-color: rgba(0, 45, 114, 0.18);
  background: rgba(255, 255, 255, 0.6);
}

body.lab-site .placeholder-logos .ph {
  background: var(--paper);
  color: var(--ink-muted);
  border: 1px solid rgba(0, 45, 114, 0.1);
}

body.lab-site .person__name {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
}

body.lab-site .person__title {
  color: var(--jhu-blue);
}

body.lab-site .person__photo {
  border-color: rgba(0, 45, 114, 0.2);
  background: var(--paper);
  box-shadow: 0 12px 36px rgba(0, 45, 114, 0.12);
}

body.lab-site .avatar-placeholder {
  background: linear-gradient(
    145deg,
    rgba(0, 45, 114, 0.12),
    rgba(184, 134, 11, 0.08)
  );
  color: var(--jhu-blue);
}

body.lab-site .founder-section {
  background: var(--paper-warm);
}

body.lab-site .founder-section__ambient {
  opacity: 0.5;
}

body.lab-site .section-pill {
  color: var(--jhu-blue);
  border-color: rgba(0, 45, 114, 0.2);
  background: rgba(255, 255, 255, 0.85);
}

body.lab-site .founder-portrait-card__meta h2 {
  color: var(--ink);
}

body.lab-site .founder-portrait-card__role {
  color: var(--ink-muted);
}

body.lab-site main:not(.home) .btn--primary {
  background: var(--jhu-blue);
  animation: none;
  background-size: auto;
  box-shadow: 0 4px 20px rgba(0, 45, 114, 0.25);
}

body.lab-site main:not(.home) .btn--primary:hover {
  background: var(--jhu-blue-dark);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px rgba(0, 45, 114, 0.35);
}

body.lab-site main:not(.home) .btn--secondary {
  background: #fff;
  color: var(--jhu-blue);
  border: 2px solid rgba(0, 45, 114, 0.35);
}

body.lab-site main:not(.home) .btn--secondary:hover {
  background: rgba(0, 45, 114, 0.06);
  color: var(--jhu-blue-dark);
  border-color: var(--jhu-blue);
}

body.lab-site .site-footer.site-footer--home {
  margin-top: 0;
}

/* -- About Adler (editorial bio) -- */
.about-adler-hero {
  position: relative;
  background: var(--paper-warm);
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 45, 114, 0.1);
}

.about-adler-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  min-height: clamp(440px, 78vh, 760px);
}

.about-adler-hero__photo {
  position: relative;
  min-height: 360px;
  background: #c5c9d2;
}

.about-adler-hero__photo-parallax {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}

.about-adler-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  display: block;
  transform: scale(1.04);
}

.about-adler-hero__content {
  position: relative;
  z-index: 2;
  padding: clamp(2rem, 5vw, 4.25rem) clamp(1.25rem, 4vw, 3rem)
    clamp(2.5rem, 5vw, 4rem) clamp(0.75rem, 2.5vw, 1.5rem);
  margin-left: clamp(-2rem, -4vw, -0.5rem);
  background: linear-gradient(
    100deg,
    rgba(247, 244, 237, 0) 0%,
    rgba(239, 232, 220, 0.97) 14%,
    var(--paper-warm) 28%,
    var(--paper-warm) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 38rem;
}

.about-adler-hero__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--jhu-blue);
}

.about-adler-hero__name {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 4.2vw, 3.15rem);
  font-weight: 600;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.about-adler-hero__name-em {
  font-style: italic;
  font-weight: 600;
  color: var(--jhu-blue);
}

.about-adler-hero__role {
  margin: 0 0 1.35rem;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--ink-muted);
  max-width: 34rem;
}

.about-adler-hero__quote {
  margin: 0 0 1.35rem;
  padding: 0 0 0 1.1rem;
  border-left: 3px solid var(--baltimore-amber);
}

.about-adler-hero__quote p {
  margin: 0;
  font-family: var(--font-quote);
  font-size: 1.2rem;
  line-height: 1.55;
  color: var(--ink);
}

.about-adler-hero__lede {
  margin: 0 0 1.5rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink-muted);
  max-width: 36rem;
}

.about-adler-hero__links {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
}

.about-adler-hero__links a {
  color: var(--jhu-blue);
}

.about-adler-hero__links-sep {
  color: rgba(20, 24, 32, 0.35);
  user-select: none;
}

.about-adler-hopkins__wrap {
  width: min(52rem, 94vw);
}

.about-adler-hopkins__header {
  margin-bottom: clamp(1.5rem, 3vw, 2.25rem);
  max-width: 38rem;
}

.about-adler-hopkins__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.about-adler-hopkins__intro {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--ink-muted);
}

.about-adler-roles {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-adler-role {
  padding: clamp(1.5rem, 2.8vw, 2.35rem) 0;
  border-top: 1px solid rgba(0, 45, 114, 0.12);
}

.about-adler-role:first-of-type {
  border-top: none;
  padding-top: 0.35rem;
}

.about-adler-role__meta {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--jhu-blue);
  line-height: 1.5;
}

.about-adler-role__meta a {
  font-weight: 700;
  letter-spacing: 0.14em;
}

.about-adler-role__title {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.1vw, 1.5rem);
  font-weight: 600;
  line-height: 1.28;
  color: var(--ink);
  letter-spacing: -0.02em;
  max-width: 34rem;
}

.about-adler-role__title a {
  color: inherit;
  text-decoration: none;
}

.about-adler-role__title a:hover {
  color: var(--jhu-blue);
}

.about-adler-role--lead .about-adler-role__title {
  padding-left: 1rem;
  border-left: 3px solid var(--baltimore-amber);
  color: var(--jhu-blue);
  max-width: 36rem;
}

.about-adler-role__body p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.68;
  max-width: 40rem;
}

.about-adler-role--shift .about-adler-role__title,
.about-adler-role--shift .about-adler-role__body {
  margin-left: auto;
  max-width: 38rem;
}

.about-adler-role--shift .about-adler-role__title {
  text-align: right;
  font-style: italic;
  font-weight: 600;
}

.about-adler-role--shift .about-adler-role__body p {
  text-align: left;
}

.about-adler-role--shift .about-adler-role__meta {
  text-align: right;
}

.about-adler-role--footer .about-adler-role__title {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(184, 134, 11, 0.45);
  max-width: 36rem;
}

.about-adler-hopkins .about-adler-role[data-home-reveal]:nth-child(1) {
  transition-delay: 0s;
}

.about-adler-hopkins .about-adler-role[data-home-reveal]:nth-child(2) {
  transition-delay: 0.08s;
}

.about-adler-hopkins .about-adler-role[data-home-reveal]:nth-child(3) {
  transition-delay: 0.16s;
}

.about-adler-hopkins .about-adler-role[data-home-reveal]:nth-child(4) {
  transition-delay: 0.24s;
}

.about-adler-hopkins .about-adler-hopkins__header[data-home-reveal] {
  transition-delay: 0s;
}

.about-adler-teach__wrap {
  width: min(52rem, 94vw);
}

.about-adler-teach__header {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  max-width: 36rem;
}

.about-adler-teach__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.about-adler-teach__intro {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.6;
  color: var(--ink-muted);
}

.about-adler-courses {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about-adler-course {
  padding: clamp(1.75rem, 3vw, 2.75rem) 0;
  border-top: 1px solid rgba(0, 45, 114, 0.12);
}

.about-adler-course:first-of-type {
  border-top: none;
  padding-top: 0.25rem;
}

.about-adler-course--rule .about-adler-course__title {
  margin: 0 0 1rem;
  padding-left: 1rem;
  border-left: 3px solid var(--baltimore-amber);
  font-family: var(--font-body);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--jhu-blue);
  letter-spacing: -0.01em;
}

.about-adler-course--flush-right {
  text-align: right;
}

.about-adler-course--flush-right .about-adler-course__title {
  margin: 0 0 1rem auto;
  max-width: 28rem;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.25;
  color: var(--ink);
}

.about-adler-course--flush-right .about-adler-course__body {
  margin-left: auto;
  max-width: 38rem;
}

.about-adler-course--flush-right .about-adler-course__body p {
  text-align: left;
}

.about-adler-course--label .about-adler-course__kicker {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--baltimore-amber);
}

.about-adler-course--label .about-adler-course__title--display {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  font-weight: 600;
  font-style: normal;
  line-height: 1.25;
  color: var(--jhu-blue);
  max-width: 40rem;
}

.about-adler-course__body p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.68;
}

.about-adler-course--dhirs .about-adler-course__kicker {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--jhu-blue);
}

.about-adler-course--dhirs .about-adler-course__title--dhirs {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.2vw, 1.65rem);
  font-weight: 600;
  line-height: 1.22;
  color: var(--ink);
  padding-bottom: 0.55rem;
  border-bottom: 2px solid rgba(184, 134, 11, 0.55);
  max-width: 36rem;
}

.about-adler-teach .about-adler-course[data-home-reveal]:nth-child(1) {
  transition-delay: 0s;
}

.about-adler-teach .about-adler-course[data-home-reveal]:nth-child(2) {
  transition-delay: 0.09s;
}

.about-adler-teach .about-adler-course[data-home-reveal]:nth-child(3) {
  transition-delay: 0.18s;
}

.about-adler-teach .about-adler-course[data-home-reveal]:nth-child(4) {
  transition-delay: 0.27s;
}

.about-adler-teach .about-adler-teach__header[data-home-reveal] {
  transition-delay: 0s;
}

@media (prefers-reduced-motion: reduce) {
  .about-adler-hero__photo-parallax {
    will-change: auto;
  }

  main.about-adler [data-home-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (max-width: 900px) {
  .about-adler-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .about-adler-hero__photo {
    min-height: min(52vw, 420px);
    max-height: 480px;
  }

  .about-adler-hero__content {
    margin-left: 0;
    max-width: none;
    background: var(--paper-warm);
    padding-left: clamp(1.25rem, 4vw, 1.5rem);
    padding-right: clamp(1.25rem, 4vw, 1.5rem);
  }

  .about-adler-course--flush-right {
    text-align: left;
  }

  .about-adler-course--flush-right .about-adler-course__title {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
  }

  .about-adler-course--flush-right .about-adler-course__body {
    margin-left: 0;
    max-width: none;
  }

  .about-adler-role--shift .about-adler-role__title,
  .about-adler-role--shift .about-adler-role__body {
    margin-left: 0;
    max-width: none;
    text-align: left;
  }

  .about-adler-role--shift .about-adler-role__meta {
    text-align: left;
  }
}

/* -- Retired program archive pages (homepage-style editorial) -- */
body.lab-site main.program-archive .home-hero {
  min-height: min(92svh, 820px);
}

body.lab-site main.program-archive--dhx .home-hero::before {
  background:
    linear-gradient(180deg, rgba(8, 12, 22, 0.24) 0%, transparent 46%),
    url("images/uploads/2025/12/qtq80-I36SfO.jpeg") center 42% / cover no-repeat;
}

body.lab-site main.program-archive--collab .home-hero::before {
  background:
    linear-gradient(180deg, rgba(8, 12, 22, 0.28) 0%, transparent 52%),
    url("images/baltimore-collab-site/baltimore-inner-harbor-hero.jpg") center 38% /
      cover no-repeat;
}

body.lab-site main.program-archive--collab .program-archive-hero-credit {
  margin: 1.35rem 0 0;
  max-width: 34rem;
  font-size: 0.72rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}

body.lab-site main.program-archive--collab .program-archive-hero-credit a {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 0.12em;
}

body.lab-site main.program-archive--collab .program-archive-hero-credit a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.65);
}

body.lab-site main.program-archive .program-archive-inline-credit {
  margin: 0.55rem 0 0;
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--ink-muted);
}

body.lab-site main.program-archive .program-archive-inline-credit a {
  color: var(--jhu-blue);
  text-decoration: underline;
  text-decoration-color: rgba(0, 45, 114, 0.25);
  text-underline-offset: 0.12em;
}

body.lab-site main.program-archive .program-archive-inline-credit a:hover {
  text-decoration-color: rgba(0, 45, 114, 0.5);
}

body.lab-site main.program-archive .home-hero__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.75rem;
}

.program-archive__retired {
  display: inline-block;
  padding: 0.22rem 0.65rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--jhu-blue);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(184, 134, 11, 0.55);
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0, 45, 114, 0.08);
}

body.lab-site main.program-archive .program-archive-mosaic-section {
  padding: clamp(2.5rem, 6vw, 4.75rem) 1.25rem;
  background: var(--paper);
  border-top: 1px solid rgba(0, 45, 114, 0.08);
  border-bottom: 1px solid rgba(0, 45, 114, 0.08);
}

body.lab-site main.program-archive .program-archive-mosaic-section__inner {
  width: min(1180px, 94vw);
  margin: 0 auto;
}

body.lab-site main.program-archive .program-archive-mosaic-section .home-section-label {
  margin-bottom: 0.65rem;
}

body.lab-site main.program-archive .program-archive-mosaic-section__lead {
  margin: 0 0 1.85rem;
  max-width: 38rem;
  font-size: 1.06rem;
  line-height: 1.62;
  color: var(--ink-muted);
}

body.lab-site main.program-archive .program-archive-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(120px, 16vw));
  gap: 0.65rem;
}

body.lab-site main.program-archive .program-archive-mosaic__cell {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 36px rgba(0, 45, 114, 0.12);
}

body.lab-site main.program-archive .program-archive-mosaic__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: no-preference) {
  body.lab-site main.program-archive .program-archive-mosaic__cell:hover img {
    transform: scale(1.045);
  }
}

body.lab-site main.program-archive .program-archive-mosaic__cell:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
}

body.lab-site main.program-archive .program-archive-mosaic__cell:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

body.lab-site main.program-archive .program-archive-mosaic__cell:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}

body.lab-site main.program-archive .program-archive-mosaic__cell:nth-child(4) {
  grid-column: 1;
  grid-row: 3;
}

body.lab-site main.program-archive .program-archive-mosaic__cell:nth-child(5) {
  grid-column: 2;
  grid-row: 3;
}

body.lab-site main.program-archive .program-archive-mosaic__cell:nth-child(6) {
  grid-column: 3;
  grid-row: 3;
}

/* Baltimore Collab: keep Katt, Jonathan, and Paulo optically centered in cover crops */
body.lab-site
  main.program-archive--collab
  .program-archive-mosaic__cell--katt-polk
  img {
  object-position: 50% 44%;
}

body.lab-site
  main.program-archive--collab
  .program-archive-mosaic__cell--jonathan-moore
  img {
  object-position: 50% 46%;
}

body.lab-site
  main.program-archive--collab
  .program-archive-mosaic__cell--paulo-gregory
  img {
  object-position: 50% 40%;
}

body.lab-site
  main.program-archive--collab
  .program-archive-mosaic__cell--aaron-rice
  img {
  object-position: 56% 42%;
}

body.lab-site main.program-archive .program-archive-lab-strip {
  padding: clamp(2rem, 4vw, 2.75rem) 1.25rem;
  background: linear-gradient(180deg, #0e1526 0%, #070a12 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.lab-site main.program-archive .program-archive-lab-strip__inner {
  width: min(560px, 92vw);
  margin: 0 auto;
  text-align: center;
}

body.lab-site main.program-archive .program-archive-lab-strip__logo {
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 6px 28px rgba(0, 0, 0, 0.35));
}

body.lab-site main.program-archive .program-archive-lab-strip__tagline {
  margin: 0.85rem 0 0;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: rgba(248, 250, 252, 0.88);
}

body.lab-site main.program-archive .program-archive-lab-strip__funder {
  margin: 1rem 0 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent-link);
  line-height: 1.45;
}

@media (max-width: 720px) {
  body.lab-site main.program-archive .program-archive-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    grid-auto-rows: minmax(130px, 42vw);
  }

  body.lab-site main.program-archive .program-archive-mosaic__cell:nth-child(1) {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: min(52vw, 280px);
  }

  body.lab-site main.program-archive .program-archive-mosaic__cell:nth-child(n + 2) {
    grid-column: auto;
    grid-row: auto;
  }
}

