/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}.gallery-detail{--gallery-detail-media-height: clamp(380px, calc(100vh - 330px) , 580px);display:grid;grid-template-columns:minmax(0,1fr) minmax(350px,390px);gap:clamp(1.25rem,2vw,1.85rem);align-items:start;max-width:1220px;margin:0 auto;padding:2rem}@media(min-width:901px){.gallery-detail{--gallery-detail-media-height: clamp(500px, calc(100vh - 240px) , 680px)}}.gallery-detail__media{display:grid;gap:.75rem;min-width:0}@media(min-width:901px){.gallery-detail__media.has-thumbnails{grid-template-columns:82px minmax(0,1fr);column-gap:.75rem;row-gap:0;align-items:start}}.gallery-detail__main-image-button{display:block;position:relative;width:100%;height:var(--gallery-detail-media-height);padding:0;border:0;border-radius:18px;background:linear-gradient(180deg,#f7f8fafa,#e9edf3fa);box-shadow:inset 0 0 0 1px #11182714,0 18px 42px #1118271a;cursor:zoom-in;overflow:hidden;text-align:left;touch-action:pan-y;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.gallery-detail__main-image-button[aria-busy=true]{cursor:progress}.gallery-detail__main-image-frame{position:relative;isolation:isolate;width:100%;touch-action:pan-y}.gallery-detail__main-image-frame--video-active{--gallery-detail-video-pagination-band: 2.5rem;height:var(--gallery-detail-media-height);border-radius:18px;background:#000;box-shadow:inset 0 0 0 1px #11182714,0 18px 42px #1118271a}.gallery-detail__main-image-frame--video-active .gallery-detail__hero-video-frame{height:calc(var(--gallery-detail-media-height) - var(--gallery-detail-video-pagination-band));border-radius:18px 18px 0 0;box-shadow:none}.gallery-detail__main-image-frame--video-active .gallery-detail__image-nav-button{top:calc(50% - var(--gallery-detail-video-pagination-band) / 2)}.gallery-detail__video-sound-ui,.pswp__gallery-video-sound-ui{--gallery-detail-video-sound-top: .75rem;--gallery-detail-video-sound-inset: .75rem;position:absolute;top:0;left:0;right:0;height:0}.gallery-detail__video-sound-ui[hidden],.pswp__gallery-video-sound-ui[hidden]{display:none}.gallery-detail__main-image-frame--video-active .gallery-detail__video-sound-ui{z-index:3}.pswp__gallery-video-sound-ui{--gallery-detail-video-sound-top: 4.75rem;--gallery-detail-video-sound-inset: 1rem;z-index:40}.gallery-detail__video-sound-toast{position:absolute;top:var(--gallery-detail-video-sound-top);left:50%;max-width:calc(100% - 12rem);padding:.4rem .75rem;border-radius:999px;overflow:hidden;background:#1118279e;color:#fffffff2;font-size:.9rem;font-weight:600;letter-spacing:.02em;line-height:1.2;white-space:nowrap;text-overflow:ellipsis;opacity:1;transform:translate(-50%);pointer-events:none}.gallery-detail__video-sound-toast[data-state=fading]{opacity:0;transition:opacity .6s ease}.gallery-detail__video-sound-toast[hidden]{display:none}.gallery-detail__video-sound-button{position:absolute;top:var(--gallery-detail-video-sound-top);left:var(--gallery-detail-video-sound-inset);display:inline-flex;align-items:center;gap:.35rem;min-width:44px;min-height:44px;padding:.45rem .7rem;border:1px solid rgba(255,255,255,.5);border-radius:12px;background:#111827d6;color:#fffffff2;box-shadow:0 1px 3px #00000073,inset 0 1px #ffffff1f;font:inherit;font-size:.9rem;font-weight:700;letter-spacing:.02em;line-height:1;cursor:pointer;pointer-events:auto;transition:background .12s ease,border-color .12s ease,box-shadow .12s ease,transform .12s ease}.gallery-detail__video-sound-button:hover{color:#fff;border-color:#ffffffb8;background:#111827eb;box-shadow:0 2px 6px #00000080,inset 0 1px #ffffff29;transform:translateY(-1px)}.gallery-detail__video-sound-button:active{background:#111827f2;box-shadow:inset 0 1px 2px #0000008c;transform:translateY(0)}.gallery-detail__video-sound-button:focus-visible{outline:2px solid #ffffff;outline-offset:2px;color:#fff}.gallery-detail__video-sound-icon{width:20px;height:20px;flex:0 0 auto}.gallery-detail__video-sound-button-label{white-space:nowrap}.gallery-detail__main-image-stage{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:18px;overflow:hidden}.gallery-detail__hero-video-frame{position:relative;z-index:0;display:flex;align-items:center;justify-content:center;width:100%;height:var(--gallery-detail-media-height);border-radius:18px;background:#000;overflow:hidden;box-shadow:inset 0 0 0 1px #11182714,0 18px 42px #1118271a}.gallery-detail__hero-video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;background:#000;object-fit:contain}@media(min-width:901px){.gallery-detail__media.has-thumbnails .gallery-detail__main-image-frame,.gallery-detail__media.has-thumbnails .gallery-detail__image-placeholder{grid-column:2;grid-row:1}.gallery-detail__main-image-frame,.gallery-detail__image-placeholder{max-width:min(100%,1000px);margin-inline:auto}.gallery-detail__main-image-stage{top:0;right:0;bottom:0;left:0;border-radius:inherit}}.gallery-detail__main-image-button:focus-visible{outline:3px solid #111;outline-offset:4px}.gallery-detail__main-image-preview,.gallery-detail__main-image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0;background:transparent;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.gallery-detail__main-image-preview{transform:scale(1.035);filter:blur(18px) saturate(.92);opacity:.92;transition:opacity .18s ease}.gallery-detail__main-image-preview.is-hidden{opacity:0}.gallery-detail__main-image{opacity:0;transition:opacity .22s ease}.gallery-detail__main-image.is-ready{opacity:1}.gallery-detail__main-image-loading{position:absolute;top:50%;left:50%;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;background:#1118276b;box-shadow:0 10px 24px #1118272e;transform:translate(-50%,-50%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gallery-detail__main-image-loading-dot{width:16px;height:16px;border:2px solid rgba(255,255,255,.38);border-top-color:#fff;border-radius:999px;animation:gallery-detail-image-spin .72s linear infinite}.gallery-detail__image-placeholder{display:flex;align-items:center;justify-content:center;min-height:0;height:var(--gallery-detail-media-height);border-radius:18px;border:0;background:linear-gradient(180deg,#f8fafcf5,#e5e7ebf5);box-shadow:inset 0 0 0 1px #11182714,0 18px 42px #11182714;color:#777;font-size:.95rem}.gallery-detail__coach-hint,.pswp__gallery-coach-hint{position:absolute;left:50%;display:inline-flex;justify-content:center;max-width:calc(100% - 2rem);padding:.55rem .85rem;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:#111827ad;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.02em;line-height:1.2;text-align:center;transform:translate(-50%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 28px #11182738;pointer-events:none;animation:gallery-detail-coach-hint-enter .18s ease}.gallery-detail__coach-hint{z-index:3}.gallery-detail__coach-hint--hero{bottom:1rem}.gallery-detail__coach-hint--with-gallery-controls{bottom:3.8rem}.gallery-detail__coach-hint[data-state=hidden]{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .9s ease,visibility 0s linear .9s}.pswp__gallery-coach-hint{top:1rem;z-index:41;opacity:0;transition:opacity .18s ease}.pswp__gallery-coach-hint[data-state=visible]{opacity:1}.pswp .pswp__gallery-coach-hint[data-state=hidden]{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .9s ease,visibility 0s linear .9s}@media(prefers-reduced-motion:reduce){.gallery-detail__coach-hint[data-state=hidden],.pswp .pswp__gallery-coach-hint[data-state=hidden]{transition:none}}.gallery-detail__coach-hint-copy--mobile{display:none}.gallery-detail__image-nav-button{position:absolute;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;border:0;background:transparent;color:#fffffff5;cursor:pointer;transform:translateY(-50%);transition:color .16s ease,transform .16s ease}.gallery-detail__image-nav-button:hover{color:#fff}.gallery-detail__image-nav-button:focus-visible{outline:3px solid #111827;outline-offset:3px}.gallery-detail__image-nav-button--previous{left:1rem}.gallery-detail__image-nav-button--next{right:1rem}.gallery-detail__image-nav-icon{width:30px;height:30px;filter:drop-shadow(0 3px 10px rgba(17,24,39,.55));transition:transform .16s ease}.gallery-detail__image-nav-button:hover .gallery-detail__image-nav-icon{transform:scale(1.06)}.gallery-detail__image-bullets{--gallery-detail-pagination-slot: 16px;position:absolute;left:50%;bottom:1rem;z-index:2;display:block;height:var(--gallery-detail-pagination-slot);overflow:clip;transform:translate(-50%)}.gallery-detail__image-bullets-track{display:flex;align-items:center;width:max-content}.gallery-detail__image-bullets.is-animated{transition:width .2s cubic-bezier(.4,0,.2,1)}.gallery-detail__image-bullets.is-animated .gallery-detail__image-bullets-track{transition:transform .2s cubic-bezier(.4,0,.2,1)}.gallery-detail__image-bullets.is-animated .gallery-detail__image-bullet:before{transition:width .18s ease,height .18s ease,opacity .18s ease,transform .18s ease,background .18s ease}.gallery-detail__image-bullets.gallery-detail__image-bullets--video-active{top:auto;bottom:calc((var(--gallery-detail-video-pagination-band, 2.5rem) - var(--gallery-detail-pagination-slot)) / 2)}.gallery-detail__image-bullets--video-active .gallery-detail__image-bullet--active:before{background:#ffffffd1}.gallery-detail__image-bullets--video-active .gallery-detail__image-bullet--main:before{background:#ffffff80}.gallery-detail__image-bullets--video-active .gallery-detail__image-bullet--near:before{background:#ffffff59}.gallery-detail__image-bullets--video-active .gallery-detail__image-bullet--edge:before{background:#ffffff40}.gallery-detail__image-bullets--video-active .gallery-detail__image-bullet:hover:before,.gallery-detail__image-bullets--video-active .gallery-detail__image-bullet:focus-visible:before{background:#fff}.gallery-detail__image-bullet{display:inline-flex;align-items:center;justify-content:center;flex:0 0 var(--gallery-detail-pagination-slot);width:var(--gallery-detail-pagination-slot);height:var(--gallery-detail-pagination-slot);padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer}.gallery-detail__image-bullet:before{content:"";display:block;width:9px;height:9px;border-radius:999px;background:#ffffffd9;box-shadow:0 1px 3px #1118278c}.gallery-detail__image-bullet--active:before{width:11px;height:11px;background:#fff}.gallery-detail__image-bullet--main:before{width:9px;height:9px;background:#ffffffd9}.gallery-detail__image-bullet--near:before{width:6px;height:6px;background:#ffffffa6}.gallery-detail__image-bullet--edge:before{width:4px;height:4px;background:#ffffff73}.gallery-detail__image-bullet--hidden{pointer-events:none}.gallery-detail__image-bullet--hidden:before{width:4px;height:4px;opacity:0;transform:scale(.4)}.gallery-detail__image-bullet:hover:before{background:#fff}.gallery-detail__image-bullet:focus-visible{outline:2px solid #ffffff;outline-offset:-2px;box-shadow:inset 0 0 0 4px #111827a6}@media(prefers-reduced-motion:reduce){.gallery-detail__image-bullets,.gallery-detail__image-bullets.is-animated,.gallery-detail__image-bullets.is-animated .gallery-detail__image-bullets-track{transition:none}.gallery-detail__image-bullet:before,.gallery-detail__image-bullets.is-animated .gallery-detail__image-bullet:before{transition:none}}.pswp__gallery-bullets{--gallery-detail-pagination-slot: 16px;--pswp-gallery-video-pagination-inset: 12px;position:absolute;bottom:1.1rem;left:50%;z-index:40;display:block;height:var(--gallery-detail-pagination-slot);overflow:clip;transform:translate(-50%)}.pswp__gallery-bullets-track{display:flex;align-items:center;width:max-content}.pswp__gallery-bullets.pswp__gallery-bullets--video-active{bottom:var(--pswp-gallery-video-pagination-inset)}.pswp__gallery-bullets--video-active .pswp__gallery-bullet--active:before{background:#ffffffd1}.pswp__gallery-bullets--video-active .pswp__gallery-bullet--main:before{background:#ffffff80}.pswp__gallery-bullets--video-active .pswp__gallery-bullet--near:before{background:#ffffff59}.pswp__gallery-bullets--video-active .pswp__gallery-bullet--edge:before{background:#ffffff40}.pswp__gallery-bullets--video-active .pswp__gallery-bullet:hover:before,.pswp__gallery-bullets--video-active .pswp__gallery-bullet:focus-visible:before{background:#fff}.pswp .pswp__gallery-bullets.is-animated{transition:opacity var(--pswp-transition-duration, 333ms) cubic-bezier(.4,0,.22,1),width .2s cubic-bezier(.4,0,.2,1)}.pswp .pswp__gallery-bullets.is-animated .pswp__gallery-bullets-track{transition:transform .2s cubic-bezier(.4,0,.2,1)}.pswp .pswp__gallery-bullets.is-animated .pswp__gallery-bullet:before{transition:width .18s ease,height .18s ease,opacity .18s ease,transform .18s ease,background .18s ease}.pswp__gallery-bullet{display:inline-flex;align-items:center;justify-content:center;flex:0 0 var(--gallery-detail-pagination-slot);width:var(--gallery-detail-pagination-slot);height:var(--gallery-detail-pagination-slot);padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer}.pswp__gallery-bullet:before{content:"";display:block;width:9px;height:9px;border-radius:999px;background:#ffffffd9;box-shadow:0 1px 3px #1118278c}.pswp__gallery-bullet--active:before{width:11px;height:11px;background:#fff}.pswp__gallery-bullet--main:before{width:9px;height:9px;background:#ffffffd9}.pswp__gallery-bullet--near:before{width:6px;height:6px;background:#ffffffa6}.pswp__gallery-bullet--edge:before{width:4px;height:4px;background:#ffffff73}.pswp__gallery-bullet--hidden{pointer-events:none}.pswp__gallery-bullet--hidden:before{width:4px;height:4px;opacity:0;transform:scale(.4)}.pswp__gallery-bullet:hover:before{background:#fff}.pswp__gallery-bullet:focus-visible{outline:2px solid #ffffff;outline-offset:-2px;box-shadow:inset 0 0 0 4px #111827a6}@media(prefers-reduced-motion:reduce){.pswp .pswp__gallery-bullets.is-animated,.pswp .pswp__gallery-bullets.is-animated .pswp__gallery-bullets-track{transition:none}.pswp__gallery-bullet:before,.pswp .pswp__gallery-bullets.is-animated .pswp__gallery-bullet:before{transition:none}}.gallery-lightbox__video-content{display:flex;align-items:center;justify-content:center;overflow:hidden;background:#000}.gallery-lightbox__video{display:block;width:100%;height:100%;max-width:100%;max-height:100%;background:#000;object-fit:contain}.gallery-detail__image-save-button{position:absolute;top:1rem;right:1rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(17,24,39,.22);border-radius:999px;background:#fffffff0;color:#111827;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.gallery-detail__image-save-button:hover{transform:translateY(-1px);border-color:#11182766;background:#fff}.gallery-detail__image-save-button.is-saved{border-color:#b91c1c38;background:#fef2f2fa;color:#dc2626}.gallery-detail__image-save-button.is-saved:hover{border-color:#b91c1c66;background:#fee2e2;color:#dc2626}.gallery-detail__image-save-button:focus-visible{outline:3px solid #111827;outline-offset:3px}.gallery-detail__image-save-icon{width:20px;height:20px}.gallery-detail__thumbnails{display:flex!important;gap:.625rem;padding:.25rem 0 .5rem;overflow-x:auto;width:100%;min-height:84px;scrollbar-width:thin}@media(min-width:901px){.gallery-detail__media.has-thumbnails .gallery-detail__thumbnails{grid-column:1;grid-row:1;flex-direction:column;gap:.5rem;width:82px;max-height:var(--gallery-detail-media-height);min-height:0;padding:0 .125rem 0 0;overflow-x:hidden;overflow-y:auto;align-self:stretch}}.gallery-detail__thumbnail{display:block!important;flex:0 0 auto;width:78px;height:78px;padding:0;border:2px solid transparent;border-radius:12px;background:#fff;cursor:pointer;overflow:hidden;opacity:.72;transition:opacity .16s ease,border-color .16s ease,transform .16s ease}.gallery-detail__thumbnail:hover{opacity:1;transform:translateY(-1px)}.gallery-detail__thumbnail.is-active{border-color:#111;opacity:1}.gallery-detail__thumbnail:focus-visible{outline:3px solid #111;outline-offset:3px}.gallery-detail__thumbnail img{display:block!important;width:100%;height:100%;object-fit:cover}.gallery-detail__thumbnail--video{position:relative;background:#111827}.gallery-detail__thumbnail-video-placeholder{display:block;width:100%;height:100%;background:linear-gradient(140deg,#374151,#111827)}.gallery-detail__thumbnail-video-badge{position:absolute;right:4px;bottom:4px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#111827c7;color:#fff;pointer-events:none}.gallery-detail__content{position:sticky;top:2rem;min-width:0;padding:.95rem;border:1px solid #e5e5e5;border-radius:18px;background:#fff}.gallery-detail__spec-group{margin-top:.75rem}.gallery-detail__spec-group:first-of-type{margin-top:.15rem}.gallery-detail__spec-heading{display:flex;align-items:center;justify-content:center;width:100%;min-height:38px;margin:0 0 .55rem;padding:.55rem .9rem;border:1px solid #111827;border-radius:12px;background:#111827;color:#fff;font-size:.78rem;font-weight:800;letter-spacing:.06em;line-height:1.2;text-align:center;text-transform:uppercase}.gallery-detail__specs{display:grid;gap:0;margin:0}.gallery-detail__specs--pairs{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:.9rem}.gallery-detail__specs--pairs .gallery-detail__spec{border-top:1px solid #eeeeee}.gallery-detail__specs--pairs .gallery-detail__spec:nth-child(-n+2){border-top:0}.gallery-detail__fitment{min-width:0}.gallery-detail__fitment-layout--wide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.gallery-detail__fitment-layout--compact{display:none}.gallery-detail__fitment-column{min-width:0}.gallery-detail__fitment-heading{margin:0 0 .3rem;color:#4b5563;font-size:.72rem;font-weight:800;letter-spacing:.05em;line-height:1.2;text-align:center;text-transform:uppercase}.gallery-detail__fitment-compare-header,.gallery-detail__fitment-compare-row{display:grid;grid-template-columns:minmax(84px,96px) minmax(0,1fr) auto minmax(0,1fr);gap:.5rem;align-items:center}.gallery-detail__fitment-compare-header{margin-bottom:.15rem;padding:0 0 .2rem}.gallery-detail__fitment-compare-spacer{min-width:0}.gallery-detail__fitment-compare-title{color:#4b5563;font-size:.72rem;font-weight:800;letter-spacing:.05em;line-height:1.2;justify-self:start;text-align:left;text-transform:uppercase}.gallery-detail__fitment-compare{display:grid;gap:0;margin:0}.gallery-detail__fitment-compare-row{min-width:0;padding:.48rem 0;border-top:1px solid #eeeeee}.gallery-detail__fitment-compare-row:first-child{border-top:0}.gallery-detail__fitment-compare-label{margin:0;color:#777;font-size:.72rem;font-weight:700;letter-spacing:.04em;line-height:1.3;text-transform:uppercase}.gallery-detail__fitment-compare-value,.gallery-detail__fitment-compare-divider{margin:0;color:#111;font-size:.84rem;font-weight:600;min-width:0}.gallery-detail__fitment-compare-value{max-width:100%;overflow-wrap:break-word;white-space:normal}.gallery-detail__fitment-compare-divider{color:#9ca3af;font-weight:700;text-align:center}.gallery-detail__spec{display:grid;grid-template-columns:88px minmax(0,1fr);gap:.7rem;padding:.48rem 0;border-top:1px solid #eeeeee}.gallery-detail__spec:first-child{border-top:0}.gallery-detail__spec dt{margin:0;color:#777;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.gallery-detail__spec dd{margin:0;color:#111;font-size:.86rem;font-weight:600;min-width:0;word-break:normal;overflow-wrap:break-word}.gallery-detail__specs--fitment .gallery-detail__spec dd{max-width:100%;overflow-wrap:break-word;white-space:normal}.gallery-detail__spec-value.is-placeholder{color:#9ca3af}.gallery-detail__value-copy{display:block;white-space:pre-line;line-height:1.55}.gallery-detail__link-list{display:flex;flex-wrap:wrap;gap:.35rem}.gallery-detail__value-link{display:inline-flex;align-items:center;gap:.3rem;min-height:30px;padding:.28rem .55rem;border:1px solid #d1d5db;border-radius:999px;background:#f9fafb;color:#111827;font-size:.78rem;font-weight:700;line-height:1.2;text-decoration:none}.gallery-detail__value-link-icon{display:block;width:14px;height:14px;flex-shrink:0}.gallery-detail__social-groups{display:flex;flex-direction:column;gap:.7rem}.gallery-detail__social-group{display:flex;flex-direction:column;gap:.35rem}.gallery-detail__social-group-label{color:#6b7280;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.gallery-detail__social-row{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.gallery-detail__social-item{margin:0;padding:0}.gallery-detail__social-link{display:inline-flex;align-items:center;gap:.45rem;padding:.25rem .7rem .25rem .25rem;border:1px solid #e5e7eb;border-radius:999px;background:#f9fafb;color:#111827;text-decoration:none;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.gallery-detail__social-link:hover{border-color:#111827;background:#fff;box-shadow:0 2px 8px #1118271f}.gallery-detail__social-link:focus-visible{outline:3px solid #111827;outline-offset:2px}.gallery-detail__social-icon-badge{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:30px;height:30px;border-radius:999px;background:#111827;color:#fff}.gallery-detail__social-icon{display:block;width:18px;height:18px}.gallery-detail__social-label{overflow:hidden;max-width:12rem;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;font-weight:700;line-height:1.2}@media(max-width:520px){.gallery-detail__social-label{max-width:8.5rem}}.gallery-detail__social-link--instagram .gallery-detail__social-icon-badge{background:radial-gradient(circle at 30% 110%,#ffd776,#f48f2c 20%,#e83a76 45%,#c13584 65%,#5a4cdb 90%)}.gallery-detail__social-link--tiktok .gallery-detail__social-icon-badge{background:#010101;box-shadow:inset 1.5px 1.5px #25f4eeb3,inset -1.5px -1.5px #fe2c55b3}.gallery-detail__social-link--youtube .gallery-detail__social-icon-badge{background:red}.gallery-detail__social-link--twitter .gallery-detail__social-icon-badge{background:#1da1f2}.gallery-detail__social-link--facebook .gallery-detail__social-icon-badge{background:#1877f2}.gallery-detail__social-link--reddit .gallery-detail__social-icon-badge{background:#ff4500}.gallery-detail__value-link:hover{border-color:#111827;background:#fff}.gallery-detail__value-link:focus-visible{outline:3px solid #111827;outline-offset:3px}.gallery-detail__wheel-model-link{color:#b91c1c;font-size:inherit;font-weight:700;line-height:inherit;text-decoration:underline;text-underline-offset:2px}.gallery-detail__wheel-model-link:hover{color:#991b1b}.gallery-detail__wheel-model-link:focus-visible{outline:3px solid #b91c1c;outline-offset:2px}.gallery-detail__breadcrumb{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin:0;color:#6b7280;font-size:.88rem;line-height:1.35}.gallery-detail__breadcrumb-link{color:#111827;font-weight:700;text-decoration:none}.gallery-detail__breadcrumb-link:hover{text-decoration:underline}.gallery-detail__breadcrumb-link:focus-visible{outline:3px solid #111;outline-offset:3px}.gallery-detail__breadcrumb-separator{color:#9ca3af}.gallery-detail__breadcrumb-current{color:#4b5563;min-width:0}.gallery-detail__actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.65rem;align-items:stretch;margin-top:.9rem}.gallery-detail__action-button{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:.58rem .85rem;border:1px solid #111827;border-radius:12px;text-decoration:none;font:inherit;font-size:.8rem;font-weight:800;line-height:1.2;transition:background .16s ease,border-color .16s ease,color .16s ease}.gallery-detail__action-button-icon{width:18px;height:18px;flex-shrink:0}.gallery-detail__action-button--back{gap:.42rem;min-width:44px;cursor:pointer}.gallery-detail__action-button--primary{background:#111827;color:#fff;cursor:pointer;min-width:0}.gallery-detail__action-button--primary:hover{background:#374151;border-color:#374151}.gallery-detail__action-button--secondary{background:#fff;color:#111827}.gallery-detail__action-button--secondary:hover{background:#f9fafb}.gallery-detail__action-button:focus-visible{outline:3px solid #111827;outline-offset:3px}@media(min-width:1500px){.gallery-detail{grid-template-columns:minmax(0,1fr) minmax(360px,420px);max-width:1480px}}@media(max-width:1079px){.gallery-detail{grid-template-columns:1fr;max-width:1000px}.gallery-detail__media,.gallery-detail__content{position:static;width:min(100%,1000px);margin-inline:auto}.gallery-detail__content{max-width:440px}}@media(min-width:1080px){.gallery-detail__content{width:min(100%,390px);justify-self:end}}@media(min-width:1080px)and (max-width:1339px){.gallery-detail__specs--pairs{grid-template-columns:minmax(0,1fr)}.gallery-detail__specs--pairs .gallery-detail__spec:nth-child(2){border-top:1px solid #eeeeee}}@media(max-width:1339px){.gallery-detail__action-button--back{width:44px;padding-inline:0}.gallery-detail__action-button--back .gallery-detail__action-button-label{display:none}}@media(max-width:900px){.gallery-detail{gap:1.5rem;padding:1rem}.gallery-detail__content{padding:.95rem}.gallery-detail__main-image-button{height:auto;aspect-ratio:4 / 3;box-shadow:0 12px 28px #1118271a}.gallery-detail__thumbnails{overflow-x:auto;overflow-y:hidden}.gallery-detail__thumbnail{width:72px;height:72px}.gallery-detail__image-save-button{top:.85rem;right:.85rem}.gallery-detail__image-nav-button{width:48px;height:48px}.gallery-detail__image-nav-button--previous{left:.75rem}.gallery-detail__image-nav-button--next{right:.75rem}.gallery-detail__coach-hint--with-gallery-controls{bottom:3.35rem}.gallery-detail__spec{grid-template-columns:88px minmax(0,1fr)}}@media(max-width:1240px){.gallery-detail__fitment-layout--wide{display:none}.gallery-detail__fitment-layout--compact{display:block}}@media(max-width:520px){.gallery-detail__image-nav-button{width:44px;height:44px}.gallery-detail__image-bullets{bottom:.75rem}.gallery-detail__image-bullet--active:before{width:10px;height:10px}.gallery-detail__image-bullet--main:before{width:8px;height:8px}.gallery-detail__image-bullet--near:before{width:5px;height:5px}.gallery-detail__image-bullet--edge:before{width:4px;height:4px}.pswp__gallery-bullet--active:before{width:10px;height:10px}.pswp__gallery-bullet--main:before{width:8px;height:8px}.pswp__gallery-bullet--near:before{width:5px;height:5px}.pswp__gallery-bullet--edge:before{width:4px;height:4px}.gallery-detail__spec{grid-template-columns:1fr;gap:.25rem}.gallery-detail__specs--pairs{grid-template-columns:minmax(0,1fr)}.gallery-detail__specs--pairs .gallery-detail__spec:nth-child(2){border-top:1px solid #eeeeee}.gallery-detail__thumbnail{width:64px;height:64px}.gallery-detail__action-button--primary{width:100%}.gallery-detail__action-button--back{width:44px}}@media(max-width:900px){.gallery-detail__coach-hint-copy--desktop{display:none}.gallery-detail__coach-hint-copy--mobile{display:inline}}@media(max-width:700px){.gallery-detail__fitment-compare-header{display:none}.gallery-detail__fitment-compare-row{grid-template-columns:minmax(0,1fr);gap:.3rem}.gallery-detail__fitment-compare-label{padding-bottom:.1rem}.gallery-detail__fitment-compare-value{display:grid;grid-template-columns:50px minmax(0,1fr);gap:.5rem;align-items:baseline;white-space:normal}.gallery-detail__fitment-compare-value:before{color:#6b7280;content:attr(data-position);font-size:.72rem;font-weight:700;letter-spacing:.04em;line-height:1.2;text-transform:uppercase;white-space:nowrap}.gallery-detail__fitment-compare-divider{display:none}}.gallery-detail__main-image-button{background:linear-gradient(180deg,#f7f8fafa,#e9edf3fa)}.gallery-detail__main-image{width:100%;height:100%;object-fit:cover;background:transparent}.gallery-detail__image-placeholder{min-height:0}.gallery-detail__thumbnails{scroll-snap-type:x proximity}@media(min-width:901px){.gallery-detail__media.has-thumbnails .gallery-detail__thumbnails{scroll-snap-type:y proximity}}.gallery-detail__thumbnail{scroll-snap-align:start}.gallery-detail__thumbnail.is-active{box-shadow:0 0 0 1px #111827}@media(max-width:900px){.gallery-detail__main-image-button{aspect-ratio:4 / 3}.gallery-detail__image-placeholder{aspect-ratio:4 / 3;height:auto}}@media(min-width:901px){.gallery-detail__main-image-preview,.gallery-detail__main-image{border-radius:0;object-fit:contain;padding:clamp(.6rem,.9vw,.95rem)}.gallery-detail__main-image-preview{transform:scale(1.02);filter:blur(14px) saturate(.94)}}@keyframes gallery-detail-image-spin{to{transform:rotate(360deg)}}@keyframes gallery-detail-coach-hint-enter{0%{opacity:0;transform:translate(-50%,6px)}to{opacity:1;transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.gallery-detail__video-sound-toast[data-state=fading]{transition:none}.gallery-detail__video-sound-button,.gallery-detail__video-sound-button:hover,.gallery-detail__video-sound-button:active{transition:none;transform:none}.gallery-detail__coach-hint,.pswp__gallery-coach-hint,.gallery-detail__main-image-preview,.gallery-detail__main-image,.gallery-detail__main-image-loading-dot{animation:none;transition:none}}@media(max-width:360px){.gallery-detail__video-sound-button-label{display:none}}.gallery-image-notice{box-sizing:border-box;width:min(100%,calc(100vw - 2rem));max-width:120ch;margin:2rem auto 2.5rem;padding:0 1rem;text-align:center;color:#6b7280;font-size:.78rem;line-height:1.4}.gallery-image-notice__line{margin:0}.gallery-image-notice__line+.gallery-image-notice__line{margin-top:.35rem}.gallery-image-notice__link{color:inherit;text-decoration:underline;text-underline-offset:2px}.gallery-image-notice__link:hover{color:#374151}.gallery-image-notice__link:focus-visible{border-radius:1px;outline:2px solid #111827;outline-offset:3px}.gallery-image-notice__nav{margin-top:.45rem}.saved-galleries{display:grid;gap:1.25rem}.saved-galleries__section{display:grid;gap:.75rem}.saved-galleries__section-title{margin:0;color:#111827;font-size:.85rem;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.saved-galleries__list{display:grid;gap:.75rem}.saved-galleries__item{display:grid;gap:.5rem}.saved-galleries__entry{display:grid;grid-template-columns:88px minmax(0,1fr);gap:.75rem;align-items:start;color:inherit;text-decoration:none}.saved-galleries__entry:hover .saved-galleries__title{text-decoration:underline}.saved-galleries__entry:focus-visible{outline:3px solid #111827;outline-offset:3px}.saved-galleries__thumb{display:block;width:88px;height:66px;border-radius:12px;object-fit:cover;background:#f3f4f6}.saved-galleries__thumb--placeholder{display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.72rem;font-weight:700;line-height:1.2;text-align:center}.saved-galleries__content{min-width:0}.saved-galleries__title,.saved-galleries__summary,.saved-galleries__empty{margin:0}.saved-galleries__title{color:#111827;font-size:.9rem;font-weight:700;line-height:1.35}.saved-galleries__summary{margin-top:.18rem;color:#4b5563;font-size:.8rem;line-height:1.35}.saved-galleries__remove{justify-self:start;padding:0;border:0;background:none;color:#b91c1c;font:inherit;font-size:.78rem;font-weight:700;line-height:1.2;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.saved-galleries__remove:hover{color:#991b1b}.saved-galleries__remove:focus-visible{outline:3px solid #b91c1c;outline-offset:3px}.saved-galleries__empty{color:#6b7280;font-size:.88rem;line-height:1.45}@media(max-width:45em){.saved-galleries__entry{grid-template-columns:64px minmax(0,1fr);gap:.6rem;align-items:center}.saved-galleries__thumb{width:64px;height:48px;border-radius:10px}.saved-galleries__title--collapsible{display:none}.saved-galleries__title--collapsible+.saved-galleries__summary{margin-top:0;color:#111827;font-size:.86rem;font-weight:700}}.app-proxy-gallery-saved-panel{margin:0;padding:0;border:0;max-width:none;height:auto;overflow:hidden;position:fixed;inset:0 0 0 auto;z-index:var(--app-proxy-gallery-overlay-z-index, 999999);display:none;flex-direction:column;box-sizing:border-box;width:min(400px,100vw);max-height:100vh;max-height:100dvh;border-left:1px solid #d1d5db;background:#fff;box-shadow:-12px 0 36px #11182740;color:#111827;text-align:left}.app-proxy-gallery-saved-panel[open]{display:flex}.app-proxy-gallery-saved-panel::backdrop{background:transparent}.app-proxy-gallery-saved-panel__header{display:flex;flex:none;gap:1rem;align-items:center;justify-content:space-between;padding:1rem 1rem .75rem;border-bottom:1px solid #e5e7eb}.app-proxy-gallery-saved-panel__title{margin:0;font-size:.95rem;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.app-proxy-gallery-saved-panel__close{flex:none;padding:.4rem .75rem;border:1px solid #d1d5db;border-radius:8px;background:#fff;color:#111827;font:inherit;font-size:.8rem;font-weight:700;line-height:1.2;cursor:pointer}.app-proxy-gallery-saved-panel__close:hover{background:#f3f4f6}.app-proxy-gallery-saved-panel__close:focus-visible{outline:3px solid #111827;outline-offset:2px}.app-proxy-gallery-saved-panel__body{flex:1 1 auto;min-height:0;padding:1rem;overflow-y:auto;overscroll-behavior:contain}.app-proxy-gallery-saved-panel__storage-note{margin:1.25rem 0 0;padding-top:.75rem;border-top:1px solid #e5e7eb;color:#6b7280;font-size:.75rem;line-height:1.45}@media(max-width:45em){.app-proxy-gallery-saved-panel{width:100vw;border-left:0}}#app-proxy-gallery-detail-pilot{display:block;box-sizing:border-box;max-width:1500px;margin:0 auto;text-align:left}#app-proxy-gallery-detail-pilot{--app-proxy-gallery-overlay-z-index: 999999}#app-proxy-gallery-detail-pilot *,#app-proxy-gallery-detail-pilot *:before,#app-proxy-gallery-detail-pilot *:after{box-sizing:border-box}#app-proxy-gallery-detail-pilot{color:#111827;font-size:16px;line-height:1.5}#app-proxy-gallery-detail-pilot .app-proxy-gallery-detail__notice{margin:0 0 .75rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;color:#4b5563;font-size:.8125rem;line-height:1.4}#app-proxy-gallery-detail-pilot .gallery-detail__main-image-button:focus-visible{outline:3px solid #111!important;outline-offset:4px!important}
