:root {
  --black: #05040a;
  --ink: #090711;
  --panel: #100d19;
  --bone: #f6f2ea;
  --muted: #bbb5c6;
  --dim: #7d778a;
  --acid: #9f86ff;
  --ember: #ff7043;
  --cyan: #4ecdc4;
  --line: rgba(159, 134, 255, 0.18);
  --max: 1240px;
  --display: "Manrope", "Avenir Next", Arial, sans-serif;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "Manrope", "Avenir Next", Arial, sans-serif;
  --mono: "Space Mono", "SFMono-Regular", Consolas, monospace;
  --fire-scale: 0.34;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  color: var(--bone);
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(rgba(159, 134, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(78, 205, 196, 0.014) 1px, transparent 1px),
    var(--black);
  background-size: 32px 32px;
  color: var(--bone);
  font-family: var(--sans);
  letter-spacing: 0;
}

h1,
h2,
h3 {
  font-family: var(--display);
  font-weight: 700;
}

[hidden] {
  display: none !important;
}

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

a {
  text-decoration: none;
}

button {
  border: 0;
}

img,
canvas,
video {
  display: block;
  max-width: 100%;
}

::selection {
  background: var(--acid);
  color: var(--black);
}

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

.sound-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 240, 220, 0.2);
  border-radius: 50%;
  background: rgba(3, 4, 4, 0.58);
  color: var(--bone);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: border-color 160ms ease, color 160ms ease, background 160ms ease;
}

.sound-toggle:hover,
.sound-toggle:focus-visible {
  border-color: rgba(159, 134, 255, 0.62);
  background: rgba(3, 4, 4, 0.78);
  color: var(--acid);
  outline: none;
}

.sound-icon {
  width: 23px;
  height: 23px;
  overflow: visible;
}

.sound-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 160ms ease, transform 160ms ease, stroke 160ms ease, fill 160ms ease;
}

.sound-speaker {
  fill: rgba(247, 240, 220, 0.18);
}

.sound-wave {
  stroke: var(--cyan);
  opacity: 0.92;
}

.sound-slash {
  stroke: var(--cyan);
  opacity: 0;
  transform: scaleX(0.72);
  transform-origin: 50% 50%;
}

.sound-toggle.is-muted .sound-wave,
.sound-toggle.is-waiting .sound-wave {
  opacity: 0.22;
}

.sound-toggle.is-muted .sound-slash,
.sound-toggle.is-waiting .sound-slash {
  opacity: 1;
  transform: scaleX(1);
}

.ritual {
  position: fixed;
  inset: 0;
  z-index: 20;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--black);
  isolation: isolate;
  cursor: pointer;
}

.no-js .ritual,
.js.is-revealed .ritual {
  display: none;
}

.ritual-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.pixel-fire {
  position: absolute;
  left: 50%;
  bottom: 9vh;
  z-index: 1;
  width: 280px;
  height: 246px;
  transform: translateX(-50%) scale(var(--fire-scale));
  transform-origin: 50% 100%;
  pointer-events: none;
  image-rendering: pixelated;
  filter: saturate(0.96) contrast(1.08);
}

.has-canvas-fire .pixel-fire {
  display: none;
}

.pixel-fire::before,
.pixel-fire::after {
  content: "";
  position: absolute;
  display: block;
  image-rendering: pixelated;
  pointer-events: none;
}

.pixel-fire::before {
  left: 50%;
  bottom: 42px;
  width: 6px;
  height: 6px;
  background: #f7f0dc;
  transform: translateX(-50%);
  opacity: 0.82;
  box-shadow:
    -6px -150px 0 rgba(247, 240, 220, 0.15),
    18px -144px 0 rgba(255, 209, 102, 0.18),
    -30px -132px 0 rgba(247, 240, 220, 0.18),
    36px -126px 0 rgba(255, 138, 61, 0.22),
    -48px -114px 0 rgba(255, 209, 102, 0.2),
    54px -108px 0 rgba(247, 240, 220, 0.16),
    -66px -96px 0 rgba(255, 106, 61, 0.24),
    72px -90px 0 rgba(255, 209, 102, 0.2),
    -84px -78px 0 rgba(255, 77, 45, 0.24),
    90px -72px 0 rgba(255, 138, 61, 0.24);
  animation: sparkDrift 3.6s steps(6, end) infinite;
}

.pixel-fire::after {
  left: -4px;
  right: -4px;
  bottom: 0;
  z-index: 6;
  height: 222px;
  background:
    radial-gradient(circle at 48% 72%, rgba(247, 240, 220, 0.2) 0 10%, transparent 34%),
    linear-gradient(45deg, rgba(3, 4, 4, 0.74) 25%, transparent 25% 50%, rgba(3, 4, 4, 0.74) 50% 75%, transparent 75%),
    linear-gradient(-45deg, rgba(255, 209, 102, 0.18) 25%, transparent 25% 50%, rgba(255, 209, 102, 0.18) 50% 75%, transparent 75%);
  background-size: auto, 8px 8px, 14px 14px;
  clip-path: polygon(49% 2%, 64% 16%, 61% 31%, 79% 43%, 73% 64%, 96% 83%, 97% 92%, 69% 91%, 62% 100%, 38% 100%, 31% 91%, 3% 92%, 4% 83%, 27% 64%, 21% 43%, 39% 31%, 36% 16%);
  mix-blend-mode: multiply;
  opacity: 0.64;
  animation: ditherGlow 2.2s steps(5, end) infinite;
}

.pixel-fire span {
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 2;
  background: var(--ember);
  box-shadow: 0 0 0 1px rgba(3, 4, 4, 0.28);
  transform-origin: 50% 100%;
  animation: emberPulse 1.8s steps(4, end) infinite;
}

.pixel-fire span::before,
.pixel-fire span::after {
  content: "";
  position: absolute;
  inset: -1px;
  pointer-events: none;
}

.pixel-fire span::before {
  z-index: 2;
  background:
    radial-gradient(circle at 1px 1px, rgba(3, 4, 4, 0.62) 0 1.25px, transparent 1.4px),
    radial-gradient(circle at 5px 5px, rgba(247, 240, 220, 0.18) 0 1px, transparent 1.2px);
  background-size: 7px 7px, 11px 11px;
  mix-blend-mode: multiply;
  opacity: 0.5;
}

.pixel-fire span::after {
  z-index: 3;
  background:
    linear-gradient(45deg, rgba(3, 4, 4, 0.58) 25%, transparent 25% 50%, rgba(3, 4, 4, 0.58) 50% 75%, transparent 75%),
    repeating-linear-gradient(0deg, transparent 0 9px, rgba(247, 240, 220, 0.2) 9px 10px);
  background-size: 8px 8px, 100% 10px;
  mix-blend-mode: multiply;
  opacity: 0.48;
}

