/* Touch-first refinements. The desktop brand composition stays intact. */
@media(max-width:1023px){
 html{scroll-padding-top:calc(88px + env(safe-area-inset-top,0px));-webkit-text-size-adjust:100%}
 .site-header{position:sticky;top:0;z-index:40;height:calc(72px + env(safe-area-inset-top,0px));padding:env(safe-area-inset-top,0px) max(16px,env(safe-area-inset-right,0px)) 0 max(16px,env(safe-area-inset-left,0px));gap:10px;background:var(--paper)}
 .site-header .desktop-nav{display:none}
 .site-header .brand{min-height:44px}
 .site-header .brand .brand-art{width:154px}
 .language-switch{position:static;margin-left:auto}
 .language-panel{top:calc(100% + 6px);right:16px;max-width:calc(100vw - 32px);max-height:calc(100svh - 100px - env(safe-area-inset-top,0px));overscroll-behavior:contain}
 .language-panel button{min-height:48px;font-size:.9375rem}
 .mobile-menu{display:block;position:static;color:var(--ink)}
 .mobile-menu summary{list-style:none;display:flex;gap:10px;align-items:center;justify-content:center;min-height:48px;min-width:62px;padding:0 4px;font-size:.875rem;cursor:pointer}
 .mobile-menu summary::-webkit-details-marker{display:none}
 .menu-mark{font-size:1.65rem;line-height:1;transition:transform .2s}
 .mobile-menu[open] .menu-mark{transform:rotate(45deg)}
 .site-header .mobile-menu nav{position:absolute;top:100%;left:0;right:0;display:flex;flex-direction:column;gap:0;align-items:stretch;padding:8px max(20px,env(safe-area-inset-right,0px)) calc(20px + env(safe-area-inset-bottom,0px)) max(20px,env(safe-area-inset-left,0px));background:var(--paper);border-bottom:1px solid var(--line);box-shadow:0 16px 24px #30322b15;max-height:calc(100svh - 72px - env(safe-area-inset-top,0px));overflow-y:auto;overscroll-behavior:contain}
 .site-header .mobile-menu nav a{display:flex!important;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px 16px;min-height:60px;padding:14px 0;border-bottom:1px solid var(--line);font-size:1.25rem;line-height:1.5;letter-spacing:-.025em}
 .mobile-menu small{font-size:.875rem;line-height:1.5;font-weight:400;white-space:normal}
 footer{padding-bottom:calc(32px + env(safe-area-inset-bottom,0px))}
}
@media(min-width:761px) and (max-width:1100px){
 .performance-grid{grid-template-columns:minmax(0,1fr)}
 .performance-card.is-poster-card{grid-template-columns:minmax(0,.7fr) minmax(0,1fr);column-gap:32px}
}
@media(max-width:760px){
 .hero{grid-template-rows:auto auto clamp(264px,74vw,330px) auto}
 .hero .stage{height:clamp(264px,74vw,330px);touch-action:pan-y pinch-zoom}
 .hero-art{background-image:url('assets/responsive/nested-stage-960.webp')}
 html[data-locale] .hero h1{font-size:clamp(2.625rem,14.2vw,4.75rem)}
 html[data-locale]:not([lang="ko"]):not([lang="en"]):not([lang="ja"]):not([lang^="zh"]) .hero h1{font-size:clamp(2.25rem,11.8vw,4rem)}
 .hero .hero-copy{padding-top:12px;padding-bottom:6px}
 .hero-description{line-height:1.7}
 html[lang="ko"] p,html[lang="ko"] #performance-award,html[lang="ko"] .performance-award-tag{word-break:keep-all;overflow-wrap:anywhere}
 .scene-scrubber input{height:44px;min-height:44px;margin-top:0}
 .scene-console{padding-bottom:8px}
 .scene-arrows button,.lemon-pagination button{min-width:44px;min-height:44px}
 .section-kicker,.stage-invitation-top{line-height:1.5;letter-spacing:.025em}
 .section-pad{padding-block:52px 58px}
 .about-heading{margin-top:28px}
 .world-body a,.works-end a,.stage-invitation-bottom a,footer>a:last-child{min-height:44px;display:inline-flex;align-items:center}
 .works-heading{margin-top:28px;margin-bottom:30px}
 .work-meta>span{line-height:1.45;overflow-wrap:anywhere}
 .work-meta small{font-size:.8125rem;line-height:1.5;overflow-wrap:anywhere}
 .lemon-section{padding-block:44px 48px}
 .lemon-layout{margin-top:28px}
 .lemon-screens{scroll-padding-inline:0 20px;overscroll-behavior-x:contain}
 .lemon-screens:focus-visible{outline:2px solid var(--ink);outline-offset:-2px}
 .lemon-screens figure{flex-basis:68%;max-width:250px}
 .lemon-pagination button:disabled{opacity:.3;cursor:default;background:transparent}
 .lemon-screens figcaption{font-size:.8125rem;line-height:1.5}
 .store-links a{min-height:64px;font-size:1rem}
 .live-hero{padding-bottom:30px}
 html[data-locale] .live-title h1{font-size:clamp(2.75rem,14.2vw,4.75rem)}
 .live-title p{margin-block:20px 26px}
 .showcase-caption small{font-size:.8125rem;line-height:1.5}
 .showcase-caption strong{font-size:.9375rem;line-height:1.5}
 .performance-archive{padding-block:44px 54px}
 .performance-card p{font-size:.9375rem;line-height:1.65}
 .performance-card.is-poster-card .performance-card-summary{font-size:1rem;line-height:1.7}
 .is-poster-card .performance-award-tag{font-size:.8125rem;line-height:1.6}
 #show-dialog,.performance-dialog{width:100%;max-width:100%;max-height:calc(100dvh - max(8px,env(safe-area-inset-top,0px)));margin:auto auto 0;border-radius:16px 16px 0 0;overscroll-behavior:contain}
 .dialog-header{padding:10px max(18px,env(safe-area-inset-right,0px)) 10px max(18px,env(safe-area-inset-left,0px));min-height:64px}
 .dialog-header button{min-height:44px;min-width:64px;justify-content:flex-end}
 .dialog-header>span{max-width:65%;line-height:1.5;letter-spacing:.025em}
 #show-dialog .dialog-navigation button{min-width:44px;min-height:44px}
 #show-dialog .dialog-info{padding-bottom:calc(28px + env(safe-area-inset-bottom,0px))}
 .live-contact a,.contact-meta>a{min-height:48px;line-height:1.6;overflow-wrap:anywhere}
}
@media(max-width:380px){
 .site-header .brand .brand-art{width:132px}
 .site-header{gap:6px}
 .showcase-caption{grid-template-columns:minmax(0,1fr)}
 .showcase-caption>.ui-symbol{display:none}
 .showcase-experience .showcase-caption{grid-template-columns:minmax(0,1fr) 26px}
 .showcase-experience .showcase-caption>.ui-symbol{display:block}
 .performance-card.is-poster-card{display:block}
 .is-poster-card .performance-photo{width:100%;margin:0}
 .performance-card.is-poster-card h3{margin:18px 0 8px}
 .performance-card.is-poster-card .performance-card-summary{margin-top:12px}
 .is-poster-card .performance-award-tag{font-size:.875rem;margin-top:16px}
 .performance-card.is-poster-card .performance-open{margin-top:18px}
}
@media(max-width:1023px) and (max-height:500px){
 .site-header{height:60px;padding-top:0}
 .site-header .mobile-menu nav{max-height:calc(100svh - 60px)}
 .language-panel{max-height:calc(100svh - 80px)}
 #show-dialog,.performance-dialog{max-height:100dvh}
}
@media(hover:none){
 .showcase-card:hover:not(:disabled){transform:rotate(var(--tilt,0deg));box-shadow:3px 5px 0 #30322b15}
 .work-card:hover .work-image{transform:none}
}
