/* Slide 11 — The Ask */
.slide[data-index="11"]{
  overflow:hidden;
}
.slide[data-index="11"] .s11-col--game,
.slide[data-index="11"] .s11-game,
.slide[data-index="11"] .s11-stage{
  overflow:visible;
}
.slide[data-index="11"] .s11-col--copy{
  --s11-bright:#fff;
  --s11-lilac:var(--lilac-bright);
  --s11-blue:var(--blue-soft);
  --s11-accent:var(--blue-bright);
}
.s11-layout{
  display:grid;
  grid-template-columns:minmax(360px,1.56fr) minmax(260px,0.78fr); /* give the dense copy column more room; shrink the game column so the character isn't marooned in empty space */
  gap:clamp(20px,3vw,40px);
  align-items:stretch;
  width:100%;
  max-width:min(1280px,98vw);
  margin:0 auto;
  padding:var(--pill-reserve) clamp(20px,2.5vw,40px) clamp(16px,2vh,24px); /* TASK-R06: was clamp(56px,8vh,72px) — enforce I-1 */
  box-sizing:border-box;
  min-height:calc(100dvh - 52px);
}
.s11-head{
  grid-column:1/-1;
  text-align:center;
}
.s11-head--pill-only{
  gap:0;
  margin-bottom:clamp(4px,0.8vh,10px);
}
.s11-col--copy{
  display:flex;
  flex-direction:column;
  gap:clamp(14px,2vh,20px);
  min-width:0;
  align-self:stretch;
}
.s11-raise--hero{
  text-align:center;
  padding:clamp(24px,3vh,32px) clamp(20px,2.5vw,28px);
  margin-block:clamp(6px,1.2vh,14px);
  border-radius:24px;
  background:linear-gradient(
    155deg,
    rgba(0,82,245,0.38) 0%,
    rgba(123,123,255,0.22) 48%,
    rgba(0,82,245,0.12) 100%
  );
  border:1px solid rgba(187,187,255,0.42);
  box-shadow:
    0 28px 64px rgba(0,82,245,0.28),
    inset 0 1px 0 rgba(255,255,255,0.18);
}
.s11-raise__eyebrow{
  margin:0 0 6px;
  font-size:10px;
  font-weight:700;
  letter-spacing:0.24em;
  text-transform:uppercase;
  color:var(--s11-lilac,var(--lilac-bright));
}
.s11-raise__amount{
  display:flex;
  align-items:flex-end;
  justify-content:center;
  gap:0.02em;
  margin:0;
  font-weight:900;
  line-height:0.9;
  letter-spacing:-0.04em;
  filter:drop-shadow(0 6px 28px rgba(94,176,255,0.55));
}
.s11-raise__sym,
.s11-raise__num,
.s11-raise__unit{
  background:linear-gradient(165deg,#fff 8%,var(--s11-lilac,var(--lilac-bright)) 42%,var(--s11-blue,var(--blue-soft)) 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.s11-raise__sym{
  font-size:clamp(44px,5.5vw,68px);
  margin-bottom:0.12em;
}
.s11-raise__num{
  font-size:clamp(88px,12vw,140px);
}
.s11-raise__unit{
  font-size:clamp(52px,7vw,96px);
  margin-bottom:0.08em;
}
.s11-raise__runway{
  margin:clamp(10px,1.5vh,16px) 0 0;
  font-size:clamp(14px,1.35vw,17px);
  line-height:1.5;
  color:rgba(255,255,255,0.82);
  max-width:28em;
  margin-inline:auto;
}
.s11-raise__runway-num{
  font-weight:700;
  color:var(--s11-bright,#fff);
}
.s11-raise__runway strong{
  font-weight:700;
  color:var(--s11-lilac,var(--lilac-bright));
}
.s11-funds{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:clamp(20px,2.4vw,28px);
  align-items:center;
  flex:1;
  padding:clamp(20px,2.6vh,26px) clamp(22px,2.6vw,28px);
  border-radius:20px;
  background:linear-gradient(135deg,rgba(0,82,245,0.2),rgba(187,187,255,0.1));
  border:1px solid rgba(187,187,255,0.28);
  box-shadow:0 12px 40px rgba(0,13,44,0.25);
}
.s11-pie{
  width:clamp(150px,18vw,200px);
  height:clamp(150px,18vw,200px);
  border-radius:50%;
  /* 2026-08-18: 4-way split 50/30/14/6 (model v6.2, M1-M18 deployment basis). Cumulative
     degrees = pct x 3.6, giving stops at 180 / 288 / 338.4 / 360 — the last lands exactly
     on 360, so no seam and no gap. */
  background:conic-gradient(
    var(--blue-bright) 0deg 180deg,
    var(--accent-soft) 180deg 288deg,
    var(--blue-soft) 288deg 338.4deg,
    var(--cyan) 338.4deg 360deg
  );
  position:relative;
  box-shadow:
    0 0 0 6px rgba(94,176,255,0.2),
    0 0 32px rgba(77,155,255,0.45),
    0 12px 32px rgba(0,13,44,0.35);
}
.s11-pie::after{
  content:"";
  position:absolute;
  inset:20%;
  border-radius:50%;
  background:var(--deck-navy,var(--deck-surface));
  box-shadow:inset 0 0 0 2px rgba(187,187,255,0.15);
}
.s11-legend{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:12px;
}
.s11-legend li{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:start;
  gap:10px 12px;
}
.s11-legend__dot{
  width:12px;
  height:12px;
  border-radius:50%;
  margin-top:5px;
  flex-shrink:0;
  box-shadow:0 0 12px currentColor;
}
.s11-legend li:nth-child(1) .s11-legend__dot{
  background:var(--blue-bright);
  color:var(--blue-bright);
}
.s11-legend li:nth-child(2) .s11-legend__dot{
  background:var(--accent-soft);
  color:var(--accent-soft);
}
.s11-legend li:nth-child(3) .s11-legend__dot{
  background:var(--blue-soft);
  color:var(--blue-soft);
}
.s11-legend li:nth-child(4) .s11-legend__dot{
  background:var(--cyan);
  color:var(--cyan);
}
.s11-legend__text{
  display:flex;
  flex-direction:column;
  gap:2px;
  min-width:0;
}
.s11-legend__text strong{
  display:block;
  font-size:clamp(15px,1.4vw,18px);
  font-weight:700;
  line-height:1.35;
  color:var(--s11-bright,#fff);
}
.s11-legend__desc{
  display:block;
  font-size:clamp(13px,1.2vw,15px);
  line-height:1.4;
  color:rgba(255,255,255,0.72);
}
.s11-legend__pct{
  font-size:clamp(19px,1.8vw,23px);
  font-weight:800;
  line-height:1.2;
  color:var(--s11-lilac,var(--lilac-bright));
  letter-spacing:-0.02em;
  white-space:nowrap;
}
.s11-bullets{
  display:flex;
  flex-direction:column;
  gap:14px;
  margin:0;
  padding:clamp(14px,1.8vh,18px) clamp(16px,1.5vw,20px);
  list-style:none;
  border-radius:18px;
  background:rgba(0,82,245,0.1);
  border:1px solid rgba(187,187,255,0.18);
}
.s11-bullets li{
  position:relative;
  padding-left:18px;
  font-size:clamp(13px,1.15vw,15px);
  line-height:1.55;
  color:rgba(255,255,255,0.78);
}
.s11-bullets li strong{
  color:var(--s11-bright,#fff);
  font-weight:700;
}
.s11-bullets__accent{
  font-weight:700;
  color:var(--s11-blue,var(--blue-soft));
}
.s11-bullets li::before{
  content:"";
  position:absolute;
  left:0;
  top:0.55em;
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--s11-accent,var(--blue-bright));
  box-shadow:0 0 14px rgba(77,155,255,0.65);
}
.s11-col--game{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:stretch;
  justify-content:flex-end;
  min-width:0;
  min-height:0;
  padding:0 0 8px;
}
.s11-game{
  position:relative;
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  width:100%;
  max-width:none;
  min-height:min(72vh,560px);
  padding:0;
  background:none;
  border:none;
  border-radius:0;
  box-shadow:none;
}
.s11-stage{
  position:relative;
  flex:1 1 auto;
  width:100%;
  height:100%;
  /* Compact the stage so the "?" block and the character read as one unit
     (block sits within the character's jump arc) rather than two stray assets. */
  min-height:min(46vh,400px);
  max-height:440px;
  margin-block:auto;
  padding-top:clamp(24px,5vh,48px);
  box-sizing:border-box;
  overflow:visible;
  border-radius:0;
  background:none;
}
.s11-stage::before{
  display:none;
}
.s11-block{
  position:absolute;
  left:50%;
  top:clamp(8px,2.5vh,28px); /* up top, clearly above the avatar */
  z-index:4; /* always render above the avatar (char z-index:1) */
  width:clamp(72px,9vw,96px);
  height:clamp(72px,9vw,96px);
  margin-left:calc(clamp(72px,9vw,96px) / -2);
  border-radius:4px;
  background:linear-gradient(180deg,#f9d721 0%,#d8a037 55%,#885718 100%);
  border:3px solid #1a1200;
  box-shadow:
    inset 4px 4px 0 rgba(255,255,255,0.45),
    inset -4px -4px 0 rgba(0,0,0,0.2),
    0 6px 0 rgba(0,0,0,0.35);
  transition:transform 0.2s ease;
}
.s11-block::before{
  content:"?";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:clamp(32px,4vw,44px);
  font-weight:900;
  color:#5a3a00;
  text-shadow:0 1px 0 rgba(255,255,255,0.35);
}
.s11-block--hit{
  animation:s11BlockHit 0.28s ease;
}
.s11-char{
  position:absolute;
  left:50%;
  bottom:2%;
  z-index:1;
  width:clamp(200px,30vw,360px);
  height:clamp(248px,34vh,272px); /* The stage is height-capped (~440px) on every wide viewport, so the char must be ~constant height — NOT vh-ballooning. The old 30vh→330px grew the char to ~324px on 1080 (and 295px on 982) while the stage stayed 440px, shoving the head behind the ? block (apexGap -45px @1080). Capped at ~272px the head rests ~36px below the block and the hop only just reaches it (apexGap ~+7px @1080, no overlap). (2026-06-08) */
  margin-left:calc(clamp(200px,30vw,360px) / -2);
  transform-origin:center bottom;
  transition:transform 0.32s cubic-bezier(0.34,1.35,0.64,1);
}
.s11-char--jumping{
  transform:translateY(clamp(-34px,-2.7vh,-22px)); /* smaller hop (less vh-scaled) so the head only just reaches the block bottom on tall viewports — barely touch, no overlap (2026-06-08) */
}
.s11-char-img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center 92%;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
  filter:none;
}
.s11-char-img--jump{
  opacity:0;
}
.s11-char--jumping .s11-char-img--stand{
  opacity:0;
}
.s11-char--jumping .s11-char-img--jump{
  opacity:1;
}
.s11-coin{
  position:absolute;
  left:50%;
  top:calc(clamp(8px,2.5vh,28px) - clamp(32px,4vw,44px) - 6px);
  width:clamp(32px,4vw,44px);
  height:clamp(32px,4vw,44px);
  margin-left:calc(clamp(32px,4vw,44px) / -2);
  border-radius:50%;
  background:radial-gradient(circle at 35% 30%,#fff9a8,#f8d820 45%,#d8a038 100%);
  border:2px solid #1a1200;
  box-shadow:0 2px 0 rgba(0,0,0,0.25);
  pointer-events:none;
  animation:s11CoinPop 0.55s ease-out forwards;
  z-index:5;
}
@keyframes s11BlockHit{
  0%,100%{transform:translateY(0);}
  40%{transform:translateY(-20px);}
}
@keyframes s11CoinPop{
  0%{
    opacity:1;
    transform:translate(0,0) scale(0.6);
  }
  100%{
    opacity:0;
    transform:translate(0,clamp(-64px,-9vh,-104px)) scale(1);
  }
}
@media (max-width:960px){
  .s11-layout{
    grid-template-columns:1fr;
    padding-top:clamp(64px,9vh,76px);
    min-height:0;
  }
  .s11-col--game{
    order:3;
    min-height:min(50vh,420px);
  }
  .s11-game{
    min-height:min(48vh,400px);
  }
  .s11-stage{
    min-height:min(44vh,360px);
    padding-top:clamp(36px,8vh,64px);
  }
  .s11-char{
    width:clamp(180px,52vw,300px);
    height:clamp(220px,56vw,360px);
    margin-left:calc(clamp(180px,52vw,300px) / -2);
    bottom:8%;
  }
  .s11-block{
    top:clamp(10px,5vh,40px);
  }
  .s11-coin{
    top:calc(clamp(10px,5vh,40px) - clamp(32px,4vw,44px) - 6px);
  }
}