.pixel-fire .p1 { left: 122px; bottom: 70px; width: 28px; height: 94px; background: #f7f0dc; clip-path: polygon(50% 0, 76% 24%, 64% 100%, 22% 100%, 10% 48%); }
.pixel-fire .p2 { left: 88px; bottom: 52px; width: 54px; height: 126px; background: #ffd166; animation-delay: -0.4s; clip-path: polygon(52% 0, 90% 38%, 72% 100%, 18% 100%, 4% 46%); }
.pixel-fire .p3 { left: 134px; bottom: 48px; width: 56px; height: 144px; background: #ff8a3d; animation-delay: -0.2s; clip-path: polygon(38% 0, 88% 26%, 78% 100%, 18% 100%, 2% 58%); }
.pixel-fire .p4 { left: 50px; bottom: 30px; width: 74px; height: 96px; background: #ff4d2d; animation-delay: -0.7s; clip-path: polygon(54% 0, 100% 40%, 84% 100%, 10% 100%, 0 52%); }
.pixel-fire .p5 { left: 156px; bottom: 28px; width: 72px; height: 102px; background: #ff6a3d; animation-delay: -0.9s; clip-path: polygon(38% 0, 96% 42%, 86% 100%, 12% 100%, 0 44%); }
.pixel-fire .p6 { left: 100px; bottom: 20px; width: 78px; height: 78px; background: #8f2d1e; opacity: 0.86; clip-path: polygon(10% 16%, 62% 0, 100% 35%, 84% 100%, 0 100%); }

@keyframes emberPulse {
  0%,
  100% { transform: translateY(0) scaleX(1); filter: brightness(0.92); }
  50% { transform: translateY(-7px) scaleX(0.92); filter: brightness(1.16); }
}

@keyframes ditherGlow {
  0%,
  100% { opacity: 0.28; transform: translateY(0) scaleX(1); }
  50% { opacity: 0.48; transform: translateY(-6px) scaleX(0.95); }
}

@keyframes sparkDrift {
  0% { transform: translate(-50%, 10px); opacity: 0.35; }
  35% { opacity: 0.84; }
  100% { transform: translate(-50%, -18px); opacity: 0.18; }
}

.ritual-content {
  position: relative;
  z-index: 2;
  width: min(88vw, 1040px);
  min-height: 460px;
  display: grid;
  grid-template-rows: 178px 3.8em;
  align-content: center;
  justify-items: center;
  row-gap: 30px;
  text-align: center;
  padding: 32px;
  transform: translateY(-4vh);
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.75rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.ritual-brand {
  position: relative;
  width: clamp(144px, 13vw, 178px);
  height: clamp(152px, 13.7vw, 188px);
  display: grid;
  place-items: center;
  align-self: end;
  margin: 0;
}

.ritual-brand__logo {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
  opacity: 1;
  background: transparent;
  -webkit-filter: none;
  filter: none;
}

.ritual-line {
  max-width: 980px;
  width: 100%;
  height: 3.8em;
  align-self: start;
  margin: 0;
  color: var(--bone);
  font-family: var(--mono);
  font-size: 3.1rem;
  line-height: 1.18;
  font-weight: 700;
  text-shadow:
    2px 0 rgba(159, 134, 255, 0.16),
    -2px 0 rgba(78, 205, 196, 0.14);
  transition: filter 260ms ease;
}

.ritual-word {
  display: inline-block;
  white-space: nowrap;
}

.ritual-char {
  display: inline-block;
  transform-origin: 50% 80%;
  animation: glyphReveal 680ms cubic-bezier(0.16, 1, 0.3, 1) both;
  animation-delay: calc(var(--i) * 13ms);
}

.ritual-line.is-changing {
  filter: blur(0.5px);
}

.ritual-line.is-changing .ritual-char {
  animation: glyphExit 220ms steps(4, end) both;
  animation-delay: calc(var(--i) * 4ms);
}

@keyframes glyphReveal {
  0% {
    opacity: 0;
    transform: translateY(18px) scaleY(0.72);
    text-shadow:
      10px 0 rgba(159, 134, 255, 0.42),
      -10px 0 rgba(78, 205, 196, 0.32);
  }
  38% {
    opacity: 1;
    transform: translateY(-2px) scaleY(1.08);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1);
    text-shadow:
      2px 0 rgba(159, 134, 255, 0.16),
      -2px 0 rgba(78, 205, 196, 0.14);
  }
}

@keyframes glyphExit {
  0% { opacity: 1; transform: translateY(0) scaleY(1); }
  100% { opacity: 0; transform: translateY(-12px) scaleY(0.82); }
}

.ritual-skip {
  position: absolute;
  right: 28px;
  top: 24px;
  z-index: 4;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(247, 240, 220, 0.18);
  border-radius: 4px;
  background: rgba(3, 4, 4, 0.42);
  color: rgba(247, 240, 220, 0.62);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.7rem;
  text-transform: uppercase;
}

.site {
  height: 100svh;
  display: grid;
  grid-template-rows: auto 1fr;
  background: var(--black);
}

.js.is-ritual .site {
  opacity: 0;
  pointer-events: none;
}

.js.is-route-pending .site {
  opacity: 0;
  pointer-events: none;
}

.js.is-classic-transitioning .site,
.js.is-classic-transitioning .ritual,
.js.is-classic-transitioning .screen {
  pointer-events: none;
}

.js.is-classic-transitioning .screen {
  transition: none;
}

.js.is-classic-transitioning.is-classic-out.is-intro-fade .ritual,
.js.is-classic-transitioning.is-classic-out.is-section-fade .screen.is-active {
  animation: fadeThroughOut 190ms cubic-bezier(0.2, 0, 0, 1) both;
}

.js.is-classic-transitioning.is-classic-in.is-intro-fade .site,
.js.is-classic-transitioning.is-classic-in.is-section-fade .screen.is-active {
  animation: fadeThroughIn 360ms cubic-bezier(0.2, 0, 0, 1) both;
}

@keyframes fadeThroughOut {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  to {
    opacity: 0;
    transform: translateY(-4px) scale(0.992);
    filter: blur(1px);
  }
}

@keyframes fadeThroughIn {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.985);
    filter: blur(1px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

.js.is-revealed:not(.is-quiet-reveal) .site {
  animation: siteReveal 700ms ease both;
}

@keyframes siteReveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.site-nav {
  position: relative;
  z-index: 8;
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px max(24px, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid var(--line);
  background: rgba(3, 4, 4, 0.9);
  backdrop-filter: blur(18px);
  font-family: var(--mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.wordmark,
.nav-link {
  min-height: 32px;
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--acid);
  color: var(--acid);
  font-family: var(--display);
  font-stretch: condensed;
  font-weight: 700;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: none;
}

.nav-links::-webkit-scrollbar {
  display: none;
}

.nav-link {
  flex: 0 0 auto;
  padding: 7px 9px;
  border: 1px solid transparent;
  color: rgba(247, 240, 220, 0.62);
}

.nav-link:hover,
.nav-link.is-active {
  border-color: rgba(159, 134, 255, 0.42);
  color: var(--acid);
}

.nav-link--cta {
  border-color: rgba(159, 134, 255, 0.56);
  background: rgba(159, 134, 255, 0.1);
  color: var(--acid);
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(247, 240, 220, 0.18);
  border-radius: 50%;
  background: rgba(247, 240, 220, 0.035);
  color: var(--bone);
  cursor: pointer;
}

.menu-toggle__mark {
  position: relative;
  width: 22px;
  height: 16px;
}

.menu-toggle__mark::before,
.menu-toggle__mark::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: currentColor;
  transition: top 180ms ease, transform 180ms ease, background 180ms ease;
}

.menu-toggle__mark::before {
  top: 4px;
}

.menu-toggle__mark::after {
  top: 11px;
}

.menu-toggle[aria-expanded="true"] .menu-toggle__mark::before {
  top: 8px;
  transform: rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-toggle__mark::after {
  top: 8px;
  transform: rotate(-45deg);
}

.screen-stage {
  position: relative;
  min-height: 0;
  overflow: hidden;
}

.screen {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.screen.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.screen__inner {
  width: min(100%, var(--max));
  height: 100%;
  margin: 0 auto;
  padding: clamp(22px, 3.8vw, 50px) 28px;
  overflow: hidden;
}

.screen__inner--stack {
  display: grid;
  align-content: start;
  gap: 30px;
  overflow-y: auto;
}

.screen__inner--wide {
  width: min(100%, 1480px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 22px;
  overflow-y: auto;
}

.screen--work .screen__inner--wide {
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 16px;
}

.framework-teaser {
  display: grid;
  align-content: center;
}

.home-teaser,
.soon-teaser,
.playground-teaser,
.contact-teaser {
  display: grid;
  align-content: center;
}

.screen--home {
  isolation: isolate;
}

.home-fire-canvas {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  opacity: 0.82;
  pointer-events: none;
  image-rendering: pixelated;
}

.home-teaser {
  position: relative;
  z-index: 1;
  justify-items: center;
}

.home-copy {
  position: relative;
  z-index: 1;
  width: min(66%, 780px);
  margin-inline: auto;
  text-align: center;
  text-shadow: 0 2px 18px rgba(5, 4, 10, 0.88);
}

.home-logo {
  display: block;
  width: clamp(126px, 10vw, 150px);
  height: auto;
  margin: 0 auto 16px;
  background: transparent;
  object-fit: contain;
  -webkit-filter: none;
  filter: none;
}

.home-copy h2,
.soon-teaser h2,
.playground-teaser h2,
.contact-teaser h2,
.contact-shell h2 {
  max-width: 1180px;
  margin: 0;
  font-size: clamp(2.6rem, 6.4vw, 6.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.screen-head h2 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2.15rem, 4.4vw, 4.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.home-copy p:not(.eyebrow),
.screen-head p:not(.eyebrow),
.soon-teaser p,
.playground-teaser p,
.contact-teaser p,
.contact-shell p {
  max-width: 760px;
  margin: 24px 0 0;
  color: rgba(247, 240, 220, 0.72);
  font-size: 1.05rem;
  line-height: 1.62;
}

.home-copy p:not(.eyebrow) {
  margin-inline: auto;
}

.screen-head {
  max-width: 960px;
}

.screen-head--row {
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(420px, 0.75fr);
  gap: 28px;
  align-items: end;
}

.team-grid,
.service-grid,
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.person-card,
.service-grid article,
.method-grid article,
.research-panel,
.blog-empty,
.blog-reader {
  min-height: 270px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 240, 220, 0.04), rgba(247, 240, 220, 0)),
    rgba(16, 13, 25, 0.72);
}

.person-card img {
  width: 100%;
  height: min(25svh, 196px);
  object-fit: cover;
  filter: saturate(0.9) contrast(1.08);
}

.person-card img.debi-portrait {
  object-position: center 18%;
}

.person-card div,
.service-grid article,
.method-grid article,
.research-panel,
.blog-empty,
.blog-reader {
  padding: 20px;
}

.person-card h3,
.service-grid h3,
.exhibition-card h3,
.framework-grid span,
.method-grid h3,
.research-panel h3,
.blog-head h3,
.blog-card h3,
.blog-empty h3,
.blog-reader h3 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.12;
}

.person-card p:not(.eyebrow),
.service-grid p,
.exhibition-card p:not(.eyebrow),
.framework-grid p,
.method-grid p,
.research-panel p,
.format-list p,
.blog-card p,
.blog-empty p,
.blog-content p,
.blog-content li,
.blog-content blockquote,
.about-mantra {
  margin: 12px 0 0;
  color: rgba(247, 240, 220, 0.7);
  line-height: 1.5;
}

.person-card p:not(.eyebrow) {
  font-size: 0.92rem;
  line-height: 1.43;
}

.kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.kpi-grid span {
  min-height: 92px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px;
  background: var(--black);
  color: rgba(247, 240, 220, 0.66);
  font-family: var(--mono);
  font-size: 0.66rem;
  line-height: 1.25;
  text-transform: uppercase;
}

.kpi-grid strong {
  display: block;
  color: var(--acid);
  font-size: 1.45rem;
}

.exhibition-grid {
  min-height: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(540px, 43vw);
  grid-template-rows: repeat(2, minmax(182px, 1fr));
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 8px;
  scroll-snap-type: x proximity;
}

.screen--work .exhibition-card > div {
  padding: 13px;
}

.screen--work .exhibition-card p:not(.eyebrow) {
  margin-top: 8px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.screen--work .exhibition-card dl {
  margin-top: 11px;
}

.exhibition-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(190px, 0.72fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(16, 13, 25, 0.78);
  scroll-snap-align: start;
}

.exhibition-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.1);
}

.exhibition-card > div {
  display: grid;
  align-content: center;
  padding: 15px;
}

.exhibition-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 16px 0 0;
  background: var(--line);
}

.exhibition-card dl div {
  min-width: 0;
  padding: 9px;
  background: var(--black);
}

.exhibition-card dt,
.exhibition-card dd {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.64rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.exhibition-card dt {
  color: rgba(247, 240, 220, 0.5);
}

.exhibition-card dd {
  color: var(--cyan);
}

.service-grid article {
  display: grid;
  align-content: space-between;
  min-height: 180px;
}

.service-grid span,
.framework-grid strong,
.method-grid span,
.format-list span {
  color: var(--acid);
  font-family: var(--mono);
  text-transform: uppercase;
}

.service-grid article button {
  width: fit-content;
  margin-top: 18px;
  padding: 9px 10px;
  border: 1px solid rgba(159, 134, 255, 0.42);
  border-radius: 4px;
  background: transparent;
  color: var(--acid);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.learning-card--universities {
  position: relative;
}

.card-action:hover,
.card-action:focus-visible {
  background: rgba(159, 134, 255, 0.1);
  outline: none;
}

.framework-grid {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--line);
  background: var(--line);
  list-style: none;
}

.framework-grid li {
  min-height: 310px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
  background: var(--black);
}

.framework-grid strong {
  font-size: 2.2rem;
}

.ascii-panel {
  white-space: pre-line;
  border: 1px solid rgba(159, 134, 255, 0.32);
  border-radius: 8px;
  padding: 22px;
  color: var(--acid);
  font-family: var(--mono);
  font-size: clamp(1rem, 2vw, 1.7rem);
  line-height: 1.6;
  background:
    linear-gradient(rgba(159, 134, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(247, 240, 220, 0.06) 1px, transparent 1px),
    rgba(16, 13, 25, 0.66);
  background-size: 18px 18px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 46px;
  margin-top: 34px;
  padding: 11px 16px;
  border: 1px solid rgba(247, 240, 220, 0.32);
  border-radius: 4px;
  background: rgba(3, 4, 4, 0.54);
  color: var(--bone);
  font-family: var(--mono);
  font-size: 0.82rem;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button--primary {
  border-color: var(--acid);
  background: var(--acid);
  color: var(--black);
}

.button--primary:hover {
  border-color: var(--acid);
  background: rgba(3, 4, 4, 0.72);
  color: var(--acid);
}

.signal-row,
.principle-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.signal-row span,
.principle-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 10px;
  border: 1px solid rgba(247, 240, 220, 0.16);
  border-radius: 999px;
  background: rgba(247, 240, 220, 0.035);
  color: rgba(247, 240, 220, 0.72);
  font-family: var(--mono);
  font-size: 0.68rem;
  line-height: 1.2;
  text-transform: uppercase;
}

.signal-row--compact {
  margin-top: 18px;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
}

.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
}

.home-actions .button,
.section-actions .button,
.contact-form .button {
  margin-top: 0;
}

.research-shell,
.about-shell,
.contact-shell {
  width: min(100%, 1360px);
  display: grid;
  align-content: start;
  gap: 22px;
  overflow-y: auto;
}

.research-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 0.65fr);
  gap: 14px;
}

.research-panel {
  min-height: 230px;
}

.format-list {
  display: grid;
  gap: 1px;
  margin-top: 16px;
  border: 1px solid var(--line);
  background: var(--line);
}

.format-list article {
  padding: 12px;
  background: var(--black);
}

.format-list p {
  margin-top: 5px;
  font-size: 0.9rem;
}

.blog-workspace {
  min-height: 0;
  display: grid;
  gap: 14px;
}

.research-notes__heading {
  margin-bottom: 0;
}

.screen--research .research-notes {
  min-height: auto;
  overflow: visible;
}

.rss-subscribe {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 11px;
  border: 1px solid rgba(78, 205, 196, 0.42);
  border-radius: 4px;
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.rss-subscribe:hover,
.rss-subscribe:focus-visible {
  border-color: var(--cyan);
  background: rgba(78, 205, 196, 0.1);
  color: var(--bone);
  outline: none;
}

.blog-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
}

.blog-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}

.screen--research .blog-list {
  grid-template-columns: minmax(0, 1fr);
}

.blog-entry {
  width: 100%;
  padding: 34px 0 52px;
  border-top: 1px solid var(--line);
}

.blog-entry:first-child {
  padding-top: 20px;
}

.blog-entry__header {
  max-width: 960px;
  margin-bottom: 24px;
}

.blog-entry__header .eyebrow {
  margin-bottom: 10px;
}

.blog-entry__header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.8vw, 2.75rem);
  line-height: 1.06;
}

.blog-entry__content {
  max-width: 960px;
  margin-top: 0;
  font-size: 1.04rem;
}

.blog-card {
  min-width: 0;
}

.blog-card button {
  width: 100%;
  min-height: 190px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(247, 240, 220, 0.05), rgba(247, 240, 220, 0)),
    rgba(16, 13, 25, 0.76);
  cursor: pointer;
  text-align: left;
}

.blog-card button:hover,
.blog-card button:focus-visible,
.blog-back:hover,
.blog-back:focus-visible {
  border-color: rgba(159, 134, 255, 0.5);
  outline: none;
}

.blog-empty,
.blog-reader {
  min-height: auto;
}

.blog-reader {
  overflow-y: auto;
}

.blog-back {
  width: fit-content;
  margin-bottom: 22px;
  padding: 8px 10px;
  border: 1px solid rgba(247, 240, 220, 0.18);
  border-radius: 4px;
  background: rgba(3, 4, 4, 0.54);
  color: var(--acid);
  cursor: pointer;
  font-family: var(--mono);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.blog-content {
  max-width: 860px;
  margin-top: 24px;
}

.blog-content h2,
.blog-content h3,
.blog-content h4 {
  margin: 28px 0 12px;
  line-height: 1.08;
}

.blog-content a {
  color: var(--acid);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blog-content img {
  width: 100%;
  height: auto;
  max-height: 56svh;
  object-fit: cover;
  margin-top: 12px;
  border: 1px solid rgba(247, 240, 220, 0.16);
  border-radius: 8px;
}

.blog-content figure {
  margin: 24px 0;
}

.blog-content figcaption {
  margin-top: 8px;
  color: rgba(247, 240, 220, 0.52);
  font-family: var(--mono);
  font-size: 0.66rem;
  text-transform: uppercase;
}

.blog-content blockquote {
  margin: 24px 0;
  padding-left: 18px;
  border-left: 2px solid var(--cyan);
}

.blog-content ul,
.blog-content ol {
  margin: 18px 0;
  padding-left: 26px;
}

.blog-content code,
.blog-content pre {
  font-family: var(--mono);
}

.blog-content code {
  padding: 0.12em 0.32em;
  border-radius: 3px;
  background: rgba(159, 134, 255, 0.14);
}

.blog-content pre {
  overflow-x: auto;
  margin: 24px 0;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 5px;
  background: rgba(5, 4, 10, 0.76);
}

.blog-content pre code {
  padding: 0;
  background: transparent;
}

.blog-content hr {
  margin: 28px 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.method-grid article {
  min-height: 200px;
}

.method-grid span {
  display: block;
  margin-bottom: 28px;
  color: rgba(159, 134, 255, 0.84);
}

.principle-strip {
  margin-top: 0;
}

.about-mantra {
  max-width: 1080px;
  margin: 0;
  color: var(--bone);
  font-family: var(--mono);
  font-size: clamp(1.15rem, 2.2vw, 2rem);
  line-height: 1.35;
}

.contact-shell {
  grid-template-columns: minmax(0, 0.7fr) minmax(460px, 0.8fr);
  align-items: center;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(16, 13, 25, 0.76);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: rgba(247, 240, 220, 0.68);
  font-family: var(--mono);
  font-size: 0.64rem;
  text-transform: uppercase;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(247, 240, 220, 0.18);
  border-radius: 6px;
  background: rgba(3, 4, 4, 0.7);
  color: var(--bone);
  outline: none;
}

.contact-form input,
.contact-form select {
  padding: 10px 12px;
}

.contact-form option {
  background: var(--black);
  color: var(--bone);
}

.contact-form textarea {
  padding: 12px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(159, 134, 255, 0.56);
  box-shadow: 0 0 0 3px rgba(159, 134, 255, 0.08);
}

.contact-form__wide,
.contact-form .button {
  grid-column: 1 / -1;
}

.university-archive {
  width: min(1120px, calc(100vw - 32px));
  max-height: min(760px, calc(100svh - 32px));
  margin: auto;
  padding: 0;
  border: 1px solid rgba(159, 134, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(247, 240, 220, 0.045), transparent 34%),
    var(--black);
  color: var(--bone);
  overflow: hidden;
}

.university-archive:not([open]) {
  display: none;
}

.university-archive::backdrop {
  background: rgba(3, 4, 4, 0.76);
  backdrop-filter: blur(12px);
}

.university-archive__inner {
  max-height: inherit;
  overflow-y: auto;
  padding: clamp(22px, 3vw, 34px);
}

.university-archive__head {
  margin-bottom: 24px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 240, 220, 0.2);
  border-radius: 50%;
  background: rgba(3, 4, 4, 0.7);
  color: var(--bone);
  cursor: pointer;
  font-size: 1.35rem;
  line-height: 1;
}

.modal-close:hover,
.modal-close:focus-visible {
  border-color: rgba(159, 134, 255, 0.58);
  color: var(--acid);
  outline: none;
}

.university-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.university-talk {
  min-width: 0;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  background: rgba(16, 13, 25, 0.94);
}

.university-talk__logo {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(247, 240, 220, 0.14);
  border-radius: 8px;
  background: rgba(247, 240, 220, 0.92);
}

.university-talk__logo img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.university-talk h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.12;
}

.university-talk p:not(.eyebrow) {
  margin: 10px 0 0;
  color: rgba(247, 240, 220, 0.7);
  font-size: 0.92rem;
  line-height: 1.45;
}

.university-talk a {
  display: inline-flex;
  width: fit-content;
  margin-top: 14px;
  color: var(--acid);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.ivy-badge {
  display: inline-flex;
  width: fit-content;
  margin-top: 8px;
  padding: 4px 7px;
  border: 1px solid rgba(78, 205, 196, 0.42);
  border-radius: 999px;
  color: var(--cyan);
  font-family: var(--mono);
  font-size: 0.6rem;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .screen-head--row {
    grid-template-columns: 1fr;
  }

  .team-grid,
  .service-grid,
  .method-grid,
  .blog-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .research-layout,
  .contact-shell {
    grid-template-columns: 1fr;
  }

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

  .framework-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-nav {
    align-items: flex-start;
    padding: 12px 14px;
  }

  .wordmark {
    flex: 0 0 auto;
  }

  .nav-links {
    justify-content: flex-start;
  }

  .screen__inner {
    padding: 30px 16px 86px;
    overflow-y: auto;
  }

  .ritual-line {
    font-size: 1.82rem;
  }

  .ritual-skip {
    right: 18px;
    top: 18px;
  }

  .sound-toggle {
    right: 16px;
    bottom: 16px;
  }

  .home-copy h2,
  .screen-head h2,
  .soon-teaser h2,
  .playground-teaser h2,
  .contact-teaser h2,
  .contact-shell h2 {
    font-size: 2.3rem;
    line-height: 1.02;
  }

  .kpi-grid,
  .team-grid,
  .service-grid,
  .method-grid,
  .blog-list,
  .contact-form,
  .framework-grid {
    grid-template-columns: 1fr;
  }

  .person-card,
  .service-grid article,
  .method-grid article,
  .research-panel,
  .framework-grid li {
    min-height: auto;
  }

  .exhibition-grid {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    overflow-x: hidden;
    overflow-y: visible;
  }

  .exhibition-card,
  .exhibition-card--wide {
    grid-template-columns: 1fr;
    grid-row: auto;
  }

  .exhibition-card img {
    aspect-ratio: 1.35;
    height: auto;
  }

  .university-archive {
    width: calc(100vw - 18px);
    max-height: calc(100svh - 18px);
  }

  .university-archive__inner {
    padding: 22px 14px;
  }

  .university-archive__grid {
    grid-template-columns: 1fr;
  }

  .university-talk {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .university-talk__logo {
    width: 58px;
    height: 58px;
  }

  .university-talk__logo img {
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 920px) {
  body.nav-open {
    overflow: hidden;
  }

  .site {
    height: 100svh;
    min-height: 100svh;
  }

  .site-nav {
    z-index: 70;
    min-height: 62px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    overflow: visible;
  }

  .wordmark {
    position: relative;
    z-index: 72;
    width: fit-content;
    min-height: 38px;
    max-width: 100%;
    padding: 7px 10px;
  }

  .menu-toggle {
    position: relative;
    z-index: 72;
    display: grid;
    justify-self: end;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    border-color: rgba(159, 134, 255, 0.56);
    color: var(--acid);
    outline: none;
  }

  .nav-links {
    position: fixed;
    inset: 0;
    z-index: 60;
    height: 100svh;
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    padding: 92px 22px 36px;
    overflow-y: auto;
    background:
      linear-gradient(180deg, rgba(159, 134, 255, 0.08), transparent 34%),
      radial-gradient(circle at 50% 100%, rgba(78, 205, 196, 0.14), transparent 42%),
      rgba(3, 4, 4, 0.98);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateY(-18px);
    transition: opacity 180ms ease, transform 240ms cubic-bezier(0.2, 0.8, 0.2, 1), visibility 180ms ease;
    scrollbar-width: none;
  }

  .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-link {
    width: 100%;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 9px 0;
    border: 0;
    border-bottom: 1px solid rgba(247, 240, 220, 0.13);
    border-radius: 0;
    background: transparent;
    color: rgba(247, 240, 220, 0.88);
    font-family: var(--display);
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1;
    text-align: left;
    text-transform: none;
  }

  .nav-link:hover,
  .nav-link:focus-visible,
  .nav-link.is-active {
    border-color: rgba(159, 134, 255, 0.5);
    background: transparent;
    color: var(--acid);
    outline: none;
  }

  .nav-link--cta {
    margin-top: 14px;
    border-bottom: 0;
    color: var(--black);
    background: var(--acid);
    justify-content: center;
    font-family: var(--mono);
    font-size: 0.86rem;
    text-transform: uppercase;
  }

  .nav-link--cta:hover,
  .nav-link--cta:focus-visible,
  .nav-link--cta.is-active {
    background: rgba(159, 134, 255, 0.88);
    color: var(--black);
  }

  .screen-stage {
    min-height: 0;
    height: calc(100svh - 62px);
  }

  .screen {
    overflow: hidden;
  }

  .screen__inner,
  .screen__inner--stack,
  .screen__inner--wide,
  .research-shell,
  .about-shell,
  .contact-shell {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .screen__inner {
    padding: 24px 16px 94px;
  }

  .screen__inner--stack,
  .screen__inner--wide,
  .research-shell,
  .about-shell,
  .contact-shell {
    gap: 20px;
  }

  .screen__inner--wide {
    display: block;
  }

  .screen__inner--wide .screen-head {
    margin-bottom: 20px;
  }

  .home-teaser,
  .soon-teaser,
  .playground-teaser,
  .contact-teaser {
    align-content: start;
    padding-top: max(24px, 8svh);
  }

  .home-fire-canvas {
    opacity: 0.64;
  }

  .home-copy {
    width: 100%;
  }

  .home-copy h2,
  .soon-teaser h2,
  .playground-teaser h2,
  .contact-teaser h2,
  .contact-shell h2,
  .screen-head h2 {
    max-width: none;
    font-size: 2.55rem;
    line-height: 1.02;
  }

  .home-copy p:not(.eyebrow),
  .screen-head p:not(.eyebrow),
  .soon-teaser p,
  .playground-teaser p,
  .contact-teaser p,
  .contact-shell p {
    max-width: none;
    margin-top: 18px;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .screen-head,
  .screen-head--row {
    max-width: none;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    align-items: start;
  }

  .home-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .section-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 4px;
  }

  .button,
  .service-grid article button,
  .card-action {
    width: 100%;
    min-height: 48px;
  }

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

  .kpi-grid span {
    min-height: 78px;
    padding: 12px;
  }

  .kpi-grid strong {
    font-size: 1.3rem;
  }

  .team-grid,
  .service-grid,
  .method-grid,
  .blog-list,
  .contact-form,
  .framework-grid {
    grid-template-columns: 1fr;
  }

  .person-card,
  .service-grid article,
  .method-grid article,
  .research-panel,
  .framework-grid li,
  .blog-card button {
    min-height: auto;
  }

  .person-card img {
    height: auto;
    aspect-ratio: 1.18;
  }

  .person-card div,
  .service-grid article,
  .method-grid article,
  .research-panel,
  .blog-empty,
  .blog-reader,
  .contact-form {
    padding: 16px;
  }

  .exhibition-grid {
    display: grid;
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 14px;
    overflow-x: hidden;
    overflow-y: visible;
    padding-bottom: 0;
    scroll-snap-type: none;
  }

  .exhibition-card {
    grid-template-columns: 1fr;
    scroll-snap-align: none;
  }

  .exhibition-card img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.72;
  }

  .exhibition-card > div {
    padding: 13px;
  }

  .exhibition-card dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .exhibition-card dl div {
    padding: 7px 6px;
  }

  .exhibition-card dt,
  .exhibition-card dd {
    font-size: 0.58rem;
  }

  .contact-shell {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-form {
    gap: 10px;
  }

  .blog-reader {
    max-height: none;
  }

  .blog-content img {
    max-height: none;
  }

  .university-archive {
    width: calc(100vw - 16px);
    max-height: calc(100svh - 16px);
  }
}

@media (max-width: 520px) {
  .site-nav {
    min-height: 60px;
    padding-inline: 12px;
  }

  .screen-stage {
    height: calc(100svh - 60px);
  }

  .nav-links {
    padding: 88px 18px 30px;
  }

  .nav-link {
    min-height: 48px;
    font-size: 1.8rem;
  }

  .nav-link--cta {
    font-size: 0.8rem;
  }

  .screen__inner {
    padding: 22px 14px 90px;
  }

  .ritual-content {
    width: min(100% - 26px, 760px);
    min-height: 540px;
    grid-template-rows: 136px 6.6em;
    row-gap: 26px;
    padding: 24px 0;
    transform: translateY(-2.5vh);
  }

  .ritual-line {
    font-size: 2.05rem;
    line-height: 1.08;
    height: 6.6em;
  }

  .ritual-brand {
    width: 128px;
    height: 136px;
  }

  .home-copy h2,
  .soon-teaser h2,
  .playground-teaser h2,
  .contact-teaser h2,
  .contact-shell h2,
  .screen-head h2 {
    font-size: 2.2rem;
  }

  .exhibition-card dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .exhibition-card dl div {
    padding: 9px;
  }

  .university-talk {
    grid-template-columns: 1fr;
  }
}

/* Cinematic rooms: one visual language for work, collaboration, education and team. */
.screen-head--compact {
  max-width: 1040px;
}

.screen-head--compact h2 {
  font-size: 3.65rem;
  line-height: 0.98;
}

.screen-head--compact p:not(.eyebrow) {
  max-width: 720px;
  margin-top: 14px;
}

.screen--work .work-shell {
  grid-template-rows: max-content max-content minmax(300px, 1fr) max-content;
  gap: 16px;
}

.impact-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  border: 1px solid rgba(159, 134, 255, 0.2);
  background: rgba(159, 134, 255, 0.16);
}

.impact-metric {
  position: relative;
  min-width: 0;
  min-height: 108px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 14px 16px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(159, 134, 255, 0.08), transparent 72%),
    var(--black);
}

.impact-metric::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: currentColor;
  opacity: 0.8;
}

.impact-metric--one { color: #6fe7dc; }
.impact-metric--two { color: #8ecbff; }
.impact-metric--three { color: #b59cff; }
.impact-metric--four { color: #df9cff; }

.impact-metric dt,
.impact-metric dd {
  margin: 0;
}

.impact-metric dt {
  font-family: var(--display);
  font-size: 2.65rem;
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: 0;
}

.impact-metric dd:nth-of-type(1) {
  color: var(--bone);
  font-size: 0.84rem;
  font-weight: 700;
}

.impact-metric dd:nth-of-type(2) {
  color: rgba(246, 242, 234, 0.48);
  font-family: var(--mono);
  font-size: 0.58rem;
  line-height: 1.4;
  text-transform: uppercase;
}

.story-carousel {
  min-width: 0;
  min-height: 0;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 2px 11px;
  scroll-padding-inline: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(159, 134, 255, 0.62) rgba(159, 134, 255, 0.1);
  scrollbar-width: thin;
}

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

.story-carousel::-webkit-scrollbar-track {
  background: rgba(159, 134, 255, 0.1);
}

.story-carousel::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, var(--cyan), var(--acid));
}

.story-card {
  position: relative;
  flex: 0 0 clamp(350px, 29vw, 430px);
  min-width: 0;
  min-height: 100%;
  border: 1px solid rgba(159, 134, 255, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
  isolation: isolate;
  scroll-snap-align: start;
}

.story-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: inherit;
  pointer-events: none;
  transition: border-color 240ms ease, background 240ms ease;
}

.story-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08);
  transition: transform 650ms cubic-bezier(0.2, 0.72, 0.2, 1), filter 300ms ease;
}

a.story-card:hover > img,
a.story-card:focus-visible > img {
  transform: scale(1.035);
  filter: saturate(1.05) contrast(1.08);
}

a.story-card:hover::after,
a.story-card:focus-visible::after {
  border-color: rgba(78, 205, 196, 0.7);
  background: rgba(78, 205, 196, 0.025);
}

a.story-card:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.story-card__overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  background:
    linear-gradient(180deg, rgba(5, 4, 10, 0.01) 16%, rgba(5, 4, 10, 0.42) 46%, rgba(5, 4, 10, 0.98) 100%),
    linear-gradient(90deg, rgba(5, 4, 10, 0.34), transparent 70%);
}

.story-card .eyebrow {
  margin-bottom: 9px;
  color: #81e8df;
  font-size: 0.64rem;
}

.story-card h3 {
  margin: 0;
  max-width: 92%;
  color: #fff;
  font-size: 1.85rem;
  line-height: 1.04;
}

.story-card p:not(.eyebrow) {
  max-width: 96%;
  margin: 10px 0 0;
  color: rgba(246, 242, 234, 0.78);
  font-size: 0.88rem;
  line-height: 1.46;
}

.story-card dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 17px 0 0;
}

.story-card dl div {
  min-width: 0;
}

.story-card dt,
.story-card dd {
  margin: 0;
}

.story-card dt {
  color: rgba(246, 242, 234, 0.64);
  font-family: var(--serif);
  font-size: 0.93rem;
  line-height: 1;
}

.story-card dd {
  margin-top: 4px;
  color: #c7b7ff;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.15;
}

.story-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.story-card__tags li {
  padding: 6px 8px;
  border: 1px solid rgba(129, 232, 223, 0.34);
  border-radius: 999px;
  background: rgba(5, 4, 10, 0.38);
  color: rgba(246, 242, 234, 0.84);
  font-family: var(--mono);
  font-size: 0.58rem;
  text-transform: uppercase;
}

.collaboration-shell,
.education-shell {
  width: min(100%, 1480px);
}

.collaboration-shell {
  grid-template-rows: max-content minmax(300px, 1fr) max-content;
  overflow: hidden;
}

.story-carousel--pillars .story-card {
  flex-basis: calc((100% - 32px) / 3);
}

.pillar-card:nth-child(1) > img { object-position: center 44%; }
.pillar-card:nth-child(2) > img { object-position: center; }
.pillar-card:nth-child(3) > img { object-position: center 34%; }

.education-shell {
  grid-template-rows: max-content minmax(0, 1fr) max-content;
  overflow: hidden;
}

.education-showcase {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(560px, 1.28fr);
  gap: 16px;
}

.education-feature {
  position: relative;
  min-height: 420px;
  border: 1px solid rgba(159, 134, 255, 0.24);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
}

.education-feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.08);
}

.education-feature > div {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;
  background: linear-gradient(180deg, transparent 25%, rgba(5, 4, 10, 0.96) 100%);
}

.education-feature h3 {
  max-width: 520px;
  margin: 0;
  font-size: 2rem;
  line-height: 1.04;
}

.education-feature p:not(.eyebrow) {
  max-width: 520px;
  margin: 10px 0 0;
  color: rgba(246, 242, 234, 0.74);
  line-height: 1.5;
}

.education-archive {
  min-height: 0;
  overflow-y: auto;
  padding-right: 7px;
  scrollbar-color: rgba(159, 134, 255, 0.58) rgba(159, 134, 255, 0.09);
  scrollbar-width: thin;
}

.education-archive .university-archive__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  border: 0;
  background: transparent;
}

