@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500&family=Jost:wght@300;400;500;600&display=swap";:root{--color-bg: #F5F3F0;--color-surface: #FFFFFF;--color-text: #1A1A1A;--color-muted: #767676;--color-accent: #C8102E;--color-accent-dark: #9B0C22;--color-border: #E8E4DF;--color-dark: #111111;--color-dark-muted: #888888;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", system-ui, sans-serif;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--section-py: 100px;--container: 1400px;--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}@media(min-width:768px){.container{padding:0 48px}}@media(min-width:1200px){.container{padding:0 64px}}.section-py{padding-top:64px;padding-bottom:64px}@media(min-width:768px){.section-py{padding-top:var(--section-py);padding-bottom:var(--section-py)}}.display-xl{font-family:var(--font-display);font-size:clamp(2.8rem,7vw,6rem);font-weight:400;line-height:1.05;letter-spacing:-.02em}.display-lg{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,4rem);font-weight:400;line-height:1.1;letter-spacing:-.015em}.display-md{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:400;line-height:1.2}.eyebrow{font-family:var(--font-body);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--color-accent)}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-family:var(--font-body);font-size:.875rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;border-radius:var(--radius-sm);transition:all .3s var(--ease-out);white-space:nowrap}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover{background:var(--color-accent-dark);transform:translateY(-2px);box-shadow:0 8px 24px #c8102e59}.btn-outline{border:1.5px solid rgba(255,255,255,.5);color:#fff}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.btn-outline-dark{border:1.5px solid var(--color-border);color:var(--color-text)}.btn-outline-dark:hover{border-color:var(--color-accent);color:var(--color-accent)}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s var(--ease-out),transform .7s var(--ease-out)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.reveal-delay-4{transition-delay:.4s}.header{position:fixed;top:0;left:0;right:0;z-index:100;transition:background .4s ease,box-shadow .4s ease}.header--scrolled{background:#f5f3f0f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}.header__logo{display:flex;align-items:center;gap:12px;flex-shrink:0}.header__logo-img{width:40px;height:40px;object-fit:contain;transition:opacity .25s ease}.header__logo-text{font-family:var(--font-display);font-size:1.5rem;font-weight:600;letter-spacing:.1em;color:var(--color-text)}.header:not(.header--scrolled) .header__logo-text{color:#fff}.header__nav{display:none;gap:32px}@media(min-width:1024px){.header__nav{display:flex}}.header__nav-link{font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--color-muted);transition:color .2s}.header:not(.header--scrolled) .header__nav-link{color:#fffc}.header__nav-link:hover{color:var(--color-accent)}.header__actions{display:none;align-items:center;gap:20px}@media(min-width:1024px){.header__actions{display:flex}}.header__phone{font-size:.875rem;font-weight:500;color:var(--color-muted);transition:color .2s}.header:not(.header--scrolled) .header__phone{color:#ffffffe6}.header__phone:hover{color:var(--color-accent)}.header__cta{padding:10px 20px;font-size:.75rem}.header__burger{display:flex;flex-direction:column;gap:5px;padding:8px}@media(min-width:1024px){.header__burger{display:none}}.header__burger span{display:block;width:24px;height:2px;background:var(--color-text);transition:all .3s;transform-origin:center}.header:not(.header--scrolled) .header__burger span{background:#fff}.header__burger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.header__burger.open span:nth-child(2){opacity:0}.header__burger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.header__mobile-menu{display:flex;flex-direction:column;gap:20px;padding:0 24px;background:var(--color-bg);max-height:0;overflow:hidden;transition:max-height .4s var(--ease-out),padding .3s ease}.header__mobile-menu.open{max-height:400px;padding:24px;border-top:1px solid var(--color-border)}.header__mobile-link{font-size:1.25rem;font-weight:500;color:var(--color-text)}.header__mobile-phone{font-size:1rem;color:var(--color-accent);font-weight:600}.hero{position:relative;height:100svh;min-height:600px;display:flex;align-items:flex-end;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:center}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0a0a0ad9,#0a0a0a66,#0a0a0a26)}.hero__content{position:relative;z-index:1;padding-bottom:80px;color:#fff}.hero__eyebrow{margin-bottom:20px;color:#ffffffb3}.hero__title{margin-bottom:20px;color:#fff}.hero__title em{font-style:italic;color:#ffffffbf}.hero__subtitle{font-size:1rem;color:#ffffffb3;margin-bottom:36px;line-height:1.7}@media(min-width:768px){.hero__subtitle{font-size:1.125rem}}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:60px}.hero__stats{display:flex;flex-wrap:wrap;gap:24px;align-items:center}.hero__stat{display:flex;flex-direction:column}.hero__stat-num{font-family:var(--font-display);font-size:2.5rem;font-weight:400;line-height:1;color:#fff}.hero__stat-num sup{font-size:1.25rem;vertical-align:super}.hero__stat-label{font-size:.75rem;letter-spacing:.08em;color:#ffffff8c;text-transform:uppercase;margin-top:4px}.hero__stat-divider{width:1px;height:40px;background:#ffffff40}.hero__scroll{position:absolute;bottom:32px;left:50%;transform:translate(-50%);z-index:2;width:24px;height:40px;border:1.5px solid rgba(255,255,255,.4);border-radius:12px;display:flex;justify-content:center;padding-top:6px}.hero__scroll span{display:block;width:4px;height:8px;border-radius:2px;background:#fff9;animation:scroll-bounce 1.8s ease-in-out infinite}@keyframes scroll-bounce{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(8px);opacity:.3}}.about{background:var(--color-surface)}.about__inner{display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:900px){.about__inner{grid-template-columns:1fr 1fr;gap:80px}}.about__title{margin:16px 0 24px}.about__title em{font-style:italic;color:var(--color-accent)}.about__desc{color:var(--color-muted);line-height:1.8;margin-bottom:16px}.about__features{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0 32px}.about__feature{display:flex;align-items:center;gap:10px;font-size:.875rem;font-weight:500}.about__feature-icon{color:var(--color-accent);font-size:1rem}.about__image{border-radius:var(--radius-md);overflow:hidden;aspect-ratio:4/5;order:-1}@media(min-width:900px){.about__image{order:1}}.about__image img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-out)}.about__image:hover img{transform:scale(1.04)}.projects{background:var(--color-bg)}.projects__header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:48px;flex-wrap:wrap}.projects__title{margin-top:12px}.projects__grid{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:600px){.projects__grid{grid-template-columns:1fr 1fr}}@media(min-width:1200px){.projects__grid>:first-child{grid-column:span 1;grid-row:span 2}}.project-card{position:relative;border-radius:var(--radius-md);overflow:hidden;display:block;aspect-ratio:4/3}@media(min-width:1200px){.projects__grid>.project-card:first-child{aspect-ratio:unset}}.project-card__img{width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease-out)}.project-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 60%);opacity:0;transition:opacity .35s;display:flex;align-items:flex-end;padding:24px}.project-card:hover .project-card__overlay{opacity:1}.project-card:hover .project-card__img{transform:scale(1.05)}.project-card__info{color:#fff;transform:translateY(12px);transition:transform .35s var(--ease-out)}.project-card:hover .project-card__info{transform:translateY(0)}.project-card__type{display:block;font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#fff9;margin-bottom:6px}.project-card__name{font-family:var(--font-display);font-size:1.4rem;font-weight:400;margin-bottom:4px}.project-card__area{font-size:.8rem;color:var(--color-accent)}.process{background:var(--color-dark);color:#fff}.process__header{margin-bottom:64px}.process__header h2{color:#fff;margin-top:16px}.process__steps{display:grid;grid-template-columns:1fr;gap:40px}@media(min-width:768px){.process__steps{grid-template-columns:repeat(2,1fr)}}@media(min-width:1100px){.process__steps{grid-template-columns:repeat(4,1fr)}}.process__step{position:relative}.process__step-num{display:block;font-family:var(--font-display);font-size:4rem;font-weight:300;color:var(--color-accent);line-height:1;margin-bottom:16px}.process__step-line{width:40px;height:2px;background:#ffffff26;margin-bottom:20px}.process__step-title{font-family:var(--font-display);font-size:1.4rem;font-weight:400;color:#fff;margin-bottom:12px}.process__step-desc{font-size:.9rem;color:var(--color-dark-muted);line-height:1.7}.cta{position:relative;padding:100px 0;overflow:hidden;color:#fff}.cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.cta__bg-img{width:100%;height:100%;object-fit:cover}.cta__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#080808d1}.cta__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:48px;align-items:center}@media(min-width:900px){.cta__inner{grid-template-columns:1fr 1fr}}.cta__title{color:#fff;margin:16px 0 20px}.cta__title em{font-style:italic;color:var(--color-accent)}.cta__subtitle{color:#fff9;font-size:.95rem;line-height:1.7}.cta__form-wrap{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:40px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cta__form{display:flex;flex-direction:column;gap:20px}.cta__form-field{display:flex;flex-direction:column;gap:8px}.cta__form-field label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#ffffff80}.cta__form-field input{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-sm);padding:14px 16px;font-family:var(--font-body);font-size:1rem;color:#fff;outline:none;transition:border-color .2s}.cta__form-field input::placeholder{color:#ffffff4d}.cta__form-field input:focus{border-color:var(--color-accent)}.cta__submit{width:100%;justify-content:center;padding:16px;font-size:.85rem}.cta__privacy{font-size:.72rem;color:#ffffff4d;text-align:center}.cta__privacy a{text-decoration:underline}.cta__success{text-align:center;padding:40px 20px;color:#ffffffd9}.cta__success-icon{display:block;font-size:3rem;color:var(--color-accent);margin-bottom:16px}.footer{background:var(--color-dark);color:#ffffff80;padding-top:64px}.footer__inner{display:grid;grid-template-columns:1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.08)}@media(min-width:768px){.footer__inner{grid-template-columns:2fr 1fr 1fr}}.footer__logo{width:56px;height:56px;object-fit:contain;margin-bottom:16px}.footer__tagline{font-size:.875rem;line-height:1.7}.footer__nav{display:flex;flex-direction:column;gap:12px}.footer__nav-title{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#ffffff4d;margin-bottom:4px}.footer__nav a,.footer__contacts a{font-size:.9rem;color:#fff9;transition:color .2s}.footer__nav a:hover,.footer__contacts a:hover{color:var(--color-accent)}.footer__contacts{display:flex;flex-direction:column;gap:12px}.footer__address{font-size:.875rem;margin-top:4px}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding-top:24px;padding-bottom:24px;font-size:.8rem}.footer__bottom a{color:#fff6;text-decoration:underline}
