:root{--bg-color: #F9F8F6;--text-color: #000000;--font-main: "Helvetica Neue", Helvetica, Arial, sans-serif;--font-serif: "Bodoni Moda", serif;--spacing-unit: 2rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-color);color:var(--text-color);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 4rem;position:sticky;top:0;background:#f9f8f6f2;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100}.logo{height:80px;overflow:hidden;display:flex;align-items:center}.logo img{height:100%;width:auto;transform:scale(1.6);object-fit:contain}.site-nav ul{list-style:none;display:flex;gap:2rem}.site-nav a{font-size:.85rem;letter-spacing:.1em;font-weight:500;text-transform:uppercase}section{padding:5rem 2rem;min-height:auto;scroll-margin-top:145px}.section-home,.section-gallery,.section-about,.section-contact{padding-bottom:0!important}h1,h2,h3{font-weight:400;font-family:var(--font-serif)}h2{font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:2rem;color:#666}.section-home{padding:0}.hero-video-container{width:100%;height:40vh;min-height:300px;max-height:500px;margin-bottom:3rem;overflow:hidden;position:relative}.hero-video{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--bg-color);opacity:0;pointer-events:none;z-index:10}.hero-text{max-width:800px;margin-bottom:4rem;text-align:left;margin-left:auto;margin-right:auto;padding:0 2rem}.hero-text p{margin-bottom:1.5rem}.hero-text h1{font-size:1.8rem;line-height:1.2;margin-bottom:.5rem}.hero-text .subtitle{font-size:1.2rem;color:#666;margin-bottom:2rem}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:0;width:100%}.project-item img{width:100%;height:400px;object-fit:cover;filter:grayscale(100%);transition:filter .6s ease-out}.project-item img.reveal{filter:grayscale(0%)}.home-actions{display:flex;flex-direction:column;gap:.5rem;padding-left:5rem;padding-bottom:4rem}.text-link{font-size:1.1rem;text-decoration:underline;text-underline-offset:4px}.content-wrapper{max-width:800px;margin:0 auto}.section-about h3,.section-contact h3{font-size:1.8rem;margin-bottom:2rem}.section-about p,.section-contact p{margin-bottom:1.5rem;font-size:1.1rem}.ambient-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:radial-gradient(circle at 50% 50%,#f9f8f6,#f3f0eb);overflow:hidden}.ambient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;animation:float 20s infinite ease-in-out}.orb-1{top:-10%;left:-10%;width:50vw;height:50vw;background:#e8e4d9}.orb-2{bottom:-10%;right:-10%;width:60vw;height:60vw;background:#ebe6de;animation-delay:-5s}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,50px)}}.contact-form{margin-top:3rem;display:grid;gap:2rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:20px;border:1px solid rgba(255,255,255,.8);box-shadow:0 10px 30px #0000000d}.form-group{display:flex;flex-direction:column;gap:.8rem}.form-group label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;color:#666;font-weight:600}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:1px solid #e0e0e0;background:#f9f9f9;font-family:inherit;font-size:1rem;border-radius:4px;transition:all .3s ease;box-shadow:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fff;border-color:#000;box-shadow:0 5px 15px #0000000d;outline:none}.submit-btn{background:#000;color:#fff;border:none;padding:1.2rem 4rem;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;align-self:flex-start;margin-top:1rem;border-radius:50px;transition:transform .3s ease,background .3s ease}.submit-btn:hover{background:#333;transform:translateY(-2px)}.submit-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.form-status{margin-top:1rem;font-size:.95rem;min-height:1.5rem;transition:opacity .3s ease}.form-status.success{color:#27ae60;font-weight:500}.form-status.error{color:#c0392b}.service-area{font-size:.9rem;color:#666;margin-top:1rem}.site-footer{padding:5rem 2rem 4rem;text-align:center;font-size:.85rem;color:#999}.footer-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.social-link{color:#666;transition:color .3s ease;display:inline-flex}.social-link:hover{color:#000}.qbcc{font-family:var(--font-main);letter-spacing:.05em;color:#666}@media(max-width:768px){.site-header{padding:1.5rem;flex-direction:column;gap:1.5rem}.project-grid{grid-template-columns:1fr}section{padding:2rem 1.5rem}}.section-gallery{padding-left:0!important;padding-right:0!important;max-width:100%}#particle-canvas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:90;pointer-events:none}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:200;display:flex;justify-content:center;align-items:center;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto;padding:2rem 1rem}.modal-overlay.hidden{opacity:0;visibility:hidden;pointer-events:none}.modal-content{background:#fff;width:100%;max-width:900px;position:relative;border-radius:20px;box-shadow:0 20px 40px #0000001a;overflow:hidden;max-height:90vh;display:flex;flex-direction:column}.modal-content .content-wrapper{padding:2.5rem;margin:0;width:100%;box-sizing:border-box;overflow-y:auto}.modal-content h2{font-size:1.5rem;margin-bottom:.5rem;text-align:center}.modal-content p{text-align:center;margin-bottom:2rem;font-size:.95rem}.modal-content .contact-form{padding:0;box-shadow:none;background:transparent;border:none;margin-top:0;display:grid;grid-template-columns:1fr 1fr;column-gap:2rem;row-gap:1.5rem;text-align:left}.modal-content .form-group{margin-bottom:0}.form-group.full-width,.submit-btn,.form-status,.service-area{grid-column:1 / -1}@media(max-width:600px){.modal-content .contact-form{grid-template-columns:1fr;gap:1.25rem}}.close-modal{position:absolute;top:1rem;right:1.5rem;background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#333;z-index:10}.close-modal:hover{color:#000}
