:root {
  --ink: #050505;
  --muted: #4b4b4b;
  --blue: #0429ff;
  --paper: #ffffff;
  --line: #e8e8e8;
}

.experience-page.is-focused .experience-menu {
  align-content: center;
  gap: 18px;
}

.experience-page.is-focused .experience-tab.is-active {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}

.experience-note {
  display: none;
  max-width: 540px;
  color: var(--ink);
  font-size: clamp(10px, 0.96vw, 13px);
  line-height: 1.55;
}

.experience-note p {
  margin: 0;
  color: var(--ink);
}

.experience-note a {
  color: var(--blue);
  text-decoration: none;
}

.experience-note a:hover,
.experience-note a:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.experience-note-title {
  margin: 0 0 18px !important;
  font-weight: 500;
  text-align: center;
}

.experience-note-spacer {
  margin-top: 22px !important;
}

.experience-page.is-focused[data-active-panel="work"] .experience-note-work,
.experience-page.is-focused[data-active-panel="achievements"] .experience-note-achievements,
.experience-page.is-focused[data-active-panel="education"] .experience-note-education,
.experience-page.is-focused .experience-scroll-cue {
  display: block;
}

.experience-panel > .experience-highlight-card,
.experience-panel > .achievement-brief {
  display: none;
}

.org-mark-kinia {
  padding: 0;
  background: #050505;
}

.org-mark-kinia img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.org-mark-teens {
  padding: 2px;
}

.org-mark-teens img {
  width: 170%;
  height: 170%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

/* Glitch fix: keep the floating header mathematically centered. */
.site-header,
.page-right-brain .site-header {
  position: fixed !important;
  top: 8px;
  right: max(14px, calc((100vw - 1140px) / 2)) !important;
  left: max(14px, calc((100vw - 1140px) / 2)) !important;
  width: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transform: none !important;
}

body.has-scrolled .site-header {
  top: 8px;
  transform: none !important;
}

/* Glitch fix: restore and center the Teens in Health mark inside its frame. */
.org-mark-teens {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 4px;
}

.org-mark-teens img {
  display: block;
  width: 128%;
  height: 128%;
  max-width: none;
  max-height: none;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

.experience-entry h2 {
  color: var(--ink);
}

.experience-entry .experience-role,
.education-card .experience-role,
.experience-date {
  color: var(--muted);
}

.experience-bullets li::before,
.achievement-highlight-list li::before,
.achievement-list li::before {
  background: rgba(5, 5, 5, 0.42);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  transition:
    width 220ms ease,
    margin 220ms ease,
    padding 220ms ease,
    border-color 220ms ease,
    border-radius 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

body.has-scrolled .site-header {
  width: min(calc(100% - 28px), 1140px);
  margin: 8px auto 0;
  padding: 9px 18px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(5, 5, 5, 0.09);
  backdrop-filter: blur(18px);
}

body.has-scrolled .nav-links {
  gap: clamp(14px, 2.4vw, 32px);
}

.page-right-brain.has-scrolled .site-header,
body.has-scrolled.page-right-brain .site-header {
  background: rgba(255, 255, 255, 0.84);
}

.right-brain-page .section-intro {
  margin-left: 0;
}

.org-mark-teens img {
  width: 320%;
  height: 320%;
}

.page-gallery .gallery-page {
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: clamp(54px, 7vh, 82px) 34px 96px;
}

.page-gallery .gallery-hero {
  max-width: 760px;
  margin-bottom: clamp(54px, 7vh, 78px);
  padding-left: 0;
  border-left: 0;
}

.page-gallery .gallery-hero .section-kicker {
  margin: 0 0 clamp(32px, 5vh, 52px);
  color: var(--ink);
  font-size: clamp(18px, 2.15vw, 26px);
  font-weight: 400;
  line-height: 1.18;
}

.page-gallery .gallery-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--blue);
  font-size: clamp(15px, 1.65vw, 21px);
  font-weight: 400;
  line-height: 1.38;
}

.page-gallery .gallery-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.65;
}

.gallery-year {
  margin-top: clamp(46px, 7vh, 74px);
}

.gallery-year h2 {
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(20px, 2.7vw, 34px);
  font-weight: 400;
  line-height: 1.08;
}

.gallery-set {
  margin-top: 30px;
}

.gallery-set + .gallery-set {
  margin-top: 48px;
}

.gallery-set h3 {
  max-width: 980px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(13px, 1.35vw, 18px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.gallery-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.gallery-placeholder {
  display: grid;
  place-items: center;
  min-height: clamp(118px, 12vw, 176px);
  padding: 12px;
  border-radius: 6px;
  background: #050505;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.gallery-placeholder span {
  font-size: 10px;
  line-height: 1.35;
}

.experience-page.is-focused[data-active-panel="achievements"] .experience-note-achievements {
  display: grid;
  gap: 9px;
}

.org-mark-teens {
  padding: 0;
}

.org-mark-teens img {
  width: 245%;
  height: 245%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.page-gallery .gallery-page {
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: clamp(54px, 7vh, 82px) 34px 96px;
}

.page-gallery .gallery-hero {
  max-width: 760px;
  margin-bottom: clamp(58px, 8vh, 86px);
  padding-left: 0;
  border-left: 0;
}

.page-gallery .gallery-hero h1 {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(28px, 3.3vw, 42px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

.page-gallery .gallery-hero .section-kicker {
  margin: 0 0 16px;
  color: var(--blue);
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.4;
}

.page-gallery .gallery-hero p:not(.section-kicker) {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.65;
}

.gallery-year {
  margin-top: clamp(54px, 8vh, 86px);
}

.gallery-year h2 {
  margin: 0 0 34px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(26px, 4vw, 52px);
  font-weight: 500;
  line-height: 1;
}

.gallery-set {
  margin-top: 34px;
}

.gallery-set + .gallery-set {
  margin-top: 54px;
}

.gallery-set h3 {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: clamp(15px, 1.7vw, 22px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.25;
}

.gallery-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.gallery-placeholder {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 188px;
  aspect-ratio: 1 / 1;
  border-radius: 4px;
  background: #050505;
  color: rgba(255, 255, 255, 0.72);
  overflow: hidden;
}

.gallery-placeholder span {
  max-width: 72%;
  font-size: clamp(9px, 0.82vw, 11px);
  line-height: 1.35;
  text-align: center;
}

.org-mark-teens img {
  width: 310%;
  height: 310%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

@media (max-width: 980px) {
  .gallery-placeholder-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .page-gallery .gallery-page {
    padding-right: 14px;
    padding-left: 14px;
  }

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

.experience-note-achievements {
  display: none;
  gap: 9px;
}

.experience-page.is-focused[data-active-panel="achievements"] .experience-note-achievements {
  display: grid;
}

.experience-note-achievements strong {
  font-weight: 500;
}

.org-mark-teens {
  padding: 0;
}

.org-mark-teens img {
  width: 245%;
  height: 245%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  min-height: 100%;
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-weight: 300;
}

body.page-experience {
  height: 100vh;
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.page-shell {
  width: 100%;
  min-height: 100vh;
}

.page-experience .page-shell {
  height: 100vh;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: 18px 26px 0;
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.3;
  letter-spacing: 0;
}

.brand {
  flex: 0 0 auto;
  font-weight: 400;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(20px, 3.6vw, 44px);
  color: var(--muted);
}

.nav-links a {
  white-space: nowrap;
}

.page-left-brain .nav-left,
.project-detail-page:not(.page-right-brain) .nav-left,
.page-right-brain .nav-right,
.page-advocacy .nav-advocacy,
.page-experience .nav-experience,
.page-gallery .nav-gallery,
body:has(#about:target) .nav-about,
body:has(#contact:target) .nav-contact,
body:has(#right-brain:target) .nav-right,
body:has(#experience:target) .nav-experience,
body:has(#gallery:target) .nav-gallery {
  color: var(--blue);
}

.page-right-brain {
  position: relative;
  overflow-x: clip;
  background: var(--paper);
  --right-bg-offset: 0px;
}

.page-right-brain::before {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background-image: url("assets/right-brain-background-floral.png");
  background-position: center var(--right-bg-offset);
  background-size: max(100vw, 980px) auto;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 10%,
    rgba(0, 0, 0, 0.3) 44%,
    rgba(0, 0, 0, 0.3) 68%,
    #000 100%
  );
  mask-image: linear-gradient(
    to bottom,
    #000 0%,
    #000 10%,
    rgba(0, 0, 0, 0.3) 44%,
    rgba(0, 0, 0, 0.3) 68%,
    #000 100%
  );
}

.page-right-brain::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.7) 45%,
    rgba(255, 255, 255, 0.7) 68%,
    rgba(255, 255, 255, 0) 100%
  );
}

.page-right-brain .page-shell {
  position: relative;
  z-index: 2;
}

.page-right-brain .site-header {
  position: relative;
  z-index: 3;
  margin-top: 8px;
  padding: 13px 22px 12px;
  border: 1px solid rgba(4, 41, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(12px);
}

.page-right-brain .nav-links a,
.page-right-brain .brand {
  transition: color 180ms ease, transform 180ms ease;
}

.page-right-brain .nav-links a:hover,
.page-right-brain .nav-links a:focus-visible {
  color: var(--blue);
  transform: translateY(-1px);
}

.page-right-brain .site-footer {
  border-top-color: rgba(255, 255, 255, 0.75);
  color: var(--paper);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.34);
}

.page-right-brain .site-footer a {
  color: var(--paper);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  width: min(100%, 1480px);
  min-height: calc(100vh - 18px);
  margin: 0 auto;
  padding: clamp(54px, 7.5vh, 82px) 34px clamp(42px, 5.2vh, 62px);
}

.hero > * {
  min-width: 0;
}

.hero::after {
  position: absolute;
  right: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  content: "";
  background: #dedede;
  transform: translateX(50%);
}

.intro-copy {
  position: relative;
  z-index: 2;
  max-width: 100%;
  text-align: center;
}

.intro-copy h1 {
  margin: 0;
  font-size: clamp(18px, 2.15vw, 26px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
}

.intro-copy p {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: clamp(11px, 1.08vw, 13px);
  line-height: 1.5;
}

.collage-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: clamp(10px, 2.1vh, 24px) auto 0;
}

.collage-wrap img {
  display: block;
  width: min(98vw, 1320px);
  max-width: none;
  height: auto;
  transform: translateX(2px);
}
.hero-collage {
  opacity: 0;
  transform: translateX(2px) translateY(4px);
  transition:
    opacity 280ms ease,
    transform 280ms ease;
}

.hero-collage.is-loaded {
  opacity: 1;
  transform: translateX(2px) translateY(0);
}

.achievement-strip {
  width: min(100%, 1128px);
  margin: clamp(8px, 1.8vh, 20px) auto 0;
  color: var(--muted);
  font-size: clamp(11px, 1.12vw, 14px);
  line-height: 1.55;
  text-align: center;
  overflow-wrap: break-word;
}

.about-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
  gap: clamp(36px, 5vw, 64px);
  align-items: center;
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: clamp(62px, 7vh, 84px) 34px 78px;
}

.about-copy {
  max-width: 560px;
}

.section-kicker {
  margin: 0 0 20px;
  color: var(--blue);
  font-size: clamp(22px, 3.2vw, 38px);
  font-weight: 300;
  line-height: 1;
}

.about-section .section-kicker {
  color: var(--muted);
  font-size: clamp(11px, 1.12vw, 14px);
  line-height: 1.55;
}

.about-copy h2 {
  max-width: 540px;
  margin: 0 0 24px;
  font-size: clamp(18px, 2.15vw, 26px);
  font-weight: 400;
  line-height: 1.2;
}

.about-copy p {
  max-width: 520px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(12px, 1.34vw, 16px);
  line-height: 1.72;
}

.about-copy strong {
  font-weight: 500;
}

.about-copy .about-gap {
  margin-top: 34px;
}

.murmuration-note {
  position: relative;
  max-width: 420px;
  margin: 26px 0 0;
  padding: 0 0 0 18px;
  border: 0;
  color: var(--ink);
}

.murmuration-note::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 4px;
  left: 0;
  width: 1px;
  background: var(--blue);
}

.murmuration-title {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 10px;
  align-items: baseline;
  margin: 0 0 10px;
}

.murmuration-title h3 {
  margin: 0;
  color: var(--blue);
  font-size: clamp(12px, 1.16vw, 14px);
  font-weight: 400;
  line-height: 1.25;
}

.murmuration-title p,
.about-copy .murmuration-title p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.35;
}

.murmuration-note p,
.about-copy .murmuration-note p {
  max-width: 360px;
  margin: 0 0 10px;
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.6;
}

.murmuration-note .murmuration-caption,
.about-copy .murmuration-note .murmuration-caption {
  margin-bottom: 0;
  color: var(--muted);
  font-size: clamp(9px, 0.88vw, 11px);
  line-height: 1.55;
}

.murmuration-caption strong {
  font-weight: 600;
}

.about-copy .location-line {
  margin-top: 20px;
  font-size: clamp(12px, 1.34vw, 16px);
  line-height: 1.72;
}

.location-line span {
  color: var(--blue);
}

.polaroid-cluster {
  position: relative;
  width: 100%;
  min-height: 405px;
}

.about-photo {
  position: absolute;
  margin: 0;
}

.about-photo img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.about-photo::before {
  display: none;
}

.about-photo-current {
  top: 6px;
  left: 0;
  z-index: 1;
  width: min(36vw, 260px);
  transform: rotate(-0.6deg);
}

.about-photo-early {
  right: -54px;
  bottom: -8px;
  z-index: 2;
  width: min(49vw, 352px);
  transform: rotate(4.4deg);
}

.about-photo-early::before {
  display: none;
}

.about-photo-early::after {
  display: none;
}

.memory-arrow {
  position: absolute;
  top: 66px;
  left: 42%;
  z-index: 3;
  width: min(36vw, 255px);
  height: auto;
  overflow: visible;
  fill: none;
  stroke: var(--blue);
  stroke-width: 6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.memory-arrow path:first-child {
  stroke-dasharray: 26 28;
}

.left-brain-section {
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: 46px 34px 86px;
  background: var(--paper);
}

.left-brain-section.standalone-page {
  min-height: calc(100vh - 64px);
  padding-top: clamp(34px, 5.5vh, 62px);
}

.section-intro {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section-intro h1,
.section-intro h2 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.15vw, 26px);
  font-weight: 400;
  line-height: 1.2;
}

.section-intro p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.45;
}

.project-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 760px;
  margin: 20px auto 0;
}

.project-filter button {
  min-height: 29px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--paper);
  font: inherit;
  font-size: clamp(10px, 0.92vw, 12px);
  line-height: 1;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
}

.project-filter button:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.project-filter button[aria-pressed="true"] {
  border-color: var(--blue);
  color: var(--paper);
  background: var(--blue);
}

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

.project-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 12px 12px 14px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 2px;
  background: var(--paper);
  box-shadow: 0 18px 34px rgba(5, 5, 5, 0.08);
  transform: rotate(-0.35deg);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.project-card:nth-child(2n) {
  transform: rotate(0.28deg);
}

.project-card:nth-child(3n) {
  transform: rotate(-0.18deg);
}

.project-card:hover,
.project-card:focus-within {
  border-color: rgba(4, 41, 255, 0.34);
  box-shadow: 0 24px 48px rgba(5, 5, 5, 0.12);
  transform: translateY(-2px) rotate(0deg);
}

.project-card.is-hidden {
  display: none;
}

.project-card.is-last-visible {
  grid-column: 2;
  width: 100%;
  justify-self: center;
}

.project-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  min-height: 0;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background:
    linear-gradient(135deg, transparent 0 49.6%, rgba(0, 0, 0, 0.08) 50%, transparent 50.4%),
    linear-gradient(45deg, transparent 0 49.6%, rgba(0, 0, 0, 0.08) 50%, transparent 50.4%),
    #fbfbfb;
}

.project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.traffic-card .project-image img {
  object-position: center bottom;
}

.project-card[data-tags~="neuroscience"] .project-image img {
  object-position: center 44%;
}

.pocket-card .project-image img {
  object-fit: cover;
  object-position: center;
}

.learn-card .project-image img {
  object-fit: cover;
  object-position: center;
}

.project-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 10px 0;
}

.project-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-content: flex-start;
  min-height: 39px;
  margin-bottom: 8px;
}

