.hero{position:relative;width:100%;height:100svh;display:flex;align-items:center;justify-content:center;background-color:var(--tone-100);overflow:hidden}.hero .hero-video{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;display:block;object-fit:cover}.hero .hero-content{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;display:flex;justify-content:center;align-items:center;pointer-events:none}.hero .hero-content .hero-header{width:85%;text-align:center;color:var(--tone-500)}.hero .hero-content .hero-footer{position:absolute;left:0;bottom:0;width:100%}.hero .hero-content .hero-footer .container{display:flex;justify-content:space-between;align-items:flex-end;color:var(--tone-400)}.hero .hero-content .hero-footer p:nth-child(1){display:flex;gap:1rem}@media(max-width:1000px){.hero .hero-content .hero-header{width:90%;padding:0 1rem}.hero .hero-content .hero-header h2{font-size:clamp(2rem,8vw,3rem);line-height:1.1}.hero .hero-content .hero-footer .container{flex-direction:column;align-items:flex-start;gap:.5rem}.hero .hero-content .hero-footer p:nth-child(1){gap:.5rem}}.overlay{position:fixed;top:0;left:0;z-index:1000;width:100vw;height:100svh;display:flex;gap:2rem;padding:2rem;background-color:var(--tone-100);color:var(--tone-400);overflow:hidden;pointer-events:all}.overlay p{font-size:1.3rem}.projects,.loader,.locations{flex:1;display:flex;flex-direction:column;justify-content:center}.loader{align-items:center;gap:0}.loader h1{font-size:2rem;line-height:.9;text-align:center;text-transform:uppercase;color:#3a3a3a;background-image:linear-gradient(0deg,var(--tone-200),var(--tone-200) 50%,var(--tone-400) 0);background-size:100% 200%;background-position:0% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.projects-header,.project-item,.locations-header,.location-item{display:flex;gap:2rem;opacity:0}.projects-header>*,.project-item>*{flex:1}.locations{align-items:center}.locations-header,.location-item{width:50%}.project-item,.location-item{color:var(--tone-300)}.image-grid{position:fixed;top:50%;left:50%;z-index:1000;width:30%;aspect-ratio:1;display:flex;flex-direction:column;gap:1rem;transform:translate(-50%,-50%)}.image-grid .grid-row{width:100%;display:flex;gap:1rem}.img{position:relative;flex:1;aspect-ratio:1;clip-path:polygon(0% 0%,100% 0%,100% 0%,0% 0%);overflow:hidden}.img img{width:100%;height:100%;aspect-ratio:1;object-fit:cover}@media(max-width:1000px){.loader h1{font-size:1.5rem}.projects,.locations{display:none}.image-grid{width:90%}}.offer-intro{position:relative;width:100%;min-height:42vh;padding:4rem 2rem;background-color:var(--tone-100);display:flex;align-items:center;justify-content:center}.offer-intro:before{content:"";position:absolute;left:0;right:0;height:1px;background:var(--tone-200);opacity:.6;top:0}.offer-intro .offer-meta{position:absolute;top:1.25rem;z-index:1;display:flex;align-items:center;gap:.5rem;color:var(--tone-300);font-size:.8rem;letter-spacing:.06em;text-transform:uppercase}.offer-intro .offer-meta-left{left:2rem}.offer-intro .offer-meta-right{right:2rem}.offer-intro .offer-meta .dot{width:6px;height:6px;border-radius:50%;background:var(--tone-500)}.offer-intro h2{font-size:clamp(2.5rem,5vw,5rem);color:var(--tone-500);margin-bottom:1.5rem;line-height:1.1;text-align:center}.offer-intro-sub{font-size:clamp(1rem,2vw,1.25rem);color:var(--tone-400);max-width:800px;text-align:center;line-height:1.6;margin:0 auto}.offer-cards{position:relative;width:100%;background-color:var(--tone-100);isolation:isolate}.offer-card{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:visible;border-radius:0}.offer-card-inner{position:relative;width:100%;max-width:1400px;min-height:calc(100vh - 4rem);padding:3.25rem;border-radius:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:3rem;will-change:transform;transition:transform .3s ease}#offer-card-1 .offer-card-inner{background:var(--tone-500);color:var(--tone-400)}#offer-card-1{background:transparent}#offer-card-2 .offer-card-inner{background:var(--tone-400);color:var(--tone-100)}#offer-card-2{background:transparent}#offer-card-3 .offer-card-inner{background:var(--tone-100);color:var(--tone-400)}#offer-card-3{background:transparent}.offer-card-content{flex:1;width:100%;max-width:700px}.offer-card-image{flex-shrink:0;width:320px;height:420px;border-radius:1rem;overflow:hidden;display:none}.offer-card-image img{width:100%;height:100%;object-fit:cover}.offer-card-image-mobile,.offer-card-image-desktop{display:none}@media(min-width:1001px){.offer-cards{height:100vh;overflow:hidden;position:relative}.offer-card{position:absolute;inset:0;min-height:100%;overflow:visible;display:flex;align-items:center;justify-content:center}.offer-card-inner{transform-origin:top center;will-change:transform;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);perspective:1000px;-webkit-perspective:1000px}.offer-card-image-desktop{display:block}}.offer-card-header{margin-bottom:2.25rem}.offer-card-header h3{font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1;margin-bottom:1rem}.offer-card-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.offer-card-price .price-value{font-size:clamp(1.5rem,3vw,2.5rem);font-weight:600}.offer-card-price .price-period{font-size:clamp(1rem,2vw,1.25rem);opacity:.7}.offer-card-subtitle{font-size:clamp(.85rem,1.2vw,1rem);opacity:.75;font-style:italic}.offer-card-list{list-style:none;padding:0;margin:1.5rem 0;display:flex;flex-direction:column;gap:.85rem}.offer-card-list li{position:relative;padding-left:1.75rem;font-size:clamp(.9rem,1.25vw,1rem);line-height:1.5}.offer-card-list li:before{content:"→";position:absolute;left:0;font-weight:600;opacity:.7}.offer-card-value{font-size:clamp(.9rem,1.25vw,1rem);line-height:1.5;margin:1.5rem 0;padding:1.25rem;border-radius:.75rem;background:#0000000a}#offer-card-1 .offer-card-value{background:#00000014}#offer-card-3 .offer-card-value{background:#ffffff0a}.offer-card-cta{margin-top:2rem}.offer-card-cta a{display:inline-block;padding:1rem 2.5rem;font-size:clamp(1rem,1.5vw,1.2rem);font-weight:500;text-decoration:none;color:inherit;border:2px solid currentColor;border-radius:.5rem;transition:all .3s ease}.offer-card-cta a:link,.offer-card-cta a:visited{color:inherit;border-color:currentColor}.offer-card-cta a:hover{background:currentColor;transform:translateY(-2px)}#offer-card-1 .offer-card-cta a:hover{background:var(--tone-400);color:var(--tone-500)}#offer-card-2 .offer-card-cta a:hover{background:var(--tone-100);color:var(--tone-400)}#offer-card-3 .offer-card-cta a:hover{background:var(--tone-400);color:var(--tone-100)}.offer-outro{position:relative;width:100%;min-height:100vh;padding:8rem 2rem;background-color:var(--tone-100);display:flex;align-items:center;justify-content:center;margin-top:-1px}.offer-outro h2{font-size:clamp(2.5rem,5vw,5rem);color:var(--tone-500);margin-bottom:2rem;line-height:1.1;text-align:center}.offer-outro p{font-size:clamp(1rem,2vw,1.25rem);color:var(--tone-400);max-width:800px;text-align:center;line-height:1.6;margin:0 auto}@media(max-width:1000px){.offer-intro{padding:4rem 1.5rem;min-height:auto}.offer-intro h2{font-size:clamp(1.6rem,8vw,2.2rem);line-height:1.05;letter-spacing:-.02em;margin-bottom:1rem}.offer-intro-sub{font-size:clamp(.95rem,3.8vw,1.05rem);max-width:600px}.offer-intro .offer-meta{font-size:.7rem}.offer-intro .offer-meta-left{left:1rem}.offer-intro .offer-meta-right{right:1rem}.offer-cards{height:100vh;overflow:hidden;position:relative}.offer-card{position:absolute;inset:0;min-height:100%;padding:1rem;overflow:visible}.offer-card-inner{min-height:auto;padding:1.5rem;border-radius:1rem;transform-origin:top center;will-change:transform;backface-visibility:hidden;display:flex;flex-direction:column;gap:1rem}.offer-card-image-mobile{display:block;width:100%;height:180px;border-radius:.75rem;overflow:hidden;flex-shrink:0}.offer-card-image-mobile img{width:100%;height:100%;object-fit:cover}.offer-card-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.offer-card-header{margin-bottom:0}.offer-card-list{gap:.6rem;margin:.75rem 0 0}.offer-card-list li{padding-left:1.5rem;font-size:.9rem}.offer-card-value{display:none}.offer-card-cta{margin-top:1rem}.offer-card-cta a{padding:.875rem 2rem;width:100%;text-align:center}.offer-outro{padding:6rem 1.5rem;min-height:80vh}}.spotlight{position:relative;width:100%;height:100svh;background-color:var(--tone-100);overflow:hidden}.spotlight .spotlight-container{position:absolute;top:50%;left:50%;width:90vw;max-width:1400px;display:flex;justify-content:center;padding:0;transform:translate(-50%,-50%);transform-origin:center}.spotlight .spotlight-container .spotlight-gallery{position:relative;width:100%;height:400px;margin:0 auto}.spotlight .spotlight-gallery .spotlight-gallery-item{position:absolute;top:0;width:20px;height:400px;display:flex;justify-content:center;align-items:center;background:#000;transition:all 1s cubic-bezier(.075,.82,.165,1);overflow:hidden;will-change:left,width}.spotlight .spotlight-gallery .spotlight-gallery-item img{width:400px;height:100%;object-fit:cover;object-position:center center;transform:scale(1)}.spotlight .spotlight-footer{position:absolute;bottom:0;left:0;width:100%;color:var(--tone-400)}.spotlight .spotlight-footer .container{width:100%;display:flex;justify-content:space-between;align-items:flex-end}.spotlight .spotlight-footer .container a{color:var(--tone-400)}@media(max-width:1000px){.spotlight .spotlight-footer .container{flex-direction:column;align-items:flex-start;gap:.5rem}}.brief-form{max-width:500px;margin:4rem auto 0;padding:2.5rem;background:var(--tone-100);border:1px solid var(--tone-200);border-radius:1.5rem;color:var(--tone-400)}.brief-step{display:none}.brief-step.active{display:block}.brief-step-header{margin-bottom:1.5rem}.brief-step-header h4{font-size:1.5rem;font-weight:600;color:var(--tone-400);margin-bottom:.25rem}.brief-step-header span{font-size:.8rem;color:var(--tone-300);text-transform:uppercase;letter-spacing:.05em}.brief-inputs{display:flex;flex-direction:column;gap:1rem}.brief-inputs input,.brief-inputs textarea{width:100%;padding:1rem;background:transparent;border:1px solid var(--tone-200);border-radius:.5rem;color:var(--tone-400);font-family:inherit;font-size:1rem;transition:border-color .2s ease}.brief-inputs input::placeholder,.brief-inputs textarea::placeholder{color:var(--tone-300)}.brief-inputs input:focus,.brief-inputs textarea:focus{outline:none;border-color:var(--tone-400)}.brief-inputs textarea{resize:none;min-height:100px}.brief-services{display:flex;flex-direction:column;gap:.75rem}.brief-service-option{display:flex;align-items:center;padding:1rem;background:transparent;border:1px solid var(--tone-200);border-radius:.5rem;cursor:pointer;transition:all .2s ease}.brief-service-option:hover{border-color:var(--tone-300)}.brief-service-option input[type=radio]{display:none}.brief-service-option:has(input[type=radio]:checked){border-color:var(--tone-500);background:#ffffff05}.brief-service-option input[type=radio]:checked+.service-label .service-check{border-color:var(--tone-500);background:var(--tone-500)}.brief-service-option input[type=radio]:checked+.service-label .service-check:after{opacity:1}.service-label{display:flex;align-items:center;width:100%;gap:1rem;color:var(--tone-400)}.service-check{width:18px;height:18px;border:2px solid var(--tone-300);border-radius:50%;position:relative;transition:all .2s ease;flex-shrink:0}.service-check:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:var(--tone-100);border-radius:50%;opacity:0;transition:opacity .2s ease}.service-info{display:flex;justify-content:space-between;align-items:center;flex:1}.service-name{font-size:1rem;font-weight:500}.service-price{font-size:.9rem;color:var(--tone-300)}.brief-navigation{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--tone-200)}.brief-btn{padding:.875rem 1.75rem;background:transparent;border:1px solid var(--tone-200);border-radius:.5rem;color:var(--tone-400);font-family:inherit;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}.brief-btn:hover{border-color:var(--tone-400)}.brief-next,.brief-submit{border-color:var(--tone-500);color:var(--tone-500)}.brief-next:hover,.brief-submit:hover{background:var(--tone-500);color:var(--tone-100)}.brief-progress{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem}.brief-progress-dot{width:6px;height:6px;border-radius:50%;background:var(--tone-200);transition:background .2s ease}.brief-progress-dot.active{background:var(--tone-500)}@media(max-width:1000px){.brief-form{margin:2.5rem auto 0;padding:2rem 1.5rem;border-radius:1rem}.brief-step-header h4{font-size:1.25rem}.brief-inputs input,.brief-inputs textarea{padding:.875rem;font-size:.95rem}.brief-service-option{padding:.875rem}.service-name{font-size:.9rem}.service-price{font-size:.85rem}.brief-btn{padding:.75rem 1.25rem;font-size:.9rem}.brief-navigation{margin-top:1.5rem;padding-top:1.25rem}}
