:root {
  color-scheme: light;
  --bg: #f3ede3;
  --paper: #fffaf2;
  --ink: #17252b;
  --muted: rgb(23 37 43 / 0.66);
  --quiet: rgb(23 37 43 / 0.13);
  --red: #e85d4a;
  --blue: #326a74;
  --blue-soft: #dce9e8;
  --clay: #d7a082;
  --gold: #e2b657;
  --gray: #787d7c;
  --font-primary: "Avenir Next", Avenir, "Helvetica Neue", Arial, sans-serif;
  --font-context: var(--font-primary);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.page-entering {
  background: var(--bg);
}

html.page-entering body {
  background: var(--bg);
}

html.page-entering .site-shell {
  visibility: hidden;
}

html.page-entering .site-shell * {
  animation-play-state: paused !important;
}

body {
  min-width: 320px;
  margin: 0;
  background:
    radial-gradient(circle at 76% 22%, rgb(232 93 74 / 0.1), transparent 28rem),
    radial-gradient(circle at 16% 62%, rgb(50 106 116 / 0.09), transparent 32rem),
    linear-gradient(180deg, #fffaf4 0%, var(--bg) 78%),
    var(--bg);
  color: var(--ink);
  font-family: var(--font-primary);
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  min-height: 100svh;
  overflow-x: clip;
  overflow-y: visible;
}

.home-page .content-section {
  display: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(18px, 3.2vw, 34px) clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, rgb(255 255 255 / 0.92), rgb(255 255 255 / 0));
}

.brand {
  position: relative;
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  color: rgb(16 16 16 / 0.82);
  isolation: isolate;
  text-decoration: none;
}

.brand-marker {
  position: absolute;
  top: 50%;
  left: -5px;
  z-index: 0;
  display: block;
  width: 38px;
  height: 29px;
  opacity: 0.96;
  pointer-events: none;
  transform: translateY(-50%);
  transition: opacity 0.18s ease;
}

.brand-marker.is-resetting {
  opacity: 0;
}

.brand-mark {
  position: relative;
  z-index: 1;
  display: block;
  width: 28px;
  height: 19px;
  flex: 0 0 28px;
  background: currentColor;
  -webkit-mask: url("/assets/vwb-logo-mark.svg") center / contain no-repeat;
  mask: url("/assets/vwb-logo-mark.svg") center / contain no-repeat;
  transform-origin: center;
  animation: brandIdleBlink 7.4s ease-in-out infinite;
}

.brand:hover .brand-mark,
.brand:focus-visible .brand-mark {
  animation: brandEyeBlink 0.72s cubic-bezier(0.65, 0, 0.35, 1) both;
}

.brand.has-marker .brand-mark {
  background: #fff;
}

.brand-name {
  position: relative;
  z-index: 1;
  color: inherit;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: clamp(16px, 3vw, 30px);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav a {
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--red);
}

.site-nav a[aria-current="page"] {
  position: relative;
  color: var(--ink);
}

.site-nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
}

.menu-toggle {
  display: none;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.menu-toggle span:nth-child(1) {
  transform: translateY(-7px);
}

.menu-toggle span:nth-child(3) {
  transform: translateY(7px);
}

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

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

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

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  justify-content: center;
  padding: clamp(86px, 10vh, 126px) clamp(20px, 6vw, 96px) clamp(42px, 6vh, 72px);
  overflow: hidden;
  text-align: center;
}

.hero-photo-wall {
  position: absolute;
  inset: 76px max(16px, 2.5vw) 24px;
  z-index: 0;
  width: min(calc(100% - 32px), 1440px);
  margin: 0 auto;
  pointer-events: none;
}

.hero-photo {
  position: absolute;
  margin: 0;
  border: 8px solid rgb(255 250 242 / 0.82);
  background: var(--paper);
  box-shadow: 0 20px 48px rgb(23 37 43 / 0.1);
  opacity: var(--photo-opacity, 0.16);
  transform-origin: 50% 12%;
  animation: heroPhotoSettle 1.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-photo::before {
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 1;
  width: 74px;
  height: 28px;
  background:
    linear-gradient(90deg, rgb(240 78 58 / 0.13), rgb(240 78 58 / 0.22), rgb(240 78 58 / 0.14));
  box-shadow: 0 2px 5px rgb(23 37 43 / 0.06);
  content: "";
  opacity: 0.88;
  transform: translateX(-50%) rotate(-2deg);
}

.hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.68) sepia(0.08) contrast(0.94);
}

.hero-photo-one {
  top: 47%;
  left: -2%;
  z-index: 1;
  width: clamp(165px, 17vw, 245px);
  aspect-ratio: 4 / 5;
  --photo-opacity: 0.22;
  --photo-rotation: -6.5deg;
}

.hero-photo-one img {
  object-position: 50% 38%;
}

.hero-photo-one::before {
  left: 38%;
  width: 82px;
  transform: translateX(-50%) rotate(-4deg);
}

.hero-photo-two {
  top: 9%;
  right: 7%;
  width: clamp(120px, 12vw, 170px);
  aspect-ratio: 3 / 4;
  --photo-opacity: 0.11;
  --photo-rotation: 4.5deg;
  animation-delay: 0.12s;
}

.hero-photo-two img {
  object-position: 50% 34%;
}

.hero-photo-two::before {
  left: 66%;
  width: 58px;
  transform: translateX(-50%) rotate(3deg);
}

.hero-photo-three {
  top: 58%;
  right: 19%;
  width: clamp(115px, 11vw, 165px);
  aspect-ratio: 3 / 4;
  --photo-opacity: 0.16;
  --photo-rotation: 7deg;
  animation-delay: 0.2s;
}

.hero-photo-three img {
  object-position: 50% 38%;
}

.hero-photo-three::before {
  left: 42%;
  width: 52px;
  transform: translateX(-50%) rotate(-2deg);
}

.hero-photo-four {
  top: 7%;
  left: 6%;
  width: clamp(105px, 10vw, 145px);
  aspect-ratio: 1 / 1.1;
  --photo-opacity: 0.075;
  --photo-rotation: -3deg;
  animation-delay: 0.28s;
}

.hero-photo-four img {
  object-position: 50% 36%;
}

.hero-photo-four::before {
  left: 58%;
  width: 46px;
  height: 23px;
  transform: translateX(-50%) rotate(5deg);
}

.hero-photo-five {
  top: 31%;
  right: -3%;
  width: clamp(150px, 16vw, 230px);
  aspect-ratio: 4 / 5;
  --photo-opacity: 0.19;
  --photo-rotation: -5deg;
  animation-delay: 0.34s;
}

.hero-photo-five img {
  object-position: 50% 40%;
}

.hero-photo-five::before {
  left: 46%;
  width: 72px;
  transform: translateX(-50%) rotate(-3deg);
}

.hero-photo-six {
  top: 24%;
  left: 29%;
  width: clamp(105px, 10vw, 150px);
  aspect-ratio: 1 / 1.15;
  --photo-opacity: 0.09;
  --photo-rotation: 2.5deg;
  animation-delay: 0.4s;
}

.hero-photo-six img {
  object-position: 46% 50%;
}

.hero-photo-six::before {
  left: 61%;
  width: 48px;
  height: 22px;
  transform: translateX(-50%) rotate(4deg);
}

.hero-photo-seven {
  top: 30%;
  left: 10%;
  width: clamp(110px, 10vw, 150px);
  aspect-ratio: 4 / 5;
  --photo-opacity: 0.14;
  --photo-rotation: 5.5deg;
  animation-delay: 0.46s;
}

.hero-photo-seven img {
  object-position: 50% 44%;
}

.hero-photo-seven::before {
  left: 35%;
  width: 54px;
  height: 23px;
  transform: translateX(-50%) rotate(-5deg);
}

@keyframes heroPhotoSettle {
  from {
    opacity: 0;
    transform: translateY(24px) rotate(var(--photo-rotation)) scale(0.96);
  }

  to {
    opacity: var(--photo-opacity, 0.16);
    transform: rotate(var(--photo-rotation));
  }
}