.project-icons span {
  display: inline-flex;
  align-items: center;
  min-height: 17px;
  padding: 2px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: transparent;
  font-weight: 400;
  font-size: clamp(7px, 0.62vw, 9px);
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.project-icons span:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.project-body h2 {
  margin: 0 0 10px;
  font-size: clamp(11px, 0.94vw, 13px);
  font-weight: 500;
  line-height: 1.22;
}

.project-body p {
  flex: 1;
  min-height: 42px;
  margin: 0 0 16px;
  font-size: clamp(8px, 0.7vw, 10px);
  line-height: 1.45;
}

.project-link {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin-top: auto;
  padding: 7px 10px;
  width: max-content;
  border: 1px solid rgba(4, 41, 255, 0.72);
  background: rgba(4, 41, 255, 0.025);
  color: var(--blue);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.project-link:hover,
.project-link:focus-visible {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--paper);
}

.right-brain-page {
  counter-reset: creative-section;
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: clamp(34px, 5.5vh, 62px) 34px 94px;
}

.right-brain-page .section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  max-width: 1060px;
  margin-bottom: 70px;
  padding: 28px 30px;
  border-left: 2px solid var(--blue);
  background: rgba(255, 255, 255, 0.88);
  border-radius: 0 8px 8px 0;
  text-align: left;
}

.right-brain-page .section-intro h1 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(18px, 2.15vw, 26px);
  line-height: 1.2;
}

.right-brain-page .section-intro p {
  grid-column: 1;
  margin: 14px 0 0;
}

.right-brain-jump {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1;
  justify-content: flex-start;
  gap: 10px;
  width: fit-content;
  max-width: 100%;
  margin: 2px 0 0;
  padding: 8px;
  border: 1px solid rgba(5, 5, 5, 0.06);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
}

.right-brain-jump button {
  min-height: 29px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: var(--paper);
  font: inherit;
  font-size: clamp(10px, 0.92vw, 12px);
  line-height: 1;
  cursor: pointer;
}

.right-brain-jump button:hover,
.right-brain-jump button:focus-visible {
  border-color: var(--blue);
  color: var(--blue);
}

.right-brain-jump button[aria-pressed="true"] {
  border-color: var(--blue);
  color: var(--paper);
  background: var(--blue);
}

.creative-section {
  position: relative;
  counter-increment: creative-section;
  margin-top: 76px;
  padding: 28px 0 0 64px;
  border-left: 1px solid var(--blue);
}

.creative-section.is-hidden {
  display: none;
}

.creative-section::before {
  position: absolute;
  top: 29px;
  left: -19px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  content: counter(creative-section, decimal-leading-zero);
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  background: var(--paper);
  font-size: 10px;
}

.creative-section h2 {
  width: max-content;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 4px 8px 6px;
  padding-bottom: 5px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid var(--blue);
  border-radius: 6px 6px 3px 3px;
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 500;
  line-height: 1.24;
}

.creative-section > p {
  max-width: 820px;
  margin: 0 0 20px;
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.5;
}

.ruled-section {
  padding-top: 28px;
}

.creative-card-image {
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  color: var(--muted);
  font-size: clamp(18px, 2vw, 28px);
}

.creative-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.community-building-section {
  max-width: 100%;
  overflow: visible;
}

.community-image-strip {
  width: calc(100% + 106px);
  margin-left: -64px;
  overflow: hidden;
}

.community-strip-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: community-strip-forward 34s linear infinite;
}

.community-image-strip-bottom .community-strip-track {
  animation-name: community-strip-reverse;
  animation-duration: 38s;
}

.community-strip-group {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
  padding-right: 18px;
}

.community-image-slot,
.community-side-image {
  background-color: #d9d9d9;
  background-image:
    var(--slot-image, none),
    linear-gradient(135deg, #dedede 0 49.5%, #d4d4d4 50% 50.5%, #dedede 51% 100%);
  background-position: center;
  background-size: cover;
}

.community-image-slot {
  flex: 0 0 clamp(230px, 29vw, 330px);
  aspect-ratio: 1.88 / 1;
}

.community-showcase {
  display: grid;
  grid-template-columns: minmax(170px, 0.48fr) minmax(360px, 600px) minmax(240px, 0.68fr);
  gap: clamp(18px, 3vw, 40px);
  align-items: center;
  min-height: 540px;
  padding: 24px 0;
}

.community-side-image {
  position: relative;
  width: min(100%, 300px);
  aspect-ratio: 0.75 / 1;
  padding: 8px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background-origin: content-box;
  background-clip: content-box, border-box;
  box-shadow: 0 18px 36px rgba(5, 5, 5, 0.1);
  transform: rotate(-2deg);
}

.community-side-image::before {
  position: absolute;
  top: -8px;
  left: 50%;
  z-index: 2;
  width: 32px;
  height: 12px;
  content: "";
  border: 1.5px solid rgba(4, 41, 255, 0.72);
  border-left-width: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: 0 3px 10px rgba(4, 41, 255, 0.12);
  transform: translateX(-50%) rotate(14deg);
}

.community-side-image-left {
  justify-self: start;
}

.community-side-image-right {
  width: min(100%, 450px);
  justify-self: end;
  transform: rotate(2deg);
}

.community-side-image-wrap {
  display: grid;
  gap: 12px;
  justify-items: end;
}

.community-side-image-wrap-right {
  justify-self: end;
}

.impact-report-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: min(100%, 340px);
  max-width: 340px;
  padding: 9px 14px;
  border: 1px solid rgba(4, 41, 255, 0.7);
  color: var(--blue);
  background: rgba(255, 255, 255, 0.92);
  font-size: clamp(9px, 0.84vw, 11px);
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(4, 41, 255, 0.09);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.impact-report-link:hover,
.impact-report-link:focus-visible {
  color: var(--paper);
  background: var(--blue);
  transform: translateY(-1px);
}

.community-focus-card {
  width: 100%;
  max-width: 620px;
  justify-self: center;
  clip-path: none;
  border-width: 2px;
  box-shadow: 0 14px 30px rgba(4, 41, 255, 0.16);
}

.community-focus-card .creative-card-image {
  position: relative;
  flex: 0 0 auto;
  width: calc(100% - 24px);
  margin: 12px 12px 0;
  aspect-ratio: 1.35 / 1;
  overflow: hidden;
  border: 0;
}

.community-focus-card .creative-card-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.community-focus-card .project-body {
  min-height: 0;
  padding: 14px;
}

.community-focus-card .project-body h3 {
  margin: 0 0 8px;
  font-size: clamp(13px, 1.3vw, 17px);
  font-weight: 500;
}

.community-focus-card .project-body p {
  flex: 0 0 auto;
  min-height: 0;
  margin-bottom: 14px;
  font-size: clamp(10px, 1vw, 12px);
  line-height: 1.55;
}

.community-image-strip-bottom {
  margin-top: 0;
}

.role-label {
  flex: 0 !important;
  min-height: 0 !important;
  width: max-content;
  margin: 0 0 12px !important;
  padding: 2px 7px;
  border: 1px solid var(--line);
  color: var(--muted);
  background: transparent;
  border-radius: 999px;
  font-size: clamp(8px, 0.72vw, 10px) !important;
  line-height: 1;
}

.creative-card h3,
.media-caption h3,
.creative-section > h3 {
  width: max-content;
  max-width: 100%;
  margin: 0 0 10px;
  padding: 3px 6px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  font-size: clamp(13px, 1.16vw, 16px);
  font-weight: 500;
  line-height: 1.3;
}

.tool-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 30px;
}

.tool-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 5px 10px 5px 7px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.86);
  font-size: clamp(8px, 0.78vw, 10px);
}

.tool-row img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.media-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(170px, 0.62fr);
  gap: 24px;
  align-items: stretch;
}

.media-side {
  display: grid;
  gap: 14px;
}

.media-side .image-tile:nth-child(2) {
  transform: translateX(-18px);
}

.media-side .image-tile:nth-child(3) {
  transform: translateX(10px);
}

.video-tile,
.image-tile,
.podcast-frame {
  display: grid;
  place-items: center;
  min-height: 120px;
  border: 1px solid var(--ink);
  border-top: 3px solid var(--blue);
  background: #d9d9d9;
  color: var(--muted);
  box-shadow: 0 16px 34px rgba(5, 5, 5, 0.09);
  font-size: clamp(18px, 2.5vw, 34px);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.video-tile:hover,
.image-tile:hover,
.podcast-frame:hover {
  box-shadow: 0 22px 46px rgba(5, 5, 5, 0.13);
  transform: translateY(-2px);
}

.video-tile span,
.image-tile span,
.podcast-frame span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.72);
  font-size: 15px;
}

.video-tile iframe,
.podcast-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: inherit;
  border: 0;
}

.image-tile {
  overflow: hidden;
}

.image-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video {
  min-height: 380px;
}

.media-caption {
  margin: 8px 0 30px;
}

.video-description {
  max-width: 720px;
  margin: 8px 0 10px;
  padding: 5px 7px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  font-size: clamp(9px, 0.84vw, 11px);
  line-height: 1.45;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 10px;
}

#music .video-grid {
  grid-template-columns: 1fr 0.85fr 1fr;
}

.video-grid .video-tile {
  aspect-ratio: 16 / 9;
}

