@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap);@charset "UTF-8"*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;overflow-x:hidden;overflow-x:clip;scroll-behavior:smooth}@media (max-width:1730px){html{font-size:15px}}@media (max-width:1440px){html{font-size:14px}}@media (max-width:1024px){html{font-size:13px}}@media (max-width:768px){html{font-size:14px}}@media (min-width:2048.02px){html{font-size:18px}}@media (min-width:3840.02px){html{font-size:24px}}body{font-family:"Poppins",system-ui,sans-serif;font-weight:400;background:#f2eeed;color:#613741;line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:#fff0}a:link,a:visited,a:hover,a:focus,a:active{text-decoration:none!important}a:hover,a:focus{color:inherit}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Poppins",system-ui,sans-serif;margin-bottom:0;line-height:1.13}.display{font-family:"Poppins",system-ui,sans-serif;font-weight:600;line-height:1.13;letter-spacing:-.02em;text-wrap:balance}.kicker{font-family:"Poppins",system-ui,sans-serif;font-size:.75rem;font-weight:500;letter-spacing:.32em;text-transform:uppercase;color:#8c9077;display:flex;align-items:center;gap:.875rem}.kicker::before{content:"";width:2.25rem;height:1px;background:currentColor;flex:none}.container{max-width:80%}@media (max-width:1280px){.container{max-width:92%}}@media (max-width:768px){.container{max-width:100%}}.btn{display:inline-flex;align-items:center;gap:.75rem;padding:1.0625rem 2.125rem;font-family:"Poppins",system-ui,sans-serif;font-size:.8125rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;border:1px solid #fff0;border-radius:.125rem;transition:all 0.25s ease;white-space:nowrap;max-width:100%}.btn .arrow{transition:transform 0.25s ease}.btn:hover .arrow{transform:translateX(5px)}@media (max-width:768px){.btn{white-space:normal;text-align:center;justify-content:center}}.btn-primary{background:#613741;color:#fff}.btn-primary:hover{background:#4c2a32;color:#fff}.btn-ghost-light{border-color:rgb(253 251 250 / .5);color:#fdfbfa;background:#fff0}.btn-ghost-light:hover{background:#fdfbfa;color:#613741;border-color:#fdfbfa}.btn-ghost{border-color:#613741;color:#613741;background:#fff0}.btn-ghost:hover{background:#613741;color:#fdfbfa;border-color:#613741}.btn-link{background:none;border:none;padding:0 0 .375rem;font-size:.8125rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#613741;display:inline-flex;align-items:center;gap:.625rem;width:fit-content;border-bottom:1px solid #613741}.btn-link .arrow{transition:transform 0.25s ease}.btn-link:hover{color:#4c2a32;border-color:#4c2a32}.btn-link:hover .arrow{transform:translateX(5px)}.sec{padding:6.5rem 0}@media (max-width:768px){.sec{padding:3.5rem 0}}.sec-head{display:flex;flex-direction:column;gap:1.125rem;margin-bottom:3.575rem;max-width:47.5rem}.sec-head h2{font-size:clamp(2.25rem, 4vw, 3.25rem)}.sec-num{font-family:"Poppins",system-ui,sans-serif;font-size:.75rem;letter-spacing:.2em;color:rgb(48 26 31 / .6)}.lead{font-size:1.1875rem;color:rgb(48 26 31 / .6);max-width:56ch}.cta-center{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.sec-paper2{background:#e7e1de}.sec-dark{background:#613741;color:#fdfbfa}.sec-sage{background:#8c9077;color:#fdfbfa}.on-dark .lead{color:rgb(253 251 250 / .68)}.on-dark .sec-num{color:rgb(253 251 250 / .68)}body>header{display:contents}.topbar{background:#613741;color:rgb(253 251 250 / .68);font-size:.78rem;letter-spacing:.06em;border-bottom:1px solid rgb(253 251 250 / .2)}.topbar .container{display:flex;justify-content:space-between;align-items:center;height:2.375rem}.topbar a:hover{color:#fdfbfa}.topbar__right{display:flex;align-items:center;gap:1.375rem}@media (max-width:768px){.topbar__info{display:none}.topbar .container{justify-content:flex-end}}.lang-switch{display:flex;gap:2px;align-items:center}.lang-switch a,.lang-switch .active{font-size:.72rem;letter-spacing:.14em;padding:.1875rem .5rem;border-radius:2px;color:rgb(253 251 250 / .68)}.lang-switch a:hover{color:#fdfbfa}.lang-switch .active{color:#fdfbfa;background:rgb(253 251 250 / .12)}.navbar{display:block;padding:0;position:sticky;top:0;z-index:90;background:#8c9077;border-bottom:1px solid rgb(253 251 250 / .2);transition:box-shadow 0.35s ease}.navbar .container{display:flex;align-items:center;justify-content:space-between;height:5.25rem;gap:2rem;transition:height 0.35s ease}@media (max-width:768px){.navbar .container{height:4.25rem}}.navbar__logo img{height:2.75rem;width:auto;transition:height 0.35s ease}.navbar__menu{display:flex;align-items:center;gap:2.125rem}.navbar__cta{padding:.8125rem 1.625rem}.navbar__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:2.5rem;height:2.5rem;background:none;border:none}.navbar__toggle span{display:block;height:2px;width:1.5rem;background:#fdfbfa;transition:transform 0.3s ease,opacity 0.3s ease}.navbar.is-open .navbar__toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar.is-open .navbar__toggle span:nth-child(2){opacity:0}.navbar.is-open .navbar__toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:1280px){.navbar__toggle{display:flex}.navbar__menu{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:#8c9077;border-bottom:1px solid rgb(253 251 250 / .2);padding:.5rem 0 1.5rem;box-shadow:0 16px 30px -16px rgb(0 0 0 / .5);opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity 0.25s ease,transform 0.25s ease,visibility 0.25s ease}.navbar.is-open .navbar__menu{opacity:1;visibility:visible;transform:none}.navbar__cta{margin:1rem 1.25rem 0;justify-content:center}}body.scrolled .navbar{box-shadow:0 8px 28px -14px rgb(0 0 0 / .5)}body.scrolled .navbar .container{height:4rem}body.scrolled .navbar .navbar__logo img{height:2.25rem}.nav{list-style:none;display:flex;flex-wrap:nowrap;align-items:center;gap:2.125rem;padding-left:0;margin-bottom:0}.nav a{font-size:.8125rem;letter-spacing:.18em;text-transform:uppercase;color:rgb(253 251 250 / .68);padding:.375rem 0;position:relative;white-space:nowrap}.nav a::after{content:"";position:absolute;left:0;bottom:0;height:1px;width:0;background:#fdfbfa;transition:width 0.25s ease}.nav a:hover,.nav a.active{color:#fdfbfa}.nav a:hover::after,.nav a.active::after{width:100%}@media (max-width:1280px){.nav{flex-direction:column;align-items:stretch;gap:0;width:100%}.nav a{display:block;padding:1.5rem 1.25rem;border-bottom:1px solid rgb(253 251 250 / .2)}.nav a::after{display:none}}.ribbon{background:#613741;color:#fff;font-size:.8125rem;letter-spacing:.12em;max-height:6rem;overflow:hidden;transition:max-height 0.35s ease,opacity 0.35s ease}.ribbon .container{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:2.5rem;padding-top:.4rem;padding-bottom:.4rem;text-align:center;flex-wrap:wrap}.ribbon strong{font-weight:600;letter-spacing:.16em;text-transform:uppercase}.ribbon__text::after{content:"·";margin-left:.6rem}.ribbon__link{text-decoration:underline;text-underline-offset:4px}.ribbon__link:hover{color:#f2eeed}@media (max-width:768px){.ribbon .container{flex-direction:row;flex-wrap:nowrap;gap:.35rem}.ribbon__text,.ribbon__link{font-size:9px}.ribbon__text{white-space:normal}.ribbon__link{white-space:nowrap}}.hero{position:relative;min-height:86vh;display:flex;align-items:flex-end;color:#fdfbfa;overflow:hidden}.hero__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(0 0 0 / .3) 0%,rgb(0 0 0 / .16) 40%,rgb(0 0 0 / .82) 100%)}.hero__inner{position:relative;z-index:2;padding-bottom:4.5rem}.hero__kicker{color:#fff}@media (max-width:768px){.hero__kicker{margin-top:3rem}}.hero__title{margin-top:1.375rem;font-size:clamp(2.875rem, 5.4vw, 4.875rem);max-width:14ch}.hero__sub{font-size:1.1875rem;color:rgb(253 251 250 / .84);max-width:52ch;margin-top:1.375rem;text-wrap:pretty}.hero__ctas{display:flex;gap:1.125rem;margin-top:2.375rem;flex-wrap:wrap}.hero__facts{border-top:1px solid rgb(253 251 250 / .2);margin-top:3.5rem}.hero__fact{padding-top:1.375rem;padding-bottom:.25rem}.hero__fact:not(:first-child){border-left:1px solid rgb(253 251 250 / .2)}@media (max-width:768px){.hero__fact:not(:first-child){border-left:none;border-top:1px solid rgb(253 251 250 / .2)}}.hero__fact-label{font-size:.6875rem;letter-spacing:.26em;text-transform:uppercase;color:#8c9077;margin-bottom:.375rem;font-weight:500}.hero__fact-value{font-family:"Poppins",system-ui,sans-serif;font-size:1.1875rem;line-height:1.2}@media (max-width:768px){.hero::after{background:linear-gradient(180deg,rgb(0 0 0 / .5) 0%,rgb(0 0 0 / .42) 40%,rgb(0 0 0 / .9) 100%)}.hero__title{font-size:2.25rem}.hero__sub{font-size:1rem}.hero__fact-label{font-size:.625rem}.hero__fact-value{font-size:1.0625rem}}.atuty__split{display:grid;grid-template-columns:1.55fr 1fr;align-items:stretch}@media (max-width:991.98px){.atuty__split{grid-template-columns:1fr}}.atuty__grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid rgb(97 55 65 / .13);border-top:1px solid rgb(97 55 65 / .13)}@media (max-width:1024px){.atuty__grid{grid-template-columns:repeat(2,1fr)}}.atuty__item{height:100%;border-right:1px solid rgb(97 55 65 / .13);border-bottom:1px solid rgb(97 55 65 / .13);padding:2.75rem 2.25rem 3rem;display:flex;flex-direction:column;gap:1rem;transition:background 0.3s ease}.atuty__item:hover{background:#fdfbfa}.atuty__icon{width:2.75rem;height:2.75rem;color:#613741}.atuty__icon svg{width:100%;height:100%}.atuty__title{font-family:"Poppins",system-ui,sans-serif;font-size:1.125rem;font-weight:500;line-height:1.2;white-space:pre-line}.atuty__desc{font-size:.9rem;color:rgb(48 26 31 / .6);line-height:1.55;white-space:pre-line}.atuty__viz{position:relative;overflow:hidden;border:1px solid rgb(97 55 65 / .13);border-left:none}.atuty__viz img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}@media (max-width:768px){.atuty__item{padding:1rem}.atuty__title{font-size:1rem}.atuty__desc{font-size:.8rem}}@media (max-width:991.98px){.atuty__viz{border-left:1px solid rgb(97 55 65 / .13);border-top:none;min-height:17.5rem}}.lokalizacja__text{display:flex;flex-direction:column;align-items:flex-start;gap:1.375rem}.dist-list{list-style:none;display:flex;flex-direction:column;width:100%;margin:.5rem 0 0;padding:0}.dist-list li{display:flex;justify-content:space-between;align-items:baseline;gap:1.5rem;padding:.8125rem 0;border-bottom:1px solid rgb(97 55 65 / .13);font-size:.97rem}.dist-list__place{display:flex;align-items:center;gap:.8rem}.dist-list__dist{font-family:"Poppins",system-ui,sans-serif;font-size:1.1875rem;font-weight:600;color:#613741;white-space:nowrap;display:inline-flex;align-items:center;gap:.625rem}.dist-list__ic{width:1.3rem;color:#613741;flex:none}.dist-list__ic svg{width:100%;height:100%}.film-frame{position:relative;width:100%;aspect-ratio:1.7777777778;background:#613741;overflow:hidden;border:1px solid rgb(97 55 65 / .13)}.film-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}@media (max-width:1024px){.film-frame{margin-top:2rem}}.przewagi__grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid rgb(253 251 250 / .2);border-top:1px solid rgb(253 251 250 / .2)}@media (max-width:1024px){.przewagi__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.przewagi__grid{grid-template-columns:1fr}}.przewagi__item{height:100%;background:#613741;border-right:1px solid rgb(253 251 250 / .2);border-bottom:1px solid rgb(253 251 250 / .2);padding:2.375rem 2.125rem 2.75rem;display:flex;flex-direction:column;gap:.875rem;transition:background 0.3s ease}.przewagi__item:hover{background:#6e404a}.przewagi__num{font-family:"Poppins",system-ui,sans-serif;font-size:1.0625rem;color:#8c9077;font-style:italic}.przewagi__title{font-family:"Poppins",system-ui,sans-serif;font-size:1.1875rem;font-weight:500;line-height:1.15}.przewagi__desc{font-size:.9rem;color:rgb(253 251 250 / .68);line-height:1.6}.oferta__cards{row-gap:1.375rem}.apt-card{width:100%;background:#fdfbfa;border:1px solid rgb(97 55 65 / .13);display:flex;flex-direction:column;color:#613741;transition:transform 0.3s ease,box-shadow 0.3s ease}.apt-card:hover{transform:translateY(-5px);box-shadow:0 24px 48px -24px rgb(0 0 0 / .28)}.apt-card__img{aspect-ratio:1.3333333333;overflow:hidden}.apt-card__img img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.apt-card:hover .apt-card__img img{transform:scale(1.04)}.apt-card__body{padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.apt-card__title{font-family:"Poppins",system-ui,sans-serif;font-size:1.1875rem;font-weight:500}.apt-card__meta{font-size:.875rem;color:rgb(48 26 31 / .6)}.apt-card__price{margin-top:auto;padding-top:.875rem;font-size:.9375rem;font-weight:500;letter-spacing:.04em;color:#4c2a32}.bleed{position:relative;min-height:78vh;display:flex;align-items:flex-end;color:#fdfbfa;overflow:hidden}.bleed__media{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bleed::after{content:"";position:absolute;inset:0;background:linear-gradient(200deg,#fff0 30%,rgb(0 0 0 / .74) 100%)}.bleed .container{position:relative;z-index:2}.bleed__content{padding-bottom:5rem;max-width:40rem;display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.bleed__content .kicker{color:#8c9077}.bleed__content h2{font-size:clamp(2.375rem, 4.2vw, 3.5rem)}.bleed__content p{color:rgb(253 251 250 / .85);font-size:1.125rem}.wizualizacje .kicker{color:#fff}.wizualizacje__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:18rem;gap:.875rem}.wizualizacje__grid .wizualizacje__cell:first-child{grid-column:span 2;grid-row:span 2}@media (max-width:1024px){.wizualizacje__grid{grid-template-columns:repeat(2,1fr)}.wizualizacje__grid .wizualizacje__cell:first-child{grid-column:span 2;grid-row:span 1}}.wizualizacje__cell{position:relative;overflow:hidden;border:none;padding:0;cursor:pointer;background:#613741}.wizualizacje__cell img{width:100%;height:100%;object-fit:cover;transition:transform 0.55s ease}.wizualizacje__cell:hover img{transform:scale(1.04)}.wizualizacje__cap{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.125rem;color:#fff;font-size:.85rem;display:flex;flex-direction:column;gap:.2rem;text-align:left;background:linear-gradient(transparent,rgb(0 0 0 / .82));opacity:0;transition:opacity 0.25s ease}.wizualizacje__cap em{font-style:normal;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#8c9077}.wizualizacje__cell:hover .wizualizacje__cap{opacity:1}.standard__intro{display:flex;flex-direction:column;align-items:flex-start;gap:1.375rem}@media (max-width:1024px){.standard__intro{margin-bottom:2.5rem}}.standard__img{width:100%;aspect-ratio:1.3333333333;object-fit:cover;margin-top:.5rem}.std-list{display:flex;flex-direction:column}.std-list__item{display:grid;grid-template-columns:3.5rem 1fr;gap:1.25rem;padding:1.375rem 0;border-bottom:1px solid rgb(97 55 65 / .13);align-items:flex-start}.std-list__icon{width:2.5rem;height:2.5rem;color:#613741;margin-top:.2rem}.std-list__icon svg{width:100%;height:100%}.std-list__title{font-family:"Poppins",system-ui,sans-serif;font-size:1.0625rem;font-weight:500;margin-bottom:.25rem}.std-list__desc{font-size:.9375rem;color:rgb(48 26 31 / .6)}.kronika__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;grid-template-rows:repeat(2,1fr);gap:.875rem;height:34rem}@media (max-width:1024px){.kronika__grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;height:auto}.kronika__grid .kronika__cell{aspect-ratio:1.3333333333}.kronika__grid .kronika__cell--big{grid-column:span 2;grid-row:auto;aspect-ratio:1.6}}.kronika__cell{position:relative;overflow:hidden;border:none;padding:0;cursor:pointer;background:#613741}.kronika__cell img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 0.55s ease}.kronika__cell:hover img{transform:scale(1.04)}.kronika__cell--big{grid-row:span 2}.kronika__cap{position:absolute;left:0;right:0;bottom:0;padding:1rem 1.125rem;color:#fff;font-size:.85rem;display:flex;flex-direction:column;gap:.2rem;text-align:left;background:linear-gradient(transparent,rgb(0 0 0 / .82));opacity:0;transition:opacity 0.25s ease}.kronika__cap em{font-style:normal;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#8c9077}.kronika__cell:hover .kronika__cap{opacity:1}.deweloper__intro{display:flex;flex-direction:column;align-items:flex-start;gap:1.375rem}@media (max-width:1024px){.deweloper__intro{margin-bottom:2.5rem}}.deweloper__nums{display:grid;grid-template-columns:repeat(2,1fr);border-left:1px solid rgb(253 251 250 / .2);border-top:1px solid rgb(253 251 250 / .2)}.deweloper__num{height:100%;background:#613741;border-right:1px solid rgb(253 251 250 / .2);border-bottom:1px solid rgb(253 251 250 / .2);padding:1.875rem 1.75rem}.deweloper__num-n{font-family:"Poppins",system-ui,sans-serif;font-size:2.75rem;font-weight:500;color:#8c9077;line-height:1}.deweloper__num-l{font-size:.8125rem;letter-spacing:.12em;text-transform:uppercase;color:rgb(253 251 250 / .68);margin-top:.625rem}.footer{background:#613741;color:#fdfbfa;border-top:1px solid rgb(253 251 250 / .2)}.footer__cta-row{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid rgb(253 251 250 / .2)}@media (max-width:768px){.footer__cta-row{grid-template-columns:1fr}}.footer__cta{display:flex;align-items:center;justify-content:center;gap:1.5rem;padding:2.375rem 3rem;font-family:"Poppins",system-ui,sans-serif;text-align:center;font-size:1.3125rem;font-weight:500;color:#fdfbfa;transition:background 0.3s ease}.footer__cta:first-child{border-right:1px solid rgb(253 251 250 / .2)}.footer__cta:hover{background:#6e404a;color:#fdfbfa}.footer__cta .arrow{color:#8c9077;transition:transform 0.25s ease}.footer__cta:hover .arrow{transform:translateX(6px)}.footer__main{padding:4rem 0;row-gap:2.5rem}.footer__col h4{font-size:.75rem;letter-spacing:.26em;text-transform:uppercase;color:#8c9077;font-weight:500;margin-bottom:1.125rem}.footer__col p,.footer__col a{font-size:.9375rem;color:rgb(253 251 250 / .68);line-height:1.75;display:block}.footer__col a:hover{color:#fdfbfa}.footer__logo{height:3.4rem;margin-bottom:1.375rem}.footer__socials{display:flex;gap:.75rem;margin-top:1.125rem}.footer__socials a{width:2.6rem;height:2.6rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all 0.25s ease}.footer__socials a:hover{background:rgb(253 251 250 / .1);transform:translateY(-2px)}.footer__socials img{width:2.2rem;height:2.2rem;filter:brightness(0) invert(1)}.footer__bottom{border-top:1px solid rgb(253 251 250 / .2);padding:1.375rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:rgb(253 251 250 / .68);gap:1rem;flex-wrap:wrap}.footer__bottom a:hover{color:#fdfbfa}.lb{position:fixed;inset:0;z-index:400;background:rgb(0 0 0 / .94);display:none;align-items:center;justify-content:center;padding:3rem}.lb.is-open{display:flex}.lb__fig{max-width:min(70rem, 90vw);display:flex;flex-direction:column;gap:.875rem;margin:0}.lb__fig img{max-width:100%;max-height:78vh;object-fit:contain}.lb__fig figcaption{color:#fff;font-size:.875rem;display:flex;align-items:center;gap:1rem}.lb__fig figcaption em{font-style:normal;font-size:.7rem;letter-spacing:.18em;text-transform:uppercase;color:#8c9077}.lb__count{margin-left:auto;color:rgb(253 251 250 / .68);letter-spacing:.06em}.lb__close{position:fixed;top:1.4rem;right:1.75rem;background:none;border:none;color:#fff;font-size:1.875rem;line-height:1}.lb__close:hover{color:#8c9077}.lb__nav{position:fixed;top:50%;transform:translateY(-50%);background:rgb(255 255 255 / .08);border:1px solid rgb(255 255 255 / .25);color:#fff;width:3.4rem;height:3.4rem;border-radius:50%;font-size:1.875rem;display:flex;align-items:center;justify-content:center}.lb__nav:hover{background:#613741;border-color:#613741}.lb__prev{left:1.75rem}.lb__next{right:1.75rem}.loc-hero__bleed{min-height:60vh}.loc-hero__bleed .bleed__content h1{font-size:clamp(2.5rem, 4.6vw, 3.875rem)}.loc-hero__meta-wrap{position:relative;z-index:3;transform:translateY(-50%);margin-bottom:-2.5rem}@media (max-width:768px){.loc-hero__meta-wrap{transform:none;margin-top:1.5rem;margin-bottom:0}}.loc-meta{display:grid;grid-template-columns:repeat(3,1fr);background:#fdfbfa;border:1px solid rgb(97 55 65 / .13)}@media (max-width:1024px){.loc-meta{grid-template-columns:1fr}}.loc-meta__cell{padding:1.5rem 1.875rem;border-right:1px solid rgb(97 55 65 / .13)}.loc-meta__cell:last-child{border-right:none}@media (max-width:1024px){.loc-meta__cell{border-right:none;border-bottom:1px solid rgb(97 55 65 / .13)}.loc-meta__cell:last-child{border-bottom:none}}.loc-meta__l{font-size:.6875rem;letter-spacing:.24em;text-transform:uppercase;color:#8c9077;margin-bottom:.45rem;font-weight:500}.loc-meta__v{font-family:"Poppins",system-ui,sans-serif;font-size:1.125rem;font-weight:500}.udogodnienia__cols{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgb(97 55 65 / .13)}@media (max-width:991.98px){.udogodnienia__cols{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.udogodnienia__cols{grid-template-columns:1fr}}.udogodnienia__col{border-right:1px solid rgb(97 55 65 / .13);padding-top:1.75rem}.udogodnienia__col:last-child{border-right:none}@media (max-width:991.98px){.udogodnienia__col:nth-child(2n){border-right:none}}@media (max-width:767.98px){.udogodnienia__col{border-right:none}}.udogodnienia__head{display:flex;align-items:center;gap:.75rem;padding:0 1.625rem 1rem}.udogodnienia__icon{width:1.75rem;height:1.75rem;color:#613741;flex:none}.udogodnienia__icon svg{width:100%;height:100%}.udogodnienia__title{font-family:"Poppins",system-ui,sans-serif;font-size:1.25rem;font-weight:500}.udogodnienia__list{list-style:none;padding:0;margin:0}.udogodnienia__list li{display:flex;justify-content:space-between;align-items:center;gap:.75rem;min-height:4.125rem;padding:.375rem 1.625rem;border-top:1px solid rgb(97 55 65 / .13);font-size:.9rem}.udogodnienia__t{line-height:1.3}.udogodnienia__m{color:#613741;font-weight:500;font-size:.8rem;white-space:nowrap}.udogodnienia__viz{margin-top:1.5rem;overflow:hidden;border:1px solid rgb(97 55 65 / .13)}.udogodnienia__viz img{width:100%;height:21rem;object-fit:cover;display:block}.dojazdy__grid{display:grid;grid-template-columns:repeat(5,1fr);border-left:1px solid rgb(253 251 250 / .2);border-top:1px solid rgb(253 251 250 / .2)}@media (max-width:1024px){.dojazdy__grid{grid-template-columns:repeat(2,1fr)}}.dojazdy__item{background:#613741;border-right:1px solid rgb(253 251 250 / .2);border-bottom:1px solid rgb(253 251 250 / .2);padding:1.875rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.dojazdy__icon{width:1.875rem;height:1.875rem;color:#8c9077}.dojazdy__icon svg{width:100%;height:100%}.dojazdy__time{font-family:"Poppins",system-ui,sans-serif;font-size:2.5rem;font-weight:500;color:#fff;line-height:1}.dojazdy__time small{font-size:.9rem;font-family:"Poppins",system-ui,sans-serif;color:rgb(253 251 250 / .68);margin-left:.3rem}.dojazdy__place{font-size:.9rem;color:#fff}.dojazdy__by{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#8c9077}.cta-center--flush{margin-top:0}.page-hero{background:#613741;color:#fdfbfa;padding:5.25rem 0 4.5rem}.page-hero h1{font-size:clamp(2.5rem, 4.6vw, 3.875rem);max-width:18ch}.page-hero .lead{margin-top:1.125rem;color:rgb(253 251 250 / .68)}.page-hero .hero__facts{margin-top:2.5rem}.dev-misja__text{display:flex;flex-direction:column;align-items:flex-start;gap:1.375rem}@media (max-width:1024px){.dev-misja__text{margin-bottom:2.5rem}}.dev-misja__logo{background:#613741;display:flex;align-items:center;justify-content:center;padding:4rem;min-height:22.5rem}.dev-misja__logo img{max-width:20rem;width:100%}.realizacje__cards{row-gap:1.375rem}.zespol__grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid rgb(253 251 250 / .2);border-top:1px solid rgb(253 251 250 / .2)}@media (max-width:1024px){.zespol__grid{grid-template-columns:1fr}}.zespol__item{height:100%;background:#613741;border:1px solid rgb(253 251 250 / .2);padding:2.375rem 2.125rem 2.75rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1.125rem}.zespol__logo{height:4.5rem;display:flex;align-items:center}.zespol__logo img{max-height:4rem;max-width:12rem}.zespol__role{font-family:"Poppins",system-ui,sans-serif;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:#8c9077}.zespol__name{font-family:"Poppins",system-ui,sans-serif;font-size:1.1875rem;font-weight:500}.zespol__desc{font-size:.9rem;color:rgb(253 251 250 / .68);line-height:1.6}.zespol__link{color:#8c9077;font-size:.875rem}.zespol__link:hover{color:#fdfbfa}.faq-sec__intro{display:flex;flex-direction:column;align-items:flex-start;gap:1.375rem}@media (max-width:1024px){.faq-sec__intro{margin-bottom:2.5rem}}.faq-sec__img{width:100%;aspect-ratio:1.3333333333;object-fit:cover;margin-top:.5rem}.faq{border-top:1px solid rgb(97 55 65 / .13)}.faq__item{border-bottom:1px solid rgb(97 55 65 / .13)}.faq__q{width:100%;background:none;border:none;text-align:left;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem .25rem;font-family:"Poppins",system-ui,sans-serif;font-size:1.1rem;font-weight:500;color:#613741}.faq__pm{font-size:1.625rem;color:#613741;font-weight:400;flex:none;transition:transform 0.25s ease}.faq__item.is-open .faq__pm{transform:rotate(45deg)}.faq__a{overflow:hidden;max-height:0;transition:max-height 0.35s ease}.faq__item.is-open .faq__a{max-height:40rem}.faq__a-inner{padding:0 .25rem 1.75rem;color:rgb(48 26 31 / .6);font-size:.97rem;max-width:75ch}@media (prefers-reduced-motion:no-preference){body[data-motion="on"] [data-reveal]{opacity:0;transform:translateY(1.625rem);transition:opacity 0.7s cubic-bezier(.22,.61,.24,1),transform 0.7s cubic-bezier(.22,.61,.24,1);will-change:opacity,transform}body[data-motion="on"] [data-reveal].is-inview{opacity:1;transform:none}body[data-motion="on"] [data-reveal="media"]{opacity:1;transform:scale(1.07);transition:transform 1.5s cubic-bezier(.2,.6,.2,1)}body[data-motion="on"] [data-reveal="media"].is-inview{transform:scale(1)}}.flat-detail{padding-bottom:4rem}.flat-detail .unit-bar{background:#e7e1de;border-bottom:1px solid rgb(97 55 65 / .13);margin-bottom:3rem}.flat-detail .unit-bar__inner{display:flex;align-items:center;gap:1.5rem;min-height:3.5rem;padding:.5rem 0;flex-wrap:wrap}.flat-detail .unit-back{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;letter-spacing:.04em;color:#613741;font-weight:500;white-space:nowrap}.flat-detail .unit-back:hover{color:#4c2a32}.flat-detail .unit-crumbs{display:flex;align-items:center;gap:.625rem;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:rgb(48 26 31 / .6)}.flat-detail .unit-crumbs a:hover{color:#613741}.flat-detail .unit-crumbs strong{color:#613741;font-weight:600}.flat-detail .unit-counter{margin-left:auto;font-size:.8125rem;color:rgb(48 26 31 / .6);white-space:nowrap}.flat-detail .unit-counter b{font-family:"Poppins",system-ui,sans-serif;font-size:1rem;color:#613741}.flat-detail .unit-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:2.75rem;align-items:start}@media (max-width:1024px){.flat-detail .unit-grid{grid-template-columns:1fr}}.flat-detail .unit-viewer{display:flex;flex-direction:column;position:relative}.flat-detail .unit-tabs{display:flex;flex-wrap:wrap;gap:.25rem}.flat-detail .unit-tabs .unit-tabs__views{display:contents}.flat-detail .unit-tabs .unit-tab{font-family:"Poppins",system-ui,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;padding:.8125rem 1.375rem;border:1px solid rgb(97 55 65 / .13);border-bottom:none;background:#e7e1de;color:rgb(48 26 31 / .6);border-radius:.25rem .25rem 0 0;transition:all 0.2s ease;cursor:pointer}.flat-detail .unit-tabs .unit-tab:hover{color:#613741}.flat-detail .unit-tabs .unit-tab.active{background:#fdfbfa;color:#613741}.flat-detail .unit-plan{position:relative;background:#fdfbfa;border:1px solid rgb(97 55 65 / .13);padding:2.375rem;display:flex;align-items:center;justify-content:center;min-height:28.75rem}.flat-detail .unit-plan img{max-width:100%;max-height:33.75rem;width:auto;height:auto;object-fit:contain;mix-blend-mode:multiply}.flat-detail .unit-plan__tag{position:absolute;left:1.25rem;bottom:1rem;font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:rgb(48 26 31 / .6)}.flat-detail .unit-panel{position:sticky;top:6rem;display:flex;flex-direction:column;gap:1.5rem;background:#fdfbfa;border:1px solid rgb(97 55 65 / .13);border-top:3px solid #613741;padding:2rem}@media (max-width:1024px){.flat-detail .unit-panel{position:static}}.flat-detail .unit-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.flat-detail .unit-id-big{font-size:clamp(2.5rem, 5vw, 3.625rem);line-height:1;margin-top:.375rem}.flat-detail .badge{display:inline-block;padding:.3125rem .875rem;border-radius:100px;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;font-weight:500;white-space:nowrap}.flat-detail .badge.free{background:#8c9077;color:#fff}.flat-detail .badge.reserved{background:#613741;color:#fff}.flat-detail .badge.sold{background:rgb(48 26 31 / .08);color:rgb(48 26 31 / .6)}.flat-detail .unit-specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgb(97 55 65 / .13);border:1px solid rgb(97 55 65 / .13)}.flat-detail .unit-spec{background:#fdfbfa;padding:1rem 1.125rem}.flat-detail .unit-spec .l{font-size:.656rem;letter-spacing:.2em;text-transform:uppercase;color:#8c9077;margin-bottom:.25rem}.flat-detail .unit-spec .v{font-family:"Poppins",system-ui,sans-serif;font-size:1.125rem;font-weight:500}.flat-detail .unit-spec .v span{font-size:.6em}.flat-detail .unit-spec--wide{grid-column:1 / -1}.flat-detail .unit-spec--wide .v{font-size:.95rem}.flat-detail .unit-price{padding:1.125rem 0;border-top:1px solid rgb(97 55 65 / .13);border-bottom:1px solid rgb(97 55 65 / .13)}.flat-detail .unit-price__main{font-family:"Poppins",system-ui,sans-serif;font-size:1.75rem;font-weight:600;color:#613741;line-height:1}.flat-detail .unit-price__main span{font-family:"Poppins",system-ui,sans-serif;font-size:.875rem;font-weight:400;color:rgb(48 26 31 / .6);letter-spacing:.06em;text-transform:uppercase}.flat-detail .unit-price__main.is-promo{color:#c0392b}.flat-detail .unit-price__main.is-state{font-size:1.25rem;color:rgb(48 26 31 / .6)}.flat-detail .unit-price__old{margin-top:.5rem;font-size:.95rem;color:rgb(48 26 31 / .6);text-decoration:line-through}.flat-detail .unit-price__sub{margin-top:.5rem;font-size:.84rem;color:rgb(48 26 31 / .6)}.flat-detail .unit-price__note{margin-top:.375rem;font-size:.7rem;color:rgb(48 26 31 / .6)}.flat-detail .unit-cta{display:flex;flex-direction:column;gap:.625rem}.flat-detail .unit-cta .btn{width:100%;justify-content:center}.flat-detail .unit-views{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.flat-detail .unit-view{display:flex;flex-direction:column;align-items:flex-start;gap:.375rem;padding:.875rem .75rem;border:1px solid rgb(97 55 65 / .13);background:#f2eeed;border-radius:.25rem;text-align:left;transition:all 0.2s ease;cursor:pointer}.flat-detail .unit-view:hover{border-color:#613741;background:rgb(97 55 65 / .12)}.flat-detail .unit-view__icon{width:1.625rem;height:1.625rem;color:#613741}.flat-detail .unit-view__icon img,.flat-detail .unit-view__icon svg{width:100%;height:100%;object-fit:contain}.flat-detail .unit-view__t{font-size:.8125rem;font-weight:600;color:#613741;line-height:1.25}.flat-detail .unit-fav{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;letter-spacing:.04em;color:rgb(48 26 31 / .6);cursor:pointer;transition:color 0.2s ease}.flat-detail .unit-fav .icon-f{font-size:1.15rem;color:#613741}.flat-detail .unit-fav:hover,.flat-detail .unit-fav.is-favorite{color:#613741}.flat-detail .iframe-container{position:absolute;inset:0;z-index:4}.flat-detail .iframe-container iframe{width:100%;height:100%;border:1px solid rgb(97 55 65 / .13);background:#fdfbfa}.flat-detail .close-iframe{position:absolute;top:1rem;right:1rem;width:1.25rem;cursor:pointer;z-index:5}.flat-detail .unit-floors{margin-top:2.5rem;background:#e7e1de;border:1px solid rgb(97 55 65 / .13);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.flat-detail .unit-floors__title{font-size:.875rem;color:rgb(48 26 31 / .6)}.flat-detail .unit-floors__list{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.flat-detail .unit-floors__list>span{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#8c9077}.flat-detail .unit-floors__list a{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(97 55 65 / .13);border-radius:50%;font-family:"Poppins",system-ui,sans-serif;font-weight:600;color:#613741;transition:all 0.2s ease}.flat-detail .unit-floors__list a:hover,.flat-detail .unit-floors__list a.focused{background:#613741;color:#fff;border-color:#613741}.flat-detail .unit-card-plan{background:#fdfbfa;display:flex;align-items:center;justify-content:center;padding:1.125rem}.flat-detail .unit-card-plan img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}