/* A2 — lower page: #controls, #videos, #awards, #crew, #faq, #footer + body-level overlays (#vhs-box, #a2-toast,
   #egg-*). Every selector is scoped to its block. */

/* ================= CREW ================= */
#crew { background:
  radial-gradient(ellipse at 20% 0%, rgba(168,137,98,.14), transparent 60%),
  linear-gradient(180deg, #171613, #1d1b18 60%, #151412); }
#crew .crew-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(22px, 2.6vw, 38px); }
#crew .crew-card {
  position: relative; color: #22201c; padding: 0 0 14px; transform: rotate(var(--tilt, 0deg));
  background:
    radial-gradient(circle at 82% 78%, rgba(120,80,40,.16) 0 26px, rgba(120,80,40,.07) 27px 30px, transparent 31px),
    radial-gradient(ellipse at 15% 110%, rgba(60,40,20,.22), transparent 55%),
    linear-gradient(170deg, #e4dac3, #d4c7ab 70%, #c6b795);
  border-radius: 6px 3px 7px 4px; box-shadow: 0 2px 0 rgba(0,0,0,.4), 0 14px 26px rgba(0,0,0,.5);
  transition: transform .35s cubic-bezier(.3,1.6,.5,1);
}
#crew .crew-card:hover { transform: rotate(0deg) translateY(-3px); }
#crew .crew-card::before { /* the clip that pins the pass to the wall */
  content: ''; position: absolute; top: -12px; left: 50%; width: 46px; height: 22px; transform: translateX(-50%);
  background: linear-gradient(180deg, #8d877b, #4c4841); border-radius: 3px 3px 8px 8px; box-shadow: 0 2px 3px rgba(0,0,0,.5);
}
#crew .crew-card.poked { animation: crew-poke .42s ease-out; }
@keyframes crew-poke {
  0% { transform: rotate(var(--tilt)) } 20% { transform: rotate(calc(var(--tilt) - 3deg)) translateX(-4px) }
  45% { transform: rotate(calc(var(--tilt) + 2.4deg)) translateX(3px) } 70% { transform: rotate(calc(var(--tilt) - 1deg)) } 100% { transform: rotate(var(--tilt)) }
}
#crew .cc-head {
  display: flex; justify-content: space-between; align-items: center; padding: 9px 14px 7px;
  background: repeating-linear-gradient(-45deg, rgba(0,0,0,.06) 0 6px, transparent 6px 12px), #b8762f;
  color: #1a1714; font: 600 13px/1 var(--font-body); letter-spacing: .14em; text-transform: uppercase; border-radius: 6px 3px 0 0;
}
#crew .cc-bot { background: #1a1714; color: #e4dac3; padding: 3px 7px 2px; border-radius: 2px; }
#crew .cc-body { position: relative; display: grid; grid-template-columns: 44% 1fr; gap: 14px; padding: 14px 14px 6px; align-items: start; }
#crew .cc-photo {
  position: relative; display: block; width: 100%; aspect-ratio: 360 / 432; padding: 0; border: 0; cursor: pointer; overflow: hidden;
  background: /* mugshot wall with height marks */
    repeating-linear-gradient(180deg, transparent 0 calc(12.5% - 1px), rgba(237,230,214,.22) calc(12.5% - 1px) 12.5%),
    radial-gradient(ellipse at 50% 35%, #56616a, #2c3237 75%);
  box-shadow: inset 0 0 0 3px #efe8d6, 0 2px 4px rgba(0,0,0,.35);
}
#crew .cc-photo::after { /* ruler ticks on the left edge */
  content: ''; position: absolute; left: 3px; top: 0; bottom: 0; width: 10px; pointer-events: none;
  background: repeating-linear-gradient(180deg, rgba(237,230,214,.5) 0 1px, transparent 1px 6.25%);
}
#crew .cc-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; animation: crew-develop .9s ease-out both; }
@keyframes crew-develop { from { opacity: 0; filter: sepia(1) brightness(2) contrast(.5); } to { opacity: 1; filter: none; } }
#crew .cc-photo.is-loading { animation: crew-dev-pulse 1.4s ease-in-out infinite; }
@keyframes crew-dev-pulse { 50% { filter: brightness(1.25); } }
#crew .cc-dev { position: absolute; left: 0; right: 0; bottom: 10px; text-align: center; font: 600 12px/1 var(--font-body); color: rgba(237,230,214,.7); letter-spacing: .1em; text-transform: uppercase; }
#crew .cc-photo.no-photo::before { /* fallback silhouette */
  content: ''; position: absolute; left: 18%; right: 18%; top: 18%; bottom: -10%;
  background: radial-gradient(circle at 50% 22%, #1c1f22 0 24%, transparent 25%), radial-gradient(ellipse at 50% 100%, #1c1f22 0 58%, transparent 59%);
}
#crew .cc-photo:focus-visible { outline-offset: 2px; }
#crew .cc-fields { margin: 0; display: grid; gap: 2px; font-size: 14px; line-height: 1.2; }
#crew .cc-fields dt { font: 600 10.5px/1 var(--font-body); letter-spacing: .16em; text-transform: uppercase; color: #6c6250; margin-top: 7px; }
#crew .cc-fields dt:first-child { margin-top: 0; }
#crew .cc-fields dd { margin: 0; border-bottom: 1px dashed rgba(34,32,28,.35); padding-bottom: 3px; }
#crew .cc-fields .cc-name { font: 400 clamp(22px, 1.9vw, 30px)/1 var(--font-title); text-transform: uppercase; }
#crew .cc-bio { margin: 6px 14px 0; font-size: 16.5px; line-height: 1.3; }
#crew .cc-foot { display: flex; justify-content: space-between; align-items: end; gap: 10px; margin: 10px 14px 0; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #6c6250; }
#crew .cc-sign { width: 64px; height: 20px; flex: none; background: no-repeat center/contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 20'%3E%3Cpath d='M2 14c6-9 9-11 10-6s-3 9 1 7 7-12 10-9-1 10 3 9 5-8 8-6 2 6 6 4 9-6 12-5 6 2 10 0' fill='none' stroke='%23233a66' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E"); }
#crew .cc-stamp {
  position: absolute; z-index: 2; right: 10px; bottom: 30px; padding: 4px 9px 3px; transform: rotate(-9deg); pointer-events: none;
  font: 400 15px/1 var(--font-title); letter-spacing: .08em; text-transform: uppercase; color: rgba(190,45,38,.72);
  border: 3px double rgba(190,45,38,.6); border-radius: 5px; mix-blend-mode: multiply;
  -webkit-mask: radial-gradient(circle at 30% 40%, #000 55%, rgba(0,0,0,.55) 75%) ; mask: radial-gradient(circle at 30% 40%, #000 55%, rgba(0,0,0,.55) 75%);
}
#crew .cc-say {
  position: absolute; left: 10%; top: -14px; z-index: 3; max-width: 82%; font-size: 15px; text-transform: none;
  opacity: 0; transform: translateY(8px) rotate(-3deg) scale(.9); transition: opacity .18s, transform .3s cubic-bezier(.3,1.8,.5,1); pointer-events: none;
}
#crew .cc-say.show { opacity: 1; transform: translateY(0) rotate(-3deg) scale(1); }
#crew .crew-net { margin-top: clamp(40px, 5vw, 64px); display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 22px 30px; }
#crew .cn-cell { padding: 4px 18px; border-left: 2px dashed rgba(237,230,214,.14); }
#crew .cn-cell:first-child { border-left: 0; padding-left: 8px; }
#crew .cn-cell b { display: block; font: 400 clamp(20px, 1.8vw, 28px)/1.05 var(--font-title); color: var(--hazard); text-transform: uppercase; margin-bottom: 6px; }
#crew .cn-cell span { color: var(--paper-dim); font-size: 15px; line-height: 1.3; display: block; }