.motion-block,
.podcast-block {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.55fr);
  gap: 12px;
  align-items: center;
}

.motion-block p,
.podcast-block p {
  margin: 0;
  padding: 10px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.55;
}

.motion-hero,
.drumming-hero {
  min-height: 320px;
}

.drumming-hero {
  width: min(100%, 880px);
}

.podcast-frame {
  width: min(100%, 520px);
  aspect-ratio: 16 / 9;
}

.tool-icon-row span {
  gap: 6px;
  min-height: 26px;
  padding: 3px 8px 3px 5px;
}

.tool-icon-row img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.creative-gallery {
  margin-top: 22px;
}

.creative-gallery .detail-gallery div {
  display: grid;
  place-items: center;
  color: var(--muted);
}

.drumming-image-strip {
  width: calc(100% + 42px);
  margin: 22px 0 0 -42px;
  overflow: hidden;
}

.drumming-strip-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: community-strip-forward 36s linear infinite;
}

.drumming-strip-group {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
  padding-right: 18px;
}

.drumming-strip-group img {
  display: block;
  flex: 0 0 clamp(250px, 32vw, 390px);
  width: clamp(250px, 32vw, 390px);
  aspect-ratio: 4 / 3;
  padding: 8px 8px 18px;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background: #fff;
  box-shadow: 0 14px 30px rgba(5, 5, 5, 0.1);
  object-fit: cover;
}

.poster-image-strip {
  width: calc(100% + 42px);
  margin: 22px 0 0 -42px;
  overflow: hidden;
}

.poster-strip-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: community-strip-forward 44s linear infinite;
}

.poster-strip-group {
  display: flex;
  flex: 0 0 auto;
  gap: 18px;
  padding-right: 18px;
}

.poster-strip-group img {
  display: block;
  flex: 0 0 clamp(180px, 22vw, 270px);
  width: clamp(180px, 22vw, 270px);
  aspect-ratio: 3 / 4;
  border: 1px solid var(--line);
  object-fit: cover;
}

.poster-gallery .detail-gallery div {
  aspect-ratio: 3 / 4;
}

.project-detail {
  position: relative;
  width: min(calc(100% - 44px), 900px);
  min-height: 1380px;
  margin: 0 auto 32px;
  padding: 46px clamp(24px, 3vw, 36px) 26px;
  border-right: 1px solid var(--blue);
  border-left: 1px solid var(--blue);
}

.detail-back {
  display: inline-flex;
  margin-bottom: 42px;
  color: var(--muted);
  font-size: clamp(11px, 1vw, 13px);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.detail-back:hover,
.detail-back:focus-visible {
  color: var(--blue);
}

.project-detail h1 {
  max-width: 760px;
  margin: 0 auto 64px;
  font-size: clamp(16px, 1.7vw, 22px);
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.project-detail section {
  margin-bottom: 58px;
}

.project-detail .recognition-section {
  min-height: 132px;
  margin-bottom: 190px;
}

.project-detail h2 {
  margin: 0 0 24px;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 500;
  line-height: 1.3;
}

.video-placeholder,
.detail-gallery div,
.recognition-placeholder {
  background: #d9d9d9;
}

.video-placeholder {
  width: min(100%, 720px);
  aspect-ratio: 16 / 6.8;
}

.detail-about {
  min-height: 390px;
}

.detail-about p {
  max-width: 720px;
  margin: 0 0 18px;
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.65;
}

.recognition-placeholder {
  width: min(100%, 640px);
  min-height: 24px;
  background: transparent;
}

.gallery-section {
  margin-bottom: 0;
}

.gallery-slider {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 28px;
  gap: 10px;
  align-items: center;
}

.gallery-slider button {
  width: 28px;
  height: 42px;
  padding: 0;
  border: 0;
  color: var(--blue);
  background: transparent;
  font: inherit;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.detail-gallery div {
  aspect-ratio: 1.9;
}

.traffic-project .detail-tags {
  justify-content: center;
  max-width: 760px;
  margin: -42px auto 52px;
}

.neuro-project .detail-tags {
  justify-content: center;
  max-width: 760px;
  margin: -42px auto 52px;
}

.traffic-project .recognition-section {
  min-height: 0;
  margin-bottom: 64px;
}

.neuro-project .recognition-section {
  min-height: 0;
  margin-bottom: 64px;
}

.detail-video {
  position: relative;
  width: min(100%, 720px);
  aspect-ratio: 16 / 9;
  border: 1px solid var(--ink);
  background: #d9d9d9;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  overflow: hidden;
}

.detail-video iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-poster {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: var(--paper);
  font: inherit;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.loading-spinner {
  width: 42px;
  height: 42px;
  border: 2px solid var(--line);
  border-top-color: var(--blue);
  border-radius: 999px;
  animation: classic-spin 0.85s linear infinite;
}

.detail-video.is-ready .video-poster {
  visibility: hidden;
  opacity: 0;
}

.video-fallback-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--muted);
  font-size: clamp(9px, 0.8vw, 11px);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.24em;
}

.video-fallback-link:hover,
.video-fallback-link:focus-visible {
  color: var(--blue);
}

@keyframes classic-spin {
  to {
    transform: rotate(360deg);
  }
}

.detail-figure {
  max-width: 720px;
  margin: 30px 0;
}

.detail-figure.article-figure {
  max-width: 430px;
  margin: 28px auto;
}

.detail-figure.final-figure {
  max-width: 520px;
  margin-top: 34px;
}

.detail-figure img,
.traffic-gallery img,
.neuro-gallery img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
}

.detail-figure figcaption,
.traffic-gallery figcaption,
.neuro-gallery figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: clamp(9px, 0.84vw, 11px);
  line-height: 1.5;
}

.inline-figure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 720px;
  margin: 30px 0;
}

.detail-figure.compact {
  margin: 0;
}

.missing-figure {
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 1px solid var(--line);
  color: var(--muted);
  background:
    linear-gradient(135deg, transparent 0 49.6%, rgba(0, 0, 0, 0.06) 50%, transparent 50.4%),
    linear-gradient(45deg, transparent 0 49.6%, rgba(0, 0, 0, 0.06) 50%, transparent 50.4%),
    #f6f6f6;
  font-size: clamp(10px, 0.9vw, 12px);
  text-align: center;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: 24px 34px;
  align-items: center;
  justify-items: center;
  max-width: 900px;
  margin: 0 auto 28px;
}

.logo-wall span {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 82px;
  padding: 4px 8px;
  border: 0;
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  font-size: clamp(9px, 0.84vw, 11px);
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

.logo-wall img {
  display: block;
  max-width: min(100%, 220px);
  max-height: 104px;
  object-fit: contain;
}

.project-detail .logo-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: clamp(30px, 5vw, 72px);
  row-gap: 34px;
}

.project-detail .logo-wall span {
  flex: 0 1 190px;
}

.neuro-project .logo-wall img {
  max-height: 112px;
}

.neuro-project .logo-wall span:nth-child(2) img,
.neuro-project .logo-wall span:nth-child(3) img {
  max-width: min(100%, 280px);
  max-height: 126px;
}

.traffic-project .logo-wall {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: clamp(40px, 6vw, 90px);
  row-gap: 44px;
  max-width: 1040px;
}

.traffic-project .logo-wall span {
  flex: 0 1 190px;
}

.traffic-project .logo-wall span:nth-last-child(-n + 3) {
  flex-basis: 210px;
}

.traffic-results-grid {
  align-items: start;
  margin-right: auto;
  margin-left: auto;
}

.traffic-summary-figure {
  max-width: 620px;
}

.project-detail .detail-about .detail-figure,
.project-detail .detail-about .pocket-screens-figure {
  padding: 10px 10px 14px;
  border: 1px solid rgba(5, 5, 5, 0.14);
  background: #fff;
  box-shadow: 0 18px 36px rgba(5, 5, 5, 0.09);
  transform: rotate(-0.45deg);
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.project-detail .detail-about .detail-figure:nth-of-type(even),
.project-detail .detail-about .pocket-screens-figure:nth-of-type(even) {
  transform: rotate(0.42deg);
}

.project-detail .detail-about .detail-figure:hover,
.project-detail .detail-about .pocket-screens-figure:hover {
  box-shadow: 0 24px 48px rgba(5, 5, 5, 0.13);
  transform: translateY(-2px) rotate(0deg);
}

.project-detail .detail-about .detail-figure img,
.project-detail .detail-about .pocket-screens-figure img {
  border-color: rgba(5, 5, 5, 0.12);
}

.project-detail .detail-about .detail-figure figcaption,
.project-detail .detail-about .pocket-screens-figure figcaption {
  padding: 0 2px;
}

.project-detail .detail-about h3 {
  margin-top: 30px;
}

.logo-wall .text-logo {
  color: var(--blue);
  letter-spacing: 0;
  text-transform: none;
}

.recognition-list {
  display: grid;
  gap: 10px;
  max-width: 740px;
  margin: 0 auto;
  padding-left: 20px;
  color: var(--muted);
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.55;
}

.recognition-list a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

.traffic-gallery figure,
.scrolling-gallery figure {
  margin: 0;
}

.traffic-project .gallery-slider,
.neuro-project .gallery-slider,
.wind-project .gallery-slider {
  display: block;
  max-width: 920px;
  overflow: hidden;
}

.neuro-project .gallery-slider button {
  display: none;
}

.traffic-gallery,
.scrolling-gallery {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: traffic-gallery-scroll 34s linear infinite;
}

.traffic-gallery-reverse,
.gallery-reverse {
  animation-name: traffic-gallery-scroll-reverse;
}

.traffic-gallery-slider-secondary,
.gallery-slider-secondary {
  margin-top: 18px;
}

.traffic-gallery figure,
.scrolling-gallery figure {
  flex: 0 0 clamp(260px, 34vw, 430px);
  min-width: 0;
}

.traffic-gallery img,
.scrolling-gallery img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.traffic-gallery .missing-figure {
  aspect-ratio: 1.9;
  min-height: 0;
}

.wind-project .detail-tags {
  justify-content: center;
  max-width: 760px;
  margin: -42px auto 52px;
}

.wind-project .recognition-section {
  min-height: 0;
  margin-bottom: 64px;
}

.wind-project .wind-story-figure {
  max-width: 560px;
}

.wind-video-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--muted);
  background: #d9d9d9;
  font-size: clamp(11px, 1vw, 13px);
}

.wind-logo-wall {
  grid-template-columns: repeat(3, minmax(140px, 1fr));
}

.wind-logo-wall img {
  max-width: min(100%, 260px);
  max-height: 130px;
}

.wind-project .scrolling-gallery img {
  border: 1px solid var(--line);
}

.wind-project .scrolling-gallery figcaption {
  max-width: 100%;
  font-size: clamp(9px, 0.8vw, 11px);
  line-height: 1.35;
}

.dtc-project .gallery-slider {
  display: block;
  max-width: 920px;
  overflow: hidden;
}

.dtc-detail-gallery img {
  border: 1px solid var(--line);
}

.dtc-detail-gallery figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: clamp(9px, 0.8vw, 11px);
  line-height: 1.35;
}

.dtc-hero-figure {
  max-width: 680px;
}

.dtc-detail-impact {
  max-width: 520px;
  min-height: 190px;
  margin: 0 auto;
}

.swarm-project .detail-tags {
  justify-content: center;
  max-width: 760px;
  margin: -42px auto 52px;
}

.swarm-project .recognition-section,
.seek-project .recognition-section {
  min-height: 0;
  margin-bottom: 64px;
}

.swarm-story-figure,
.swarm-story-figure.final-figure {
  width: 100%;
  max-width: 560px;
}

.swarm-figure-grid {
  margin-right: auto;
  margin-left: auto;
}

.swarm-figure-grid img,
.swarm-story-figure img,
.seek-overview-figure img,
.seek-feature-figure img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid var(--line);
}

.swarm-figure-grid img,
.swarm-story-figure img {
  aspect-ratio: 16 / 10;
  background: #f7f7f7;
  object-fit: contain;
}

.swarm-figure-grid figcaption,
.swarm-story-figure figcaption,
.seek-overview-figure figcaption,
.seek-feature-figure figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: clamp(9px, 0.84vw, 11px);
  line-height: 1.5;
}

.swarm-portrait-figure {
  max-width: 560px;
}

.swarm-component-figure {
  max-width: 320px;
}

.swarm-component-figure img {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  object-fit: contain;
}

.swarm-video-grid {
  margin-right: auto;
  margin-left: auto;
}

.detail-media {
  margin: 0;
}

.detail-media video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: #050505;
  object-fit: contain;
}

.detail-media figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: clamp(9px, 0.84vw, 11px);
  line-height: 1.5;
}

.swarm-logo-wall {
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  max-width: 560px;
}

