:root{--sn-white:#fff;--sn-line:rgba(255,255,255,.11);--sn-bg:#050505}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--sn-bg)}
html,body{margin:0;padding:0;background:var(--sn-bg);color:#fff;font-family:Inter,"Helvetica Neue",Arial,sans-serif}
body{min-height:100vh;overflow-x:hidden}
a{color:inherit}
img,video{max-width:100%}

.shum-nav{position:fixed;top:0;left:0;width:100%;z-index:99999;padding:14px 22px;font-family:Inter,"Helvetica Neue",Arial,sans-serif;box-sizing:border-box;transition:background .25s,border-color .25s,backdrop-filter .25s,-webkit-backdrop-filter .25s}
.shum-nav.scrolled{background:rgba(6,6,6,.82);border-bottom:1px solid var(--sn-line);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.shum-nav *{box-sizing:border-box}
.shum-nav__inner{max-width:1540px;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:26px}
.shum-nav__brand{display:flex;align-items:center;text-decoration:none;min-width:105px;min-height:42px}
.shum-nav__logo{display:none;width:112px;max-height:42px;height:auto;object-fit:contain;object-position:left center}
.shum-nav__brand.has-logo .shum-nav__logo{display:block}
.shum-nav__brand.has-logo .shum-nav__logo-fallback{display:none}
.shum-nav__logo-fallback{font-size:24px;font-weight:850;letter-spacing:-.06em;line-height:1}
.shum-nav__links{display:flex;justify-content:center;align-items:center;gap:20px;min-width:0}
.shum-nav__link{position:relative;color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none;font-size:10px;font-weight:550;letter-spacing:.13em;text-transform:uppercase;white-space:nowrap;opacity:.7;transition:opacity .2s}
.shum-nav__link:hover{opacity:1}
.shum-nav__link:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:1px;background:#fff;transform:scaleX(0);transition:transform .2s}
.shum-nav__link:hover:after{transform:scaleX(1)}
.shum-nav__right{display:flex;align-items:center;gap:8px}
.shum-nav__scene{height:40px;padding:0 14px;border:1px solid rgba(255,255,255,.17);border-radius:99px;display:inline-flex;align-items:center;color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none;font-size:9px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;background:rgba(255,255,255,.025)}
.shum-nav__circle{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-size:11px;font-weight:700}
.shum-nav__call{background:#fff!important;color:#090909!important;-webkit-text-fill-color:#090909!important}
.shum-nav__max{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.04);color:#fff!important;-webkit-text-fill-color:#fff!important}
.shum-nav__burger{display:none;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.16);background:rgba(0,0,0,.25);padding:0;position:relative;cursor:pointer}
.shum-nav__burger span{position:absolute;left:12px;width:16px;height:1px;background:#fff;transition:.2s}
.shum-nav__burger span:nth-child(1){top:15px}.shum-nav__burger span:nth-child(2){top:20px}.shum-nav__burger span:nth-child(3){top:25px}
.shum-nav.open .shum-nav__burger span:nth-child(1){top:20px;transform:rotate(45deg)}.shum-nav.open .shum-nav__burger span:nth-child(2){opacity:0}.shum-nav.open .shum-nav__burger span:nth-child(3){top:20px;transform:rotate(-45deg)}
.shum-nav__mobile{display:none}

.shum-hero{position:relative;width:100%;height:100vh;height:100svh;min-height:680px;overflow:hidden;background:#050505;color:#fff;font-family:Arial,Helvetica,sans-serif}
.shum-hero__video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden;background:#050505}
.shum-hero__poster,.shum-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block}
.shum-hero__poster{z-index:0;opacity:0;transition:opacity .35s ease}
.shum-hero__poster.is-ready{opacity:1}
.shum-hero__video{z-index:1;opacity:0;transition:opacity .5s ease}
.shum-hero__video.is-ready{opacity:1}
.shum-hero__overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.24) 0%,rgba(0,0,0,.18) 32%,rgba(0,0,0,.62) 100%)}
.shum-hero__content{position:relative;z-index:2;height:100%;max-width:1500px;margin:0 auto;padding:0 64px 56px;display:flex;flex-direction:column;justify-content:flex-end;box-sizing:border-box}
.shum-hero__eyebrow{margin-bottom:18px;font-size:14px;line-height:1;letter-spacing:.22em;text-transform:uppercase;opacity:.78}
.shum-hero__logo-wrap{width:min(52vw,760px);max-width:100%;min-height:100px;display:flex;align-items:flex-end}
.shum-hero__logo{display:none;width:100%;height:auto;max-height:220px;object-fit:contain;object-position:left bottom}
.shum-hero__logo-wrap.has-logo .shum-hero__logo{display:block}
.shum-hero__logo-wrap.has-logo .shum-hero__logo-fallback{display:none}
.shum-hero__logo-fallback{font-size:clamp(92px,16vw,240px);font-weight:850;letter-spacing:-.075em;line-height:.78}
.shum-hero__subtitle{margin-top:28px;max-width:760px;font-size:clamp(18px,1.55vw,27px);line-height:1.35;font-weight:400;opacity:.94}
.shum-hero__services{margin-top:22px;display:flex;flex-wrap:wrap;gap:10px 18px;font-size:13px;letter-spacing:.12em;text-transform:uppercase;opacity:.72}
.shum-hero__actions{margin-top:30px;display:flex;flex-wrap:wrap;gap:12px}
.shum-hero__btn{min-height:54px;padding:0 26px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;text-decoration:none;font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:transform .25s ease,background .25s ease,color .25s ease}
.shum-hero__btn:hover{transform:translateY(-2px)}
.shum-hero__btn--primary{background:#fff!important;color:#090909!important;border:1px solid #fff!important}
.shum-hero__btn--secondary{color:#fff!important;background:rgba(0,0,0,.42)!important;border:1px solid rgba(255,255,255,.58)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.shum-hero__bottom{margin-top:34px;padding-top:18px;border-top:1px solid rgba(255,255,255,.18);display:flex;justify-content:space-between;align-items:center;gap:20px}
.shum-hero__location,.shum-hero__scroll{font-size:12px;letter-spacing:.14em;text-transform:uppercase;opacity:.68}
.shum-hero__scroll{color:#fff;text-decoration:none}
.shum-hero__source{display:none;position:absolute;z-index:5;right:20px;bottom:20px;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(0,0,0,.3);font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:#ff8f88;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.shum-hero__source.is-error{display:block}

@media(max-width:1260px){.shum-nav__links{gap:13px}.shum-nav__link{font-size:9px;letter-spacing:.1em}.shum-nav__scene{display:none}}
@media(max-width:980px){
 .shum-nav{padding:11px 14px}.shum-nav__inner{grid-template-columns:1fr auto}.shum-nav__links,.shum-nav__right{display:none}.shum-nav__burger{display:block}.shum-nav__logo{width:102px;max-height:38px}
 .shum-nav__mobile{display:block;position:absolute;top:calc(100% + 7px);left:10px;right:10px;background:rgba(7,7,7,.97);border:1px solid rgba(255,255,255,.09);border-radius:22px;padding:17px;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s;max-height:calc(100vh - 90px);overflow:auto;overscroll-behavior:contain}
 .shum-nav.open .shum-nav__mobile{opacity:1;visibility:visible;transform:none}
 .shum-nav__mobile-link{min-height:44px;border-bottom:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;align-items:center;color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none;font-size:11px;font-weight:550;letter-spacing:.11em;text-transform:uppercase}
 .shum-nav__mobile-link small{font-size:8px;color:rgba(255,255,255,.38);-webkit-text-fill-color:rgba(255,255,255,.38)}
 .shum-nav__mobile-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}
 .shum-nav__mobile-btn{height:47px;border-radius:99px;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
 .shum-nav__mobile-call{background:#fff!important;color:#090909!important;-webkit-text-fill-color:#090909!important}
 .shum-nav__mobile-max{border:1px solid rgba(255,255,255,.17);color:#fff!important;-webkit-text-fill-color:#fff!important}
 .shum-nav__mobile-scene{margin-top:8px;width:100%;height:46px;border:1px solid rgba(255,255,255,.12);border-radius:99px;display:flex;align-items:center;justify-content:center;color:#fff!important;-webkit-text-fill-color:#fff!important;text-decoration:none;font-size:9px;letter-spacing:.1em;text-transform:uppercase}
 .shum-hero{min-height:640px}
 .shum-hero__content{padding:0 34px 38px}
 .shum-hero__logo-wrap{width:min(68vw,650px)}
}
@media(max-width:640px){
 .shum-hero{height:100svh;min-height:620px}
 .shum-hero__overlay{background:linear-gradient(180deg,rgba(0,0,0,.22) 0%,rgba(0,0,0,.28) 34%,rgba(0,0,0,.78) 100%)}
 .shum-hero__content{padding:0 20px 24px}
 .shum-hero__eyebrow{margin-bottom:12px;font-size:11px;letter-spacing:.18em}
 .shum-hero__logo-wrap{width:min(78vw,430px);min-height:70px}
 .shum-hero__logo{max-height:140px}
 .shum-hero__logo-fallback{font-size:clamp(78px,27vw,140px)}
 .shum-hero__subtitle{margin-top:18px;max-width:94%;font-size:17px;line-height:1.38}
 .shum-hero__services{margin-top:16px;gap:8px 12px;font-size:10px;line-height:1.45}
 .shum-hero__actions{margin-top:22px;gap:9px}
 .shum-hero__btn{min-height:52px;padding:0 18px;font-size:12px;font-weight:800;line-height:1.1;text-align:center;opacity:1!important;-webkit-text-fill-color:currentColor}
 .shum-hero__btn--primary{-webkit-text-fill-color:#090909!important}
 .shum-hero__btn--secondary{background:rgba(0,0,0,.52)!important;-webkit-text-fill-color:#fff!important;border-color:rgba(255,255,255,.72)!important}
 .shum-hero__bottom{margin-top:24px;padding-top:14px}
 .shum-hero__location,.shum-hero__scroll{font-size:9px;letter-spacing:.12em}
 .shum-hero__source{right:14px;bottom:12px;max-width:calc(100% - 28px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}
@media(max-width:420px){.shum-hero__actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.shum-hero__btn{width:100%;padding-left:10px;padding-right:10px;min-width:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.shum-nav,.shum-nav__mobile,.shum-nav__burger span,.shum-nav__link:after,.shum-hero__poster,.shum-hero__video,.shum-hero__btn{transition:none!important}.shum-hero__btn:hover{transform:none}}


.shum-about{position:relative;width:100%;background:#080808;color:#fff;overflow:hidden;font-family:Arial,Helvetica,sans-serif;scroll-margin-top:72px}
.shum-about__inner{max-width:1500px;margin:0 auto;padding:110px 64px 84px;box-sizing:border-box}
.shum-about__grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:72px;align-items:start}
.shum-about__eyebrow{margin-bottom:20px;font-size:12px;line-height:1;letter-spacing:.18em;text-transform:uppercase;opacity:.5}
.shum-about__title{margin:0;max-width:920px;font-size:clamp(48px,5.8vw,96px);line-height:.94;letter-spacing:-.055em;font-weight:800;text-transform:uppercase}
.shum-about__lead{margin-top:34px;max-width:830px;font-size:clamp(18px,1.5vw,26px);line-height:1.45;opacity:.95}
.shum-about__text{margin-top:18px;max-width:820px;font-size:16px;line-height:1.65;opacity:.68}
.shum-about__services{margin-top:46px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.12)}
.shum-about__service{min-height:118px;padding:22px 24px 20px 0;border-bottom:1px solid rgba(255,255,255,.12);box-sizing:border-box}
.shum-about__service:nth-child(odd){padding-right:34px;border-right:1px solid rgba(255,255,255,.12)}
.shum-about__service:nth-child(even){padding-left:34px}
.shum-about__service-title{font-size:15px;line-height:1.2;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.shum-about__service-text{margin-top:9px;font-size:14px;line-height:1.5;opacity:.56}
.shum-about__media{position:sticky;top:86px}
.shum-about__video-card{position:relative;width:100%;aspect-ratio:9/16;overflow:hidden;border-radius:26px;background:#101010;border:1px solid rgba(255,255,255,.12);box-shadow:0 28px 80px rgba(0,0,0,.35)}
.shum-about__video{width:100%;height:100%;display:block;object-fit:cover;object-position:center center;background:#101010}
.shum-about__video-overlay{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.08) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,.58) 100%)}
.shum-about__video-card.is-loading::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(110deg,#101010 8%,#181818 18%,#101010 33%);background-size:200% 100%;animation:shumAboutLoad 1.2s linear infinite}
@keyframes shumAboutLoad{to{background-position-x:-200%}}
.shum-about__arrow{position:absolute;top:50%;z-index:5;width:28px;height:42px;margin-top:-21px;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(0,0,0,.28);color:#fff;-webkit-text-fill-color:#fff;display:grid;place-items:center;font:300 23px/1 Arial,sans-serif;cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);opacity:.76;transition:opacity .2s ease,transform .2s ease,background .2s ease}
.shum-about__arrow:hover{opacity:1;background:rgba(0,0,0,.58);transform:scale(1.04)}
.shum-about__arrow--prev{left:10px}
.shum-about__arrow--next{right:10px}
.shum-about__arrow[hidden]{display:none}
.shum-about__video{cursor:pointer}
.shum-about__controls{position:absolute;left:12px;right:12px;bottom:10px;z-index:6;display:grid;grid-template-columns:28px 28px minmax(0,1fr) 28px 58px 28px;align-items:center;gap:6px;padding:4px 7px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(5,5,5,.46);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:.88;transition:opacity .2s ease,background .2s ease}
.shum-about__video-card:hover .shum-about__controls,.shum-about__controls:focus-within{opacity:1;background:rgba(5,5,5,.68)}
.shum-about__control-btn{width:28px;height:26px;border:0;border-radius:9px;background:transparent;color:#fff;display:grid;place-items:center;cursor:pointer;padding:0;opacity:.82;transition:opacity .18s ease,background .18s ease}
.shum-about__control-btn:hover,.shum-about__control-btn.is-active{opacity:1;background:rgba(255,255,255,.10)}
.shum-about__control-btn svg{width:14px;height:14px;display:block;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.shum-about__seek,.shum-about__volume{width:100%;height:12px;margin:0;appearance:none;-webkit-appearance:none;background:transparent;cursor:pointer}
.shum-about__seek::-webkit-slider-runnable-track,.shum-about__volume::-webkit-slider-runnable-track{height:2px;border-radius:99px;background:linear-gradient(to right,#fff 0 var(--range-fill,0%),rgba(255,255,255,.23) var(--range-fill,0%) 100%)}
.shum-about__seek::-moz-range-track,.shum-about__volume::-moz-range-track{height:2px;border-radius:99px;background:rgba(255,255,255,.23)}
.shum-about__seek::-moz-range-progress,.shum-about__volume::-moz-range-progress{height:2px;border-radius:99px;background:#fff}
.shum-about__seek::-webkit-slider-thumb,.shum-about__volume::-webkit-slider-thumb{-webkit-appearance:none;width:8px;height:8px;border-radius:50%;background:#fff;border:0;margin-top:-3px}
.shum-about__seek::-moz-range-thumb,.shum-about__volume::-moz-range-thumb{width:8px;height:8px;border-radius:50%;background:#fff;border:0}
.shum-about__video-card:fullscreen{width:min(100vw,100vh * .5625);height:100vh;max-width:none;aspect-ratio:9/16;margin:auto;border-radius:0;border:0;background:#000}
.shum-about__video-card:fullscreen .shum-about__video{object-fit:contain;background:#000}
.shum-about__video-card:fullscreen .shum-about__controls{left:18px;right:18px;bottom:16px}
.shum-about__video-card:fullscreen .shum-about__arrow--prev{left:14px}
.shum-about__video-card:fullscreen .shum-about__arrow--next{right:14px}
.shum-about__video-card:-webkit-full-screen{width:100%;height:100%;border-radius:0;background:#000}
.shum-about__flow{margin-top:68px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);display:flex;flex-wrap:wrap;gap:10px 14px;font-size:12px;line-height:1.5;letter-spacing:.14em;text-transform:uppercase;opacity:.68}
.shum-about__flow span::after{content:"→";margin-left:14px;opacity:.45}
.shum-about__flow span:last-child::after{display:none}
.shum-reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.7,.2,1)}
.shum-reveal.is-visible{opacity:1;transform:none}

@media(max-width:1100px){.shum-about__inner{padding:90px 36px 72px}.shum-about__grid{gap:44px;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}}
@media(max-width:820px){.shum-about{scroll-margin-top:64px}.shum-about__inner{padding:72px 24px 58px}.shum-about__grid{grid-template-columns:1fr;gap:38px}.shum-about__media{position:relative;top:auto;width:min(100%,520px)}.shum-about__video-card{border-radius:20px}.shum-about__services{margin-top:36px}.shum-about__flow{margin-top:48px}}
@media(max-width:560px){.shum-about__inner{padding:58px 18px 46px}.shum-about__title{font-size:clamp(42px,13vw,68px);line-height:.96}.shum-about__lead{margin-top:24px;font-size:18px;line-height:1.45}.shum-about__text{margin-top:14px;font-size:14px;line-height:1.6}.shum-about__services{grid-template-columns:1fr 1fr;margin-top:30px}.shum-about__service{min-height:104px;padding-top:18px;padding-bottom:18px}.shum-about__service:nth-child(odd){padding-right:14px}.shum-about__service:nth-child(even){padding-left:14px}.shum-about__service-title{font-size:12px;letter-spacing:.04em}.shum-about__service-text{margin-top:7px;font-size:12px;line-height:1.45}.shum-about__video-label{left:16px;right:16px;bottom:72px}.shum-about__video-brand{font-size:10px}.shum-about__video-meta{font-size:8px}.shum-about__flow{margin-top:36px;padding-top:18px;gap:8px 10px;font-size:9px;letter-spacing:.1em}.shum-about__flow span::after{margin-left:10px}}
@media(prefers-reduced-motion:reduce){.shum-reveal{opacity:1;transform:none;transition:none}}

@media(max-width:560px){.shum-about__controls{left:8px;right:8px;bottom:8px;grid-template-columns:26px 26px minmax(0,1fr) 26px 46px 26px;gap:4px;padding:4px 5px;border-radius:12px}.shum-about__control-btn{width:26px;height:24px}.shum-about__control-btn svg{width:13px;height:13px}.shum-about__video-label{bottom:50px}}

@media(max-width:560px){
  .shum-about__arrow{width:26px;height:40px;margin-top:-20px;font-size:22px}
  .shum-about__arrow--prev{left:8px}
  .shum-about__arrow--next{right:8px}
}
@media(prefers-reduced-motion:reduce){
  .shum-about__video-card.is-loading::before{animation:none}
  .shum-about__arrow{transition:none}
}


.shum-about__center-play{
  position:absolute;left:50%;top:50%;z-index:6;transform:translate(-50%,-50%);
  width:64px;height:64px;border:1px solid rgba(255,255,255,.28);border-radius:50%;
  background:rgba(0,0,0,.34);color:#fff;display:grid;place-items:center;
  font:400 24px/1 Arial,sans-serif;cursor:pointer;
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  transition:opacity .18s ease,transform .18s ease,background .18s ease
}
.shum-about__center-play:hover{background:rgba(0,0,0,.58);transform:translate(-50%,-50%) scale(1.04)}
.shum-about__center-play.is-hidden{opacity:0;pointer-events:none}
.shum-about__fullscreen-close{
  display:none;position:absolute;z-index:9;right:18px;top:18px;width:38px;height:38px;
  border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(0,0,0,.42);
  color:#fff;font:300 24px/1 Arial,sans-serif;cursor:pointer;
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)
}
.shum-about__video-card:fullscreen{background:#000;border-radius:0;display:grid;place-items:center}
.shum-about__video-card:fullscreen .shum-about__video{width:100%;height:100%;object-fit:contain;background:#000}
.shum-about__video-card:fullscreen .shum-about__fullscreen-close{display:grid;place-items:center}
.shum-about__video-card:fullscreen .shum-about__controls{left:50%;right:auto;bottom:22px;transform:translateX(-50%);width:min(760px,calc(100% - 32px))}
.shum-about__video-card:fullscreen .shum-about__arrow--prev{left:18px}
.shum-about__video-card:fullscreen .shum-about__arrow--next{right:18px}

.shum-about__controls{
  grid-template-columns:minmax(0,1fr) auto 68px 28px 28px!important;
  gap:8px!important;padding:6px 8px!important;min-height:36px!important
}
.shum-about__text-btn{
  height:24px;padding:0 8px;border:0;border-radius:999px;background:rgba(255,255,255,.07);
  color:#fff;font:600 8px/1 Arial,Helvetica,sans-serif;letter-spacing:.03em;white-space:nowrap;cursor:pointer
}
.shum-about__text-btn:hover{background:rgba(255,255,255,.14)}
.shum-about__icon-btn{
  width:28px;height:24px;border:0;border-radius:999px;background:rgba(255,255,255,.07);
  color:#fff;font:600 14px/1 Arial,sans-serif;display:grid;place-items:center;cursor:pointer;padding:0
}
.shum-about__icon-btn:hover,.shum-about__icon-btn.is-active{background:rgba(255,255,255,.16)}
.shum-about__seek,.shum-about__volume{height:12px!important}
.shum-about__seek::-webkit-slider-thumb,.shum-about__volume::-webkit-slider-thumb{width:8px!important;height:8px!important;margin-top:-3px!important}
.shum-about__seek::-moz-range-thumb,.shum-about__volume::-moz-range-thumb{width:8px!important;height:8px!important}

@media(max-width:560px){
  .shum-about__center-play{width:56px;height:56px;font-size:21px}
  .shum-about__controls{
    grid-template-columns:minmax(0,1fr) auto 48px 26px 26px!important;
    gap:5px!important;padding:5px 6px!important;left:8px!important;right:8px!important;bottom:8px!important
  }
  .shum-about__text-btn{font-size:7px;padding:0 6px}
  .shum-about__icon-btn{width:26px;height:22px;font-size:12px}
  .shum-about__fullscreen-close{right:10px;top:10px}
}


/* Fullscreen: preserve the source video's native aspect ratio */
.shum-about__video-card:fullscreen,
.shum-about__video-card:-webkit-full-screen{
  width:100vw!important;
  height:100vh!important;
  max-width:none!important;
  aspect-ratio:auto!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:#000!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.shum-about__video-card:fullscreen .shum-about__video,
.shum-about__video-card:-webkit-full-screen .shum-about__video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#000!important;
}

.shum-works{background:#080808;color:#fff;padding:88px 20px;scroll-margin-top:70px;font-family:Arial,sans-serif}.shum-works *{box-sizing:border-box}.sw{max-width:1400px;margin:auto}.swtop{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.swtop h2{margin:0;font-size:clamp(48px,7vw,100px);line-height:.9;letter-spacing:-.05em}.swtop p{max-width:460px;color:#999;line-height:1.6}.filters{display:flex;gap:8px;overflow:auto;padding-bottom:22px;scrollbar-width:none}.filters::-webkit-scrollbar{display:none}.filter{flex:none;border:1px solid #333;background:none;color:#fff;border-radius:99px;padding:11px 17px;cursor:pointer}.filter.on{background:#fff;color:#111}.swbar{display:flex;justify-content:flex-end;margin-bottom:9px}.swbar button{height:36px;padding:0 14px;border:1px solid #333;border-radius:99px;background:none;color:#aaa;font-size:9px;font-weight:700}.player{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,1fr);border:1px solid #292929;border-radius:24px;overflow:hidden;background:#111}.now{position:relative;aspect-ratio:9/16;overflow:hidden;background:#0d0d0d}.stage{position:absolute;inset:0}.stage img,.stage video{width:100%;height:100%;display:block}.stage img{object-fit:cover;filter:brightness(.8);cursor:zoom-in}.stage video{object-fit:contain;background:#050505}.shade{position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(transparent 35%,rgba(0,0,0,.94))}.info{position:absolute;z-index:5;left:0;right:0;bottom:0;padding:24px 26px}.artist{font-size:9px;letter-spacing:.18em;color:#aaa;text-transform:uppercase}.title{margin:7px 0 17px;font-size:clamp(22px,2.25vw,34px);font-weight:650}.controls{display:flex;gap:9px;align-items:center}.controls button{width:42px;height:42px;border:1px solid #777;border-radius:50%;background:#1119;color:#fff;font-size:18px}.controls .play{width:54px;height:54px;background:#fff;color:#111}.controls .about{display:none;width:auto;padding:0 14px;border-radius:99px;font-size:9px}.controls .about.on{display:block}.progress{width:100%;margin-top:16px;accent-color:#fff}.times{display:flex;justify-content:space-between;color:#aaa;font-size:10px}.playlist{display:flex;flex-direction:column;min-height:0;overflow:hidden}.listhead{height:70px;flex:0 0 70px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #292929;font-size:11px}.listhead label{display:flex;gap:7px;color:#888}.listhead input{width:75px}.list{flex:1 1 0;height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#ef291f #151515}.track{display:grid;grid-template-columns:26px 52px 1fr;gap:12px;align-items:center;padding:11px 18px;border-bottom:1px solid #222;cursor:pointer}.track:hover,.track.on{background:#191919}.track img{width:52px;height:52px;border-radius:8px;object-fit:cover}.num,.ta{font-size:10px;color:#888}.ta{text-transform:uppercase}.tt{font-size:14px;font-weight:600;margin-top:4px}.empty{padding:22px;color:#888}.marr{display:none;position:absolute;z-index:8;top:50%;width:30px;height:44px;transform:translateY(-50%);border:1px solid #ffffff30;border-radius:14px;background:#0007;color:#fff;font-size:22px}.marr.on{display:block}.marr.prev{left:10px}.marr.next{right:10px}.mcount{display:none;position:absolute;z-index:8;top:16px;right:16px;padding:7px 10px;border:1px solid #ffffff30;border-radius:99px;background:#0007;font-size:9px}.mcount.on{display:block}.vplay{display:none;position:absolute;z-index:9;left:50%;top:50%;transform:translate(-50%,-50%);width:60px;height:60px;border:1px solid #ffffff55;border-radius:50%;background:#0007;color:#fff;font-size:20px}.vplay.on{display:block}.vui{display:none;position:absolute;z-index:9;left:14px;right:14px;top:14px;grid-template-columns:auto 70px auto auto;gap:7px;align-items:center;padding:5px 8px 9px;border:1px solid #ffffff25;border-radius:12px;background:#08080890;backdrop-filter:blur(12px)}.vui.on{display:grid}.vui button{height:26px;border:1px solid #ffffff30;border-radius:99px;background:#ffffff0a;color:#fff;font-size:8px}.vui span{font-size:8px;color:#bbb}.vui input{min-width:0}.vui #videoSeek{position:absolute;left:8px;right:8px;bottom:-5px;width:calc(100% - 16px);accent-color:#ef291f}.story{position:absolute;inset:0;z-index:12;background:#080808fa;transform:translateY(102%);transition:.28s;display:flex;flex-direction:column}.story.on{transform:none}.storyhead{height:70px;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #292929}.storyhead small{color:#777;font-size:9px}.storyhead button{width:40px;height:40px;border:1px solid #333;border-radius:50%;background:none;color:#fff;font-size:20px}.storybody{overflow:auto;padding:22px;color:#d0d0d0;font-size:13px;line-height:1.72}.storybody img,.storybody video,.storybody audio,.storybody iframe,.storybody figure{display:none!important}.lightbox,.vfull{position:fixed;inset:0;z-index:1000000;display:none;align-items:center;justify-content:center;background:#000e}.lightbox.on,.vfull.on{display:flex}.lightbox img{max-width:94vw;max-height:90vh;object-fit:contain}.lightbox>button,.vfull>button{position:fixed;z-index:2;top:18px;right:18px;width:44px;height:44px;border:1px solid #ffffff40;border-radius:50%;background:#05050599;color:#fff;font-size:22px}.vfull video{width:100%;height:100%;object-fit:contain;background:#050505}.vfbar{position:fixed;z-index:2;left:50%;bottom:18px;transform:translateX(-50%);width:min(760px,calc(100vw - 36px));display:flex;align-items:center;gap:9px;padding:7px 9px;border:1px solid #ffffff30;border-radius:15px;background:#05050599}.vfbar button{height:30px;border:1px solid #ffffff30;border-radius:99px;background:#ffffff0a;color:#fff}.vfbar input{min-width:0;flex:1}.vfbar span{font-size:9px;color:#bbb;white-space:nowrap}.swseo{margin-top:18px;padding:16px 18px;border-top:1px solid #242424;color:#8f8f8f;font-size:12px;line-height:1.65}.swseo h3{margin:0 0 8px;color:#fff;font-size:12px}.collapsed{display:block}.collapsed .playlist{display:none}.collapsed .now{aspect-ratio:auto;height:108px}.collapsed .stage{width:108px;right:auto}.collapsed .shade,.collapsed .marr,.collapsed .mcount,.collapsed .vui,.collapsed .vplay{display:none!important}.collapsed .info{left:108px;padding:14px 18px}.collapsed .title{font-size:20px;margin:4px 0 8px}.collapsed .times{display:none}.collapsed .progress{margin-top:6px}.collapsed .about{display:none!important}@media(max-width:820px){.shum-works{padding:64px 14px}.swtop{display:block}.swtop p{margin-top:18px}.player{grid-template-columns:1fr}.now{width:min(100%,420px);margin:auto}.playlist{height:auto}.list{height:auto;max-height:380px;flex:none}.collapsed .now{width:100%;height:92px;margin:0}.collapsed .stage{width:92px}.collapsed .info{left:92px;padding:10px 12px}}@media(max-width:560px){.track{grid-template-columns:20px 46px 1fr;padding:9px 10px;gap:8px}.track img{width:46px;height:46px}.vui{left:8px;right:8px;grid-template-columns:auto 50px auto auto}.vui span,.vfbar span{display:none}.info{padding:17px 18px}.controls button{width:38px;height:38px}.controls .play{width:46px;height:46px}}

/* SHUM UI STANDARD v16 — miniature controls */
:root{--shum-accent:#ef5a24}
.storybody,.shum-player__story-body{
  scrollbar-width:thin;
  scrollbar-color:var(--shum-accent) rgba(255,255,255,.055);
}
.storybody::-webkit-scrollbar,.shum-player__story-body::-webkit-scrollbar{width:7px}
.storybody::-webkit-scrollbar-track,.shum-player__story-body::-webkit-scrollbar-track{
  background:linear-gradient(90deg,transparent 2px,rgba(255,255,255,.08) 2px,rgba(255,255,255,.08) 4px,transparent 4px)
}
.storybody::-webkit-scrollbar-thumb,.shum-player__story-body::-webkit-scrollbar-thumb{
  min-height:22px;
  border:2px solid transparent;
  border-radius:999px;
  background:var(--shum-accent);
  background-clip:padding-box
}
.storybody::-webkit-scrollbar-button,.shum-player__story-body::-webkit-scrollbar-button{display:none;width:0;height:0}
.storybody::-webkit-scrollbar-thumb:hover,.shum-player__story-body::-webkit-scrollbar-thumb:hover{background:#ff6a2f;background-clip:padding-box}

/* universal miniature ranges inside SHUM player */
#works input[type="range"],.vfull input[type="range"]{appearance:none;-webkit-appearance:none;background:transparent}
#works input[type="range"]::-webkit-slider-runnable-track,.vfull input[type="range"]::-webkit-slider-runnable-track{height:2px;border-radius:999px;background:rgba(255,255,255,.24)}
#works input[type="range"]::-webkit-slider-thumb,.vfull input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;width:7px;height:7px;margin-top:-2.5px;border:0;border-radius:50%;background:var(--shum-accent)}
#works input[type="range"]::-moz-range-track,.vfull input[type="range"]::-moz-range-track{height:2px;border:0;border-radius:999px;background:rgba(255,255,255,.24)}
#works input[type="range"]::-moz-range-thumb,.vfull input[type="range"]::-moz-range-thumb{width:7px;height:7px;border:0;border-radius:50%;background:var(--shum-accent)}

/* SHUM PLAYER v20 — overlay controls hard fix */
#worksLightbox #worksLbClose,#worksVFull #worksVFullClose{
 position:fixed!important;top:16px!important;right:16px!important;left:auto!important;bottom:auto!important;
 transform:none!important;z-index:1000010!important;width:42px!important;height:42px!important;
 border-radius:50%!important;
}
#worksLightbox #worksLbPrev,#worksVFull #worksFsPrev{
 position:fixed!important;top:50%!important;left:18px!important;right:auto!important;bottom:auto!important;
 transform:translateY(-50%)!important;z-index:1000008!important;width:32px!important;height:50px!important;
}
#worksLightbox #worksLbNext,#worksVFull #worksFsNext{
 position:fixed!important;top:50%!important;right:18px!important;left:auto!important;bottom:auto!important;
 transform:translateY(-50%)!important;z-index:1000008!important;width:32px!important;height:50px!important;
}
