/* Room artwork keeps the existing community copy and actions. */
.hero.room-hero{height:auto;min-height:0;container-type:inline-size;isolation:isolate;background:#17262e}
.room-hero .room-scene{position:relative;width:100%;aspect-ratio:2.95;min-height:350px;overflow:hidden}
.room-hero .room-scene>canvas{display:block;position:absolute;inset:0;width:100%;height:100%}
.hero.room-hero .hero-overlay{pointer-events:none;background:linear-gradient(90deg,rgba(9,23,31,.86),rgba(12,26,34,.73) 26%,rgba(12,26,34,.20) 46%,transparent 64%)}
.hero.room-hero .hero-copy{inset:50% auto auto 4%;transform:translateY(-50%);width:43%;max-width:none;padding:22px 0}
.room-hero .hero-copy .hero-identity{font-size:clamp(12px,1.05cqw,18px);margin-bottom:clamp(16px,1.4cqw,24px)}
.room-hero .hero-wordmark{display:flex;align-items:center;gap:.2em;font-size:clamp(44px,6.3cqw,108px)}
.room-hero .hero-wordmark::after{content:"";flex:0 0 .72em;width:.72em;height:.74em;background:currentColor;-webkit-mask:url('/radiohead-bear-favicon.png') center/contain no-repeat;mask:url('/radiohead-bear-favicon.png') center/contain no-repeat}
.room-hero .hero-korean{font-size:clamp(20px,1.9cqw,32px);margin-top:14px;word-break:keep-all}
.room-hero .hero-copy>p.hero-description{font-size:clamp(14px,1.03cqw,18px);line-height:1.85;word-break:keep-all}
.room-hero .hero-actions{flex-wrap:wrap;gap:12px 24px;margin-top:22px}
.room-hero .hero-actions .button,.room-hero .hero-listen{min-height:44px}
.room-hero .hero-footnote{font-size:11px}
@container (max-width:680px){
 .room-hero .room-scene{aspect-ratio:1.2;min-height:0}
 .hero.room-hero .hero-overlay{display:none}
 .hero.room-hero .hero-copy{position:relative;inset:auto;transform:none;width:100%;padding:26px 24px 30px;background:#192a34}
 .room-hero .hero-copy .hero-identity{font-size:14px;margin-bottom:20px}
 .room-hero .hero-identity span{font-size:12px}
 .room-hero .hero-wordmark{font-size:clamp(38px,10.3cqw,66px);margin-left:-2px}
 .room-hero .hero-korean{font-size:clamp(20px,5.5cqw,27px);line-height:1.5;margin-top:15px}
 .room-hero .hero-copy>p.hero-description{font-size:14px}
 .room-hero .hero-actions .button,.room-hero .hero-listen{font-size:14px}
 .room-hero .hero-footnote{display:none}
}