.education-archive .university-talk {
  min-height: 184px;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 14px;
  padding: 15px;
  border: 1px solid rgba(159, 134, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(159, 134, 255, 0.08), transparent 62%),
    rgba(16, 13, 25, 0.92);
}

.education-archive .university-talk__logo {
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  background: rgba(246, 242, 234, 0.94);
}

.education-archive .university-talk__logo img {
  width: 48px;
  height: 48px;
}

.education-archive .university-talk .eyebrow {
  margin-bottom: 6px;
  font-size: 0.57rem;
}

.education-archive .university-talk h3 {
  font-size: 1rem;
}

.education-archive .university-talk p:not(.eyebrow) {
  margin-top: 7px;
  font-size: 0.78rem;
  line-height: 1.4;
}

.education-archive .university-talk a {
  margin-top: 9px;
  color: #81e8df;
  font-size: 0.58rem;
}

.education-archive .ivy-badge {
  margin-top: 5px;
  padding: 3px 6px;
  font-size: 0.52rem;
}

.public-stages {
  display: grid;
  grid-template-columns: minmax(170px, 0.42fr) minmax(0, 1.58fr);
  gap: 16px;
  align-items: start;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(159, 134, 255, 0.2);
}

.public-stages h3 {
  margin: 0;
  font-size: 1.35rem;
}