.swarm-project .gallery-slider {
  display: block;
  max-width: 920px;
  overflow: hidden;
}

.swarm-gallery img {
  border: 1px solid var(--line);
}

.swarm-gallery figcaption {
  max-width: 100%;
  font-size: clamp(9px, 0.8vw, 11px);
  line-height: 1.35;
}

.seek-project .detail-tags {
  justify-content: center;
  max-width: 760px;
  margin: -42px auto 52px;
}

.pocket-project .detail-tags {
  justify-content: center;
  max-width: 760px;
  margin: -42px auto 52px;
}

.learn-project .detail-tags {
  justify-content: center;
  max-width: 760px;
  margin: -42px auto 52px;
}

.learn-project .recognition-section {
  min-height: 0;
  margin-bottom: 64px;
}

.learn-video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.detail-video-caption {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: clamp(9px, 0.84vw, 11px);
  line-height: 1.5;
}

.learn-recognition-figure {
  max-width: 620px;
  margin: 30px auto;
}

.learn-project .detail-video-caption,
.learn-project .learn-recognition-figure figcaption {
  color: var(--ink);
  font-size: clamp(12px, 1.05vw, 14px);
  line-height: 1.55;
}

.pocket-project .recognition-section {
  min-height: 0;
  margin-bottom: 64px;
}

.pocket-overview-figure,
.neuro-result-figure {
  max-width: 620px;
}

.pocket-screens-figure {
  max-width: 720px;
  margin: 34px 0;
}

.pocket-screen-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.pocket-screen-grid img {
  display: block;
  flex: 0 1 210px;
  width: min(100%, 210px);
  height: auto;
  border: 1px solid var(--line);
}

.pocket-screens-figure figcaption,
.pocket-recognition-figure figcaption {
  margin-top: 8px;
  color: var(--muted);
  font-size: clamp(9px, 0.84vw, 11px);
  line-height: 1.5;
}

.pocket-logo-wall {
  grid-template-columns: minmax(240px, 480px);
  max-width: 480px;
  margin-bottom: 28px;
}

.pocket-logo-wall span {
  min-height: 120px;
}

.pocket-recognition-figure {
  max-width: 620px;
  margin: 30px auto;
}

.neuro-result-figure img {
  background: #fff;
  object-fit: contain;
}

.seek-overview-figure {
  max-width: 620px;
}

.seek-feature-figure {
  max-width: 620px;
}

.seek-recognition-figure {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
}

.detail-question-list {
  display: grid;
  gap: 7px;
  max-width: 680px;
  margin: 0 0 22px;
  padding-left: 20px;
  color: var(--muted);
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.55;
}

.external-video-card {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--blue);
  background:
    linear-gradient(135deg, transparent 0 49.6%, rgba(0, 50, 255, 0.09) 50%, transparent 50.4%),
    linear-gradient(45deg, transparent 0 49.6%, rgba(0, 50, 255, 0.09) 50%, transparent 50.4%),
    #f8f8f8;
  font-size: clamp(12px, 1.05vw, 15px);
  text-align: center;
  text-decoration: none;
}

.external-video-card:hover,
.external-video-card:focus-visible {
  color: var(--paper);
  background: var(--blue);
}

.detail-about h3 {
  max-width: 720px;
  margin: 26px 0 10px;
  color: var(--blue);
  font-size: clamp(12px, 1.06vw, 15px);
  font-weight: 500;
  line-height: 1.35;
}

@keyframes traffic-gallery-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes traffic-gallery-scroll-reverse {
  from {
    transform: translateX(calc(-50% - 9px));
  }

  to {
    transform: translateX(0);
  }
}

@keyframes community-strip-forward {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes community-strip-reverse {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .community-strip-track,
  .drumming-strip-track,
  .poster-strip-track {
    animation: none;
  }
}

@media (max-width: 980px) {
  .community-showcase {
    grid-template-columns: minmax(90px, 0.28fr) minmax(340px, 1fr) minmax(90px, 0.28fr);
    gap: 18px;
  }

  .community-side-image {
    width: min(100%, 170px);
  }
}

@media (max-width: 760px) {
  .community-image-strip {
    width: calc(100% + 42px);
  }

  .community-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    gap: 18px;
    padding: 22px 0;
  }

  .community-focus-card {
    grid-column: 1 / -1;
  }

  .community-side-image {
    width: min(100%, 190px);
    aspect-ratio: 1 / 1;
  }

  .community-side-image-left {
    justify-self: end;
  }

  .community-side-image-right {
    justify-self: start;
  }
}

@media (max-width: 520px) {
  .community-image-strip {
    width: calc(100% + 24px);
    margin-left: -24px;
  }

  .community-image-slot {
    flex-basis: 210px;
  }

  .community-focus-card .creative-card-image {
    width: calc(100% - 20px);
    margin: 10px 10px 0;
  }

  .drumming-image-strip {
    width: calc(100% + 24px);
    margin-left: -24px;
  }

  .drumming-strip-group img {
    flex-basis: 240px;
    width: 240px;
  }

  .poster-image-strip {
    width: calc(100% + 24px);
    margin-left: -24px;
  }

  .poster-strip-group img {
    flex-basis: 190px;
    width: 190px;
  }
}

.experience-page {
  width: min(100%, 1194px);
  height: calc(100vh - 72px);
  margin: 0 auto;
  padding: clamp(34px, 5vh, 54px) 34px 26px;
}

.experience-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: start;
  height: 100%;
  min-height: 0;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.experience-layout::before {
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 50%;
  width: 1px;
  content: "";
  background: rgba(4, 41, 255, 0.28);
}

.experience-menu {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 18px;
  height: 100%;
  min-height: 0;
  padding: 0 clamp(34px, 5vw, 56px) 0 0;
  transition: min-height 420ms ease, align-content 420ms ease;
}

.experience-tab,
.experience-reset {
  width: max-content;
  max-width: 100%;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.experience-tab {
  font-size: clamp(25px, 3.1vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  outline: none;
  transition:
    color 220ms ease,
    opacity 260ms ease,
    transform 420ms ease,
    font-size 420ms ease;
}

.experience-tab:hover,
.experience-tab:focus-visible,
.experience-tab.is-active {
  color: var(--blue);
}

.experience-tab:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.experience-reset {
  display: none;
  align-self: end;
  margin-top: auto;
  padding: 10px 14px;
  border: 2px solid var(--blue);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(10px, 0.92vw, 12px);
  text-decoration: none;
}

.experience-reset:hover,
.experience-reset:focus-visible {
  color: var(--paper);
  background: var(--blue);
}

.experience-page.is-focused .experience-menu {
  align-content: center;
}

.experience-page.is-focused .experience-tab:not(.is-active) {
  display: none;
}

.experience-page.is-focused .experience-tab.is-active {
  max-width: calc(100% - 84px);
  font-size: clamp(32px, 4.1vw, 54px);
  line-height: 1.05;
  transform: translateY(-8px);
}

.experience-page.is-focused .experience-reset {
  display: inline-block;
}

.experience-content {
  height: 100%;
  min-height: 0;
  padding: 0 0 64px clamp(34px, 5vw, 56px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
}

.experience-content::-webkit-scrollbar {
  display: none;
}

.experience-scrollbar {
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 50%;
  z-index: 4;
  display: none;
  width: 30px;
  transform: translateX(-50%);
  cursor: grab;
  touch-action: none;
}

.experience-page.is-focused .experience-scrollbar {
  display: block;
}

.experience-scrollbar.is-dragging {
  cursor: grabbing;
}

.experience-scroll-thumb {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  min-height: 34px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(4, 41, 255, 0.07);
  transform: translateX(-50%);
  transition: box-shadow 180ms ease;
}

.experience-page.is-focused:not(.has-scrolled-details) .experience-scroll-thumb {
  animation: scrollbar-wobble 1.4s ease-in-out infinite;
}

.experience-scrollbar:hover .experience-scroll-thumb,
.experience-scrollbar.is-dragging .experience-scroll-thumb {
  box-shadow: 0 0 0 11px rgba(4, 41, 255, 0.11);
}

@keyframes scrollbar-wobble {
  0%,
  100% {
    margin-top: 0;
  }

  50% {
    margin-top: 18px;
  }
}

.experience-panel {
  display: none;
  animation: experience-panel-in 360ms ease both;
}

.experience-panel.is-active {
  display: block;
}

@keyframes experience-panel-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.experience-empty {
  max-width: 520px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1.65;
}

.experience-note,
.experience-scroll-cue {
  display: none;
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.55;
}

.experience-page.is-focused .experience-note,
.experience-page.is-focused .experience-scroll-cue {
  display: block;
}

.experience-scroll-cue {
  margin-top: 4px;
  color: var(--blue);
}

.experience-panel h1 {
  display: none;
}

.work-list {
  display: grid;
}

.experience-entry {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) max-content;
  gap: 20px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.gallery-page {
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: clamp(52px, 7vh, 82px) 34px 96px;
}

.advocacy-page {
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: clamp(52px, 7vh, 82px) 34px 96px;
}

.advocacy-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  max-width: 900px;
  padding-bottom: clamp(64px, 8vh, 92px);
  border-bottom: 1px solid var(--line);
}

.advocacy-hero .section-kicker {
  margin: 0 0 clamp(34px, 5vh, 54px);
  color: var(--ink);
  font-size: clamp(18px, 2.15vw, 26px);
  font-weight: 400;
  line-height: 1.18;
}

.advocacy-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--blue);
  font-size: clamp(15px, 1.65vw, 21px);
  font-weight: 400;
  line-height: 1.38;
}

.advocacy-hero > p:not(.section-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.65;
}

.advocacy-section {
  margin-top: clamp(56px, 8vh, 88px);
}

.advocacy-section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.advocacy-section-heading span,
.media-coverage-grid span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  font-size: 10px;
}

.advocacy-section-heading h2 {
  margin: 0;
  font-size: clamp(17px, 1.8vw, 24px);
  font-weight: 500;
}

.advocacy-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.advocacy-card,
.podcast-card,
.present-card,
.media-coverage-grid article {
  border: 1px solid rgba(4, 41, 255, 0.12);
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.08);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.advocacy-card {
  display: grid;
  grid-template-columns: minmax(190px, 0.86fr) minmax(0, 1fr);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.advocacy-card:hover,
.podcast-card:hover,
.present-card:hover {
  border-color: rgba(4, 41, 255, 0.32);
  box-shadow: 0 24px 58px rgba(5, 5, 5, 0.12);
  transform: translateY(-2px);
}

.advocacy-hero-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.advocacy-card.large {
  grid-template-columns: 1fr;
}

.advocacy-supporting-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.advocacy-supporting-grid .advocacy-card {
  grid-template-columns: 1fr;
}

.advocacy-image {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 190px;
  border-right: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(4, 41, 255, 0.11), transparent 48%),
    #d9d9d9;
  color: var(--blue);
  overflow: hidden;
}

.advocacy-card.large .advocacy-image {
  min-height: 340px;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

.advocacy-supporting-grid .advocacy-image {
  min-height: 180px;
  border-right: 0;
  border-bottom: 1px solid var(--line);
}

.rotating-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.015);
  transition: opacity 220ms ease, transform 420ms ease;
}

.rotating-image img.is-active {
  opacity: 1;
  transform: scale(1);
}

.rotating-image::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.rotating-image strong {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--paper);
  background: rgba(4, 41, 255, 0.82);
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}

.advocacy-ribbons {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 28px);
}

.advocacy-ribbons span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 5px 8px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(5, 5, 5, 0.3);
  box-shadow: 0 8px 22px rgba(5, 5, 5, 0.12);
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--paper);
  background: rgba(5, 5, 5, 0.36);
  font: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(8px);
  transition: background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.gallery-arrow:hover,
.gallery-arrow:focus-visible {
  border-color: var(--paper);
  background: rgba(4, 41, 255, 0.84);
  transform: translateY(-50%) scale(1.04);
}

.gallery-arrow-prev {
  left: 14px;
}

.gallery-arrow-next {
  right: 14px;
}

.advocacy-copy,
.podcast-card > div:last-child,
.present-card > div:last-child,
.media-coverage-grid article {
  padding: 20px;
}

.advocacy-meta {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: clamp(9px, 0.85vw, 11px);
  font-weight: 500;
}

.advocacy-card h3,
.podcast-card h3,
.present-card h3,
.media-coverage-grid h3,
.media-coverage-strip h3 {
  margin: 0 0 12px;
  font-size: clamp(14px, 1.28vw, 18px);
  font-weight: 500;
  line-height: 1.3;
}

.advocacy-card p:not(.advocacy-meta),
.podcast-card p:not(.advocacy-meta),
.present-card p:not(.advocacy-meta),
.media-coverage-grid p,
.media-coverage-strip p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.6;
}

