.ds-story{min-height:800px;display:grid;grid-template-columns:1.12fr .88fr;position:relative;background:#10151a;color:#fff;overflow:hidden}.ds-story-visual{position:relative;min-height:800px;overflow:hidden}.ds-story-img{position:absolute;inset:0;background-position:center;background-size:cover;transition:transform 1s}.ds-story-visual:hover .ds-story-img{transform:scale(1.035)}.ds-story-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,10,15,.65),transparent 55%)}.ds-story-code{position:absolute;left:48px;bottom:38px;z-index:2;font-size:9px;letter-spacing:.2em;color:rgba(255,255,255,.7)}.ds-story-panel{position:relative;z-index:2;padding:120px 11% 90px;background:#11171c}.ds-story-panel h2{color:#fff}.ds-story-panel>p{max-width:530px;margin:30px 0 45px;font-size:14px;line-height:1.9;color:rgba(255,255,255,.56)}.ds-story-lines{border-top:1px solid rgba(255,255,255,.15)}.ds-story-lines div{min-height:64px;display:flex;align-items:center;gap:25px;border-bottom:1px solid rgba(255,255,255,.15)}.ds-story-lines span{font-size:9px;color:var(--blue)}.ds-story-lines b{font-size:12px;font-weight:500}.ds-story-link{margin-top:35px;width:190px;height:55px;background:var(--blue);display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:11px;font-weight:700;transition:.3s}.ds-story-link:hover{background:#fff;color:#111;width:210px}.ds-story-word{position:absolute;right:-25px;bottom:-45px;z-index:1;font-size:150px;font-weight:800;letter-spacing:-.07em;color:rgba(255,255,255,.025);pointer-events:none}.ds-metrics{padding:95px 0;background:#fff}.ds-metric-grid{display:grid;grid-template-columns:1.3fr repeat(3,.7fr);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.ds-metric-intro{padding:50px 50px 50px 0}.ds-metric-intro h2{font-size:39px}.ds-metric{min-height:215px;padding:45px 30px;border-left:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between}.ds-metric strong{font-size:61px;font-weight:600;letter-spacing:-.06em}.ds-metric sup{font-size:20px;color:var(--blue)}.ds-metric>span{font-size:9px;line-height:1.6;font-weight:700;letter-spacing:.18em;color:#858e94}.ds-gallery{padding:130px 0;background:#eef1f3;overflow:hidden}.ds-gallery-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:60px}.ds-gallery-flow{width:min(1540px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1.25fr .75fr 1fr;grid-template-rows:280px 280px;gap:12px}.ds-gallery-item{position:relative;border:0;padding:0;overflow:hidden;background:#111;cursor:pointer}.ds-gallery-item:nth-child(1){grid-row:1/3}.ds-gallery-item:nth-child(4){grid-column:2/4}.ds-gallery-item img{width:100%;height:100%;object-fit:cover;transition:.7s}.ds-gallery-item:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,12,16,.72),transparent 55%);opacity:.65;transition:.4s}.ds-gallery-item:hover img{transform:scale(1.06)}.ds-gallery-item:hover:after{opacity:1}.ds-gallery-caption{position:absolute;z-index:2;left:24px;right:24px;bottom:22px;display:flex;justify-content:space-between;align-items:center;color:#fff}.ds-gallery-caption b{font-size:12px}.ds-gallery-caption i{font-style:normal;width:39px;height:39px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center}.ds-contact-run{position:relative;padding:110px 0 105px;background:#0d1216;color:#fff;overflow:hidden;border-top:1px solid rgba(255,255,255,.06)}.ds-contact-run:after{content:"";position:absolute;right:-160px;bottom:-250px;width:620px;height:620px;border:1px solid rgba(255,255,255,.045);border-radius:50%;pointer-events:none}.ds-contact-text{position:absolute;top:-8px;left:-60px;display:flex;align-items:center;gap:35px;white-space:nowrap;font-size:78px;font-weight:800;letter-spacing:-.055em;color:rgba(255,255,255,.022);animation:marquee 22s linear infinite}.ds-contact-text i{font-style:normal;color:rgba(5,134,202,.12)}@keyframes marquee{to{transform:translateX(-35%)}}.ds-contact-inner{position:relative;z-index:2;min-height:245px;display:flex;justify-content:space-between;align-items:center;padding:34px 0}.ds-contact-inner>div{max-width:760px}.ds-contact-inner h2{color:#fff;font-size:clamp(46px,4.5vw,68px);line-height:1.02}.ds-contact-inner>a{width:164px;height:164px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;gap:19px;flex:0 0 164px;box-shadow:0 20px 70px rgba(5,134,202,.18);transition:.45s}.ds-contact-inner>a span{font-size:11px;font-weight:700;line-height:1.5}.ds-contact-inner>a b{font-size:22px}.ds-contact-inner>a:hover{background:#fff;color:#111;transform:rotate(-7deg) scale(1.04)}.ds-lightbox{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:60px;background:rgba(5,8,11,.95);backdrop-filter:blur(14px);opacity:0;visibility:hidden;transition:.35s}.ds-lightbox.open{opacity:1;visibility:visible}.ds-lightbox img{max-width:90vw;max-height:83vh;object-fit:contain}.ds-lightbox-close{position:absolute;right:30px;top:25px;width:48px;height:48px;border:1px solid rgba(255,255,255,.3);border-radius:50%;background:transparent;color:#fff;font-size:27px;cursor:pointer;transition:.3s}.ds-lightbox-close:hover{background:var(--blue);border-color:var(--blue);transform:rotate(90deg)}.ds-reveal{opacity:0;transform:translateY(45px);transition:opacity .85s ease,transform .85s cubic-bezier(.16,1,.3,1)}.ds-reveal.show{opacity:1;transform:none}@media(max-width:1200px){.ds-container{width:calc(100% - 60px)}.ds-brand{height:270px}.ds-intro-layout{grid-template-columns:130px minmax(0,1fr) 260px;gap:38px}.ds-intro-main h2{font-size:50px}.ds-brand-more-wrap{width:calc(100% - 60px)}.ds-story-panel{padding-left:8%;padding-right:8%}}@media(max-width:991px){.ds-container{width:calc(100% - 48px)}.ds-hero-mark{display:none}.ds-intro{padding:90px 0}.ds-intro-layout{grid-template-columns:100px minmax(0,1fr);justify-content:stretch;gap:30px 40px;align-items:start}.ds-intro-main h2{font-size:45px}.ds-intro-note{grid-column:2;padding:24px 0 0;border-left:0;border-top:1px solid #e2e6e9}.ds-intro-note a{max-width:290px}.ds-brand-group{grid-template-columns:repeat(2,1fr)}.ds-brand{height:250px}.ds-brand-more-wrap{width:calc(100% - 48px)}.ds-road-head{grid-template-columns:1fr;gap:25px}.ds-road-head>div{display:block}.ds-road-head p{margin-top:20px}.ds-route{grid-template-columns:repeat(2,1fr);gap:0}.ds-route-line{display:none}.ds-route-item{border-top:1px solid #d6dde1}.ds-story{grid-template-columns:1fr}.ds-story-visual{min-height:570px}.ds-story-panel{padding:90px 7%}.ds-metric-grid{grid-template-columns:1fr 1fr}.ds-metric-intro{grid-column:1/3}.ds-gallery-flow{grid-template-columns:1fr 1fr;grid-template-rows:300px 220px 240px}.ds-gallery-item:nth-child(1){grid-column:1/3;grid-row:auto}.ds-gallery-item:nth-child(4){grid-column:1/3}.ds-contact-run{padding:95px 0}.ds-contact-inner{min-height:220px}.ds-contact-inner>a{width:145px;height:145px;flex-basis:145px}}@media(max-width:767px){.ds-container{width:calc(100% - 34px)}.ds-hero{width:100%;height:auto;min-height:0;aspect-ratio:16/9;max-height:none}.ds-slide-bg{inset:0;transform:scale(1.03);background-position:center}.ds-slide.is-active .ds-slide-bg{transform:scale(1)}.ds-slide-shade{background:linear-gradient(to bottom,rgba(5,10,15,.05) 5%,rgba(5,10,15,.12) 36%,rgba(5,10,15,.83) 85%,rgba(5,10,15,.94))}.ds-hero-grid{display:none}.ds-hero-inner{height:100%;align-items:flex-end;justify-content:flex-start;padding:18px 0}.ds-hero-copy{width:100%;max-width:100%}.ds-kicker{gap:8px;margin-bottom:7px;font-size:7px;letter-spacing:.18em}.ds-kicker i{width:20px;height:1px}.ds-hero h1,.ds-hero h2{max-width:300px;font-size:clamp(27px,8.7vw,36px);line-height:.95;letter-spacing:-.05em}.ds-hero-copy>p{display:none}.ds-hero-actions{margin-top:13px;gap:7px;flex-wrap:nowrap}.ds-btn{width:auto;flex:0 0 auto;height:35px;padding:0 14px;gap:12px;border-radius:999px;font-size:8px;white-space:nowrap}.ds-btn span{font-size:13px}.ds-btn-blue{background:#fff;color:#111}.ds-btn-line{border-color:rgba(255,255,255,.55);background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.ds-hero-controls{display:none}.ds-intro{padding:72px 0 78px}.ds-intro-track{top:28px;width:88px}.ds-intro-layout{display:flex;flex-direction:column;gap:0;align-items:stretch}.ds-intro-label{order:1;margin:0 0 38px;align-items:center}.ds-intro-label i{height:42px}.ds-intro-main{order:2;width:100%}.ds-intro-main .ds-mini{line-height:1.6;margin-bottom:15px}.ds-intro-main h2{max-width:100%;font-size:clamp(36px,10.4vw,47px);line-height:1.03}.ds-intro-main h2 br{display:none}.ds-intro-note{order:3;margin-top:32px;padding:26px 0 0;border-top:1px solid #e2e6e9}.ds-intro-note p{font-size:13px;line-height:1.75}.ds-intro-note a{max-width:100%}.ds-brand-world{padding:66px 0 0}.ds-brand-head{align-items:flex-start;margin-bottom:30px}.ds-brand-head-side{display:none}.ds-brand-head h2{font-size:35px;line-height:1.05}.ds-brand-stage{position:relative;width:100%;overflow:hidden;padding:10px 0 12px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.ds-brand-stage:before,.ds-brand-stage:after{content:"";position:absolute;top:0;bottom:0;z-index:5;width:28px;pointer-events:none}.ds-brand-stage:before{left:0;background:linear-gradient(90deg,#0e1318,rgba(14,19,24,0))}.ds-brand-stage:after{right:0;background:linear-gradient(270deg,#0e1318,rgba(14,19,24,0))}.ds-brand-track{--ds-brand-shift:-1000px;--ds-brand-speed:32s;display:flex;width:max-content;min-width:max-content;will-change:transform;animation:dsBrandMarquee var(--ds-brand-speed) linear infinite}.ds-brand-group,.ds-brand-group.ds-brand-clone{display:flex;align-items:stretch;flex:0 0 auto;gap:10px;padding-right:10px}.ds-brand-stage:hover .ds-brand-track{animation-play-state:paused}.ds-brand-stage .ds-brand{flex:0 0 150px!important;width:150px!important;min-width:150px!important;height:150px!important;padding:13px!important;transform:none!important}.ds-brand-stage .ds-brand:hover{transform:none!important}.ds-brand-stage .ds-brand:after{width:120px;height:120px;right:-65px;top:-65px}.ds-brand-stage .ds-brand-no{font-size:7px}.ds-brand-stage .ds-brand-logo{height:64px}.ds-brand-stage .ds-brand-logo img{max-width:72%!important;max-height:52px!important}.ds-brand-stage .ds-brand-bottom{padding-top:9px}.ds-brand-stage .ds-brand-bottom b{font-size:8px}.ds-brand-stage .ds-brand-bottom i{font-size:12px}.ds-brand-more-wrap{width:calc(100% - 34px);padding:20px 0 38px;justify-content:stretch}.ds-brand-more{width:100%;height:48px;justify-content:space-between;padding:0 17px;font-size:9px}.ds-brand-popup{padding:16px}.ds-brand-popup-box{width:min(410px,100%);min-height:0;display:block}.ds-brand-popup-visual{height:190px;padding:25px}.ds-brand-popup-logo{height:90px}.ds-brand-popup-logo img{max-width:62%;max-height:75px}.ds-brand-popup-content{padding:31px 26px 32px}.ds-brand-popup-kicker{font-size:8px;margin-bottom:12px}.ds-brand-popup-content h3{font-size:34px;margin-bottom:14px}.ds-brand-popup-content p{font-size:12px;line-height:1.75}.ds-brand-popup-line{margin-top:23px}.ds-brand-popup-close{width:38px;height:38px;right:12px;top:12px;font-size:20px}.ds-road{padding:78px 0}.ds-road-bg{display:none}.ds-road-head{margin-bottom:44px}.ds-road-head>div{display:block}.ds-road-head h2{font-size:38px}.ds-road-head h2 br{display:none}.ds-road-head p{font-size:13px;margin-top:18px}.ds-route{display:flex;flex-direction:column;gap:12px}.ds-route-item,.ds-route-item:not(:first-of-type){min-height:0;padding:68px 55px 27px 22px;border:1px solid #dce1e4!important;background:#fff}.ds-route-item:not(:first-of-type) .ds-route-point,.ds-route-point{left:22px;top:19px;width:34px;height:34px;background:#fff}.ds-route-item h3{margin:10px 0 9px;font-size:23px}.ds-route-item p{max-width:100%;font-size:12px;line-height:1.7}.ds-story{display:flex;flex-direction:column;min-height:0}.ds-story-visual{min-height:390px}.ds-story-panel{padding:65px 22px 70px}.ds-story-panel h2{font-size:38px}.ds-story-panel>p{margin:24px 0 34px;font-size:13px;line-height:1.75}.ds-story-word{font-size:75px}.ds-metrics{padding:68px 0}.ds-metric-grid{grid-template-columns:1fr 1fr}.ds-metric-intro{grid-column:1/3;padding:10px 0 34px}.ds-metric-intro h2{font-size:34px}.ds-metric{min-height:155px;padding:26px 18px}.ds-metric strong{font-size:44px}.ds-gallery{padding:75px 0}.ds-gallery-head{align-items:flex-start;gap:24px;margin-bottom:38px}.ds-gallery-head h2{font-size:37px}.ds-gallery-flow{width:calc(100% - 24px);grid-template-columns:1fr 1fr;grid-template-rows:240px 165px 200px;gap:7px}.ds-contact-run{padding:78px 0 72px}.ds-contact-text{font-size:55px}.ds-contact-inner{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 112px;gap:24px;align-items:center;padding:42px 0 5px}.ds-contact-inner h2{font-size:clamp(32px,8.8vw,42px)}.ds-contact-inner>a{width:112px;height:112px;flex:0 0 112px}.ds-lightbox{padding:45px 15px}}@keyframes dsBrandMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(var(--ds-brand-shift),0,0)}}@media(max-width:520px){.ds-hero h1,.ds-hero h2{font-size:29px}.ds-brand-stage .ds-brand{flex-basis:135px!important;width:135px!important;min-width:135px!important;height:138px!important}.ds-brand-stage .ds-brand-logo{height:58px}.ds-brand-stage .ds-brand-logo img{max-height:46px!important}.ds-road-head h2,.ds-story-panel h2,.ds-gallery-head h2{font-size:34px}.ds-story-visual{min-height:330px}.ds-metric strong{font-size:39px}.ds-gallery-head{display:block}.ds-gallery-head>a{margin-top:22px}.ds-gallery-flow{display:flex;overflow-x:auto;gap:8px;width:100%;padding:0 17px 12px;scroll-snap-type:x mandatory;scrollbar-width:none}.ds-gallery-flow::-webkit-scrollbar{display:none}.ds-gallery-item,.ds-gallery-item:nth-child(1),.ds-gallery-item:nth-child(4){flex:0 0 82vw;height:250px;grid-column:auto;grid-row:auto;scroll-snap-align:center}.ds-contact-inner{display:block;padding-top:48px}.ds-contact-inner h2{font-size:36px;max-width:330px}.ds-contact-inner>a{margin-top:32px;width:108px;height:108px}}@media(max-width:400px){.ds-container{width:calc(100% - 26px)}.ds-hero-inner{padding-bottom:14px}.ds-hero h1,.ds-hero h2{font-size:27px}.ds-btn{height:32px;padding:0 11px;font-size:7px}.ds-intro-main h2{font-size:35px}.ds-brand-head h2{font-size:32px}.ds-brand-stage .ds-brand{flex-basis:126px!important;width:126px!important;min-width:126px!important;height:132px!important}.ds-brand-more-wrap{width:calc(100% - 26px)}.ds-road-head h2,.ds-story-panel h2,.ds-gallery-head h2{font-size:32px}.ds-story-panel{padding-left:18px;padding-right:18px}.ds-metric strong{font-size:36px}.ds-gallery-item,.ds-gallery-item:nth-child(1),.ds-gallery-item:nth-child(4){flex-basis:84vw;height:230px}.ds-contact-inner h2{font-size:33px}}@media(min-width:1700px){.ds-container{width:min(1500px,calc(100% - 140px))}.ds-hero-copy{max-width:840px}.ds-brand{height:340px}.ds-intro-layout{grid-template-columns:160px minmax(0,820px) 300px;gap:58px}.ds-intro-main h2{font-size:62px}.ds-brand-more-wrap{width:min(1500px,calc(100% - 140px))}.ds-gallery-flow{width:min(1640px,calc(100% - 80px));grid-template-rows:315px 315px}}@media(prefers-reduced-motion:reduce){.dosman-home *{transition-duration:.01ms!important}}