/* shared googly eye (crew passes + the Толик easter egg) */
#crew .gg, #egg-tolik .gg { position: absolute; height: auto; aspect-ratio: 1; transform: translate(-50%, -50%); overflow: visible; pointer-events: none; filter: drop-shadow(0 2px 2px rgba(0,0,0,.45)); animation: gg-pop .5s cubic-bezier(.3,1.9,.5,1) both; }
#crew .gg-big, #egg-tolik .gg-big { animation-delay: .12s; }
@keyframes gg-pop { from { transform: translate(-50%, -50%) scale(0); } }
#crew .gg-rim, #egg-tolik .gg-rim { fill: #2a2622; }
#crew .gg-white, #egg-tolik .gg-white { fill: #f1ece0; }
#crew .gg-pupil, #egg-tolik .gg-pupil { fill: #141210; }
#crew .gg-shine, #egg-tolik .gg-shine { fill: #fff; opacity: .5; }

@media (max-width: 1080px) { #crew .crew-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } #crew .crew-net { grid-template-columns: repeat(2, 1fr); row-gap: 18px; } #crew .cn-cell:nth-child(3) { border-left: 0; padding-left: 8px; } }
@media (max-width: 640px) {
  #crew .crew-grid { grid-template-columns: 1fr; gap: 30px; }
  #crew .crew-card { transform: rotate(calc(var(--tilt) * .5)); }
  #crew .cc-body { grid-template-columns: 40% 1fr; }
  #crew .crew-net { grid-template-columns: 1fr; padding: 20px 22px; }
  #crew .cn-cell { border-left: 0; padding: 10px 4px; border-top: 2px dashed rgba(237,230,214,.14); }
  #crew .cn-cell:first-child { border-top: 0; }
}

/* ================= CONTROLS ================= */
#controls { background: radial-gradient(ellipse at 75% 0%, rgba(242,194,48,.07), transparent 55%), linear-gradient(180deg, #151412, #1a1916); }
#controls .ctl-wrap { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 370px); gap: clamp(26px, 3.4vw, 50px); align-items: start; }
#controls .ctl-desk { --u: clamp(40px, 3.75vw, 56px); --gap: calc(var(--u) * .1); padding: 24px 28px 30px; }
#controls .ctl-top { display: flex; flex-wrap: wrap; gap: 14px 22px; align-items: center; justify-content: space-between; margin: 4px 8px 22px; }
#controls .ctl-cap { font-size: 13px; }
#controls .ctl-mode { display: inline-flex; align-items: center; gap: 6px; padding: 5px 6px; background: #121110; border-radius: 6px; box-shadow: inset 0 2px 6px rgba(0,0,0,.75), 0 1px 0 rgba(255,255,255,.07); }
#controls .cm-opt { background: none; border: 0; cursor: pointer; font: 600 15px/1 var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: #7d766a; padding: 9px 10px 8px; transition: color .2s; }
#controls .cm-opt:hover { color: var(--paper); }
#controls .cm-opt[aria-pressed="true"] { color: var(--hazard); text-shadow: 0 0 12px rgba(242,194,48,.35); }
#controls .cm-lever { position: relative; width: 60px; height: 28px; border-radius: 4px; cursor: pointer; background: repeating-linear-gradient(90deg, #0c0b0a 0 3px, #161513 3px 6px); box-shadow: inset 0 2px 5px rgba(0,0,0,.9); }
#controls .cm-lever i { position: absolute; top: 3px; left: 3px; width: 28px; height: 22px; border-radius: 3px; background: linear-gradient(180deg, #a19a8b, #4c4841); box-shadow: 0 2px 0 #0b0a09, inset 0 1px 0 rgba(255,255,255,.3); transition: left .24s cubic-bezier(.3,1.7,.5,1), background .2s; }
#controls[data-mode="race"] .cm-lever i { left: 29px; background: linear-gradient(180deg, #ff8a3d, #b94a0b); }

#controls .ctl-board { display: flex; align-items: center; gap: calc(var(--u) * .5); }
#controls .ctl-kb {
  padding: calc(var(--u) * .2) calc(var(--u) * .7) calc(var(--u) * .2) calc(var(--u) * .2); border-radius: 10px 0 0 10px;
  background: radial-gradient(ellipse at 30% 20%, rgba(168,137,98,.12), transparent 60%), linear-gradient(180deg, #2a2824, #191816);
  box-shadow: inset 0 2px 7px rgba(0,0,0,.7);
  /* the torn-off right half */
  clip-path: polygon(0 0, 91% 0, 95% 6%, 92% 13%, 98% 22%, 94% 31%, 100% 41%, 95% 50%, 99% 61%, 93% 69%, 97% 80%, 92% 90%, 96% 100%, 0 100%);
}
#controls .kb-row { display: flex; gap: var(--gap); margin-bottom: var(--gap); }
#controls .kb-row:last-child { margin-bottom: 0; }
#controls .key {
  --w: 1; --cap: linear-gradient(180deg, #cfc6b2, #a59a82);
  position: relative; flex: none; width: calc(var(--u) * var(--w) + var(--gap) * (var(--w) - 1)); height: var(--u);
  display: grid; place-content: center; gap: 3px; padding: 0 4px; border: 0; border-radius: 6px; cursor: pointer; color: #1c1a17;
  background: radial-gradient(circle at 70% 80%, rgba(60,40,20,.25), transparent 35%), radial-gradient(circle at 20% 30%, rgba(60,40,20,.14), transparent 30%), var(--cap);
  box-shadow: inset 0 -4px 0 rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.45), 0 3px 0 #0b0a09, 0 6px 9px rgba(0,0,0,.45);
  filter: saturate(.55) brightness(.62);
  transition: transform .06s, box-shadow .06s, filter .3s;
  touch-action: manipulation; user-select: none; -webkit-user-select: none; -webkit-touch-callout: none;
}
#controls .key.space { --w: 5.25; }
#controls .key b { font: 600 calc(var(--u) * .3)/1 var(--font-body); letter-spacing: .02em; }
#controls .key small { min-height: 1em; font: 600 calc(var(--u) * .165)/1 var(--font-body); text-transform: uppercase; letter-spacing: .03em; opacity: .78; white-space: nowrap; }
#controls .key:hover { filter: saturate(.7) brightness(.8); }
#controls .key.on { --cap: linear-gradient(180deg, #ffd54a, #d19e10); filter: none; }
#controls .key.on:hover { filter: brightness(1.08); }
#controls .key.trap { --cap: linear-gradient(180deg, #ef5f57, #ad2c26); }
#controls .key.trap small { text-decoration: line-through; text-decoration-thickness: 2px; }
#controls .key.down { transform: translateY(3px); box-shadow: inset 0 -1px 0 rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.3), 0 0 0 #0b0a09, 0 1px 3px rgba(0,0,0,.5); }
#controls .key.nope { animation: ctl-nope .42s ease-out; }
@keyframes ctl-nope { 20% { translate: -4px 0; } 40% { translate: 4px 0; } 60% { translate: -3px 0; } 80% { translate: 2px 0; } }

