.project-hero{position:relative;width:100vw;min-height:80svh;color:var(--base-100);padding:25svh 0 10svh;display:flex;align-items:center;background-color:var(--base-500)}.project-hero-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.project-hero-tagline p{font-size:.95rem;letter-spacing:.1em;margin-bottom:1rem}.project-hero-title h1{color:var(--base-100);max-width:95%}.project-hero-description{max-width:85%}.project-hero-description p{color:var(--base-300);line-height:1.6}.project-facts{position:relative;width:100vw;padding:6rem 0;background-color:var(--base-500)}.project-facts-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem}.fact-card{background:var(--cards-bg);border-radius:1rem;padding:3rem 2rem;text-align:center;border:1px solid rgba(183,158,80,.1);transition:all .3s ease}.fact-card:hover{border-color:rgba(183,158,80,.3);transform:translateY(-4px)}.fact-number{font-size:3.5rem;font-weight:600;color:var(--color-primary-gold);margin-bottom:1rem;letter-spacing:-.05em}.fact-label{color:var(--base-300);font-size:1rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.project-section{position:relative;width:100vw;padding:8rem 0;background-color:var(--base-500)}.section-header{margin-bottom:4rem;max-width:900px}.section-tagline{text-transform:uppercase;color:var(--color-primary-gold);font-size:.9rem;font-weight:600;letter-spacing:.15em;margin-bottom:1.5rem}.section-header h2{color:var(--base-100)}.architecture-section{position:relative;overflow:hidden;min-height:60vh;display:flex;align-items:center}.architecture-parallax-bg{position:absolute;top:-20%;left:0;width:100%;height:140%;background-image:url(/materials/fasada.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:0;will-change:transform;transform:translateZ(0)}.architecture-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(20,19,19,.85),rgba(20,19,19,.75) 50%,rgba(20,19,19,.85));z-index:1}.architecture-section .container{position:relative;z-index:2}.architecture-section .section-header{margin-bottom:3rem}.architecture-content{max-width:800px;display:flex;flex-direction:column;gap:2rem}.architecture-content p{color:var(--base-100);line-height:1.7;text-shadow:0 2px 12px rgba(0,0,0,.4)}.section-content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.section-text-col{display:flex;flex-direction:column;gap:2rem}.section-text-col p{color:var(--base-200);line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.3)}.section-image,.section-image-col{position:relative}.section-image{border-radius:1rem;overflow:hidden;aspect-ratio:4/3;background-color:var(--base-450);box-shadow:0 20px 60px rgba(0,0,0,.5);border:1px solid rgba(183,158,80,.2)}.section-image img{width:100%;height:100%;object-fit:cover;opacity:.9;transition:opacity .4s ease,transform .6s ease}.section-image:hover img{opacity:1;transform:scale(1.02)}.commercial-section{background-color:var(--base-500)}.commercial-item{display:grid;grid-template-columns:45fr 55fr;grid-gap:4rem;gap:4rem;align-items:flex-start;padding:0}.parking-item{grid-template-columns:1fr 1fr;align-items:stretch;gap:3rem}.parking-item .commercial-content{display:flex;flex-direction:column;justify-content:flex-start}.parking-item .section-tagline{margin-bottom:1rem}.parking-item h2{color:var(--base-100);margin-bottom:2rem}.parking-item .commercial-image{height:100%;aspect-ratio:unset}.parking-item .commercial-image img{height:100%;object-fit:cover;object-position:center}.parking-spaces{display:flex;flex-direction:column;gap:1.5rem}.parking-space-item{padding-bottom:1.25rem;border-bottom:1px solid rgba(183,158,80,.15);transition:all .3s ease}.parking-space-item:last-child{border-bottom:none;padding-bottom:0}.parking-space-item:hover{padding-left:.5rem}.parking-space-item h4{color:var(--color-primary-gold);font-size:1.1rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.02em}.parking-space-item p{color:var(--base-300);font-size:.95rem;line-height:1.7}.commercial-image{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:4/3;background-color:var(--base-450);box-shadow:0 20px 60px rgba(0,0,0,.5);border:1px solid rgba(183,158,80,.2)}.commercial-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease,opacity .4s ease;opacity:.95}.commercial-image:hover img{transform:scale(1.05);opacity:1}.commercial-content{display:flex;flex-direction:column;gap:2rem}.commercial-content .lg{color:var(--base-300);line-height:1.7}.commercial-details{display:flex;flex-direction:column;gap:1.5rem}.commercial-space{padding-bottom:1.25rem;border-bottom:1px solid rgba(183,158,80,.15);transition:all .3s ease}.commercial-space:last-child{border-bottom:none;padding-bottom:0}.commercial-space:hover{padding-left:.5rem}.commercial-space h4{color:var(--color-primary-gold);font-size:1.1rem;font-weight:600;margin-bottom:.75rem;letter-spacing:-.02em}.commercial-space p{color:var(--base-300);font-size:.95rem;line-height:1.7}.commercial-features-list{display:flex;flex-direction:column;gap:.5rem;padding-top:1.5rem;border-top:1px solid rgba(183,158,80,.15)}.commercial-features-list p{color:var(--base-300);font-size:.95rem;line-height:1.6}.functionality-main{margin-bottom:3rem;max-width:900px}.functionality-main p{color:var(--base-300);line-height:1.6}.functionality-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem}.functionality-item{background:var(--cards-bg);border-radius:.75rem;padding:2rem 1.75rem;border:1px solid rgba(183,158,80,.1);transition:all .3s ease}.functionality-item:hover{border-color:rgba(183,158,80,.3);transform:translateY(-2px)}.functionality-icon{margin-bottom:1.25rem;color:var(--color-primary-gold)}.functionality-icon svg{width:40px;height:40px}.functionality-item h3{color:var(--base-100);font-size:1.35rem;margin-bottom:.75rem;font-weight:600;letter-spacing:-.02em}.functionality-item p{color:var(--base-300);line-height:1.6;font-size:.95rem}.technical-section .section-header{max-width:100%;margin-bottom:3rem}.technical-content{max-width:100%}.technical-intro{margin-bottom:4rem;max-width:900px}.technical-intro p{color:var(--base-300);line-height:1.7;font-size:1.05rem}.technical-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem 5rem;gap:3rem 5rem}.tech-item{display:flex;align-items:flex-start;gap:1.5rem;padding:0;border:none;transition:all .3s ease}.tech-item:hover{transform:translateX(.5rem)}.tech-number{flex-shrink:0;width:50px;font-size:1.25rem;font-weight:600;color:var(--color-primary-gold);line-height:1.4;opacity:.7;letter-spacing:-.02em}.tech-info{flex:1 1}.tech-info h3{color:var(--base-100);font-size:1.15rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em;line-height:1.3}.tech-info p{color:var(--base-300);font-size:.95rem;line-height:1.6}.environment-content{max-width:100%}.environment-intro{margin-bottom:4rem;max-width:900px}.environment-intro p{color:var(--base-300);line-height:1.7;font-size:1.05rem}.environment-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem 5rem;gap:3rem 5rem;margin-bottom:4rem}.env-item{transition:all .3s ease}.env-item:hover{transform:translateX(.5rem)}.env-item h3{color:var(--base-100);font-size:1.15rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em;line-height:1.3}.env-item h3:before{content:"—";color:var(--color-primary-gold);margin-right:.75rem;opacity:.6}.env-item p{color:var(--base-300);font-size:.95rem;line-height:1.6}.environment-closing{max-width:900px;padding:3rem;background:rgba(183,158,80,.03);border-left:3px solid var(--color-primary-gold)}.environment-closing p{color:var(--base-300);line-height:1.7;font-size:1.05rem}.project-closing{position:relative;width:100vw;padding:8rem 0;background-color:var(--base-500)}.closing-content{max-width:900px;text-align:center;margin:0 auto;display:flex;flex-direction:column;gap:2rem}.closing-content h2{color:var(--base-100)}.closing-content p{color:var(--base-300);line-height:1.6}@media (max-width:1200px){.project-facts-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.materials-grid{gap:2rem}.environment-features{grid-template-columns:repeat(2,1fr)}}@media (max-width:1000px){.project-hero{padding:20svh 0 8svh;min-height:auto}.project-hero-description,.project-hero-title h1{max-width:100%}.project-facts{padding:4rem 0}.project-facts-grid{grid-template-columns:1fr;gap:1.25rem}.fact-card{padding:2rem 1.5rem}.fact-number{font-size:2.5rem}.project-section{padding:5rem 0}.section-header{margin-bottom:3rem}.section-content-grid{grid-template-columns:1fr;gap:3rem}.section-image{aspect-ratio:16/10}.architecture-parallax-bg{top:0;height:100%;transform:none!important}.architecture-section{min-height:50vh}.architecture-content{max-width:100%}.commercial-item,.parking-item{grid-template-columns:1fr;gap:2.5rem}.parking-item .commercial-content{order:1}.parking-item .commercial-image{order:2}.functionality-grid{grid-template-columns:1fr;gap:1.5rem}.functionality-item{padding:1.75rem 1.5rem}.functionality-item h3{font-size:1.25rem}.functionality-item p{font-size:.9rem}.functionality-icon svg{width:36px;height:36px}.technical-intro{margin-bottom:3rem}.technical-intro p{font-size:1rem}.technical-list{grid-template-columns:1fr;gap:2.5rem}.tech-item{gap:1.5rem}.tech-number{width:40px;font-size:1.1rem}.tech-info h3{font-size:1.05rem}.tech-info p{font-size:.9rem}.environment-intro{margin-bottom:3rem}.environment-intro p{font-size:1rem}.environment-list{grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}.env-item h3{font-size:1.05rem}.env-item p{font-size:.9rem}.environment-closing{padding:2rem}.environment-closing p{font-size:1rem}.environment-intro{margin-bottom:2.5rem}.environment-intro p{font-size:.95rem}.environment-list{gap:2rem;margin-bottom:2.5rem}.env-item h3{font-size:1rem}.env-item h3:before{margin-right:.5rem}.env-item p{font-size:.875rem}.environment-closing{padding:1.75rem}.environment-closing p{font-size:.95rem}.project-closing{padding:5rem 0}}@media (max-width:600px){.project-hero{padding:15svh 0 6svh}.project-hero-content{gap:2rem}.material-image{height:220px}.technical-feature{flex-direction:column;gap:1rem;padding:1.5rem}.technical-intro{margin-bottom:2.5rem}.technical-intro p{font-size:.95rem}.technical-list{gap:2rem}.tech-item{gap:1.25rem}.tech-item:hover{transform:translateX(.25rem)}.tech-number{width:35px;font-size:1rem}.tech-info h3{font-size:1rem;margin-bottom:.35rem}.tech-info p{font-size:.875rem}.commercial-item{gap:2rem}.commercial-content{gap:1.5rem}.commercial-details{gap:1.25rem}.commercial-space h4{font-size:1rem}.commercial-space p{font-size:.9rem}.commercial-features-list{padding-top:1.25rem}.commercial-features-list p{font-size:.9rem}}.gallery-callout{position:relative;width:100vw;min-height:100svh;overflow:hidden;background-color:var(--base-500);color:var(--base-200)}.gallery-callout,.gallery-callout .container{height:100%;display:flex;justify-content:center;align-items:center}.gallery-callout .container{width:100%;gap:2rem}.gallery-callout .gallery-callout-col{flex:1 1}.gallery-callout .gallery-callout-copy{display:flex;flex-direction:column;gap:2rem}.gallery-callout .environment-highlights{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.gallery-callout .env-highlight-item{padding-left:1.5rem;border-left:2px solid rgba(183,158,80,.3);transition:all .3s ease}.gallery-callout .env-highlight-item:hover{border-left-color:var(--color-primary-gold);padding-left:2rem}.gallery-callout .env-highlight-item h4{color:var(--base-100);font-size:1.1rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.02em}.gallery-callout .env-highlight-item p{color:var(--base-300);font-size:.95rem;line-height:1.6}.gallery-callout .gallery-callout-col:first-child{display:flex;flex-direction:column;gap:1rem}.gallery-callout .gallery-callout-row{position:relative;left:-10vw;display:flex;width:100%;gap:1rem}.gallery-callout .gallery-callout-img{position:relative;aspect-ratio:5/4;flex:1 1;border-radius:.75rem;overflow:hidden}.gallery-callout .gallery-callout-img-content{position:absolute;z-index:1;bottom:1rem;left:1rem;padding:1rem;background-color:rgba(20,19,19,.25);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:var(--base-100);border-radius:.75rem}.gallery-callout .gallery-callout-img-content p{color:var(--base-200)}.gallery-callout .gallery-callout-img-1,.gallery-callout .gallery-callout-img-4{flex:0.75 1}.gallery-callout .gallery-callout-row:first-child{align-items:flex-end}.gallery-callout .gallery-callout-row:nth-child(2){align-items:flex-start}@media (max-width:1000px){.gallery-callout .container{flex-direction:column}.gallery-callout .gallery-callout-row{left:0}.gallery-callout .gallery-callout-img-content{display:none}}.how-we-work{position:relative;width:100%;height:100%;min-height:100vh;color:var(--base-100);display:flex;gap:2rem}.how-we-work .how-we-work-header{position:absolute;top:0;left:0;width:60%;height:100vh;overflow:hidden;will-change:transform}.how-we-work .how-we-work-header-content{padding-top:10rem;width:85%;display:flex;flex-direction:column;gap:2rem}.how-we-work .how-we-work-header-content .how-we-work-header-callout p{color:var(--base-350)}.how-we-work .how-we-work-header-content h3{color:var(--base-100);margin-bottom:2rem}.how-we-work .materials-intro-text{color:var(--base-300);line-height:1.6;font-size:1.05rem}.how-we-work .how-we-work-steps{display:flex;flex-wrap:wrap;gap:.75rem;width:100%}.how-we-work .how-we-work-step{position:relative;padding:1rem 1.5rem;width:4rem;height:4rem;display:flex;align-items:center;justify-content:flex-start;border:1px solid rgba(102,95,86,.65);border-radius:1rem;transition:all .6s ease;overflow:hidden;cursor:pointer}.how-we-work .how-we-work-step p{font-size:.95rem;font-weight:550;letter-spacing:.01em}.how-we-work .how-we-work-step-label{opacity:0;transform:translateX(-10px);transition:all .6s ease;will-change:transform,opacity;white-space:nowrap;font-size:.95rem;line-height:1.3}.how-we-work .how-we-work-step-index{position:absolute;right:1.25rem;transition:all .3s ease;will-change:transform;opacity:1}.how-we-work .how-we-work-step.active{width:-moz-fit-content;width:fit-content;min-width:12rem;padding:1rem 1.5rem;color:var(--base-500);background-color:var(--base-100);border-color:var(--base-100);box-shadow:0 2px 8px rgba(0,0,0,.1)}.how-we-work .how-we-work-step.active .how-we-work-step-index,.how-we-work .how-we-work-step.active .how-we-work-step-label{transform:translateX(0);opacity:1}.how-we-work .how-we-work-cards{flex:2 1;position:relative;margin-left:60%;display:flex;flex-direction:column;gap:2rem;padding:8rem 0;will-change:transform}.how-we-work .how-we-work-card{position:relative;display:flex;flex-direction:column;gap:1rem;background-color:var(--base-450);padding:1rem;border-radius:1rem}.how-we-work .how-we-work-card-img{position:relative;aspect-ratio:1;overflow:hidden;border-radius:.75rem}.how-we-work .how-we-work-card-img img{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.75}.how-we-work .how-we-work-card-index-label{color:var(--base-100);margin-bottom:.5rem}.how-we-work .how-we-work-card-index-label h3{font-size:2rem;letter-spacing:-.05rem}.how-we-work .how-we-work-card-copy{color:var(--base-350);padding:1rem}.how-we-work .material-brand{color:var(--color-primary-gold);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;margin-top:.5rem;display:block}.how-we-work .material-details{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.how-we-work .material-details p{color:var(--base-300);font-size:.9rem;line-height:1.6;padding-left:1rem;position:relative}.how-we-work .material-details p:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:1px;background-color:var(--color-primary-gold)}.how-we-work .technical-details{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.how-we-work .technical-details p{color:var(--base-300);font-size:.95rem;line-height:1.8;text-align:justify}.how-we-work .technical-list{list-style:none;padding:0;margin:.5rem 0 0;display:flex;flex-direction:column;gap:.75rem}.how-we-work .technical-list li{color:var(--base-300);font-size:.9rem;line-height:1.6;padding-left:1.25rem;position:relative}.how-we-work .technical-list li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:1px;background-color:var(--color-primary-gold)}@media (max-width:1000px){.how-we-work{flex-direction:column;min-height:auto}.how-we-work .how-we-work-header{position:relative;width:100%;height:auto;overflow:visible}.how-we-work .how-we-work-steps{display:none}.how-we-work .how-we-work-header-content{padding-top:2rem;width:100%;padding-bottom:1rem}.how-we-work .how-we-work-header-content h3{font-size:2rem;margin-bottom:0}.how-we-work .how-we-work-cards{margin-left:0;padding:1rem 0}.how-we-work .technical-details p{text-align:left;font-size:.9rem}.how-we-work .technical-list li{font-size:.85rem}.how-we-work .how-we-work-card-index-label h3{font-size:1.5rem}}