/* One-page layout: the ZD identity stays fixed while the site scrolls over it. */
body{background:#111}
main{position:relative}
.hero{display:block;min-height:100vh;padding:0;background:transparent;overflow:visible}
.hero-visual{position:fixed;inset:0;z-index:0;width:100%;height:100vh;min-height:0;border:0;background:radial-gradient(circle at 58% 48%,#303030,#121212 68%)}
.hero-visual img{position:absolute;left:50%;top:50%;width:min(48vw,560px);margin:0;transform:translate(-50%,-50%)}.hero-visual:before{inset:-15%}.hero-visual:after{width:430px;height:430px;right:-110px;bottom:9%;opacity:.72}.route-card{left:auto;right:8vw;bottom:12vh}.scroll-hint{right:8vw}
.hero-copy{position:relative;z-index:2;width:min(710px,52vw);min-height:100vh;padding:22vh 0 13vh clamp(24px,10vw,160px);background:linear-gradient(90deg,rgba(17,17,17,.97) 15%,rgba(17,17,17,.76) 66%,transparent)}
.scroll-words{display:none}.site-header,footer{position:relative;z-index:3}.site-header{background:rgba(17,17,17,.88);backdrop-filter:blur(14px)}
.services,.about,.review,.contact,.numbers{position:relative;z-index:2}.services{background:rgba(24,24,24,.76);backdrop-filter:blur(3px)}.about{background:rgba(11,11,11,.78);backdrop-filter:blur(3px)}.review{background:rgba(247,242,234,.78);backdrop-filter:blur(3px)}.numbers{background:rgba(255,122,26,.91)}.contact{background:rgba(255,122,26,.91)}
.light-theme body{background:#fffaf4}.light-theme .hero-copy{background:linear-gradient(90deg,rgba(255,250,244,.98) 15%,rgba(255,250,244,.73) 66%,transparent)}.light-theme .site-header{background:rgba(255,250,244,.88)}.light-theme .services{background:rgba(247,237,227,.72)}.light-theme .about{background:rgba(23,23,23,.78)}.light-theme .review{background:rgba(255,250,244,.77)}
html[dir="rtl"] .hero-visual:after{left:-110px;right:auto}html[dir="rtl"] .route-card{left:8vw;right:auto;text-align:right}html[dir="rtl"] .scroll-hint{left:8vw;right:auto;direction:rtl}
@media(max-width:760px){.hero{min-height:700px}.hero-visual{position:fixed;height:100vh;min-height:0}.hero-visual img{width:64%;top:65%;margin:0;opacity:.42;filter:drop-shadow(0 14px 15px rgba(0,0,0,.3))}.hero-visual:after{width:250px;height:250px;right:-100px;bottom:13%;opacity:.28}.route-card{left:22px;right:auto;bottom:21px}.hero-copy{width:100%;min-height:700px;padding:135px 24px 55px;background:linear-gradient(125deg,rgba(17,17,17,.93) 24%,rgba(17,17,17,.68) 70%,rgba(17,17,17,.42))}.hero .eyebrow{max-width:290px;font-size:9px;line-height:1.55}.hero h1{font-size:clamp(39px,11.8vw,50px);line-height:1.1;letter-spacing:-1.8px}.hero-text{font-size:14px;line-height:1.65;max-width:315px;margin:20px 0 25px}.hero-proof{margin-top:28px}.hero-proof strong{font-size:22px}.scroll-hint{display:none}.light-theme .hero-copy{background:linear-gradient(125deg,rgba(255,250,244,.94) 24%,rgba(255,250,244,.68) 70%,rgba(255,250,244,.4))}.light-theme .hero-visual img{opacity:.5}html[dir="rtl"] .hero-visual:after{left:-100px;right:auto}}
