:root{--sandstone: #f4eee8;--graphite: #1a1a1a;--ivory: #ffffff;--bronze: #af9473;--concrete: #f8f8f8;--text: #2a2a2a;--white: #FFFFFF;--glass: rgba(255, 255, 255, .98);--glass-border: rgba(0, 0, 0, .05);--spacing-xl: 160px;--spacing-lg: 100px}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.7;background-color:#fff;color:var(--text);-webkit-font-smoothing:antialiased;overflow-x:hidden}.reveal-init{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.165,.84,.44,1)}.reveal{opacity:1;transform:translateY(0)}h1,h2,h3,h4,h5{color:var(--graphite);font-weight:200;letter-spacing:-.02em;line-height:1.1}h1{font-size:5rem}h2{font-size:clamp(2.5rem,5vw,3.5rem)}h3{font-size:1.5rem;font-weight:300}.container{max-width:1200px;margin:0 auto;padding:0 5%}header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:all .4s cubic-bezier(.165,.84,.44,1);padding:20px 0;background:var(--white);border-bottom:1px solid var(--glass-border);box-shadow:0 2px 20px #00000005}header.scrolled{padding:12px 0;background:var(--glass);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}nav{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 5%}.logo{font-size:1rem;font-weight:700;text-transform:uppercase;letter-spacing:.4em;line-height:1.2;color:var(--graphite);text-decoration:none}.nav-links{display:flex;list-style:none;gap:2.5rem;align-items:center}.nav-links a{text-decoration:none;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:var(--graphite);opacity:.6;transition:all .4s ease}.nav-links a:hover{opacity:1;color:var(--bronze)}.hero{height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:0}.hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-bg img{width:100%;height:100%;object-fit:cover;filter:brightness(.6)}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(75deg,rgba(0,0,0,.9) 0%,rgba(0,0,0,.4) 60%,transparent 100%);z-index:0}.hero-content{margin-top:80px;position:relative;z-index:10;max-width:900px;padding:0 8%;color:var(--white)}.hero-content h1{font-size:clamp(3.5rem,10vw,7rem);line-height:.9;margin-bottom:2.5rem;color:var(--white);font-weight:200}.hero-content p.subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:var(--white);opacity:.8;margin-bottom:3.5rem;letter-spacing:.1em;max-width:600px;text-transform:none;line-height:1.6}.hero-btns{display:flex;gap:2rem}.section{padding:var(--spacing-xl) 0}.bg-light{background-color:var(--white)}.bg-dark{background-color:var(--graphite);color:var(--white)}.bg-dark h2,.bg-dark h3,.bg-dark h4{color:var(--white)}.section-header{margin-bottom:var(--spacing-lg);text-align:center}.section-header h2{font-size:2.2rem;margin-bottom:1.5rem}.editorial-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.label{display:inline-block;text-transform:uppercase;font-size:.75rem;letter-spacing:.3em;color:var(--bronze);margin-bottom:2rem;font-weight:400}.editorial-text h2{font-size:2.8rem;margin-bottom:2rem;line-height:1.2}.editorial-text p{margin-bottom:2rem;font-size:1rem;opacity:.7;font-weight:300}.editorial-image{height:600px;background-size:cover;background-position:center;border:none;filter:grayscale(20%);transition:filter .5s ease}.editorial-image:hover{filter:grayscale(0%)}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.project-card{background:transparent;border:none;overflow:hidden;transition:transform .4s ease}.project-card:hover{transform:translateY(-10px)}.card-img{height:400px;background-size:cover;background-position:center;margin-bottom:2rem}.project-card h3{padding:0;text-align:left;font-size:1rem;letter-spacing:.1em}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.price-card{background:var(--glass);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:5rem 3rem;border:1px solid var(--glass-border);text-align:left;transition:all .5s cubic-bezier(.19,1,.22,1);border-radius:2px}.price-card:hover{background:var(--white);transform:translateY(-5px);box-shadow:0 20px 40px #0000000d}.price-card.highlight{background:var(--graphite);color:var(--white);transform:translateY(-10px)}.price-card.highlight h4,.price-card.highlight .price,.price-card.highlight p{color:var(--white)}.price-card.highlight .btn-primary{background:var(--white);color:var(--graphite)}.price-card h4{font-size:.8rem;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:.2em;opacity:.6}.price{font-size:4rem;font-weight:300;margin:2.5rem 0;color:var(--graphite);line-height:1}.price-card p{font-size:.95rem;opacity:.5;margin-bottom:4rem;line-height:1.6}.trust-flex{display:flex;justify-content:space-between;gap:6rem}.trust-item{flex:1;border-top:1px solid rgba(255,255,255,.1);padding-top:3rem}.count{font-size:.8rem;font-weight:400;color:var(--bronze);opacity:1;display:block;margin-bottom:2rem;letter-spacing:.2em}.trust-item h4{font-size:1.2rem;margin-bottom:1.5rem}.trust-item p{font-size:.9rem;opacity:.6;font-weight:300}.btn{display:inline-block;padding:1.2rem 3rem;text-decoration:none;text-transform:uppercase;font-size:.8rem;font-weight:400;letter-spacing:.2em;transition:all .4s cubic-bezier(.165,.84,.44,1);cursor:pointer;border:none}.btn-primary{background:var(--graphite);color:var(--white)}.btn-primary:hover{background:var(--bronze);transform:translateY(-2px)}.btn-secondary{background:transparent;border:1px solid var(--graphite);color:var(--graphite)}.btn-secondary:hover{background:var(--graphite);color:var(--white);transform:translateY(-2px)}.btn-outline{background:transparent;border:1px solid var(--sandstone);color:var(--graphite)}.footer{background:var(--concrete);padding:6rem 0 3rem;border-top:1px solid var(--sandstone)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem}.footer-brand .logo{margin-bottom:1.5rem}.footer h5{text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem;font-size:.9rem}.footer ul{list-style:none}.footer ul li{margin-bottom:1rem}.footer a{text-decoration:none;color:var(--text);opacity:.8;transition:opacity .3s}.footer a:hover{opacity:1}.footer-bottom{border-top:1px solid var(--sandstone);padding-top:2rem;text-align:center;font-size:.85rem;opacity:.6}@media (max-width: 992px){.editorial-grid,.footer-grid,.services-grid{grid-template-columns:1fr!important;gap:3rem!important}.gallery-grid{grid-template-columns:1fr!important;grid-template-rows:repeat(3,300px)!important}.trust-flex{flex-direction:column;gap:2rem}.nav-links{display:none;flex-direction:column;position:absolute;top:80px;left:0;width:100%;background:var(--white);padding:2rem;border-bottom:1px solid var(--sandstone)}.nav-links.active{display:flex}.hero-content h1{font-size:3.5rem}.menu-toggle{display:block;cursor:pointer;background:none;border:none;padding:10px}.menu-toggle span{display:block;width:25px;height:2px;margin:5px 0;transition:.3s;background:var(--graphite)}}.bg-white{background-color:var(--white)}.bg-concrete{background-color:var(--concrete)}@media (max-width: 768px){.stats-grid{grid-template-columns:1fr 1fr!important;gap:3rem!important}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr!important}}
