.hero{position:relative;width:100%;min-height:calc(100vh - 9rem);min-height:calc(100svh - 9rem);display:flex;flex-direction:column;justify-content:center;background:var(--color-white);color:var(--color-black);overflow:hidden;padding:0;isolation:isolate}.hero__snake{position:absolute;inset:0;z-index:auto;background:var(--color-black);clip-path:polygon( 0 0,60% 0,60% 6%,56% 6%,56% 40%,52% 40%,52% 42%,48% 42%,48% 80%,44% 80%,44% 100%,0 100% );will-change:clip-path}.hero__content{position:relative;z-index:auto;display:grid;grid-template-columns:1fr 0.85fr;gap:clamp(2rem,5vw,6rem);align-items:center;max-width:1440px;width:100%;margin:0 auto;padding:clamp(2.5rem,5vh,5rem) clamp(1.5rem,3vw,4rem) 7rem}.hero__monument{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;opacity:0;transform:translateY(60px);transition:opacity 1.6s cubic-bezier(0.22,1,0.36,1) 1.2s,transform 1.6s cubic-bezier(0.22,1,0.36,1) 1.2s}.hero--animated .hero__monument{opacity:1;transform:translateY(0)}.hero__particles{position:absolute;inset:-2.5rem;width:calc(100% + 5rem);height:calc(100% + 5rem);z-index:2;pointer-events:none}.hero__monument-glow{position:absolute;bottom:-1.25rem;left:50%;transform:translateX(-50%);width:20rem;height:11.25rem;border-radius:50%;background:radial-gradient(ellipse,rgba(0,0,0,0.08) 0%,rgba(0,0,0,0.03) 40%,transparent 70%);filter:blur(30px);z-index:0}.hero__monument-light{position:absolute;inset:0;z-index:3;pointer-events:none;overflow:hidden;opacity:0}.hero--animated .hero__monument-light{animation:lightSweepTrigger 8s ease-in-out 2.5s infinite}@keyframes lightSweepTrigger{0%,100%{opacity:0}8%{opacity:1}18%{opacity:0}}.hero__monument-light::before{content:'';position:absolute;top:-20%;left:-60%;width:40%;height:140%;background:linear-gradient(105deg,transparent 30%,rgba(184,134,11,0.1) 48%,rgba(184,134,11,0.16) 50%,rgba(184,134,11,0.1) 52%,transparent 70%);transform:skewX(-15deg);animation:lightSweepMove 8s ease-in-out 2.5s infinite}@keyframes lightSweepMove{0%{left:-60%}20%{left:140%}100%{left:140%}}.hero__monument-img{position:relative;max-width:21.25rem;width:100%;z-index:1}.hero__monument-img img{width:100%;height:auto;display:block;opacity:0;transition:opacity 0.8s ease}.hero__monument-img img.bg-removed{opacity:1}.hero__monument-link{display:block}.hero__monument-label{margin-top:var(--space-md);text-align:center;z-index:1}.hero__monument-badge{display:inline-block;padding:0.35rem 1rem;font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:0.15em;color:var(--color-black);text-decoration:none;border:1px solid rgba(0,0,0,0.15);background:rgba(0,0,0,0.04)}.hero__text-invert{position:relative;mix-blend-mode:difference}.hero__chisel-particles{position:absolute;inset:-1.875rem;width:calc(100% + 60px);height:calc(100% + 60px);pointer-events:none;z-index:5}.hero__label{display:inline-flex;align-items:center;gap:0.75rem;padding:0.4rem 0;font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:0.2em;color:var(--color-white);margin-bottom:clamp(1.25rem,2.5vh,2rem);opacity:0;transform:translateY(1.25rem);transition:opacity 0.8s ease 0.4s,transform 0.8s ease 0.4s}.hero--animated .hero__label{opacity:1;transform:translateY(0)}.hero__label-line{display:inline-block;width:3rem;height:1px;background:var(--color-white)}.hero__title{font-size:clamp(1.6rem,3vw,3.2rem);font-weight:var(--font-bold);line-height:1.15;letter-spacing:-0.03em;margin-bottom:clamp(1.25rem,2.5vh,2rem);max-width:18ch;color:var(--color-white)}.hero__title-line{display:block;overflow:hidden}.hero__title-word{display:inline-block;position:relative;opacity:0;transform:translateY(100%);transition:opacity 0.9s cubic-bezier(0.22,1,0.36,1),transform 0.9s cubic-bezier(0.22,1,0.36,1)}.hero--animated .hero__title-word{opacity:1;transform:translateY(0)}.hero--animated .hero__title-line:nth-child(1) .hero__title-word{transition-delay:0.6s}.hero--animated .hero__title-line:nth-child(2) .hero__title-word{transition-delay:0.75s}.hero--animated .hero__title-line:nth-child(3) .hero__title-word{transition-delay:0.9s}.hero--animated .hero__title-line:nth-child(4) .hero__title-word{transition-delay:1.05s}.hero__title-word::after{content:'';position:absolute;top:-10%;bottom:-10%;left:0;width:0.125rem;background:linear-gradient( 180deg,transparent 5%,rgba(180,175,170,0.3) 20%,rgba(255,220,140,0.7) 48%,rgba(255,255,255,0.9) 50%,rgba(255,220,140,0.7) 52%,rgba(180,175,170,0.3) 80%,transparent 95% );box-shadow:0 0 0.5rem 0.125rem rgba(255,220,140,0.2),0 0 1.25rem 0.25rem rgba(180,175,170,0.08);opacity:0;pointer-events:none}@keyframes chiselTrace1{0%{left:-2%;opacity:0;width:0.125rem}5%{opacity:1}30%{width:0.1875rem}60%{width:1px}90%{opacity:0.6}100%{left:103%;opacity:0;width:0.125rem}}@keyframes chiselTrace2{0%{left:103%;opacity:0}8%{opacity:0.9}50%{opacity:1}85%{opacity:0.5}100%{left:-2%;opacity:0}}@keyframes chiselTrace3{0%{left:-2%;opacity:0;width:1px}10%{opacity:0.7;width:0.125rem}40%{opacity:1;width:0.1875rem}70%{opacity:0.8;width:0.125rem}100%{left:103%;opacity:0;width:1px}}@keyframes chiselTrace4{0%{left:40%;opacity:0}10%{opacity:1}100%{left:103%;opacity:0}}.hero--animated .hero__title-line:nth-child(1) .hero__title-word::after{animation:chiselTrace1 0.85s cubic-bezier(0.4,0,0.2,1) 0.6s forwards}.hero--animated .hero__title-line:nth-child(2) .hero__title-word::after{animation:chiselTrace2 0.65s cubic-bezier(0.6,0,0.4,1) 0.8s forwards}.hero--animated .hero__title-line:nth-child(3) .hero__title-word::after{animation:chiselTrace3 1s cubic-bezier(0.3,0,0.2,1) 0.95s forwards}.hero--animated .hero__title-line:nth-child(4) .hero__title-word::after{animation:chiselTrace4 0.4s ease-out 1.1s forwards}.hero__title-accent{color:var(--color-white)}.hero__subtitle{font-size:clamp(0.9rem,1.1vw,1.125rem);font-weight:var(--font-regular);color:var(--color-white);line-height:1.65;max-width:30rem;margin-bottom:clamp(2rem,4vh,3.5rem);opacity:0;transform:translateY(1.25rem);transition:opacity 0.8s ease 1s,transform 0.8s ease 1s}.hero--animated .hero__subtitle{opacity:1;transform:translateY(0)}.hero__buttons{display:flex;gap:var(--space-md);flex-wrap:wrap;margin-top:clamp(1.5rem,3vh,2.5rem);opacity:0;transform:translateY(1.25rem);transition:opacity 0.8s ease 1.2s,transform 0.8s ease 1.2s}.hero--animated .hero__buttons{opacity:1;transform:translateY(0)}.hero__btn{display:inline-flex;align-items:center;justify-content:center;gap:0.75rem;padding:1rem 2.5rem;font-weight:var(--font-semibold);font-size:var(--text-sm);letter-spacing:0.04em;text-transform:uppercase;transition:background 0.3s ease,color 0.3s ease,border-color 0.3s ease;position:relative}.hero__btn--primary{background:var(--color-gold);color:var(--color-white);border:0.125rem solid var(--color-gold)}.hero__btn--primary:hover{background:var(--color-gold-light);border-color:var(--color-gold-light)}.hero__btn--outline{background:var(--color-black);color:var(--color-white);border:0.125rem solid var(--color-white)}.hero__btn--outline:hover{background:var(--color-white);color:var(--color-black);border-color:var(--color-black)}.hero__btn-arrow{display:inline-block;width:1.125rem;height:1.125rem;transition:transform 0.3s ease}.hero__btn:hover .hero__btn-arrow{transform:translateX(0.25rem)}.hero__stats{position:absolute;bottom:0;left:0;right:0;z-index:10;border-top:1px solid var(--color-gray-200);background:var(--color-white)}.hero__stats-inner{display:grid;grid-template-columns:repeat(4,1fr);max-width:calc(var(--container-width) + var(--container-padding) * 2);margin:0 auto;padding:0 var(--container-padding)}.hero__stat{display:flex;align-items:center;gap:var(--space-md);padding:1.25rem var(--space-lg);border-right:1px solid var(--color-gray-200);opacity:0;transform:translateY(1rem);transition:opacity 0.6s ease,transform 0.6s ease}.hero__stat:last-child{border-right:none}.hero--animated .hero__stat:nth-child(1){opacity:1;transform:translateY(0);transition-delay:1.4s}.hero--animated .hero__stat:nth-child(2){opacity:1;transform:translateY(0);transition-delay:1.55s}.hero--animated .hero__stat:nth-child(3){opacity:1;transform:translateY(0);transition-delay:1.7s}.hero--animated .hero__stat:nth-child(4){opacity:1;transform:translateY(0);transition-delay:1.85s}.hero__stat-number{font-size:var(--text-2xl);font-weight:var(--font-bold);line-height:1;color:var(--color-gold);letter-spacing:-0.02em}.hero__stat-label{font-size:var(--text-xs);color:var(--color-gray-600);line-height:1.3}.hero__scroll{position:absolute;bottom:6.25rem;left:50%;transform:translateX(-50%);z-index:10;display:flex;flex-direction:column;align-items:center;gap:0.5rem;opacity:0;transition:opacity 0.6s ease 2.2s;animation:scrollPulse 2s ease-in-out infinite 3s}.hero--animated .hero__scroll{opacity:0.7}.hero__scroll-line{width:0.125rem;height:3.125rem;background:linear-gradient(180deg,var(--color-black),transparent);animation:scrollLineMove 2s ease-in-out infinite 3s}@keyframes scrollPulse{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(0.5rem)}}@keyframes scrollLineMove{0%{opacity:0.4;transform:scaleY(1)}50%{opacity:0.8;transform:scaleY(0.6)}100%{opacity:0.4;transform:scaleY(1)}}@media (min-width:1921px){.hero__content{max-width:1640px;gap:6rem}.hero__monument-img{max-width:26.25rem}.hero__title{font-size:3.6rem}.hero__subtitle{font-size:1.2rem;max-width:35rem}.hero__label{font-size:0.8rem;letter-spacing:0.25em}.hero__btn{padding:1.15rem 3rem;font-size:0.95rem}.hero__stat-number{font-size:var(--text-3xl)}}@media (min-width:3000px){.hero__content{max-width:2200px;gap:8rem}.hero__monument-img{max-width:540px}.hero__title{font-size:4.5rem;max-width:20ch}.hero__subtitle{font-size:1.4rem;max-width:660px;line-height:1.55}.hero__label{font-size:0.9rem;letter-spacing:0.3em;margin-bottom:2.5rem}.hero__btn{padding:1.4rem 3.5rem;font-size:1.1rem}.hero__monument-glow{width:30rem;height:260px}.hero__stat-number{font-size:2.5rem}.hero__stat-label{font-size:0.9rem}.hero__stat{padding:1.6rem 0;gap:var(--space-lg)}.hero__stats-inner{max-width:2400px}.hero__scroll-line{height:4.375rem}}@media (prefers-reduced-motion:reduce){.hero__scroll,.hero__scroll-line{animation:none !important}.hero__snake{animation:none !important}.hero__title-word::after{animation:none !important}.hero__title-word,.hero__label,.hero__subtitle,.hero__buttons,.hero__stat{opacity:1 !important;transform:none !important;transition:none !important}}@media (max-width:991.98px){.hero{min-height:auto}.hero__content{grid-template-columns:1fr;padding-top:1rem;padding-bottom:3rem}.hero__monument{display:none}.hero__snake,.hero__chisel-particles{display:none}.hero__text-invert{mix-blend-mode:normal}.hero__title,.hero__title-accent,.hero__subtitle{color:var(--color-black)}.hero__label{font-size:0.65rem;color:var(--color-gray-700)}.hero__label-line{background:var(--color-gray-400)}.hero__title-word::after{display:none}.hero__subtitle{max-width:none;color:var(--color-gray-600)}.hero__stats-inner{grid-template-columns:repeat(2,1fr)}.hero__stat{padding:1rem 0}.hero__stat:nth-child(2){border-right:none}.hero__stat:nth-child(3),.hero__stat:nth-child(4){border-top:1px solid var(--color-gray-200)}.hero__scroll{display:none}}@media (max-width:575.98px){.hero__content{padding-bottom:8.75rem}.hero__buttons{flex-direction:column}.hero__btn{width:100%;text-align:center}.hero__stats-inner{grid-template-columns:1fr 1fr;gap:0}.hero__stat-number{font-size:var(--text-xl)}}