.stage-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.stage-links a {
  min-height: 66px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(159, 134, 255, 0.18);
  border-radius: 6px;
  background: rgba(159, 134, 255, 0.045);
  font-size: 0.78rem;
  font-weight: 700;
  transition: border-color 160ms ease, background 160ms ease;
}

.stage-links a:hover,
.stage-links a:focus-visible {
  border-color: rgba(78, 205, 196, 0.62);
  background: rgba(78, 205, 196, 0.07);
  outline: none;
}

.stage-links span {
  color: #81e8df;
  font-family: var(--mono);
  font-size: 0.54rem;
  font-weight: 400;
  text-transform: uppercase;
}

.about-shell {
  width: min(100%, 1480px);
  grid-template-rows: max-content minmax(300px, 1fr) max-content;
  overflow: hidden;
}

.team-carousel .story-card {
  flex-basis: calc((100% - 32px) / 3);
}

.team-carousel .person-card {
  min-height: 100%;
  border: 1px solid rgba(159, 134, 255, 0.24);
  background: var(--panel);
}

.team-carousel .person-card > img {
  height: 100%;
  aspect-ratio: auto;
  filter: saturate(0.88) contrast(1.06);
}

.person-card--manu > img { object-position: 40% center; }
.person-card--will > img { object-position: center 14%; }
.person-card--debi > img { object-position: center 20%; }