#controls .ctl-mouse { position: relative; width: calc(var(--u) * 1.9); padding-top: calc(var(--u) * .9); }
#controls .m-cord { position: absolute; top: 0; left: 50%; width: calc(var(--u) * 1.4); height: calc(var(--u) * 1.1); transform: translateX(-100%);
  background: no-repeat center/100% 100% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cpath d='M78 60C78 40 60 44 58 30s16-14 10-22S40 2 30 14 20 30 0 26' fill='none' stroke='%23111' stroke-width='5' stroke-linecap='round'/%3E%3Crect x='44' y='22' width='16' height='9' rx='2' fill='%23c9392f' transform='rotate(-30 52 26)'/%3E%3C/svg%3E"); }
#controls .m-body {
  position: relative; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 42% 1fr; gap: 3px; width: 100%; aspect-ratio: .62; padding: 0; overflow: hidden;
  border-radius: 46% 46% 42% 42% / 30% 30% 55% 55%; background: linear-gradient(160deg, #45423b, #1d1c19 70%);
  box-shadow: inset 0 2px 0 rgba(255,255,255,.12), 0 4px 0 #0b0a09, 0 10px 16px rgba(0,0,0,.5);
}
#controls .m-body .mb { --w: 1; width: auto; height: auto; border-radius: 0; box-shadow: inset 0 -3px 0 rgba(0,0,0,.3), inset 0 1px 0 rgba(255,255,255,.35); }
#controls .m-body .mb b { font-size: calc(var(--u) * .24); }
#controls .m-body .mb.down { transform: translateY(2px); }
#controls .m-wheel { position: absolute; left: 50%; top: 13%; width: 12%; height: 18%; transform: translateX(-50%); border-radius: 6px; background: repeating-linear-gradient(180deg, #2b2925 0 3px, #0e0d0c 3px 5px); box-shadow: 0 0 0 3px #1d1c19; }

#controls .ctl-note { position: sticky; top: 96px; filter: drop-shadow(0 12px 20px rgba(0,0,0,.5)); transform: rotate(var(--rot, -1.2deg)); }
#controls .ctl-note.slap { animation: ctl-slap .34s cubic-bezier(.2,1.5,.4,1); }
@keyframes ctl-slap { from { transform: rotate(calc(var(--rot, 0deg) - 5deg)) translateY(-10px) scale(1.05); } }
#controls .cn-tape { position: absolute; z-index: 2; top: -13px; left: 50%; translate: -50% 0; font-size: 13px; }
#controls .cn-paper { min-height: 330px; padding: 38px 28px 30px; }
#controls .cn-keys { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
#controls .cn-keys .keycap { font-size: 30px; min-width: 1.9em; box-shadow: inset 0 -4px 0 rgba(0,0,0,.25), 0 3px 0 #0d0c0b; background: linear-gradient(180deg, #ffd54a, #d19e10); }
#controls .cn-keys .keycap.wide { padding: 0 .45em; font-size: 24px; }
#controls[data-mode="race"] .cn-keys .keycap { background: linear-gradient(180deg, #ff8a3d, #d9560c); }
#controls .cn-badge { font: 600 13px/1 var(--font-body); letter-spacing: .14em; text-transform: uppercase; color: #6c6250; }
#controls .cn-act { font-size: clamp(26px, 2.3vw, 34px); margin: 0 0 10px; color: #1d1b18; }
#controls .cn-text { font-size: 19px; line-height: 1.35; margin: 0; color: #2a2722; }
#controls .cn-meter { position: relative; height: 22px; margin-top: 18px; border-radius: 3px; overflow: hidden; background: #2a2723; }
#controls .cn-meter i { position: absolute; inset: 0; transform-origin: left; transform: scaleX(0); background: repeating-linear-gradient(-45deg, var(--hazard) 0 10px, #151412 10px 20px); }
#controls[data-mode="race"] .cn-meter i { background: repeating-linear-gradient(-45deg, var(--orange) 0 10px, #151412 10px 20px); }
#controls .cn-meter span { position: relative; display: inline-block; margin: 3px 6px; padding: 1px 6px; font: 600 13px/14px var(--font-body); color: var(--paper); background: #151412; border-radius: 2px; }
#controls .cn-meter.done { animation: ctl-nope .4s; }

