.radio-hero{background:var(--grape);color:#fff;padding:90px 0 100px;position:relative;overflow:hidden}.radio-hero .grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;align-items:center}.radio-hero h1{font-family:var(--disp);font-weight:800;font-size:clamp(2.4rem,5.5vw,4.2rem);line-height:1;letter-spacing:-.02em;color:#fff;margin:16px 0 18px}.radio-hero p{color:rgba(255,255,255,.88);max-width:46ch;font-size:1.08rem}.radio-hero .ctas{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.radio-hero .cassette{position:relative;width:min(380px,100%);aspect-ratio:1.62/1;margin:auto;background:linear-gradient(180deg,var(--cream) 0 30%,var(--cream-2) 30%);border:4px solid var(--ink);border-radius:16px;box-shadow:8px 10px 0 var(--ink);display:flex;flex-direction:column;padding:16px 20px 36px}.radio-hero .cass-label{background:#fff;border:2.5px solid var(--ink);border-radius:8px;padding:7px 12px;margin-bottom:13px;display:flex;flex-direction:column;line-height:1.08}.radio-hero .cl-title{font-family:var(--disp);font-weight:800;font-size:1.05rem;color:var(--ink);letter-spacing:-.01em}.radio-hero .cl-sub{font-size:.66rem;font-weight:700;color:var(--ink-soft);letter-spacing:.06em;text-transform:uppercase}.radio-hero .cass-window{flex:1 1;background:#141414;border:2.5px solid var(--ink);border-radius:12px;display:flex;align-items:center;justify-content:space-evenly;overflow:hidden}.radio-hero .cass-window:after{content:"";position:absolute;left:15%;right:15%;bottom:24%;height:3px;background:#6b5836;z-index:0}.radio-hero .reel{position:relative;width:33%;aspect-ratio:1;border-radius:50%;background:#0c0c0c;border:2.5px solid #000;display:grid;place-items:center;box-shadow:0 0 0 5px #221b10;animation:rspin 3.4s linear infinite;z-index:1}.radio-hero .reel:before{content:"";position:absolute;inset:26%;border-radius:50%;background:repeating-conic-gradient(from 0deg,var(--cream-2) 0 14deg,#6e5f42 14deg 28deg)}.radio-hero .reel:after{content:"";position:absolute;width:15%;height:15%;border-radius:50%;background:var(--cream);border:2px solid var(--ink)}.radio-hero .cass-holes{position:absolute;bottom:12px;left:0;right:0;display:flex;justify-content:center;gap:30px}.radio-hero .cass-holes span{width:13px;height:13px;border-radius:50%;background:var(--cream);border:2.5px solid var(--ink)}.radio-hero .screw{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--cream-2);border:2px solid var(--ink);z-index:3}.radio-hero .screw.tl{top:9px;left:9px}.radio-hero .screw.tr{top:9px;right:9px}.radio-hero .screw.bl{bottom:9px;left:9px}.radio-hero .screw.br{bottom:9px;right:9px}@keyframes rspin{to{transform:rotate(1turn)}}.rgrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px}.rcard{background:var(--cream);border:2.5px solid var(--ink);border-radius:var(--r);padding:26px 22px;box-shadow:5px 6px 0 var(--ink)}.rcard .ic{width:52px;height:52px;border-radius:16px;border:2.5px solid var(--ink);display:grid;place-items:center;font-size:1.5rem;margin-bottom:14px}.rcard h3{font-family:var(--disp);font-weight:800;font-size:1.15rem;margin-bottom:6px}.rcard p{color:var(--ink-soft);font-size:.92rem}.rsteps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;counter-reset:step}.rstep{position:relative;background:#fff;border:2.5px solid var(--ink);border-radius:var(--r);padding:30px 24px 24px;box-shadow:5px 6px 0 var(--ink)}.rstep .no{position:absolute;top:-18px;left:20px;width:38px;height:38px;border-radius:50%;background:var(--sun);border:2.5px solid var(--ink);display:grid;place-items:center}.rstep .no,.rstep h3{font-family:var(--disp);font-weight:800}.rstep h3{font-size:1.2rem;margin-bottom:6px}.rstep p{color:var(--ink-soft);font-size:.93rem}.rclose{text-align:center;max-width:640px;margin:0 auto}.rclose h2{font-family:var(--disp);font-weight:800;font-size:clamp(1.9rem,4vw,3rem);line-height:1.05;letter-spacing:-.02em;margin:14px 0 12px}.rclose p{color:var(--ink-soft);margin-bottom:26px}.rclose .ctas{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width:900px){.radio-hero{padding:60px 0 70px}.radio-hero .grid{grid-template-columns:1fr;gap:40px}.rgrid{grid-template-columns:repeat(2,1fr)}.rsteps{grid-template-columns:1fr;gap:30px}}@media(max-width:560px){.rgrid{grid-template-columns:1fr}}.radio-logo{width:220px;max-width:60%;height:auto;margin-bottom:18px;filter:drop-shadow(3px 4px 0 rgba(0,0,0,.18))}.radio-hero .cass-window{position:relative}.radio-hero .cass-window .cass-logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40%;height:auto;z-index:2;filter:drop-shadow(0 2px 6px rgba(0,0,0,.55))}