.read-more-link {
  display: inline-flex;
  width: max-content;
  margin-top: 16px;
  padding: 7px 10px;
  border: 1px solid rgba(4, 41, 255, 0.72);
  color: var(--blue);
  background: rgba(4, 41, 255, 0.025);
  font-size: 10px;
  line-height: 1;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.read-more-link:hover,
.read-more-link:focus-visible {
  border-color: var(--blue);
  color: var(--paper);
  background: var(--blue);
}

.podcast-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.podcast-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ecolution-card {
  grid-template-columns: 1fr;
}

.podcast-video {
  position: relative;
  min-height: 236px;
  border-right: 0;
  border-bottom: 1px solid var(--line);
  background: #050505;
  overflow: hidden;
}

.podcast-video iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.podcast-card .advocacy-image,
.podcast-video {
  min-height: 236px;
}

.podcast-card > div:last-child {
  display: flex;
  flex-direction: column;
}

.podcast-card > div:last-child .read-more-link {
  margin-top: auto;
}

.podcast-badge {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  margin: -2px 0 14px !important;
  padding: 7px 10px;
  border: 1px solid rgba(4, 41, 255, 0.2);
  color: var(--blue) !important;
  background: rgba(4, 41, 255, 0.04);
  font-size: 10px !important;
  line-height: 1 !important;
}

.episode-scale {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 18px;
  margin-bottom: 26px;
}

.episode-scale a {
  display: block;
  min-width: 0;
  min-height: 0;
  padding: 7px 8px;
  border: 1px solid rgba(4, 41, 255, 0.16);
  color: var(--blue);
  font-size: 9px;
  line-height: 1.25;
  text-align: center;
  background: rgba(4, 41, 255, 0.025);
  overflow-wrap: anywhere;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.episode-scale a:hover,
.episode-scale a:focus-visible {
  border-color: rgba(4, 41, 255, 0.55);
  background: rgba(4, 41, 255, 0.07);
  transform: translateY(-1px);
}

.catch-present-section {
  padding-top: 14px;
}

.present-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.present-card {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-column: span 2;
  overflow: hidden;
  padding: 12px 12px 14px;
  border: 1px solid rgba(5, 5, 5, 0.16);
  border-radius: 2px;
  box-shadow: 0 18px 34px rgba(5, 5, 5, 0.08);
  clip-path: none;
  transform: rotate(-0.24deg);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.present-card:nth-child(2n) {
  transform: rotate(0.18deg);
}

.present-card:nth-child(3n) {
  transform: rotate(-0.14deg);
}

.present-card:hover,
.present-card:focus-within {
  border-color: rgba(4, 41, 255, 0.34);
  box-shadow: 0 24px 48px rgba(5, 5, 5, 0.12);
  transform: translateY(-2px) rotate(0deg);
}

.present-card:nth-child(4) {
  grid-column: 2 / span 2;
}

.present-card:nth-child(5) {
  grid-column: 4 / span 2;
}

.present-frame {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background: #fff;
  color: var(--blue);
  overflow: hidden;
}

.present-frame::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  border: 1px solid rgba(4, 41, 255, 0.06);
  pointer-events: none;
}

.present-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92);
}

.present-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.present-card > div:last-child {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 16px 10px 0;
}

.present-card > div:last-child .read-more-link {
  margin-top: auto;
}

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

.media-coverage-strip {
  display: grid;
  grid-auto-columns: minmax(280px, 30%);
  grid-auto-flow: column;
  gap: 22px;
  overflow-x: auto;
  padding: 8px 2px 22px;
  scroll-snap-type: x proximity;
}

.media-coverage-strip article {
  display: flex;
  flex-direction: column;
  min-height: 270px;
  padding: 20px;
  border: 1px solid rgba(4, 41, 255, 0.12);
  background: var(--paper);
  box-shadow: 0 18px 42px rgba(5, 5, 5, 0.08);
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  scroll-snap-align: start;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.media-coverage-strip article .read-more-link {
  margin-top: auto;
}

.media-coverage-strip article:hover {
  border-color: rgba(4, 41, 255, 0.32);
  box-shadow: 0 24px 58px rgba(5, 5, 5, 0.12);
  transform: translateY(-2px);
}

.media-coverage-strip span {
  display: grid;
  place-items: center;
  height: 156px;
  padding: 18px;
  margin-bottom: 16px;
  border: 1px solid rgba(4, 41, 255, 0.12);
  color: var(--blue);
  background: #fff;
  box-sizing: border-box;
  font-size: 10px;
  overflow: hidden;
}

.media-logo-card span img {
  display: block;
  width: min(88%, 240px);
  max-height: 92px;
  object-fit: contain;
}

.media-coverage-strip span img {
  display: block;
}

.media-coverage-strip article:nth-child(4) span img {
  width: 100%;
  max-height: none;
  height: 100%;
  object-fit: cover;
}

.media-coverage-grid article {
  min-height: 180px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.media-coverage-grid article:hover {
  border-color: var(--blue);
  transform: translateY(-3px);
}

.media-coverage-grid span {
  margin-bottom: 32px;
}

.gallery-hero {
  max-width: 920px;
  margin-bottom: clamp(58px, 8vh, 86px);
  padding-left: 24px;
  border-left: 2px solid var(--blue);
}

.gallery-hero h1 {
  margin: 0;
  font-size: clamp(34px, 5.4vw, 72px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: 0;
}

.gallery-hero p:not(.section-kicker) {
  max-width: 860px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 1.55;
}

.gallery-set {
  margin-top: clamp(62px, 9vh, 104px);
}

.gallery-set-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.gallery-set-heading span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  color: var(--blue);
  font-size: 10px;
}

.gallery-set-heading h2 {
  margin: 0;
  font-size: clamp(16px, 1.65vw, 22px);
  font-weight: 400;
  line-height: 1.25;
}

.moment-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: clamp(16px, 2vw, 26px);
  align-items: stretch;
}

.moment-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 164px;
  border: 1px solid var(--ink);
  background:
    linear-gradient(135deg, rgba(4, 41, 255, 0.08), rgba(255, 255, 255, 0) 48%),
    #050505;
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.moment-card::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.moment-card span {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  font-size: 13px;
}

.moment-card:hover {
  border-color: var(--blue);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
}

.moment-card.wide {
  grid-column: span 2;
}

.moment-card.tall {
  grid-row: span 2;
  min-height: 354px;
}

.moment-grid-six .moment-card:nth-child(2),
.moment-grid-four .moment-card:nth-child(3) {
  margin-top: 24px;
}

.experience-entry:first-child {
  padding-top: 0;
}

.org-mark {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  padding: 8px;
  border: 1px solid rgba(4, 41, 255, 0.12);
  border-radius: 8px;
  color: var(--blue);
  background: #fff;
  box-shadow: 0 10px 24px rgba(5, 5, 5, 0.06);
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  box-sizing: border-box;
  overflow: hidden;
}

.org-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.org-mark-dark {
  background: #050505;
}

.org-mark-solid {
  padding: 0;
}

.org-mark-school {
  padding: 6px;
}

.org-mark-text {
  background:
    linear-gradient(135deg, rgba(4, 41, 255, 0.06), transparent 62%),
    #fff;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0;
}

.experience-highlight-card {
  margin: 0 0 28px;
  padding: 20px;
  border: 1px solid rgba(4, 41, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(4, 41, 255, 0.035), transparent 54%),
    #fff;
  box-shadow: 0 18px 36px rgba(5, 5, 5, 0.06);
}

.experience-highlight-kicker {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.35;
}

.experience-link-groups {
  display: grid;
  gap: 18px;
}

.experience-link-groups div {
  display: grid;
  gap: 8px;
}

.experience-link-groups p {
  margin: 2px 0 3px;
  color: var(--muted);
  font-size: clamp(10px, 0.92vw, 12px);
  line-height: 1.45;
}

.experience-link-groups a {
  display: block;
  width: fit-content;
  max-width: 100%;
  color: var(--blue);
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.45;
  text-decoration: none;
  border-bottom: 1px solid rgba(4, 41, 255, 0.22);
}

.experience-link-groups a:hover,
.experience-link-groups a:focus-visible {
  border-color: var(--blue);
}

.achievement-highlight-card {
  display: grid;
  gap: 16px;
}

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

.achievement-logo-strip span {
  display: grid;
  place-items: center;
  min-height: 72px;
  padding: 12px;
  border: 1px solid rgba(4, 41, 255, 0.1);
  background: #fff;
}

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

.achievement-highlight-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: clamp(10px, 0.95vw, 12px);
  line-height: 1.55;
  list-style: none;
}

.achievement-highlight-list li {
  position: relative;
  padding-left: 15px;
}

.achievement-highlight-list li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: var(--blue);
}

.experience-entry h2 {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: clamp(14px, 1.25vw, 17px);
  font-weight: 500;
  line-height: 1.35;
  text-transform: uppercase;
}

.experience-entry p {
  max-width: 640px;
  margin: 0 0 16px;
  color: var(--muted);
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.6;
}

.experience-entry .experience-role,
.education-card .experience-role {
  margin: -2px 0 12px;
  color: var(--blue);
  font-size: clamp(10px, 0.92vw, 12px);
  font-weight: 500;
  line-height: 1.45;
}

.experience-bullets {
  display: grid;
  gap: 8px;
  max-width: 680px;
  margin: 0 0 16px;
  padding: 0;
  color: var(--muted);
  font-size: clamp(10px, 0.95vw, 12px);
  line-height: 1.55;
  list-style: none;
}

.experience-bullets li {
  position: relative;
  padding-left: 15px;
}

.experience-bullets li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 999px;
  background: var(--blue);
}

.experience-more {
  max-width: 680px;
  margin: -4px 0 16px;
}

.experience-more summary {
  display: inline-flex;
  width: max-content;
  padding: 6px 9px;
  border: 1px solid rgba(4, 41, 255, 0.45);
  color: var(--blue);
  background: rgba(4, 41, 255, 0.025);
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
  list-style: none;
}

.experience-more summary::-webkit-details-marker {
  display: none;
}

.experience-more summary:hover,
.experience-more summary:focus-visible {
  color: var(--paper);
  background: var(--blue);
}

.experience-more ul {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 12px 14px 12px 28px;
  border-left: 1px solid rgba(4, 41, 255, 0.25);
  color: var(--muted);
  background: rgba(4, 41, 255, 0.02);
  font-size: clamp(10px, 0.92vw, 12px);
  line-height: 1.55;
}

.experience-date {
  color: var(--blue);
  font-size: clamp(10px, 0.95vw, 12px);
  font-weight: 500;
  white-space: nowrap;
}

.experience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.experience-tags span {
  padding: 4px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #f8f8f8;
  font-size: clamp(8px, 0.74vw, 10px);
  line-height: 1;
}

.achievement-year {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.achievement-year:first-of-type {
  padding-top: 0;
}

.achievement-year h2 {
  position: sticky;
  top: 24px;
  margin: 0;
  color: var(--blue);
  font-size: clamp(18px, 2.1vw, 26px);
  font-weight: 500;
  line-height: 1;
}

.achievement-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.achievement-list li {
  position: relative;
  padding-left: 16px;
}

.achievement-list li::before {
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  content: "";
  border-radius: 999px;
  background: var(--blue);
}

.achievement-list strong {
  display: inline;
  margin: 0;
  color: var(--ink);
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
}

.achievement-list p,
.education-card p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(10px, 0.95vw, 12px);
  line-height: 1.6;
}

.education-grid {
  display: grid;
  gap: 18px;
}

