.mobile-scroll-hint {
  display: none;
}

/* Keep the top of the character visible below the fixed header. */
.hero {
  background: #080a12;
  height: 100svh;
}

.hero::before {
  background: url("../img/topimg.png") center / cover no-repeat;
  content: "";
  filter: blur(34px) brightness(.42) saturate(.8);
  inset: 78px -34px -34px;
  position: absolute;
  transform: scale(1.06);
  z-index: 0;
}

.hero-image {
  display: block;
  height: calc(100% - 78px);
  margin: 78px auto 0;
  max-width: 100%;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.28) 4%, #000 13%, #000 87%, rgba(0,0,0,.28) 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.28) 4%, #000 13%, #000 87%, rgba(0,0,0,.28) 96%, transparent 100%);
  object-fit: contain;
  object-position: center top;
  position: relative;
  width: auto;
  z-index: 1;
}

.hero-shade { z-index: 2; }

.about-intro strong {
  background: none;
  color: #fff;
}

.section-heading h2 {
  background: linear-gradient(100deg, var(--red) 0%, #b53bc3 52%, var(--blue) 100%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
}

.section-heading h2 span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

body { font-size: 17px; }
.site-header nav a { font-size: 14px; }
.eyebrow,
.section-number { font-size: 13px; }
.hero-lead { font-size: clamp(16px, 1.4vw, 20px); }
.cta { font-size: 15px; }
.feature-no { font-size: 12px; }
.feature-grid h3 { font-size: 22px; }
.feature-grid p,
.data-heading > p { font-size: 16px; }
.embed-bar b { font-size: 10px; }
footer p { font-size: 13px; }
footer small { font-size: 12px; }

.archive-link { color: #c7ccdc; font-size: 14px; font-weight: 700; letter-spacing: .05em; text-decoration: none; }
.archive-link span { color: var(--red); display: inline-block; margin-left: 10px; transition: transform .2s; }
.archive-link:hover span { transform: translateX(5px); }
.latest-event { border: 1px solid var(--line); background: linear-gradient(150deg,rgba(255,255,255,.045),rgba(255,255,255,.01)); }
.event-overview { align-items: stretch; background: radial-gradient(circle at 90% 10%,rgba(65,92,255,.2),transparent 36%),linear-gradient(120deg,#121522,#090b14); display: grid; grid-template-columns: 1fr 1fr; min-height: 190px; padding: 28px 42px; }
.event-overview>div:first-child { display: flex; flex-direction: column; justify-content: center; }
.event-overview p { color: #878da3; font-size: 11px; font-weight: 700; letter-spacing: .25em; margin: 4px 0 2px; }
.event-overview h3 { font-size: clamp(50px,7vw,88px); letter-spacing: -.07em; line-height: 1; }
.live-pill { align-self: flex-start; background: var(--red); border-radius: 99px; box-shadow: 0 0 28px rgba(255,41,79,.35); font-size: 9px; font-weight: 800; letter-spacing: .14em; padding: 5px 10px; }
.event-dates { align-items: flex-end; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: center; padding-left: 45px; text-align: right; }
.event-dates span { color: #9ba1b5; font-size: 18px; font-weight: 700; letter-spacing: .13em; }
.event-dates strong { font-size: clamp(22px,3vw,38px); letter-spacing: -.035em; }
.event-dates small { color: #b5bbce; font-size: 11px; letter-spacing: .16em; margin-top: 8px; }
.event-day { border-top: 1px solid var(--line); }
.event-day summary { align-items: center; cursor: pointer; display: grid; gap: 22px; grid-template-columns: 90px 1fr auto 28px; list-style: none; padding: 27px 34px; transition: background .2s; }
.event-day summary::-webkit-details-marker { display: none; }
.event-day summary:hover { background: rgba(255,255,255,.035); }
.day-index { color: var(--red); font-size: 16px; font-weight: 800; letter-spacing: .1em; }
.event-day summary strong { font-size: 24px; }
.event-day summary strong small { color: var(--muted); font-size: 14px; font-weight: 500; margin-left: 8px; }
.event-day summary em { color: #a9aec0; font-size: 13px; font-style: normal; letter-spacing: .08em; }
.event-day summary i { color: #7b8196; font-size: 22px; font-style: normal; transition: transform .25s; }
.event-day[open] summary i { transform: rotate(45deg); }
.day-body { background: #0b0e18; border-top: 1px solid var(--line); padding: 30px 34px 38px; }
.mc-line { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 34px; }
.mc-line>span { color: #757c92; font-size: 10px; font-weight: 800; letter-spacing: .14em; margin-right: 8px; }
.mc-line a { border: 1px solid var(--line); color: #e6e8f1; font-size: 12px; padding: 6px 10px; text-decoration: none; }
.mc-line a:hover { border-color: var(--blue); }
.mc-line small { color: var(--red); font-size: 8px; margin-left: 4px; }
.mc-showcase { background: linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.018)); border: 1px solid var(--line); display: grid; gap: 0; grid-template-columns: repeat(3,minmax(0,1fr)); margin-bottom: 38px; }
.mc-card { align-items: center; background: transparent; border: 0; border-right: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 58px minmax(0,1fr); min-width: 0; min-height: 84px; padding: 12px; }
.mc-card:last-child { border-right: 0; }
.mc-card img { height: 58px; object-fit: cover; width: 58px; }
.mc-card>div { min-width: 0; padding-left: 0; }
.mc-card span { color: var(--red); display: block; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.mc-card strong { display: block; font-size: 17px; line-height: 1.35; margin: 3px 0 7px; overflow-wrap: anywhere; }
.mc-card nav { display: flex; flex-wrap: wrap; gap: 4px; }
.mc-card nav a { border: 1px solid var(--line); color: #aeb4c7; font-size: 10px; padding: 4px 7px; text-decoration: none; }
.mc-card nav a:hover { background: #fff; color: #090b14; }
.mc-section { margin-bottom: 38px; }
.mc-section>.part-label { margin-top: 0; }
.mc-participants { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.mc-participant { align-items: center; border-right: 1px solid var(--line); display: grid; gap: 10px; grid-template-columns: 58px minmax(0,1fr) auto; min-height: 82px; padding: 10px 12px; }
.mc-participant:last-child { border-right: 0; }
.mc-participant img { height: 58px; object-fit: cover; width: 58px; }
.mc-participant strong { font-size: 17px; line-height: 1.35; overflow-wrap: anywhere; }
.mc-participant nav { display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-end; }
.mc-participant nav a { border: 1px solid rgba(255,255,255,.14); color: #c2c7d7; font-size: 10px; font-weight: 700; padding: 4px 7px; text-decoration: none; }
.mc-participant nav a:hover { background: #fff; color: #090b14; }
.mc-participant.is-primary { background: linear-gradient(120deg,rgba(255,41,79,.09),rgba(65,92,255,.07)); box-shadow: inset 0 2px 0 var(--red); }
.mc-participant-info { min-width: 0; }
.mc-channel-label { color: #ff6681; display: block; font-size: 9px; font-weight: 800; letter-spacing: .08em; margin-bottom: 2px; }
.mc-role-tags { display: flex; flex-wrap: wrap; gap: 3px; margin-top: 5px; }
.mc-role-tags span { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: #c9cedd; font-size: 8px; line-height: 1.25; padding: 3px 5px; white-space: nowrap; }
.part-label { align-items: center; display: flex; justify-content: space-between; margin: 25px 0 10px; }
.part-label span { color: #fff; font-size: 18px; font-weight: 800; letter-spacing: .11em; }
.part-label b { color: #a2a8ba; font-size: 13px; letter-spacing: .1em; }
.timeline { border-top: 1px solid var(--line); }
.timeline a { align-items: center; border-bottom: 1px solid var(--line); color: inherit; display: grid; gap: 20px; grid-template-columns: 70px 34px 1fr auto; min-height: 58px; padding: 8px 12px; text-decoration: none; transition: background .2s,padding .2s; }
.timeline a:hover { background: linear-gradient(90deg,rgba(255,41,79,.09),rgba(65,92,255,.08)); padding-left: 18px; }
.timeline time { color: #d2d6e2; font-size: 15px; font-weight: 700; }
.timeline span { color: #747c92; font-size: 11px; }
.timeline strong { font-size: 17px; overflow-wrap: anywhere; }
.timeline em { color: #72798f; font-size: 9px; font-style: normal; letter-spacing: .1em; }
.timeline .slot-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: minmax(0,1fr) auto; min-height: 98px; }
.timeline .slot-row>.slot-main { border-bottom: 0; grid-template-columns: 72px minmax(58px,auto) minmax(0,1fr); min-height: 97px; padding: 9px 14px; }
.timeline .slot-row>.slot-main:hover { padding-left: 17px; }
.slot-avatar { border-radius: 4px; height: 58px; object-fit: cover; width: 58px; }
.slot-avatars { align-items: center; display: flex; min-width: 58px; padding-right: 12px; }
.slot-avatars .slot-avatar + .slot-avatar { margin-left: -12px; outline: 2px solid #0b0e18; }
.timeline .slot-main em { display: none; }
.slot-links { display: flex; flex-wrap: wrap; gap: 5px; justify-content: flex-end; max-width: 280px; padding: 10px 14px 10px 5px; }
.timeline .slot-links a { border: 1px solid rgba(255,255,255,.14); color: #c2c7d7; display: inline-flex; font-size: 11px; font-weight: 700; letter-spacing: .03em; min-height: 32px; padding: 5px 9px; text-decoration: none; }
.timeline .slot-links a:first-child { border-color: rgba(145,70,255,.55); color: #c9aaff; }
.timeline .slot-links a:hover { background: #fff; color: #090b14; padding: 5px 9px; }

.archive-page { min-height: 100vh; padding: 78px 0 130px; }
.archive-hero { background: radial-gradient(circle at 75% 20%,rgba(65,92,255,.18),transparent 32%),linear-gradient(160deg,#111522,#090b14 70%); border-bottom: 1px solid var(--line); padding: clamp(90px,12vw,160px) max(24px,8vw) 80px; }
.archive-hero h1 { font-size: clamp(64px,11vw,150px); letter-spacing: -.075em; line-height: .8; margin: 28px 0 42px; }
.archive-hero h1 span { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.45); }
.archive-hero>p:not(.section-number) { color: var(--muted); font-size: 16px; }
.archive-hero>a { display: inline-block; font-size: 13px; font-weight: 700; margin-top: 35px; text-decoration: none; }
.archive-list { margin: auto; max-width: 1180px; padding: 80px 30px 0; }
.archive-card { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 35px; grid-template-columns: 80px 1fr auto; padding: 45px 10px; }
.archive-no { color: transparent; font-size: 48px; font-weight: 800; -webkit-text-stroke: 1px #4d5367; }
.archive-main>p:first-child { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.archive-main h2 { font-size: clamp(26px,3vw,38px); margin: 3px 0 18px; }
.archive-dates { display: flex; flex-wrap: wrap; gap: 7px; }
.archive-dates span { background: rgba(255,255,255,.05); border: 1px solid var(--line); color: #c9cddd; font-size: 10px; letter-spacing: .09em; padding: 5px 8px; }
.archive-note { color: #6f768b; font-size: 11px; margin-top: 12px; }
.archive-card>a { border: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .05em; padding: 13px 16px; text-decoration: none; transition: .2s; }
.archive-card>a:hover { background: #fff; color: #090b14; }
.test-card { opacity: .76; }
.archive-summary { display: none; }
.past-schedules { margin: auto; max-width: 1180px; padding: 80px 30px 0; }
.past-event-block { background: linear-gradient(145deg,rgba(255,255,255,.045),rgba(255,255,255,.012)); border: 1px solid rgba(255,255,255,.18); margin-bottom: 44px; }
.past-event-head { align-items: center; cursor: pointer; display: grid; gap: 34px; grid-template-columns: 86px 1fr 40px; list-style: none; margin: 0; min-height: 176px; padding: 35px 42px; transition: background .2s; }
.past-event-head::-webkit-details-marker { display: none; }
.past-event-head:hover { background: rgba(255,255,255,.045); }
.past-event-head>i { color: #7f869c; font-size: 30px; font-style: normal; text-align: center; transition: transform .25s; }
.past-event-block[open]>.past-event-head>i { transform: rotate(45deg); }
.past-event-head small { color: #70778d; display: block; font-size: 9px; letter-spacing: .14em; margin-top: 12px; }
.past-event-head p { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.past-event-head h2 { font-size: clamp(30px,4vw,52px); letter-spacing: -.045em; line-height: 1.1; }
.past-event-block .event-days { border-top: 2px solid rgba(255,255,255,.22); }
.past-event-block .event-day { border-top: 0; border-bottom: 10px solid #090b14; }
.past-event-block .event-day:last-child { border-bottom: 0; }
.past-event-block .event-day>summary { background: rgba(255,255,255,.045); border-bottom: 1px solid rgba(255,255,255,.16); min-height: 88px; padding: 28px 38px; }
.past-event-block .day-body { padding: 38px 38px 52px; }
.past-event-block .mc-line b { border: 1px solid var(--line); color: #e6e8f1; font-size: 12px; font-weight: 500; padding: 6px 10px; }
.archive-mc-participants { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.archive-mc-participants strong { align-items: center; border-right: 1px solid var(--line); display: flex; font-size: 17px; min-height: 72px; padding: 14px 18px; }
.archive-mc-participants strong:last-child { border-right: 0; }
.archive-mc-grid { grid-template-columns: repeat(var(--mc-count),minmax(0,1fr)); }
.slot-avatar-fallback { align-items: center; background: linear-gradient(135deg,var(--red),var(--blue)); display: inline-flex; font-size: 17px; font-weight: 800; justify-content: center; }
.timeline .slot-links .digest-link { background: linear-gradient(110deg,var(--red),#d81073 52%,var(--blue)); border: 0; box-shadow: 0 0 22px rgba(255,41,79,.2); color: #fff; font-size: 10px; padding-inline: 10px; }
.timeline .slot-links .digest-link:hover { box-shadow: 0 0 28px rgba(65,92,255,.38); color: #fff; transform: translateY(-1px); }

.crew-groups { display: grid; gap: 86px; }
.crew-group h3 {
  align-items: center;
  display: flex;
  font-size: 24px;
  gap: 14px;
  letter-spacing: .12em;
  margin-bottom: 28px;
}
.crew-group h3::after { background: var(--line); content: ""; flex: 1; height: 1px; }
.crew-group h3 span { color: var(--red); font-size: 11px; }
.crew-group h3 small { color: var(--muted); font-size: 13px; letter-spacing: .08em; }
.crew-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.crew-grid.featured { grid-template-columns: minmax(280px, 580px); }
.crew-card {
  background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.018));
  border: 1px solid var(--line);
  display: flex;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.crew-card::before {
  background: linear-gradient(180deg, var(--red), var(--blue));
  content: "";
  inset: 0 auto 0 0;
  opacity: 0;
  position: absolute;
  transition: opacity .25s;
  width: 3px;
}
.crew-card:hover { border-color: rgba(111,126,255,.55); box-shadow: 0 18px 48px rgba(0,0,0,.28); transform: translateY(-4px); }
.crew-card:hover::before { opacity: 1; }
.crew-avatar { flex: 0 0 112px; overflow: hidden; }
.crew-avatar img { display: block; height: 100%; object-fit: cover; transition: transform .35s; width: 100%; }
.crew-card:hover .crew-avatar img { transform: scale(1.04); }
.crew-info { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 18px 15px 15px; }
.crew-role { color: #7f86a0; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.crew-info h4 { font-size: 17px; line-height: 1.35; margin: 5px 0 14px; overflow-wrap: anywhere; }
.crew-links { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; }
.crew-links a {
  border: 1px solid rgba(255,255,255,.14);
  color: #bec3d4;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .04em;
  padding: 4px 7px;
  text-decoration: none;
  transition: .2s;
}
.crew-links a:hover { background: #fff; color: #0a0c15; }

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

@media (max-width: 800px) {
  html { scroll-padding-top: 58px; }
  body { font-size: 17px; line-height: 1.85; }

  .site-header { height: 58px; padding: 0 12px; }
  .brand { flex: 0 0 auto; height: 30px; width: 78px; }
  .site-header nav { gap: 4px; }
  .site-header nav a {
    border-radius: 6px;
    font-size: 10px;
    letter-spacing: .08em;
    padding: 10px 6px;
  }

  .hero { height: 680px; min-height: 100svh; }
  .hero::before { display: none; }
  .hero-image {
    height: calc(100% - 58px);
    margin: 58px 0 0;
    max-width: none;
    -webkit-mask-image: none;
    mask-image: none;
    object-fit: cover;
    object-position: 62% top;
    width: 100%;
  }
  .hero-copy { bottom: max(48px, 7vh); left: 18px; right: 18px; }
  .eyebrow { font-size: 10px; letter-spacing: .12em; margin-bottom: 16px; }
  .eyebrow span { width: 28px; }
  .hero h1 { font-size: clamp(38px, 11.5vw, 54px); line-height: 1.18; }
  .hero-lead { font-size: 16px; line-height: 1.85; margin: 20px 0 26px; }
  .cta {
    font-size: 15px;
    justify-content: space-between;
    min-height: 50px;
    padding: 13px 18px;
    width: 100%;
  }

  .section { padding: 72px 18px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2,
  .data-heading h2 { font-size: clamp(36px, 10vw, 44px); line-height: 1.1; }
  .about-intro {
    font-size: clamp(21px, 6vw, 28px);
    line-height: 1.65;
    margin-bottom: 38px;
  }
  .feature-grid article,
  .feature-grid article:first-child { padding: 26px 4px; }
  .feature-grid h3 { font-size: 19px; margin: 8px 0; }
  .feature-grid p { font-size: 16px; line-height: 1.85; }

  .data-heading { margin-bottom: 12px; }
  .data-heading > p { font-size: 15px; line-height: 1.75; margin-top: 12px; }
  .mobile-scroll-hint {
    color: #8e95aa;
    display: block;
    font-size: 12px;
    margin: 0 0 12px;
    text-align: right;
  }
  .embed-shell {
    height: 560px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .embed-shell iframe { min-width: 720px; }
  .compact { height: 520px; }
  .staff { padding-top: 28px; }
  .archive-link { display: inline-block; font-size: 13px; margin-top: 18px; }
  .event-overview { display: block; min-height: 0; padding: 24px 20px; }
  .event-dates { align-items: flex-start; border-left: 0; border-top: 1px solid var(--line); margin-top: 20px; padding: 18px 0 0; text-align: left; }
  .event-dates span { font-size: 16px; }
  .event-dates strong { font-size: 26px; }
  .event-day summary { gap: 8px; grid-template-columns: 58px 1fr 22px; padding: 21px 16px; }
  .event-day summary>em { display: none; }
  .event-day summary strong { font-size: 19px; }
  .day-body { padding: 25px 14px 30px; }
  .mc-showcase { gap: 8px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-bottom: 28px; }
  .mc-card { display: grid; gap: 6px; grid-template-columns: 40px minmax(0,1fr); min-height: 72px; padding: 7px; text-align: left; }
  .mc-card img { height: 40px; width: 40px; }
  .mc-card>div { padding: 0; }
  .mc-card strong { font-size: 12px; min-height: 0; }
  .mc-card nav { justify-content: flex-start; }
  .mc-card nav a { font-size: 8px; padding: 2px 4px; }
  .mc-section { margin-bottom: 28px; }
  .mc-participant { gap: 5px; grid-template-columns: 40px minmax(0,1fr) auto; min-height: 72px; padding: 7px 5px; }
  .mc-participant img { height: 40px; width: 40px; }
  .mc-participant strong { font-size: 12px; }
  .mc-participant nav { gap: 3px; grid-column: auto; justify-content: flex-end; }
  .mc-participant nav a { font-size: 8px; padding: 2px 4px; }
  .timeline a { gap: 9px; grid-template-columns: 46px 23px 1fr; padding: 9px 5px; }
  .timeline a em { display: none; }
  .timeline strong { font-size: 16px; }
  .timeline .slot-row { align-items: stretch; display: block; padding: 9px 0 12px; }
  .timeline .slot-row>.slot-main { grid-template-columns: 48px minmax(44px,auto) minmax(0,1fr); min-height: 64px; padding: 4px 3px; }
  .timeline .slot-row>.slot-main:hover { padding-left: 3px; }
  .slot-avatar { height: 44px; width: 44px; }
  .slot-avatars { min-width: 44px; padding-right: 8px; }
  .slot-links { justify-content: flex-start; max-width: none; padding: 2px 3px 0 66px; }
  .timeline .slot-links a { font-size: 10px; min-height: 30px; padding: 5px 8px; }
  .timeline .slot-links a:hover { padding: 5px 8px; }
  .archive-page { padding-top: 58px; }
  .archive-hero { padding: 75px 20px 60px; }
  .archive-hero h1 { font-size: clamp(58px,20vw,88px); }
  .archive-list { padding: 45px 18px 0; }
  .archive-card { align-items: start; gap: 18px; grid-template-columns: 52px 1fr; padding: 34px 0; }
  .archive-no { font-size: 36px; }
  .archive-card>a { grid-column: 2; justify-self: start; }
  .past-schedules { padding: 52px 16px 0; }
  .past-event-block { margin-bottom: 25px; }
  .past-event-head { gap: 14px; grid-template-columns: 48px 1fr 25px; min-height: 128px; padding: 24px 16px; }
  .past-event-head .archive-no { font-size: 34px; }
  .past-event-head h2 { font-size: 29px; }
  .past-event-head>i { font-size: 24px; }
  .past-event-block .event-day summary { grid-template-columns: 57px 1fr 22px; }
  .past-event-block .event-day summary em { display: none; }
  .past-event-block .event-day { border-bottom-width: 8px; }
  .past-event-block .event-day>summary { min-height: 78px; padding: 22px 16px; }
  .past-event-block .day-body { padding: 28px 14px 38px; }
  .archive-mc-participants strong { font-size: 13px; min-height: 62px; padding: 10px 7px; }
  .timeline .slot-links .digest-link { flex-basis: auto; font-size: 10px; }
  .crew-groups { gap: 62px; }
  .crew-group h3 { font-size: 20px; margin-bottom: 20px; }
  .crew-grid,
  .crew-grid.featured { grid-template-columns: 1fr; }
  .crew-card { min-height: 132px; }
  .crew-avatar { flex-basis: 128px; }
  .crew-info { padding: 18px 14px 14px; }
  .crew-info h4 { font-size: 18px; }
  .crew-links a { font-size: 10px; min-height: 29px; padding: 5px 8px; }

  footer { padding: 56px 18px 30px; }
  footer img { width: 145px; }
  footer p { font-size: 11px; letter-spacing: .16em; }
  footer small { font-size: 11px; }
}

@media (max-width: 380px) {
  .site-header nav a { font-size: 9px; padding-inline: 4px; }
  .hero h1 { font-size: 36px; }
  .hero-lead { font-size: 15px; }
  .section { padding-inline: 15px; }
  .crew-avatar { flex-basis: 105px; }
  .crew-info { padding: 14px 10px 10px; }
  .crew-info h4 { font-size: 16px; margin-bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .cta,
  .site-header nav a { transition: none; }
}

/* 2026 responsive usability pass */
.menu-toggle { display: none; }
.about { gap: clamp(48px,6vw,88px); position: relative; }
.about::before { background: radial-gradient(circle,rgba(65,92,255,.1),transparent 68%); content: ""; height: 420px; left: -180px; pointer-events: none; position: absolute; top: 70px; width: 520px; z-index: -1; }
.about .section-heading { border-left: 2px solid var(--red); padding-left: 24px; }
.about-intro { max-width: 700px; }
.feature-grid p { line-height: 1.9; }
.schedule-jumps { background: #0b0e18; border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.schedule-jumps a { align-items: center; border-right: 1px solid var(--line); display: flex; gap: 12px; justify-content: center; min-height: 64px; padding: 10px 16px; text-decoration: none; transition: background .2s; }
.schedule-jumps a:last-child { border-right: 0; }
.schedule-jumps a:hover { background: rgba(65,92,255,.1); }
.schedule-jumps span { color: var(--red); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.schedule-jumps strong { font-size: 17px; }

@media (max-width: 800px) {
  .site-header { height: 58px; padding: 0 14px; }
  .menu-toggle { align-items: center; background: transparent; border: 0; color: #fff; cursor: pointer; display: grid; gap: 4px; grid-template-columns: 22px auto; grid-template-rows: repeat(3,3px); padding: 9px 2px 9px 10px; }
  .menu-toggle span { background: #fff; display: block; grid-column: 1; height: 1px; transition: transform .2s,opacity .2s; width: 22px; }
  .menu-toggle b { font-size: 9px; grid-column: 2; grid-row: 1 / 4; letter-spacing: .12em; margin-left: 5px; }
  .is-menu-open .menu-toggle span:nth-child(1) { transform: translateY(5px) rotate(45deg); }
  .is-menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .is-menu-open .menu-toggle span:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }
  .site-header nav { background: rgba(9,11,20,.97); border-bottom: 1px solid var(--line); display: none; gap: 0; left: 0; padding: 10px 14px 18px; position: absolute; right: 0; top: 58px; }
  .site-header.is-menu-open nav { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-header nav a { border-bottom: 1px solid rgba(255,255,255,.08); border-radius: 0; font-size: 12px; letter-spacing: .12em; padding: 15px 10px; }
  .hero-shade { background: linear-gradient(0deg,var(--bg) 0%,rgba(5,7,15,.9) 36%,rgba(5,7,15,.12) 76%),linear-gradient(90deg,rgba(5,7,15,.34),transparent 75%); }
  .hero h1 { font-size: clamp(33px,9.3vw,40px); line-height: 1.22; }
  .hero h1 em { display: inline-block; white-space: nowrap; }
  .about { gap: 0; }
  .about::before { height: 300px; left: -210px; top: 15px; }
  .about .section-heading { border-left-width: 1px; padding-left: 14px; }
  .schedule-jumps { position: sticky; top: 58px; z-index: 8; }
  .schedule-jumps a { gap: 6px; min-height: 56px; padding: 8px 5px; }
  .schedule-jumps span { font-size: 8px; }
  .schedule-jumps strong { font-size: 15px; }
  .mc-participants { display: flex; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .mc-participants::-webkit-scrollbar { display: none; }
  .mc-participant { flex: 0 0 min(76vw,270px); gap: 10px; grid-template-columns: 52px minmax(0,1fr); min-height: 86px; padding: 10px; scroll-snap-align: start; }
  .mc-participant img { height: 52px; width: 52px; }
  .mc-participant strong { font-size: 15px; line-height: 1.5; overflow-wrap: normal; word-break: normal; }
  .mc-participant nav { gap: 4px; grid-column: 2; justify-content: flex-start; }
  .mc-participant nav a { font-size: 10px; min-height: 27px; padding: 3px 7px; }
  .mc-participant.is-primary { flex-basis: min(84vw,300px); }
  .mc-channel-label { font-size: 9px; }
  .mc-role-tags span { font-size: 8px; padding: 3px 4px; }
  .archive-hero { padding: 52px 20px 42px; }
  .archive-hero h1 { font-size: clamp(56px,19vw,82px); margin: 20px 0 28px; }
  .archive-hero>a { margin-top: 18px; }
}

@media (max-width: 380px) {
  .hero h1 { font-size: 32px; }
}
