@import"https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700;900&family=Libre+Bodoni:wght@700&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap";.header{position:fixed;top:0;left:0;right:0;background:transparent;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1)}.header--scrolled{background:var(--header-bg-scrolled);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.header__content{display:flex;align-items:center;justify-content:space-between;padding:2rem 0;transition:padding .3s ease}.header__logo{display:flex;flex-direction:column;font-weight:800;line-height:1.2;z-index:1002;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;background:transparent;border:0;padding:0;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;box-shadow:none}.header__logo:focus,.header__logo:focus-visible,.header__logo:active{outline:none!important;box-shadow:none!important}.header__logo-text{font-family:Bodoni Moda,Libre Bodoni,Georgia,serif;font-size:1.8rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;font-style:normal;outline:none;transition:color .3s ease}[data-theme=light] .header__logo-text{color:#fff}[data-theme=light] .header--scrolled .header__logo-text{color:#000}[data-theme=light] .header--menu-open .header__logo-text{color:#000!important}[data-theme=dark] .header__logo-text{color:#fff}.header__logo-text:focus,.header__logo-text:active{outline:none}.header__nav{display:flex;gap:3rem;margin-left:auto;margin-right:2rem}.header__nav-link{text-decoration:none;font-weight:300;font-size:.95rem;text-transform:uppercase;letter-spacing:.08em;transition:all .3s ease;position:relative;opacity:.85;background:none;border:none;cursor:pointer;padding:0;font-family:Montserrat,sans-serif;outline:none}[data-theme=light] .header__nav-link{color:#fff}[data-theme=light] .header--scrolled .header__nav-link{color:#000}[data-theme=light] .header--menu-open .header__nav-link{color:#000!important}[data-theme=dark] .header__nav-link{color:#fff}.header__nav-link:focus,.header__nav-link:active{outline:none}.header__nav-link:hover{opacity:1}.header__nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:1px;transition:width .3s ease}[data-theme=light] .header__nav-link:after{background:#fff}[data-theme=light] .header--scrolled .header__nav-link:after{background:#000}[data-theme=light] .header--menu-open .header__nav-link:after{background:#000!important}[data-theme=dark] .header__nav-link:after{background:#fff}.header__nav-link:hover:after{width:100%}.header__actions{display:flex;align-items:center;gap:1.5rem;z-index:1002}.header__theme-toggle{background:none;border:none;cursor:pointer;padding:0;outline:none}.header__theme-toggle:focus,.header__theme-toggle:active{outline:none}.theme-toggle__track{width:56px;height:28px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:28px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.theme-toggle__track--light{background:#0000001a;border-color:#0003}[data-theme=light] .theme-toggle__track{background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}[data-theme=light] .header--scrolled .theme-toggle__track{background:#0000001a;border-color:#0003}[data-theme=light] .header--menu-open .theme-toggle__track{background:#0000001a!important;border-color:#0003!important}.theme-toggle__thumb{position:absolute;top:2px;left:2px;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}[data-theme=light] .theme-toggle__thumb{background:#fff}[data-theme=light] .header--scrolled .theme-toggle__thumb{background:#000}[data-theme=light] .header--menu-open .theme-toggle__thumb{background:#000!important}[data-theme=dark] .theme-toggle__thumb{background:#fff}.theme-toggle__track--light .theme-toggle__thumb{transform:translate(28px)}.theme-toggle__icon{width:14px;height:14px}[data-theme=light] .theme-toggle__icon{color:#000}[data-theme=light] .header--scrolled .theme-toggle__icon{color:#fff}[data-theme=light] .header--menu-open .theme-toggle__icon{color:#fff!important}[data-theme=dark] .theme-toggle__icon{color:#000}.header__burger{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer;padding:0;z-index:1002;outline:none}.header__burger:focus,.header__burger:active{outline:none}.header__burger span{width:28px;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}[data-theme=light] .header__burger span{background:#fff}[data-theme=light] .header--scrolled .header__burger span{background:#000}[data-theme=light] .header--menu-open .header__burger span{background:#000!important}[data-theme=dark] .header__burger span{background:#fff}.header__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--overlay-bg);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 968px){.header__content{padding:1.5rem 0}.header__nav{position:fixed;top:0;left:0;right:0;bottom:0;flex-direction:column;justify-content:center;align-items:center;background:transparent;padding:0;gap:2.5rem;margin:0;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1001;overflow:hidden}.header__nav--open{opacity:1;visibility:visible}.header__nav-link{font-size:1.6rem;font-weight:400;letter-spacing:.12em;opacity:0;transition:opacity .4s ease .4s}.header__nav--open .header__nav-link{opacity:1}[data-theme=light] .header__nav--open .header__nav-link{color:#000!important}[data-theme=dark] .header__nav--open .header__nav-link{color:#fff!important}.header__burger{display:flex}.header__burger--open span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.header__logo-text{font-size:1.4rem}.header__nav-link:after{display:none}}@media (max-width: 480px){.header__nav{gap:2rem}.header__nav-link{font-size:1.4rem}.header__logo-text{font-size:1.2rem}.theme-toggle__track{width:48px;height:24px}.theme-toggle__thumb{width:20px;height:20px}.theme-toggle__track--light .theme-toggle__thumb{transform:translate(24px)}.theme-toggle__icon{width:12px;height:12px}}body.page--project .header{background:var(--header-bg-scrolled)!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}[data-theme=light] body.page--project .header .header__logo-text,[data-theme=light] body.page--project .header .header__nav-link{color:#000!important}[data-theme=light] body.page--project .header .header__nav-link:after{background:#000!important}[data-theme=light] body.page--project .header .header__burger span{background:#000!important}[data-theme=light] body.page--project .header .theme-toggle__track{background:#0000001a!important;border-color:#0003!important}[data-theme=light] body.page--project .header .theme-toggle__thumb{background:#000!important}[data-theme=light] body.page--project .header .theme-toggle__icon,[data-theme=dark] body.page--project .header .header__logo-text,[data-theme=dark] body.page--project .header .header__nav-link{color:#fff!important}[data-theme=dark] body.page--project .header .header__nav-link:after{background:#fff!important}[data-theme=dark] body.page--project .header .header__burger span{background:#fff!important}[data-theme=dark] body.page--project .header .theme-toggle__track{background:#ffffff1a!important;border-color:#fff3!important}[data-theme=dark] body.page--project .header .theme-toggle__thumb{background:#fff!important}[data-theme=dark] body.page--project .header .theme-toggle__icon{color:#000!important}.hero{position:relative;min-height:100vh;height:auto;display:flex;align-items:center;padding-top:0;overflow:hidden;background:var(--color-bg);pointer-events:auto}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none}.hero__background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#000000b3,#0000004d,#000000b3),url(/images/hero-desktop.jpg) center/cover no-repeat;transition:opacity .6s ease;pointer-events:none}.hero__background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#000000b3,#0000004d,#000000b3),url(/images/hero-desktop-morning.jpg) center/cover no-repeat;opacity:0;transition:opacity .6s ease;pointer-events:none}[data-theme=light] .hero__background:before{opacity:0}[data-theme=light] .hero__background:after{opacity:1}.hero__container{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;padding:0 4rem;pointer-events:auto}.hero__content{max-width:900px;padding:8rem 0;pointer-events:auto}.hero__title{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2.5rem}.hero__title-main{font-family:Montserrat,sans-serif;font-size:5.5rem;font-weight:700;letter-spacing:-.01em;line-height:1.1;color:#fff;text-transform:uppercase;font-style:italic;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.hero__title-sub{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;font-style:normal;letter-spacing:.2em;text-transform:uppercase;color:#fff;margin-top:.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.hero__description{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:300;line-height:1.8;margin-bottom:3rem;color:#fff;max-width:600px;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.hero__actions{display:flex;gap:2rem;align-items:center}.hero__btn{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 1.5rem;font-size:.9rem;font-weight:600;border:2px solid #fff;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.1em;background:transparent;color:#fff;font-family:Montserrat,sans-serif;outline:none}.hero__btn:focus,.hero__btn:active{outline:none}.hero__btn:hover{background:#fff;color:#000;transform:translateY(-2px)}.hero__btn span{flex:1}.hero__btn-circle{width:40px;height:40px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.hero__btn:hover .hero__btn-circle{background:#000;color:#fff;transform:rotate(45deg)}@media (max-width: 1280px){.hero__container{padding:0 2rem}.hero__title-main{font-size:5rem}}@media (max-width: 1024px){.hero__title-main{font-size:4.5rem}.hero__title-sub{font-size:1.3rem}.hero__content{max-width:700px}}@media (max-width: 768px){.hero{align-items:flex-start;min-height:100vh}.hero__background:before{background:linear-gradient(to bottom,#0009,#0006,#000c),url(/images/hero-mobile.jpg) center/cover no-repeat}.hero__background:after{background:linear-gradient(to bottom,#0009,#0006,#000c),url(/images/hero-mobile-morning.jpg) center/cover no-repeat}.hero__container{padding:0 2rem;height:100vh;display:flex;flex-direction:column}.hero__content{padding:0;max-width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding-top:8rem;padding-bottom:3rem}.hero__title{margin-bottom:1.5rem}.hero__title-main{font-size:2.5rem;line-height:1.15}.hero__title-sub{font-size:1rem;letter-spacing:.15em}.hero__description{font-size:.95rem;margin-bottom:0;line-height:1.6}.hero__actions{margin-top:auto;width:100%}.hero__btn{width:100%;justify-content:space-between;padding:1.1rem 1.5rem;font-size:.85rem}.hero__btn-circle{width:38px;height:38px}}@media (max-width: 480px){.hero__content{padding-top:7rem;padding-bottom:2.5rem}.hero__title-main{font-size:2.2rem}.hero__title-sub,.hero__description{font-size:.9rem}}.about{background:var(--color-bg);color:var(--color-text);padding:4rem 0;position:relative}.about__title{font-size:4.5rem;font-weight:600;letter-spacing:-.02em;text-transform:uppercase;color:var(--color-text);margin-bottom:4rem;font-style:normal}.about__content{display:grid;grid-template-columns:35% 1fr;gap:4rem;align-items:start}.about__image-wrapper{width:100%;height:400px;overflow:hidden;border-radius:0}.about__image{width:100%;height:100%;object-fit:cover;object-position:center}.about__text{display:flex;flex-direction:column;gap:2rem}.about__description{font-size:1.1rem;line-height:1.8;color:var(--color-text);opacity:.85;margin-bottom:0}.about__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem 2rem;margin-top:2rem;padding-top:3rem;border-top:1px solid var(--color-text);border-top-opacity:.1}[data-theme=dark] .about__stats{border-top-color:#ffffff1a}[data-theme=light] .about__stats{border-top-color:#0000001a}.about__stat-item{display:flex;flex-direction:column;gap:.5rem}.about__stat-number{font-size:2.8rem;font-weight:700;color:var(--color-text);line-height:1.1}.about__stat-label{font-size:.9rem;font-weight:300;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text);opacity:.6}@media (max-width: 1024px){.about__content{grid-template-columns:40% 1fr;gap:3rem}.about__image-wrapper{height:500px}}@media (max-width: 768px){.about{padding:4rem 0}.about__title{font-size:2.5rem;margin-bottom:2rem}.about__content{grid-template-columns:1fr;gap:2rem}.about__image-wrapper{height:400px}.about__description{font-size:1rem}.about__stats{grid-template-columns:1fr;gap:2rem;margin-top:1rem;padding-top:2rem}.about__stat-number{font-size:2.5rem}.about__stat-label{font-size:.8rem}}.projects{background:var(--color-bg);color:var(--color-text);padding:3rem 0;position:relative;z-index:2;isolation:isolate;overflow:hidden}.projects__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4rem;gap:2rem}.projects__heading{display:flex;flex-direction:column;gap:.75rem;max-width:820px}.projects__title{font-size:3rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text);margin:0}.projects__subtitle{margin:0;font-size:1rem;line-height:1.6;color:var(--color-text);opacity:.75;max-width:720px}.projects__controls{display:flex;gap:1rem}.projects__arrow{width:50px;height:50px;background:transparent;color:var(--color-text);font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;outline:none;font-weight:300}[data-theme=dark] .projects__arrow{border:1px solid rgba(255,255,255,.5)}[data-theme=light] .projects__arrow{border:1px solid rgba(0,0,0,.5)}.projects__arrow:focus,.projects__arrow:active{outline:none}.projects__arrow:hover{background:var(--color-text);color:var(--color-bg);border-color:var(--color-text)}.projects__viewport{position:relative;width:100%;max-width:1400px;margin:0 auto;height:600px;padding:40px 0;overflow:visible}.projects__stack{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.projects__card{position:absolute;width:60%;max-width:700px;height:100%;cursor:pointer;transition:all .6s cubic-bezier(.4,0,.2,1);transform:translate(0) scale(.85);filter:blur(8px) brightness(.4)}[data-theme=dark] .projects__card{background:#141414f2;border:1px solid rgba(255,255,255,.15);box-shadow:0 20px 60px #00000080}[data-theme=light] .projects__card{background:#fffffff2;border:1px solid rgba(0,0,0,.15);box-shadow:0 20px 60px #0003}.projects__card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;transition:opacity .6s ease;pointer-events:none}[data-theme=dark] .projects__card-overlay{background:#0009}[data-theme=light] .projects__card-overlay{background:#fff9}.projects__card--active{transform:translate(0) scale(1);z-index:10;filter:blur(0) brightness(1)}[data-theme=dark] .projects__card--active{box-shadow:0 30px 80px #000000b3}[data-theme=light] .projects__card--active{box-shadow:0 30px 80px #0000004d}.projects__card--active .projects__card-overlay{opacity:0}.projects__card--prev{transform:translate(-35%) scale(.85);z-index:5;filter:blur(8px) brightness(.4)}.projects__card--next{transform:translate(35%) scale(.85);z-index:5;filter:blur(8px) brightness(.4)}.projects__card--prev:hover,.projects__card--next:hover{filter:blur(6px) brightness(.5)}.projects__card-image-wrapper{width:100%;height:60%;overflow:hidden;position:relative;z-index:0}.projects__card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.projects__card--active:hover .projects__card-image{transform:scale(1.05)}.projects__card-content{padding:2rem;height:40%;display:flex;flex-direction:column;justify-content:space-between;position:relative;z-index:2}.projects__card-top{display:flex;flex-direction:column;gap:.75rem}.projects__card-bottom{display:flex;flex-direction:column;gap:1rem}.projects__card-title{font-size:1.65rem;font-weight:800;color:var(--color-text);margin:0;text-transform:uppercase;letter-spacing:.03em;line-height:1.1}.projects__card-actions{display:flex;align-items:center}.projects__card-more{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:.85rem 1.35rem;border-radius:999px;font-size:.85rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease;user-select:none;-webkit-user-select:none}[data-theme=dark] .projects__card-more{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.35)}[data-theme=light] .projects__card-more{background:#00000014;color:#000;border:1px solid rgba(0,0,0,.35)}.projects__card-more:hover{transform:translateY(-1px)}.projects__card-more:active{transform:translateY(0)}[data-theme=dark] .projects__card--active .projects__card-more{background:#fff;color:#000;border-color:#fff}[data-theme=light] .projects__card--active .projects__card-more{background:#000;color:#fff;border-color:#000}.projects__card-description{font-size:1rem;line-height:1.6;color:var(--color-text);opacity:.75;margin:0}.projects__card-stats{display:flex;gap:3rem}.projects__card-stat{display:flex;align-items:baseline;gap:.5rem}.projects__card-stat-value{font-size:2rem;font-weight:700;color:var(--color-text)}.projects__card-stat-label{font-size:.9rem;color:var(--color-text);opacity:.65}.projects__dots{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.projects__dot{width:12px;height:12px;border-radius:50%;background:var(--color-text);opacity:.3;border:none;cursor:pointer;transition:all .3s ease;outline:none}.projects__dot:focus,.projects__dot:active{outline:none}.projects__dot--active{background:var(--color-text);opacity:1;transform:scale(1.2)}.projects__dot:hover{opacity:.6}@media (max-width: 1024px){.projects__card{width:70%}.projects__viewport{height:550px;padding:30px 0}}@media (max-width: 768px){.projects{padding:3rem 0}.projects__header{flex-direction:column;align-items:center;text-align:center;gap:1.5rem;margin-bottom:2rem}.projects__heading{align-items:center;text-align:center;max-width:100%}.projects__title{font-size:2rem;text-align:center}.projects__subtitle{font-size:.95rem;line-height:1.55;max-width:100%;text-align:center}.projects__controls{justify-content:center;width:100%}.projects__viewport{height:500px;padding:20px 0}.projects__card{width:90%}.projects__card--prev,.projects__card--next{opacity:0;pointer-events:none}.projects__card-content{padding:1.5rem}.projects__card-top{gap:.6rem}.projects__card-title{font-size:1.35rem}.projects__card-description{font-size:.9rem}.projects__card-stat-value{font-size:1.5rem}.projects__card-more{width:100%;min-height:52px;padding:.9rem 1.2rem;font-size:.86rem}}.services{padding:3rem 0;background:var(--color-bg);position:relative;z-index:1;isolation:isolate}.services__header{text-align:center;margin-bottom:5rem}.services__title{font-size:3rem;font-weight:800;color:var(--color-text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.services__subtitle{font-size:1.1rem;color:var(--color-text);opacity:.6;max-width:600px;margin:0 auto;line-height:1.6}.services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.services__card{overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer}[data-theme=dark] .services__card{background:#ffffff08;border:1px solid rgba(255,255,255,.1)}[data-theme=light] .services__card{background:#00000008;border:1px solid rgba(0,0,0,.1)}.services__card:hover{transform:translateY(-8px)}[data-theme=dark] .services__card:hover{background:#ffffff0d;border-color:#fff3}[data-theme=light] .services__card:hover{background:#0000000d;border-color:#0003}.services__card-image-wrapper{position:relative;width:100%;height:240px;overflow:hidden}.services__card-image{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.services__card:hover .services__card-image{transform:scale(1.1)}.services__card-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0003,#0009);display:flex;align-items:flex-end;padding:1.5rem;transition:background .4s ease}.services__card:hover .services__card-overlay{background:linear-gradient(to bottom,#0000001a,#00000080)}.services__card-number{font-size:3rem;font-weight:800;line-height:1;transition:color .4s ease}[data-theme=dark] .services__card-number{color:#ffffff4d}[data-theme=light] .services__card-number{color:#fff6}[data-theme=dark] .services__card:hover .services__card-number{color:#ffffff80}[data-theme=light] .services__card:hover .services__card-number{color:#fff9}.services__card-content{padding:2rem}.services__card-title{font-size:1.2rem;font-weight:700;color:var(--color-text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.03em;line-height:1.3}.services__card-description{font-size:.95rem;line-height:1.7;color:var(--color-text);opacity:.6;margin:0}@media (max-width: 768px){.services{padding:3rem 0}.services__title{font-size:2rem}.services__subtitle{font-size:1rem}.services__grid{grid-template-columns:1fr;gap:1.5rem}.services__card-image-wrapper{height:200px}.services__card-content{padding:1.5rem}.services__card-title{font-size:1.1rem}.services__card-description{font-size:.9rem}}.gallery{padding:4rem 0;background:var(--color-bg);color:var(--color-text);position:relative;overflow:hidden}.gallery__container{max-width:1400px;margin:0 auto;padding:0 4rem}.gallery__content{display:grid;grid-template-columns:400px 1fr;gap:6rem;align-items:center}.gallery__left{display:flex;flex-direction:column;gap:3rem}.gallery__title{font-size:4.5rem;font-weight:600;color:var(--color-text);letter-spacing:-.02em;line-height:1;margin:0}.gallery__description{font-size:.95rem;line-height:1.7;color:var(--color-text);opacity:.7;margin:0;letter-spacing:.02em}.gallery__button{display:inline-flex;align-items:center;gap:1rem;padding:0;background:none;border:none;color:var(--color-text);font-size:1rem;font-weight:500;letter-spacing:.05em;cursor:pointer;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;width:fit-content;outline:none}.gallery__button:focus,.gallery__button:active{outline:none}.gallery__button span{transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery__button:hover span{transform:translate(-8px)}.gallery__button-circle{width:50px;height:50px;border-radius:50%;background:var(--color-text);color:var(--color-bg);display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.gallery__button:hover .gallery__button-circle{transform:translate(8px) rotate(-90deg)}[data-theme=dark] .gallery__button:hover .gallery__button-circle{background:#f0f0f0}[data-theme=light] .gallery__button:hover .gallery__button-circle{background:#2a2a2a}.gallery__right{position:relative;height:600px}.gallery__grid{position:relative;width:100%;height:100%}.gallery__item{position:absolute;overflow:hidden;cursor:pointer;transition:all .6s cubic-bezier(.4,0,.2,1)}.gallery__item--1{top:0;left:0;width:48%;height:58%}.gallery__item--2{top:0;right:0;width:48%;height:58%}.gallery__item--3{bottom:0;left:0;width:48%;height:38%}.gallery__item--4{bottom:0;right:0;width:48%;height:38%}.gallery__item-inner{width:100%;height:100%;position:relative}.gallery__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.gallery__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 60%);opacity:0;transition:opacity .4s ease;display:flex;align-items:flex-end;padding:1.5rem}.gallery__overlay-content{transform:translateY(20px);transition:transform .4s cubic-bezier(.4,0,.2,1)}.gallery__item-title{font-size:1.2rem;font-weight:600;color:#fff;margin:0 0 .3rem;letter-spacing:-.01em}.gallery__item-subtitle{font-size:.9rem;color:#ffffffb3;margin:0}.gallery__item--active{transform:scale(1.05);z-index:10}[data-theme=dark] .gallery__item--active{box-shadow:0 20px 60px #00000080}[data-theme=light] .gallery__item--active{box-shadow:0 20px 60px #0000004d}.gallery__item--active .gallery__image{transform:scale(1.1)}.gallery__item--active .gallery__overlay{opacity:1}.gallery__item--active .gallery__overlay-content{transform:translateY(0)}.gallery__item--inactive{filter:brightness(.6)}.gallery__item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid transparent;transition:border-color .4s ease;pointer-events:none;z-index:1}[data-theme=dark] .gallery__item--active:before{border-color:#ffffff4d}[data-theme=light] .gallery__item--active:before{border-color:#0000004d}@media (max-width: 1200px){.gallery__content{grid-template-columns:1fr;gap:4rem}.gallery__left{text-align:center;align-items:center}.gallery__right{height:500px}.gallery__title{font-size:3.5rem}}@media (max-width: 768px){.gallery__container{padding:0 2rem}.gallery{padding:5rem 0}.gallery__title{font-size:2.5rem}.gallery__description{font-size:.85rem}.gallery__right{height:400px}.gallery__item--1,.gallery__item--2{width:48%;height:55%}.gallery__item--3,.gallery__item--4{width:48%;height:40%}.gallery__item-title{font-size:1rem}.gallery__item-subtitle{font-size:.8rem}}.contacts{padding:4rem 0;background:var(--color-bg);color:var(--color-text);position:relative}.contacts__container{max-width:1400px;margin:0 auto;padding:0 4rem}.contacts__content{display:grid;grid-template-columns:1fr 1fr;gap:8rem;align-items:start;margin-bottom:5rem}.contacts__header{display:flex;flex-direction:column;gap:2rem}.contacts__title{font-size:4.5rem;font-weight:600;color:var(--color-text);letter-spacing:-.02em;line-height:1;margin:0}.contacts__description{font-size:1rem;line-height:1.7;color:var(--color-text);opacity:.7;margin:0;max-width:500px}.contacts__form-wrapper{padding:3rem}[data-theme=dark] .contacts__form-wrapper{background:#ffffff08;border:1px solid rgba(255,255,255,.1)}[data-theme=light] .contacts__form-wrapper{background:#00000008;border:1px solid rgba(0,0,0,.1)}.contacts__info-wrapper{display:contents}.contacts__info{display:flex;flex-direction:column;gap:2.5rem;margin-top:3rem}.contacts__info-item{display:flex;flex-direction:column;gap:.8rem;padding-bottom:2rem}[data-theme=dark] .contacts__info-item{border-bottom:1px solid rgba(255,255,255,.1)}[data-theme=light] .contacts__info-item{border-bottom:1px solid rgba(0,0,0,.1)}.contacts__info-item:last-child{border-bottom:none;padding-bottom:0}.contacts__label{font-size:.75rem;font-weight:600;color:var(--color-text);opacity:.5;letter-spacing:.15em;text-transform:uppercase}.contacts__link{font-size:1.4rem;color:var(--color-text);text-decoration:none;transition:opacity .3s ease;font-weight:500}.contacts__link:hover{opacity:.7}.contacts__text{font-size:1.1rem;color:var(--color-text);opacity:.9;line-height:1.6}.contacts__form{display:flex;flex-direction:column;gap:1.5rem}.contacts__form-group{display:flex;flex-direction:column}.contacts__input,.contacts__textarea{width:100%;padding:1.2rem 1.5rem;color:var(--color-text);font-size:1rem;font-family:inherit;transition:all .3s ease}[data-theme=dark] .contacts__input,[data-theme=dark] .contacts__textarea{background:#ffffff0d;border:1px solid rgba(255,255,255,.15)}[data-theme=light] .contacts__input,[data-theme=light] .contacts__textarea{background:#0000000d;border:1px solid rgba(0,0,0,.15)}.contacts__input::placeholder,.contacts__textarea::placeholder{color:var(--color-text);opacity:.4}.contacts__input:focus,.contacts__textarea:focus{outline:none}[data-theme=dark] .contacts__input:focus,[data-theme=dark] .contacts__textarea:focus{border-color:#fff6;background:#ffffff14}[data-theme=light] .contacts__input:focus,[data-theme=light] .contacts__textarea:focus{border-color:#0006;background:#00000014}.contacts__textarea{resize:vertical;min-height:120px}.contacts__message{background:#4caf501a;border:1px solid rgba(76,175,80,.3);color:#4caf50;padding:1rem;text-align:center;font-size:.95rem}.contacts__message--error{background:#f443361a;border-color:#f443364d;color:#f44336}.contacts__form-footer{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.contacts__privacy{font-size:.8rem;line-height:1.5;color:var(--color-text);opacity:.5;margin:0;text-align:left}.contacts__submit{display:inline-flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.2rem 2rem;background:var(--color-text);color:var(--color-bg);border:none;font-size:.95rem;font-weight:600;letter-spacing:.05em;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);outline:none}.contacts__submit:hover:not(:disabled){transform:translateY(-2px)}[data-theme=dark] .contacts__submit:hover:not(:disabled){background:#ffffffe6}[data-theme=light] .contacts__submit:hover:not(:disabled){background:#000000e6}.contacts__submit:disabled{opacity:.6;cursor:not-allowed}.contacts__submit span{flex:1}.contacts__submit-circle{width:40px;height:40px;border-radius:50%;background:var(--color-bg);color:var(--color-text);display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.contacts__submit:hover:not(:disabled) .contacts__submit-circle{transform:rotate(45deg)}.contacts__map{width:100%;overflow:hidden}[data-theme=dark] .contacts__map{border:1px solid rgba(255,255,255,.1)}[data-theme=light] .contacts__map{border:1px solid rgba(0,0,0,.1)}.contacts__map iframe{display:block;width:100%}@media (min-width: 769px){.contacts__content{grid-template-areas:"header form" "info form";grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr}.contacts__header{grid-area:header}.contacts__form-wrapper{grid-area:form}.contacts__info-wrapper{grid-area:info;display:block}}@media (max-width: 768px){.contacts{padding:5rem 0}.contacts__container{padding:0 2rem}.contacts__content{display:flex;flex-direction:column;gap:3rem;margin-bottom:4rem}.contacts__header{order:1}.contacts__form-wrapper{order:2;padding:2rem}.contacts__info-wrapper{order:3;display:block}.contacts__info{margin-top:0}.contacts__title{font-size:2.5rem}.contacts__description{font-size:.9rem}.contacts__link{font-size:1.2rem}.contacts__text{font-size:1rem}.contacts__input,.contacts__textarea{padding:1rem;font-size:.95rem}.contacts__privacy{font-size:.75rem;text-align:center}.contacts__submit{padding:1rem 1.5rem;font-size:.9rem}.contacts__submit-circle{width:35px;height:35px}.contacts__map{height:350px}}@media (max-width: 1200px) and (min-width: 769px){.contacts__content{grid-template-columns:1fr;grid-template-areas:"header" "form" "info";gap:5rem}.contacts__title{font-size:3.5rem}}.footer{background:var(--color-bg);color:var(--color-text);padding:4rem 0 2rem}[data-theme=dark] .footer{border-top:1px solid rgba(255,255,255,.1)}[data-theme=light] .footer{border-top:1px solid rgba(0,0,0,.1)}.footer__container{max-width:1400px;margin:0 auto;padding:0 4rem}.footer__main{display:grid;grid-template-columns:2fr 1fr 1fr;gap:6rem;padding-bottom:3rem}[data-theme=dark] .footer__main{border-bottom:1px solid rgba(255,255,255,.1)}[data-theme=light] .footer__main{border-bottom:1px solid rgba(0,0,0,.1)}.footer__column--large{display:flex;flex-direction:column;justify-content:space-between}.footer__brand{display:flex;flex-direction:column;gap:1.5rem}.footer__logo{font-family:Bodoni Moda,Libre Bodoni,Georgia,serif;font-size:3rem;font-weight:700;font-style:normal;color:var(--color-text);letter-spacing:.1em;text-transform:uppercase;line-height:1;background:transparent;border:0;padding:0;margin:0;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;outline:none;box-shadow:none;text-align:left}.footer__logo:focus,.footer__logo:focus-visible,.footer__logo:active{outline:none!important;box-shadow:none!important}.footer__tagline{font-size:.95rem;line-height:1.7;color:var(--color-text);opacity:.6;margin:0;max-width:400px;font-family:Montserrat,sans-serif}.footer__top-button{display:inline-flex;align-items:center;gap:1rem;padding:0;background:none;border:none;color:var(--color-text);font-size:.9rem;font-weight:600;letter-spacing:.05em;cursor:pointer;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);width:fit-content;margin-top:2rem;font-family:Montserrat,sans-serif;outline:none}.footer__top-button:focus,.footer__top-button:active{outline:none}.footer__top-button span{transition:transform .4s cubic-bezier(.4,0,.2,1)}.footer__top-button:hover span{transform:translateY(-3px)}.footer__top-circle{width:45px;height:45px;border-radius:50%;background:var(--color-text);color:var(--color-bg);display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.footer__top-button:hover .footer__top-circle{transform:translateY(-5px)}[data-theme=dark] .footer__top-button:hover .footer__top-circle{background:#f0f0f0}[data-theme=light] .footer__top-button:hover .footer__top-circle{background:#2a2a2a}.footer__heading{font-size:.75rem;font-weight:700;color:var(--color-text);opacity:.5;letter-spacing:.15em;margin:0 0 1.5rem;text-transform:uppercase;font-family:Montserrat,sans-serif}.footer__nav{display:flex;flex-direction:column;gap:1rem}.footer__link{background:none;border:none;color:var(--color-text);opacity:.7;text-align:left;font-size:.95rem;cursor:pointer;transition:opacity .3s ease;padding:0;font-family:Montserrat,sans-serif;outline:none}.footer__link:focus,.footer__link:active{outline:none}.footer__link:hover{opacity:1}.footer__contacts{display:flex;flex-direction:column;gap:1rem}.footer__contact-link{color:var(--color-text);opacity:.7;text-decoration:none;font-size:.95rem;transition:opacity .3s ease;font-family:Montserrat,sans-serif}.footer__contact-link:hover{opacity:1}.footer__contact-text{color:var(--color-text);opacity:.7;font-size:.95rem;line-height:1.6;font-family:Montserrat,sans-serif}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem}.footer__copyright{color:var(--color-text);opacity:.4;font-size:.85rem;font-family:Montserrat,sans-serif}.footer__legal{display:flex;gap:2rem}.footer__legal-link{color:var(--color-text);opacity:.4;text-decoration:none;font-size:.85rem;transition:opacity .3s ease;font-family:Montserrat,sans-serif}.footer__legal-link:hover{opacity:.7}@media (max-width: 1024px){.footer__main{grid-template-columns:1fr 1fr;gap:4rem}.footer__column--large{grid-column:1 / -1}.footer__logo{font-size:2.5rem}}@media (max-width: 768px){.footer__container{padding:0 2rem}.footer__main{grid-template-columns:1fr;gap:3rem}.footer__logo{font-size:2rem}.footer__tagline{font-size:.9rem}.footer__bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer__legal{flex-direction:column;gap:.75rem}}.p03-page{padding-top:100px;padding-bottom:4rem;background:var(--color-bg);color:var(--color-text)}@media (max-width: 768px){.p03-page{padding-top:80px;padding-bottom:3rem}}.p03-container{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.25rem}@media (max-width: 768px){.p03-container{gap:1.15rem;padding-top:.75rem}}.p03-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.p03-header__left{display:flex;flex-direction:column;gap:.55rem}.p03-title{margin:0;font-size:3rem;letter-spacing:-.02em;line-height:1.05;color:var(--color-text)}.p03-subtitle{font-size:1rem;line-height:1.6;opacity:.78;color:var(--color-text)}.p03-tech{font-size:.95rem;line-height:1.6;opacity:.78;color:var(--color-text)}.p03-back{color:var(--color-text);opacity:.85;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap}.p03-back:hover{opacity:1}.p03-media{width:100%;overflow:hidden;border-radius:18px}@media (max-width: 768px){.p03-media{border-radius:14px}}.p03-media--plan{margin:.15rem 0 .25rem;border-radius:18px;overflow:hidden;display:flex;justify-content:center;align-items:center;padding:.75rem 0}@media (max-width: 768px){.p03-media--plan{border-radius:14px;padding:.6rem 0;margin:.1rem 0 .2rem}}.p03-image{width:100%;height:auto;display:block;object-fit:cover}.p03-image--plan{width:auto;max-width:100%;height:auto;display:block;transform:scale(.7);transform-origin:center center;object-fit:contain;background:#ffffff05}.p03-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.p03-meta__item{padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.25rem;border-radius:14px}[data-theme=dark] .p03-meta__item{background:#ffffff08;border:1px solid rgba(255,255,255,.12)}[data-theme=light] .p03-meta__item{background:#00000008;border:1px solid rgba(0,0,0,.12)}.p03-meta__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6;color:var(--color-text)}.p03-meta__value{font-size:1.05rem;font-weight:600;color:var(--color-text)}.p03-text{width:100%}.p03-paragraph{margin:0;font-size:1.05rem;line-height:1.9;opacity:.92;max-width:100%;color:var(--color-text)}.p03-paragraph+.p03-paragraph{margin-top:1rem}.p03-paragraph--label{margin-top:.35rem;margin-bottom:0;font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;opacity:.75}@media (max-width: 900px){.p03-meta{grid-template-columns:1fr}}@media (max-width: 768px){.p03-header{flex-direction:column;align-items:flex-start}.p03-title{font-size:2.2rem}.p03-subtitle{font-size:.95rem}.p03-tech{font-size:.92rem}.p03-paragraph{font-size:.98rem;line-height:1.85}}.p04-page{padding-top:100px;padding-bottom:4rem;background:var(--color-bg);color:var(--color-text)}@media (max-width: 768px){.p04-page{padding-top:80px;padding-bottom:3rem}}.p04-container{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.25rem}@media (max-width: 768px){.p04-container{gap:1.15rem;padding-top:.75rem}}.p04-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.p04-header__left{display:flex;flex-direction:column;gap:.55rem}.p04-title{margin:0;font-size:3rem;letter-spacing:-.02em;line-height:1.05;color:var(--color-text)}.p04-subtitle{font-size:1rem;line-height:1.6;opacity:.78;color:var(--color-text)}.p04-tech{font-size:.95rem;line-height:1.6;opacity:.78;color:var(--color-text)}.p04-back{color:var(--color-text);opacity:.85;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap}.p04-back:hover{opacity:1}.p04-media{width:100%;overflow:hidden;border-radius:18px}@media (max-width: 768px){.p04-media{border-radius:14px}}.p04-media--evening{margin-top:.15rem}.p04-media--plan{margin:.15rem 0 .25rem;border-radius:18px;overflow:hidden;display:flex;justify-content:center;align-items:center;padding:.75rem 0}@media (max-width: 768px){.p04-media--plan{border-radius:14px;padding:.6rem 0;margin:.1rem 0 .2rem}}.p04-image{width:100%;height:auto;display:block;object-fit:cover}.p04-image--plan{width:auto;max-width:100%;height:auto;display:block;transform:scale(.7);transform-origin:center center;object-fit:contain;background:#ffffff05}.p04-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.p04-meta__item{padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.25rem;border-radius:14px}[data-theme=dark] .p04-meta__item{background:#ffffff08;border:1px solid rgba(255,255,255,.12)}[data-theme=light] .p04-meta__item{background:#00000008;border:1px solid rgba(0,0,0,.12)}.p04-meta__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6;color:var(--color-text)}.p04-meta__value{font-size:1.05rem;font-weight:600;color:var(--color-text)}.p04-text{width:100%}.p04-paragraph{margin:0;font-size:1.05rem;line-height:1.9;opacity:.92;max-width:100%;color:var(--color-text)}.p04-paragraph+.p04-paragraph{margin-top:1rem}.p04-paragraph--label{margin-top:.35rem;margin-bottom:0;font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;opacity:.75}@media (max-width: 900px){.p04-meta{grid-template-columns:1fr}}@media (max-width: 768px){.p04-header{flex-direction:column;align-items:flex-start}.p04-title{font-size:2.2rem}.p04-subtitle{font-size:.95rem}.p04-tech{font-size:.92rem}.p04-paragraph{font-size:.98rem;line-height:1.85}}.p05-page{padding-top:100px;padding-bottom:4rem;background:var(--color-bg);color:var(--color-text)}@media (max-width: 768px){.p05-page{padding-top:80px;padding-bottom:3rem}}.p05-container{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.25rem}@media (max-width: 768px){.p05-container{gap:1.15rem;padding-top:.75rem}}.p05-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.p05-header__left{display:flex;flex-direction:column;gap:.55rem}.p05-title{margin:0;font-size:3rem;letter-spacing:-.02em;line-height:1.05;color:var(--color-text)}.p05-subtitle{font-size:1rem;line-height:1.6;opacity:.78;color:var(--color-text)}.p05-back{color:var(--color-text);opacity:.85;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap}.p05-back:hover{opacity:1}.p05-media{width:100%;overflow:hidden;border-radius:18px}@media (max-width: 768px){.p05-media{border-radius:14px}}.p05-media--plan{margin:.15rem 0 .25rem}.p05-image{width:100%;height:auto;display:block;object-fit:cover}.p05-image--plan{object-fit:contain;background:#ffffff05;max-width:600px;margin-left:auto;margin-right:auto}.p05-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.p05-meta__item{padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.25rem;border-radius:14px}[data-theme=dark] .p05-meta__item{background:#ffffff08;border:1px solid rgba(255,255,255,.12)}[data-theme=light] .p05-meta__item{background:#00000008;border:1px solid rgba(0,0,0,.12)}.p05-meta__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6;color:var(--color-text)}.p05-meta__value{font-size:1.05rem;font-weight:600;color:var(--color-text)}.p05-text{width:100%}.p05-paragraph{margin:0;font-size:1.05rem;line-height:1.9;opacity:.92;max-width:100%;color:var(--color-text)}.p05-paragraph+.p05-paragraph{margin-top:1rem}.p05-paragraph--label{margin-top:.35rem;margin-bottom:0;font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;opacity:.75}@media (max-width: 900px){.p05-meta{grid-template-columns:1fr}}@media (max-width: 768px){.p05-header{flex-direction:column;align-items:flex-start}.p05-title{font-size:2.2rem}.p05-subtitle{font-size:.95rem}.p05-paragraph{font-size:.98rem;line-height:1.85}.p05-media--plan{margin:.1rem 0 .2rem}.p05-image--plan{max-width:100%}}.p06-page{padding-top:100px;padding-bottom:4rem;background:var(--color-bg);color:var(--color-text)}@media (max-width: 768px){.p06-page{padding-top:80px;padding-bottom:3rem}}.p06-container{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.25rem}@media (max-width: 768px){.p06-container{gap:1.15rem;padding-top:.75rem}}.p06-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.p06-header__left{display:flex;flex-direction:column;gap:.55rem}.p06-title{margin:0;font-size:3rem;letter-spacing:-.02em;line-height:1.05;color:var(--color-text)}.p06-subtitle{font-size:1rem;line-height:1.6;opacity:.78;color:var(--color-text)}.p06-tech{font-size:.95rem;line-height:1.6;opacity:.78;color:var(--color-text)}.p06-back{color:var(--color-text);opacity:.85;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap}.p06-back:hover{opacity:1}.p06-media{width:100%;overflow:hidden;border-radius:18px}@media (max-width: 768px){.p06-media{border-radius:14px}}.p06-image{width:100%;height:auto;display:block;object-fit:cover}.p06-media--plan{margin:.15rem 0 .25rem;border-radius:18px;overflow:hidden;display:flex;justify-content:center;align-items:center;padding:.75rem 0}@media (max-width: 768px){.p06-media--plan{border-radius:14px;padding:.6rem 0;margin:.1rem 0 .2rem}}.p06-image--plan{width:auto;max-width:100%;height:auto;display:block;transform:scale(.7);transform-origin:center center;object-fit:contain;background:#ffffff05}.p06-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.p06-meta__item{padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.25rem;border-radius:14px}[data-theme=dark] .p06-meta__item{background:#ffffff08;border:1px solid rgba(255,255,255,.12)}[data-theme=light] .p06-meta__item{background:#00000008;border:1px solid rgba(0,0,0,.12)}.p06-meta__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6;color:var(--color-text)}.p06-meta__value{font-size:1.05rem;font-weight:600;color:var(--color-text)}.p06-text{width:100%}.p06-paragraph{margin:0;font-size:1.05rem;line-height:1.9;opacity:.92;max-width:100%;color:var(--color-text)}.p06-paragraph+.p06-paragraph{margin-top:1rem}.p06-paragraph--label{margin-top:.35rem;margin-bottom:0;font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;opacity:.75}@media (max-width: 900px){.p06-meta{grid-template-columns:1fr}}@media (max-width: 768px){.p06-header{flex-direction:column;align-items:flex-start}.p06-title{font-size:2.2rem}.p06-subtitle{font-size:.95rem}.p06-tech{font-size:.92rem}.p06-paragraph{font-size:.98rem;line-height:1.85}}.p07-page{padding-top:100px;padding-bottom:4rem;background:var(--color-bg);color:var(--color-text)}@media (max-width: 768px){.p07-page{padding-top:80px;padding-bottom:3rem}}.p07-container{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.25rem}@media (max-width: 768px){.p07-container{gap:1.15rem;padding-top:.75rem}}.p07-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem}.p07-header__left{display:flex;flex-direction:column;gap:.55rem}.p07-title{margin:0;font-size:3rem;letter-spacing:-.02em;line-height:1.05;color:var(--color-text)}.p07-subtitle{font-size:1rem;line-height:1.6;opacity:.78;color:var(--color-text)}.p07-tech{font-size:.95rem;line-height:1.6;opacity:.78;color:var(--color-text)}.p07-back{color:var(--color-text);opacity:.85;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:2px;white-space:nowrap}.p07-back:hover{opacity:1}.p07-media{width:100%;overflow:hidden;border-radius:18px}@media (max-width: 768px){.p07-media{border-radius:14px}}.p07-media--plan{margin:.15rem 0 .25rem;border-radius:18px;overflow:hidden;display:flex;justify-content:center;align-items:center;padding:.75rem 0}@media (max-width: 768px){.p07-media--plan{border-radius:14px;padding:.6rem 0;margin:.1rem 0 .2rem}}.p07-image{width:100%;height:auto;display:block;object-fit:cover}.p07-image--plan{width:auto;max-width:100%;height:auto;display:block;transform:scale(.7);transform-origin:center center;object-fit:contain;background:#ffffff05}.p07-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.p07-meta__item{padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.25rem;border-radius:14px}[data-theme=dark] .p07-meta__item{background:#ffffff08;border:1px solid rgba(255,255,255,.12)}[data-theme=light] .p07-meta__item{background:#00000008;border:1px solid rgba(0,0,0,.12)}.p07-meta__label{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;opacity:.6;color:var(--color-text)}.p07-meta__value{font-size:1.05rem;font-weight:600;color:var(--color-text)}.p07-text{width:100%}.p07-paragraph{margin:0;font-size:1.05rem;line-height:1.9;opacity:.92;max-width:100%;color:var(--color-text)}.p07-paragraph+.p07-paragraph{margin-top:1rem}.p07-paragraph--label{margin-top:.35rem;margin-bottom:0;font-size:.9rem;letter-spacing:.14em;text-transform:uppercase;opacity:.75}@media (max-width: 900px){.p07-meta{grid-template-columns:1fr}}@media (max-width: 768px){.p07-header{flex-direction:column;align-items:flex-start}.p07-title{font-size:2.2rem}.p07-subtitle{font-size:.95rem}.p07-tech{font-size:.92rem}.p07-paragraph{font-size:.98rem;line-height:1.85}}html{scroll-behavior:smooth}body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--color-secondary);line-height:1.6;background:#000}.app{min-height:100vh;display:flex;flex-direction:column;background:#000}.app__main{flex:1;background:#000}.container{max-width:1400px;margin:0 auto;padding:0 4rem;width:100%}@media (max-width: 1280px){.container{max-width:100%;padding:0 2rem}}@media (max-width: 768px){.container{padding:0 1rem}}section{padding:3rem 0;background:#000}@media (max-width: 768px){section{padding:2rem 0}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}::selection{background:var(--color-secondary);color:var(--color-primary)}::-moz-selection{background:var(--color-secondary);color:var(--color-primary)}button:focus,a:focus{outline:2px solid var(--color-secondary);outline-offset:2px}button,a,input,textarea,select{transition:all .3s ease}img{max-width:100%;height:auto;display:block}:root{--color-primary: #000000;--color-secondary: #ffffff;--color-text: #ffffff;--color-text-light: #cccccc;--color-text-lighter: #999999;--color-bg: #000000;--color-background: #000000;--color-background-dark: #0a0a0a;--color-background-gray: #1a1a1a;--color-border: #333333;--color-accent: #ffffff;--header-bg-scrolled: rgba(0, 0, 0, .7);--overlay-bg: rgba(0, 0, 0, .85);--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;--spacing-xl: 6rem;--font-primary: "Montserrat", sans-serif;--transition: .3s ease}[data-theme=light]{--color-primary: #ffffff;--color-secondary: #000000;--color-text: #000000;--color-text-light: #333333;--color-text-lighter: #666666;--color-bg: #ffffff;--color-background: #ffffff;--color-background-dark: #f5f5f5;--color-background-gray: #e5e5e5;--color-border: #cccccc;--color-accent: #000000;--header-bg-scrolled: rgba(255, 255, 255, .7);--overlay-bg: rgba(255, 255, 255, .85)}*{margin:0;padding:0;box-sizing:border-box}html.menu-open{overflow:hidden!important}html{font-size:16px;scroll-behavior:smooth;background:var(--color-bg)}body{margin:0;font-family:var(--font-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;transition:background-color .4s ease,color .4s ease}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.1;color:var(--color-text);letter-spacing:-.02em;transition:color .4s ease}h1{font-size:6rem;font-weight:700;letter-spacing:-.03em}h2{font-size:4.5rem;font-weight:600;letter-spacing:-.02em}h3{font-size:2.5rem;font-weight:500;letter-spacing:-.01em}h4{font-size:1.8rem;font-weight:500}h5{font-size:1.4rem;font-weight:500}h6{font-size:1.1rem;font-weight:500}p{margin-bottom:1rem;line-height:1.8;color:var(--color-text-light);transition:color .4s ease}a{color:inherit;text-decoration:none;transition:color .3s ease}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block;pointer-events:none;-webkit-user-drag:none;user-drag:none}@media (max-width: 768px){html{font-size:14px}h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.8rem}}::selection{background:var(--color-text);color:var(--color-bg)}::-moz-selection{background:var(--color-text);color:var(--color-bg)}
