/* One panoramic carousel in the page's continuous lavender and blue atmosphere. */
.e-performance{position:relative;isolation:isolate;padding-top:30px;padding-bottom:35px;scroll-margin-top:0}
.e-performance::before{content:"";position:absolute;z-index:-1;inset:-5% -8%;pointer-events:none;background:radial-gradient(ellipse at 80% 30%,#dac1ce66,transparent 52%),radial-gradient(ellipse at 10% 68%,#afbbe266,transparent 54%)}
.e-performance .e-section-label{font-size:13px;margin-bottom:20px}
.e-performance-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:20px}
.e-page .e-performance-heading h2{font-size:clamp(48px,4.5vw,68px);line-height:.96;letter-spacing:-.04em}
.e-performance-heading h2 em{color:#7d7799}
.e-performance-note{display:flex;align-items:center;gap:26px;padding-bottom:6px;color:var(--e-muted)}
.e-performance-note svg{width:27px;height:27px;fill:#9287a7;flex:none}
.e-performance-note p{font-size:14px;line-height:1.8}
.e-performance-shell{width:100vw;margin-left:calc(50% - 50vw)}
.e-performance-carousel{--photo-width:clamp(360px,min(50vw,58svh),700px);--photo-gap:30px;position:relative;overflow:hidden;padding:20px 0 12px;perspective:1500px;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}
.e-performance-track{display:flex;align-items:center;gap:var(--photo-gap);overflow-x:auto;scroll-snap-type:x mandatory;padding:0 max(24px,calc((100% - var(--photo-width))/2));scrollbar-width:thin}
.e-performance-photo{margin:0;width:var(--photo-width);min-width:0;flex:0 0 var(--photo-width);scroll-snap-align:center;transform-origin:50% 50%}
.e-performance-carousel.e-carousel-ready{height:calc(var(--photo-width) * 2 / 3 + 80px);cursor:grab}
/* Declare gesture intent on the clipped photo as well as its viewport. */
.e-performance-carousel.e-carousel-ready,.e-carousel-ready .e-performance-open{touch-action:pan-y pinch-zoom}
/* Phone touch handling reserves only an intentional swipe, leaving native pan/zoom available. */
.e-performance-carousel.e-mobile-touch,.e-mobile-touch .e-performance-open{touch-action:auto}
.e-carousel-ready .e-performance-track{display:block;position:absolute;inset:0;padding:0;overflow:visible;scroll-snap-type:none;transform-style:preserve-3d}
.e-carousel-ready .e-performance-photo{position:absolute;top:20px;left:calc(50% - var(--photo-width)/2);will-change:transform;backface-visibility:hidden}
.e-carousel-ready.is-dragging,.e-carousel-ready.is-dragging a{cursor:grabbing}
.e-performance-open{position:relative;display:block;aspect-ratio:3/2;overflow:hidden;border-radius:4px;background:#788294;box-shadow:0 18px 34px -25px #39496566;cursor:inherit;isolation:isolate;-webkit-user-drag:none;user-select:none}
.e-performance-open img{display:block;width:100%;height:100%;object-fit:cover;max-width:none;pointer-events:none;user-select:none;-webkit-user-drag:none}
.e-performance-expand{position:absolute;bottom:18px;right:18px;width:40px;height:40px;border:1px solid #ffffff88;border-radius:50%;display:grid;place-items:center;color:#fff;background:#1d28401c;font:24px var(--sans);opacity:0;transform:translateY(5px);transition:opacity .35s,transform .35s}
.e-performance-carousel:not(.e-carousel-ready) .e-performance-open:hover .e-performance-expand,.e-performance-open.is-hovered .e-performance-expand,.e-performance-open:focus-visible .e-performance-expand{opacity:1;transform:none}
.e-performance-photo figcaption{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-top:15px;color:var(--e-muted);font-size:13px;line-height:1.5;user-select:none;white-space:nowrap}
.e-performance-photo figcaption>span:first-child{letter-spacing:.05em;text-transform:uppercase}
.e-performance-photo figcaption>span:last-child{opacity:.8}
.e-performance-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:15px}
.e-performance-hint{font-size:13px;color:var(--e-muted)}
.e-performance-hint span{margin:0 7px}
.e-performance-controls{display:flex;gap:15px;align-items:center}
.e-performance-controls[hidden]{display:none}
.e-performance-controls button[hidden]{display:none}
.e-performance-controls button{width:44px;height:44px;display:grid;place-items:center;flex-shrink:0;background:transparent;border:1px solid #66789144;border-radius:50%;padding:0;color:var(--e-ink);font:23px var(--sans);cursor:pointer;transition:background .3s,border-color .3s}
.e-performance-controls button:hover{background:#f6f2fa66;border-color:#7d779980}
.e-performance-controls .e-carousel-pause{width:auto;border:0;border-radius:0;font-size:13px;color:var(--e-muted);margin-right:12px}
.e-carousel-count{font-size:13px;color:var(--e-muted);font-variant-numeric:tabular-nums;min-width:57px;text-align:center}
@media(min-width:1920px){.e-performance-shell{width:1920px;margin-left:calc(50% - 960px)}}
@media(max-width:820px){
 .e-performance{padding-top:30px;padding-bottom:40px;scroll-margin-top:0}
 .e-performance .e-section-label{font-size:13px;margin-bottom:24px;gap:15px}
 .e-performance-heading{display:block;margin-bottom:18px}
 .e-page .e-performance-heading h2{font-size:clamp(43px,10.5vw,65px)}
 .e-performance-note{justify-content:space-between;flex-direction:row-reverse;padding:0;margin-top:20px;gap:15px}
 .e-performance-note svg{width:22px;height:22px}
 .e-performance-note p{font-size:13px;line-height:1.65}
 .e-performance-carousel{--photo-width:82vw;--photo-gap:18px;perspective:1100px;mask-image:none}
 .e-performance-carousel.e-carousel-ready{height:calc(82vw * 2 / 3 + 85px)}
 .e-performance-photo figcaption{font-size:13px;gap:8px;margin-top:13px}
 .e-performance-photo figcaption>span:last-child{display:none}
 .e-performance-expand{display:none}
 .e-performance-toolbar{flex-direction:column;gap:16px;margin-top:7px}
 .e-performance-hint{font-size:13px;text-align:center}
 .e-performance-controls{gap:14px;justify-content:center;width:100%}
 .e-performance-controls .e-carousel-pause{margin-right:auto}
}
@media(prefers-reduced-motion:reduce){.e-performance-expand,.e-performance-controls button{transition:none}}
/* Native dialog keeps focus inside the viewer and renders above the sticky header. */
.e-photo-dialog{position:fixed;inset:0;width:100%;max-width:none;height:100%;max-height:none;margin:0;padding:0;border:0;background:transparent;color:#f5f2f9;font-family:var(--sans);overflow:hidden;overscroll-behavior:contain}
.e-photo-dialog::backdrop{background:#1c2334}
.e-photo-dialog{background:radial-gradient(ellipse at 8% 100%,#51436150,transparent 60%),radial-gradient(ellipse at 100% 0,#45626a40,transparent 55%),#1c2334}
.e-photo-dialog *{box-sizing:border-box}
.e-photo-dialog[open]{display:grid;grid-template-rows:auto minmax(0,1fr) auto;padding:24px clamp(20px,4vw,64px);gap:18px}
.e-photo-bar{display:flex;justify-content:space-between;align-items:center;gap:20px}
.e-photo-bar p{margin:0;font-size:13px;letter-spacing:.07em;text-transform:uppercase}
.e-photo-dialog button{width:46px;height:46px;flex-shrink:0;border:1px solid #e9e6f750;border-radius:50%;background:transparent;color:inherit;font:24px var(--sans);cursor:pointer;display:grid;place-items:center;transition:background .2s}
.e-photo-dialog button:hover{background:#e9e6f71f}
.e-photo-dialog button:focus-visible{outline:2px solid #e9e6f7;outline-offset:4px}
.e-photo-stage{position:relative;min-height:0;display:grid;place-items:center}
.e-photo-stage img{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain}
.e-photo-highres{opacity:0}
.e-photo-bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.e-photo-caption{margin:0;font:28px/1.1 var(--serif);font-weight:400}
.e-photo-controls{display:flex;align-items:center;gap:18px}
.e-photo-count{font-size:13px;min-width:55px;text-align:center;font-variant-numeric:tabular-nums}
.e-photo-original{justify-self:end;color:inherit;font-size:13px;text-decoration:none;border-bottom:1px solid #e9e6f766;padding-bottom:5px}
.e-photo-original:hover{border-color:currentColor}

@media(max-width:820px){
 .e-photo-dialog[open]{padding:18px 18px max(22px,env(safe-area-inset-bottom));gap:16px}
 .e-photo-bottom{grid-template-columns:1fr auto;gap:20px}
 .e-photo-caption{font-size:23px;grid-column:1/-1;text-align:center}
 .e-photo-controls{gap:12px}.e-photo-original{font-size:13px}
 .e-photo-bar p{font-size:13px;letter-spacing:.03em}
}
@media(prefers-reduced-motion:reduce){.e-photo-dialog button{transition:none}}