@media (max-width: 1100px) { #controls .ctl-wrap { grid-template-columns: 1fr; } #controls .ctl-note { position: relative; top: 0; max-width: 520px; } }
@media (max-width: 640px) {
  #controls .ctl-desk { --u: min(52px, calc((100vw - 2 * var(--gutter) - 70px) / 7.6)); padding: 18px 12px 20px; }
  #controls .ctl-top { margin: 4px 4px 16px; }
  #controls .key.x { display: none; }
  #controls .key.space { --w: 4.5; }
  #controls .ctl-board { flex-wrap: wrap; align-items: flex-start; gap: 14px; }
  #controls .ctl-mouse { width: calc(var(--u) * 2.3); margin-left: calc(var(--u) * 1.2); padding-top: calc(var(--u) * .7); }
  #controls .m-body .mb small { display: none; }
  #controls .cn-paper { min-height: 0; padding: 34px 22px 24px; }
}

/* ================= VIDEOS ================= */
#videos { background: repeating-linear-gradient(0deg, rgba(255,255,255,.012) 0 1px, transparent 1px 3px), linear-gradient(180deg, #121110, #171614); }
#videos .vid-grid { display: flex; flex-wrap: wrap; align-items: flex-start; gap: clamp(22px, 2.6vw, 36px); min-height: 180px; }
#videos .vid-card {
  flex: 1 1 340px; min-width: 0; position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 14px;
  padding: 14px 14px 20px; border: 0; border-radius: 6px; cursor: pointer; text-align: left; color: var(--paper);
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.022) 0 2px, transparent 2px 7px), linear-gradient(170deg, #2d2b27, #161513);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 3px 0 #0b0a09, 0 14px 26px rgba(0,0,0,.5);
  transition: transform .28s cubic-bezier(.3,1.6,.5,1);
}
#videos .vid-card:hover { transform: translateY(-4px) rotate(-.5deg); }
#videos .vid-card:active { transform: translateY(1px); transition-duration: .06s; }
#videos .vid-card:not(.vertical):not(.soon) { flex-basis: max(40%, 320px); } /* landscape tapes: two per row, shorts wrap below */
#videos .vid-card.vertical { flex: 1 1 200px; max-width: 300px; }
#videos .vc-screen { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 12px / 16px; background: #050505; box-shadow: inset 0 0 0 3px #0b0a09, 0 0 0 2px #3a3833; }
#videos .vertical .vc-screen { aspect-ratio: 9 / 16; }
#videos .vc-screen > img, #videos .vc-screen > video, #videos .vc-screen > canvas { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
#videos .vc-screen > img { filter: saturate(.8) contrast(1.05); transition: transform .5s ease; }
#videos .vid-card:hover .vc-screen > img { transform: scale(1.04); }
#videos .vc-screen > canvas { image-rendering: pixelated; filter: contrast(1.15) sepia(.3); }
#videos .vc-screen > video { opacity: 0; transition: opacity .25s; }
#videos .previewing .vc-screen > video { opacity: 1; }
#videos .vc-screen::after { content: ''; position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(0deg, rgba(0,0,0,.22) 0 1px, transparent 1px 3px), radial-gradient(ellipse at center, transparent 55%, rgba(0,0,0,.6)); }
#videos .vc-osd { position: absolute; z-index: 1; inset: 10px 14px auto; display: flex; justify-content: space-between; gap: 10px;
  font: 600 13px/1 var(--font-body); letter-spacing: .1em; text-transform: uppercase; color: #f1ece0;
  text-shadow: 0 0 6px rgba(0,0,0,.9), 1px 0 0 rgba(255,40,40,.55), -1px 0 0 rgba(40,220,255,.55); }
#videos .vc-rec, #videos .vc-nosig { animation: vid-blink 1.1s steps(1) infinite; }
#videos .vc-rec { color: #ff5146; }
@keyframes vid-blink { 50% { opacity: 0; } }
#videos .vc-play { position: absolute; z-index: 1; left: 50%; top: 50%; width: 62px; height: 62px; translate: -50% -50%; border-radius: 50%; background: rgba(21,20,18,.72); box-shadow: 0 0 0 3px var(--hazard), 0 6px 18px rgba(0,0,0,.6); transition: opacity .2s, scale .2s; }
#videos .vc-play::before { content: ''; position: absolute; left: 25px; top: 19px; border-style: solid; border-width: 12px 0 12px 19px; border-color: transparent transparent transparent var(--hazard); }
#videos .vid-card:hover .vc-play { scale: 1.08; }
#videos .previewing .vc-play { opacity: 0; }
#videos .vc-title { margin-left: 6px; font-size: 16px; }
#videos .vc-note { margin: -4px 6px 0; color: var(--paper-dim); font-size: 16px; line-height: 1.3; }
#videos .vc-soon { position: absolute; z-index: 1; right: 14px; bottom: 12px; padding: 5px 12px 3px; transform: rotate(-8deg);
  font: 400 clamp(22px, 2vw, 30px)/1 var(--font-title); text-transform: uppercase; color: var(--hazard); border: 3px solid var(--hazard); border-radius: 4px;
  background: rgba(21,20,18,.55); box-shadow: 0 4px 12px rgba(0,0,0,.5); }
#videos .soon:hover .vc-nosig { color: var(--alarm); }

/* lightbox (body-level) */
#vhs-box { position: fixed; inset: 0; z-index: 9500; display: grid; place-items: center; padding: 64px 16px 40px; }
#vhs-box[hidden] { display: none; }
#vhs-box .vb-back { position: absolute; inset: 0; background: rgba(8,7,6,.88); opacity: 0; transition: opacity .3s; }
#vhs-box.open .vb-back { opacity: 1; }
#vhs-box .vb-frame {
  position: relative; width: min(100%, 1120px, calc((100vh - 150px) * 16 / 9)); padding: 14px; border-radius: 8px;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.02) 0 2px, transparent 2px 7px), linear-gradient(170deg, #34322d, #1a1917);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 20px 60px rgba(0,0,0,.7);
}
#vhs-box .vb-screen {
  position: relative; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 6px; background: #000;
  transform: scale(.7, .004); filter: brightness(4); opacity: 0;
  transition: transform .38s cubic-bezier(.2,.9,.25,1), filter .6s, opacity .08s;
}
#vhs-box.open .vb-screen { transform: none; filter: none; opacity: 1; }
#vhs-box.closing .vb-screen { transform: scale(.02, .004); filter: brightness(5); transition: transform .3s cubic-bezier(.6,0,.9,.4), filter .2s; }
#vhs-box video { width: 100%; height: 100%; object-fit: contain; }
#vhs-box .vb-scan { position: absolute; inset: 0; pointer-events: none; background: repeating-linear-gradient(0deg, rgba(0,0,0,.2) 0 1px, transparent 1px 3px); }
#vhs-box .vb-scan::after { content: ''; position: absolute; left: 0; right: 0; top: -20%; height: 16%; background: linear-gradient(180deg, transparent, rgba(255,255,255,.07), transparent); animation: vb-roll 7s linear infinite; }
@keyframes vb-roll { to { top: 110%; } }
#vhs-box .vb-osd { position: absolute; inset: 14px 18px auto; display: grid; grid-template-columns: 1fr auto; row-gap: 7px; pointer-events: none;
  font: 600 clamp(13px, 1.4vw, 20px)/1 var(--font-body); letter-spacing: .1em; color: #f4efe2;
  text-shadow: 0 0 6px rgba(0,0,0,.9), 1px 0 0 rgba(255,40,40,.55), -1px 0 0 rgba(40,220,255,.55); }
