:root {
  --tu-gold: #ffbb00;
  --tu-graphite: #3c3c3c;
  --tu-white: #ffffff;
  --tu-old-gold: #cc9900;
  --tu-black: #151500;
  --tu-glen-mist: #dddddd;
  --ink: var(--tu-black);
  --paper: var(--tu-white);
  font-family: "Arial Narrow", "Roboto Condensed", Impact, system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body {
  position: relative;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.45;
  background: var(--tu-black);
}
body::before {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  background: var(--tu-black);
}
body::after {
  content: "";
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      ellipse 145% 82% at -24% 108%,
      rgba(21, 21, 0, .57) 0 27%,
      rgba(21, 21, 0, .42) 39%,
      rgba(21, 21, 0, .21) 53%,
      transparent 68%
    ),
    radial-gradient(
      ellipse 105% 48% at -10% 92%,
      rgba(21, 21, 0, .31) 0 35%,
      rgba(21, 21, 0, .14) 55%,
      transparent 73%
    ),
    radial-gradient(rgba(21,21,0,.2) 1px, transparent 1.5px);
  background-size: auto, auto, 9px 9px;
  background-position: center, center, left center;
  -webkit-mask-image: linear-gradient(34deg, #000 0 48%, rgba(0,0,0,.76) 66%, transparent 88%);
  mask-image: linear-gradient(34deg, #000 0 48%, rgba(0,0,0,.76) 66%, transparent 88%);
}
main, .site-header, footer { position: relative; z-index: 1; }
.skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 11px 15px;
  border: 3px solid var(--tu-black);
  background: var(--tu-gold);
  color: var(--tu-black);
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-150%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 4px solid var(--tu-gold); outline-offset: 4px; }
main:focus { outline: none; }

.comic-intro {
  position: fixed;
  z-index: 1000;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(rgba(255,255,255,.16) 1px, transparent 1.5px) 0 0 / 9px 9px,
    var(--tu-black);
  perspective: 1400px;
  animation: intro-backdrop-reveal 3.28s steps(1, end) both;
  transition: visibility 0s linear .08s;
}
.comic-intro::before,
.comic-intro::after {
  display: none;
}
.comic-intro::before { left: 0; transform-origin: left; }
.comic-intro::after { right: 0; transform-origin: right; }
.comic-intro.is-finished { visibility: hidden; }
.intro-book {
  position: relative;
  z-index: 10;
  width: min(680px, calc(100% - 42px));
  height: min(430px, calc(100% - 100px));
  transform-style: preserve-3d;
  animation: intro-book-hit 2.35s cubic-bezier(.2,.8,.2,1) both;
}
.intro-page {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 6px solid var(--ink);
  backface-visibility: hidden;
  box-shadow: 14px 14px 0 rgba(0,0,0,.7);
  transform-origin: left center;
}
.intro-page img { width: 100%; height: 100%; object-fit: cover; }
.intro-page span,
.intro-page strong { position: absolute; z-index: 2; text-transform: uppercase; }
.intro-page-one { z-index: 4; animation: intro-page-flip .5s .38s cubic-bezier(.65,0,.3,1) both; }
.intro-page-one::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.75), transparent 65%); }
.intro-page-one span { left: 24px; bottom: 22px; padding: 8px 12px; background: var(--tu-white); border: 3px solid var(--ink); font-weight: 900; transform: rotate(-2deg); }
.intro-page-two { z-index: 3; background: var(--tu-white); animation: intro-page-flip .5s 1s cubic-bezier(.65,0,.3,1) both; }
.intro-page-two img { width: 46%; height: 75%; object-fit: contain; filter: drop-shadow(8px 8px 0 var(--tu-gold)); }
.intro-page-two strong { right: 24px; bottom: 22px; max-width: 230px; color: var(--ink); font-size: clamp(1.7rem, 5vw, 3.4rem); font-style: italic; line-height: .85; text-align: right; transform: rotate(-4deg); }
.intro-page-three { z-index: 2; background: var(--tu-gold); animation: intro-page-flip .48s 1.55s cubic-bezier(.65,0,.3,1) both; }
.intro-page-three::before { content: ""; position: absolute; inset: 0; background: radial-gradient(rgba(21,21,0,.32) 2px, transparent 2.5px) 0 0 / 13px 13px; }
.intro-page-three strong { color: var(--tu-white); font-size: clamp(3rem, 10vw, 6.8rem); font-style: italic; line-height: .72; text-shadow: 6px 6px 0 var(--ink); transform: skew(-6deg); }
.intro-page-three .intro-burst { top: 20px; right: 20px; padding: 8px; border: 3px solid var(--ink); background: var(--tu-white); font-weight: 900; transform: rotate(5deg); }
.intro-page-final { z-index: 1; background: var(--tu-white); }
.intro-page-final img { width: 88%; height: 74%; object-fit: contain; }
.intro-page-final span { bottom: 20px; padding: 6px 10px; border: 3px solid var(--ink); background: var(--tu-gold); font-weight: 900; }
.intro-flash {
  position: absolute;
  z-index: 15;
  color: var(--tu-white);
  font-size: clamp(4rem, 16vw, 11rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.08em;
  text-shadow: 8px 8px 0 var(--ink);
  opacity: 0;
  transform: scale(.35) rotate(-8deg);
  animation: intro-flash .38s 2.08s cubic-bezier(.1,.8,.3,1) both;
}
@keyframes intro-page-flip {
  0% { transform: rotateY(0deg); filter: brightness(1); }
  100% { transform: rotateY(-112deg); filter: brightness(.55); }
}
@keyframes intro-book-hit {
  0% { transform: translateY(35px) scale(.82) rotate(-2deg); }
  12%, 88% { transform: translateY(0) scale(1) rotate(0); }
  100% { transform: scale(1.08); }
}
@keyframes intro-flash {
  0% { opacity: 0; transform: scale(.35) rotate(-8deg); }
  65% { opacity: 1; transform: scale(1.08) rotate(-3deg); }
  100% { opacity: 0; transform: scale(1.35) rotate(-2deg); }
}

/* Full-page cinematic comic opener */
.intro-reel {
  position: absolute;
  z-index: 10;
  inset: clamp(12px, 3vw, 42px);
  transform-style: preserve-3d;
  animation: cinema-camera 3.85s ease-out both;
}
.cinema-page,
.cinema-title {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: clamp(5px, .65vw, 10px) solid var(--ink);
  background: var(--tu-white);
  box-shadow: 0 0 0 3px var(--tu-white), 18px 18px 0 rgba(0,0,0,.7);
  backface-visibility: hidden;
  transform-origin: left center;
}
.cinema-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.16), transparent 16%, transparent 82%, rgba(0,0,0,.18));
  pointer-events: none;
}
.cinema-page img { width: 100%; height: 100%; object-fit: cover; }
.cinema-page > span,
.cinema-page > strong {
  position: absolute;
  z-index: 2;
  left: clamp(16px, 3vw, 48px);
  bottom: clamp(16px, 3vw, 42px);
  max-width: min(620px, 72%);
  padding: 10px 16px;
  border: 4px solid var(--ink);
  background: var(--tu-white);
  box-shadow: 6px 6px 0 var(--ink);
  font-size: clamp(1rem, 2.5vw, 2.2rem);
  font-style: italic;
  font-weight: 900;
  line-height: .95;
  text-transform: uppercase;
  transform: rotate(-2deg);
}
.cinema-page-template { z-index: 5; animation: cinema-page-turn .62s .28s cubic-bezier(.72,0,.24,1) both; }
.cinema-page-template img { object-fit: contain; filter: contrast(1.14); }
.cinema-page-template > span { background: var(--tu-gold); }
.cinema-page-one { z-index: 4; animation: cinema-page-turn .66s 1.05s cubic-bezier(.72,0,.24,1) both; }
.cinema-page-two { z-index: 3; animation: cinema-page-turn .66s 1.82s cubic-bezier(.72,0,.24,1) both; }
.cinema-page-detail { z-index: 2; animation: cinema-page-turn .66s 2.58s cubic-bezier(.72,0,.24,1) both; }
.cinema-page-detail img { width: 168%; max-width: none; object-position: 12% 53%; animation: cinema-panel-pan .9s 2.05s ease-out both; }
.cinema-page-detail > strong { color: var(--tu-white); background: var(--tu-black); box-shadow: 6px 6px 0 var(--tu-gold); font-size: clamp(1.5rem, 4vw, 3.8rem); }
.cinema-title {
  z-index: 1;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 28px;
  background:
    linear-gradient(rgba(21,21,0,.74), rgba(21,21,0,.86)),
    url("assets/comic-hackathon-spread-02.png") center / cover;
  color: var(--tu-white);
  text-align: center;
}
.cinema-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(rgba(255,187,0,.25) 1.5px, transparent 2px) 0 0 / 10px 10px;
}
.cinema-title small,
.cinema-title strong,
.cinema-title span { position: relative; z-index: 1; text-transform: uppercase; }
.cinema-title small { font-size: clamp(.62rem, 1.4vw, 1rem); font-weight: 900; letter-spacing: .2em; }
.cinema-title strong {
  margin-block: 14px;
  color: var(--tu-gold);
  font-size: clamp(3.6rem, 13vw, 11rem);
  font-style: italic;
  letter-spacing: -.08em;
  line-height: .78;
  text-shadow: 7px 7px 0 var(--ink);
  transform: skew(-5deg);
  animation: cinema-title-strike .52s 3.08s cubic-bezier(.1,.8,.25,1) both;
}
.cinema-title span { padding: 7px 11px; border: 3px solid var(--tu-white); background: var(--tu-black); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
@keyframes cinema-page-turn {
  0% { transform: translateX(0) rotateY(0deg) scale(1); filter: brightness(1); }
  45% { filter: brightness(.72); }
  100% { transform: translateX(-9%) rotateY(-108deg) scale(1.025); filter: brightness(.35); }
}
@keyframes cinema-panel-pan {
  from { transform: translateX(0) scale(1.03); }
  to { transform: translateX(-24%) scale(1.13); }
}
@keyframes cinema-camera {
  0% { transform: translateZ(-120px) rotate(-.6deg); }
  18%, 82% { transform: translateZ(0) rotate(0); }
  100% { transform: translateZ(80px) scale(1.025); }
}
@keyframes cinema-title-strike {
  from { opacity: 0; transform: scale(2.2) skew(-5deg); filter: blur(9px); }
  to { opacity: 1; transform: scale(1) skew(-5deg); filter: blur(0); }
}

/* Compact placeholder comic that approaches the viewer */
.intro-reel {
  inset: auto;
  top: 50%;
  left: 50%;
  width: min(680px, 72vw);
  aspect-ratio: 1.38;
  animation: placeholder-book-approach 3.2s cubic-bezier(.22,.72,.2,1) both;
}
.placeholder-page {
  position: absolute;
  inset: 0;
  display: grid;
  gap: 10px;
  padding: 14px;
  overflow: hidden;
  border: 7px solid var(--ink);
  background: #f7f4e9;
  box-shadow: 12px 14px 0 rgba(0,0,0,.68);
  backface-visibility: hidden;
  transform-origin: left center;
}
.placeholder-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(rgba(21,21,0,.12) 1px, transparent 1.5px) 0 0 / 8px 8px;
  pointer-events: none;
}
.placeholder-page i {
  min-width: 0;
  min-height: 0;
  border: 5px solid var(--ink);
  background:
    linear-gradient(135deg, transparent 46%, rgba(255,187,0,.32) 47% 53%, transparent 54%),
    var(--tu-glen-mist);
}
.placeholder-page-one i:nth-child(odd) {
  background:
    radial-gradient(circle at 66% 35%, rgba(255,255,255,.72) 0 8%, transparent 8.5%),
    repeating-linear-gradient(-18deg, transparent 0 16px, rgba(21,21,0,.16) 17px 20px),
    var(--tu-gold);
}
.placeholder-page-one i:nth-child(even) {
  background: radial-gradient(rgba(21,21,0,.28) 2px, transparent 2.5px) 0 0 / 12px 12px, var(--tu-glen-mist);
}
.placeholder-page-two i:nth-child(3n+1) {
  background: repeating-linear-gradient(0deg, var(--tu-white) 0 9px, var(--tu-graphite) 10px 13px);
}
.placeholder-page-two i:nth-child(3n+2) {
  background: linear-gradient(145deg, var(--tu-black) 0 58%, var(--tu-gold) 59% 66%, var(--tu-glen-mist) 67%);
}
.placeholder-page-two i:nth-child(3n) {
  background: repeating-radial-gradient(circle at 20% 35%, var(--tu-gold) 0 3px, var(--tu-white) 4px 12px);
}
.placeholder-page-three i:nth-child(1) { background: linear-gradient(22deg, var(--tu-black) 0 44%, var(--tu-gold) 45% 51%, var(--tu-white) 52%); }
.placeholder-page-three i:nth-child(2) { background: repeating-linear-gradient(90deg, var(--tu-glen-mist) 0 18px, var(--tu-white) 19px 34px); }
.placeholder-page-three i:nth-child(3) { background: radial-gradient(circle at center, var(--tu-gold) 0 22%, var(--tu-black) 23% 27%, var(--tu-white) 28%); }
.placeholder-page-three i:nth-child(4) { background: repeating-linear-gradient(-45deg, var(--tu-graphite) 0 12px, var(--tu-gold) 13px 17px); }
.placeholder-page-final i:nth-child(odd) { background: linear-gradient(155deg, var(--tu-gold), var(--tu-white) 55%); }
.placeholder-page-final i:nth-child(even) { background: radial-gradient(rgba(255,187,0,.5) 2px, transparent 3px) 0 0 / 14px 14px, var(--tu-black); }
.placeholder-page-cover {
  z-index: 6;
  align-content: center;
  justify-items: center;
  background: var(--tu-gold);
  color: var(--tu-white);
  text-align: center;
  animation: placeholder-page-turn .52s .48s cubic-bezier(.68,0,.3,1) both;
}
.placeholder-page-cover strong { font-size: clamp(2.2rem, 7vw, 5.8rem); font-style: italic; letter-spacing: -.08em; line-height: .7; text-shadow: 5px 5px 0 var(--ink); transform: skew(-5deg); }
.placeholder-page-cover small,
.placeholder-page-cover span { z-index: 1; padding: 5px 9px; border: 3px solid var(--ink); background: var(--tu-white); color: var(--ink); font-size: clamp(.48rem, 1.2vw, .72rem); font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.placeholder-page-one { z-index: 5; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr .72fr 1fr; animation: placeholder-page-turn .52s 1.02s cubic-bezier(.68,0,.3,1) both; }
.placeholder-page-one i:nth-child(1) { grid-row: span 2; }
.placeholder-page-one i:nth-child(4) { grid-column: span 2; }
.placeholder-page-two { z-index: 4; grid-template-columns: repeat(3, 1fr); grid-template-rows: .8fr 1.25fr; animation: placeholder-page-turn .52s 1.52s cubic-bezier(.68,0,.3,1) both; }
.placeholder-page-two i:nth-child(1),
.placeholder-page-two i:nth-child(5) { grid-column: span 2; }
.placeholder-page-three { z-index: 3; grid-template-columns: .78fr 1.22fr; grid-template-rows: 1fr 1fr; animation: placeholder-page-turn .52s 2.02s cubic-bezier(.68,0,.3,1) both; }
.placeholder-page-three i:nth-child(2) { grid-row: span 2; }
.placeholder-page-final { z-index: 2; grid-template-columns: 1fr 1fr; grid-template-rows: .72fr 1fr .7fr; animation: placeholder-final-turn .68s 2.58s cubic-bezier(.7,0,.2,1) both; }
.placeholder-page-final i:first-child { grid-column: span 2; }
.placeholder-page-final i:nth-child(4) { grid-column: span 2; }
@keyframes placeholder-page-turn {
  0% { transform: rotateY(0deg); filter: brightness(1); }
  45% { filter: brightness(.7); }
  100% { transform: translateX(-7%) rotateY(-112deg); filter: brightness(.35); }
}
@keyframes placeholder-final-turn {
  0% { transform: rotateY(0deg) scale(1); }
  100% { transform: translateX(-18%) rotateY(-128deg) scale(1.06); }
}
@keyframes placeholder-book-approach {
  0% { transform: translate(-50%, calc(-50% - 7vh)) translateZ(-900px) rotateX(16deg) rotateZ(-5deg); }
  25% { transform: translate(-50%, calc(-50% - 3vh)) translateZ(-620px) rotateX(11deg) rotateZ(-3deg); }
  72% { transform: translate(-50%, -50%) translateZ(-180px) rotateX(4deg) rotateZ(-1deg); }
  100% { transform: translate(-50%, -50%) translateZ(60px) rotateX(0) rotateZ(0) scale(1.72); }
}
@keyframes intro-backdrop-reveal {
  0%, 77% { background-color: var(--tu-black); }
  78%, 100% { background-color: transparent; }
}

/* Simple single-page logo reveal */
.comic-intro {
  background:
    radial-gradient(circle at 50% 48%, rgba(255,187,0,.16) 0, rgba(255,187,0,.06) 24%, transparent 48%),
    linear-gradient(135deg, #101a2b 0%, var(--tu-graphite) 52%, #171500 100%);
  animation: simple-intro-reveal 1.8s ease-out both;
}
.comic-intro::before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  inset: -45% -35%;
  width: auto;
  background: linear-gradient(112deg, transparent 40%, rgba(255,255,255,.62) 48%, rgba(255,187,0,.44) 53%, transparent 61%);
  pointer-events: none;
  transform: translateX(-72%) skewX(-10deg);
  animation: simple-intro-shine .85s .52s cubic-bezier(.2,.75,.25,1) both;
}
.comic-intro::after {
  display: none;
}
.simple-intro-city {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 58%;
  display: flex;
  align-items: flex-end;
  gap: clamp(8px, 1.5vw, 24px);
  width: 150%;
  opacity: .42;
  filter: drop-shadow(0 -12px 22px rgba(0,0,0,.28));
  animation: intro-city-drift 1.8s linear both;
}
.simple-intro-city::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 18%;
  background: #090d16;
}
.simple-intro-city i {
  position: relative;
  width: clamp(72px, 9vw, 150px);
  height: 54%;
  flex: none;
  border: 3px solid rgba(255,187,0,.13);
  border-bottom: 0;
  background: radial-gradient(rgba(255,187,0,.34) 1.5px, transparent 2px) 12px 14px / 24px 27px, linear-gradient(180deg, #182236, #090d16);
}
.simple-intro-city i:nth-child(3n+1) { height: 78%; width: clamp(92px, 12vw, 190px); }
.simple-intro-city i:nth-child(3n+2) { height: 42%; }
.simple-intro-city i:nth-child(4n) { height: 66%; }
.simple-intro-city i:nth-child(5n) { height: 88%; width: clamp(64px, 7vw, 112px); }
.simple-intro-city i::before {
  content: "";
  position: absolute;
  right: 22%;
  bottom: 100%;
  left: 22%;
  height: 14px;
  background: #101827;
  clip-path: polygon(50% 0,100% 100%,0 100%);
}
.simple-intro-panels {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  display: flex;
  gap: 34px;
  width: max-content;
  opacity: .24;
  transform: translate(-52%, -50%);
  animation: simple-panel-drift 1.8s linear both;
}
.panel-sheet {
  width: clamp(520px, 58vw, 820px);
  aspect-ratio: .76;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: .8fr 1fr .82fr;
  gap: 10px;
  flex: none;
  padding: 12px;
  border: 6px solid rgba(255,255,255,.78);
  background: rgba(255,255,255,.08);
  box-shadow: 8px 8px 0 rgba(0,0,0,.32);
}
.panel-sheet:nth-child(2) { transform: translateY(-42px); opacity: .84; }
.panel-sheet:nth-child(3) { transform: translateY(32px); opacity: .68; }
.panel-sheet i {
  position: relative;
  display: block;
  border: 4px solid rgba(255,255,255,.72);
  background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,187,0,.1));
  overflow: hidden;
}
.panel-sheet i:nth-child(3n+1) { background: radial-gradient(rgba(255,187,0,.42) 2px, transparent 2.5px) 0 0 / 13px 13px, rgba(255,255,255,.07); }
.panel-sheet i:nth-child(3n+2) { background: repeating-linear-gradient(-18deg, rgba(255,255,255,.04) 0 13px, rgba(255,187,0,.2) 14px 17px); }
.panel-sheet i:nth-child(3n) { background: linear-gradient(145deg, rgba(255,187,0,.26) 0 36%, rgba(255,255,255,.04) 37% 63%, rgba(21,21,0,.24) 64%); }
.panel-sheet i::after {
  content: "";
  position: absolute;
  inset: 16% 12%;
  border: 3px solid rgba(255,255,255,.18);
  transform: skew(-9deg);
}
.panel-sheet i:first-child { grid-column: span 2; }
.panel-sheet i:nth-child(3) { grid-column: 1 / -1; }
.panel-sheet:nth-child(2) i:first-child { grid-column: 1 / -1; }
.panel-sheet:nth-child(2) i:nth-child(2) { grid-column: span 2; }
.panel-sheet:nth-child(2) i:nth-child(3) { grid-column: span 1; }
.panel-sheet:nth-child(3) i:nth-child(1),
.panel-sheet:nth-child(3) i:nth-child(4) { grid-column: span 2; }
.simple-intro-mark {
  position: relative;
  z-index: 2;
  width: min(520px, 76vw);
  padding: 24px 28px 20px;
  border: 5px solid var(--ink);
  background: var(--tu-white);
  box-shadow: 10px 10px 0 var(--ink);
  text-align: center;
  animation: simple-intro-mark .55s ease-out both;
}
.simple-intro-mark img { display: block; width: 100%; max-height: 170px; object-fit: contain; }
.simple-intro-mark span { display: inline-block; margin-top: 3px; padding: 5px 9px; background: var(--tu-black); color: var(--tu-white); font-size: .66rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
@keyframes simple-intro-mark {
  from { opacity: 0; transform: scale(.88) rotate(-2deg); }
  to { opacity: 1; transform: scale(1) rotate(-1deg); }
}
@keyframes simple-intro-shine {
  from { opacity: 0; transform: translateX(-72%) skewX(-10deg); }
  18% { opacity: 1; }
  to { opacity: 1; transform: translateX(72%) skewX(-10deg); }
}
@keyframes simple-intro-reveal {
  0%, 78% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes simple-panel-drift {
  from { transform: translate(-52%, -50%); }
  to { transform: translate(-8%, -50%); }
}
@keyframes intro-city-drift {
  from { transform: translateX(-18%); }
  to { transform: translateX(0); }
}

.ambient-comic {
  --ambient-dot: rgba(255, 187, 0, .36);
  --ambient-line: rgba(255, 255, 255, .3);
  position: fixed;
  z-index: 0;
  inset: 66px 0 0;
  overflow: hidden;
  pointer-events: none;
}
.halftone-field,
.floating-panel {
  position: absolute;
  display: block;
  transition:
    background-color 1.1s ease,
    border-color 1.1s ease,
    opacity 1.1s ease,
    transform 2.2s cubic-bezier(.22, .75, .25, 1);
  will-change: transform;
}
.halftone-field {
  border-radius: 50%;
  background-image: radial-gradient(var(--ambient-dot) 2.2px, transparent 2.5px);
  background-size: 12px 12px;
  opacity: 1;
  mask-image: radial-gradient(circle, #000 0 30%, rgba(0,0,0,.75) 54%, transparent 75%);
  -webkit-mask-image: radial-gradient(circle, #000 0 30%, rgba(0,0,0,.75) 54%, transparent 75%);
}
.halftone-one {
  width: 920px;
  height: 920px;
  top: 7%;
  left: -430px;
  animation: halftone-drift-one 19s ease-in-out infinite alternate;
}
.halftone-two {
  width: 780px;
  height: 780px;
  right: -360px;
  bottom: 2%;
  background-size: 16px 16px;
  animation: halftone-drift-two 24s ease-in-out infinite alternate;
}
.floating-panel {
  --divider-angle: 96deg;
  border: 4px solid var(--ambient-line);
  background:
    linear-gradient(var(--ambient-line), var(--ambient-line)) 0 58% / 100% 4px no-repeat,
    linear-gradient(
      var(--divider-angle),
      transparent 0 49%,
      var(--ambient-line) 49.5% 51%,
      transparent 51.5% 100%
    ) 0 0 / 100% 58% no-repeat,
    linear-gradient(
      calc(var(--divider-angle) - 16deg),
      transparent 0 57%,
      var(--ambient-line) 57.5% 59%,
      transparent 59.5% 100%
    ) 0 100% / 100% 42% no-repeat,
    rgba(21, 21, 0, .08);
  box-shadow: 7px 7px 0 rgba(21, 21, 0, .22);
  opacity: 1;
  filter: none;
}
.floating-panel-one {
  --divider-angle: 96deg;
  width: 430px;
  height: 270px;
  top: 14%;
  right: -210px;
  transform: rotate(7deg);
}
.floating-panel-two {
  --divider-angle: 84deg;
  width: 330px;
  height: 480px;
  bottom: 11%;
  left: -165px;
  transform: rotate(-8deg);
}
.floating-panel-three {
  --divider-angle: 101deg;
  width: 300px;
  height: 190px;
  top: 56%;
  right: -125px;
  transform: rotate(-4deg);
}

body[data-scene="roles"] .ambient-comic {
  --ambient-dot: rgba(221, 221, 221, .34);
  --ambient-line: rgba(255, 255, 255, .3);
}
body[data-scene="roles"] .halftone-one { transform: translate(16vw, 20vh) scale(1.12); }
body[data-scene="roles"] .floating-panel-one { transform: translate(-7vw, 10vh) rotate(-2deg); }
body[data-scene="roles"] .floating-panel-three { transform: translate(-4vw, -5vh) rotate(5deg); }

body[data-scene="schedule"] .ambient-comic {
  --ambient-dot: rgba(255, 187, 0, .32);
  --ambient-line: rgba(255, 255, 255, .3);
}
body[data-scene="schedule"] .halftone-two { transform: translate(-19vw, -8vh) scale(1.2); }
body[data-scene="schedule"] .floating-panel-two { transform: translate(6vw, -10vh) rotate(2deg); }

body[data-scene="team"] .ambient-comic {
  --ambient-dot: rgba(204, 153, 0, .38);
  --ambient-line: rgba(255, 255, 255, .3);
}
body[data-scene="team"] .floating-panel-one { transform: translate(-10vw, 18vh) rotate(5deg); }
body[data-scene="team"] .floating-panel-two { transform: translate(10vw, -4vh) rotate(-1deg); }
body[data-scene="team"] .floating-panel-three { transform: translate(-8vw, 7vh) rotate(-5deg); }

body[data-scene="faq"] .ambient-comic {
  --ambient-dot: rgba(221, 221, 221, .32);
  --ambient-line: rgba(255, 255, 255, .3);
}
body[data-scene="faq"] .halftone-one { transform: translate(36vw, 8vh) scale(.9); }
body[data-scene="faq"] .halftone-two { transform: translate(-24vw, -24vh) scale(1.08); }

body[data-scene="sponsors"] .ambient-comic,
body[data-scene="register"] .ambient-comic {
  --ambient-dot: rgba(255, 187, 0, .4);
  --ambient-line: rgba(255, 255, 255, .3);
}
body[data-scene="sponsors"] .floating-panel-one,
body[data-scene="register"] .floating-panel-one { transform: translate(-6vw, 3vh) rotate(-3deg); }
body[data-scene="sponsors"] .floating-panel-three,
body[data-scene="register"] .floating-panel-three { transform: translate(-12vw, 18vh) rotate(3deg); }

@keyframes halftone-drift-one {
  from { margin: -12px 0 0 -8px; }
  to { margin: 24px 0 0 22px; }
}
@keyframes halftone-drift-two {
  from { margin: 0 -10px -18px 0; }
  to { margin: 0 25px 22px 0; }
}
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: .95; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  min-height: 66px;
  margin: 0;
  padding-inline: max(16px, calc((100vw - 1100px) / 2));
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 3px solid var(--ink);
  background: var(--tu-graphite);
  color: var(--tu-white);
  box-shadow: 0 5px 0 rgba(17, 19, 29, .22);
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 44px;
  padding: 0;
  overflow: hidden;
  border: 2px solid var(--tu-black);
  background: var(--tu-white);
  box-shadow: 3px 3px 0 var(--tu-gold);
  text-decoration: none;
  transform: rotate(-1deg);
}
.logo img {
  display: block;
  flex: none;
  width: 224px;
  height: 84px;
  max-width: none;
  object-fit: contain;
}
nav { display: flex; align-items: center; gap: 20px; }
nav a { font-size: .8rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
.menu-toggle {
  display: none;
  min-width: 48px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 3px solid var(--tu-white);
  background: var(--tu-graphite);
  color: var(--tu-white);
  font: inherit;
  cursor: pointer;
}
.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  display: block;
  width: 20px;
  height: 3px;
  background: var(--tu-gold);
}
.menu-toggle span { position: relative; }
.menu-toggle span::before,
.menu-toggle span::after { content: ""; position: absolute; left: 0; }
.menu-toggle span::before { top: -7px; }
.menu-toggle span::after { top: 7px; }
.menu-toggle strong { font-size: .7rem; text-transform: uppercase; }
.nav-cta { padding: 8px 12px; border: 2px solid var(--ink); background: var(--tu-gold); color: var(--ink); box-shadow: 3px 3px 0 var(--ink); }
.devpost-tab {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 2px solid var(--tu-white);
  background: var(--tu-black);
  color: var(--tu-white);
  box-shadow: 3px 3px 0 var(--tu-gold);
}
.devpost-tab span { color: var(--tu-gold); font-size: 1rem; line-height: .7; }
.devpost-tab[hidden] { display: none; }

.comic-cover {
  position: relative;
  width: min(1100px, calc(100% - 32px));
  height: min(690px, calc(100vh - 94px));
  min-height: 570px;
  margin: 20px auto 74px;
  overflow: hidden;
  border: 5px solid var(--ink);
  background: var(--ink);
  box-shadow: 10px 10px 0 var(--tu-gold);
}
.cover-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.1);
}
.cover-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,13,28,.8) 0%, rgba(3,13,28,.44) 34%, transparent 68%); }
.cover-imprint {
  position: absolute;
  top: 0;
  left: 18px;
  width: 76px;
  min-height: 146px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border: 3px solid var(--ink);
  border-top: 0;
  background: var(--tu-white);
  color: var(--ink);
  box-shadow: 5px 5px 0 var(--ink);
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-1deg);
}
.imprint-mark {
  position: relative;
  overflow: hidden;
  padding: 12px 3px 10px;
  border-bottom: 3px solid var(--ink);
  background: var(--tu-gold);
  font-size: .58rem;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: 1;
  white-space: nowrap;
}
.imprint-mark::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 70px;
  top: -17px;
  right: 8px;
  background: var(--tu-black);
  opacity: .16;
  transform: rotate(24deg);
}
.imprint-tower {
  position: relative;
  height: 88px;
  overflow: hidden;
  background: var(--tu-white);
}
.imprint-tower img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 90px;
  max-width: none;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.cover-imprint small { margin-top: auto; padding: 6px 3px; border-top: 2px solid var(--ink); background: var(--tu-glen-mist); font-size: .58rem; font-weight: 900; letter-spacing: .08em; }
