/* Homepage: flowing binary and code around a stationary, enlarged laptop. */
.radical-hero { --electric: #d4ff85; position: relative; isolation: isolate; margin: 20px 24px 0; overflow: hidden; border-radius: 24px; background: #101c18; color: #f5f7f0; }
.radical-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(ellipse at 82% 42%, #456a342b, transparent 55%); }
.radical-inner { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; min-height: 690px; gap: 24px; padding-block: 66px 40px; }
.radical-copy { position: relative; z-index: 2; }
.radical-copy .eyebrow { color: #aebdb4; font-size: 10px; letter-spacing: .13em; margin-bottom: 30px; }
.radical-copy .status-dot { background: var(--electric); box-shadow: 0 0 15px #d4ff8550; }
.radical-copy h1 { color: #f6f7f2; font: 600 clamp(58px, 6.5vw, 94px)/.99 var(--sans); letter-spacing: -.075em; margin: 0 0 28px; }
.radical-copy h1 span { display: block; }
.radical-copy h1 .hero-accent { color: var(--electric); }
.radical-copy .hero-description { color: #aebdb4; font-size: 16px; line-height: 1.75; max-width: 420px; }
.radical-copy .hero-actions { margin-top: 30px; gap: 24px; }
.radical-copy .button { background: var(--electric); color: #14231e; border-color: var(--electric); border-radius: 8px; font-size: 14px; padding: 16px 20px; gap: 22px; }
.radical-copy .button:hover { background: #e2ffb0; box-shadow: 0 0 30px #d4ff8520; }
.radical-copy .text-link { color: #f3f6ed; border-color: #ffffff30; font-size: 13px; }
.radical-copy .hero-note { color: #8d9f94; margin: 15px 0 20px; font-size: 12px; }
.radical-copy .hero-phone { background: transparent; border: 0; border-radius: 0; padding: 0; font-size: 12px; color: #aebdb4; }
.radical-copy .hero-phone strong { color: #eef3e9; }
.radical-proof { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 38px; padding-top: 22px; border-top: 1px solid #ffffff18; }
.radical-proof div { display: flex; flex-direction: column; gap: 3px; }
.radical-proof strong { color: #f3f6ed; font: 500 18px var(--sans); letter-spacing: -.04em; }
.radical-proof span { color: #8d9f94; font-size: 10px; }
.kinetic-stage { position: relative; min-width: 0; aspect-ratio: 1; width: 100%; align-self: center; }
.kinetic-stage::before, .kinetic-stage::after { display: none; }
.computer-fallback { position: absolute; inset: 25% 10% 22%; border: 2px solid #6b8868; border-radius: 12px; padding: 25px; background: #0a130f; color: #d4ff85; font: 12px/2 monospace; }
.computer-fallback::after { content: ''; position: absolute; bottom: -18px; left: -8%; width: 116%; height: 14px; background: #304432; border: 1px solid #6b8868; border-radius: 0 0 12px 12px; }
.kinetic-stage.is-rendered .computer-fallback { display: none; }
.kinetic-stage::before { content: ''; position: absolute; inset: 6%; border: 1px solid #c9e2c410; border-radius: 50%; }
.kinetic-stage::after { content: ''; position: absolute; inset: 21%; border: 1px dashed #c9e2c415; border-radius: 50%; pointer-events: none; }
.kinetic-canvas { position: absolute; width: 100%; height: 100%; inset: 0; }
.sculpture-fallback { position: absolute; inset: 15%; transform: rotate(-28deg); }
.sculpture-fallback i { position: absolute; inset: 0; border: 2px solid #c4ee89; border-radius: 50%; transform: rotateY(55deg); }
.sculpture-fallback i:nth-child(2) { transform: rotateY(55deg) rotateX(70deg); }
.sculpture-fallback i:nth-child(3) { transform: rotateX(55deg); }
.kinetic-stage.is-rendered .sculpture-fallback { display: none; }
.stage-top { position: absolute; inset: 0 0 auto; display: flex; justify-content: space-between; font: 9px var(--mono); letter-spacing: .12em; color: #869d8c; }
.stage-tag { position: absolute; padding: 9px 12px; color: #c5d7c6; border: 1px solid #c5d7c620; border-radius: 6px; background: #14211cdf; backdrop-filter: blur(10px); font: 10px var(--mono); letter-spacing: .03em; }
.stage-tag::before { content: '+'; color: var(--electric); margin-right: 8px; }
.tag-architecture { top: 20%; left: 0; }
.tag-ai { right: 0; top: 51%; }
.tag-development { left: 5%; bottom: 13%; }
.stage-bottom { position: absolute; bottom: -22px; left: 0; right: 0; display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.stage-caption { color: #8d9f94; font: 9px var(--mono); letter-spacing: .08em; }
.motion-toggle { background: transparent; color: #b9c9bc; border: 1px solid #ffffff25; border-radius: 30px; padding: 8px 12px; font: 10px var(--sans); cursor: pointer; }
.motion-toggle:hover { color: var(--electric); border-color: #d4ff8560; }
.hero-edge { border-top: 1px solid #ffffff18; display: flex; justify-content: space-between; padding: 18px 0; font: 9px var(--mono); letter-spacing: .1em; color: #91a396; }
.hero-edge span:last-child { color: #d4ff85; }
.radical-copy > *, .kinetic-stage { animation: hero-arrive .85s cubic-bezier(.2,.65,.2,1) both; }
.radical-copy > :nth-child(2) { animation-delay: .08s; }
.radical-copy > :nth-child(3) { animation-delay: .16s; }
.radical-copy > :nth-child(n+4) { animation-delay: .24s; }
.kinetic-stage { animation-delay: .18s; }
@keyframes hero-arrive { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 1000px) { .radical-inner { grid-template-columns: 1.1fr 1fr; min-height: 620px; gap: 8px; padding-block: 45px; } .radical-copy h1 { font-size: 68px; } .radical-copy .hero-actions { gap: 15px; flex-wrap: wrap; } .stage-tag { font-size: 8px; padding: 7px; } .stage-top { font-size: 7px; } }
@media (max-width: 760px) { .radical-hero { margin: 12px 12px 0; border-radius: 16px; } .radical-inner { grid-template-columns: minmax(0,1fr); padding-block: 38px 24px; gap: 28px; } .radical-copy h1 { font-size: clamp(53px, 10vw, 76px); } .radical-copy .eyebrow { font-size: 8px; margin-bottom: 24px; } .radical-copy .hero-description { font-size: 14px; } .kinetic-stage { max-width: 440px; margin: 0 auto 24px; } .radical-proof { gap: 22px; margin-top: 28px; } .radical-copy .hero-actions { margin-top: 24px; } .radical-copy .button { padding: 14px 16px; font-size: 12px; } .hero-edge { font-size: 7px; gap: 20px; } .stage-top { font-size: 8px; } .stage-tag { font-size: 9px; } }
@media (prefers-reduced-motion: reduce) { .radical-copy > *, .kinetic-stage { animation: none; } }
