.stage{flex:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4.5rem;align-items:center;max-width:var(--page);width:100%;margin:0 auto;padding:4rem 2rem}.live{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--mono);font-size:.6875rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted)}.live__dot{width:6px;height:6px;border-radius:50%;background:var(--rec);animation:rec 2.4s ease-in-out infinite}@keyframes rec{0%,to{opacity:1}50%{opacity:.32}}.pitch__h1{margin:1.15rem 0 0;font-size:clamp(2rem,4.2vw,3.15rem);font-weight:600;line-height:1.06;letter-spacing:-.035em;max-width:17ch;color:var(--muted)}.pitch__h1 em{font-style:normal;color:var(--text);display:block;margin-top:.12em}.pitch__sub{margin-top:1.35rem;max-width:46ch;font-size:1rem;line-height:1.62;color:var(--muted)}.pitch__act{margin-top:2rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.pitch__note{font-size:.8125rem;color:var(--muted)}.receipts{margin-top:2.25rem;padding-top:1.15rem;border-top:1px solid var(--line);font-size:.8125rem;color:var(--muted);display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap}.receipts b{color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}.receipts span{color:var(--line-hi)}.proof{display:flex;flex-direction:column;align-items:center;gap:.85rem}.short{position:relative;display:block;width:17.5rem;aspect-ratio:9 / 16;padding:0;border:1px solid var(--line-hi);border-radius:14px;overflow:hidden;background:var(--panel);cursor:pointer;transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s ease}.short:hover{transform:translateY(-3px);border-color:var(--line-hi)}.short img{width:100%;height:100%;object-fit:cover;display:block}.short--card{background:var(--panel-hi)}.cover{position:absolute;inset:0;display:grid;grid-template-rows:auto 1fr auto;padding:1.15rem;background-image:repeating-linear-gradient(-45deg,color-mix(in oklab,var(--rec) 6%,transparent) 0 1px,transparent 1px 11px)}.cover__eyebrow{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.16em;color:var(--muted)}.cover__dot{width:6px;height:6px;border-radius:50%;background:var(--rec)}.cover__rings{display:grid;place-items:center}.cover__play{position:relative;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--rec);color:#fff;display:grid;place-items:center;padding-left:3px;transition:transform .22s cubic-bezier(.2,.8,.2,1)}.cover__play:before,.cover__play:after{content:"";position:absolute;border-radius:50%;border:1px solid color-mix(in oklab,var(--rec) 35%,transparent)}.cover__play:before{inset:-.6rem}.cover__play:after{inset:-1.4rem;border-color:color-mix(in oklab,var(--rec) 18%,transparent)}.short--card:hover .cover__play{transform:scale(1.08)}.cover__foot{display:flex;flex-direction:column;gap:.3rem;text-align:left}.cover__title{font-size:.82rem;font-weight:500;line-height:1.35;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cover__handle{font-family:var(--mono);font-size:.6875rem;color:var(--muted)}.short__scrim{position:absolute;inset:0;background:#08090a47;transition:background .22s ease}.short:hover .short__scrim{background:#08090a1a}.short__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:3.25rem;height:3.25rem;border-radius:50%;background:var(--rec);color:#fff;display:grid;place-items:center;padding-left:2px;transition:transform .22s cubic-bezier(.2,.8,.2,1)}.short:hover .short__play{transform:translate(-50%,-50%) scale(1.08)}.short__cap{position:absolute;left:0;right:0;bottom:0;padding:2.5rem .85rem .85rem;background:linear-gradient(to top,#08090aeb,#08090a00);font-size:.78rem;font-weight:500;line-height:1.35;text-align:left;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.short__frame{width:17.5rem;aspect-ratio:9 / 16;border:1px solid var(--line-hi);border-radius:14px;background:#000}.proof__hint{font-family:var(--mono);font-size:.6875rem;color:var(--muted)}@keyframes lift{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}.pitch>*,.proof{animation:lift .55s cubic-bezier(.2,.8,.2,1) both}.pitch>*:nth-child(1){animation-delay:.04s}.pitch>*:nth-child(2){animation-delay:.1s}.pitch>*:nth-child(3){animation-delay:.16s}.pitch>*:nth-child(4){animation-delay:.22s}.pitch>*:nth-child(5){animation-delay:.28s}.proof{animation-delay:.14s}@media(prefers-reduced-motion:reduce){.live__dot{opacity:1}}@media(max-width:900px){.stage{grid-template-columns:1fr;gap:2.5rem;padding:2.5rem 1.25rem;align-items:start}.proof{align-items:center;align-self:center;width:100%}.pitch__h1{max-width:none;font-size:clamp(1.75rem,7vw,2.75rem)}.pitch__act{flex-direction:column;align-items:stretch;gap:.75rem}.pitch__act .cta{width:100%;text-align:center}.pitch__note{text-align:center}.short,.short__frame{width:100%;max-width:18rem}.receipts{gap:.35rem .5rem;line-height:1.55}}@media(max-width:640px){.stage{padding:1.75rem 1rem 2.5rem;gap:2rem}.short,.short__frame{max-width:20rem}}