.education-card {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 18px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.education-card h2 {
  margin: 0 0 8px;
  font-size: clamp(14px, 1.3vw, 18px);
  font-weight: 500;
  line-height: 1.35;
}

.contact-section {
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: 0 34px 36px;
}

.contact-section h2 {
  margin: 0 0 18px;
  font-size: clamp(18px, 2.1vw, 26px);
  font-weight: 500;
  line-height: 1.15;
}

.contact-list {
  display: grid;
  gap: 10px;
  max-width: 560px;
  margin: 0;
  padding-left: 21px;
  color: var(--muted);
  font-size: clamp(12px, 1.35vw, 16px);
  line-height: 1.55;
  font-weight: 300;
}

.contact-list a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.contact-list span {
  color: var(--muted);
  font-size: 0.88em;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(calc(100% - 68px), 1126px);
  margin: 0 auto;
  padding: 16px 0 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: clamp(10px, 1vw, 12px);
  line-height: 1.5;
}

.site-footer p {
  margin: 0;
}

.footer-meta {
  display: grid;
  gap: 2px;
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
  white-space: nowrap;
}

@media (max-width: 980px) {
  body.page-experience {
    height: auto;
    overflow: auto;
  }

  .page-experience .page-shell {
    height: auto;
  }

  .site-header {
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px 0;
  }

  .nav-links {
    flex-wrap: wrap;
    gap: 10px 20px;
    max-width: 430px;
  }

  .hero {
    min-height: auto;
    padding: 54px 18px 58px;
  }

  .collage-wrap img {
    width: min(98vw, 1060px);
    transform: translateX(-1vw);
  }

  .achievement-strip {
    font-size: 12px;
    line-height: 1.55;
  }

  .about-section {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 68px 18px 56px;
  }

  .about-portal {
    padding: 0 18px 58px;
  }

  .portal-network {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    max-width: 620px;
    min-height: 0;
  }

  .portal-brain {
    grid-row: 1;
    width: min(100%, 360px);
    margin: 0 auto;
    animation: none;
  }

  .portal-link-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    justify-items: stretch;
    text-align: left;
  }

  .portal-link {
    width: 100%;
    min-height: 58px;
    padding: 10px;
    border: 1px solid rgba(5, 5, 5, 0.08);
  }

  .portal-connectors {
    display: none;
  }

  .about-copy {
    max-width: none;
  }

  .about-copy h2,
  .about-copy p {
    max-width: 680px;
  }

  .polaroid-cluster {
    min-height: 455px;
    max-width: 660px;
    margin: 0 auto;
  }

  .about-photo-current {
    width: 300px;
  }

  .about-photo-early {
    right: -72px;
    width: 350px;
  }

  .memory-arrow {
    top: 56px;
    left: 42%;
    width: 210px;
  }

  .left-brain-section {
    padding: 42px 18px 70px;
  }

  .project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .project-card.is-last-visible {
    grid-column: 1 / -1;
    width: min(100%, 500px);
  }

  .project-detail {
    min-height: 1220px;
  }

  .contact-section {
    padding: 0 18px 34px;
  }

  .site-footer {
    width: calc(100% - 36px);
  }

  .right-brain-page {
    padding-right: 18px;
    padding-left: 18px;
  }

  .right-brain-page .section-intro {
    grid-template-columns: 1fr;
    padding-left: 20px;
  }

  .right-brain-jump {
    grid-column: auto;
    grid-row: auto;
    justify-content: flex-start;
  }

  .media-feature,
  .motion-block,
  .podcast-block {
    grid-template-columns: 1fr;
  }

  .media-side .image-tile:nth-child(2),
  .media-side .image-tile:nth-child(3) {
    transform: none;
  }

  #music .video-grid {
    grid-template-columns: 1fr;
  }

  .hero-video,
  .motion-hero,
  .drumming-hero {
    min-height: 260px;
  }

  .experience-page {
    height: auto;
    padding: 42px 18px 72px;
  }

  .experience-layout {
    grid-template-columns: 1fr;
    gap: 34px;
    height: auto;
    overflow: visible;
  }

  .experience-layout::before,
  .experience-page.is-focused .experience-layout::after,
  .experience-scrollbar {
    display: none;
  }

  .experience-menu {
    position: static;
    gap: 12px;
    height: auto;
    padding-right: 0;
  }

  .experience-content {
    height: auto;
    padding-left: 0;
    overflow: visible;
  }

  .experience-entry,
  .achievement-year {
    grid-template-columns: 1fr;
  }

  .experience-date,
  .achievement-year h2 {
    position: static;
  }

  .gallery-page {
    padding: 42px 18px 78px;
  }

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

  .moment-card.tall {
    min-height: 300px;
  }

  .advocacy-page {
    padding: 42px 18px 78px;
  }

  .advocacy-hero,
  .advocacy-hero-cards,
  .advocacy-supporting-grid,
  .advocacy-feature-grid,
  .present-grid,
  .podcast-row,
  .media-coverage-grid {
    grid-template-columns: 1fr;
  }

  .advocacy-card,
  .podcast-card,
  .present-card {
    grid-template-columns: 1fr;
  }

  .present-card,
  .present-card:nth-child(4),
  .present-card:nth-child(5) {
    grid-column: auto;
  }

  .advocacy-image,
  .advocacy-supporting-grid .advocacy-image,
  .podcast-card .advocacy-image,
  .podcast-video {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .present-frame {
    border: 1px solid rgba(5, 5, 5, 0.12);
  }

  .media-coverage-strip {
    grid-auto-columns: minmax(240px, 76%);
  }
}