@media (max-width: 700px) {
  .hero-photo-wall {
    inset: 84px -18px 18px;
    width: calc(100% + 36px);
  }

  .hero-photo {
    border-width: 6px;
    opacity: var(--photo-opacity, 0.14);
  }

  .hero-photo-one {
    top: 38%;
    left: -20px;
    width: clamp(145px, 47vw, 190px);
    --photo-opacity: 0.18;
  }

  .hero-photo-two,
  .hero-photo-six,
  .hero-photo-seven {
    display: none;
  }

  .hero-photo-three {
    top: 62%;
    right: -14px;
    width: 110px;
    --photo-opacity: 0.11;
  }

  .hero-photo-four {
    top: 4%;
    left: 8px;
    width: 92px;
    --photo-opacity: 0.065;
  }

  .hero-photo-five {
    top: 18%;
    right: -18px;
    width: clamp(125px, 39vw, 160px);
    --photo-opacity: 0.15;
  }

  @keyframes heroPhotoSettle {
    from {
      opacity: 0;
      transform: translateY(18px) rotate(var(--photo-rotation)) scale(0.97);
    }

    to {
      opacity: var(--photo-opacity, 0.14);
      transform: rotate(var(--photo-rotation));
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-photo {
    animation: none;
    transform: rotate(var(--photo-rotation));
  }
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  max-width: 1120px;
  justify-items: center;
  isolation: isolate;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

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

.eyebrow {
  margin: 0 0 10px;
  color: var(--red);
  font-size: clamp(0.72rem, 1.3vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.logo-svg {
  position: relative;
  z-index: 2;
  display: block;
  width: min(100%, 1120px);
  height: auto;
  overflow: visible;
}

.hero-logo-stage {
  position: relative;
  width: min(100%, 1120px);
  isolation: isolate;
}

.logo-line {
  font-family: var(--font-primary);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.logo-line text {
  dominant-baseline: alphabetic;
}

.logo-line-vision,
.logo-line-borders {
  fill: var(--ink);
  font-size: 168px;
}

.logo-line-without {
  fill: var(--gray);
  font-size: 96px;
  letter-spacing: 0.08em;
}

.logo-eye,
.logo-globe {
  color: var(--ink);
  filter: drop-shadow(0 8px 18px rgb(16 16 16 / 0.11));
}

.eye-outline,
.eye-closed-line,
.eye-iris-ring,
.eye-globe-line,
.sphere-outline,
.sphere-line {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.eye-outline {
  stroke-width: 7.2;
  animation: eyeOutlineBlink 5.4s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

.eye-iris {
  transform-origin: 92px 60px;
  animation: irisBlink 5.4s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

.eye-iris-ring {
  stroke-width: 5.6;
}

.eye-globe-line {
  opacity: 0.86;
  stroke-width: 2.9;
}

.eye-pupil {
  fill: currentColor;
  animation: pupilBlink 5.4s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

.eye-lid-fill {
  fill: currentColor;
  transform-origin: 50% 50%;
  transform: translateY(-76px);
  animation: lidFillBlink 5.4s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

.eye-closed-line {
  opacity: 0;
  stroke-width: 7;
  animation: closedLineBlink 5.4s cubic-bezier(0.8, 0, 0.2, 1) infinite;
}

.sphere-outline {
  stroke-width: 5.6;
}

.sphere-line {
  opacity: 0.72;
  stroke-width: 2.6;
}

.sphere-latitude {
  opacity: 0.6;
}

.hero-text {
  max-width: 36rem;
  margin: clamp(8px, 1.8vw, 16px) 0 0;
  color: var(--muted);
  font-size: clamp(1.04rem, 2vw, 1.36rem);
  line-height: 1.55;
  text-align: center;
}

.hero-actions {
  display: flex;
  width: min(100%, 420px);
  align-items: center;
  flex-direction: column;
  gap: 17px;
  margin-top: clamp(18px, 2.6vw, 30px);
}

.hero-support-cta {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
  text-align: center;
}

.hero-support-cta a {
  display: block;
  color: var(--blue);
  font-weight: 650;
  text-decoration-color: rgb(50 106 116 / 0.32);
  text-underline-offset: 4px;
}

.hero-support-cta span {
  display: inline-block;
  margin-left: 2px;
  color: var(--red);
  transition: transform 0.2s ease;
}

.hero-support-cta a:hover span,
.hero-support-cta a:focus-visible span {
  transform: translate(2px, -2px);
}

.diagonal-arrow {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  color: currentColor;
  font-size: 1em;
  line-height: 1;
  vertical-align: -0.1em;
}

.diagonal-arrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.08em;
  height: 1.5px;
  background: currentColor;
  content: "";
  transform: rotate(-45deg);
  transform-origin: center;
}

.diagonal-arrow::after {
  position: absolute;
  top: 0.03em;
  right: 0.01em;
  width: 0.4em;
  height: 0.4em;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  content: "";
}

.button {
  position: relative;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 0 0 14px;
  overflow: visible;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.button::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--red);
  content: "";
  transform-origin: left center;
}

.button::after {
  position: absolute;
  top: calc(50% - 7px);
  right: -22px;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--red);
  border-right: 2px solid var(--red);
  content: "";
  opacity: 0;
  transform: translateX(-8px) rotate(45deg);
}

.button-primary {
  color: var(--ink);
}

.button:hover::before,
.button:focus-visible::before {
  animation: underlineFlash 0.82s ease-out;
}

.button:hover::after,
.button:focus-visible::after {
  opacity: 1;
  transform: translateX(4px) rotate(45deg);
  animation: chevronOut 0.36s ease-out;
}

.button-secondary {
  border-color: rgb(16 16 16 / 0.22);
  color: rgb(16 16 16 / 0.78);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  border-color: var(--red);
  color: var(--red);
}

.button:focus-visible {
  outline: 2px solid rgb(227 6 19 / 0.32);
  outline-offset: 8px;
}

.content-section {
  border-top: 1px solid var(--quiet);
  padding: clamp(78px, 12vw, 132px) clamp(20px, 6vw, 96px);
}

.section-shell {
  width: min(100%, 1080px);
  margin: 0 auto;
}

.section-kicker {
  margin: 0 0 16px;
  color: var(--red);
  font-size: clamp(0.72rem, 1.2vw, 0.86rem);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.content-section h2,
.inner-page .content-section h1 {
  max-width: 13ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.8rem, 7vw, 6.8rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.lead {
  max-width: 42rem;
  margin: clamp(18px, 3vw, 28px) 0 0;
  color: var(--muted);
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  line-height: 1.45;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 72px);
  margin-top: clamp(48px, 7vw, 88px);
  text-align: left;
}

.content-grid article,
.publication-list article,
.founder-bio,
.association-block,
.press-list article {
  position: relative;
  padding-top: 18px;
}

.content-grid article::before,
.publication-list article::before,
.founder-bio::before,
.association-block::before,
.press-list article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.content-grid article.is-line-visible::before,
.publication-list article.is-line-visible::before,
.founder-bio.is-line-visible::before,
.association-block.is-line-visible::before,
.press-list article.is-line-visible::before {
  transform: scaleX(1);
}

.content-section h3 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.content-section p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.1rem);
  line-height: 1.75;
}

.content-section article p {
  margin: 0;
}

.content-section article p + p {
  margin-top: 16px;
}

.mission-section .content-grid article {
  padding-top: 0;
  opacity: 0;
  transition:
    opacity 0.72s ease,
    transform 0.92s cubic-bezier(0.22, 1, 0.36, 1);
}

.mission-section .content-grid article::before {
  display: none;
}

.mission-section .content-grid article:first-child {
  transform: translateX(-52px);
}

.mission-section .content-grid article:last-child {
  transform: translateX(52px);
}

.mission-section .content-grid article.is-line-visible {
  opacity: 1;
  transform: translateX(0);
}

.mission-section .content-grid {
  margin-top: clamp(12px, 2vw, 26px);
}

.process-cycle {
  display: grid;
  grid-template-columns: minmax(240px, 0.66fr) minmax(420px, 1fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  margin-top: clamp(76px, 11vw, 138px);
  padding-top: clamp(52px, 7vw, 82px);
  border-top: 1px solid rgb(16 16 16 / 0.12);
}

.process-cycle-standalone {
  grid-template-columns: 1fr;
  justify-items: center;
  margin-top: clamp(48px, 7vw, 86px);
  padding-top: 0;
  border-top: 0;
}

.process-cycle-standalone .cycle-wheel {
  justify-self: center;
}

.process-cycle-standalone .cycle-details {
  width: 100%;
}

.process-cycle-intro h2 {
  max-width: 8ch;
  font-size: clamp(2.7rem, 5.8vw, 5.8rem);
}

.process-cycle-intro > p:last-child {
  max-width: 31rem;
  margin: clamp(20px, 3vw, 30px) 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
  line-height: 1.7;
}

.cycle-wheel {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: 1;
  justify-self: end;
  opacity: 0;
  transform: rotate(-900deg) scale(0.86);
  will-change: transform, opacity;
}

.process-cycle.is-line-visible .cycle-wheel {
  animation: cycleWheelLand 1.75s cubic-bezier(0.12, 0.72, 0.2, 1) forwards;
}

.cycle-arrow-wheel {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.cycle-arrow-band {
  stroke: var(--ink);
  stroke-width: 3;
  stroke-linejoin: round;
  cursor: pointer;
  transition: filter 0.24s ease, opacity 0.24s ease;
  vector-effect: non-scaling-stroke;
}

.cycle-arrow-band-understand {
  fill: #fae7e5;
}

.cycle-arrow-band-plan {
  fill: #faefed;
}

.cycle-arrow-band-prove {
  fill: #f7f5f1;
}

.cycle-arrow-band.is-cycle-active {
  filter: brightness(0.97) saturate(1.12);
}

.cycle-arrow-wheel:has(.is-cycle-active) .cycle-arrow-band:not(.is-cycle-active) {
  opacity: 0.52;
}

.cycle-step {
  position: absolute;
  z-index: 2;
  display: grid;
  width: 32%;
  min-height: 25%;
  place-content: center;
  border: 0;
  padding: 18px 10px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  opacity: 0;
  text-align: center;
  transform: translateY(12px);
}

.cycle-step::before {
  display: none;
}

.cycle-step span,
.cycle-details span {
  display: block;
  margin-bottom: 7px;
  color: var(--red);
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.cycle-step .cycle-step-number {
  margin-bottom: 9px;
  color: var(--red);
  font-size: clamp(0.72rem, 1.15vw, 0.88rem);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.12em;
  line-height: 1;
}

.cycle-step strong {
  display: block;
  font-size: clamp(0.84rem, 1.4vw, 1.05rem);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.2s ease, transform 0.2s ease;
}

.cycle-step:hover strong,
.cycle-step:focus-visible strong,
.cycle-step[aria-pressed="true"] strong {
  color: var(--red);
  transform: translateY(-2px);
}

.cycle-step:focus-visible {
  border-radius: 999px;
  outline: 2px solid rgb(227 6 19 / 0.46);
  outline-offset: -8px;
}

.cycle-step-understand {
  top: 3.5%;
  left: 34%;
}

.cycle-step-plan {
  right: auto;
  bottom: 25%;
  left: 64%;
}

.cycle-step-prove {
  bottom: 25%;
  left: 2%;
}

.process-cycle.is-line-visible .cycle-step {
  animation: cycleStepReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.process-cycle.is-line-visible .cycle-step-understand {
  animation-delay: 1.32s;
}

.process-cycle.is-line-visible .cycle-step-plan {
  animation-delay: 1.62s;
}

.process-cycle.is-line-visible .cycle-step-prove {
  animation-delay: 1.92s;
}

.cycle-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 35%;
  aspect-ratio: 1;
  place-content: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: #fffdfa;
  color: var(--ink);
  opacity: 0;
  text-align: center;
  transform: translate(-50%, -50%);
}

.process-cycle.is-line-visible .cycle-core {
  animation: cycleCoreReveal 0.5s ease 1.42s forwards;
}

.cycle-core span {
  color: var(--red);
  font-size: clamp(0.68rem, 1.1vw, 0.82rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.cycle-core strong {
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  letter-spacing: -0.04em;
}

.cycle-details {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 54px);
  margin-top: clamp(4px, 2vw, 18px);
}

.cycle-details article {
  padding-top: 18px;
  border-top: 2px solid var(--ink);
  transition:
    border-color 0.24s ease,
    background-color 0.24s ease,
    box-shadow 0.24s ease,
    opacity 0.24s ease,
    transform 0.24s ease;
}

.cycle-details article.is-cycle-active {
  border-top-color: var(--red);
  background: linear-gradient(180deg, rgb(227 6 19 / 0.06), transparent 78%);
  box-shadow: 0 -8px 0 rgb(227 6 19 / 0.06);
  transform: translateY(-5px);
}

.cycle-details:has(.is-cycle-active) article:not(.is-cycle-active) {
  opacity: 0.46;
}

.cycle-details h3 {
  margin-bottom: 12px;
}

.cycle-details p {
  margin: 0;
}

.mission-section {
  border-top: 0;
  background: linear-gradient(180deg, #fff 0%, var(--bg) 100%);
}

.bidirectional-model {
  position: relative;
  display: grid;
  min-height: clamp(300px, 34vw, 410px);
  grid-template-columns:
    minmax(160px, 1fr)
    minmax(72px, 0.42fr)
    minmax(260px, 1.45fr)
    minmax(72px, 0.42fr)
    minmax(160px, 1fr);
  gap: 0;
  align-items: center;
  padding: clamp(30px, 5vw, 64px) 0;
  isolation: isolate;
}

.inner-page .bidirectional-model {
  min-height: clamp(250px, 27vw, 320px);
  padding: clamp(8px, 2vw, 22px) 0;
}

.direction-center {
  position: relative;
  z-index: 2;
  display: grid;
  grid-column: 3;
  grid-row: 1;
  justify-items: start;
  padding: 28px 12px;
  background: transparent;
  color: var(--ink);
  text-align: left;
}

.direction-center strong {
  font-size: clamp(2.5rem, 4vw, 4rem);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 0.96;
}

.direction-center .direction-model-word {
  position: absolute;
  top: calc(50% + clamp(30px, 2.6vw, 42px));
  left: 12px;
  margin-top: 0;
  color: var(--red);
  font-size: clamp(0.7rem, 1.25vw, 0.86rem);
  font-weight: 600;
  letter-spacing: 0.12em;
}

.direction-side {
  position: relative;
  z-index: 2;
  grid-row: 1;
  max-width: 14rem;
  padding: 12px 8px;
  background: transparent;
  opacity: 0;
  text-align: center;
  transform: translateY(14px);
}

.direction-side-left {
  grid-column: 1;
  justify-self: center;
}

.direction-side-right {
  grid-column: 5;
  justify-self: center;
}

.direction-side p {
  margin: 0;
}

.direction-side .direction-label {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  left: 0;
  margin-bottom: 0;
  color: var(--red);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: none;
}

.direction-side .direction-copy {
  color: var(--ink);
  font-size: clamp(1.25rem, 2.35vw, 2.05rem);
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.08;
}

.direction-line {
  position: relative;
  top: auto;
  z-index: 1;
  grid-row: 1;
  width: 100%;
  height: 3px;
  align-self: center;
  background: var(--ink);
  transform: scaleX(0);
}

.direction-line::after {
  position: absolute;
  top: -6px;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--ink);
  border-right: 3px solid var(--ink);
  content: "";
}

.direction-line-left {
  left: auto;
  grid-column: 2;
  transform-origin: right center;
}

.direction-line-left::after {
  left: 0;
  transform: rotate(-135deg);
}

.direction-line-right {
  right: auto;
  grid-column: 4;
  width: calc(100% - clamp(26px, 2.4vw, 42px));
  justify-self: end;
  transform-origin: left center;
}

.direction-line-right::after {
  right: 0;
  transform: rotate(45deg);
}

.bidirectional-model.is-line-visible .direction-line-left {
  animation: directionDraw 0.82s cubic-bezier(0.65, 0, 0.35, 1) 0.18s forwards;
}

.bidirectional-model.is-line-visible .direction-side-left {
  animation: directionReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.86s forwards;
}

.bidirectional-model.is-line-visible .direction-line-right {
  animation: directionDraw 0.82s cubic-bezier(0.65, 0, 0.35, 1) 1.25s forwards;
}

.bidirectional-model.is-line-visible .direction-side-right {
  animation: directionReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) 1.92s forwards;
}

.founder-bio {
  display: grid;
  grid-template-columns: minmax(260px, 0.48fr) minmax(0, 1fr);
  column-gap: clamp(28px, 5vw, 64px);
  row-gap: 0;
  align-items: start;
  margin-top: clamp(42px, 7vw, 76px);
  text-align: left;
}

.founder-bio > .founder-quote-bubble {
  grid-column: 2;
  grid-row: 1;
  align-self: start;
  justify-self: start;
  margin: 0;
}

.founder-bio-portrait {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: end;
  width: min(100%, 360px);
  margin: 0;
}

.founder-bio-image {
  position: relative;
  overflow: visible;
}

.founder-bio-image::after {
  display: none;
}

.founder-bio-image img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 14px 24px rgb(16 16 16 / 0.08));
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 78%, rgb(0 0 0 / 0.82) 88%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 78%, rgb(0 0 0 / 0.82) 88%, transparent 100%);
}

.founder-bio-portrait figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-bio-portrait figcaption span {
  color: var(--red);
}

.founder-quote-bubble {
  position: relative;
  display: grid;
  width: min(100%, 31rem);
  min-height: 220px;
  align-items: center;
  margin-top: clamp(30px, 5vw, 52px);
  padding: 42px 62px 62px;
  isolation: isolate;
}

.inner-page .content-section:first-of-type {
  min-height: calc(100svh - 110px);
  padding-top: clamp(92px, 9vw, 116px);
}

.founder-quote-bubble svg {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.founder-quote-bubble path {
  fill: #fffdfa;
  fill-opacity: 0;
  stroke: #292522;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  vector-effect: non-scaling-stroke;
}

.founder-quote-bubble.is-line-visible path {
  animation:
    cloudBubbleDraw 1.7s cubic-bezier(0.65, 0, 0.35, 1) 0.08s forwards,
    cloudBubbleFill 0.55s ease 1.2s forwards;
}

.founder-quote-bubble p {
  max-width: 13ch;
  margin: 0 auto;
  color: var(--ink);
  font-size: clamp(1.65rem, 3.5vw, 3rem);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 0.98;
  text-align: center;
}

.founder-copy .section-kicker {
  margin-bottom: 12px;
}

.founder-copy {
  grid-column: 2;
  grid-row: 2;
  margin-top: clamp(36px, 5vw, 72px);
}

.mission-section .founder-bio {
  padding-top: 0;
}

.mission-section .founder-bio::before {
  display: none;
}

.founder-copy h3 {
  margin-bottom: 18px;
}

.founder-copy p {
  max-width: 46rem;
  margin: 0;
}

.founder-copy p + p {
  margin-top: 16px;
}

.founder-proof-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 28px 0 0;
}

.founder-proof-points > div {
  min-width: 0;
  border-top: 2px solid var(--blue);
  padding-top: 12px;
}

.founder-proof-points dt {
  color: var(--ink);
  font-family: var(--display-font);
  font-size: clamp(1.05rem, 1.5vw, 1.35rem);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1;
}

.founder-proof-points dd {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.35;
}

.about-section .founder-bio {
  margin-top: clamp(52px, 8vw, 92px);
  padding-top: 0;
}

.about-section .founder-bio::before {
  display: none;
}

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 26px;
  color: var(--muted);
  font-size: 0.78rem;
}

.profile-links > span:first-child {
  width: 100%;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.profile-links a {
  position: relative;
  display: inline-block;
  color: var(--ink);
  text-decoration: none;
  transition: color 0.22s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.profile-links a::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 1px;
  background: var(--red);
  content: "";
  opacity: 0.48;
  transform-origin: left center;
  transition: height 0.22s ease, opacity 0.22s ease, transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
}

.profile-links a:hover,
.profile-links a:focus-visible {
  color: var(--red);
  transform: translateY(-2px);
}

.profile-links a:hover::after,
.profile-links a:focus-visible::after {
  height: 3px;
  opacity: 1;
  transform: scaleX(1.06);
}

.profile-links a:focus-visible {
  border-radius: 2px;
  outline: 2px solid rgb(232 93 74 / 0.32);
  outline-offset: 5px;
}

.about-path {
  margin-top: clamp(82px, 12vw, 148px);
}

.founder-bio + .founder-credentials {
  margin-top: clamp(48px, 7vw, 84px);
}

.founder-credentials h2 {
  max-width: 18ch;
  font-size: clamp(2.15rem, 4vw, 3.5rem);
  line-height: 0.98;
}

.founder-credentials .lead {
  max-width: 58rem;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.founder-credentials-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.48fr);
  gap: clamp(32px, 7vw, 96px);
  align-items: end;
}

.founder-credentials-intro h2,
.founder-credentials-intro .lead {
  margin-bottom: 0;
}

.founder-credentials-summary {
  margin-top: clamp(34px, 5vw, 58px);
  border: 1px solid rgb(50 106 116 / 0.16);
  border-radius: 6px 28px 8px 18px;
  padding: clamp(24px, 4vw, 42px);
  background:
    radial-gradient(circle at 88% 10%, rgb(232 93 74 / 0.07), transparent 30%),
    rgb(255 253 248 / 0.72);
}

.founder-credentials-summary > .section-kicker {
  margin-bottom: 0;
}

.founder-credentials-summary .founder-proof-points {
  margin-top: 22px;
}

.founder-credentials-summary .profile-links {
  gap: 10px 22px;
  margin-top: 28px;
  border-top: 1px solid rgb(50 106 116 / 0.14);
  padding-top: 20px;
  font-size: 0.92rem;
  font-weight: 650;
}

.founder-credentials-summary .profile-links > span:first-child {
  font-size: 0.74rem;
}

.founder-training-heading {
  display: flex;
  gap: 24px;
  align-items: end;
  justify-content: space-between;
  margin-top: clamp(48px, 7vw, 82px);
  border-bottom: 1px solid rgb(50 106 116 / 0.18);
  padding-bottom: 18px;
}

.founder-training-heading .section-kicker,
.founder-training-heading > p:last-child {
  margin: 0;
}

.founder-training-heading > p:last-child {
  max-width: 42rem;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.55;
  text-align: right;
}

.founder-training-heading + .founder-training-grid {
  margin-top: clamp(26px, 4vw, 42px);
}

.about-path .logo-grid {
  margin-top: clamp(38px, 6vw, 66px);
}

.affiliation-note {
  max-width: 58rem;
  margin: 22px 0 0;
  color: rgb(16 16 16 / 0.5);
  font-size: 0.78rem;
  line-height: 1.55;
}

.affiliations-section {
  background: rgb(255 255 255 / 0.54);
}

.association-stack {
  display: grid;
  gap: clamp(34px, 5vw, 58px);
  margin-top: clamp(46px, 7vw, 86px);
}

.association-block {
  overflow: hidden;
}

.marquee-track {
  display: flex;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.logo-strip {
  display: flex;
  min-width: max-content;
  align-items: center;
  gap: clamp(28px, 5vw, 68px);
  padding: 12px clamp(28px, 5vw, 68px) 4px 0;
  animation: logoMarquee 26s linear infinite;
}

.logo-strip span,
.logo-grid a,
.logo-grid span {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: clamp(1.08rem, 2.2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.logo-strip img,
.logo-grid img {
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.logo-strip img {
  max-height: clamp(34px, 4vw, 52px);
}

.logo-grid img {
  max-height: clamp(34px, 5vw, 58px);
}

.logo-strip span:has(img),
.logo-grid a:has(img),
.logo-grid span:has(img) {
  font-size: 0;
}

.logo-failed img {
  display: none;
}

.logo-fallback-text {
  color: inherit;
  font-size: clamp(1.08rem, 2.2vw, 1.75rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.logo-grid-trusted .logo-fallback-text {
  font-size: clamp(1rem, 1.8vw, 1.34rem);
  letter-spacing: 0.02em;
}

.logo-grid-journals .logo-fallback-text {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.logo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 18px);
}

.logo-grid a,
.logo-grid span {
  min-height: clamp(70px, 8vw, 96px);
  border: 1px solid rgb(16 16 16 / 0.1);
  padding: 16px;
  background: rgb(255 255 255 / 0.48);
}

.logo-grid a:hover,
.logo-grid a:focus-visible {
  border-color: rgb(227 6 19 / 0.3);
  color: var(--red);
}

.logo-grid-color a:nth-child(1),
.logo-grid-color span:nth-child(1) {
  color: #2458a8;
}

.logo-grid-color a:nth-child(2),
.logo-grid-color span:nth-child(2) {
  color: #8c1515;
}

.logo-grid-color a:nth-child(3),
.logo-grid-color span:nth-child(3) {
  color: #052049;
}

.logo-grid-color a:nth-child(4),
.logo-grid-color span:nth-child(4) {
  color: #022851;
}

.logo-grid-color a:nth-child(5),
.logo-grid-color span:nth-child(5) {
  color: #cfb87c;
}

.logo-grid-color a:nth-child(6),
.logo-grid-color span:nth-child(6) {
  color: #5b2c83;
}

.logo-grid-color a:nth-child(7),
.logo-grid-color span:nth-child(7) {
  color: #565a5c;
}

.logo-grid-journals span {
  color: rgb(16 16 16 / 0.72);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.logo-grid-trusted a,
.logo-grid-trusted span {
  color: rgb(16 16 16 / 0.68);
  font-size: clamp(1rem, 1.8vw, 1.34rem);
  letter-spacing: 0.02em;
}

.press-section {
  background: linear-gradient(180deg, rgb(255 255 255 / 0.56), transparent);
}

.press-list,
.publication-list {
  max-width: 44rem;
  margin-top: clamp(38px, 6vw, 72px);
  text-align: left;
}

.press-list {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 46px);
}

.press-list article {
  min-width: 0;
}

.press-type {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.press-list h3 {
  max-width: 18rem;
  margin-bottom: 10px;
  font-size: clamp(1.05rem, 1.8vw, 1.28rem);
  letter-spacing: -0.015em;
  line-height: 1.1;
  text-transform: none;
}

.press-list h3 a {
  text-decoration-color: rgb(227 6 19 / 0);
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  transition: color 0.18s ease, text-decoration-color 0.18s ease;
}

.press-list h3 a:hover,
.press-list h3 a:focus-visible {
  color: var(--red);
  text-decoration-color: currentColor;
}

.press-list article p:last-child {
  margin: 0;
  color: rgb(16 16 16 / 0.52);
  font-size: 0.92rem;
  line-height: 1.5;
}

.contact-hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(100%, 1180px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(48px, 8vw, 112px);
  align-items: center;
}

.contact-logo-hero {
  position: relative;
  display: grid;
  min-height: min(82svh, 880px);
  place-items: center;
  overflow: hidden;
  padding: clamp(120px, 15vw, 176px) clamp(20px, 7vw, 96px) clamp(76px, 10vw, 120px);
  isolation: isolate;
}

.contact-logo-hero-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  text-align: left;
}

.contact-logo-hero-copy .section-kicker {
  margin-bottom: clamp(16px, 2.5vw, 28px);
}

.contact-logo-hero-copy h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(4rem, 7vw, 7.5rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.contact-logo-hero-copy .lead {
  color: rgb(16 16 16 / 0.68);
}

.contact-hero-form {
  position: relative;
  z-index: 1;
  border: 1px solid rgb(23 37 43 / 0.08);
  border-radius: 5px 28px 7px 22px;
  background: rgb(255 250 242 / 0.9);
  box-shadow: 0 28px 70px rgb(16 16 16 / 0.08);
  padding: clamp(28px, 4vw, 48px);
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateX(72px);
  transition:
    opacity 0.7s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-logo-hero.is-marker-complete .contact-hero-form {
  opacity: 1;
  transform: none;
}

.contact-logo-marker {
  position: absolute;
  inset: 7% 0 0;
  z-index: 0;
  width: 100%;
  height: 86%;
  pointer-events: none;
}

@media (max-width: 820px) {
  .contact-logo-hero {
    min-height: auto;
    padding-top: 116px;
  }

  .contact-hero-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .contact-logo-hero-copy h1 {
    font-size: clamp(3.8rem, 16vw, 6rem);
  }
}

.contact-form {
  display: grid;
  gap: 18px;
  text-align: left;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgb(16 16 16 / 0.22);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  outline: 0;
  padding: 10px 0 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-bottom-color: var(--red);
}

.contact-form .button {
  justify-self: start;
  margin-top: 12px;
  background: transparent;
  cursor: pointer;
}

.site-footer {
  border-top: 1px solid var(--quiet);
  background: rgb(255 253 248 / 0.72);
  padding: clamp(34px, 5vw, 64px) clamp(20px, 6vw, 72px) clamp(28px, 4vw, 48px);
}

.footer-social-support {
  display: grid;
  width: min(100%, 1200px);
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.38fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: stretch;
  margin: 0 auto clamp(30px, 4vw, 46px);
  border: 1px solid rgb(240 78 58 / 0.14);
  border-radius: 26px 7px 24px 9px;
  background: rgb(240 78 58 / 0.065);
  padding: clamp(26px, 4vw, 48px);
}

.footer-support-copy {
  display: grid;
  gap: 9px;
  align-content: center;
}

.footer-social-support .footer-support-kicker {
  margin: 0;
  color: var(--blue);
  font-family: var(--font-context);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-social-support h2 {
  max-width: 18ch;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 2.5vw, 2.35rem);
  line-height: 0.98;
}

.footer-social-support .footer-support-detail {
  max-width: 48rem;
  margin: 4px 0 0;
  color: var(--muted);
  font-size: clamp(0.9rem, 1.15vw, 1rem);
  line-height: 1.55;
}

.footer-social-support a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  color: var(--red);
  font-size: clamp(0.76rem, 1vw, 0.88rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-instagram-cta {
  display: grid;
  align-content: center;
  gap: 18px;
  border-left: 1px solid rgb(240 78 58 / 0.22);
  padding-left: clamp(24px, 4vw, 48px);
}

.footer-social-support a .footer-support-arrow {
  align-self: center;
  font-size: 1.08rem;
  transition: transform 0.22s ease;
}

.footer-social-support a:hover .footer-support-arrow,
.footer-social-support a:focus-visible .footer-support-arrow {
  transform: translate(4px, -4px);
}

.footer-instagram-qr {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 13px;
  color: var(--blue);
  font-family: var(--font-context);
  font-size: 0.72rem;
  font-weight: 650;
  letter-spacing: 0.035em;
}

.footer-instagram-qr-frame {
  position: relative;
  display: block;
  padding: 7px;
  border: 1px solid rgb(240 78 58 / 0.2);
  border-radius: 5px 13px 6px 11px;
  background: #fffdfa;
  box-shadow: 0 10px 24px rgb(16 16 16 / 0.09);
  transform: rotate(-2deg);
}

.footer-instagram-qr-frame::before {
  position: absolute;
  top: -6px;
  left: 50%;
  width: 30px;
  height: 11px;
  background: rgb(240 78 58 / 0.18);
  content: "";
  transform: translateX(-50%) rotate(1deg);
}

.footer-instagram-qr img {
  display: block;
  width: 76px;
  height: 76px;
}

.footer-shell {
  display: grid;
  width: min(100%, 1200px);
  grid-template-columns: minmax(220px, 0.6fr) minmax(0, 1.4fr);
  align-items: start;
  gap: 24px 48px;
  margin: 0 auto;
  color: rgb(16 16 16 / 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-shell p {
  margin: 0;
}

.footer-disclaimer {
  width: min(100%, 1200px);
  margin: clamp(24px, 3vw, 34px) auto 0;
  color: rgb(16 16 16 / 0.58);
  font-family: var(--font-context);
  font-size: clamp(0.72rem, 1vw, 0.82rem);
  line-height: 1.6;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: clamp(14px, 3vw, 26px);
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--red);
}

.footer-links svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-links .icon-dot {
  fill: currentColor;
  stroke: none;
}

.intro-loader {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  place-items: center;
  background:
    radial-gradient(circle at 58% 48%, rgb(227 6 19 / 0.07), transparent 26rem),
    #fff;
  pointer-events: none;
  animation: introLoaderExit 3.6s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.show-intro .intro-loader {
  display: grid;
}

.intro-logo {
  display: block;
  width: min(86vw, 780px);
  height: auto;
  overflow: visible;
  transform-box: fill-box;
  transform-origin: center;
  animation: introLogoSettle 3.6s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.intro-word {
  font-family: var(--font-primary);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 1;
  text-transform: uppercase;
}

.intro-word-vision,
.intro-word-borders {
  fill: var(--ink);
  font-size: 50px;
  letter-spacing: 0.18em;
}

.intro-word-without {
  fill: var(--gray);
  font-size: 30px;
  letter-spacing: 0.24em;
}

.intro-word-vision,
.intro-word-without,
.intro-word-borders {
  opacity: 0;
}

.intro-word-vision {
  animation: introVisionReveal 3.6s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.intro-word-without {
  animation: introWithoutReveal 3.6s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.intro-word-borders {
  animation: introBordersReveal 3.6s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.intro-feature-globe {
  color: var(--ink);
  opacity: 0;
  animation: introFeatureGlobeReveal 3.6s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.intro-feature-globe .sphere-outline {
  stroke-width: 4.2;
}

.intro-feature-globe .sphere-line {
  stroke-width: 2.2;
}

.intro-pin {
  fill: var(--red);
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 1px 4px rgb(227 6 19 / 0.32));
  animation: introPinPlace 0.56s cubic-bezier(0.8, 0, 0.2, 1) 1.05s forwards;
}

.intro-pin-2 {
  animation-delay: 2s;
}

.intro-pin-3 {
  animation-delay: 2.9s;
}

.blink-transition {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  visibility: hidden;
}

.blink-transition.is-active,
.blink-transition.is-closing,
.blink-transition.is-opening-ready,
.blink-transition.is-opening {
  visibility: visible;
}

.blink-lid {
  position: absolute;
  left: -5vw;
  width: 110vw;
  height: 55vh;
  background: var(--ink);
  transform: scaleY(0);
  will-change: transform;
}

.blink-lid-top {
  top: 0;
  border-bottom-right-radius: 50% 18%;
  border-bottom-left-radius: 50% 18%;
  transform-origin: top center;
}

.blink-lid-bottom {
  bottom: 0;
  border-top-right-radius: 50% 18%;
  border-top-left-radius: 50% 18%;
  transform-origin: bottom center;
}

.blink-transition.is-active .blink-lid {
  animation: pageBlink 0.56s cubic-bezier(0.8, 0, 0.2, 1);
}

.blink-transition.is-closing .blink-lid {
  animation: blinkClose 0.2s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

.blink-transition.is-opening-ready .blink-lid {
  transform: scaleY(1);
}

.blink-transition.is-opening .blink-lid {
  animation: blinkOpen 0.25s cubic-bezier(0.8, 0, 0.2, 1) both;
}

/* Integrated editorial openings and mission story chapters */
.page-hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.84fr);
  gap: clamp(42px, 7vw, 104px);
  align-items: center;
  min-height: clamp(650px, 86svh, 900px);
  padding-top: clamp(104px, 12vw, 150px);
  overflow: visible;
}

.page-hero-split > :first-child {
  opacity: 0;
  transform: translateX(-64px);
  animation: heroCopyCrossSlide 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
  will-change: opacity, transform;
}

.page-hero-photo {
  opacity: 0;
  transform: translateX(78px) rotate(4deg) scale(0.94);
  animation: heroPhotoCrossSlide 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
  will-change: opacity, transform;
}

.mission-hero-copy,
.about-hero-copy {
  position: relative;
  z-index: 2;
}

.mission-hero-copy h1,
.about-hero-copy h1 {
  max-width: 10.5ch;
}

.mission-hero-lead {
  max-width: 35rem;
  margin: clamp(24px, 4vw, 40px) 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.32rem);
  line-height: 1.6;
}

.mission-hero-exchange {
  position: relative;
  min-height: clamp(430px, 42vw, 560px);
  border: 1px solid rgb(50 106 116 / 0.16);
  border-radius: 7px 38px 9px 28px;
  padding: clamp(28px, 4vw, 48px);
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgb(232 93 74 / 0.12), transparent 34%),
    linear-gradient(145deg, rgb(220 233 232 / 0.88), rgb(255 250 242 / 0.82));
  box-shadow: 0 30px 80px rgb(23 37 43 / 0.1);
  opacity: 0;
  transform: translateX(70px) rotate(2deg) scale(0.96);
  animation: heroPhotoCrossSlide 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}

.mission-hero-exchange-kicker {
  margin: 0 0 clamp(28px, 4vw, 46px);
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mission-exchange-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 58px minmax(0, 1fr);
  align-items: center;
  gap: 0;
}

.mission-exchange-node {
  display: grid;
  min-height: 190px;
  align-content: center;
  gap: 10px;
  border: 1px solid rgb(23 37 43 / 0.1);
  border-radius: 5px 20px 6px 15px;
  padding: 22px 18px;
  background: rgb(255 250 242 / 0.86);
  color: var(--ink);
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.3s ease;
}

.mission-exchange-node:nth-child(3) {
  border-radius: 20px 5px 16px 6px;
}

.mission-exchange-node span,
.mission-exchange-outcome span {
  color: var(--red);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mission-exchange-node strong {
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.mission-exchange-node small {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.5;
}

.mission-exchange-node:hover,
.mission-exchange-node:focus-visible {
  border-color: rgb(232 93 74 / 0.42);
  box-shadow: 0 16px 34px rgb(23 37 43 / 0.1);
  outline: 0;
  transform: translateY(-5px) rotate(-1deg);
}

.mission-exchange-line {
  position: relative;
  height: 3px;
  background: var(--ink);
}

.mission-partnership-model .mission-exchange-line {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition:
    opacity 0.18s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.mission-partnership-model .mission-exchange-line::before,
.mission-partnership-model .mission-exchange-line::after {
  opacity: 0;
  transition: opacity 0.24s ease 0.62s;
}

.mission-partnership-model.is-line-visible .mission-exchange-line {
  opacity: 1;
  transform: scaleX(1);
}

.mission-partnership-model.is-line-visible .mission-exchange-line::before,
.mission-partnership-model.is-line-visible .mission-exchange-line::after {
  opacity: 1;
}

.mission-exchange-line::before,
.mission-exchange-line::after {
  position: absolute;
  top: -5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid var(--ink);
  border-right: 3px solid var(--ink);
  content: "";
}

.mission-exchange-line::before {
  left: 0;
  transform: rotate(-135deg);
}

.mission-exchange-line::after {
  right: 0;
  transform: rotate(45deg);
}

.mission-exchange-outcome {
  display: grid;
  width: max-content;
  justify-items: center;
  gap: 4px;
  margin: clamp(28px, 4vw, 42px) auto 0;
  border-top: 2px solid var(--blue);
  padding-top: 12px;
}

.mission-exchange-outcome strong {
  font-size: clamp(1.25rem, 2.2vw, 1.8rem);
  letter-spacing: -0.035em;
}

.mission-opening-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.72fr);
  gap: clamp(40px, 7vw, 92px);
  align-items: center;
  margin-top: clamp(26px, 4vw, 52px);
  padding-top: clamp(18px, 3vw, 36px);
}

.mission-opening-copy {
  display: grid;
  grid-column: 2;
  grid-row: 1;
  gap: 20px;
}

.mission-opening-copy p {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.55vw, 1.2rem);
  line-height: 1.72;
}

.mission-opening-photo {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  aspect-ratio: 4 / 3;
  margin: 0;
  border-radius: 5px 28px 7px 20px;
  overflow: hidden;
  box-shadow: 0 24px 62px rgb(23 37 43 / 0.12);
  transform: rotate(1.2deg);
}

.mission-opening-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.mission-opening-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 10px rgb(0 0 0 / 0.7);
  text-transform: uppercase;
}

@media (min-width: 821px) {
  .mission-opening-band {
    align-items: start;
  }

  .mission-opening-copy {
    padding-top: clamp(34px, 4vw, 64px);
  }
}

.mission-hero-photo {
  width: calc(100% + clamp(20px, 5vw, 76px));
  aspect-ratio: 0.94 / 1;
  border-radius: 6px 42px 8px 30px;
  box-shadow: 0 32px 80px rgb(23 37 43 / 0.14);
  transform-origin: 68% 54%;
}

.mission-hero-photo::after,
.about-hero-photo-main::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgb(23 37 43 / 0.28));
  content: "";
  pointer-events: none;
}

.mission-hero-photo img {
  object-position: 47% center;
}

.mission-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(44px, 7vw, 84px);
  align-items: center;
  margin-top: clamp(88px, 13vw, 164px);
  padding: clamp(24px, 4vw, 48px) 0;
  border-top: 0;
}

.mission-story-process {
  align-items: start;
  margin-top: clamp(12px, 2.5vw, 32px);
}

.mission-story-partnership {
  margin-top: clamp(52px, 8vw, 104px);
}

.mission-partnership-model {
  width: min(100%, 900px);
  min-height: clamp(390px, 38vw, 500px);
  margin: 0 auto;
  animation: none;
  opacity: 1;
  transform: rotate(0.35deg);
}

.mission-story-copy.mission-narrative,
.mission-story-graphic.graphic-chapter,
.mission-story-graphic.process-cycle {
  margin-top: 0;
}

.mission-story-copy.mission-narrative {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.58fr);
  gap: clamp(68px, 8vw, 126px);
  align-items: start;
  padding: 0;
}

.mission-story-copy.mission-narrative h2 {
  max-width: 9ch;
  font-size: clamp(2.5rem, 4.6vw, 4.65rem);
}

.mission-story-copy > p {
  max-width: 33rem;
  margin: 0;
  padding-top: clamp(70px, 7vw, 104px);
}

@media (min-width: 981px) {
  .mission-section .mission-hero {
    min-height: clamp(590px, 74svh, 790px);
    padding-bottom: clamp(26px, 4vw, 48px);
  }

  .mission-section .mission-opening-band {
    margin-top: 0;
    padding-top: 0;
  }
}

.mission-story-graphic {
  min-width: 0;
}

.mission-story-partnership .bidirectional-model {
  min-height: clamp(360px, 34vw, 460px);
  padding: clamp(28px, 4vw, 50px) clamp(16px, 3vw, 34px);
  border-radius: 36px 8px 30px 6px;
  background: rgb(255 250 242 / 0.76);
  box-shadow: 0 28px 72px rgb(23 37 43 / 0.08);
  opacity: 0;
  transform: translateY(38px);
  transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.mission-story-partnership .bidirectional-model.is-line-visible {
  opacity: 1;
  transform: none;
}

.mission-story-process .process-cycle {
  grid-template-columns: minmax(320px, 0.92fr) minmax(240px, 0.7fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  justify-items: stretch;
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.mission-story-process .process-cycle.is-line-visible {
  opacity: 1;
  transform: none;
}

.mission-story-process .cycle-wheel {
  width: min(100%, 470px);
}

.mission-story-process .cycle-details {
  grid-column: 2;
  grid-row: 1;
  grid-template-columns: 1fr;
  align-self: center;
  margin-top: 0;
}

.about-hero {
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(32px, 4.5vw, 68px);
}

.inner-page .about-hero-copy h1 {
  max-width: 11.5ch;
  font-size: clamp(3rem, 6vw, 5.6rem);
}

.about-hero-opening {
  white-space: nowrap;
}

.about-intro-copy {
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 39rem;
}

.about-hero-gallery {
  position: relative;
  min-height: clamp(480px, 50vw, 650px);
}

.about-hero-gallery figure {
  position: absolute;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 28px 70px rgb(23 37 43 / 0.14);
}

.about-hero-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-photo-main {
  inset: 0 0 12% 6%;
  border-radius: 42px 8px 32px 6px;
  transform: rotate(1.8deg);
}

.about-hero-photo-main img {
  object-position: center;
}

.about-hero-photo-main figcaption {
  position: absolute;
  right: 16px;
  bottom: 14px;
  left: 16px;
  z-index: 1;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-shadow: 0 1px 10px rgb(0 0 0 / 0.7);
  text-transform: uppercase;
}

.about-hero-photo-inset {
  right: 58%;
  bottom: 0;
  z-index: 2;
  width: 48%;
  aspect-ratio: 1 / 0.78;
  border: 8px solid var(--paper);
  border-radius: 5px 22px 6px 18px;
  transform: rotate(-4deg);
}

.about-hero-photo-inset img {
  object-position: 22% center;
}

/* A photo-forward editorial opening keeps the people behind the work visible. */
.about-hero.editorial-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.8fr);
  gap: clamp(42px, 6vw, 88px);
  min-height: clamp(680px, 86svh, 900px);
  align-items: center;
  padding-top: clamp(22px, 3vw, 42px);
  padding-bottom: clamp(42px, 6vw, 76px);
}

.about-hero-copy {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 3vw, 34px);
  align-content: center;
  animation: heroCopyCrossSlide 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.08s both;
}

.about-hero-copy .section-kicker {
  grid-column: 1 / -1;
}

.inner-page .about-hero-copy h1 {
  grid-column: 1;
  max-width: 10.5ch;
  margin-bottom: 0;
  font-size: clamp(3.8rem, 5.8vw, 6.6rem);
  line-height: 0.9;
}

.about-hero .about-intro-copy {
  grid-column: 1;
  gap: 16px;
  max-width: 37rem;
  margin: 0;
}

.about-hero-gallery {
  width: 100%;
  min-height: clamp(540px, 48vw, 690px);
  animation: heroPhotoCrossSlide 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.16s both;
}

.about-hero-gallery .about-hero-photo-main {
  inset: 0 6% 0 0;
  border-radius: 7px 40px 9px 28px;
  transform: rotate(-0.8deg);
}

.about-hero-gallery .about-hero-photo-main img {
  object-position: center 43%;
}

.about-hero-gallery .about-hero-photo-inset {
  top: auto;
  right: -3%;
  bottom: 7%;
  width: 42%;
  aspect-ratio: 0.82 / 1;
  border-width: 9px;
  transform: rotate(3.2deg);
}

.about-hero-gallery .about-hero-photo-inset img {
  object-position: center 76%;
}

.about-people-preview {
  display: inline-grid;
  width: fit-content;
  grid-template-columns: auto minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
  border: 1px solid rgb(50 106 116 / 0.14);
  border-radius: 999px;
  padding: 8px 14px 8px 8px;
  background: rgb(255 250 242 / 0.64);
  color: var(--ink);
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.about-people-preview:hover,
.about-people-preview:focus-visible {
  border-color: rgb(232 93 74 / 0.38);
  box-shadow: 0 12px 30px rgb(23 37 43 / 0.09);
  outline: 0;
  transform: translateY(-3px);
}

.about-preview-faces {
  display: flex;
  padding-left: 8px;
}

.about-preview-faces img {
  width: 42px;
  height: 42px;
  margin-left: -8px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
}

.about-people-preview > span:nth-child(2) {
  display: grid;
  gap: 1px;
}

.about-people-preview strong {
  font-size: 0.78rem;
  line-height: 1.2;
}

.about-people-preview small {
  color: var(--muted);
  font-size: 0.64rem;
  line-height: 1.25;
}

.about-people-preview .diagonal-arrow {
  color: var(--red);
  font-size: 0.82rem;
}

/* Editorial inner-page system */
.editorial-hero {
  display: grid;
  min-height: clamp(420px, 58svh, 650px);
  align-content: center;
  padding: clamp(54px, 8vw, 100px) 0;
}

.editorial-hero h1 {
  max-width: 11ch;
}

.editorial-hero .lead {
  max-width: 44rem;
}

.mission-hero {
  min-height: clamp(650px, 86svh, 900px);
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.84fr);
  align-items: center;
}

.mission-hero-copy {
  max-width: 62rem;
}

.mission-statement-body {
  display: grid;
  max-width: 58rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 6vw, 74px);
  margin-top: clamp(32px, 5vw, 54px);
}

.mission-statement-body p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.6vw, 1.2rem);
  line-height: 1.72;
}

.mission-field-image {
  position: relative;
  width: min(100%, 1120px);
  aspect-ratio: 2.93 / 1;
  margin: clamp(-28px, -2vw, -12px) auto clamp(70px, 10vw, 118px);
  overflow: hidden;
  border: 1px solid rgb(23 37 43 / 0.08);
  border-radius: 6px 34px 8px 26px;
  background: var(--paper);
  box-shadow: 0 28px 70px rgb(23 37 43 / 0.1);
  opacity: 0;
  transform: translateY(28px) rotate(-0.35deg);
  transition: opacity 0.8s ease, transform 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.mission-field-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgb(23 37 43 / 0.12));
  content: "";
  pointer-events: none;
}

.mission-field-image.is-line-visible {
  opacity: 1;
  transform: rotate(-0.35deg);
}

.mission-field-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.mission-field-image figcaption {
  position: absolute;
  right: 18px;
  bottom: 15px;
  left: 18px;
  z-index: 1;
  color: #fff;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  text-shadow: 0 1px 12px rgb(0 0 0 / 0.72);
  text-transform: uppercase;
}

.mission-narrative {
  display: grid;
  grid-template-columns: minmax(280px, 0.84fr) minmax(280px, 0.62fr);
  gap: clamp(32px, 8vw, 110px);
  align-items: end;
  margin-top: clamp(80px, 12vw, 144px);
  padding: clamp(34px, 6vw, 68px) 0;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

.mission-narrative.is-line-visible {
  opacity: 1;
  transform: none;
}

.mission-narrative h2 {
  max-width: 11ch;
  font-size: clamp(2.3rem, 5.5vw, 5.5rem);
}

.mission-narrative > p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.24rem);
  line-height: 1.7;
}

.mission-narrative-process {
  margin-top: clamp(100px, 15vw, 180px);
}

.mission-hero-photo,
.about-context-photo,
.news-field-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: rgb(16 16 16 / 0.04);
}

.mission-hero-photo {
  aspect-ratio: 0.94 / 1;
}

.mission-hero-photo img,
.about-context-photo img,
.news-field-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mission-hero-photo img {
  object-position: 45% center;
}

.mission-hero-photo figcaption,
.about-context-photo figcaption,
.news-field-photo figcaption {
  position: absolute;
  right: 14px;
  bottom: 12px;
  left: 14px;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-shadow: 0 1px 10px rgb(0 0 0 / 0.6);
  text-transform: uppercase;
}

.mission-principle {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 94px);
  margin-top: clamp(36px, 6vw, 72px);
  padding: clamp(34px, 6vw, 68px);
  background: rgb(255 255 255 / 0.72);
  box-shadow: 0 24px 70px rgb(16 16 16 / 0.045);
}

.mission-principle-philosophy {
  margin-top: clamp(86px, 13vw, 156px);
  background: rgb(227 6 19 / 0.045);
}

.mission-principle-combined {
  display: block;
  padding: clamp(34px, 5vw, 62px);
}

.mission-principle-combined .section-kicker {
  margin: 0 0 clamp(24px, 3vw, 38px);
}

.mission-principle-combined .principle-copy {
  width: 100%;
}

.principle-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 7vw, 104px);
  align-items: start;
}

.principle-columns p {
  max-width: none;
  margin: 0;
}

.principle-columns p + p {
  margin-top: 16px;
}

.principle-marker span {
  display: block;
  color: var(--red);
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.principle-marker p {
  margin: 12px 0 0;
  color: var(--ink);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.principle-copy h2 {
  max-width: 11ch;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
}

.principle-copy > p {
  max-width: 45rem;
  margin: 24px 0 0;
}

.principle-copy > p + p {
  margin-top: 16px;
}

.principle-copy .principle-bridge {
  max-width: 38rem;
  margin-top: clamp(30px, 4vw, 48px);
  padding-left: 18px;
  border-left: 3px solid var(--red);
  color: var(--ink);
  font-weight: 750;
}

.graphic-chapter {
  margin-top: clamp(88px, 14vw, 170px);
}

.graphic-chapter-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(280px, 0.55fr);
  gap: clamp(26px, 7vw, 92px);
  align-items: end;
}

.graphic-chapter-intro .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: -4px;
}

.graphic-chapter-intro h2 {
  max-width: 10ch;
  font-size: clamp(2.5rem, 5.6vw, 5.4rem);
}

.graphic-chapter-intro > p:last-child {
  margin: 0;
}

.graphic-chapter .bidirectional-model {
  margin-top: clamp(36px, 6vw, 70px);
}

.graphic-chapter-bidirectional {
  margin-top: clamp(48px, 8vw, 92px);
}

.graphic-chapter-bidirectional .bidirectional-model {
  margin-top: 0;
}

.mission-section .process-cycle {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.about-intro-copy {
  display: grid;
  max-width: 58rem;
  grid-template-columns: 1fr;
  gap: clamp(24px, 6vw, 74px);
  align-items: start;
  margin-top: clamp(30px, 5vw, 58px);
}

.about-intro-copy .lead,
.about-intro-copy p {
  margin: 0;
}

.about-context-photo {
  width: calc(100% + clamp(0px, 5vw, 70px));
  aspect-ratio: 16 / 7;
  margin: 0 0 clamp(42px, 7vw, 82px) clamp(-70px, -5vw, 0px);
}

.about-context-photo img {
  object-position: center 38%;
}

.about-section .founder-bio {
  margin-top: clamp(26px, 4vw, 52px);
  padding-top: 0;
  border-top: 0;
}

.about-section .founder-bio-portrait {
  align-self: start;
}

.about-section .founder-copy {
  margin-top: clamp(10px, 2vw, 24px);
}

.about-overview {
  display: grid;
  grid-template-columns: minmax(320px, 0.94fr) minmax(300px, 0.7fr);
  gap: clamp(42px, 7vw, 96px);
  align-items: end;
  margin-top: clamp(34px, 5vw, 62px);
}

.about-overview h2 {
  max-width: 15ch;
  font-size: clamp(2.5rem, 4.2vw, 4.25rem);
  line-height: 0.98;
}

.about-overview > div:last-child {
  display: grid;
  gap: 16px;
}

.about-overview > div:last-child p {
  margin: 0;
}

.about-section .board-section {
  margin-top: clamp(72px, 9vw, 112px);
}

.about-section .founder-quote-bubble {
  width: min(100%, 36rem);
  min-height: 230px;
  padding: 42px 70px 62px;
}

.about-section .founder-quote-bubble p {
  max-width: 16ch;
  font-size: clamp(1.6rem, 3vw, 2.65rem);
  line-height: 1.04;
}

@media (min-width: 901px) {
  .about-section .founder-bio-portrait {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 0;
    align-self: stretch;
    flex-direction: column;
  }

  .about-section .founder-bio-image {
    min-height: 0;
    flex: 1;
  }

  .about-section .founder-bio-image img {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: auto;
    max-width: none;
    height: 100%;
    transform: translateX(-50%);
  }

  .about-section .founder-bio-portrait figcaption {
    flex: none;
  }
}

.founder-copy h2 {
  max-width: none;
  margin-bottom: 18px;
  font-size: clamp(2.2rem, 4.2vw, 4rem);
}

.about-path,
.about-media,
.advisors-section {
  margin-top: clamp(92px, 14vw, 170px);
  padding-top: 0;
}

.about-path::before,
.about-media::before,
.advisors-section::before {
  display: none;
}

.about-path .lead {
  max-width: 49rem;
}

.founder-training-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(38px, 6vw, 66px);
}

.founder-training-card {
  position: relative;
  min-width: 0;
  border: 1px solid rgb(50 106 116 / 0.18);
  border-radius: 5px 28px 7px 20px;
  padding: clamp(22px, 3vw, 34px);
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 12%, rgb(232 93 74 / 0.09), transparent 36%),
    rgb(255 253 248 / 0.8);
  opacity: 0;
  transform: translateY(24px);
}

.founder-training-card::after {
  position: absolute;
  right: -34px;
  bottom: -42px;
  width: 94px;
  height: 94px;
  border: 18px solid rgb(50 106 116 / 0.05);
  border-radius: 50%;
  content: "";
}

.founder-training-logo {
  display: flex;
  height: 68px;
  align-items: center;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.founder-training-logo img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
  object-position: left center;
}

.founder-training-logo-tall img {
  max-height: 66px;
}

.founder-training-step {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.founder-training-step span {
  color: var(--red);
}

.founder-training-card h3 {
  max-width: 100%;
  margin: 0 0 12px;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  line-height: 1.06;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.founder-training-card > p:last-child {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: clamp(0.86rem, 1.1vw, 1rem);
  line-height: 1.55;
}

.founder-training-card-featured {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(210px, 0.42fr) minmax(0, 1fr);
  grid-template-rows: auto auto 1fr;
  column-gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.founder-training-card-featured .founder-training-logo {
  grid-column: 1;
  grid-row: 1 / -1;
  height: 100%;
  min-height: 150px;
  margin: 0;
  justify-content: center;
}

.founder-training-card-featured .founder-training-logo img {
  max-height: 112px;
}

.founder-training-card-featured .founder-training-step,
.founder-training-card-featured h3,
.founder-training-card-featured > p:last-child {
  grid-column: 2;
}

.about-path.is-line-visible .founder-training-card {
  animation: logoStepIn 0.62s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.about-path.is-line-visible .founder-training-card:nth-child(1) { animation-delay: 0.08s; }
.about-path.is-line-visible .founder-training-card:nth-child(2) { animation-delay: 0.2s; }
.about-path.is-line-visible .founder-training-card:nth-child(3) { animation-delay: 0.32s; }
.about-path.is-line-visible .founder-training-card:nth-child(4) { animation-delay: 0.44s; }
.about-path.is-line-visible .founder-training-card:nth-child(5) { animation-delay: 0.56s; }
.about-path.is-line-visible .founder-training-card:nth-child(6) { animation-delay: 0.68s; }
.about-path.is-line-visible .founder-training-card:nth-child(7) { animation-delay: 0.8s; }

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

@media (max-width: 680px) {
  .founder-credentials-intro {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .founder-credentials-summary {
    padding: 22px 18px;
  }

  .founder-training-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .founder-training-heading > p:last-child {
    text-align: left;
  }

  .founder-proof-points {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .founder-proof-points > div {
    display: grid;
    grid-template-columns: minmax(7rem, 0.42fr) 1fr;
    gap: 14px;
    align-items: baseline;
  }

  .founder-proof-points dd {
    margin: 0;
  }

  .founder-training-grid {
    grid-template-columns: 1fr;
  }

  .founder-training-card {
    padding: 24px;
  }

  .founder-training-card h3 {
    max-width: 100%;
    font-size: clamp(1.2rem, 6.2vw, 1.55rem);
    letter-spacing: -0.025em;
  }

  .founder-training-card-featured {
    display: block;
  }

  .founder-training-card-featured .founder-training-logo {
    height: 58px;
    min-height: 0;
    margin-bottom: 24px;
    justify-content: flex-start;
  }

  .founder-training-card-featured .founder-training-logo img {
    max-height: 58px;
  }

  .founder-training-logo {
    height: 58px;
    margin-bottom: 24px;
  }
}

.about-media {
  display: grid;
  grid-template-columns: minmax(260px, 0.58fr) minmax(0, 1fr);
  gap: clamp(42px, 8vw, 112px);
  align-items: center;
  padding: clamp(42px, 7vw, 78px);
  background: #fff;
}

.about-media h2 {
  max-width: 8ch;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.text-link {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 24px;
  color: var(--ink);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--red);
}

.media-logo-cloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.media-logo-cloud span {
  display: grid;
  min-height: 116px;
  place-items: center;
  padding: 20px;
  background: var(--bg);
}

.media-logo-cloud img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 54px;
  object-fit: contain;
}

.advisors-intro {
  max-width: 49rem;
}

.advisor-cards {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 34px);
  margin-top: clamp(40px, 7vw, 76px);
  perspective: 1000px;
}

.advisor-cards::before {
  position: absolute;
  top: 50%;
  right: 8%;
  left: 8%;
  z-index: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--red) 0 16px, transparent 16px 28px);
  content: "";
  opacity: 0.38;
  transform: scaleX(0);
  transform-origin: left center;
}

.advisors-section.is-line-visible .advisor-cards::before {
  animation: advisorLineDraw 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.18s forwards;
}

.advisor-card {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 260px;
  align-content: end;
  border: 1px solid rgb(16 16 16 / 0.1);
  padding: 26px;
  background: #fff;
  box-shadow: 0 20px 46px rgb(16 16 16 / 0.055);
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.38s ease;
  transform-style: preserve-3d;
}

.advisor-card:nth-child(2) {
  transform: translateY(-18px);
}

.advisor-card:hover {
  box-shadow: 0 30px 66px rgb(16 16 16 / 0.1);
  transform: rotateX(3deg) rotateY(-4deg) translateY(-10px);
}

.advisor-card:nth-child(2):hover {
  transform: rotateX(3deg) rotateY(4deg) translateY(-28px);
}

.advisor-card h3 {
  transform: translateZ(18px);
}

.advisor-card h3 {
  margin: 10px 0 0;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
}

/* News and research */
.news-hero {
  position: relative;
  display: grid;
  min-height: clamp(580px, 76svh, 800px);
  align-content: center;
  padding: clamp(70px, 10vw, 130px) 0 clamp(62px, 8vw, 100px);
}

.news-hero-copy {
  position: relative;
  z-index: 3;
  width: min(760px, 68%);
}

.inner-page .content-section .news-hero h1 {
  max-width: 10ch;
  margin-top: 20px;
  font-size: clamp(3.6rem, 7.6vw, 8.1rem);
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.news-hero .lead {
  max-width: 43rem;
  margin-top: clamp(24px, 3vw, 38px);
}

.news-hero-ribbon {
  position: relative;
  z-index: 1;
  width: min(78vw, 1020px);
  aspect-ratio: 2.35 / 1;
  margin: clamp(-34px, -2.5vw, -18px) -5vw 0 auto;
  overflow: hidden;
  clip-path: polygon(5% 7%, 100% 0, 95% 90%, 0 100%);
  transform: rotate(-1.6deg);
  box-shadow: 0 32px 80px rgb(23 37 43 / 0.13);
}

.news-hero-ribbon::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgb(23 37 43 / 0.26), transparent 45%, rgb(23 37 43 / 0.06));
  content: "";
}

.news-hero-ribbon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
  transform: scale(1.03) rotate(1.6deg);
}

.news-hero-ribbon figcaption {
  position: absolute;
  z-index: 2;
  right: clamp(30px, 6vw, 82px);
  bottom: clamp(24px, 4vw, 52px);
  max-width: 24ch;
  margin: 0;
  color: #fff;
  font-size: clamp(0.78rem, 1.2vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.35;
  text-align: right;
}

.news-group {
  margin-top: clamp(84px, 13vw, 154px);
}

.news-hero + .news-group {
  margin-top: clamp(52px, 7vw, 86px);
}

.news-group-heading {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 1fr);
  gap: clamp(24px, 7vw, 86px);
  align-items: start;
}

.news-group-heading h2 {
  max-width: 10ch;
  font-size: clamp(2.4rem, 5vw, 5rem);
}

.featured-news-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(16px, 2.4vw, 28px);
  margin-top: clamp(38px, 6vw, 70px);
}

.news-card {
  position: relative;
  display: grid;
  min-height: 410px;
  grid-template-rows: 1fr auto;
  overflow: hidden;
  box-shadow: 0 18px 50px rgb(16 16 16 / 0.055);
  transition: box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  grid-column: span 2;
}

.news-card-recognition {
  min-height: 370px;
  grid-column: span 3;
}

.news-card-recognition .news-card-media {
  min-height: 165px;
  background: linear-gradient(145deg, rgb(140 21 21 / 0.06), rgb(255 250 242 / 0.94));
}

.news-card:hover,
.news-card:focus-within {
  box-shadow: 0 28px 70px rgb(16 16 16 / 0.1);
  transform: translateY(-7px);
}

.news-card-media {
  display: grid;
  min-height: 190px;
  place-items: center;
  padding: 34px;
  background: rgb(227 6 19 / 0.035);
}

.news-card-featured .news-card-media {
  background: #fff;
}

.news-card-media img {
  display: block;
  width: auto;
  max-width: 86%;
  max-height: 100px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-card:hover .news-card-media img {
  transform: scale(1.045);
}

.news-card > div:last-child {
  position: relative;
  padding: 26px;
}

.news-source,
.news-link-grid article > p,
.research-list article div > p:first-child {
  margin: 0 0 9px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.news-card h3 {
  margin: 0;
  padding-right: 46px;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-transform: none;
}

.research-list h3 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-transform: none;
}

.news-card h3 a,
.research-list h3 a {
  text-decoration: none;
}

.news-card h3 a:hover,
.research-list h3 a:hover,
.news-card h3 a:focus-visible,
.research-list h3 a:focus-visible {
  color: var(--red);
}

.news-arrow {
  position: absolute;
  right: 22px;
  bottom: 20px;
  display: block;
  width: 52px;
  height: 52px;
  color: var(--red);
  pointer-events: none;
}

.news-arrow::before {
  position: absolute;
  bottom: 7px;
  left: 5px;
  width: 28px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transform: rotate(-45deg);
  transform-origin: left center;
  transition: width 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-arrow::after {
  position: absolute;
  top: 23px;
  left: 13px;
  width: 12px;
  height: 12px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  content: "";
  transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-card:hover .news-arrow::before,
.news-card:focus-within .news-arrow::before {
  width: 52px;
}

.news-card:hover .news-arrow::after,
.news-card:focus-within .news-arrow::after {
  transform: translate(17px, -17px);
}

.news-stories {
  overflow: visible;
}

.news-story-rail {
  --news-rail-gutter: max(clamp(20px, 6vw, 96px), calc((100vw - 1080px) / 2));
  display: flex;
  width: 100vw;
  gap: clamp(16px, 2.5vw, 28px);
  margin-top: clamp(32px, 5vw, 58px);
  margin-left: calc(50% - 50vw);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 8px var(--news-rail-gutter) 28px;
  scroll-padding-inline: var(--news-rail-gutter);
  scroll-snap-type: inline mandatory;
  scrollbar-color: var(--red) rgb(23 37 43 / 0.1);
  scrollbar-width: thin;
}

.news-story-rail::-webkit-scrollbar {
  height: 5px;
}

.news-story-rail::-webkit-scrollbar-track {
  background: rgb(23 37 43 / 0.1);
}

.news-story-rail::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--red);
}

.news-story-card {
  flex: 0 0 clamp(300px, 34vw, 440px);
  scroll-snap-align: start;
}

.news-story-card[data-infinite-clone] {
  scroll-snap-align: none;
}

.news-story-card > a {
  display: grid;
  height: 100%;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgb(23 37 43 / 0.1);
  border-radius: 5px 28px 7px 22px;
  background: rgb(255 250 242 / 0.82);
  color: inherit;
  text-decoration: none;
  transition: box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-story-card > a:hover,
.news-story-card > a:focus-visible {
  box-shadow: 0 24px 60px rgb(16 16 16 / 0.1);
  transform: translateY(-6px);
}

.news-story-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgb(23 37 43 / 0.06);
}

.news-story-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.news-story-card > a:hover img,
.news-story-card > a:focus-visible img {
  transform: scale(1.055);
}

.news-story-card > a > div:last-child {
  display: flex;
  min-height: 190px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
}

.news-story-card p {
  margin: 0 0 12px;
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.news-story-card h3 {
  margin: 0;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-transform: none;
}

.news-story-card a > div > span {
  margin-top: auto;
  padding-top: 28px;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news-research {
  padding-top: clamp(42px, 6vw, 72px);
  border-top: 1px solid rgb(23 37 43 / 0.16);
}

.research-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(28px, 4vw, 46px);
}

.research-list article {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  padding: clamp(26px, 4vw, 44px);
  background: #fff;
}

.research-list article > span {
  color: var(--red);
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.research-list article div > p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .news-hero {
    min-height: 680px;
  }

  .news-hero-copy {
    width: 82%;
  }

  .news-hero-ribbon {
    width: 94%;
    aspect-ratio: 1.85 / 1;
    margin-right: -2%;
  }

  .featured-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card,
  .news-card-recognition {
    grid-column: auto;
  }

  .news-card-featured {
    grid-column: 1 / -1;
  }

  .research-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 580px) {
  .news-hero {
    min-height: 0;
    padding-top: 64px;
  }

  .news-hero-copy {
    width: 100%;
  }

  .inner-page .content-section .news-hero h1 {
    font-size: clamp(3.3rem, 17vw, 5.2rem);
  }

  .news-hero-ribbon {
    width: calc(100% + 22px);
    aspect-ratio: 1.12 / 1;
    margin-top: 34px;
    margin-right: -11px;
    clip-path: polygon(3% 4%, 100% 0, 96% 94%, 0 100%);
  }

  .news-hero-ribbon figcaption {
    right: 26px;
    bottom: 30px;
    max-width: 19ch;
  }

  .featured-news-grid {
    grid-template-columns: 1fr;
  }

  .news-card-featured,
  .news-card-recognition {
    grid-column: auto;
  }

  .news-card {
    min-height: 360px;
  }

  .news-story-card {
    flex-basis: min(84vw, 360px);
  }

  .research-list article {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-card,
  .news-card-media img,
  .news-arrow::before,
  .news-arrow::after,
  .news-story-card > a,
  .news-story-image img {
    transition: none;
  }
}

/* Timeline */
.timeline-section {
  background:
    radial-gradient(circle at 15% 22%, rgb(232 93 74 / 0.1), transparent 24rem),
    radial-gradient(circle at 84% 56%, rgb(50 106 116 / 0.1), transparent 28rem),
    linear-gradient(180deg, rgb(255 250 242 / 0.7), transparent 42%);
}

.timeline-hero {
  min-height: min(780px, 82svh);
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.72fr);
  gap: clamp(44px, 7vw, 110px);
  align-items: center;
  align-content: center;
  padding-bottom: clamp(70px, 10vw, 130px);
}

.timeline-hero-copy {
  min-width: 0;
}

.timeline-hero-copy .section-kicker {
  animation: timelineHeroTextIn 0.58s cubic-bezier(0.22, 1, 0.36, 1) 0.06s backwards;
}

.timeline-hero-copy h1 {
  animation: timelineHeroTitleIn 0.82s cubic-bezier(0.22, 1, 0.36, 1) 0.14s backwards;
}

.timeline-hero-copy .lead {
  animation: timelineHeroTextIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0.3s backwards;
}

.timeline-hero-copy .timeline-start {
  animation: timelineHeroTextIn 0.62s cubic-bezier(0.22, 1, 0.36, 1) 0.42s backwards;
}

.timeline-hero-photo {
  position: relative;
  width: min(100%, 520px);
  aspect-ratio: 4 / 5;
  justify-self: end;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(23 37 43 / 0.1);
  border-radius: 6px 42px 8px 30px;
  background: var(--paper);
  box-shadow: 0 32px 72px rgb(23 37 43 / 0.13);
  transform: rotate(1.2deg);
  animation: timelineHeroPhotoIn 1.05s cubic-bezier(0.22, 1, 0.36, 1) 0.16s backwards;
}

.timeline-hero-photo::before {
  position: absolute;
  top: 18px;
  right: -18px;
  z-index: 1;
  width: 92px;
  height: 16px;
  background: rgb(226 182 87 / 0.78);
  content: "";
  transform: rotate(5deg);
}

.timeline-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.timeline-hero h1 {
  max-width: 13ch;
}

.timeline-hero h1 span {
  display: block;
  max-width: 26ch;
  margin-top: 18px;
  color: var(--red);
  font-size: clamp(1rem, 1.8vw, 1.5rem);
  font-weight: 850;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.timeline-hero .lead {
  max-width: 38rem;
}

.timeline-start {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.timeline-start span {
  color: var(--red);
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}

.timeline-start:hover span,
.timeline-start:focus-visible span {
  transform: translateY(4px);
}

.timeline-phase-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: clamp(36px, 5vw, 72px) 0 clamp(68px, 8vw, 104px);
  border-top: 1px solid rgb(23 37 43 / 0.18);
  border-bottom: 1px solid rgb(23 37 43 / 0.18);
  background: rgb(255 250 242 / 0.46);
}

.timeline-phase-index a {
  position: relative;
  display: grid;
  min-height: 112px;
  align-content: center;
  border: 0;
  border-left: 1px solid rgb(23 37 43 / 0.14);
  padding: 20px clamp(18px, 2.6vw, 34px) 20px clamp(70px, 6vw, 88px);
  overflow: hidden;
  background: transparent;
  color: var(--ink);
  text-decoration: none;
  transition: background-color 0.25s ease;
  animation: timelineChapterIn 0.72s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.timeline-phase-index a:first-child {
  border-left: 0;
}

.timeline-phase-index a::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 4px;
  background: var(--blue);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-phase-index a:nth-child(1) { animation-delay: 0.56s; }
.timeline-phase-index a:nth-child(2) { animation-delay: 0.67s; }
.timeline-phase-index a:nth-child(3) { animation-delay: 0.78s; }

.timeline-phase-index a:nth-child(2)::after {
  background: var(--gold);
}

.timeline-phase-index a:nth-child(3)::after {
  background: var(--red);
}

.timeline-phase-index a:hover,
.timeline-phase-index a:focus-visible {
  background: rgb(220 233 232 / 0.38);
}

.timeline-phase-index a:nth-child(2):hover,
.timeline-phase-index a:nth-child(2):focus-visible {
  background: rgb(226 182 87 / 0.1);
}

.timeline-phase-index a:nth-child(3):hover,
.timeline-phase-index a:nth-child(3):focus-visible,
.timeline-phase-index a.is-current {
  background: rgb(232 93 74 / 0.08);
}

.timeline-phase-index a:hover::after,
.timeline-phase-index a:focus-visible::after,
.timeline-phase-index a.is-current::after {
  transform: scaleX(1);
}

.timeline-phase-index span {
  position: absolute;
  top: 50%;
  left: clamp(18px, 2.2vw, 30px);
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgb(50 106 116 / 0.35);
  border-radius: 50%;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  transform: translateY(-50%);
}

.timeline-phase-index a:nth-child(2) span {
  border-color: rgb(226 182 87 / 0.7);
  color: #9a741f;
}

.timeline-phase-index a:nth-child(3) span {
  border-color: rgb(232 93 74 / 0.52);
  color: var(--red);
}

.timeline-phase-index strong,
.timeline-phase-index small {
  position: relative;
  z-index: 1;
}

.timeline-phase-index strong {
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.timeline-phase-index small {
  margin-top: 7px;
  color: var(--blue);
  font-size: 0.59rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@keyframes timelineHeroTextIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes timelineHeroTitleIn {
  from {
    opacity: 0;
    transform: translateY(46px) skewY(1.5deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes timelineHeroPhotoIn {
  from {
    clip-path: inset(0 0 0 100% round 6px 42px 8px 30px);
    opacity: 0;
    transform: translateX(74px) rotate(5deg) scale(0.95);
  }

  to {
    clip-path: inset(0 round 6px 42px 8px 30px);
    opacity: 1;
    transform: rotate(1.2deg) scale(1);
  }
}

@keyframes timelineChapterIn {
  from {
    opacity: 0;
    transform: translateY(34px) scale(0.975);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.timeline-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.24fr);
  gap: clamp(44px, 6vw, 86px);
  align-items: start;
  margin-top: clamp(68px, 9vw, 118px);
}

.timeline-presentation {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  column-gap: 10px;
  margin-top: clamp(38px, 6vw, 72px);
  border: 1px solid rgb(116 88 54 / 0.18);
  border-radius: 8px 34px 10px 24px;
  padding: clamp(22px, 4vw, 54px);
  background:
    radial-gradient(circle at 18% 22%, rgb(144 100 55 / 0.055) 0 1px, transparent 1.8px),
    radial-gradient(circle at 76% 68%, rgb(144 100 55 / 0.045) 0 1px, transparent 1.7px),
    linear-gradient(90deg, rgb(50 106 116 / 0.025) 1px, transparent 1px),
    linear-gradient(rgb(50 106 116 / 0.025) 1px, transparent 1px),
    #f5ecde;
  background-position: 0 0, 9px 13px, 0 0, 0 0, 0 0;
  background-size: 17px 19px, 23px 21px, 30px 30px, 30px 30px, auto;
  box-shadow:
    inset 0 0 0 7px rgb(255 250 242 / 0.44),
    0 24px 56px rgb(23 37 43 / 0.09);
}

.timeline-presentation-header {
  grid-column: 1;
  min-width: 0;
  margin-bottom: clamp(26px, 4vw, 44px);
  border-bottom: 1px solid rgb(116 88 54 / 0.16);
  padding-bottom: clamp(22px, 3vw, 34px);
}

.timeline-presentation-header h2 {
  margin: 8px 0 0;
  font-size: clamp(2rem, 4vw, 4.6rem);
  line-height: 0.94;
}

.timeline-presentation > .timeline-layout {
  grid-column: 1 / -1;
  margin-top: 0;
}

.timeline-presentation-controls {
  display: contents;
}

.timeline-view-switcher {
  grid-column: 2;
  align-self: end;
  display: flex;
  width: fit-content;
  gap: 6px;
  align-items: center;
  flex: none;
  margin: 0 0 calc(clamp(26px, 4vw, 44px) + clamp(22px, 3vw, 34px));
  border: 1px solid rgb(50 106 116 / 0.22);
  border-radius: 999px;
  padding: 5px;
  background: rgb(255 253 248 / 0.88);
  box-shadow: 0 12px 28px rgb(23 37 43 / 0.08);
}

.timeline-view-switcher button {
  position: relative;
  border: 0;
  border-radius: 999px;
  padding: 11px 17px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.timeline-view-switcher button.is-active {
  background: var(--red);
  color: #fff;
  transform: translateY(-1px);
}

.timeline-view-switcher button::after {
  display: none;
}

[data-timeline-panel][hidden] {
  display: none !important;
}

.timeline-entry-external {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-top: 22px;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
}

.photo-board-panel {
  position: relative;
  grid-column: 1 / -1;
  margin-top: 0;
  padding: clamp(12px, 2vw, 24px) 0 clamp(44px, 6vw, 76px);
  border: 0;
  background: transparent;
}

.photo-board-filter-launch {
  position: sticky;
  top: 86px;
  z-index: 9;
  grid-column: 3;
  align-self: end;
  display: flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0 0 calc(clamp(26px, 4vw, 44px) + clamp(22px, 3vw, 34px));
  border: 0;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 16px 34px rgb(23 37 43 / 0.18);
  color: #fff;
  font: inherit;
  cursor: pointer;
  transition: transform 0.22s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease;
}

.photo-board-filter-launch[hidden] {
  display: none;
}

.photo-board-filter-launch:hover,
.photo-board-filter-launch:focus-visible {
  background: var(--red);
  transform: rotate(-3deg) scale(1.04);
}

.photo-board-filter-launch span,
.photo-board-filter-launch b {
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.photo-board-filter-launch b {
  font-size: 1rem;
  line-height: 1;
}

.photo-board-filter-launch i {
  position: absolute;
  top: 1px;
  right: 1px;
  display: grid;
  min-width: 25px;
  height: 25px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 950;
}

.photo-board-filter-scrim {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: rgb(8 24 29 / 0.48);
  backdrop-filter: blur(5px);
}

.photo-board-filter-scrim[hidden] {
  display: none;
}

.photo-board-filter-drawer {
  width: min(100%, 1180px);
  max-height: min(76vh, 720px);
  overflow: auto;
  border-radius: 34px 34px 0 0;
  padding: clamp(24px, 4vw, 52px);
  background: #fffaf2;
  box-shadow: 0 -20px 70px rgb(8 24 29 / 0.24);
  animation: photoBoardDrawerIn 0.34s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes photoBoardDrawerIn {
  from {
    opacity: 0;
    transform: translateY(80px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.photo-board-filter-drawer > header,
.photo-board-filter-drawer > footer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.photo-board-filter-drawer h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
}

.photo-board-filter-drawer > header button {
  width: 48px;
  height: 48px;
  flex: none;
  border: 1px solid rgb(50 106 116 / 0.22);
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 1.4rem;
  cursor: pointer;
}

.photo-board-filter-options {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 86px);
  margin: clamp(28px, 4vw, 48px) 0;
}

.photo-board-filter {
  min-width: 0;
  border: 0;
  padding: 0;
}

.photo-board-filter legend {
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

[data-board-filter-options] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

[data-board-filter-options] label {
  cursor: pointer;
}

[data-board-filter-options] input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

[data-board-filter-options] label span {
  display: block;
  border: 1px solid rgb(50 106 116 / 0.24);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 850;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

[data-board-filter-options] input:checked + span {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
  transform: translateY(-1px);
}

[data-board-filter-options] input:focus-visible + span {
  outline: 2px solid rgb(50 106 116 / 0.38);
  outline-offset: 3px;
}

.photo-board-filter-drawer > footer {
  border-top: 1px solid rgb(50 106 116 / 0.16);
  padding-top: 20px;
}

.photo-board-filter-drawer > footer button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  cursor: pointer;
}

.photo-board-filter-drawer > footer [data-board-reset] {
  background: transparent;
  color: var(--muted);
}

body.has-filter-drawer {
  overflow: hidden;
}

.photo-board-year {
  scroll-margin-top: 190px;
}

.photo-board-year + .photo-board-year {
  margin-top: clamp(56px, 8vw, 96px);
}

.photo-board-year > h2 {
  margin: 0 0 28px;
  color: var(--blue);
  font-size: clamp(2rem, 4vw, 4rem);
}

.photo-board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 6vw, 84px) clamp(26px, 4vw, 58px);
  align-items: start;
  perspective: 1200px;
}

.photo-board-card {
  scroll-margin-top: 190px;
  transform:
    rotate(var(--board-rotation))
    rotateX(var(--board-tilt-x, 0deg))
    rotateY(var(--board-tilt-y, 0deg));
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
}

.photo-board-card:nth-child(even) {
  margin-top: 46px;
}

.photo-board-card > a {
  position: relative;
  display: block;
  border: 10px solid #fffaf2;
  overflow: visible;
  background: #fffaf2;
  box-shadow: 0 24px 46px rgb(23 37 43 / 0.15);
  color: inherit;
  text-decoration: none;
  transform: translateZ(0);
}

.photo-board-card > a::before {
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 3;
  width: 118px;
  height: 38px;
  background:
    repeating-linear-gradient(92deg, rgb(240 78 58 / 0.34) 0 9px, rgb(240 78 58 / 0.46) 9px 18px);
  box-shadow:
    0 2px 5px rgb(23 37 43 / 0.11),
    inset 0 1px rgb(255 255 255 / 0.2);
  clip-path: polygon(3% 8%, 98% 0, 94% 91%, 0 100%);
  content: "";
  transform: translateX(calc(-50% + var(--tape-shift, 0px))) rotate(-2.5deg) translateZ(28px);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.photo-board-card:hover,
.photo-board-card:focus-within {
  filter: drop-shadow(0 22px 26px rgb(23 37 43 / 0.14));
  transform:
    rotate(var(--board-rotation))
    rotateX(var(--board-tilt-x, 0deg))
    rotateY(var(--board-tilt-y, 0deg))
    translateY(-10px)
    scale(1.012);
}

.photo-board-image {
  height: clamp(340px, 38vw, 540px);
  margin: 0;
  overflow: hidden;
  background: #ebe5db;
  transform: translateZ(12px);
}

.photo-board-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.045) translate(var(--board-shift-x, 0), var(--board-shift-y, 0));
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1), filter 0.32s ease;
}

.photo-board-card:hover .photo-board-image img {
  filter: saturate(1.04) contrast(1.02);
  transform: scale(1.07) translate(var(--board-shift-x, 0), var(--board-shift-y, 0));
}

.photo-board-overlay {
  position: absolute;
  inset: 10px;
  z-index: 2;
  padding: clamp(18px, 3vw, 28px);
  color: #fff;
  pointer-events: none;
  transform: translateZ(18px);
}

.photo-board-tokens {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  justify-content: space-between;
}

.photo-board-date-tokens,
.photo-board-location-tokens {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.photo-board-date-tokens {
  max-width: 46%;
}

.photo-board-location-tokens {
  max-width: 58%;
  align-items: flex-end;
}

.photo-board-date {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  border: 1px solid rgb(255 255 255 / 0.36);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgb(255 250 242 / 0.9);
  box-shadow: 0 5px 16px rgb(8 24 29 / 0.14);
  color: var(--ink);
  font-family: var(--display-font);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.photo-board-date::before {
  width: 10px;
  height: 10px;
  flex: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23326a74' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cpath d='M8 4.5V8l2.5 1.5'/%3E%3C/svg%3E") center / contain no-repeat;
  content: "";
}

.photo-board-date-year {
  color: var(--blue);
}

.photo-board-location {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  max-width: 16ch;
  border-radius: 999px;
  padding: 6px 9px;
  background: rgb(231 241 239 / 0.92);
  box-shadow: 0 5px 16px rgb(8 24 29 / 0.14);
  color: #214f58;
  font-family: var(--display-font);
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  backdrop-filter: blur(8px);
}

.photo-board-location::before {
  width: 10px;
  height: 10px;
  flex: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23214f58' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cpath d='M2.3 8h11.4M8 2c2 1.7 2 10.3 0 12M8 2C6 3.7 6 12.3 8 14'/%3E%3C/svg%3E") center / contain no-repeat;
  content: "";
}

.photo-board-overlay h3 {
  position: absolute;
  right: clamp(18px, 3vw, 28px);
  bottom: clamp(18px, 3vw, 28px);
  left: clamp(18px, 3vw, 28px);
  margin: 0;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.18);
  border-radius: 4px 16px 5px 11px;
  padding: 11px 13px;
  background: rgb(8 24 29 / 0.76);
  color: #fff;
  font-size: clamp(0.98rem, 1.45vw, 1.4rem);
  line-height: 1.16;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.22s ease, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
  white-space: normal;
  backdrop-filter: blur(9px);
}

.photo-board-card:hover .photo-board-overlay h3,
.photo-board-card:focus-within .photo-board-overlay h3 {
  opacity: 1;
  transform: translateY(0);
}

.photo-board-empty,
.photo-board-load-error {
  margin: 40px 0 0;
  color: var(--muted);
  text-align: center;
}

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

  .photo-board-card:nth-child(even) {
    margin-top: 0;
  }
}

@media (max-width: 680px) {
  .timeline-presentation {
    grid-template-columns: minmax(0, 1fr) auto;
    margin-right: -8px;
    margin-left: -8px;
    padding: 20px 16px 34px;
    border-radius: 6px 24px 8px 16px;
  }

  .timeline-presentation-header {
    grid-column: 1 / -1;
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 18px;
  }

  .timeline-view-switcher {
    grid-column: 1;
    width: 100%;
    margin: 0 0 28px;
  }

  .timeline-view-switcher button {
    flex: 1;
  }

  .photo-board-panel {
    padding-top: 8px;
  }

  .photo-board-grid {
    grid-template-columns: 1fr;
  }

  .photo-board-filter-launch {
    top: 72px;
    grid-column: 2;
    width: 72px;
    height: 72px;
    margin: 0 0 28px 10px;
  }

  .photo-board-grid {
    gap: 48px;
  }

  .photo-board-card:nth-child(even) {
    margin-top: 0;
  }

  .photo-board-image {
    height: min(82vw, 420px);
  }

  .photo-board-filter-options {
    grid-template-columns: 1fr;
  }

  .photo-board-filter-drawer {
    max-height: 82vh;
    border-radius: 24px 24px 0 0;
  }
}

.timeline-affiliation-disclaimer {
  max-width: 68rem;
  margin: clamp(28px, 5vw, 54px) 0 0;
  color: rgb(23 37 43 / 0.52);
  font-size: 0.68rem;
  line-height: 1.55;
}

.timeline-stream {
  position: relative;
  min-width: 0;
  padding-bottom: 80px;
}

.timeline-progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: none;
  width: 12px;
  background: repeating-linear-gradient(180deg, rgb(50 106 116 / 0.18) 0 5px, transparent 5px 14px);
  transform: translateX(-6px);
}

.timeline-progress span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background: repeating-linear-gradient(180deg, var(--red) 0 7px, transparent 7px 15px);
  transform: scaleY(0);
  transform-origin: top;
  will-change: transform;
}

.timeline-phase {
  position: relative;
  scroll-margin-top: 110px;
}

.timeline-phase + .timeline-phase {
  margin-top: clamp(64px, 8vw, 100px);
}

.timeline-phase-heading {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: end;
  margin: 0 0 26px;
  border-bottom: 1px solid rgb(23 37 43 / 0.14);
  padding: 0 0 28px;
}

.timeline-phase-title {
  border-left: 4px solid var(--red);
  padding-left: clamp(14px, 2vw, 22px);
}

.timeline-phase-title > p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 11px;
}

.timeline-phase-title > p span {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline-phase-title > p small {
  border-left: 1px solid rgb(23 37 43 / 0.2);
  padding-left: 10px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
}

.timeline-phase-heading h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.7rem, 3vw, 2.9rem);
  letter-spacing: -0.035em;
  line-height: 1;
}

.timeline-phase-summary {
  max-width: 42rem;
  margin: 0 0 2px;
  color: var(--muted);
  font-size: clamp(0.94rem, 1.5vw, 1.08rem);
  line-height: 1.65;
}

.timeline-year {
  position: relative;
}

.timeline-year + .timeline-year {
  margin-top: clamp(48px, 6vw, 76px);
}

.timeline-year:not(:last-child) > .timeline-entry:last-child {
  margin-bottom: 0;
}

.timeline-phase > .timeline-year:last-child > .timeline-entry:last-child {
  margin-bottom: clamp(24px, 3vw, 44px);
}

.timeline-entry {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px minmax(0, 1fr);
  align-items: start;
  margin-bottom: clamp(80px, 11vw, 142px);
  scroll-margin-top: 120px;
}

.timeline-entry::before {
  position: absolute;
  top: 30px;
  z-index: 0;
  width: clamp(74px, 10vw, 142px);
  height: calc(100% + clamp(80px, 11vw, 142px) - 24px);
  border: 3px dashed rgb(50 106 116 / 0.58);
  content: "";
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.15s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease;
}

.timeline-entry-right::before {
  right: 50%;
  border-right: 0;
  border-radius: 72% 0 0 46% / 34% 0 0 66%;
}

.timeline-entry-left::before {
  left: 50%;
  border-left: 0;
  border-radius: 0 72% 46% 0 / 0 34% 66% 0;
}

.timeline-entry.is-timeline-visible::before {
  clip-path: inset(0);
}

.timeline-entry.is-timeline-active::before {
  border-color: rgb(232 93 74 / 0.72);
}

.timeline-year:last-child .timeline-entry:last-child::before {
  display: none;
}

.timeline-entry-card {
  position: relative;
  z-index: 1;
  grid-row: 1;
  border: 1px solid rgb(23 37 43 / 0.1);
  border-top: 3px solid var(--blue);
  border-radius: 4px 26px 6px 20px;
  padding: clamp(22px, 3vw, 34px);
  background: rgb(255 250 242 / 0.86);
  box-shadow: 0 24px 70px rgb(16 16 16 / 0.045);
  opacity: 0;
  transform: translateY(52px) rotate(1.5deg);
  transition:
    opacity 0.65s ease,
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}

.timeline-entry-left .timeline-entry-card {
  grid-column: 1;
  transform: translate(-42px, 52px) rotate(-1.5deg);
}

.timeline-entry-right .timeline-entry-card {
  grid-column: 3;
  transform: translate(42px, 52px) rotate(1.5deg);
}

.timeline-entry.is-timeline-visible .timeline-entry-card {
  opacity: 1;
  transform: translate(0, 0) rotate(0);
}

.timeline-entry.is-timeline-active .timeline-entry-card {
  border-top-color: var(--red);
  box-shadow: 0 28px 80px rgb(232 93 74 / 0.12);
}

.timeline-dot {
  position: relative;
  z-index: 2;
  grid-column: 2;
  grid-row: 1;
  width: 18px;
  height: 18px;
  justify-self: center;
  border: 3px solid var(--paper);
  border-radius: 50% 50% 50% 0;
  margin-top: 22px;
  background: var(--blue);
  box-shadow: 0 0 0 2px var(--blue);
  transform: rotate(-45deg);
  transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.timeline-entry.is-timeline-active .timeline-dot {
  background: var(--red);
  box-shadow: 0 0 0 2px var(--red), 0 0 0 9px rgb(232 93 74 / 0.12);
  transform: rotate(-45deg) scale(1.16);
}

.timeline-date {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  color: var(--red);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline-date strong {
  color: rgb(16 16 16 / 0.34);
}

.timeline-entry h2 {
  max-width: 13ch;
  margin: 18px 0 0;
  font-size: clamp(1.8rem, 3.3vw, 3.4rem);
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.timeline-entry-card > p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: clamp(0.96rem, 1.4vw, 1.08rem);
  line-height: 1.72;
}

.timeline-entry-partners {
  margin-top: 26px;
  border-top: 1px solid rgb(23 37 43 / 0.1);
  padding-top: 14px;
}

.timeline-entry-partners > span {
  display: block;
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.58rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline-entry-partners > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.timeline-entry-partners img {
  display: block;
  width: 100%;
  height: 76px;
  border: 1px solid rgb(23 37 43 / 0.08);
  border-radius: 3px 12px 4px 9px;
  padding: 10px;
  background: #fff;
  object-fit: contain;
}

.timeline-entry-sponsors > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timeline-entry-sponsors img {
  height: 92px;
}

.timeline-stat-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin-top: 24px;
}

.timeline-stat-row span {
  display: grid;
  min-height: 78px;
  align-content: center;
  border: 1px solid rgb(50 106 116 / 0.16);
  border-radius: 3px 14px 4px 10px;
  padding: 11px;
  color: var(--muted);
  font-size: 0.6rem;
  font-weight: 750;
  line-height: 1.35;
}

.timeline-stat-row strong {
  display: block;
  color: var(--red);
  font-size: 1.35rem;
  letter-spacing: -0.04em;
}

.timeline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}

.timeline-tags span {
  border: 1px solid rgb(50 106 116 / 0.24);
  border-radius: 999px;
  padding: 7px 10px;
  color: var(--blue);
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-media-placeholder {
  position: relative;
  display: grid;
  min-height: clamp(170px, 23vw, 280px);
  align-content: end;
  margin: 28px -12px -12px;
  padding: 22px;
  overflow: hidden;
  background:
    linear-gradient(145deg, transparent 0 48%, rgb(232 93 74 / 0.18) 48.3% 49%, transparent 49.3%),
    radial-gradient(circle at 75% 25%, rgb(50 106 116 / 0.18), transparent 32%),
    linear-gradient(135deg, #e9e1d5, var(--paper));
  color: var(--ink);
}

.timeline-media-placeholder::before {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: 1px solid rgb(16 16 16 / 0.28);
  border-radius: 50%;
  content: "";
}

.timeline-media-placeholder span,
.timeline-media-placeholder small {
  position: relative;
  z-index: 1;
}

.timeline-media-placeholder span {
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline-media-placeholder small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.72rem;
}

.timeline-entry-photo {
  position: relative;
  margin: 28px -12px -12px;
  border: 8px solid #fffaf2;
  background: #fffaf2;
  box-shadow: 0 18px 36px rgb(23 37 43 / 0.13);
  transform:
    perspective(900px)
    rotateX(var(--timeline-photo-y, 0deg))
    rotateY(var(--timeline-photo-x, 0deg))
    rotate(-0.7deg);
  transform-style: preserve-3d;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), filter 0.25s ease;
  will-change: transform;
}

.timeline-entry-photo::before {
  position: absolute;
  top: -19px;
  left: 50%;
  z-index: 3;
  width: 104px;
  height: 34px;
  background: repeating-linear-gradient(92deg, rgb(240 78 58 / 0.34) 0 9px, rgb(240 78 58 / 0.47) 9px 18px);
  box-shadow:
    0 2px 5px rgb(23 37 43 / 0.11),
    inset 0 1px rgb(255 255 255 / 0.2);
  clip-path: polygon(3% 8%, 98% 0, 94% 91%, 0 100%);
  content: "";
  transform: translateX(calc(-50% + var(--timeline-photo-shift, 0px))) rotate(-2deg) translateZ(24px);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-entry-photo:hover {
  filter: drop-shadow(0 16px 18px rgb(23 37 43 / 0.12));
  transform:
    perspective(900px)
    rotateX(var(--timeline-photo-y, 0deg))
    rotateY(var(--timeline-photo-x, 0deg))
    rotate(-0.7deg)
    translateY(-6px)
    scale(1.01);
}

.timeline-entry-photo-landscape {
  aspect-ratio: 4 / 3;
}

.timeline-entry-photo-portrait {
  aspect-ratio: 4 / 3;
}

.timeline-entry-chart {
  aspect-ratio: 4 / 3;
  background: #fff;
}

.timeline-entry-graphic {
  aspect-ratio: 16 / 9;
}

.timeline-entry-chart img,
.timeline-entry-graphic img {
  object-fit: contain;
}

.timeline-entry-photo img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px 19px 5px 13px;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-entry-photo-portrait img {
  object-position: center 30%;
}

.timeline-entry-photo-landscape img {
  object-position: center 42%;
}

.timeline-entry-card:hover .timeline-entry-photo img {
  transform: scale(1.025);
}

.timeline-entry-photo::after {
  position: absolute;
  inset: 48% 0 0;
  border-radius: 0 0 5px 13px;
  background: linear-gradient(180deg, transparent, rgb(23 37 43 / 0.58));
  content: "";
  pointer-events: none;
}

.timeline-entry-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 15px;
  left: 18px;
  z-index: 1;
  color: #fffaf2;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.35;
  text-shadow: 0 1px 10px rgb(0 0 0 / 0.45);
}

.timeline-route {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 25px;
  color: var(--ink);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.timeline-route i {
  position: relative;
  height: 1px;
  flex: 1;
  background: rgb(16 16 16 / 0.24);
}

.timeline-route i::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--red);
  content: "";
}

.timeline-navigator {
  position: sticky;
  top: 130px;
  align-self: start;
  max-height: calc(100svh - 160px);
  padding: 0 10px 22px 26px;
  border-left: 1px solid rgb(50 106 116 / 0.22);
  overflow-y: auto;
  scrollbar-color: rgb(232 93 74 / 0.64) transparent;
  scrollbar-width: thin;
}

.timeline-navigator::-webkit-scrollbar {
  width: 5px;
}

.timeline-navigator::-webkit-scrollbar-track {
  background: transparent;
}

.timeline-navigator::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgb(232 93 74 / 0.64);
}

.timeline-globe-card {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  width: 100%;
  align-items: center;
  justify-items: start;
  gap: 11px;
  margin: 0 0 24px;
  border: 1px solid rgb(50 106 116 / 0.18);
  border-top: 3px solid var(--blue);
  border-radius: 5px 20px 6px 16px;
  padding: 12px;
  background: linear-gradient(180deg, rgb(220 233 232 / 0.78), rgb(255 250 242 / 0.78));
  box-shadow: 0 16px 38px rgb(23 37 43 / 0.06);
  text-align: left;
}

.timeline-globe {
  display: block;
  width: 62px;
  height: auto;
  color: var(--blue);
  overflow: visible;
  transform-origin: center;
}

.timeline-globe-card.is-changing-location .timeline-globe {
  animation: timelineGlobeTurn 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.timeline-globe-pins circle {
  fill: var(--clay);
  opacity: 0.24;
  stroke: var(--paper);
  stroke-width: 1.4;
  transform-box: fill-box;
  transform-origin: center;
  transition: fill 0.25s ease, opacity 0.25s ease, transform 0.3s ease;
}

.timeline-globe-pins circle.is-active {
  fill: var(--red);
  opacity: 1;
  filter: drop-shadow(0 0 5px rgb(232 93 74 / 0.55));
  transform: scale(1.75);
}

.timeline-globe-card > div span {
  display: block;
  color: var(--blue);
  font-family: var(--font-context);
  font-size: 0.74rem;
  font-style: normal;
}

.timeline-globe-card > div strong {
  display: block;
  margin-top: 4px;
  font-size: 0.67rem;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.timeline-navigator > p {
  margin: 0 0 22px;
  color: rgb(16 16 16 / 0.4);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline-nav-categories {
  display: grid;
}

.timeline-nav-group + .timeline-nav-group {
  margin-top: 0;
  border-top: 1px solid rgb(50 106 116 / 0.14);
  padding-top: 22px;
}

.timeline-nav-group {
  position: relative;
  padding: 22px 0 24px;
}

.timeline-nav-group:first-child {
  border-top: 1px solid rgb(50 106 116 / 0.14);
}

.timeline-nav-group-heading {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 3px 12px;
  align-items: baseline;
  color: var(--ink);
  text-decoration: none;
}

.timeline-nav-group-heading span {
  grid-row: 1 / 3;
  color: rgb(50 106 116 / 0.56);
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.timeline-nav-group-heading strong {
  font-size: 0.9rem;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.timeline-nav-group-heading small {
  color: rgb(23 37 43 / 0.48);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.timeline-nav-group-heading:hover strong,
.timeline-nav-group-heading:focus-visible strong,
.timeline-nav-group.is-current .timeline-nav-group-heading strong {
  color: var(--red);
}

.timeline-nav-group.is-current .timeline-nav-group-heading span {
  color: var(--red);
}

.timeline-nav-years {
  display: grid;
  gap: 13px;
  margin: 18px 0 0 42px;
  border-left: 1px solid rgb(50 106 116 / 0.17);
  padding-left: 14px;
}

.timeline-nav-group-label {
  margin: 0 0 11px;
  color: var(--red);
  font-size: 0.56rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.timeline-nav-year + .timeline-nav-year {
  margin-top: 0;
}

.timeline-nav-year:not(.is-active) {
  display: none;
}

.timeline-nav-year-link {
  color: rgb(16 16 16 / 0.38);
  font-size: 1.14rem;
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
  text-decoration: none;
  transition: color 0.2s ease;
}

.timeline-nav-year.is-active .timeline-nav-year-link {
  color: var(--red);
}

.timeline-nav-months {
  display: grid;
  gap: 6px;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, margin-top 0.3s ease, opacity 0.25s ease;
}

.timeline-nav-year.is-active .timeline-nav-months {
  max-height: 160px;
  margin-top: 9px;
  opacity: 1;
}

.timeline-nav-months a {
  width: fit-content;
  color: rgb(16 16 16 / 0.4);
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, transform 0.2s ease;
}

.timeline-nav-months a:hover,
.timeline-nav-months a:focus-visible,
.timeline-nav-months a.is-active {
  color: var(--red);
  transform: translateX(4px);
}

@keyframes timelineGlobeTurn {
  0% { transform: rotate(0deg) scale(1); }
  45% { transform: rotate(18deg) scale(0.92); }
  100% { transform: rotate(0deg) scale(1); }
}

/* Who we are */
.people-section,
.ambassador-section {
  margin-top: clamp(100px, 14vw, 176px);
}

.people-section-intro,
.ambassador-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(280px, 0.52fr);
  gap: 18px clamp(30px, 7vw, 96px);
  align-items: end;
}

.people-section-intro .section-kicker,
.ambassador-intro .section-kicker {
  grid-column: 1 / -1;
}

.people-section-intro h2,
.ambassador-intro h2 {
  max-width: 11ch;
}

.ambassador-intro {
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.64fr);
  gap: 16px clamp(42px, 7vw, 92px);
  border-bottom: 1px solid var(--quiet);
  padding-bottom: clamp(30px, 4vw, 46px);
}

.ambassador-intro .section-kicker {
  margin-bottom: 4px;
}

.ambassador-intro h2 {
  max-width: 14ch;
  font-size: clamp(2.8rem, 4.5vw, 4.6rem);
  line-height: 0.96;
}

.ambassador-intro .lead {
  max-width: 35rem;
  margin: 0 0 0.2em;
  font-size: clamp(1.02rem, 1.45vw, 1.2rem);
  line-height: 1.65;
}

.people-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.5vw, 30px);
  margin-top: clamp(46px, 7vw, 78px);
}

.person-card {
  background: rgb(255 255 255 / 0.72);
  box-shadow: 0 24px 60px rgb(16 16 16 / 0.04);
  opacity: 0;
  transform: translateY(44px);
  transition: opacity 0.65s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.people-section.is-line-visible .person-card {
  opacity: 1;
  transform: none;
}

.people-section.is-line-visible .person-card:nth-child(2) {
  transition-delay: 0.12s;
}

.people-section.is-line-visible .person-card:nth-child(3) {
  transition-delay: 0.24s;
}

.person-photo {
  display: grid;
  aspect-ratio: 1.1 / 1;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(145deg, #f0ede8, #fff);
}

.person-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.person-photo.person-photo-noah img {
  object-position: center 50%;
}

.person-photo-placeholder {
  position: relative;
  background:
    linear-gradient(135deg, transparent 49.4%, rgb(227 6 19 / 0.16) 49.6% 50.4%, transparent 50.6%),
    radial-gradient(circle at center, #fff 0 28%, transparent 28.5%),
    #efede8;
}

.person-photo-placeholder span {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: clamp(2.2rem, 5vw, 4.4rem);
  font-weight: 950;
  letter-spacing: -0.08em;
}

.person-card > div:last-child {
  padding: clamp(22px, 3vw, 32px);
}

.person-card > div:last-child > p:first-child {
  margin: 0;
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.person-card h3 {
  margin: 11px 0 0;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.person-card > div:last-child > p:last-child {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.advisor-forming {
  display: flex;
  min-height: 180px;
  align-items: center;
  gap: 24px;
  margin-top: clamp(34px, 5vw, 54px);
  border: 1px dashed rgb(16 16 16 / 0.18);
  padding: clamp(28px, 5vw, 52px);
}

.advisor-forming span {
  color: var(--red);
  font-size: 3.8rem;
  font-weight: 200;
  line-height: 1;
}

.advisor-forming p {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  font-weight: 800;
}

.ambassador-explorer {
  display: grid;
  grid-template-columns: minmax(250px, 0.54fr) minmax(420px, 1fr);
  gap: clamp(34px, 7vw, 100px);
  align-items: start;
  margin-top: clamp(34px, 5vw, 58px);
}

.ambassador-list {
  display: grid;
}

.ambassador-country {
  display: grid;
  gap: 7px;
  border: 0;
  border-bottom: 1px solid rgb(16 16 16 / 0.12);
  padding: 24px 8px;
  background: transparent;
  color: rgb(16 16 16 / 0.38);
  cursor: pointer;
  text-align: left;
  transition: color 0.22s ease, padding-left 0.25s ease;
}

.ambassador-country span {
  font-size: clamp(1.4rem, 3vw, 2.6rem);
  font-weight: 950;
  letter-spacing: -0.05em;
  line-height: 1;
}

.ambassador-country small {
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.04em;
}

.ambassador-country:hover,
.ambassador-country:focus-visible,
.ambassador-country.is-active {
  padding-left: 18px;
  color: var(--ink);
}

.ambassador-country.is-active span {
  color: var(--red);
}

.ambassador-map {
  position: sticky;
  top: 120px;
  display: grid;
  min-height: min(650px, 72svh);
  place-items: center;
  border-radius: 48% 52% 50% 46%;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 34% 32%, rgb(227 6 19 / 0.16) 0 8%, transparent 8.5%),
    radial-gradient(ellipse at 68% 43%, rgb(16 16 16 / 0.09) 0 12%, transparent 12.5%),
    radial-gradient(ellipse at 58% 68%, rgb(227 6 19 / 0.1) 0 9%, transparent 9.5%),
    linear-gradient(145deg, #ebe8e2, #fff);
}

.ambassador-map-grid {
  position: absolute;
  inset: 8%;
  border: 1px solid rgb(16 16 16 / 0.13);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.8%, rgb(16 16 16 / 0.08) 50%, transparent 50.2%),
    linear-gradient(0deg, transparent 49.8%, rgb(16 16 16 / 0.08) 50%, transparent 50.2%);
}

.ambassador-map-grid::before,
.ambassador-map-grid::after {
  position: absolute;
  inset: 18% -1px;
  border: 1px solid rgb(16 16 16 / 0.08);
  border-radius: 50%;
  content: "";
}

.ambassador-map-grid::after {
  inset: -1px 23%;
}

.ambassador-map > p {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 4rem);
  font-weight: 450;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-align: center;
}

.ambassador-map > p strong {
  color: var(--red);
  font-weight: 950;
}

.map-pin {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  padding: 0;
  background: var(--ink);
  box-shadow: 0 0 0 1px var(--ink);
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.map-pin.is-active {
  background: var(--red);
  box-shadow: 0 0 0 1px var(--red), 0 0 0 10px rgb(227 6 19 / 0.12);
  transform: scale(1.16);
}

.map-pin-rwanda { top: 51%; left: 55%; }
.map-pin-paraguay { top: 68%; left: 31%; }
.map-pin-ethiopia { top: 47%; left: 59%; }
.map-pin-nepal { top: 38%; left: 72%; }
.map-pin-india { top: 45%; left: 74%; }

.ambassador-map-detail {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  z-index: 2;
  padding: 18px 20px;
  background: rgb(255 255 255 / 0.88);
  backdrop-filter: blur(10px);
}

.ambassador-map-detail span {
  color: var(--red);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ambassador-map-detail p {
  margin: 7px 0 0;
  font-size: 1rem;
  font-weight: 800;
}

.ambassador-map-detail small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.ambassador-note {
  max-width: 48rem;
  margin: 22px 0 0;
  color: rgb(16 16 16 / 0.5);
  font-size: 0.76rem;
  line-height: 1.6;
}

.ambassador-map.ambassador-photo-panel {
  display: block;
  min-height: min(650px, 72svh);
  border: 1px solid rgb(23 37 43 / 0.08);
  border-radius: 7px 38px 9px 30px;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 28px 72px rgb(23 37 43 / 0.09);
}

.ambassador-photo-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #dce9e8, #fffaf2);
  transition: background 0.35s ease;
  isolation: isolate;
}

.ambassador-location-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  animation: ambassadorPhotoReveal 0.5s ease both;
}

.ambassador-photo-panel[data-country="india"] .ambassador-location-photo {
  object-position: center 24%;
}

.ambassador-photo-placeholder.has-location-photo::before,
.ambassador-photo-placeholder.has-location-photo::after,
.ambassador-photo-placeholder.has-location-photo > .ambassador-photo-code {
  opacity: 0;
}

.ambassador-photo-placeholder.has-location-photo .ambassador-globe-wrap {
  top: 18px;
  right: 18px;
  left: auto;
  width: clamp(96px, 24%, 148px);
  border: 0;
  border-radius: 0;
  padding: 8px;
  background: transparent;
  box-shadow: none;
  transform: none;
  backdrop-filter: none;
}

.ambassador-photo-placeholder.has-location-photo .ambassador-globe-wrap > p {
  display: none;
}

@keyframes ambassadorPhotoReveal {
  from { opacity: 0; transform: scale(1.025); }
  to { opacity: 1; transform: scale(1); }
}

.ambassador-photo-placeholder::before,
.ambassador-photo-placeholder::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.ambassador-photo-placeholder::before {
  top: -18%;
  right: -8%;
  width: 64%;
  aspect-ratio: 1;
  background: rgb(232 93 74 / 0.22);
}

.ambassador-photo-placeholder::after {
  bottom: -34%;
  left: -6%;
  width: 78%;
  aspect-ratio: 1;
  background: rgb(50 106 116 / 0.18);
}

.ambassador-photo-panel[data-country="paraguay"] .ambassador-photo-placeholder { background: linear-gradient(145deg, #f3dfd2, #fffaf2); }
.ambassador-photo-panel[data-country="ethiopia"] .ambassador-photo-placeholder { background: linear-gradient(145deg, #e9dfc2, #fffaf2); }
.ambassador-photo-panel[data-country="nepal"] .ambassador-photo-placeholder { background: linear-gradient(145deg, #d8e3e3, #fffaf2); }
.ambassador-photo-panel[data-country="india"] .ambassador-photo-placeholder { background: linear-gradient(145deg, #efd8cf, #fffaf2); }

.ambassador-photo-placeholder > .ambassador-photo-status {
  position: absolute;
  right: 18px;
  top: 18px;
  z-index: 2;
  color: rgb(23 37 43 / 0.56);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ambassador-photo-placeholder > .ambassador-photo-code {
  position: absolute;
  top: 8%;
  left: -2%;
  z-index: 0;
  color: rgb(255 250 242 / 0.68);
  font-size: clamp(7rem, 15vw, 13rem);
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1;
  text-shadow: 0 2px 20px rgb(23 37 43 / 0.08);
}

.ambassador-globe-wrap {
  position: absolute;
  top: 7%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: min(70%, 390px);
  justify-items: center;
  color: var(--blue);
  transform: translateX(-50%);
}

.ambassador-globe {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  color: var(--blue);
  filter: drop-shadow(0 18px 28px rgb(23 37 43 / 0.12));
  transform-origin: center;
}

.ambassador-globe .sphere-outline {
  stroke-width: 4.4;
}

.ambassador-globe .sphere-line {
  stroke-width: 2.15;
}

.ambassador-globe-halo {
  fill: rgb(232 93 74 / 0.2);
  stroke: none;
  transform-box: fill-box;
  transform-origin: center;
}

.ambassador-globe-marker {
  fill: var(--red);
  stroke: var(--paper);
  stroke-width: 2;
  transform-box: fill-box;
  transform-origin: center;
  filter: drop-shadow(0 2px 5px rgb(232 93 74 / 0.5));
}

.ambassador-globe-wrap > p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.ambassador-globe-wrap > p strong {
  color: var(--red);
  font-weight: 900;
}

.ambassador-photo-panel.is-globe-turning .ambassador-globe {
  animation: ambassadorGlobeFocus 0.72s cubic-bezier(0.22, 1, 0.36, 1);
}

.ambassador-photo-panel.is-globe-turning .ambassador-globe-halo {
  animation: ambassadorGlobePulse 0.82s ease-out;
}

@keyframes ambassadorGlobeFocus {
  0% { transform: scale(1); }
  46% { transform: scale(0.94); }
  100% { transform: scale(1); }
}

@keyframes ambassadorGlobePulse {
  0% { opacity: 0.35; transform: scale(0.55); }
  55% { opacity: 1; transform: scale(1.5); }
  100% { opacity: 1; transform: scale(1); }
}

.ambassador-photo-panel .ambassador-map-detail {
  right: 22px;
  bottom: 22px;
  left: 22px;
  border: 1px solid rgb(23 37 43 / 0.07);
  border-radius: 5px 20px 6px 16px;
  padding: 24px 26px;
  background: rgb(255 250 242 / 0.64);
  backdrop-filter: blur(12px);
  box-shadow: 0 18px 46px rgb(23 37 43 / 0.08);
}

@media (min-width: 821px) {
  .ambassador-photo-placeholder.has-location-photo {
    isolation: auto;
  }

  .ambassador-photo-placeholder.has-location-photo .ambassador-globe-wrap {
    top: auto;
    right: 42px;
    bottom: 36px;
    z-index: 3;
    width: clamp(86px, 9vw, 112px);
  }

  .ambassador-photo-panel .ambassador-map-detail {
    padding-right: clamp(148px, 14vw, 184px);
  }
}

/* Sponsor inquiry */
.sponsor-section {
  min-height: 100svh;
  background:
    radial-gradient(circle at 12% 26%, rgb(227 6 19 / 0.1), transparent 26rem),
    linear-gradient(180deg, rgb(255 255 255 / 0.64), transparent);
}

.sponsor-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(440px, 1fr);
  gap: clamp(44px, 8vw, 112px);
  align-items: start;
  padding-top: clamp(12px, 2vw, 28px);
}

.sponsor-intro {
  position: sticky;
  top: 130px;
}

.sponsor-intro h1 {
  max-width: 9ch;
  margin-top: 18px;
}

.sponsor-intro .lead {
  max-width: 31rem;
}

.sponsor-promise {
  margin-top: clamp(30px, 5vw, 52px);
  padding-top: 20px;
  border-top: 2px solid var(--ink);
}

.sponsor-promise span {
  color: var(--red);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sponsor-promise p {
  margin: 9px 0 0;
  line-height: 1.55;
}

.sponsor-form-wrap {
  min-height: 620px;
  padding: clamp(28px, 5vw, 58px);
  background: rgb(255 255 255 / 0.82);
  box-shadow: 0 28px 90px rgb(16 16 16 / 0.06);
}

.sponsor-progress {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(38px, 6vw, 62px);
}

.sponsor-progress span {
  color: rgb(16 16 16 / 0.28);
  font-size: 0.68rem;
  font-weight: 900;
  transition: color 0.2s ease;
}

.sponsor-progress span.is-active,
.sponsor-progress span.is-complete {
  color: var(--red);
}

.sponsor-progress i {
  height: 1px;
  background: rgb(16 16 16 / 0.14);
}

.sponsor-form fieldset {
  min-width: 0;
  border: 0;
  margin: 0;
  padding: 0;
}

.sponsor-step[hidden] {
  display: none;
}

.sponsor-step.is-active {
  animation: sponsorStepIn 0.52s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.sponsor-step legend {
  width: 100%;
  font-size: clamp(2rem, 4vw, 3.7rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.sponsor-step legend span {
  display: block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: 0.64rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.sponsor-step-intro {
  max-width: 34rem;
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.sponsor-fields {
  display: grid;
  gap: 24px;
  margin-top: 34px;
}

.sponsor-fields-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sponsor-form label:not(.sponsor-option) {
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sponsor-form label > span small {
  color: var(--muted);
  font-size: 0.58rem;
}

.sponsor-form input:not([type="checkbox"]),
.sponsor-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 2px solid rgb(16 16 16 / 0.2);
  border-radius: 0;
  margin-top: 8px;
  padding: 10px 0 12px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  letter-spacing: 0;
  outline: none;
  text-transform: none;
}

.sponsor-form input:focus,
.sponsor-form textarea:focus {
  border-bottom-color: var(--red);
}

.sponsor-amount {
  position: relative;
  display: block;
  margin-top: 42px;
}

.sponsor-amount input {
  min-width: 0;
  margin: 0 !important;
  padding: 10px 0 12px !important;
  border-bottom: 0 !important;
  font-size: clamp(1.5rem, 3vw, 2.4rem) !important;
  font-weight: 850 !important;
}

.sponsor-amount-entry {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin-top: 8px;
  border-bottom: 2px solid rgb(16 16 16 / 0.2);
}

.sponsor-amount-entry:focus-within {
  border-bottom-color: var(--red);
}

.sponsor-currency {
  position: static;
  color: var(--red);
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  font-weight: 850;
  line-height: 1;
}

.sponsor-submit:disabled {
  cursor: not-allowed;
  opacity: 0.38;
}

.sponsor-field-note {
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 0.72rem;
}

.sponsor-options {
  display: grid;
  gap: 10px;
  margin-top: 30px;
}

.sponsor-options label,
.sponsor-consent {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  border: 1px solid rgb(16 16 16 / 0.12);
  padding: 16px;
  cursor: pointer;
  letter-spacing: 0 !important;
  line-height: 1.45;
  text-transform: none !important;
}

.sponsor-options input,
.sponsor-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  accent-color: var(--red);
}

.sponsor-textarea {
  display: block;
  margin-top: 24px;
}

.sponsor-review {
  margin-top: 30px;
  padding: clamp(22px, 4vw, 36px);
  background: rgb(227 6 19 / 0.045);
}

.sponsor-review p {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 700;
  line-height: 1.5;
}

.sponsor-review ul {
  margin: 22px 0 0;
  padding-left: 18px;
  color: var(--muted);
  line-height: 1.8;
}

.sponsor-consent {
  margin-top: 22px;
}

.sponsor-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 36px;
}

.sponsor-next,
.sponsor-submit {
  background: transparent;
  cursor: pointer;
}

.sponsor-back {
  border: 0;
  border-bottom: 1px solid currentColor;
  padding: 4px 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sponsor-form-status {
  min-height: 1.4em;
  margin: 18px 0 0;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 750;
}

.sponsor-thanks {
  display: grid;
  min-height: 100svh;
  align-items: center;
}

.sponsor-thanks h1 {
  max-width: 10ch;
}

.sponsor-thanks .lead {
  max-width: 34rem;
}

.sponsor-thanks .button {
  margin-top: 26px;
}

@keyframes sponsorStepIn {
  from { opacity: 0; transform: translateX(28px); }
  to { opacity: 1; transform: none; }
}

/* Warm field-journal visual language */
.section-kicker {
  color: var(--blue);
  font-family: var(--font-context);
  font-size: clamp(0.7rem, 1vw, 0.8rem);
  font-style: normal;
  font-weight: 650;
  letter-spacing: 0.035em;
  text-transform: none;
}

.content-section h2,
.inner-page .content-section h1,
.content-section h3,
.editorial-hero h1 {
  font-weight: 700;
}

.bidirectional-model,
.bidirectional-model *,
.process-cycle,
.process-cycle * {
  font-family: var(--font-primary);
}

.brand-name,
.site-nav,
.button,
.timeline-entry h2,
.cycle-core strong,
.person-card h3 {
  font-weight: 700;
}

.site-header {
  background: linear-gradient(180deg, rgb(255 250 242 / 0.94), rgb(255 250 242 / 0));
}

.site-nav a[aria-current="page"]::after {
  height: 3px;
  border-radius: 50%;
  background: var(--red);
  transform: rotate(-1.5deg) scaleX(0.82);
}

.button::before {
  height: 3px;
  border-radius: 50%;
  transform: rotate(-0.8deg);
}

.button::after {
  border-color: var(--blue);
}

figcaption {
  color: var(--blue);
  font-family: var(--font-context);
  font-style: normal;
}

.mission-principle,
.about-media,
.news-card,
.news-link-grid article,
.research-list article,
.person-card,
.sponsor-form-wrap {
  border: 1px solid rgb(23 37 43 / 0.08);
  border-radius: 5px 28px 7px 22px;
  background-color: rgb(255 250 242 / 0.82);
}

.timeline-date,
.news-source,
.profile-links > span:first-child,
.sponsor-promise span {
  letter-spacing: 0.07em;
}

.timeline-start {
  color: var(--blue);
  font-family: var(--font-context);
  font-style: normal;
  letter-spacing: 0.04em;
  text-transform: none;
}

.timeline-entry:nth-of-type(odd) .timeline-entry-card,
.person-card:nth-child(odd) {
  border-radius: 24px 5px 20px 7px;
}

.timeline-media-placeholder,
.person-photo {
  border-radius: 3px 22px 5px 16px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: inherit;
  text-decoration: none;
}

.footer-brand-mark {
  display: block;
  width: 34px;
  height: 23px;
  flex: 0 0 34px;
  background: currentColor;
  -webkit-mask: url("/assets/vwb-eye-globe-mark.svg") center / contain no-repeat;
  mask: url("/assets/vwb-eye-globe-mark.svg") center / contain no-repeat;
  transform-origin: center;
  animation: brandIdleBlink 7.4s ease-in-out 1.8s infinite;
}

.footer-brand:hover .footer-brand-mark,
.footer-brand:focus-visible .footer-brand-mark {
  animation: brandEyeBlink 0.72s cubic-bezier(0.65, 0, 0.35, 1) both;
}

@keyframes logoStepIn {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes advisorLineDraw {
  to { transform: scaleX(1); }
}

@keyframes advisorLineDrawVertical {
  to { transform: scaleY(1); }
}

@media (max-width: 1040px) and (min-width: 521px) {
  .brand-name {
    display: none;
  }

  .site-nav {
    gap: 18px;
    font-size: 0.66rem;
  }
}


@media (max-width: 820px) {
  .footer-social-support {
    grid-template-columns: 1fr;
  }

  .footer-instagram-cta {
    border-top: 1px solid rgb(240 78 58 / 0.22);
    border-left: 0;
    padding-top: 18px;
    padding-left: 0;
  }

  .footer-social-support a {
    min-height: 42px;
  }

  .people-section-intro,
  .ambassador-intro,
  .ambassador-explorer,
  .sponsor-shell {
    grid-template-columns: 1fr;
  }

  .people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .person-card:first-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(220px, 0.7fr) minmax(0, 1fr);
  }

  .ambassador-map {
    position: relative;
    top: auto;
    grid-row: 1;
    min-height: 540px;
  }

  .ambassador-map.ambassador-photo-panel {
    min-height: 540px;
  }

  .ambassador-list {
    grid-row: 2;
  }

  .sponsor-intro {
    position: static;
  }

  .sponsor-form-wrap {
    min-height: 570px;
  }

  .timeline-hero {
    min-height: 680px;
    grid-template-columns: 1fr;
    gap: 42px;
    padding-top: 120px;
  }

  .timeline-hero-photo {
    width: min(100%, 680px);
    aspect-ratio: 16 / 9;
    justify-self: start;
  }

  .timeline-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .timeline-phase-index {
    grid-template-columns: 1fr;
    margin-bottom: 72px;
  }

  .timeline-phase-index a {
    min-height: 88px;
    border-top: 1px solid rgb(23 37 43 / 0.12);
    border-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .timeline-phase-index a:first-child {
    border-top: 0;
  }

  .timeline-phase-heading {
    grid-template-columns: minmax(230px, 0.72fr) minmax(0, 1fr);
  }

  .timeline-navigator {
    top: 74px;
    z-index: 3;
    grid-row: 1;
    display: flex;
    max-height: none;
    align-items: center;
    gap: 20px;
    border: 0;
    padding: 12px 16px;
    overflow-x: auto;
    overflow-y: hidden;
    background: rgb(251 250 247 / 0.94);
    box-shadow: 0 8px 26px rgb(16 16 16 / 0.05);
    backdrop-filter: blur(12px);
  }

  .timeline-globe-card {
    display: none;
  }

  .timeline-globe {
    width: 48px;
  }

  .timeline-navigator > p {
    display: none;
  }

  .timeline-nav-group,
  .timeline-nav-group + .timeline-nav-group {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 13px;
    margin: 0;
    border-top: 0;
    border-left: 1px solid rgb(50 106 116 / 0.16);
    padding: 0 0 0 16px;
  }

  .timeline-navigator > p + .timeline-nav-group {
    border-left: 0;
    padding-left: 0;
  }

  .timeline-nav-group-label {
    max-width: 72px;
    margin: 0;
    font-size: 0.52rem;
  }

  .timeline-nav-year,
  .timeline-nav-year + .timeline-nav-year {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 13px;
    margin: 0;
  }

  .timeline-nav-year-link {
    font-size: 1.1rem;
  }

  .timeline-nav-months,
  .timeline-nav-year.is-active .timeline-nav-months {
    display: flex;
    gap: 11px;
    max-height: none;
    margin: 0;
    overflow: visible;
    opacity: 1;
  }

  .timeline-nav-year:not(.is-active) .timeline-nav-months {
    display: none;
  }

  .timeline-nav-categories {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
  }

  .timeline-nav-group,
  .timeline-nav-group + .timeline-nav-group,
  .timeline-nav-group:first-child {
    display: grid;
    min-width: 180px;
    align-items: start;
    gap: 8px;
    border: 1px solid rgb(50 106 116 / 0.14);
    border-radius: 4px 14px 5px 10px;
    padding: 10px 12px;
    background: rgb(255 250 242 / 0.72);
  }

  .timeline-nav-group.is-current {
    border-color: rgb(232 93 74 / 0.34);
    background: rgb(232 93 74 / 0.06);
  }

  .timeline-nav-group-heading {
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 0 7px;
  }

  .timeline-nav-group-heading span {
    grid-row: auto;
  }

  .timeline-nav-group-heading small {
    display: none;
  }

  .timeline-nav-years {
    display: flex;
    gap: 10px;
    margin: 0 0 0 29px;
    border: 0;
    padding: 0;
  }

  .timeline-nav-year-link {
    font-size: 0.82rem;
    letter-spacing: -0.02em;
  }

  .timeline-nav-months,
  .timeline-nav-year.is-active .timeline-nav-months {
    display: flex;
    gap: 0;
    max-height: none;
    margin: 0;
    overflow: visible;
    opacity: 1;
  }

  .timeline-nav-months a:not(.is-active) {
    display: none;
  }

  .timeline-stream {
    grid-row: 2;
  }

  .site-header {
    align-items: flex-start;
  }

  .brand-name {
    max-width: none;
    line-height: 1.25;
  }

  .site-nav {
    gap: 14px;
  }

  .hero {
    min-height: 100svh;
    padding: 88px 18px 46px;
  }

  .logo-svg {
    width: min(100%, 920px);
    max-width: 100%;
  }

  .content-grid,
  .founder-bio,
  .press-list {
    grid-template-columns: 1fr;
  }

  .logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founder-bio-portrait {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    width: min(78vw, 360px);
    margin: 0 auto;
  }

  .founder-bio > .founder-quote-bubble {
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }

  .founder-copy {
    grid-column: 1;
    grid-row: 3;
    margin-top: clamp(28px, 6vw, 48px);
  }

  .process-cycle {
    grid-template-columns: 1fr;
  }

  .mission-principle,
  .mission-narrative,
  .graphic-chapter-intro,
  .about-media,
  .news-group-heading {
    grid-template-columns: 1fr;
  }

  .principle-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .mission-hero {
    grid-template-columns: 1fr;
  }

  .mission-hero-photo {
    width: min(100%, 620px);
    aspect-ratio: 4 / 3;
  }

  .mission-field-image {
    aspect-ratio: 2.2 / 1;
  }

  .about-intro-copy {
    grid-template-columns: 1fr;
  }

  .about-context-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-left: 0;
  }

  .featured-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-card-featured {
    grid-column: 1 / -1;
  }

  .advisor-cards {
    grid-template-columns: 1fr;
  }

  .advisor-cards::before {
    top: 8%;
    bottom: 8%;
    left: 50%;
    width: 2px;
    height: auto;
    background: repeating-linear-gradient(180deg, var(--red) 0 16px, transparent 16px 28px);
    transform: scaleY(0);
    transform-origin: center top;
  }

  .advisors-section.is-line-visible .advisor-cards::before {
    animation-name: advisorLineDrawVertical;
  }

  .advisor-card,
  .advisor-card:nth-child(2) {
    width: min(100%, 520px);
    justify-self: center;
    transform: none;
  }

  .process-cycle-intro {
    text-align: center;
  }

  .process-cycle-intro h2,
  .process-cycle-intro > p:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .cycle-wheel {
    width: min(90vw, 520px);
    justify-self: center;
  }

  .cycle-details {
    grid-template-columns: 1fr;
  }

  .bidirectional-model {
    min-height: 720px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 64px auto 64px auto;
    gap: 18px;
    padding: 24px 0;
  }

  .direction-side-left,
  .direction-center,
  .direction-side-right {
    grid-column: 1;
    justify-self: center;
  }

  .direction-side-left {
    grid-row: 1;
  }

  .direction-center {
    grid-row: 3;
    justify-items: center;
    text-align: center;
  }

  .direction-center .direction-model-word {
    position: static;
    margin-top: 8px;
  }

  .direction-side .direction-label {
    position: static;
    margin-bottom: 8px;
  }

  .direction-side-right {
    grid-row: 5;
  }

  .direction-line {
    left: auto;
    width: 3px;
    height: 100%;
    justify-self: center;
    bottom: auto;
    transform: scaleY(0);
  }

  .direction-line-left {
    top: auto;
    grid-column: 1;
    grid-row: 2;
    transform-origin: center bottom;
  }

  .direction-line-right {
    top: auto;
    right: auto;
    grid-column: 1;
    grid-row: 4;
    transform-origin: center top;
  }

  .direction-line-left::after {
    top: 0;
    left: -5px;
    transform: rotate(-45deg);
  }

  .direction-line-right::after {
    top: auto;
    right: -5px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .bidirectional-model.is-line-visible .direction-line-left,
  .bidirectional-model.is-line-visible .direction-line-right {
    animation-name: directionDrawVertical;
  }
}

@media (max-width: 700px) {
  .site-nav {
    position: absolute;
    top: calc(100% - 2px);
    right: 18px;
    display: grid;
    min-width: 210px;
    gap: 14px;
    border: 1px solid rgb(16 16 16 / 0.1);
    padding: 18px;
    background: rgb(255 255 255 / 0.96);
    box-shadow: 0 18px 44px rgb(16 16 16 / 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .site-nav a {
    width: fit-content;
    justify-self: start;
  }

  .site-nav a[aria-current="page"]::after {
    right: 4%;
    bottom: -5px;
    left: 4%;
    transform: rotate(-0.8deg);
  }

  .site-header {
    padding: 16px 18px;
  }

  .site-header.is-menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-toggle {
    position: relative;
    display: inline-flex;
  }
}

@media (max-width: 520px) {
  .ambassador-explorer {
    gap: 16px;
  }

  .ambassador-list {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 2px 10px;
    scroll-padding-inline: 2px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .ambassador-list::-webkit-scrollbar {
    display: none;
  }

  .ambassador-country {
    flex: 0 0 min(66vw, 230px);
    min-height: 92px;
    align-content: center;
    border: 1px solid rgb(16 16 16 / 0.12);
    border-radius: 5px 16px 6px 12px;
    padding: 14px 16px;
    scroll-snap-align: start;
  }

  .ambassador-country span {
    font-size: 1.35rem;
  }

  .ambassador-country:hover,
  .ambassador-country:focus-visible,
  .ambassador-country.is-active {
    padding-left: 16px;
  }

  .contact-logo-hero {
    padding-right: 18px;
    padding-left: 18px;
  }

  .contact-logo-marker {
    top: 86px;
    right: -22%;
    bottom: auto;
    left: -22%;
    width: 144%;
    height: 360px;
    opacity: 0.92;
  }

  .contact-logo-hero-copy h1 {
    max-width: 100%;
    font-size: clamp(3rem, 14vw, 3.45rem);
    overflow-wrap: break-word;
  }

  .hero-actions {
    width: min(100%, 320px);
  }

  .mission-statement-body {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .mission-narrative {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .timeline-globe-card {
    flex-basis: 58px;
    grid-template-columns: 1fr;
    border-radius: 4px 14px 5px 10px;
    padding: 5px;
  }

  .timeline-globe-card > div {
    display: none;
  }

  .people-grid,
  .person-card:first-child,
  .sponsor-fields-two {
    display: grid;
    grid-template-columns: 1fr;
  }

  .person-card:first-child {
    grid-column: auto;
  }

  .ambassador-map {
    min-height: min(360px, 92vw);
  }

  .ambassador-map.ambassador-photo-panel {
    min-height: min(360px, 92vw);
  }

  .ambassador-map-detail {
    right: 16px;
    bottom: 16px;
    left: 16px;
  }

  .sponsor-shell {
    padding-top: 0;
  }

  .sponsor-form-wrap {
    min-height: 0;
    padding: 24px 18px;
  }

  .sponsor-controls {
    align-items: flex-end;
  }

  .timeline-hero {
    min-height: 0;
    gap: 34px;
    padding-top: 116px;
    padding-bottom: 84px;
  }

  .timeline-hero-photo {
    aspect-ratio: 4 / 3;
    border-radius: 5px 28px 7px 20px;
  }

  .timeline-hero h1 span {
    max-width: 20ch;
  }

  .timeline-progress {
    display: block;
    left: 17px;
  }

  .timeline-phase + .timeline-phase {
    margin-top: 64px;
  }

  .timeline-phase-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-left: 38px;
    margin-bottom: 18px;
  }

  .timeline-phase-heading h2 {
    max-width: 18ch;
    font-size: clamp(1.75rem, 8vw, 2.65rem);
  }

  .timeline-entry::before {
    display: none;
  }

  .timeline-entry {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    margin-bottom: 78px;
  }

  .timeline-entry-left .timeline-entry-card,
  .timeline-entry-right .timeline-entry-card {
    grid-column: 2;
    transform: translate(24px, 42px) rotate(1deg);
  }

  .timeline-entry.is-timeline-visible .timeline-entry-card {
    transform: none;
  }

  .timeline-dot {
    grid-column: 1;
  }

  .timeline-entry-card {
    padding: 22px 18px;
  }

  .timeline-entry h2 {
    max-width: 100%;
    font-size: clamp(1.75rem, 9vw, 2.15rem);
    overflow-wrap: break-word;
  }

  .timeline-stat-row {
    grid-template-columns: 1fr;
  }

  .timeline-entry-partners > div {
    grid-template-columns: 1fr;
  }

  .timeline-entry-sponsors > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-media-placeholder {
    min-height: 180px;
    margin-right: -7px;
    margin-left: -7px;
  }

  .timeline-entry-photo {
    margin-right: -7px;
    margin-left: -7px;
  }

  .timeline-route {
    align-items: flex-start;
    flex-direction: column;
  }

  .timeline-route i {
    width: 1px;
    height: 16px;
    flex: none;
    margin-left: 5px;
  }

  .timeline-route i::after {
    top: auto;
    right: -2px;
    bottom: 0;
  }

  .site-nav {
    position: absolute;
    top: calc(100% - 2px);
    right: 18px;
    display: grid;
    gap: 14px;
    min-width: 190px;
    border: 1px solid rgb(16 16 16 / 0.1);
    padding: 18px;
    background: rgb(255 255 255 / 0.96);
    box-shadow: 0 18px 44px rgb(16 16 16 / 0.08);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.18s ease, transform 0.18s ease;
  }

  .site-header {
    padding: 16px 18px;
  }

  .site-header.is-menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-toggle {
    position: relative;
    display: inline-flex;
  }

  .brand-name {
    max-width: none;
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  .hero {
    align-items: center;
    padding: 118px 14px 44px;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 0.64rem;
    letter-spacing: 0.14em;
  }

  .button {
    width: auto;
  }

  .button {
    padding-right: 0;
  }

  .button::before {
    right: 0;
  }

  .button::after {
    display: none;
  }

  .logo-svg {
    width: 100%;
    max-width: 520px;
  }

  .hero-text {
    max-width: 24rem;
    margin-top: 8px;
    font-size: clamp(0.88rem, 3.7vw, 1rem);
    line-height: 1.45;
  }

  .hero-actions {
    margin-top: 16px;
  }

  .content-section h2,
  .inner-page .content-section h1 {
    max-width: 12ch;
    font-size: clamp(2.25rem, 12vw, 3.6rem);
    letter-spacing: -0.035em;
  }

  .lead {
    font-size: clamp(1rem, 4.4vw, 1.18rem);
  }

  .editorial-hero {
    min-height: 380px;
    padding-top: 36px;
  }

  .mission-principle {
    padding: 28px 22px;
  }

  .principle-copy h2,
  .graphic-chapter-intro h2,
  .about-media h2,
  .news-group-heading h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .about-section .founder-quote-bubble {
    min-height: 220px;
    padding: 40px 48px 60px;
  }

  .about-media {
    padding: 30px 22px;
  }

  .media-logo-cloud,
  .featured-news-grid,
  .news-link-grid {
    grid-template-columns: 1fr;
  }

  .news-card-featured {
    grid-column: auto;
  }

  .research-list article {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
  }

  .content-section p {
    font-size: 0.98rem;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .bidirectional-model {
    min-height: 720px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 64px auto 64px auto;
    gap: 18px;
    padding: 24px 0;
  }

  .direction-side-left,
  .direction-center,
  .direction-side-right {
    grid-column: 1;
    justify-self: center;
  }

  .direction-side-left {
    grid-row: 1;
  }

  .direction-center {
    grid-row: 3;
    justify-items: center;
    text-align: center;
  }

  .direction-side-right {
    grid-row: 5;
  }

  .direction-line {
    left: auto;
    width: 3px;
    height: 100%;
    justify-self: center;
    bottom: auto;
    transform: scaleY(0);
  }

  .direction-line-left {
    top: auto;
    grid-column: 1;
    grid-row: 2;
    transform-origin: center bottom;
  }

  .direction-line-right {
    top: auto;
    right: auto;
    grid-column: 1;
    grid-row: 4;
    transform-origin: center top;
  }

  .direction-line-left::after {
    top: 0;
    left: -5px;
    transform: rotate(-45deg);
  }

  .direction-line-right::after {
    top: auto;
    right: -5px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .bidirectional-model.is-line-visible .direction-line-left,
  .bidirectional-model.is-line-visible .direction-line-right {
    animation-name: directionDrawVertical;
  }

  .founder-quote-bubble {
    min-height: 190px;
    padding: 38px 44px 56px;
  }

  .logo-grid {
    grid-template-columns: 1fr;
  }

  .logo-grid a,
  .logo-grid span {
    min-height: 62px;
  }
}

@keyframes cloudBubbleDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes cycleStepReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cycleWheelLand {
  0% {
    opacity: 0;
    transform: rotate(-900deg) scale(0.86);
  }

  34% {
    opacity: 1;
  }

  68% {
    opacity: 1;
    transform: rotate(28deg) scale(1.015);
  }

  84% {
    opacity: 1;
    transform: rotate(-7deg) scale(0.995);
  }

  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}

@keyframes cycleCoreReveal {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.84);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes cloudBubbleFill {
  to {
    fill-opacity: 0.94;
  }
}

@keyframes directionDraw {
  to {
    transform: scaleX(1);
  }
}

@keyframes directionDrawVertical {
  to {
    transform: scaleY(1);
  }
}

@keyframes directionReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bubbleCue {
  0%,
  65%,
  100% {
    opacity: 0.28;
    transform: translateY(0);
  }

  32% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

@keyframes heroCopyCrossSlide {
  from {
    opacity: 0;
    transform: translateX(-64px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes heroPhotoCrossSlide {
  from {
    opacity: 0;
    transform: translateX(78px) rotate(4deg) scale(0.94);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes pageBlink {
  0%,
  100% {
    transform: scaleY(0);
  }

  42%,
  58% {
    transform: scaleY(1);
  }
}

@keyframes blinkClose {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

@keyframes blinkOpen {
  from {
    transform: scaleY(1);
  }

  to {
    transform: scaleY(0);
  }
}

@keyframes lidFillBlink {
  0%,
  42%,
  55%,
  100% {
    transform: translateY(-84px);
  }

  47%,
  51% {
    transform: translateY(48px);
  }
}

@keyframes eyeOutlineBlink {
  0%,
  43%,
  54%,
  100% {
    opacity: 1;
  }

  48%,
  50% {
    opacity: 0;
  }
}

@keyframes pupilBlink {
  0%,
  42%,
  55%,
  100% {
    opacity: 1;
  }

  47%,
  51% {
    opacity: 0;
  }
}

@keyframes irisBlink {
  0%,
  42%,
  55%,
  100% {
    opacity: 1;
    transform: scaleY(1);
  }

  47%,
  51% {
    opacity: 0;
    transform: scaleY(0.1);
  }
}

@keyframes closedLineBlink {
  0%,
  43%,
  54%,
  100% {
    opacity: 0;
  }

  48%,
  50% {
    opacity: 1;
  }
}

@keyframes underlineFlash {
  0% {
    background: linear-gradient(90deg, var(--red) 0 33%, #fff 33% 66%, var(--red) 66% 100%);
    background-position: 100% 50%;
    background-size: 300% 100%;
  }

  46% {
    background: linear-gradient(90deg, var(--red) 0 33%, #fff 33% 66%, var(--red) 66% 100%);
    background-position: 50% 50%;
    background-size: 300% 100%;
  }

  100% {
    background: linear-gradient(90deg, var(--red) 0 33%, #fff 33% 66%, var(--red) 66% 100%);
    background-position: 0% 50%;
    background-size: 300% 100%;
  }
}

@keyframes chevronOut {
  0% {
    opacity: 0;
    transform: translateX(-8px) rotate(45deg);
  }

  28% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    transform: translateX(4px) rotate(45deg);
  }
}

@keyframes introLoaderExit {
  0%,
  88% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes introLogoSettle {
  0% {
    opacity: 0;
    transform: scale(0.985);
  }

  10%,
  88% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(0.99);
  }
}

@keyframes introVisionReveal {
  0%,
  10% {
    opacity: 0;
    transform: translateX(-96px);
  }

  25% {
    opacity: 0.58;
    transform: translateX(10px);
  }

  32%,
  100% {
    opacity: 0.58;
    transform: translateX(0);
  }
}

@keyframes introWithoutReveal {
  0%,
  26% {
    opacity: 0;
    transform: translateX(-78px);
  }

  39% {
    opacity: 0.34;
    transform: translateX(8px);
  }

  46%,
  100% {
    opacity: 0.34;
    transform: translateX(0);
  }
}

@keyframes introBordersReveal {
  0%,
  38% {
    opacity: 0;
    transform: translateX(-70px);
  }

  51% {
    opacity: 0.58;
    transform: translateX(8px);
  }

  58%,
  100% {
    opacity: 0.58;
    transform: translateX(0);
  }
}

@keyframes introFeatureGlobeReveal {
  0%,
  20% {
    opacity: 0;
  }

  32% {
    opacity: 1;
  }

  40%,
  100% {
    opacity: 1;
  }
}

@keyframes introPinPlace {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  58% {
    opacity: 1;
    transform: scale(1.55);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes brandEyeBlink {
  0%,
  32%,
  68%,
  100% {
    transform: scaleY(1);
  }

  48%,
  52% {
    transform: scaleY(0.08);
  }
}

@keyframes brandIdleBlink {
  0%,
  86%,
  91%,
  100% {
    transform: scaleY(1);
  }

  88.5% {
    transform: scaleY(0.08);
  }
}

@keyframes logoMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@media (max-width: 980px) {
  .page-hero-split,
  .about-hero.editorial-hero {
    grid-template-columns: 1fr;
    gap: clamp(34px, 7vw, 62px);
    min-height: auto;
    padding-top: clamp(116px, 16vw, 150px);
    padding-bottom: clamp(72px, 10vw, 108px);
  }

  .mission-hero-copy,
  .about-hero-copy {
    max-width: 48rem;
  }

  .mission-hero-photo {
    width: 100%;
    aspect-ratio: 16 / 8.5;
  }

  .mission-hero-exchange {
    width: min(100%, 720px);
    min-height: 430px;
    justify-self: start;
  }

  .mission-opening-band,
  .about-overview {
    grid-template-columns: 1fr;
  }

  .mission-opening-photo {
    grid-column: 1;
    grid-row: 1;
  }

  .mission-opening-copy {
    grid-column: 1;
    grid-row: 2;
  }

  .mission-opening-photo {
    width: min(100%, 680px);
  }

  .about-overview > div:last-child {
    max-width: 44rem;
  }

  .mission-story {
    grid-template-columns: 1fr;
    gap: clamp(36px, 7vw, 72px);
  }

  .mission-story-copy.mission-narrative {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mission-story-copy > p {
    max-width: 44rem;
    padding-top: 0;
  }

  .mission-story-process .process-cycle {
    grid-template-columns: minmax(300px, 0.82fr) minmax(240px, 0.7fr);
  }

  .about-hero-gallery {
    width: 100%;
    min-height: clamp(420px, 68vw, 580px);
    justify-self: stretch;
  }

  .about-hero-copy {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-hero-copy .section-kicker,
  .inner-page .about-hero-copy h1,
  .about-hero .about-intro-copy {
    grid-column: 1;
  }

  .about-hero .about-intro-copy {
    max-width: 44rem;
    margin: 0;
  }
}

@media (max-width: 680px) {
  .page-hero-split,
  .about-hero.editorial-hero {
    padding-top: 104px;
  }

  .mission-statement-body {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .mission-hero-photo {
    aspect-ratio: 1.12 / 1;
  }

  .mission-hero-exchange {
    min-height: auto;
    padding: 24px 18px;
  }

  .mission-exchange-track {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .mission-exchange-node {
    min-height: 150px;
  }

  .mission-exchange-line {
    width: 3px;
    height: 34px;
    justify-self: center;
  }

  .mission-partnership-model .mission-exchange-line {
    transform: scaleY(0);
  }

  .mission-partnership-model.is-line-visible .mission-exchange-line {
    transform: scaleY(1);
  }

  .mission-exchange-line::before {
    top: 0;
    left: -5px;
    transform: rotate(-45deg);
  }

  .mission-exchange-line::after {
    top: auto;
    right: -5px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .mission-opening-band {
    gap: 32px;
  }

  .about-people-preview small {
    display: none;
  }

  .mission-story {
    margin-top: 72px;
    padding-top: 32px;
  }

  .mission-story-process {
    margin-top: 24px;
  }

  .mission-story-process .process-cycle {
    grid-template-columns: 1fr;
  }

  .mission-story-process .cycle-wheel {
    width: min(100%, 430px);
    justify-self: center;
  }

  .mission-story-process .cycle-details {
    grid-column: 1;
    grid-row: 2;
    margin-top: 14px;
  }

  .mission-story-partnership .bidirectional-model {
    padding-right: 12px;
    padding-left: 12px;
  }

  .about-hero-gallery {
    min-height: clamp(370px, 112vw, 520px);
  }

  .about-hero-gallery .about-hero-photo-main {
    inset: 0 0 18% 0;
  }

  .about-hero-gallery .about-hero-photo-inset {
    top: auto;
    right: -2%;
    bottom: 0;
    left: auto;
    width: 46%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .photo-board-card,
  .photo-board-card:hover,
  .photo-board-card:focus-within,
  .photo-board-image img,
  .timeline-entry-photo,
  .timeline-entry-photo:hover,
  .timeline-entry-photo::before,
  .photo-board-filter-drawer {
    animation: none;
    transform: none;
    transition: none;
  }

  .mission-partnership-model .mission-exchange-line,
  .mission-partnership-model .mission-exchange-line::before,
  .mission-partnership-model .mission-exchange-line::after {
    opacity: 1;
    transform: none;
    transition: none;
  }

  html {
    scroll-behavior: auto;
  }

  .eye-outline,
  .eye-iris,
  .eye-lid-fill,
  .eye-pupil,
  .eye-closed-line,
  .brand-mark,
  .footer-brand-mark,
  .intro-loader,
  .intro-logo,
  .intro-word-vision,
  .intro-word-without,
  .intro-word-borders,
  .intro-feature-globe,
  .intro-pin,
  .button::before,
  .button::after,
  .profile-links a,
  .profile-links a::after,
  .contact-hero-form,
  .content-grid article::before,
  .publication-list article::before,
  .founder-bio::before,
  .association-block::before,
  .press-list article::before,
  .logo-strip {
    animation: none;
    transition: none;
  }

  .intro-loader {
    display: none;
  }

  .direction-line,
  .direction-side,
  .page-hero-split > :first-child,
  .page-hero-photo,
  .mission-hero-exchange,
  .mission-exchange-node,
  .about-hero-copy,
  .about-hero-gallery,
  .cycle-wheel,
  .cycle-step,
  .cycle-arrow-band,
  .cycle-core,
  .path-logo-grid > *,
  .founder-training-card,
  .advisor-cards::before,
  .mission-narrative,
  .mission-story-partnership .bidirectional-model,
  .mission-story-process .process-cycle,
  .mission-section .content-grid article {
    animation: none;
    transition: none;
    opacity: 1;
    transform: none;
  }

  .timeline-entry-card,
  .timeline-entry::before,
  .timeline-hero-copy .section-kicker,
  .timeline-hero-copy h1,
  .timeline-hero-copy .lead,
  .timeline-hero-copy .timeline-start,
  .timeline-hero-photo,
  .timeline-phase-index a,
  .timeline-nav-months,
  .timeline-nav-months a,
  .timeline-globe-card.is-changing-location .timeline-globe,
  .timeline-globe-pins circle,
  .ambassador-globe,
  .ambassador-globe-halo,
  .ambassador-globe-marker,
  .person-card,
  .sponsor-step.is-active {
    animation: none;
    transition: none;
  }

  .timeline-hero-photo {
    clip-path: none;
    opacity: 1;
    transform: rotate(1.2deg);
  }

  .timeline-entry-card {
    opacity: 1;
    transform: none;
  }

  .person-card {
    opacity: 1;
    transform: none;
  }

  .path-logo-grid > * {
    opacity: 1;
  }

  .founder-training-card {
    opacity: 1;
  }

  .cycle-wheel {
    opacity: 1;
  }

  .cycle-core {
    opacity: 1;
  }

  .founder-quote-bubble.is-line-visible path {
    animation: none;
    fill-opacity: 0.94;
    stroke-dashoffset: 0;
  }
}
