html{scroll-behavior:smooth}.hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding-top:var(--height)}.hero-carousel{position:absolute;inset:0}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.06);transition:opacity .8s ease,transform 5s ease;will-change:opacity,transform}.hero-slide.active{opacity:1;transform:scale(1)}.hero-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#00000014,#00000061 45%,#000000ad);z-index:1}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;padding-bottom:160px}.hero-logo{height:min(740px,80vw);width:auto;animation:hero-fade-down 1s ease both;filter:drop-shadow(0 4px 24px rgba(0,0,0,.5));background:radial-gradient(ellipse at center,rgba(0,0,0,.6) 0%,transparent 70%);padding:40px;border-radius:50%}.hero-bottom{position:absolute;bottom:170px;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:16px}.hero-headline{font-family:var(--font-title);font-size:clamp(2.4rem,6vw,5.8rem);font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.08em;line-height:1.05;text-align:center;text-shadow:0 2px 32px rgba(0,0,0,.45);animation:hero-fade-up 1s ease .15s both;margin:0}.hero-tagline{font-size:clamp(12px,1.3vw,15px);font-weight:700;letter-spacing:.28em;color:var(--gold);text-transform:uppercase;animation:hero-fade-up 1s ease .35s both}.hero-address{font-size:clamp(11px,1.1vw,13px);font-weight:500;letter-spacing:.2em;color:#ffffffbf;text-transform:uppercase;line-height:1.5;animation:hero-fade-up 1s ease .5s both}.hero-cta{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;animation:hero-fade-up 1s ease .65s both}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-fade-down{0%{opacity:0;transform:translateY(-22px)}to{opacity:1;transform:translateY(0)}}.hero-indicators{display:flex;gap:8px;animation:hero-fade-up 1s ease .8s both}.hero-indicator{width:40px;height:2px;background:#ffffff40;position:relative;cursor:pointer;border:none;padding:6px 0;background-clip:content-box;-webkit-background-clip:content-box}.hero-indicator:after{content:"";position:absolute;top:6px;left:0;right:0;height:2px;background:var(--gold);transform-origin:left;transform:scaleX(0)}.hero-indicator.active:after{animation:indicator-fill 4.5s linear forwards}@keyframes indicator-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-scroll{position:absolute;bottom:28px;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1.5px solid rgba(212,175,55,.55);border-radius:50%;color:#d4af37;background:transparent;cursor:pointer;animation:hero-bounce 2.2s ease-in-out infinite,hero-fade-up 1s ease .9s both;transition:border-color .25s,color .25s,background .25s}.hero-scroll:hover{border-color:#d4af37;background:#d4af371f;color:#fff}@keyframes hero-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}@media(max-width:768px){.hero-headline{font-size:clamp(2rem,10vw,3.2rem);letter-spacing:.05em}.hero-logo{height:min(520px,90vw);padding:20px}.hero-content{padding-bottom:100px}.hero-bottom{bottom:120px}}@media(max-width:480px){.hero-logo{height:min(400px,90vw);padding:12px}.hero-content{padding-bottom:60px;padding-left:20px;padding-right:20px}.hero-bottom{bottom:90px;gap:12px;padding:0 20px}.hero-address{font-size:11px;letter-spacing:.1em}.hero-headline{font-size:clamp(1.8rem,9vw,2.8rem);letter-spacing:.04em}.hero-tagline{letter-spacing:.16em}.hero-cta{gap:10px}.hero-scroll{bottom:20px;width:38px;height:38px}}.section-concept{background:var(--white);display:flex;flex-direction:column;gap:0}.concept-inner{max-width:720px;margin:0 auto;text-align:center;padding:90px 40px 64px;display:flex;flex-direction:column;align-items:center;gap:20px}.concept-inner h2{font-family:var(--font);font-size:clamp(28px,3.5vw,46px);font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--dark);line-height:1.2;margin:0}.concept-inner p{font-size:clamp(15px,1.4vw,17px);line-height:1.88;color:#000000a6;letter-spacing:.01em;margin:0}.concept-stats{display:grid;grid-template-columns:repeat(4,1fr)}.concept-stat{display:flex;flex-direction:column;align-items:center;gap:10px;padding:52px 20px}.stat-value{display:flex;align-items:baseline;gap:3px}.stat-number{font-family:var(--font-title);font-size:clamp(42px,4.5vw,64px);font-weight:700;color:var(--dark);line-height:1}.stat-unit{font-family:var(--font-title);font-size:clamp(22px,2.4vw,34px);font-weight:700;color:var(--gold);line-height:1}.stat-label{font-size:11px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#00000073;text-align:center;display:block}.concept-video-section{padding:90px 40px;display:flex;flex-direction:column;align-items:center;gap:40px}.concept-video-header{text-align:center;max-width:560px;display:flex;flex-direction:column;align-items:center;gap:16px}.concept-video-header h3{font-family:var(--font);font-size:clamp(18px,2vw,26px);font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--dark);line-height:1.2;margin:0}.concept-video-header p{font-size:clamp(14px,1.3vw,16px);line-height:1.85;color:#0009;margin:0}.concept-video-wrapper{width:100%;max-width:1100px;border-radius:4px;overflow:hidden;aspect-ratio:16 / 9;box-shadow:0 20px 56px #0000001f}.concept-video-wrapper iframe{width:100%;height:100%;display:block}@media(max-width:768px){.concept-inner{padding:64px 28px 48px}.concept-stats{grid-template-columns:repeat(2,1fr)}.concept-stat:nth-child(3){border-left:none}.concept-stat{padding:40px 16px}.concept-video-section{padding:64px 24px;gap:28px}}@media(max-width:480px){.concept-inner{padding:52px 20px 40px}.concept-stat{padding:32px 12px}.concept-video-section{padding:52px 16px}}.univers-header{background:var(--white);text-align:center;padding:80px 40px 60px;border-top:1px solid rgba(0,0,0,.06);overflow:hidden}.univers-header .section-tag{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.univers-header h2{font-family:var(--font);font-size:clamp(28px,3.5vw,46px);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--dark);line-height:1.15;margin-top:8px;opacity:0;transform:translateY(20px);transition:opacity .7s ease .15s,transform .7s ease .15s}.univers-header.in-view .section-tag,.univers-header.in-view h2{opacity:1;transform:translateY(0)}.univers-section{display:flex;flex-direction:column}.univers-item{display:grid;grid-template-columns:1fr 1fr;min-height:60vh}.univers-item--reverse{direction:rtl}.univers-item--reverse>*{direction:ltr}.univers-img{position:relative;overflow:hidden}.univers-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.06);transition:transform 1.4s cubic-bezier(.25,.46,.45,.94)}.univers-item.in-view .univers-bg{transform:scale(1.02)}.univers-img:hover .univers-bg{transform:scale(1)!important}.univers-num{position:absolute;z-index:2;bottom:-.1em;right:4%;font-family:var(--font-title);font-size:clamp(100px,14vw,220px);font-weight:700;line-height:1;color:#fff3;user-select:none;pointer-events:none;opacity:0;transition:opacity 1s ease .4s}.univers-item.in-view .univers-num{opacity:1}.univers-content{background:var(--white);display:flex;flex-direction:column;justify-content:center;gap:28px;padding:72px 64px;border-left:1px solid rgba(0,0,0,.06)}.univers-item--reverse .univers-content{border-left:none;border-right:1px solid rgba(0,0,0,.06)}.univers-content .section-tag{margin-bottom:0;font-size:clamp(11px,1vw,13px);letter-spacing:.25em;color:var(--gold);opacity:0;transform:translate(-16px);transition:opacity .5s ease .1s,transform .5s ease .1s}.univers-item.in-view .univers-content .section-tag{opacity:1;transform:translate(0)}.univers-content .section-tag:before{content:"";display:block;width:0;height:2px;background:var(--gold);margin-bottom:14px;transition:width .6s ease .3s}.univers-item.in-view .univers-content .section-tag:before{width:36px}.univers-content h2{font-family:var(--font);font-size:clamp(28px,3.5vw,46px);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--dark);line-height:1.05;opacity:0;transform:translateY(24px);transition:opacity .6s ease .25s,transform .6s ease .25s}.univers-item.in-view .univers-content h2{opacity:1;transform:translateY(0)}.univers-content p{font-size:clamp(15px,1.4vw,18px);font-weight:400;line-height:1.85;color:#000000a6;max-width:420px;opacity:0;transform:translateY(20px);transition:opacity .6s ease .4s,transform .6s ease .4s}.univers-item.in-view .univers-content p{opacity:1;transform:translateY(0)}.univers-content .btn-gold{align-self:flex-start;opacity:0;transform:translateY(16px);transition:opacity .5s ease .55s,transform .5s ease .55s}.univers-item.in-view .univers-content .btn-gold{opacity:1;transform:translateY(0)}@media(max-width:1024px){.univers-content{padding:56px 48px}}@media(max-width:768px){.univers-header{padding:60px 24px 48px}.univers-item{grid-template-columns:1fr;grid-template-rows:55vw auto;direction:ltr}.univers-item--reverse .univers-content{border-right:none}.univers-img{min-height:55vw}.univers-content{padding:48px 28px;border-left:none;border-top:1px solid rgba(0,0,0,.06)}.univers-num{font-size:clamp(80px,25vw,140px)}}@media(max-width:480px){.univers-header{padding:48px 20px 36px}.univers-content{padding:36px 20px;gap:20px}.univers-content p{max-width:100%}}