.cover-date { position: absolute; top: 22px; right: 22px; padding: 5px 9px; border: 2px solid var(--ink); background: var(--tu-white); font-size: .72rem; font-weight: 900; text-transform: uppercase; }
.hero-partner {
  position: absolute;
  top: 74px;
  right: 28px;
  width: 132px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 5px solid var(--tu-white);
  border-radius: 50%;
  background: var(--tu-white);
  box-shadow: 6px 6px 0 var(--ink), 9px 9px 0 var(--tu-gold);
  transform: rotate(3deg);
  transition: transform .18s ease;
}
.hero-partner::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -35%;
  background: linear-gradient(112deg, transparent 34%, rgba(255,255,255,.94) 46%, rgba(255,187,0,.66) 53%, transparent 65%);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-68%) skewX(-10deg);
  transition: transform .42s cubic-bezier(.2,.75,.25,1), opacity .14s linear;
}
.hero-partner img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.cover-copy { position: absolute; left: clamp(24px, 5vw, 65px); bottom: 48px; width: min(760px, 72%); color: white; text-shadow: 3px 3px 0 var(--ink); }
.kicker, .eyebrow { margin-bottom: 12px; font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.cover-copy .kicker { margin-left: 20px; }
.cover-copy h1 { margin-bottom: 16px; color: var(--tu-gold); font-size: clamp(4.6rem, 8vw, 8rem); font-style: italic; letter-spacing: -.075em; line-height: .86; white-space: nowrap; text-transform: uppercase; transform: skew(-4deg); }
.cover-copy > p:not(.kicker) { max-width: 390px; font-size: 1rem; font-weight: 700; }
.cover-copy > p.cover-tagline { margin-bottom: 0; color: var(--tu-white); font-size: clamp(2.35rem, 4.7vw, 4.2rem); font-style: italic; font-weight: 900; letter-spacing: -.035em; line-height: .9; text-transform: uppercase; }
.event-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; text-shadow: none; }
.event-cta span { padding: 15px 21px; border: 4px solid var(--ink); background: var(--tu-gold); color: var(--ink); box-shadow: 6px 6px 0 var(--ink); font-size: 1rem; font-weight: 900; text-transform: uppercase; transform: rotate(-1deg); }
.event-cta strong { padding-bottom: 5px; border-bottom: 4px solid var(--tu-gold); color: var(--tu-white); font-size: 1.3rem; letter-spacing: .04em; text-transform: uppercase; }
.countdown {
  flex-basis: 100%;
  width: max-content;
  max-width: 100%;
  margin-top: 6px;
  color: var(--tu-white);
}
.countdown > small { display: block; margin-bottom: 7px; font-size: .63rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.countdown-units { display: flex; align-items: center; gap: 7px; }
.countdown-units p { min-width: 48px; margin: 0; padding: 6px 7px 5px; border: 2px solid var(--tu-white); background: rgba(21, 21, 0, .75); box-shadow: 3px 3px 0 var(--tu-gold); text-align: center; }
.countdown-units b { display: block; font-size: 1.15rem; line-height: 1; }
.countdown-units em { display: block; margin-top: 4px; font-size: .5rem; font-style: normal; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.countdown-units i { color: var(--tu-gold); font-size: 1.2rem; font-style: normal; font-weight: 900; }
.comic-button { display: inline-flex; gap: 18px; align-items: center; margin-top: 10px; padding: 12px 16px; border: 3px solid var(--ink); background: var(--tu-gold); color: var(--ink); box-shadow: 5px 5px 0 var(--ink); font-size: .9rem; font-weight: 900; text-decoration: none; text-shadow: none; text-transform: uppercase; transform: rotate(-1deg); }

.intro-panel, .roles-section, .schedule-section, .team-section, .faq-section, footer {
  width: min(1050px, calc(100% - 40px));
  margin-inline: auto;
}
.intro-panel { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 34px; align-items: center; padding: 60px 38px 28px; border: 4px solid var(--ink); background-color: var(--tu-glen-mist); background-image: radial-gradient(var(--tu-graphite) .8px, transparent .8px); background-size: 8px 8px; box-shadow: 8px 8px 0 var(--ink); transform: rotate(.5deg); }
.narration-box { position: absolute; top: 16px; left: -14px; padding: 8px 14px; border: 3px solid var(--ink); background: var(--tu-gold); box-shadow: 3px 3px 0 var(--ink); font-family: Georgia, serif; font-size: .8rem; font-weight: 700; }
h2 { margin-bottom: 20px; font-size: clamp(2.3rem, 5vw, 4.3rem); font-style: italic; letter-spacing: -.05em; text-transform: uppercase; }
.speech-bubble, .question-bubble { position: relative; padding: 25px; border: 4px solid var(--ink); border-radius: 50%; background: var(--tu-white); text-align: center; }
.speech-bubble::after { content: ""; position: absolute; left: 12%; bottom: -30px; width: 42px; height: 42px; border-right: 4px solid var(--ink); background: var(--tu-white); clip-path: polygon(0 0,100% 0,0 100%); transform: rotate(16deg); }
.speech-bubble p { margin-bottom: 8px; font-family: Georgia, serif; font-style: italic; }
.intro-panel h2 { font-size: clamp(2.3rem, 3.9vw, 3.45rem); }
.origin-right { align-self: center; }
.origin-copy { padding: 17px 19px 12px; border: 3px solid var(--ink); background: var(--tu-white); box-shadow: 5px 5px 0 var(--tu-gold); }
.origin-copy > p { margin-bottom: 11px; color: var(--tu-black); font-size: 1rem; font-weight: 800; line-height: 1.42; }
.origin-right .speech-bubble { width: 88%; margin: 17px auto 18px; padding: 15px 20px; background: var(--tu-white); }
.origin-right .speech-bubble::before {
  display: none;
}
.origin-right .speech-bubble::after {
  z-index: 1;
  left: 18%;
  bottom: -17px;
  width: 30px;
  height: 30px;
  border: 0;
  border-right: 4px solid var(--tu-black);
  border-bottom: 4px solid var(--tu-black);
  background: var(--tu-white);
  clip-path: none;
  transform: rotate(45deg);
}
.origin-right .speech-bubble p { font-size: .86rem; }
.origin-right .speech-bubble strong { font-size: .82rem; }

.roles-section, .team-section, .faq-section {
  margin-block: 95px;
  padding: 65px 42px;
  border: 4px solid var(--ink);
  background: var(--paper);
  box-shadow: 8px 8px 0 var(--tu-gold);
}
.assembly-topbar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.assembly-topbar .eyebrow { margin: 0; color: var(--tu-graphite); }
.assembly-tabs { display: flex; gap: 8px; }
.assembly-tabs button {
  min-height: 44px;
  padding: 10px 14px;
  border: 3px solid var(--ink);
  background: var(--tu-white);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font: inherit;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}
.assembly-tabs button span { display: inline-grid; min-width: 25px; min-height: 25px; margin-left: 6px; place-items: center; border-radius: 50%; background: var(--tu-black); color: var(--tu-white); font-size: .58rem; }
.assembly-tabs button[aria-selected="true"] { background: var(--tu-gold); }
.assembly-tabs button[aria-selected="true"] span { background: var(--tu-white); color: var(--tu-black); }
.assembly-tabs button:focus-visible { outline: 4px solid var(--tu-gold); outline-offset: 4px; }
.assembly-heading { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 35px; margin-bottom: 45px; }
.assembly-heading h2 { margin: 0; }
.assembly-heading p { margin: 0 0 6px; }
.assembly-views { display: grid; }
.assembly-panel {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px);
  transition: opacity .28s ease, transform .34s ease, visibility 0s linear .34s;
}
.assembly-panel.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: none;
  transition-delay: 0s;
}
.section-heading { display: grid; grid-template-columns: 1fr .45fr; align-items: end; gap: 35px; margin-bottom: 45px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -8px; color: var(--tu-graphite); }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p:last-child { margin-bottom: 6px; }
.role-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
.role-card { position: relative; min-height: 265px; padding: 22px; overflow: hidden; border: 4px solid var(--ink); box-shadow: 5px 5px 0 var(--ink); isolation: isolate; }
.role-card::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: -45% -35%;
  background: linear-gradient(112deg, transparent 38%, rgba(255,255,255,.58) 47%, rgba(255,187,0,.5) 51%, transparent 60%);
  opacity: 0;
  transform: translateX(-65%) skewX(-10deg);
  transition: transform .42s cubic-bezier(.2,.75,.25,1), opacity .16s linear;
  pointer-events: none;
}
.role-card:nth-child(1), .role-card:nth-child(2) { grid-column: span 3; }
.role-card:nth-child(n+3) { grid-column: span 2; }
.role-card:nth-child(even) { transform: translateY(8px) rotate(1deg); }
.role-build { background: var(--tu-gold); }
.role-design { background: var(--tu-old-gold); }
.role-defend { background: var(--tu-black); color: var(--tu-white); }
.role-analyze { background: var(--tu-graphite); color: var(--tu-white); }
.role-strategist { background: var(--tu-glen-mist); }
.role-number { font-size: .72rem; font-weight: 900; }
.impact {
  position: absolute;
  top: 34px;
  right: 28px;
  left: auto;
  width: auto;
  max-width: none;
  overflow: visible;
  color: var(--tu-black);
  font-size: clamp(1.6rem, 3vw, 2.75rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: 1;
  text-align: right;
  white-space: nowrap;
  transform: rotate(-4deg);
  transform-origin: right center;
  text-shadow: 3px 3px 0 rgba(255,255,255,.72);
}
.role-defend .impact,
.role-analyze .impact {
  color: var(--tu-white);
  text-shadow: 3px 3px 0 rgba(204,153,0,.75);
}
.role-card:nth-child(n+3) .impact { font-size: clamp(1.5rem, 2.45vw, 2.25rem); }
.role-strategist .impact { right: 18px; font-size: clamp(1.25rem, 1.85vw, 1.7rem); }
.role-card h3 { position: absolute; left: 22px; bottom: 78px; margin: 0; font-size: 1.45rem; text-transform: uppercase; }
.role-card p { position: absolute; left: 22px; right: 112px; bottom: 16px; margin: 0; font-size: 1rem; font-weight: 700; line-height: 1.3; }
.role-number, .impact, .role-card h3, .role-card p, .role-avatar { z-index: 2; }
.role-avatar {
  --avatar-accent: var(--tu-white);
  position: absolute;
  right: 12px;
  bottom: 0;
  width: 96px;
  height: 126px;
  opacity: .46;
  transform: translateY(7px) rotate(1deg);
  transition: opacity .2s linear, transform .28s cubic-bezier(.2,.8,.2,1), filter .2s linear;
}
.role-avatar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 39px;
  height: 39px;
  border: 3px solid currentColor;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}
