.stage{flex:1; padding:70px 0 90px;}
.stage-glow{position:absolute; inset:0; z-index:0; pointer-events:none; background:radial-gradient(620px circle at 20% 10%, rgba(255,90,31,.12), transparent 70%);}
.stage-in{position:relative; z-index:2; max-width:680px;}
.p-h1{font-family:'Unbounded',sans-serif; font-weight:800; font-size:clamp(30px,4.2vw,48px); line-height:1.1; letter-spacing:-.01em; max-width:560px;}
.p-updated{margin-top:16px; font-family:'JetBrains Mono',monospace; font-size:11.5px; letter-spacing:.06em; text-transform:uppercase; color:var(--muted);}

.p-body{margin-top:52px; display:flex; flex-direction:column; gap:36px;}
.p-block h2{font-family:'Unbounded',sans-serif; font-weight:700; font-size:17px; margin-bottom:12px;}
.p-block p{font-size:15.5px; line-height:1.75; color:var(--muted); max-width:600px;}
.p-block p+p{margin-top:10px;}
.p-block a{color:var(--text); border-bottom:1px solid var(--line); padding-bottom:1px; transition:color .25s ease,border-color .25s ease;}
.p-block a:hover{color:var(--orange); border-color:var(--orange);}

.p-back{margin-top:56px;}