.team-carousel .story-card__overlay {
  padding: 20px;
  background: linear-gradient(180deg, transparent 14%, rgba(5, 4, 10, 0.28) 40%, rgba(5, 4, 10, 0.99) 100%);
}

.team-carousel .story-card h3 {
  font-size: 1.65rem;
}

.team-carousel .story-card p:not(.eyebrow) {
  font-size: 0.76rem;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .screen-head--compact h2 {
    font-size: 3.1rem;
  }

  .story-card,
  .story-carousel--pillars .story-card,
  .team-carousel .story-card {
    flex-basis: min(46vw, 430px);
  }

  .education-showcase {
    grid-template-columns: minmax(280px, 0.62fr) minmax(500px, 1.38fr);
  }

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

@media (max-width: 920px) {
  .js.is-revealed .sound-toggle {
    top: 11px;
    right: 68px;
    bottom: auto;
    z-index: 71;
    width: 38px;
    height: 38px;
  }

  .screen-head--compact h2 {
    font-size: 2.7rem;
  }

  .work-shell,
  .collaboration-shell,
  .education-shell,
  .about-shell {
    display: block;
    overflow-y: auto;
  }

  .impact-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 18px;
  }

  .impact-metric {
    min-height: 96px;
  }

  .impact-metric dt {
    font-size: 2.35rem;
  }

  .story-carousel {
    min-height: 430px;
    margin-top: 18px;
    padding-bottom: 10px;
  }

  .story-card,
  .story-carousel--pillars .story-card,
  .team-carousel .story-card {
    flex: 0 0 min(82vw, 380px);
    min-height: 420px;
  }

  .team-carousel {
    min-height: 510px;
  }

  .team-carousel .story-card {
    min-height: 500px;
  }

  .education-showcase {
    display: block;
    margin-top: 18px;
  }

  .education-feature {
    min-height: 390px;
  }

  .education-archive {
    overflow: visible;
    padding-right: 0;
  }

  .education-archive .university-archive__grid {
    margin-top: 14px;
  }

  .public-stages {
    grid-template-columns: 1fr;
  }

  .work-shell .section-actions,
  .collaboration-shell .section-actions,
  .education-shell .section-actions,
  .about-shell .section-actions {
    margin-top: 18px;
  }
}