#vhs-box .vb-rec { color: #ff5146; animation: vid-blink 1.1s steps(1) infinite; }
#vhs-box .vb-counter, #vhs-box .vb-sp { text-align: right; }
#vhs-box .vb-label { position: absolute; left: 22px; bottom: -15px; max-width: calc(100% - 44px); font-size: 16px; }
#vhs-box .vb-label:empty { display: none; }
#vhs-box .vb-close { position: absolute; top: 14px; right: 16px; }
#vhs-box .vb-close .keycap { font-size: 12px; height: 1.8em; }
#vhs-box.vertical .vb-frame { width: auto; height: min(calc(100vh - 130px), 860px); aspect-ratio: 9 / 16.6; padding: 16px 12px 22px; border-radius: 34px; background: linear-gradient(160deg, #2c2a26, #121110); box-shadow: inset 0 0 0 2px #3d3a34, 0 20px 60px rgba(0,0,0,.7); }
#vhs-box.vertical .vb-screen { aspect-ratio: auto; height: 100%; border-radius: 22px; }
#vhs-box.vertical .vb-frame::before { /* duct tape holding the phone together */
  content: ''; position: absolute; z-index: 2; right: -22px; top: 70px; width: 104px; height: 30px; transform: rotate(38deg);
  background: repeating-linear-gradient(90deg, rgba(0,0,0,.08) 0 2px, transparent 2px 5px), linear-gradient(180deg, #8b877e, #6c6860);
  clip-path: polygon(0 8%, 6% 0, 12% 10%, 20% 2%, 100% 0, 97% 50%, 100% 100%, 88% 92%, 80% 100%, 70% 94%, 0 100%, 3% 50%); box-shadow: 0 2px 6px rgba(0,0,0,.4);
}
#vhs-box.vertical .vb-frame::after { /* crack across the glass */
  content: ''; position: absolute; z-index: 1; left: 12px; top: 16px; width: 55%; height: 30%; pointer-events: none; border-top-left-radius: 22px;
  background: no-repeat left top/100% 100% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 60'%3E%3Cpath d='M0 8 18 14 30 9 44 22 58 20 72 34 100 38M30 9 34 0M44 22 40 40 46 60M18 14 10 30' fill='none' stroke='%23fff' stroke-opacity='.45' stroke-width='.8'/%3E%3C/svg%3E");
}

/* local toast fallback (body-level) */
#a2-toast { position: fixed; z-index: 9600; left: 50%; bottom: 28px; max-width: calc(100vw - 32px); translate: -50% 0; text-align: center; font-size: 17px; padding: .5em 1.2em .45em;
  opacity: 0; transform: rotate(-1.6deg) translateY(24px); transition: opacity .2s, transform .34s cubic-bezier(.3,1.6,.5,1); pointer-events: none; }
#a2-toast.show { opacity: 1; transform: rotate(-1.6deg) translateY(0); }

@media (max-width: 640px) {
  #videos .vid-card.vertical { flex: 1 1 140px; } /* two shorts per row instead of four 640px-tall ones */
  #videos .vertical .vc-title { font-size: 14px; }
  #vhs-box { padding: 60px 10px 30px; }
  #vhs-box .vb-frame { padding: 8px; }
  #vhs-box .vb-close { top: 10px; right: 10px; }
}

