.yht-gallery{--yht-gallery-ease:cubic-bezier(.33,1,.68,1);width:100%;position:relative;color:#111}.yht-gallery *{box-sizing:border-box}.yht-gallery-hero{position:relative;width:100vw;height:min(42.857vw,var(--yht-gallery-max-height,560px));min-height:420px;margin-left:calc(50% - 50vw);overflow:hidden;background-image:var(--yht-gallery-hero);background-attachment:fixed;background-color:#f6f6f6;background-position:var(--yht-gallery-position,center center);background-repeat:no-repeat;background-size:cover}.yht-gallery-hero__title{position:absolute;z-index:1;top:50%;left:0;width:100%;margin:0;transform:translate3d(0,-50%,0);color:#fff;font-size:clamp(30px,2.1vw,40px);font-weight:400;line-height:1.4;text-align:center;letter-spacing:.08em;opacity:0;filter:blur(20px);text-shadow:0 1px 10px rgba(0,0,0,.18);transition:opacity 1.2s ease 1s,filter 1.2s ease 1s}.yht-gallery-hero__title.is-inview{opacity:1;filter:blur(0)}.yht-gallery-hero__title.is-vertical span{display:inline-block;text-align:left;white-space:nowrap;writing-mode:vertical-rl;-webkit-writing-mode:vertical-rl}.yht-gallery-hero__title.is-horizontal span{display:inline-block;white-space:nowrap}.yht-gallery-slider{position:relative;width:min(100%,1000px);margin:88px auto 100px}.yht-gallery-slider__viewport{position:relative;width:100%;aspect-ratio:5/3;overflow:hidden;background:#f4f4f4;touch-action:pan-y;outline:none;cursor:grab}.yht-gallery-slider__viewport.is-dragging{cursor:grabbing}.yht-gallery-slider__track{display:flex;width:100%;height:100%;transform:translate3d(0,0,0);will-change:transform}.yht-gallery-slider__track.is-animated{transition:transform .72s var(--yht-gallery-ease)}.yht-gallery-slide{flex:0 0 100%;width:100%;height:100%;margin:0;overflow:hidden;background:#eee;user-select:none}.yht-gallery-slide img{display:block;width:100%;height:100%;object-fit:cover;user-select:none;-webkit-user-drag:none}.yht-gallery-arrow{position:absolute;z-index:5;top:50%;width:54px;height:64px;margin:0;padding:0;border:0;background:transparent;transform:translateY(-50%);cursor:pointer;opacity:.92;transition:opacity .2s ease}.yht-gallery-arrow:hover{opacity:.58}.yht-gallery-arrow--prev{left:6px}.yht-gallery-arrow--next{right:6px}.yht-gallery-arrow span{display:block;width:16px;height:16px;margin:auto;border-top:2px solid #fff;border-right:2px solid #fff;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.yht-gallery-arrow--prev span{transform:rotate(-135deg)}.yht-gallery-arrow--next span{transform:rotate(45deg)}.yht-gallery-dots{position:absolute;z-index:6;right:0;bottom:18px;left:0;display:flex;justify-content:center;gap:8px;pointer-events:none}.yht-gallery-dot{width:10px;height:10px;margin:0;padding:0;border:1px solid rgba(255,255,255,.95);border-radius:50%;background:rgba(0,0,0,.28);box-shadow:0 1px 2px rgba(0,0,0,.2);cursor:pointer;pointer-events:auto;transition:background .2s ease,transform .2s ease}.yht-gallery-dot.is-active{background:#fff;transform:scale(1.04)}.yht-gallery-thumbs{width:100%;margin-top:5px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-behavior:auto}.yht-gallery-thumbs::-webkit-scrollbar{display:none;width:0;height:0}.yht-gallery-thumbs__track{display:flex;gap:5px;width:max-content;min-width:100%}.yht-gallery-thumb{flex:0 0 140px;width:140px;height:80px;margin:0;padding:0;overflow:hidden;border:0;background:#000;opacity:.5;cursor:pointer;transition:opacity .3s ease}.yht-gallery-thumb:hover,.yht-gallery-thumb.is-active{opacity:1}.yht-gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover}.yht-gallery-empty{width:min(100%,1000px);margin:70px auto;padding:25px;border:1px dashed #bbb;background:#fafafa;text-align:center;font-size:14px;line-height:1.8}@media (prefers-reduced-motion:reduce){.yht-gallery-hero__title{transition:none;filter:none;opacity:1}.yht-gallery-slider__track.is-animated{transition-duration:.01ms}.yht-gallery-thumb,.yht-gallery-dot{transition:none}}@media screen and (max-width:767px){.yht-gallery-hero{height:250px;min-height:250px;background-attachment:scroll;background-position:var(--yht-gallery-position,center center);background-size:cover}.yht-gallery-hero__title{font-size:26px;line-height:1.3}.yht-gallery-slider{width:100vw;margin:23px 0 40px;margin-left:calc(50% - 50vw)}.yht-gallery-slider__viewport{aspect-ratio:5/3}.yht-gallery-arrow{width:44px;height:56px}.yht-gallery-arrow--prev{left:0}.yht-gallery-arrow--next{right:0}.yht-gallery-arrow span{width:13px;height:13px}.yht-gallery-dots{bottom:12px;gap:6px}.yht-gallery-dot{width:8px;height:8px}.yht-gallery-thumbs{padding:0 5px}.yht-gallery-thumb{flex-basis:96px;width:96px;height:56px}}
/* yOS 27.0.04: selectable gallery transitions */
.yht-gallery-slider[data-animation="slide_a"] .yht-gallery-slider__track.is-animated{transition-timing-function:cubic-bezier(.33,1,.68,1)}
.yht-gallery-slider[data-animation="slide_b"] .yht-gallery-slider__track.is-animated{transition-timing-function:cubic-bezier(.645,.045,.355,1)}
.yht-gallery-slider[data-animation="fade"] .yht-gallery-slider__track{display:block;position:relative;transform:none!important;transition:none!important}
.yht-gallery-slider[data-animation="fade"] .yht-gallery-slide{position:absolute;inset:0;z-index:0;width:100%;height:100%;opacity:0;pointer-events:none;transition:opacity .72s ease-in-out;will-change:opacity}
.yht-gallery-slider[data-animation="fade"] .yht-gallery-slide.is-active{z-index:1;opacity:1;pointer-events:auto}
@media (prefers-reduced-motion:reduce){.yht-gallery-slider[data-animation="fade"] .yht-gallery-slide{transition-duration:.01ms}}