@media (max-width: 620px) {
  .rss-subscribe {
    width: 100%;
    margin-top: 12px;
  }

  .screen-head--compact h2 {
    font-size: 2.25rem;
  }

  .screen-head--compact p:not(.eyebrow) {
    margin-top: 12px;
  }

  .impact-metric {
    min-height: 92px;
    padding: 12px;
  }

  .impact-metric dt {
    font-size: 2rem;
  }

  .impact-metric dd:nth-of-type(1) {
    font-size: 0.7rem;
  }

  .impact-metric dd:nth-of-type(2) {
    font-size: 0.5rem;
  }

  .story-carousel {
    min-height: 420px;
  }

  .story-card,
  .story-carousel--pillars .story-card,
  .team-carousel .story-card {
    flex-basis: min(86vw, 350px);
    min-height: 410px;
  }

  .story-card__overlay {
    padding: 18px;
  }

  .story-card h3 {
    max-width: 100%;
    font-size: 1.55rem;
  }

  .story-card p:not(.eyebrow) {
    max-width: 100%;
    font-size: 0.8rem;
  }

  .story-card dl {
    gap: 8px;
  }

  .story-card dt {
    font-size: 0.8rem;
  }

  .story-card dd {
    font-size: 0.62rem;
  }

  .team-carousel {
    min-height: 500px;
  }

  .team-carousel .story-card {
    min-height: 490px;
  }

  .education-feature {
    min-height: 340px;
  }

  .education-feature > div {
    padding: 18px;
  }

  .education-feature h3 {
    font-size: 1.6rem;
  }

  .education-archive .university-archive__grid,
  .stage-links {
    grid-template-columns: 1fr;
  }

  .education-archive .university-talk {
    min-height: 0;
    grid-template-columns: 58px minmax(0, 1fr);
  }
}