/* ================= AWARDS ================= */
#awards { background: radial-gradient(ellipse at 50% 0%, rgba(242,194,48,.07), transparent 60%), linear-gradient(180deg, #171613, #151412); }
#awards .aw-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(18px, 2.4vw, 34px); }
#awards .aw-card { --rx: 0deg; --ry: 0deg; --mx: 50%; --my: 50%; perspective: 800px; cursor: pointer; container-type: inline-size; outline: none; -webkit-tap-highlight-color: transparent; }
#awards .aw-card:nth-child(odd) { rotate: -1deg; } #awards .aw-card:nth-child(even) { rotate: .8deg; translate: 0 10px; }
#awards .aw-card:focus-visible .aw-inner { outline: 3px dashed var(--hazard); outline-offset: 5px; }
#awards .aw-inner {
  --tone: #8a4b2a; --ink2: #5e2f16;
  position: relative; display: flex; flex-direction: column; aspect-ratio: 63 / 88; padding: 5cqw 5cqw 4cqw; border-radius: 5cqw; color: #1d1b18; overflow: clip;
  background:
    radial-gradient(circle at 86% 12%, rgba(120,80,40,.18) 0 7cqw, transparent 7.5cqw),
    radial-gradient(ellipse at 10% 100%, rgba(80,50,20,.25), transparent 50%),
    linear-gradient(165deg, #e6dbbf, #cbbb95);
  box-shadow: inset 0 0 0 1.4cqw var(--tone), inset 0 0 0 2cqw rgba(29,27,24,.85), 0 2px 0 rgba(0,0,0,.4), 0 18px 30px rgba(0,0,0,.55);
  transform: rotateX(var(--rx)) rotateY(var(--ry)); transition: transform .7s cubic-bezier(.2,1.5,.35,1), box-shadow .3s;
}
#awards .aw-card.live .aw-inner { transition: transform .1s linear; box-shadow: inset 0 0 0 1.4cqw var(--tone), inset 0 0 0 2cqw rgba(29,27,24,.85), 0 2px 0 rgba(0,0,0,.4), 0 28px 42px rgba(0,0,0,.6); }
#awards .aw-card:active .aw-inner { scale: .985; }
#awards .aw-asphalt .aw-inner { --tone: #4a4845; --ink2: #34322e; }
#awards .aw-fire .aw-inner { --tone: #b4541d; --ink2: #7a3510; }
#awards .aw-dust .aw-inner { --tone: #a88962; --ink2: #6b5335; }
#awards .aw-top { display: flex; justify-content: space-between; margin: 1.5cqw 1.5cqw 3cqw; font: 600 4.1cqw/1 var(--font-body); letter-spacing: .12em; text-transform: uppercase; color: #5b5244; }
#awards .aw-art { position: relative; flex: none; aspect-ratio: 4 / 3; margin: 0 1.5cqw; border-radius: 2cqw; overflow: hidden;
  background: radial-gradient(ellipse at 50% 90%, rgba(0,0,0,.35) 0 20%, transparent 46%), linear-gradient(180deg, #e8d8be 0%, #d9b98a 40%, var(--tone) 100%);
  box-shadow: inset 0 0 0 1cqw #1d1b18, inset 0 0 20px rgba(0,0,0,.45); }
#awards .aw-art img { position: absolute; height: auto; transform: translate(-50%, -50%) rotate(var(--r, 0deg)); filter: drop-shadow(0 6px 5px rgba(0,0,0,.45)); opacity: 0; transition: opacity .5s, transform .5s cubic-bezier(.3,1.6,.5,1); }
#awards .aw-art img[src] { opacity: 1; }
#awards .aw-card.live .aw-art img { transform: translate(calc(-50% + (var(--mx) - 50%) * -.08), -50%) rotate(var(--r, 0deg)); }
#awards .aw-stat { position: absolute; left: 3cqw; bottom: 3cqw; max-width: calc(100% - 6cqw); padding: 1.2cqw 2.4cqw 1cqw; border-radius: 1cqw; background: rgba(21,20,18,.82); color: var(--hazard); font: 600 3.9cqw/1.1 var(--font-body); letter-spacing: .04em; text-transform: uppercase; }
#awards .aw-title { margin: 4cqw 1.5cqw 1.5cqw; font-size: 10cqw; line-height: .95; }
#awards .aw-rule { margin: 0 1.5cqw 2.5cqw; font: 600 4.6cqw/1.15 var(--font-body); letter-spacing: .05em; text-transform: uppercase; color: var(--ink2); }
#awards .aw-flavour { flex: 1; margin: 0 1.5cqw; font-size: 5.2cqw; line-height: 1.28; color: #2a2722; }
#awards .aw-foot { display: flex; justify-content: space-between; margin: 2cqw 1.5cqw 0; padding-top: 2cqw; border-top: 1px solid rgba(29,27,24,.3); font: 600 3.3cqw/1 var(--font-body); letter-spacing: .1em; text-transform: uppercase; color: #6c6250; }
#awards .aw-foil { position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(115deg, transparent 20%, rgba(255,210,120,.75) 36%, rgba(130,210,180,.6) 45%, rgba(150,140,230,.55) 54%, rgba(255,130,110,.6) 63%, transparent 80%);
  background-size: 260% 260%; background-position: var(--mx) var(--my); mix-blend-mode: color-dodge; opacity: .12; transition: opacity .35s;
  /* worn foil: scratched through in places */
  -webkit-mask: repeating-linear-gradient(28deg, #000 0 5px, transparent 5px 6px, #000 6px 13px), radial-gradient(ellipse at 70% 80%, transparent 20%, #000 21%);
  mask: repeating-linear-gradient(28deg, #000 0 5px, transparent 5px 6px, #000 6px 13px);
}
#awards .aw-card.live .aw-foil { opacity: .55; }
#awards .aw-glare { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .3s; mix-blend-mode: soft-light;
  background: radial-gradient(circle at var(--mx) var(--my), rgba(255,250,235,.7), transparent 45%); }
#awards .aw-card.live .aw-glare { opacity: 1; }
#awards .aw-stamp { position: absolute; left: 50%; top: 33%; translate: -50% -50%; rotate: -14deg; padding: 2cqw 5cqw 1.2cqw; pointer-events: none;
  font: 400 11cqw/1 var(--font-title); text-transform: uppercase; white-space: nowrap; color: rgba(205,48,40,.88); border: 1.2cqw solid rgba(205,48,40,.8); border-radius: 2cqw;
  mix-blend-mode: multiply; opacity: 0; scale: 2.4; transition: opacity .1s, scale .16s cubic-bezier(.55,0,.75,.9); }
#awards .stamped .aw-stamp { opacity: 1; scale: 1; }

@media (max-width: 1080px) { #awards .aw-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 760px; margin-inline: auto; } }
@media (max-width: 640px) {
  #awards .aw-grid { gap: 14px; }
  #awards .aw-inner { aspect-ratio: auto; min-height: 100%; }
  #awards .aw-card:nth-child(even) { translate: 0 6px; }
  #awards .aw-top { font-size: max(8.5px, 4.1cqw); }
  #awards .aw-rule { font-size: max(10.5px, 4.6cqw); }
  #awards .aw-flavour { font-size: max(12px, 5.2cqw); }
  #awards .aw-stat { font-size: max(9px, 3.9cqw); }
  #awards .aw-foot span:first-child { display: none; }
}

/* ================= FAQ ================= */
#faq { interpolate-size: allow-keywords; background: linear-gradient(180deg, #151412, #1a1916); }
#faq .faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px clamp(22px, 3vw, 44px); align-items: start; }
#faq .faq-note {
  position: relative; color: #22201c; border-radius: 2px; transform: rotate(var(--rot, 0deg)); transition: transform .3s cubic-bezier(.3,1.6,.5,1);
  background:
    linear-gradient(90deg, transparent 17px, rgba(200,70,60,.35) 17px 18px, transparent 18px),
    radial-gradient(ellipse at 30% 20%, rgba(0,0,0,.04), transparent 60%),
    repeating-linear-gradient(0deg, transparent 0 27px, rgba(80,110,160,.16) 27px 28px), #ece4d2;
  box-shadow: 0 8px 18px rgba(0,0,0,.45);
}
#faq .faq-note::before { /* tape */
  content: ''; position: absolute; z-index: 1; top: -10px; left: 50%; width: 86px; height: 22px; translate: -50% 0; rotate: -2deg;
  background: linear-gradient(180deg, rgba(236,222,178,.95), rgba(214,198,152,.95)); box-shadow: 0 2px 5px rgba(0,0,0,.3);
  clip-path: polygon(0 10%, 8% 0, 20% 8%, 35% 0, 50% 7%, 66% 0, 80% 8%, 100% 0, 97% 50%, 100% 100%, 84% 92%, 68% 100%, 50% 93%, 33% 100%, 16% 92%, 0 100%, 3% 50%);
}
#faq .faq-note::after { /* torn bottom edge */
  content: ''; position: absolute; left: 0; right: 0; bottom: -7px; height: 8px; background: #ece4d2;
  clip-path: polygon(0 0, 100% 0, 100% 40%, 95% 100%, 90% 30%, 84% 90%, 77% 20%, 70% 100%, 62% 35%, 55% 85%, 47% 15%, 40% 95%, 32% 30%, 25% 100%, 17% 25%, 10% 90%, 4% 35%, 0 80%);
}
#faq .faq-note:hover { transform: rotate(0deg) translateY(-2px); }
#faq .faq-note[open] { transform: rotate(0deg); z-index: 1; }
#faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 22px 22px 18px 30px; cursor: pointer; list-style: none;
  font: 600 clamp(18px, 1.3vw, 22px)/1.2 var(--font-body); text-transform: uppercase; letter-spacing: .02em; }