.role-avatar::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 86px;
  border: 3px solid currentColor;
  background: currentColor;
  clip-path: polygon(25% 0, 75% 0, 100% 34%, 83% 100%, 17% 100%, 0 34%);
}
.role-avatar i {
  position: absolute;
  z-index: 1;
  display: block;
  color: var(--avatar-accent);
}
.role-build .role-avatar i {
  right: 4px;
  bottom: 18px;
  width: 84px;
  height: 42px;
  border: 5px solid currentColor;
  border-radius: 2px 2px 7px 7px;
  background: rgba(21,21,0,.2);
  transform: perspective(50px) rotateX(-8deg);
}
.role-build .role-avatar i::after {
  content: "";
  position: absolute;
  right: -9px;
  bottom: -10px;
  left: -9px;
  height: 7px;
  background: currentColor;
  clip-path: polygon(8% 0,92% 0,100% 100%,0 100%);
}
.role-defend .role-avatar i {
  right: 0;
  bottom: 6px;
  width: 58px;
  height: 78px;
  border: 4px solid currentColor;
  background: rgba(21,21,0,.2);
  clip-path: polygon(50% 0,100% 17%,91% 72%,50% 100%,9% 72%,0 17%);
}
.role-analyze .role-avatar i {
  right: 8px;
  bottom: 12px;
  width: 15px;
  height: 40px;
  background: currentColor;
  box-shadow: -19px 12px 0 currentColor, -38px 23px 0 currentColor;
}
.role-analyze .role-avatar i::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 58px;
  height: 4px;
  background: currentColor;
}
.role-design .role-avatar i {
  right: 24px;
  bottom: 8px;
  width: 11px;
  height: 84px;
  border: 0;
  border-radius: 5px 5px 2px 2px;
  background: currentColor;
  transform: rotate(19deg);
  transform-origin: bottom;
}
.role-design .role-avatar i::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 11px;
  height: 18px;
  background: currentColor;
  clip-path: polygon(50% 0,100% 100%,0 100%);
}
.role-strategist .role-avatar i {
  right: 7px;
  top: 31px;
  width: 55px;
  height: 55px;
  border: 5px solid currentColor;
  border-radius: 50%;
  background: transparent;
}
.role-strategist .role-avatar i::after {
  content: "";
  position: absolute;
  right: -10px;
  bottom: -28px;
  width: 7px;
  height: 34px;
  border-radius: 0 0 4px 4px;
  background: currentColor;
  transform: rotate(-38deg);
  transform-origin: top center;
}
.role-defend .role-avatar,
.role-analyze .role-avatar {
  --avatar-accent: var(--tu-gold);
  color: var(--tu-white);
}
.role-build .role-avatar,
.role-design .role-avatar,
.role-strategist .role-avatar {
  --avatar-accent: var(--tu-white);
  color: var(--tu-black);
}
.role-strategist .role-avatar { --avatar-accent: var(--tu-gold); }
.team-queue { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.team-queue-state { grid-column: 1 / -1; display: grid; gap: 8px; min-height: 210px; padding: 34px; place-content: center; border: 4px dashed var(--ink); background: var(--tu-white); text-align: center; }
.team-queue-state strong { font-size: 1.35rem; text-transform: uppercase; }
.queue-card { position: relative; min-height: 255px; padding: 22px; border: 4px solid var(--ink); background: var(--tu-white); box-shadow: 6px 6px 0 var(--ink); }
.queue-card:nth-child(2) { background: var(--tu-glen-mist); }
.queue-card:nth-child(3) { background: var(--tu-old-gold); }
.queue-card-open { background: var(--tu-gold); }
.queue-card-top { display: flex; justify-content: space-between; margin-bottom: 28px; font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.queue-card-top strong { padding: 4px 7px; border: 2px solid var(--ink); background: var(--tu-white); }
.queue-card h3 { margin-bottom: 17px; font-size: 1.55rem; text-transform: uppercase; }
.slot-icons { display: flex; gap: 7px; margin-bottom: 18px; }
.slot-icons b, .slot-icons i { display: grid; width: 34px; height: 34px; place-items: center; border: 2px solid var(--ink); font-size: .7rem; font-style: normal; font-weight: 900; }
.slot-icons b { background: var(--tu-graphite); color: var(--tu-white); }
.slot-icons i { border-style: dashed; background: rgba(255,255,255,.55); }
.queue-card p { margin-bottom: 6px; font-size: .9rem; }
.queue-card .queue-members { font-size: .76rem; }
.queue-card small { display: block; padding-right: 100px; font-size: .72rem; }
.queue-card em { position: absolute; right: 18px; bottom: 17px; padding: 7px 9px; border: 2px solid var(--ink); background: var(--tu-gold); box-shadow: 3px 3px 0 var(--ink); font-size: .62rem; font-style: normal; font-weight: 900; text-transform: uppercase; transform: rotate(-2deg); }
.queue-card-full em { background: var(--tu-black); color: var(--tu-white); }

.schedule-section { position: relative; padding: 80px 55px 55px; border: 4px solid var(--ink); background: var(--tu-white); box-shadow: 8px 8px 0 var(--tu-old-gold); }
.schedule { margin: 35px 0 0; padding: 0; list-style: none; border-top: 4px solid var(--ink); }
.schedule li { display: grid; grid-template-columns: 80px 1fr auto; gap: 22px; align-items: center; padding: 20px 0; border-bottom: 3px solid var(--ink); }
.schedule li > span, .schedule li > b { font-size: .7rem; font-weight: 900; text-transform: uppercase; }
.schedule h3 { margin-bottom: 5px; font-size: 1.15rem; text-transform: uppercase; }
.schedule p { margin: 0; font-size: .9rem; }
.schedule li > b { padding: 5px 8px; background: var(--tu-gold); transform: rotate(-2deg); }

.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.team-card { padding: 12px 12px 18px; border: 4px solid var(--ink); background: var(--tu-white); box-shadow: 5px 5px 0 var(--ink); }
.team-card:nth-child(even) { transform: translateY(8px) rotate(1deg); }
.team-photo {
  position: relative;
  height: 220px;
  overflow: hidden;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  border: 3px solid var(--ink);
  background:
    radial-gradient(var(--tu-graphite) 1px, transparent 1.5px),
    var(--tu-glen-mist);
  background-size: 8px 8px;
}
.team-photo span {
  position: absolute;
  bottom: -25px;
  width: 74%;
  height: 57%;
  border: 4px solid var(--ink);
  border-radius: 50% 50% 0 0;
  background: var(--tu-gold);
}
.team-photo span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -72px;
  width: 92px;
  height: 92px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--tu-white);
  transform: translateX(-50%);
}
.team-photo small { position: absolute; z-index: 1; right: 7px; top: 7px; padding: 3px 6px; border: 2px solid var(--ink); background: var(--tu-white); font-size: .6rem; font-weight: 900; text-transform: uppercase; }
.team-role { margin-bottom: 5px; color: var(--tu-old-gold); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.team-card h3 { margin-bottom: 0; font-size: 1.05rem; text-transform: uppercase; }

.bubble-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.question-bubble { min-height: 210px; display: grid; align-content: center; border-radius: 45% 55% 48% 52%; }
.question-bubble:nth-child(2) { transform: rotate(2deg); }
.question-bubble::after { content: ""; position: absolute; bottom: -24px; left: 25%; width: 42px; height: 38px; background: var(--tu-white); border-left: 4px solid var(--ink); clip-path: polygon(0 0,100% 0,0 100%); }
.question-bubble h3 { font-size: 1.2rem; text-transform: uppercase; }
.question-bubble p { margin: 0; font-family: Georgia, serif; font-size: .9rem; }

.sponsors-section {
  width: min(1050px, calc(100% - 40px));
  margin: 95px auto;
  padding: 65px 42px 45px;
  border: 4px solid var(--ink);
  background: var(--tu-white);
  box-shadow: 8px 8px 0 var(--tu-gold);
}
.sponsors-heading { display: grid; grid-template-columns: 1fr .5fr; align-items: end; gap: 36px; margin-bottom: 40px; }
.sponsors-heading h2 { margin-bottom: 0; }
.sponsors-heading > p { margin-bottom: 6px; font-size: .9rem; }
.sponsor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.sponsor-logo { min-height: 120px; display: grid; place-content: center; padding: 18px; border: 3px solid var(--ink); background: var(--tu-glen-mist); text-align: center; }
.sponsor-logo:first-child { grid-column: span 2; }
.sponsor-featured { background: var(--tu-gold); }
.sponsor-logo span { font-size: 1.05rem; font-weight: 900; text-transform: uppercase; }
.sponsor-logo small { margin-top: 4px; color: var(--tu-graphite); font-size: .64rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.sponsor-link { display: inline-flex; gap: 18px; margin-top: 25px; padding-bottom: 3px; border-bottom: 3px solid var(--ink); font-size: .8rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }

.community-partners-section {
  scroll-margin-top: 24px;
  width: min(1050px, calc(100% - 40px));
  margin: -38px auto 95px;
  padding: 54px 42px;
  border: 4px solid var(--ink);
  background: var(--tu-gold);
  box-shadow: 8px 8px 0 var(--tu-white);
}
.community-partners-heading { display: grid; grid-template-columns: 1fr .5fr; align-items: end; gap: 36px; margin-bottom: 34px; }
.community-partners-heading h2 { margin-bottom: 0; }
.community-partners-heading > p { margin-bottom: 6px; font-size: .9rem; font-weight: 700; }
.community-partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.community-partner-card {
  display: grid;
  grid-template-columns: 112px 1fr;
  grid-column: span 2;
  align-items: center;
  gap: 22px;
  padding: 18px;
  border: 4px solid var(--ink);
  background: var(--tu-white);
  box-shadow: 5px 5px 0 var(--ink);
  transform: rotate(-1deg);
}
.community-partner-card img { width: 112px; aspect-ratio: 1; object-fit: cover; border: 3px solid var(--ink); border-radius: 50%; }
.community-partner-card h3 { margin: 0 0 4px; font-size: 1.35rem; text-transform: uppercase; }
.community-partner-card p { margin: 0; color: var(--tu-graphite); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.community-partner-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  padding-bottom: 2px;
  border-bottom: 3px solid var(--ink);
  color: var(--ink);
  font-size: .76rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.community-partner-link:hover { color: var(--tu-old-gold); }
.community-partner-link span { font-size: 1rem; line-height: 1; }

.register-section { position: relative; padding: 75px max(20px, calc((100vw - 1050px) / 2)); background-color: var(--tu-gold); background-image: radial-gradient(rgba(21,21,0,.28) 1px, transparent 1px); background-size: 9px 9px; border-block: 5px solid var(--ink); text-align: center; }
.register-section h2 { max-width: 800px; margin-inline: auto; }
.register-section > p:not(.eyebrow) { font-weight: 700; }
.application-form { max-width: 900px; margin: 34px auto 0; padding: clamp(20px, 4vw, 38px); border: 4px solid var(--ink); background: var(--tu-white); box-shadow: 8px 8px 0 var(--ink); color: var(--ink); text-align: left; }
.testing-notice { margin: 0 0 24px; padding: 14px; border: 3px solid var(--ink); background: var(--tu-gold); text-align: center; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.application-form label, .application-form legend { font-weight: 900; }
.application-form label > span { font-size: .72rem; font-weight: 700; }
.application-form input:not([type="checkbox"]):not([type="radio"]), .application-form select, .application-form textarea { width: 100%; margin-top: 7px; padding: 11px; border: 3px solid var(--ink); background: var(--tu-white); color: var(--ink); font: inherit; }
.application-form textarea { min-height: 110px; resize: vertical; }
.application-form fieldset { margin: 22px 0; padding: 14px; border: 3px solid var(--ink); }
.choice-grid { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 8px; }
.choice-grid label, .form-agreements label { display: flex; gap: 8px; align-items: flex-start; }
.conditional-fields { margin: 18px 0; padding: 18px; border-left: 7px solid var(--tu-gold); background: var(--tu-glen-mist); }
.form-agreements { display: grid; gap: 12px; margin: 22px 0; }
.form-trap { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { min-height: 1.5em; margin-top: 18px; font-weight: 900; }
.form-status.is-error { color: #9d1717; }
.application-form button[disabled] { cursor: wait; opacity: .65; }
.mini-burst { display: inline-block; margin-bottom: 16px; padding: 6px 10px; border: 3px solid var(--ink); background: var(--tu-white); box-shadow: 3px 3px 0 var(--ink); font-size: .72rem; font-weight: 900; transform: rotate(-3deg); }
.comic-button-light { background: var(--tu-white); }
footer {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px 50px;
  align-items: center;
  margin-top: 0;
  padding: 38px max(20px, calc((100vw - 1100px) / 2));
  border: 0;
  border-top: 5px solid var(--ink);
  background: var(--tu-graphite);
  color: var(--tu-white);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}
footer p { margin: 0; }
.footer-logo {
  width: 220px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid var(--tu-black);
  background: var(--tu-white);
  box-shadow: 4px 4px 0 var(--tu-gold);
  text-decoration: none;
}
.footer-logo img { width: 236px; height: 88px; max-width: none; object-fit: contain; }
.footer-nav { display: flex; gap: 22px; }
.footer-nav a { color: var(--tu-white); text-decoration: none; }
.footer-meta { grid-column: 1 / -1; display: flex; justify-content: space-between; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.35); color: var(--tu-glen-mist); }

.reveal { opacity: 0; transform: translateY(35px); transition: opacity .55s ease, transform .55s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.site-loading .site-header { animation: site-header-enter .9s ease-out both; }
.site-loading main { animation: site-main-enter 1s .08s ease-out both; }
@keyframes site-header-enter {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes site-main-enter {
  from { opacity: 0; transform: translateY(26px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (hover: hover) {
  a { transition: transform .12s ease, box-shadow .12s ease, background-color .12s linear; }
  .hero-partner:hover { transform: translateY(-4px) rotate(2deg); }
  .hero-partner:hover::before { opacity: 1; transform: translateX(68%) skewX(-10deg); }
  .site-header nav > a:not(.nav-cta, .devpost-tab),
  .footer-nav a {
    position: relative;
    padding-block: 7px;
    background: none;
  }
  .site-header nav > a:not(.nav-cta, .devpost-tab)::after,
  .footer-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    height: 3px;
    background: var(--tu-gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .18s ease;
  }
  .site-header nav > a:not(.nav-cta, .devpost-tab):hover::after,
  .footer-nav a:hover::after {
    transform: scaleX(1);
  }
  .comic-button:hover, .nav-cta:hover, .devpost-tab:hover {
    transform: translate(-2px, -2px) rotate(0);
    box-shadow: 8px 8px 0 var(--tu-black);
  }
  .schedule li {
    transition: background-color .14s linear, transform .14s ease;
  }
  .schedule li:hover {
    background-color: rgba(255, 187, 0, .2);
    background-image: radial-gradient(rgba(21, 21, 0, .28) 1.3px, transparent 1.5px);
    background-size: 8px 8px;
    transform: translateX(5px);
  }
  .role-card { transition: transform .18s ease; }
  .role-card:hover {
    z-index: 2;
    border-color: var(--tu-gold);
    box-shadow: 10px 10px 0 var(--tu-black), 0 0 0 3px var(--tu-white), 0 0 24px rgba(255,187,0,.7);
    filter: none;
    transform: translateY(-7px);
  }
  .role-card:hover::before { opacity: .8; transform: translateX(65%) skewX(-10deg); }
  .role-card:hover .role-avatar {
    opacity: .95;
    filter: drop-shadow(5px 5px 0 rgba(255,187,0,.75));
    transform: translateY(0) rotate(-2deg) scale(1.08);
  }
}

.comic-button,
.nav-cta,
.devpost-tab {
  box-shadow: 6px 6px 0 var(--tu-black);
}

.comic-button:active,
.nav-cta:active,
.devpost-tab:active {
  box-shadow: 2px 2px 0 var(--tu-black);
  transform: translate(4px, 4px) rotate(0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .halftone-field, .floating-panel { animation: none; transition: none; }
  a, .schedule li, .role-card { transition: none; }
  .role-card::before, .role-avatar { transition: none; }
  .assembly-panel { transition: none; }
  .skip-link { transition: none; }
}

@media (max-width: 1020px) and (min-width: 861px) {
  .site-header { padding-inline: 14px; }
  .logo { width: 178px; height: 42px; }
  .logo img { width: 190px; height: 72px; }
  .site-header nav { gap: 11px; }
  .site-header nav a { font-size: .68rem; }
  .nav-cta { padding: 8px 9px; }
  .cover-copy { width: min(700px, 76%); }
  .cover-copy h1 { font-size: clamp(4.2rem, 8vw, 6.4rem); }
  .cover-copy > p.cover-tagline { font-size: clamp(2.1rem, 4.5vw, 3.4rem); }
  .intro-panel { grid-template-columns: .9fr 1.1fr; }
  .roles-section, .team-section, .faq-section, .sponsors-section, .community-partners-section { width: min(94%, 920px); }
}

@media (max-width: 860px) and (min-width: 721px) {
  html { scroll-padding-top: 78px; }
  .site-header { min-height: 66px; padding-inline: 14px; }
  .logo { width: 178px; height: 42px; }
  .logo img { width: 190px; height: 72px; }
  .menu-toggle { display: inline-flex; }
  .site-header nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    padding: 14px 18px 18px;
    border-bottom: 4px solid var(--tu-black);
    background: var(--tu-graphite);
    box-shadow: 0 7px 0 rgba(21,21,0,.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .16s ease, transform .2s ease, visibility 0s linear .2s;
  }
  .site-header nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s;
  }
  .site-header nav a:not([hidden]) {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 12px;
  }
  .site-header nav .nav-cta { justify-content: center; margin-top: 5px; }
  .role-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .role-card:nth-child(n) { grid-column: auto; min-height: 255px; transform: none; }
  .role-card.role-strategist { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .form-grid { grid-template-columns: 1fr; }
  html { scroll-padding-top: 76px; }
  .site-header { min-height: 64px; padding-inline: 12px; }
  .logo { width: 160px; height: 38px; padding: 0; }
  .logo img { width: 172px; height: 65px; }
  .menu-toggle { display: inline-flex; }
  .intro-book { height: min(390px, calc(100% - 110px)); }
  .intro-reel { inset: auto; top: 50%; left: 50%; width: min(520px, 82vw); }
  .cinema-page,
  .cinema-title { box-shadow: 8px 8px 0 rgba(0,0,0,.7); }
  .cinema-page img { object-position: center; }
  .cinema-page-one img { width: 175%; max-width: none; object-position: 18% center; }
  .cinema-page-two img { width: 175%; max-width: none; object-position: 65% center; }
  .cinema-page > span,
  .cinema-page > strong { left: 12px; bottom: 14px; max-width: calc(100% - 24px); padding: 8px 10px; border-width: 3px; }
  .cinema-title { padding: 16px; }
  .cinema-title strong { font-size: clamp(3.2rem, 18vw, 6rem); text-shadow: 4px 4px 0 var(--ink); }
  .intro-page-two strong { right: 14px; bottom: 16px; max-width: 170px; }
  .intro-page-three strong { font-size: clamp(2.8rem, 17vw, 5rem); }
  .site-header nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px 18px;
    border-bottom: 4px solid var(--tu-black);
    background: var(--tu-graphite);
    box-shadow: 0 7px 0 rgba(21,21,0,.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .16s ease, transform .2s ease, visibility 0s linear .2s;
  }
  .site-header nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: none;
    transition-delay: 0s;
  }
  .site-header nav a:not([hidden]) {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 12px;
  }
  .site-header nav .nav-cta { justify-content: center; margin-top: 5px; }
  .ambient-comic { inset: 60px 0 0; }
  .halftone-one { width: 590px; height: 590px; left: -390px; }
  .halftone-two { width: 520px; height: 520px; right: -340px; }
  .floating-panel-one { width: 280px; height: 180px; right: -205px; }
  .floating-panel-two { width: 230px; height: 340px; left: -175px; }
  .floating-panel-three { display: none; }
  .comic-cover { height: 650px; margin-top: 14px; }
  .cover-photo { object-position: 58% center; }
  .cover-shade { background: linear-gradient(0deg, rgba(3,13,28,.82) 0%, rgba(3,13,28,.22) 74%); }
  .cover-date { top: 18px; left: auto; right: 14px; }
  .hero-partner { top: 64px; right: 16px; width: 104px; border-width: 4px; }
  .cover-copy { left: 24px; right: 24px; bottom: 32px; width: auto; }
  .cover-copy .kicker { margin-left: 8px; }
  .cover-copy h1 { font-size: clamp(2.75rem, 13.5vw, 4rem); }
  .cover-copy > p.cover-tagline { font-size: clamp(1.8rem, 8.5vw, 2.65rem); }
  .event-cta { gap: 12px; margin-top: 20px; }
  .event-cta span { padding: 12px 15px; font-size: .82rem; }
  .event-cta strong { font-size: 1.05rem; }
  .countdown-units { gap: 4px; }
  .countdown-units p { min-width: 43px; padding-inline: 5px; }
  .intro-panel { grid-template-columns: 1fr; gap: 18px; padding: 58px 18px 24px; }
  .origin-copy { padding: 16px; }
  .origin-copy > p { font-size: .96rem; }
  .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .section-heading .eyebrow { grid-column: auto; margin-bottom: 8px; }
  .roles-section, .team-section, .faq-section { margin-block: 68px; padding: 48px 20px; }
  .assembly-topbar { align-items: stretch; flex-direction: column; gap: 14px; }
  .assembly-tabs { flex-direction: column; }
  .assembly-tabs button { width: 100%; text-align: left; }
  .assembly-heading { grid-template-columns: 1fr; gap: 10px; margin-bottom: 36px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-card:nth-child(n) { grid-column: auto; min-height: 240px; transform: none; }
  .team-queue { grid-template-columns: 1fr; }
  .schedule-section { padding: 70px 24px 35px; }
  .schedule li { grid-template-columns: 60px 1fr; }
  .schedule li > b { display: none; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-photo { height: 190px; }
  .bubble-grid { grid-template-columns: 1fr; gap: 42px; }
  .sponsors-section { margin-block: 68px; padding: 48px 20px 35px; }
  .sponsors-heading { grid-template-columns: 1fr; gap: 10px; }
  .sponsor-grid { grid-template-columns: 1fr 1fr; }
  .sponsor-logo:first-child { grid-column: 1 / -1; }
  .community-partners-section { margin: -24px auto 68px; padding: 42px 20px; }
  .community-partners-heading { grid-template-columns: 1fr; gap: 10px; }
  .community-partner-grid { grid-template-columns: 1fr; }
  .community-partner-card { grid-column: auto; }
  footer { grid-template-columns: 1fr; gap: 24px; padding-block: 32px; }
  .footer-logo { width: 185px; height: 42px; }
  .footer-logo img { width: 198px; height: 74px; }
  .footer-nav { align-items: stretch; flex-direction: column; gap: 4px; }
  .footer-nav a { min-height: 44px; display: flex; align-items: center; }
  .footer-meta { grid-column: auto; flex-direction: column; gap: 6px; }
}

@media (max-width: 460px) {
  .comic-cover { width: calc(100% - 20px); height: 680px; }
  .cover-imprint { left: 10px; transform: scale(.9); transform-origin: top left; }
  .cover-date { max-width: 155px; text-align: right; }
  .hero-partner { top: 76px; right: 12px; width: 84px; }
  .cover-copy { left: 18px; right: 18px; bottom: 26px; }
  .countdown-units i { font-size: .9rem; }
  .team-grid { grid-template-columns: 1fr; }
  .sponsor-grid { grid-template-columns: 1fr; }
  .sponsor-logo:first-child { grid-column: auto; }
  .community-partner-card { grid-template-columns: 78px 1fr; gap: 14px; padding: 13px; }
  .community-partner-card img { width: 78px; }
  .community-partner-card h3 { font-size: 1.05rem; }
}

@media (prefers-reduced-motion: reduce) {
  .site-header nav { transition: none; }
  .hero-partner:hover { transform: rotate(3deg); }
  .hero-partner::before { display: none; }
  .comic-intro { display: none; }
  .site-loading .site-header,
  .site-loading main { animation: none; }
}