@media (max-width: 760px) {
  .screen--home .home-teaser {
    align-content: center;
    padding-top: max(34px, 7svh);
    padding-bottom: max(70px, 10svh);
  }

  .screen--home .home-copy {
    width: 100%;
    max-width: 620px;
    margin-inline: auto;
    text-align: center;
    transform: translateY(clamp(18px, 4svh, 36px));
  }

  .screen--home .home-copy p:not(.eyebrow) {
    margin-inline: auto;
  }

  .screen--home .home-logo {
    width: 126px;
    margin-inline: auto;
  }

  .screen--home .home-actions {
    justify-content: center;
  }
}

/* Readable type scale and full-width education archive. */
.eyebrow {
  margin-bottom: 12px;
  font-size: 0.86rem;
  line-height: 1.45;
}

.home-copy h2,
.soon-teaser h2,
.playground-teaser h2,
.contact-teaser h2,
.contact-shell h2 {
  font-size: clamp(3rem, 5vw, 5.25rem);
  line-height: 1;
}

.screen-head h2,
.screen-head--compact h2 {
  font-size: clamp(2.35rem, 3.8vw, 3.65rem);
  line-height: 1.02;
}

.home-copy p:not(.eyebrow),
.screen-head p:not(.eyebrow),
.soon-teaser p,
.playground-teaser p,
.contact-teaser p,
.contact-shell p {
  margin-top: 18px;
  color: rgba(247, 240, 220, 0.8);
  font-size: 1.12rem;
  line-height: 1.58;
}