#faq summary::-webkit-details-marker { display: none; }
#faq summary:focus-visible { outline-offset: -6px; }
#faq .fq-x { position: relative; flex: none; width: 30px; height: 30px; color: #b8322b; border: 2.5px solid currentColor; border-radius: 50% 46% 52% 48%; transition: rotate .35s cubic-bezier(.3,1.7,.5,1); }
#faq .fq-x::before, #faq .fq-x::after { content: ''; position: absolute; left: 50%; top: 50%; width: 13px; height: 2.5px; background: currentColor; translate: -50% -50%; border-radius: 2px; }
#faq .fq-x::after { rotate: 90deg; }
#faq .faq-note:hover .fq-x { rotate: 20deg; }
#faq .faq-note[open] .fq-x { rotate: 45deg; }
#faq .faq-note::details-content { block-size: 0; overflow: hidden; transition: block-size .38s cubic-bezier(.3,1,.4,1), content-visibility .38s allow-discrete; }
#faq .faq-note[open]::details-content { block-size: auto; }
#faq .fq-a p { margin: 0; padding: 0 26px 24px 30px; font-size: 19px; line-height: 1.4; color: #2e2a24; }
#faq .faq-end { margin: 40px 0 0; font-size: 18px; }
@media (max-width: 760px) {
  #faq .faq-grid { grid-template-columns: 1fr; gap: 24px; }
  #faq summary { padding: 18px 16px 16px 28px; }
  #faq .fq-a p { padding: 0 18px 20px 28px; font-size: 18px; }
}

/* ================= FOOTER ================= */
#footer { position: relative; background: #121110; padding-bottom: 44px; }
#footer .ft-cta { position: relative; padding-block: clamp(72px, 9vw, 130px); overflow: hidden; }
#footer .ft-stripes { position: absolute; inset: 0; }
#footer .ft-stripes::after { content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(18,17,16,.15) 30%, rgba(18,17,16,.7)),
    repeating-linear-gradient(12deg, rgba(0,0,0,.12) 0 1px, transparent 1px 19px), repeating-linear-gradient(-70deg, rgba(90,60,30,.18) 0 2px, transparent 2px 31px); }