@media (max-width: 520px) {
  .site-header {
    display: block;
    padding: 17px 16px 0;
  }

  .brand {
    display: block;
    margin-bottom: 13px;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 8px 16px;
    font-size: 10px;
  }

  .hero {
    padding: 42px 14px 48px;
  }

  .intro-copy h1 {
    font-size: 18px;
  }

  .intro-copy p {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 10px;
  }

  .collage-wrap {
    margin-top: 18px;
  }

  .collage-wrap img {
    width: 108vw;
    transform: translateX(-2vw);
  }

  .achievement-strip {
    margin-top: 12px;
    font-size: 11px;
  }

  .about-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .about-portal {
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 44px;
  }

  .about-portal-header {
    margin-bottom: 14px;
  }

  .portal-network {
    gap: 12px;
  }

  .portal-brain {
    width: min(100%, 300px);
  }

  .portal-link-column {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .portal-link {
    min-height: 50px;
  }

  .polaroid-cluster {
    min-height: 560px;
  }

  .about-photo-current {
    left: 50%;
    width: min(82vw, 300px);
    transform: translateX(-50%) rotate(0.2deg);
  }

  .about-photo-early {
    right: auto;
    left: 50%;
    bottom: 0;
    width: min(86vw, 340px);
    transform: translateX(-48%) rotate(5deg);
  }

  .memory-arrow {
    top: 282px;
    left: 48%;
    width: 140px;
    transform: rotate(92deg);
  }

  .about-copy p,
  .about-copy .location-line {
    font-size: 12px;
  }

  .contact-section {
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 30px;
  }

  .left-brain-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .section-intro {
    margin-bottom: 28px;
  }

  .project-filter {
    justify-content: flex-start;
    margin-top: 18px;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

  .project-card.is-last-visible {
    grid-column: auto;
    width: 100%;
  }

  .project-image {
    min-height: 0;
  }

  .detail-gallery {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .inline-figure-grid,
  .logo-wall {
    grid-template-columns: 1fr;
  }

  .gallery-slider {
    grid-template-columns: 24px minmax(0, 1fr) 24px;
  }

  .project-detail {
    width: calc(100% - 28px);
    min-height: 1160px;
    padding-top: 42px;
  }

  .contact-list {
    gap: 9px;
    padding-left: 20px;
    font-size: 13px;
  }

  .contact-list span {
    display: block;
    margin-top: 3px;
  }

  .site-footer {
    display: grid;
    gap: 8px;
    width: calc(100% - 28px);
    padding-bottom: 18px;
  }

  .right-brain-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .creative-section {
    padding-left: 24px;
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .hero-video,
  .motion-hero,
  .drumming-hero {
    min-height: 210px;
  }

  .experience-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .experience-layout {
    padding-top: 24px;
  }

  .experience-entry,
  .education-card {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .experience-date {
    grid-row: 2;
  }

  .gallery-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .gallery-hero {
    padding-left: 16px;
  }

  .gallery-hero h1 {
    font-size: 34px;
  }

  .moment-grid {
    grid-template-columns: 1fr;
  }

  .moment-card,
  .moment-card.tall {
    grid-column: auto;
    grid-row: auto;
    min-height: 190px;
  }

  .moment-card.wide {
    grid-column: auto;
  }

  .advocacy-page {
    padding-right: 14px;
    padding-left: 14px;
  }

  .advocacy-hero {
    gap: 20px;
  }

  .advocacy-hero .section-kicker,
  .advocacy-hero h1,
  .advocacy-hero > p:not(.section-kicker) {
    grid-column: 1;
    grid-row: auto;
  }

  .advocacy-card.large .advocacy-image,
  .advocacy-image,
  .podcast-card .advocacy-image {
    min-height: 190px;
  }

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

  .media-coverage-strip {
    grid-auto-columns: minmax(230px, 88%);
  }
}

.experience-page.is-focused .experience-note {
  display: none;
}

.experience-page.is-focused[data-active-panel="work"] .experience-note-work,
.experience-page.is-focused[data-active-panel="achievements"] .experience-note-achievements,
.experience-page.is-focused[data-active-panel="education"] .experience-note-education {
  display: block;
}

.experience-panel > .experience-highlight-card,
.experience-panel > .achievement-brief {
  display: none;
}

.experience-entry h2 {
  color: var(--ink);
}

.experience-entry .experience-role,
.education-card .experience-role,
.experience-date {
  color: var(--muted);
}

.experience-bullets li::before,
.achievement-highlight-list li::before,
.achievement-list li::before {
  background: rgba(5, 5, 5, 0.42);
}

/* Final global polish: sticky header, gallery archive, and current logo scale. */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  transition:
    width 220ms ease,
    margin 220ms ease,
    padding 220ms ease,
    border-color 220ms ease,
    border-radius 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

body.has-scrolled .site-header {
  width: min(calc(100% - 28px), 1140px);
  margin: 8px auto 0;
  padding: 9px 18px;
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(5, 5, 5, 0.09);
  backdrop-filter: blur(18px);
}

body.has-scrolled .nav-links {
  gap: clamp(14px, 2.4vw, 32px);
}

body.has-scrolled.page-right-brain .site-header {
  background: rgba(255, 255, 255, 0.84);
}

.right-brain-page .section-intro {
  margin-left: 0;
}

.org-mark-teens img {
  width: 320%;
  height: 320%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.page-gallery .gallery-page {
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: clamp(54px, 7vh, 82px) 34px 96px;
}

.page-gallery .gallery-hero {
  max-width: 760px;
  margin-bottom: clamp(54px, 7vh, 78px);
  padding-left: 0;
  border-left: 0;
}

.page-gallery .gallery-hero .section-kicker {
  margin: 0 0 clamp(32px, 5vh, 52px);
  color: var(--ink);
  font-size: clamp(18px, 2.15vw, 26px);
  font-weight: 400;
  line-height: 1.18;
}

.page-gallery .gallery-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: var(--blue);
  font-size: clamp(15px, 1.65vw, 21px);
  font-weight: 400;
  line-height: 1.38;
}

.page-gallery .gallery-hero p:not(.section-kicker) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(10px, 0.96vw, 12px);
  line-height: 1.65;
}

.gallery-year {
  margin-top: clamp(46px, 7vh, 74px);
}

.gallery-year h2 {
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(20px, 2.7vw, 34px);
  font-weight: 400;
  line-height: 1.08;
}

.gallery-set {
  margin-top: 30px;
}

.gallery-set + .gallery-set {
  margin-top: 48px;
}

.gallery-set h3 {
  max-width: 980px;
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(13px, 1.35vw, 18px);
  font-style: italic;
  font-weight: 400;
  line-height: 1.35;
}

.gallery-placeholder-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.gallery-placeholder {
  display: grid;
  place-items: center;
  min-height: clamp(118px, 12vw, 176px);
  padding: 12px;
  border-radius: 6px;
  background: #050505;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.gallery-placeholder span {
  font-size: 10px;
  line-height: 1.35;
}

@media (max-width: 760px) {
  body.has-scrolled .site-header {
    width: calc(100% - 20px);
    padding: 10px 14px;
    border-radius: 18px;
  }

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

/* Final responsive handoff edits. */
.site-header {
  position: sticky !important;
  top: 0 !important;
  right: auto !important;
  left: auto !important;
  width: min(100%, 1194px) !important;
  margin: 0 auto !important;
  transform: none !important;
  flex-wrap: nowrap;
  max-width: 100%;
}

.site-header + section,
.site-header + article {
  margin-top: 0;
}

body.has-scrolled .site-header {
  top: 8px !important;
  width: min(calc(100% - 28px), 1140px) !important;
  transform: none !important;
}

.polaroid-combined {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
}

@media (min-width: 981px) {
  .about-section .polaroid-combined {
    transform: translateY(-28px);
  }
}

.polaroid-combined img {
  display: block;
  width: min(104%, 900px);
  height: auto;
}

.polaroid-combined .about-photo,
.polaroid-combined .memory-arrow {
  display: none;
}

.about-portal {
  width: min(100%, 1194px);
  margin: 0 auto;
  padding: 0 34px 68px;
}

.about-portal-header {
  max-width: 540px;
  margin: 0 auto 18px;
  text-align: center;
}

.about-portal .section-kicker {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: clamp(10px, 0.9vw, 12px);
  line-height: 1.45;
}

.about-portal h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(16px, 1.75vw, 22px);
  font-weight: 400;
  line-height: 1.18;
}

.portal-network {
  display: grid;
  grid-template-columns: minmax(170px, 0.8fr) minmax(260px, 360px) minmax(170px, 0.8fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  max-width: 900px;
  min-height: 250px;
  margin: 0 auto;
}

.portal-link-column {
  display: grid;
  gap: 26px;
}

.portal-link-column-left {
  justify-items: end;
  text-align: right;
}

.portal-link-column-right {
  justify-items: start;
  text-align: left;
}

.portal-link {
  position: relative;
  display: grid;
  gap: 5px;
  width: min(100%, 220px);
  min-height: 54px;
  padding: 8px 10px;
  border-radius: 8px;
  color: var(--ink);
  outline: none;
  transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.portal-link span {
  font-size: clamp(11px, 1vw, 13px);
  line-height: 1.22;
}

.portal-link small {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.35;
}

.portal-brain {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
  animation: none;
}

.portal-brain-sketch path {
  fill: none;
  stroke: rgba(5, 5, 5, 0.36);
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.portal-brain-outline {
  stroke: rgba(5, 5, 5, 0.5);
  stroke-width: 1.55;
}

.portal-midline {
  stroke: rgba(5, 5, 5, 0.42);
  stroke-width: 1.2;
}

.portal-fold {
  stroke: rgba(5, 5, 5, 0.22);
  transition: opacity 180ms ease, stroke 180ms ease, stroke-width 180ms ease, transform 180ms ease;
}

.portal-brain-sketch .portal-blue-stroke {
  stroke: rgba(4, 41, 255, 0.58);
  stroke-width: 1.25;
}

.portal-live-line {
  transform-box: fill-box;
  transform-origin: center;
}

.portal-fold-left-a,
.portal-fold-right-a {
  animation: portal-line-drift-a 8.5s ease-in-out infinite;
}

.portal-fold-left-c,
.portal-fold-right-c {
  animation: portal-line-drift-b 10.5s ease-in-out infinite;
}

.portal-connector {
  fill: none;
  stroke: rgba(5, 5, 5, 0.24);
  stroke-width: 1;
  stroke-linecap: round;
  transition: stroke 160ms ease, stroke-width 160ms ease;
}

.portal-hotspot {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1.5;
  transition: fill 160ms ease, stroke 160ms ease;
}

.portal-dot {
  fill: var(--ink);
  transition: fill 160ms ease, r 160ms ease;
}

.portal-node-link {
  outline: none;
}

.portal-link:hover,
.portal-link:focus-visible,
.portal-node-link:hover .portal-hotspot,
.portal-node-link:focus-visible .portal-hotspot {
  background: rgba(4, 41, 255, 0.045);
}

.portal-link:hover,
.portal-link:focus-visible {
  color: var(--blue);
  transform: translateY(-1px);
}

.portal-link:focus-visible {
  box-shadow: 0 0 0 1px rgba(4, 41, 255, 0.42);
}

.portal-node-link:hover .portal-hotspot,
.portal-node-link:focus-visible .portal-hotspot {
  fill: rgba(4, 41, 255, 0.08);
  stroke: rgba(4, 41, 255, 0.42);
}

.portal-node-link:hover .portal-dot,
.portal-node-link:focus-visible .portal-dot {
  fill: var(--blue);
}

.portal-network:has(.portal-link-left:hover) .portal-node-left .portal-hotspot,
.portal-network:has(.portal-link-left:focus-visible) .portal-node-left .portal-hotspot,
.portal-network:has(.portal-link-advocacy:hover) .portal-node-advocacy .portal-hotspot,
.portal-network:has(.portal-link-advocacy:focus-visible) .portal-node-advocacy .portal-hotspot,
.portal-network:has(.portal-link-right:hover) .portal-node-right .portal-hotspot,
.portal-network:has(.portal-link-right:focus-visible) .portal-node-right .portal-hotspot,
.portal-network:has(.portal-link-experience:hover) .portal-node-experience .portal-hotspot,
.portal-network:has(.portal-link-experience:focus-visible) .portal-node-experience .portal-hotspot {
  fill: rgba(4, 41, 255, 0.08);
  stroke: rgba(4, 41, 255, 0.42);
}

.portal-network:has(.portal-link-left:hover) .portal-node-left .portal-dot,
.portal-network:has(.portal-link-left:focus-visible) .portal-node-left .portal-dot,
.portal-network:has(.portal-link-advocacy:hover) .portal-node-advocacy .portal-dot,
.portal-network:has(.portal-link-advocacy:focus-visible) .portal-node-advocacy .portal-dot,
.portal-network:has(.portal-link-right:hover) .portal-node-right .portal-dot,
.portal-network:has(.portal-link-right:focus-visible) .portal-node-right .portal-dot,
.portal-network:has(.portal-link-experience:hover) .portal-node-experience .portal-dot,
.portal-network:has(.portal-link-experience:focus-visible) .portal-node-experience .portal-dot {
  fill: var(--blue);
}

.portal-network:has(.portal-node-left:hover) .portal-link-left,
.portal-network:has(.portal-node-left:focus-visible) .portal-link-left,
.portal-network:has(.portal-node-advocacy:hover) .portal-link-advocacy,
.portal-network:has(.portal-node-advocacy:focus-visible) .portal-link-advocacy,
.portal-network:has(.portal-node-right:hover) .portal-link-right,
.portal-network:has(.portal-node-right:focus-visible) .portal-link-right,
.portal-network:has(.portal-node-experience:hover) .portal-link-experience,
.portal-network:has(.portal-node-experience:focus-visible) .portal-link-experience {
  color: var(--blue);
  background: rgba(4, 41, 255, 0.045);
}

.portal-network:has(.portal-link-left:hover) .portal-connector-left,
.portal-network:has(.portal-link-left:focus-visible) .portal-connector-left,
.portal-network:has(.portal-node-left:hover) .portal-connector-left,
.portal-network:has(.portal-node-left:focus-visible) .portal-connector-left,
.portal-network:has(.portal-link-advocacy:hover) .portal-connector-advocacy,
.portal-network:has(.portal-link-advocacy:focus-visible) .portal-connector-advocacy,
.portal-network:has(.portal-node-advocacy:hover) .portal-connector-advocacy,
.portal-network:has(.portal-node-advocacy:focus-visible) .portal-connector-advocacy,
.portal-network:has(.portal-link-right:hover) .portal-connector-right,
.portal-network:has(.portal-link-right:focus-visible) .portal-connector-right,
.portal-network:has(.portal-node-right:hover) .portal-connector-right,
.portal-network:has(.portal-node-right:focus-visible) .portal-connector-right,
.portal-network:has(.portal-link-experience:hover) .portal-connector-experience,
.portal-network:has(.portal-link-experience:focus-visible) .portal-connector-experience,
.portal-network:has(.portal-node-experience:hover) .portal-connector-experience,
.portal-network:has(.portal-node-experience:focus-visible) .portal-connector-experience {
  stroke: rgba(4, 41, 255, 0.62);
  stroke-width: 1.4;
}

.portal-network:has(.portal-link-left:hover) .portal-fold-left-a,
.portal-network:has(.portal-link-left:hover) .portal-fold-left-d,
.portal-network:has(.portal-link-left:focus-visible) .portal-fold-left-a,
.portal-network:has(.portal-link-left:focus-visible) .portal-fold-left-d,
.portal-network:has(.portal-node-left:hover) .portal-fold-left-a,
.portal-network:has(.portal-node-left:hover) .portal-fold-left-d,
.portal-network:has(.portal-node-left:focus-visible) .portal-fold-left-a,
.portal-network:has(.portal-node-left:focus-visible) .portal-fold-left-d,
.portal-network:has(.portal-link-advocacy:hover) .portal-fold-left-b,
.portal-network:has(.portal-link-advocacy:hover) .portal-fold-left-c,
.portal-network:has(.portal-link-advocacy:focus-visible) .portal-fold-left-b,
.portal-network:has(.portal-link-advocacy:focus-visible) .portal-fold-left-c,
.portal-network:has(.portal-node-advocacy:hover) .portal-fold-left-b,
.portal-network:has(.portal-node-advocacy:hover) .portal-fold-left-c,
.portal-network:has(.portal-node-advocacy:focus-visible) .portal-fold-left-b,
.portal-network:has(.portal-node-advocacy:focus-visible) .portal-fold-left-c,
.portal-network:has(.portal-link-right:hover) .portal-fold-right-a,
.portal-network:has(.portal-link-right:hover) .portal-fold-right-d,
.portal-network:has(.portal-link-right:focus-visible) .portal-fold-right-a,
.portal-network:has(.portal-link-right:focus-visible) .portal-fold-right-d,
.portal-network:has(.portal-node-right:hover) .portal-fold-right-a,
.portal-network:has(.portal-node-right:hover) .portal-fold-right-d,
.portal-network:has(.portal-node-right:focus-visible) .portal-fold-right-a,
.portal-network:has(.portal-node-right:focus-visible) .portal-fold-right-d,
.portal-network:has(.portal-link-experience:hover) .portal-fold-right-b,
.portal-network:has(.portal-link-experience:hover) .portal-fold-right-c,
.portal-network:has(.portal-link-experience:focus-visible) .portal-fold-right-b,
.portal-network:has(.portal-link-experience:focus-visible) .portal-fold-right-c,
.portal-network:has(.portal-node-experience:hover) .portal-fold-right-b,
.portal-network:has(.portal-node-experience:hover) .portal-fold-right-c,
.portal-network:has(.portal-node-experience:focus-visible) .portal-fold-right-b,
.portal-network:has(.portal-node-experience:focus-visible) .portal-fold-right-c {
  opacity: 1;
  stroke: rgba(4, 41, 255, 0.56);
  stroke-width: 1.55;
}

@keyframes portal-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -3px, 0);
  }
}

@keyframes portal-line-drift-a {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.9;
  }

  50% {
    transform: translate3d(1.5px, -1px, 0);
    opacity: 1;
  }
}

@keyframes portal-line-drift-b {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 0.78;
  }

  50% {
    transform: translate3d(-1.5px, 1px, 0);
    opacity: 0.98;
  }
}

@keyframes portal-line-pulse {
  0%,
  100% {
    opacity: 0.58;
  }

  50% {
    opacity: 0.9;
  }
}

.org-mark-teens {
  padding: 2px;
}

.org-mark-teens img {
  width: 170%;
  height: 170%;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

html,
body {
  max-width: 100%;
}

body.page-experience {
  height: auto;
  min-height: 100vh;
  overflow: visible;
}

.page-experience .page-shell {
  height: auto;
  min-height: 100vh;
}

.page-right-brain .site-header {
  position: sticky !important;
  top: 0 !important;
  right: auto !important;
  left: auto !important;
  width: min(100%, 1194px) !important;
  margin: 8px auto 0 !important;
  transform: none !important;
}

.nav-links {
  min-width: 0;
  flex-wrap: nowrap;
}

.nav-links a {
  flex: 0 0 auto;
}

.collage-wrap {
  overflow: visible;
}

.community-building-section,
.gallery-section,
.media-coverage-section,
.advocacy-section,
.creative-gallery {
  max-width: 100%;
}

.community-image-strip,
.drumming-image-strip,
.poster-image-strip,
.gallery-slider,
.media-coverage-strip {
  max-width: 100%;
  overflow: hidden;
  contain: paint;
}

.community-image-strip,
.drumming-image-strip,
.poster-image-strip {
  width: 100%;
  margin-left: 0;
}

.gallery-slider {
  min-width: 0;
}

.detail-gallery.scrolling-gallery {
  min-width: 0;
}

.video-grid,
.video-tile {
  min-width: 0;
  max-width: 100%;
}

.video-tile {
  overflow: hidden;
}

.experience-page {
  height: auto;
  min-height: calc(100svh - 72px);
}

.experience-layout {
  height: clamp(560px, calc(100svh - 132px), 760px);
  max-height: none;
}

@media (max-height: 720px) and (min-width: 981px) {
  .experience-page {
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .experience-layout {
    height: clamp(480px, calc(100svh - 104px), 640px);
    padding-top: 24px;
  }

  .experience-layout::before,
  .experience-scrollbar {
    top: 24px;
  }
}

@media (max-width: 980px) {
  .site-header,
  .page-right-brain .site-header {
    width: 100% !important;
    padding: 16px 18px 10px;
  }

  body.has-scrolled .site-header {
    width: min(calc(100% - 24px), 1140px) !important;
    padding: 10px 14px;
  }

  .nav-links {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: none;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

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

  .experience-layout {
    height: auto;
  }
}

@media (max-width: 640px) {
  .site-header,
  .page-right-brain .site-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .brand {
    margin-bottom: 0;
  }

  .nav-links {
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    font-size: 10px;
  }

  .nav-links a {
    padding-right: 16px;
  }

  .nav-links a:last-child {
    padding-right: 0;
  }

  .collage-wrap img {
    width: min(100%, 560px);
    max-width: 100%;
    transform: none;
  }

  .community-image-strip,
  .drumming-image-strip,
  .poster-image-strip {
    width: 100%;
    margin-left: 0;
  }

  .media-coverage-strip {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }
}

@media (max-width: 520px) {
  .site-header,
  .page-right-brain .site-header {
    padding: 15px 14px 10px;
  }

  body.has-scrolled .site-header {
    width: calc(100% - 20px) !important;
    border-radius: 18px;
  }

  .gallery-slider {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }

  .gallery-slider button {
    display: none;
  }

  .gallery-slider .detail-gallery {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    gap: 18px;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .gallery-slider .detail-gallery figure {
    flex: 0 0 min(78vw, 260px);
  }
}

@media (max-width: 600px) {
  .site-header,
  .page-right-brain .site-header {
    position: sticky !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 14px;
    align-items: center;
    padding: 15px 14px 12px;
  }

  .page-right-brain .site-header {
    isolation: isolate;
    z-index: 110;
  }

  .page-right-brain .site-header.is-menu-open {
    border-radius: 18px;
    background: #fff;
    backdrop-filter: none;
  }

  .brand {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin: 0;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 30px;
    padding: 7px 10px;
    border: 1px solid rgba(4, 41, 255, 0.36);
    border-radius: 999px;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.92);
    font: inherit;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
  }

  .menu-toggle-chevron {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    transition: transform 160ms ease;
  }

  .site-header.is-menu-open .menu-toggle-chevron {
    transform: rotate(180deg);
  }

  .site-header .nav-links {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    max-width: none;
    padding: 9px;
    border: 1px solid rgba(5, 5, 5, 0.1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 14px 32px rgba(5, 5, 5, 0.08);
    overflow: visible;
  }

  .site-header.is-menu-open .nav-links {
    display: grid;
    gap: 2px;
  }

  .site-header .nav-links a {
    display: flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 9px;
    border-radius: 8px;
    white-space: normal;
  }

  .site-header .nav-links a[aria-current="page"],
  .page-left-brain .site-header .nav-left,
  .project-detail-page:not(.page-right-brain) .site-header .nav-left,
  .page-right-brain .site-header .nav-right,
  .page-advocacy .site-header .nav-advocacy,
  .page-experience .site-header .nav-experience,
  .page-gallery .site-header .nav-gallery,
  .site-header .nav-links a:hover,
  .site-header .nav-links a:focus-visible {
    color: var(--blue);
    background: rgba(4, 41, 255, 0.045);
    outline: none;
  }

  .collage-wrap img {
    width: min(100%, 640px);
    max-width: 100%;
    transform: none;
  }

  .achievement-strip {
    font-size: 10px;
    line-height: 1.42;
  }

  .experience-layout::before,
  .experience-page.is-focused .experience-layout::after,
  .experience-scrollbar {
    display: none !important;
  }

  .experience-layout {
    gap: 24px;
    padding-top: 18px;
  }

  .community-showcase {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    justify-items: center;
  }

  .community-side-image-left {
    order: 1;
    justify-self: center;
  }

  .community-focus-card {
    order: 2;
    grid-column: auto;
    justify-self: center;
  }

  .community-side-image-wrap-right {
    order: 3;
    justify-self: center;
    justify-items: center;
  }

  .community-side-image,
  .community-side-image-right {
    width: min(72vw, 230px);
    justify-self: center;
  }

  .community-side-image-left {
    margin-bottom: 2px;
  }

  .community-side-image-wrap-right {
    margin-top: 2px;
  }

  .back-to-top-button {
    position: fixed;
    right: max(14px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
    z-index: 120;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(4, 41, 255, 0.55);
    border-radius: 999px;
    color: var(--blue);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 28px rgba(5, 5, 5, 0.12);
    font: inherit;
    font-size: 19px;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease, color 180ms ease;
  }

  .back-to-top-button.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .back-to-top-button:hover,
  .back-to-top-button:focus-visible {
    color: var(--paper);
    background: var(--blue);
    outline: none;
  }

  .detail-back,
  .video-fallback-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
  }
}

@media (min-width: 601px) {
  .menu-toggle {
    display: none;
  }
}

@media (max-width: 600px) and (prefers-reduced-motion: reduce) {
  .menu-toggle-chevron,
  .back-to-top-button {
    transition: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .portal-brain {
    animation: none;
  }

  .portal-live-line {
    animation: none;
  }

  .portal-link,
  .portal-connector,
  .portal-hotspot,
  .portal-dot {
    transition: none;
  }
}

.gallery-placeholder.has-image {
  background: #050505;
}

.gallery-placeholder img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-placeholder.has-image span {
  position: absolute;
  right: 9px;
  bottom: 9px;
  z-index: 1;
  max-width: calc(100% - 18px);
  padding: 4px 6px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(5, 5, 5, 0.58);
}

.back-to-top-button {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 120;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(4, 41, 255, 0.55);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 28px rgba(5, 5, 5, 0.12);
  font: inherit;
  font-size: 19px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 180ms ease, transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.back-to-top-button.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top-button:hover,
.back-to-top-button:focus-visible {
  color: var(--paper);
  background: var(--blue);
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  .back-to-top-button {
    transition: none;
  }
}

@media (max-width: 900px) {
  .about-portal {
    padding: 0 18px 58px;
  }

  .portal-network {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 620px;
    min-height: 0;
  }

  .portal-brain {
    grid-column: 1 / -1;
    grid-row: 1;
    width: min(100%, 340px);
    margin: 0 auto 4px;
    animation: none;
  }

  .portal-live-line {
    animation: none;
  }

  .portal-link-column {
    display: contents;
  }

  .portal-link {
    width: 100%;
    min-height: 58px;
    padding: 10px;
    border: 1px solid rgba(5, 5, 5, 0.08);
    text-align: left;
  }

  .portal-link-left {
    grid-column: 1;
    grid-row: 2;
  }

  .portal-link-right {
    grid-column: 2;
    grid-row: 2;
  }

  .portal-link-advocacy {
    grid-column: 1;
    grid-row: 3;
  }

  .portal-link-experience {
    grid-column: 2;
    grid-row: 3;
  }

  .portal-connectors {
    display: none;
  }
}

@media (max-width: 600px) {
  .about-portal {
    padding-right: 14px;
    padding-bottom: 44px;
    padding-left: 14px;
  }

  .about-portal-header {
    margin-bottom: 14px;
  }

  .portal-network {
    gap: 8px;
  }

  .portal-brain {
    width: min(100%, 300px);
  }

  .portal-link {
    min-height: 50px;
  }
}

@media (max-width: 360px) {
  .about-portal {
    padding-bottom: 38px;
  }

  .portal-network {
    grid-template-columns: minmax(0, 1fr);
  }

  .portal-brain {
    width: min(100%, 248px);
  }

  .portal-link {
    min-height: 48px;
  }

  .portal-link-left,
  .portal-link-right,
  .portal-link-advocacy,
  .portal-link-experience {
    grid-column: 1;
  }

  .portal-link-left {
    grid-row: 2;
  }

  .portal-link-right {
    grid-row: 3;
  }

  .portal-link-advocacy {
    grid-row: 4;
  }

  .portal-link-experience {
    grid-row: 5;
  }
}

/* Final targeted refinements: portal motion, LEARN alignment, Teens in Health logo. */
.learn-card.is-last-visible {
  grid-column: auto;
  justify-self: stretch;
  width: 100%;
}

.org-mark-teens {
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 10px;
}

.org-mark-teens img {
  display: block;
  width: min(100%, 82px);
  height: min(100%, 82px);
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  object-fit: contain;
  object-position: center;
}

@media (min-width: 601px) {
  .portal-fold-left-a {
    animation: portal-neural-drift-a 13s ease-in-out infinite;
  }

  .portal-fold-right-a {
    animation: portal-neural-drift-b 15.5s ease-in-out infinite;
  }

  .portal-fold-left-c {
    animation: portal-neural-drift-c 17s ease-in-out infinite;
  }

  .portal-fold-right-c {
    animation: portal-neural-drift-d 18.5s ease-in-out infinite;
  }

  .portal-brain-sketch .portal-blue-stroke {
    animation: portal-neural-pulse 11.5s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
  }
}

@keyframes portal-neural-drift-a {
  0%,
  100% {
    opacity: 0.64;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.9;
    transform: translate3d(1px, -1px, 0);
  }
}

@keyframes portal-neural-drift-b {
  0%,
  100% {
    opacity: 0.62;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.88;
    transform: translate3d(-1px, -0.5px, 0);
  }
}

@keyframes portal-neural-drift-c {
  0%,
  100% {
    opacity: 0.56;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.82;
    transform: translate3d(-0.75px, 1px, 0);
  }
}

@keyframes portal-neural-drift-d {
  0%,
  100% {
    opacity: 0.56;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.84;
    transform: translate3d(0.75px, 1px, 0);
  }
}

@keyframes portal-neural-pulse {
  0%,
  100% {
    opacity: 0.62;
    stroke-width: 1.2;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.92;
    stroke-width: 1.45;
    transform: translate3d(0, -0.7px, 0);
  }
}

@media (max-width: 600px), (prefers-reduced-motion: reduce) {
  .portal-fold-left-a,
  .portal-fold-right-a,
  .portal-fold-left-c,
  .portal-fold-right-c,
  .portal-brain-sketch .portal-blue-stroke {
    animation: none;
  }
}

/* Brain motion visibility fix: line travel on internal paths only. */
@media (min-width: 601px) and (prefers-reduced-motion: no-preference) {
  .portal-fold-left-a,
  .portal-fold-right-a,
  .portal-fold-left-c,
  .portal-fold-right-c,
  .portal-brain-sketch .portal-blue-stroke {
    transform-box: fill-box;
    transform-origin: center;
    will-change: stroke-dashoffset, opacity, transform;
  }

  .portal-fold-left-a {
    stroke-dasharray: 26 118;
    animation: portal-line-travel-a 7.2s ease-in-out infinite;
  }

  .portal-fold-right-a {
    stroke-dasharray: 24 120;
    animation: portal-line-travel-b 8.4s ease-in-out -1.2s infinite;
  }

  .portal-fold-left-c {
    stroke-dasharray: 28 116;
    animation: portal-line-travel-c 8.9s ease-in-out -2.4s infinite;
  }

  .portal-fold-right-c {
    stroke-dasharray: 28 116;
    animation: portal-line-travel-d 7.8s ease-in-out -3.1s infinite;
  }

  .portal-brain-sketch .portal-blue-stroke {
    stroke-dasharray: 18 74;
    animation: portal-blue-line-travel 6.8s ease-in-out -0.8s infinite;
  }
}

@keyframes portal-line-travel-a {
  0%,
  100% {
    opacity: 0.38;
    stroke-dashoffset: 0;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.86;
    stroke-dashoffset: -34;
    transform: translate3d(1.8px, -1.2px, 0);
  }
}

@keyframes portal-line-travel-b {
  0%,
  100% {
    opacity: 0.36;
    stroke-dashoffset: 0;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.82;
    stroke-dashoffset: 32;
    transform: translate3d(-1.7px, -1px, 0);
  }
}

@keyframes portal-line-travel-c {
  0%,
  100% {
    opacity: 0.32;
    stroke-dashoffset: 0;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.78;
    stroke-dashoffset: -38;
    transform: translate3d(-1.4px, 1.2px, 0);
  }
}

@keyframes portal-line-travel-d {
  0%,
  100% {
    opacity: 0.32;
    stroke-dashoffset: 0;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.78;
    stroke-dashoffset: 36;
    transform: translate3d(1.4px, 1.2px, 0);
  }
}

@keyframes portal-blue-line-travel {
  0%,
  100% {
    opacity: 0.52;
    stroke-dashoffset: 0;
    stroke-width: 1.25;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 0.92;
    stroke-dashoffset: -28;
    stroke-width: 1.5;
    transform: translate3d(0, -1px, 0);
  }
}

@media (max-width: 600px), (prefers-reduced-motion: reduce) {
  .portal-fold-left-a,
  .portal-fold-right-a,
  .portal-fold-left-c,
  .portal-fold-right-c,
  .portal-brain-sketch .portal-blue-stroke {
    animation: none;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    transform: none;
    will-change: auto;
  }
}

/* Final brain motion: one gentle transform-only float on the SVG. */
.portal-fold-left-a,
.portal-fold-right-a,
.portal-fold-left-c,
.portal-fold-right-c,
.portal-brain-sketch .portal-blue-stroke,
.portal-live-line {
  animation: none;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  transform: none;
  will-change: auto;
}

@media (min-width: 601px) and (prefers-reduced-motion: no-preference) {
  .portal-brain {
    animation: portal-brain-gentle-float 8s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
    will-change: transform;
  }
}

@keyframes portal-brain-gentle-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 600px), (prefers-reduced-motion: reduce) {
  .portal-brain {
    animation: none;
    transform: none;
    will-change: auto;
  }
}