.impact-metric dd:nth-of-type(1) {
  font-size: 0.94rem;
}

.impact-metric dd:nth-of-type(2) {
  color: rgba(246, 242, 234, 0.66);
  font-size: 0.72rem;
}

.story-card .eyebrow {
  margin-bottom: 8px;
  font-size: 0.76rem;
}

.story-card p:not(.eyebrow) {
  color: rgba(246, 242, 234, 0.88);
  font-size: 1rem;
  line-height: 1.48;
}

.story-card dt {
  color: rgba(246, 242, 234, 0.78);
  font-size: 1rem;
}

.story-card dd {
  font-size: 0.8rem;
}

.pillar-card h3 {
  max-width: 100%;
  color: var(--bone);
  font-family: var(--mono);
  font-size: 1.55rem;
  line-height: 1.1;
}

.pillar-card .story-card__overlay {
  padding: 26px;
}

.team-carousel .story-card p:not(.eyebrow) {
  font-size: 0.86rem;
  line-height: 1.5;
}

.education-shell {
  width: min(100%, 1480px);
  grid-template-rows: max-content max-content max-content;
  align-content: start;
  gap: 26px;
  overflow-y: auto;
}

.education-directory {
  min-width: 0;
  display: grid;
  gap: 34px;
}

.education-group {
  min-width: 0;
}

.education-group__heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 16px;
}

.education-group__heading .eyebrow {
  margin: 0;
}

.education-group__heading h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.08;
  text-align: right;
}

.education-shell .university-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
  gap: 12px;
  border: 0;
  background: transparent;
}

.education-shell .university-talk {
  min-height: 0;
  height: 100%;
  grid-template-columns: 56px minmax(0, 1fr);
  align-self: stretch;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(159, 134, 255, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(159, 134, 255, 0.09), transparent 62%),
    rgba(16, 13, 25, 0.92);
}

.education-shell .university-talk > div:not(.university-talk__logo) {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.education-shell .university-talk__logo {
  width: 56px;
  height: 56px;
  border: 0;
  border-radius: 50%;
  background: rgba(246, 242, 234, 0.96);
}

.education-shell .university-talk__logo img {
  width: 42px;
  height: 42px;
}

.education-shell .university-talk .eyebrow {
  margin-bottom: 5px;
  font-size: 0.74rem;
}

.education-shell .university-talk h3 {
  font-size: 1.18rem;
}

.education-shell .university-talk p:not(.eyebrow) {
  margin-top: 6px;
  color: rgba(246, 242, 234, 0.78);
  font-size: 0.9rem;
  line-height: 1.42;
}

.education-shell .university-talk a {
  margin-top: auto;
  padding-top: 9px;
  color: #81e8df;
  font-size: 0.72rem;
}

.education-shell .ivy-badge {
  margin-top: 6px;
  font-size: 0.6rem;
}

.public-stages,
.press-coverage {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 0;
  padding-top: 28px;
  border-top: 1px solid rgba(159, 134, 255, 0.22);
}

.public-stages h3 {
  font-size: 1.55rem;
}

.stage-links {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.stage-links a {
  min-height: 82px;
  padding: 14px;
  font-size: 0.92rem;
}

.stage-links span {
  font-size: 0.68rem;
}

.press-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.press-links a {
  min-width: 0;
  min-height: 138px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) max-content;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(159, 134, 255, 0.2);
  border-radius: 8px;
  background: rgba(159, 134, 255, 0.045);
  transition: border-color 160ms ease, transform 160ms ease;
}

.press-links a:hover,
.press-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(78, 205, 196, 0.64);
  outline: none;
}

.press-logo {
  min-height: 88px;
  display: grid;
  place-items: center;
  padding: 18px;
  border-radius: 5px;
  background: #f6f2ea;
}

.press-logo img {
  width: 100%;
  height: 46px;
  object-fit: contain;
}

.press-logo .press-logo__cmf {
  height: 64px;
  transform: scale(1.55);
}

.press-links strong {
  padding: 0 4px 3px;
  color: rgba(246, 242, 234, 0.72);
  font-family: var(--mono);
  font-size: 0.68rem;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-shell {
  width: min(100%, 1180px);
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
  gap: 28px;
}

.contact-shell .screen-head {
  max-width: 1040px;
}

.contact-form {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
}

.contact-form label {
  gap: 8px;
  color: rgba(247, 240, 220, 0.82);
  font-size: 0.8rem;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  min-height: 50px;
  font: inherit;
}

.contact-form textarea {
  min-height: 132px;
}

.contact-form .form-honey {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form__status {
  min-height: 1.5em;
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(247, 240, 220, 0.68);
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.45;
}

.contact-form__status:empty {
  display: none;
}

.contact-form__status.is-success {
  color: var(--cyan);
}

.contact-form__status.is-error {
  color: #df9cff;
}

.contact-form__status a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.required-mark {
  color: var(--cyan);
  font: inherit;
}

@media (max-width: 920px) {
  .education-shell {
    display: block;
  }

  .education-directory {
    margin-top: 22px;
  }

  .education-shell .university-archive__grid,
  .stage-links,
  .press-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .contact-form__theme {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .eyebrow {
    font-size: 0.8rem;
  }

  .home-copy h2,
  .soon-teaser h2,
  .playground-teaser h2,
  .contact-teaser h2,
  .contact-shell h2,
  .screen-head h2,
  .screen-head--compact h2 {
    font-size: 2.2rem;
    line-height: 1.04;
  }

  .home-copy p:not(.eyebrow),
  .screen-head p:not(.eyebrow),
  .soon-teaser p,
  .playground-teaser p,
  .contact-teaser p,
  .contact-shell p {
    margin-top: 14px;
    font-size: 1rem;
  }

  .impact-metric dd:nth-of-type(1) {
    font-size: 0.82rem;
  }

  .impact-metric dd:nth-of-type(2) {
    font-size: 0.64rem;
  }

  .story-card .eyebrow {
    font-size: 0.7rem;
  }

  .story-card p:not(.eyebrow) {
    font-size: 0.92rem;
  }

  .story-card dt {
    font-size: 0.9rem;
  }

  .story-card dd {
    font-size: 0.74rem;
  }

  .pillar-card h3 {
    font-size: 1.3rem;
  }

  .pillar-card .story-card__overlay {
    padding: 20px;
  }

  .education-group__heading {
    display: block;
  }

  .education-group__heading h3 {
    margin-top: 7px;
    font-size: 1.35rem;
    text-align: left;
  }

  .education-shell .university-archive__grid,
  .stage-links,
  .press-links,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .education-shell .university-talk {
    min-height: 0;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 13px;
  }

  .education-shell .university-talk__logo {
    width: 52px;
    height: 52px;
  }

  .education-shell .university-talk__logo img {
    width: 40px;
    height: 40px;
  }

  .press-links a {
    min-height: 124px;
  }

  .contact-form__theme {
    grid-column: auto;
  }
}