#footer .ft-plate { position: relative; max-width: 880px; margin-inline: auto; text-align: center; padding: clamp(30px, 4vw, 56px) clamp(20px, 4vw, 60px) clamp(34px, 4vw, 56px); }
#footer .ft-title { margin: 0 0 .35em; font-size: clamp(46px, 7.4vw, 108px); text-transform: uppercase; }
#footer .ft-title span { display: block; margin-top: .12em; font-size: .4em; color: var(--hazard); }
#footer .ft-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 26px; }
#footer .ft-ready {
  display: inline-flex; align-items: center; gap: 18px; padding: 14px 26px 14px 16px; cursor: pointer; color: var(--paper);
  border: 2px solid var(--hazard); border-radius: 6px; background: linear-gradient(180deg, #2c2a26, #1a1917);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 4px 0 #0b0a09, 0 12px 22px rgba(0,0,0,.5);
  font: 600 clamp(18px, 1.6vw, 24px)/1 var(--font-body); transition: transform .08s;
}
#footer .ft-ready b { color: var(--hazard); }
#footer .ft-ready:active { transform: translateY(2px); }
#footer .ft-knob { flex: none; width: 58px; height: 58px; border-radius: 50%;
  background: radial-gradient(circle at 38% 32%, #f0655a, #bd2a20 55%, #74130d);
  box-shadow: 0 0 0 5px #3a3833, 0 0 0 7px #151412, inset 0 -5px 0 rgba(0,0,0,.35), 0 6px 0 #5a0f0a; }
#footer .ft-ready:hover .ft-knob { filter: brightness(1.12); }
#footer .ft-ready.pushed .ft-knob { animation: ft-push .34s ease-out; }
@keyframes ft-push { 30% { translate: 0 5px; box-shadow: 0 0 0 5px #3a3833, 0 0 0 7px #151412, inset 0 -2px 0 rgba(0,0,0,.35), 0 1px 0 #5a0f0a; } }
#footer .ft-count { font: 600 16px/1 var(--font-body); letter-spacing: .06em; color: var(--paper-dim); }
#footer .ft-count b { color: var(--toxic); }
#footer .ft-hint { max-width: 540px; margin: 22px auto 0; color: var(--paper-dim); font-size: 18px; }
#footer .ft-steam { margin-top: 26px; font-size: clamp(20px, 2vw, 28px); padding: .8em 1.6em .74em; }
#footer .ft-steam[hidden] { display: none; }
#footer .ft-steam.bolted { animation: ft-bolt .6s cubic-bezier(.3,1.6,.5,1) both; }
@keyframes ft-bolt { from { transform: translateY(-46px) rotate(-7deg) scale(.8); opacity: 0; } 60% { transform: translateY(4px) rotate(1deg); opacity: 1; } }
#footer .ft-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 16px 32px; padding-top: 38px; }
#footer .ft-logo { font-size: 46px; }
#footer .ft-meta { flex: 1; min-width: 220px; }
#footer .ft-meta p { margin: 0; }
#footer .ft-credits { font-size: 17px; letter-spacing: .08em; text-transform: uppercase; }
#footer .ft-fine { margin-top: 4px !important; color: var(--paper-dim); font-size: 14px; }
#footer .ft-nope { display: inline-flex; align-items: center; gap: 10px; padding: 8px 14px 8px 8px; cursor: pointer; border: 0; border-radius: 4px;
  background: #1d1c19; box-shadow: inset 0 0 0 2px #2d2b27; color: var(--paper-dim); font: 600 13px/1 var(--font-body); letter-spacing: .14em; text-transform: uppercase; transition: color .2s; }
#footer .ft-nope::before { content: ''; flex: none; width: 26px; height: 26px; border-radius: 50%; background: radial-gradient(circle at 38% 32%, #f0655a, #b8241b 60%, #6a100b); box-shadow: 0 3px 0 #4a0c08, 0 0 0 3px #2d2b27; }
#footer .ft-nope:hover { color: var(--alarm); }
#footer .ft-nope:hover::before { animation: ft-tremble .12s linear infinite; }
#footer .ft-nope:active::before { translate: 0 2px; box-shadow: 0 1px 0 #4a0c08, 0 0 0 3px #2d2b27; animation: none; }
@keyframes ft-tremble { 25% { translate: -1px 0; } 75% { translate: 1px 0; } }
body > .ft-confetti { position: fixed; inset: 0; width: 100vw; height: 100vh; z-index: 9400; pointer-events: none; }
@media (max-width: 640px) {
  #footer .ft-ready { gap: 14px; padding: 12px 18px 12px 12px; }
  #footer .ft-knob { width: 46px; height: 46px; }
  #footer .ft-bottom { justify-content: flex-start; }
}

/* ================= EASTER EGGS (body-level) ================= */
#egg-sky { position: absolute; left: 0; top: 0; z-index: 9300; width: 100%; height: 0; pointer-events: none; overflow-x: clip; } /* booms past the right edge widened the phone layout viewport */
#egg-sky > div { position: absolute; }
#egg-sky .egg-circle { width: 120px; height: 120px; margin: -60px 0 0 -60px; border-radius: 50%; border: 4px solid rgba(232,67,58,.95);
  background: radial-gradient(circle, rgba(232,67,58,.35), rgba(232,67,58,.12) 60%, transparent 70%); box-shadow: 0 0 22px rgba(232,67,58,.5);
  animation: egg-pulse .45s ease-in-out infinite alternate; }
@keyframes egg-pulse { from { scale: .9; opacity: .75; } to { scale: 1.06; opacity: 1; } }
#egg-sky .egg-rock { width: 46px; height: 46px; margin: -23px 0 0 -23px; border-radius: 42% 58% 50% 46%;
  background: radial-gradient(circle at 35% 30%, #6d5a48, #2b211a 70%); box-shadow: 0 0 18px 6px rgba(255,106,26,.75), 0 0 44px 16px rgba(255,160,60,.35); }
#egg-sky .egg-rock::before { content: ''; position: absolute; left: 50%; bottom: 50%; width: 26px; height: 200px; margin-left: -13px; transform-origin: 50% 100%; rotate: 23deg; z-index: -1;
  border-radius: 50% 50% 40% 40%; background: linear-gradient(to top, rgba(255,150,50,.95), rgba(255,205,130,.35) 45%, transparent); filter: blur(2px); }
#egg-sky .egg-boom { width: 260px; height: 260px; margin: -130px 0 0 -130px; border-radius: 50%;
  background: radial-gradient(circle, #fff3c4 0 12%, #ffb347 30%, rgba(255,106,26,.6) 50%, transparent 70%); animation: egg-boom .7s ease-out forwards; }
#egg-sky .egg-boom::after { content: ''; position: absolute; inset: 22%; border-radius: 50%; border: 3px solid rgba(255,240,200,.85); animation: egg-ring .6s ease-out forwards; }
@keyframes egg-boom { from { scale: .2; opacity: 1; } to { scale: 1.5; opacity: 0; } }
@keyframes egg-ring { to { inset: -45%; opacity: 0; } }
#egg-sky .egg-scorch { width: 160px; height: 112px; margin: -56px 0 0 -80px; border-radius: 50%; mix-blend-mode: multiply; transition: opacity 2s;
  background: radial-gradient(ellipse, rgba(20,14,10,.9) 0 26%, rgba(45,28,16,.55) 48%, transparent 70%); }
#egg-sky .egg-scorch.fade { opacity: 0; }
#egg-sky .egg-bit { width: 11px; height: 8px; margin: -4px 0 0 -5px; border-radius: 2px; background: #2b211a; box-shadow: 0 0 7px rgba(255,120,40,.85); }
body > .egg-banner { position: fixed; z-index: 9600; left: 50%; top: 22%; max-width: calc(100vw - 32px); translate: -50% 0; text-align: center;
  font-size: clamp(20px, 2.6vw, 34px); padding: .5em 1.2em .42em; opacity: 0; transform: rotate(-2deg) scale(.7); transition: opacity .2s, transform .35s cubic-bezier(.3,1.7,.5,1); pointer-events: none; }
body > .egg-banner.in { opacity: 1; transform: rotate(-2deg) scale(1); }
#egg-tolik { position: fixed; z-index: 9450; width: clamp(190px, 22vw, 290px); cursor: pointer; transition: transform .55s cubic-bezier(.3,1.5,.5,1); filter: drop-shadow(0 10px 18px rgba(0,0,0,.5)); }
#egg-tolik .gg-face { position: relative; width: 100%; aspect-ratio: 360 / 432; }
#egg-tolik .gg-face img { position: absolute; inset: 0; width: 100%; height: 100%; }
#egg-tolik .egg-note { position: absolute; top: 6%; white-space: nowrap; font-size: 15px; }
#egg-tolik.side-left { left: 0; top: 30%; transform-origin: 0 100%; transform: translateX(-110%) rotate(30deg); }
#egg-tolik.side-left.in { transform: translateX(-26%) rotate(30deg); }
#egg-tolik.side-left .egg-note { left: 72%; }
#egg-tolik.side-right { right: 0; top: 26%; transform-origin: 100% 100%; transform: translateX(110%) rotate(-30deg); }
#egg-tolik.side-right.in { transform: translateX(26%) rotate(-30deg); }
#egg-tolik.side-right .egg-note { right: 72%; }
#egg-tolik.side-bottom { left: 50%; bottom: 0; transform: translate(-50%, 110%); }
#egg-tolik.side-bottom.in { transform: translate(-50%, 38%); }
#egg-tolik.side-bottom .egg-note { left: 78%; }
