@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Bodoni+Moda:wght@400;500;600;700&display=swap";.navbar{position:fixed;top:0;width:100%;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e8e8e8;z-index:1000;transition:all .3s ease}.navbar .container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 4rem;max-width:1400px;margin:0 auto}.logo{font-size:1.1rem;font-weight:400;color:#333;letter-spacing:.5px;font-family:Bodoni Moda,Playfair Display,serif}.nav-links{display:flex;list-style:none;gap:3rem}.nav-link{background:none;border:none;text-decoration:none;color:#666;font-weight:400;font-size:.85rem;cursor:pointer;transition:color .3s ease;position:relative;font-family:Poppins,sans-serif;letter-spacing:1px;text-transform:uppercase}.nav-link:hover{color:#333}.nav-link.active{color:#333;font-weight:500}.nav-link.active:after{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:1px;background:#333}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:0;gap:4px}.mobile-menu-toggle span{width:24px;height:2px;background:#333;transition:.3s}@media (max-width: 1024px){.navbar .container{padding:1.5rem 3rem}.nav-links{gap:2rem}}@media (max-width: 768px){.navbar .container{padding:1.2rem 2rem}.nav-links{position:fixed;top:65px;left:-100%;flex-direction:column;background:rgba(255,255,255,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:left .3s ease;gap:1.5rem}.nav-links.active{left:0}.nav-link{font-size:.9rem}.mobile-menu-toggle{display:flex}}@media (max-width: 480px){.navbar .container{padding:1rem 1.5rem}.logo{font-size:1rem}}.hero{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:var(--bg-white);align-items:center}.hero-left{display:flex;align-items:center;justify-content:center;padding:6rem 4rem 6rem 6rem;background:var(--bg-white);height:100vh}.hero-content{max-width:550px;animation:fadeInLeft 1s ease-out}.hero-label{font-size:.7rem;letter-spacing:3px;color:var(--text-light);margin-bottom:2rem;font-weight:500;text-transform:uppercase}.hero-name{font-size:4.5rem;font-weight:400;line-height:1.1;color:var(--text-dark);margin-bottom:1rem;font-family:Bodoni Moda,Playfair Display,serif;letter-spacing:-2px}.hero-subtitle{font-size:.95rem;font-weight:400;color:var(--text-medium);margin-bottom:3rem;letter-spacing:.3px;font-style:italic}.hero-info{display:flex;flex-direction:column;gap:1rem;padding-top:2rem;border-top:1px solid var(--border-color)}.hero-role,.hero-email,.hero-location{font-size:.75rem;letter-spacing:1.5px;color:var(--text-medium);font-weight:400;line-height:1.8;text-transform:uppercase}.hero-specialties{font-size:.7rem;letter-spacing:.5px;color:var(--text-light);font-weight:300;font-style:italic;line-height:1.6;margin-top:.5rem}.hero-right{position:relative;overflow:hidden;background:var(--bg-white);height:100vh;display:flex;align-items:center;justify-content:center;padding:4rem}.hero-image-container{width:450px;height:450px;border-radius:50%;overflow:hidden;box-shadow:0 20px 60px #0000001f;animation:fadeIn 1.2s ease-out;border:8px solid var(--bg-cream)}.hero-profile-pic{width:100%;height:100%;object-fit:cover;object-position:center}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 1024px){.hero{grid-template-columns:1fr;grid-template-rows:auto auto;min-height:auto}.hero-left{padding:5rem 3rem;height:auto}.hero-right{height:60vh;padding:3rem}.hero-name{font-size:4rem}.hero-image-container{width:350px;height:350px}}@media (max-width: 768px){.hero-left{padding:4rem 2rem}.hero-right{height:50vh;padding:2rem}.hero-name{font-size:3rem;margin-bottom:1rem}.hero-subtitle{margin-bottom:2rem;font-size:.9rem}.hero-label{margin-bottom:1.5rem;font-size:.65rem}.hero-info{gap:.8rem;padding-top:1.5rem}.hero-role,.hero-email,.hero-location{font-size:.7rem}.hero-image-container{width:280px;height:280px}}@media (max-width: 480px){.hero-left{padding:3rem 1.5rem}.hero-right{height:45vh}.hero-name{font-size:2.5rem}.hero-label{font-size:.6rem;letter-spacing:2px}.hero-image-container{width:240px;height:240px}}.about{padding:8rem 0;background:var(--bg-white)}.about-container{max-width:1400px;margin:0 auto;padding:0 6rem;display:grid;grid-template-columns:1.2fr 1fr;gap:6rem;align-items:center}.about-left{animation:fadeInLeft 1s ease-out}.about-label{font-size:.7rem;letter-spacing:3px;color:var(--text-light);margin-bottom:1.5rem;font-weight:500;text-transform:uppercase}.about-title{font-size:3.5rem;font-weight:400;line-height:1.2;color:var(--text-dark);margin-bottom:3rem;font-family:Bodoni Moda,Playfair Display,serif;letter-spacing:-2px}.about-story{display:flex;flex-direction:column;gap:1.8rem}.about-intro{font-size:1.15rem;line-height:1.8;color:var(--text-dark);font-weight:500}.about-description{font-size:1rem;line-height:1.9;color:var(--text-medium);font-weight:400}.about-mission{font-size:1rem;line-height:1.9;color:var(--text-medium);font-weight:500;margin-top:1rem;padding-top:2rem;border-top:1px solid var(--border-color)}.about-intro strong,.about-mission strong{color:var(--text-dark);font-weight:600}.about-right{animation:fadeInRight 1s ease-out}.about-image-container{width:100%;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #0000001f;position:relative}.about-image{width:100%;height:auto;display:block;object-fit:cover;transition:transform .5s ease}.about-image-container:hover .about-image{transform:scale(1.03)}.about-image-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 60%,rgba(0,0,0,.1) 100%);pointer-events:none}@media (max-width: 1024px){.about{padding:6rem 0}.about-container{grid-template-columns:1fr;padding:0 4rem;gap:4rem}.about-title{font-size:3rem}.about-image-container{max-width:600px;margin:0 auto}}@media (max-width: 768px){.about{padding:5rem 0}.about-container{padding:0 2rem;gap:3rem}.about-title{font-size:2.5rem;margin-bottom:2rem}.about-intro{font-size:1.05rem}.about-description,.about-mission{font-size:.95rem}.about-story{gap:1.5rem}}@media (max-width: 480px){.about-container{padding:0 1.5rem}.about-title{font-size:2rem}.about-label{font-size:.65rem;letter-spacing:2px}.about-intro{font-size:1rem}.about-description,.about-mission{font-size:.9rem}}.gallery{padding:8rem 0;background:var(--bg-cream)}.gallery-container{max-width:1200px;margin:0 auto;padding:0 6rem}.gallery-header{text-align:center;margin-bottom:4rem}.gallery-label{font-size:.7rem;letter-spacing:3px;color:var(--text-light);margin-bottom:1rem;font-weight:500;text-transform:uppercase}.gallery-title{font-size:3.5rem;font-weight:400;line-height:1.2;color:var(--text-dark);margin-bottom:1rem;font-family:Bodoni Moda,Playfair Display,serif;letter-spacing:-2px}.gallery-subtitle{font-size:1rem;color:var(--text-medium);font-weight:400;letter-spacing:.3px;line-height:1.8}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:4rem}.gallery-item{position:relative;overflow:hidden;border-radius:12px;aspect-ratio:1;cursor:pointer;transition:all .3s ease;background:var(--bg-white)}.gallery-item:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001f}.video-container{width:100%;height:100%;position:relative;overflow:hidden;background:#000;cursor:pointer}.gallery-video{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.gallery-video::-webkit-media-controls{opacity:0;transition:opacity .3s ease}.video-container:hover .gallery-video::-webkit-media-controls{opacity:1}.gallery-item:hover .gallery-video{transform:scale(1.05)}.video-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.2);z-index:1;transition:opacity .3s ease}.video-container:hover:before{opacity:0}.gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;transition:transform .3s ease}.gallery-item:hover .gallery-placeholder{transform:scale(1.05)}.image-container{width:100%;height:100%;overflow:hidden;background:#f0f0f0}.gallery-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.gallery-item:hover .gallery-image{transform:scale(1.05)}.video-badge{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:rgba(255,255,255,.95);border-radius:50%;display:flex;align-items:center;justify-content:center;padding-left:4px;color:var(--text-dark);transition:all .3s ease;box-shadow:0 4px 20px #00000026;pointer-events:none;z-index:2}.gallery-item:hover .video-badge{transform:translate(-50%,-50%) scale(1.1);background:var(--bg-white);color:var(--secondary-color)}.placeholder-text{position:absolute;bottom:1rem;left:1rem;color:#fff;font-size:.85rem;font-weight:500;letter-spacing:1px;text-transform:uppercase;background:rgba(0,0,0,.3);padding:.4rem .8rem;border-radius:4px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery-footer{text-align:center;padding-top:3rem;border-top:1px solid var(--border-color)}.view-more-btn{display:inline-block;padding:1rem 2.8rem;background:var(--text-dark);color:var(--bg-white);text-decoration:none;border-radius:50px;font-size:.9rem;font-weight:500;letter-spacing:1px;transition:all .3s ease}.view-more-btn:hover{background:var(--secondary-color);transform:translateY(-3px);box-shadow:0 8px 25px #9b59b64d}@media (max-width: 1024px){.gallery{padding:6rem 0}.gallery-container{padding:0 4rem}.gallery-title{font-size:3rem}.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.gallery{padding:4rem 0}.gallery-container{padding:0 2rem}.gallery-header{margin-bottom:3rem}.gallery-title{font-size:2.5rem}.gallery-subtitle{font-size:.95rem}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.video-badge{width:50px;height:50px}.placeholder-text{font-size:.75rem;padding:.3rem .6rem}}@media (max-width: 480px){.gallery-container{padding:0 1.5rem}.gallery-title{font-size:2rem}.gallery-label{font-size:.7rem;letter-spacing:2px}.gallery-grid{grid-template-columns:1fr}.view-more-btn{padding:.8rem 2rem;font-size:.85rem}}.brands{padding:8rem 0;background:var(--bg-white)}.brands-container{max-width:1200px;margin:0 auto;padding:0 6rem}.brands-header{text-align:center;margin-bottom:4rem}.brands-label{font-size:.7rem;letter-spacing:3px;color:var(--text-light);margin-bottom:1rem;font-weight:500;text-transform:uppercase}.brands-title{font-size:3.5rem;font-weight:400;line-height:1.2;color:var(--text-dark);margin-bottom:1rem;font-family:Bodoni Moda,Playfair Display,serif;letter-spacing:-2px}.brands-subtitle{font-size:1rem;color:var(--text-medium);font-weight:400;letter-spacing:.3px;line-height:1.8}.brands-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;margin-bottom:4rem}.brand-card{background:var(--bg-cream);border-radius:12px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;border:1px solid var(--border-color);display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px}.brand-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00000014;border-color:var(--secondary-color);background:var(--bg-white)}.brand-logo-container{width:100%;height:80px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;position:relative}.brand-logo-img{max-width:100%;max-height:100%;object-fit:contain;filter:grayscale(100%);opacity:.7;transition:all .3s ease}.brand-card:hover .brand-logo-img{filter:grayscale(0%);opacity:1;transform:scale(1.05)}.brand-logo-placeholder{width:80px;height:80px;background:linear-gradient(135deg,var(--bg-cream) 0%,var(--border-color) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;color:var(--secondary-color);font-family:Bodoni Moda,serif}.brand-name{font-size:.9rem;font-weight:500;color:var(--text-dark);letter-spacing:.3px;line-height:1.4}.brands-footer{text-align:center;padding-top:3rem;border-top:1px solid var(--border-color)}.brands-footer p{font-size:.9rem;color:var(--text-light);font-style:italic;letter-spacing:.3px}@media (max-width: 1024px){.brands{padding:6rem 0}.brands-container{padding:0 4rem}.brands-title{font-size:3rem}.brands-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.brands{padding:4rem 0}.brands-container{padding:0 2rem}.brands-header{margin-bottom:3rem}.brands-title{font-size:2.5rem}.brands-subtitle{font-size:.95rem}.brands-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.brand-card{padding:1.5rem 1rem;min-height:120px}.brand-logo{font-size:2.5rem}.brand-name{font-size:.85rem}}@media (max-width: 480px){.brands-container{padding:0 1.5rem}.brands-title{font-size:2rem}.brands-label{font-size:.7rem;letter-spacing:2px}.brands-grid{grid-template-columns:1fr}.brand-card{padding:1.5rem}}.rate-card{padding:8rem 0;background:var(--bg-cream)}.rate-container{max-width:1400px;margin:0 auto;padding:0 6rem}.rate-header{margin-bottom:4rem;text-align:center}.rate-label{font-size:.7rem;letter-spacing:3px;color:var(--text-light);margin-bottom:1.5rem;font-weight:500;text-transform:uppercase}.rate-title{font-size:3.5rem;font-weight:400;line-height:1.2;color:var(--text-dark);font-family:Bodoni Moda,Playfair Display,serif;letter-spacing:-2px}.rates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.rate-item{background:var(--bg-white);border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;border:1px solid var(--border-color);box-shadow:0 4px 20px #0000000a}.rate-item:hover{border-color:var(--text-dark);transform:translateY(-8px);box-shadow:0 12px 40px #0000001a}.rate-icon{font-size:2.5rem;color:var(--text-dark);margin-bottom:1.5rem;opacity:.8;transition:all .3s ease}.rate-item:hover .rate-icon{opacity:1;transform:scale(1.1)}.rate-service{font-size:1rem;font-weight:500;color:var(--text-dark);margin-bottom:1rem;letter-spacing:.3px}.rate-price{font-size:1.8rem;font-weight:600;color:var(--text-dark);font-family:Bodoni Moda,serif}.rate-footer{text-align:center;padding-top:3rem;border-top:1px solid var(--border-color)}.rate-footer p{font-size:.9rem;color:var(--text-medium);margin-bottom:2rem;letter-spacing:.3px}.rate-cta{display:inline-block;padding:1rem 2.5rem;background:var(--text-dark);color:#fff;text-decoration:none;border-radius:50px;font-size:.9rem;font-weight:500;letter-spacing:.5px;transition:all .3s ease}.rate-cta:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 8px 25px #9b59b640}@media (max-width: 1024px){.rate-card{padding:6rem 0}.rate-container{padding:0 4rem}.rate-title{font-size:3rem}.rates-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.rate-card{padding:5rem 0}.rate-container{padding:0 2rem}.rate-header{margin-bottom:3rem}.rate-title{font-size:2.5rem}.rates-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}.rate-item{padding:2rem 1.5rem}.rate-service{font-size:.95rem}.rate-price{font-size:1.5rem}}@media (max-width: 480px){.rate-container{padding:0 1.5rem}.rate-title{font-size:2rem}.rate-label{font-size:.65rem;letter-spacing:2px}.rate-icon{font-size:2rem}.rate-footer p{font-size:.85rem}.rate-cta{padding:.9rem 2rem;font-size:.85rem}}.contact{min-height:100vh;display:flex;align-items:center;background:var(--bg-cream);padding:8rem 0}.contact-split{max-width:1400px;margin:0 auto;padding:0 6rem;display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}.contact-left{animation:fadeInLeft 1s ease-out}.contact-label{font-size:.7rem;letter-spacing:3px;color:var(--text-light);margin-bottom:1.5rem;font-weight:500;text-transform:uppercase}.contact-title{font-size:3.5rem;font-weight:400;line-height:1.2;color:var(--text-dark);margin-bottom:3rem;font-family:Bodoni Moda,Playfair Display,serif;letter-spacing:-2px}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;flex-direction:column;gap:.5rem}.info-label{font-size:.7rem;letter-spacing:2px;color:var(--text-light);font-weight:500;text-transform:uppercase}.info-value{font-size:1rem;color:var(--text-dark);font-weight:400;text-decoration:none;transition:color .3s ease;letter-spacing:.3px}a.info-value:hover{color:var(--secondary-color)}.contact-right{animation:fadeInRight 1s ease-out}.contact-form{display:flex;flex-direction:column;gap:1.5rem;background:var(--bg-white);padding:3rem;border-radius:12px;box-shadow:0 10px 40px #00000014;border:1px solid var(--border-color)}.contact-form input,.contact-form textarea{padding:1rem 1.2rem;border:1px solid var(--border-color);border-radius:8px;font-family:Poppins,sans-serif;font-size:.95rem;transition:all .3s ease;background:var(--bg-light);color:var(--text-dark)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--secondary-color);background:var(--bg-white);box-shadow:0 0 0 3px #9b59b61a}.contact-form input:disabled,.contact-form textarea:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.contact-form textarea{resize:vertical;min-height:120px}.form-status{display:flex;align-items:center;gap:.8rem;padding:.9rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:500;animation:slideIn .3s ease}.form-status.success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-status.error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.submit-button{padding:1rem 2rem;background:var(--text-dark);color:var(--bg-white);border:none;border-radius:50px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;letter-spacing:1px}.submit-button:hover:not(:disabled){background:var(--secondary-color);transform:translateY(-3px);box-shadow:0 8px 25px #9b59b64d}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}@media (max-width: 1024px){.contact{padding:6rem 0}.contact-split{grid-template-columns:1fr;padding:0 4rem;gap:4rem}.contact-title{font-size:3rem}}@media (max-width: 768px){.contact{padding:4rem 0}.contact-split{padding:0 2rem;gap:3rem}.contact-title{font-size:2.5rem;margin-bottom:2rem}.contact-form{padding:2rem}.contact-info{gap:1.5rem}}@media (max-width: 480px){.contact-split{padding:0 1.5rem}.contact-title{font-size:2rem}.contact-label{font-size:.7rem;letter-spacing:2px}.contact-form{padding:1.5rem}.contact-form input,.contact-form textarea{padding:.9rem 1rem;font-size:.9rem}.submit-button{padding:.9rem 1.8rem;font-size:.9rem}}.footer{background:var(--text-dark);color:#fff;padding:3rem 0}.footer-container{max-width:1400px;margin:0 auto;padding:0 4rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.footer-content{display:flex;flex-direction:column;gap:.5rem}.footer-copyright{font-size:.9rem;font-weight:400;color:#fff;margin:0}.footer-credit{font-size:.85rem;font-weight:300;color:#ffffffb3;margin:0}.footer-social{font-size:.9rem}.footer-social p{margin:0;color:#ffffffe6}.footer-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s ease}.footer-link:hover{opacity:.7}@media (max-width: 768px){.footer{padding:2.5rem 0}.footer-container{flex-direction:column;text-align:center;padding:0 2rem;gap:1.5rem}.footer-content{gap:.4rem}.footer-copyright{font-size:.85rem}.footer-credit{font-size:.8rem}.footer-social{font-size:.85rem}}@media (max-width: 480px){.footer-container{padding:0 1.5rem}.footer-copyright{font-size:.8rem}.footer-credit{font-size:.75rem}.footer-social{font-size:.8rem}}.app{width:100%;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2c2c2c;--secondary-color: #9b59b6;--accent-color: #c39bd3;--text-dark: #2c2c2c;--text-medium: #555555;--text-light: #888888;--bg-white: #ffffff;--bg-light: #fafafa;--bg-cream: #f8f8f8;--border-color: #e8e8e8;--gradient: linear-gradient(135deg, #9b59b6 0%, #667eea 100%)}body{font-family:Poppins,sans-serif;color:var(--text-dark);line-height:1.6;overflow-x:hidden;background:var(--bg-white)}.container{max-width:1400px;margin:0 auto;padding:0 4rem}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:var(--gradient)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}html{scroll-behavior:smooth}::selection{background:var(--secondary-color);color:#fff}::-moz-selection{background:var(--secondary-color);color:#fff}
