html,body{overflow-x:hidden;width:100%;position:relative}body{overflow-x:hidden;max-width:100%}.HomePage,.gallery-page,.contact-page{overflow-x:hidden;width:100%}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,Segoe UI,Inter,system-ui,-apple-system,sans-serif;background:linear-gradient(135deg,#d0bad3,#c9d3d8e6);color:#2c3e50;line-height:1.5;scroll-behavior:smooth}.navbar{position:fixed;top:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #00000014;z-index:1000;padding:.8rem 2rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.navbar-brand{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#dcb0e2,#bdd1da);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none;letter-spacing:-.5px}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-link{text-decoration:none;font-size:1rem;font-weight:500;color:#2c3e50;transition:all .3s ease;position:relative;padding:.5rem 0}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2.5px;background:linear-gradient(135deg,#bdd1da,#e4c6e6);border-radius:3px;transition:width .3s ease}.nav-link:hover{color:#bdd1da}.nav-link:hover:after{width:100%}.nav-link.active{color:#bdd1da}.nav-link.active:after{width:100%;background:linear-gradient(135deg,#e4c6e6,#bdd1da)}.hamburger{display:none;flex-direction:column;gap:6px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001}.hamburger span{width:28px;height:2.5px;background:#2c3e50;transition:all .3s ease;border-radius:4px}.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media(max-width:768px){.navbar{padding:.8rem 1.5rem}.hamburger{display:flex}.nav-links{position:fixed;top:0;right:-100%;width:70%;max-width:300px;height:100vh;background:#fff;flex-direction:column;justify-content:center;gap:2rem;transition:right .3s ease-in-out;box-shadow:-5px 0 30px #0000001a;z-index:1000;padding:2rem}.nav-links.open{right:0}.nav-link{font-size:1.2rem;padding:.75rem;width:100%;text-align:center}.nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;display:none}.nav-overlay.open{display:block}}@media(min-width:769px){.navbar{justify-content:space-between}}.HomePage{margin-top:70px}.Hero-Page{position:relative;height:90vh;min-height:600px;overflow:hidden}.Hero-Image{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/hero-image.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;clip-path:polygon(0 0,100% 0,100% 85%,0 100%);z-index:1}@media(max-width:768px){.Hero-Image{background-position:center center;background-size:cover}.Hero-Page{height:60vh;min-height:400px}}@media(max-width:480px){.Hero-Page{height:50vh;min-height:350px}}.Hero-info{position:absolute;bottom:10%;right:5%;z-index:2;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;padding:1.5rem 2.5rem;box-shadow:0 10px 30px #0000001a;animation:scaleIn .6s ease}.logosize{height:80px;width:auto;object-fit:contain}.section{padding:5rem 10%;max-width:1400px;margin:0 auto}.section h2{font-size:2.5rem;margin-bottom:2rem;position:relative;display:inline-block;font-weight:600;letter-spacing:-.01em;background:#fff;-webkit-background-clip:text;background-clip:text;color:transparent}.section h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:#e4c6e6;border-radius:3px}.section p{font-size:1.1rem;color:#555;line-height:1.7;margin-bottom:1rem}.section.light{background-color:#f8f9fa;border-radius:40px;margin:2rem auto;width:90%}.section.light h2{color:#3d3b3b}.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.service-card{background:#fff;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 5px 15px #0000000d;cursor:pointer;animation:fadeInUp .6s ease forwards;opacity:0}.service-card:nth-child(1){animation-delay:0s}.service-card:nth-child(2){animation-delay:.1s}.service-card:nth-child(3){animation-delay:.2s}.service-card:nth-child(4){animation-delay:.3s}.service-card:nth-child(5){animation-delay:.4s}.service-card:nth-child(6){animation-delay:.5s}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 30px #0000001a}.service-card img{width:100%;height:250px;object-fit:cover;transition:transform .5s ease}.service-card:hover img{transform:scale(1.05)}.service-card h3{padding:1rem 1rem .5rem;font-size:1.3rem;color:#2c3e50}.service-card p{padding:0 1rem 1.5rem;font-size:.9rem;color:#777}.gallery-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin:2rem 0}.gallery-preview-item{position:relative;overflow:hidden;border-radius:16px;cursor:pointer;aspect-ratio:1;box-shadow:0 10px 20px #0000001a;transition:all .3s ease}.gallery-preview-item:first-child{grid-column:span 2;grid-row:span 2}.gallery-preview-item img{width:100%;height:100%;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1)}.gallery-preview-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#e4c6e6,#bdd1dae6);display:flex;align-items:center;justify-content:center;text-align:center;opacity:0;transition:opacity .3s ease}.gallery-preview-item:hover .gallery-preview-overlay{opacity:1}.gallery-preview-item:hover img{transform:scale(1.1)}.gallery-preview-overlay span{color:#fff;font-size:1.2rem;font-weight:600;transform:translateY(20px);transition:transform .3s ease;padding:.75rem 1.5rem;background:#fff3;border-radius:50px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery-preview-item:hover .gallery-preview-overlay span{transform:translateY(0)}.cssbuttons-io-button{background:linear-gradient(135deg,#bdd1da,#e4c6e6);color:#2c3e50;font-family:inherit;padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .3s ease;box-shadow:0 5px 15px #bdd1da4d}.cssbuttons-io-button:hover{transform:translate(5px);box-shadow:0 8px 20px #e4c6e666;background:linear-gradient(135deg,#e4c6e6,#bdd1da)}.btn-underline{text-decoration:none;display:inline-block;margin-top:1rem}@media(max-width:768px){.section{padding:3rem 5%}.service-grid{gap:1rem}.service-card img{height:200px}.gallery-preview{grid-template-columns:repeat(2,1fr);gap:.8rem}.gallery-preview-item:first-child{grid-column:span 2;grid-row:span 1}.gallery-preview-overlay span{font-size:.9rem;padding:.5rem 1rem}}@media(max-width:480px){.gallery-preview{gap:.5rem}.section h2{font-size:1.8rem}.logosize{height:50px}.Hero-info{padding:.8rem 1.5rem}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.footer{background:linear-gradient(135deg,#2c3e50,#1a252f);color:#fff;padding:3rem 10% 1.5rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;max-width:1400px;margin-left:auto;margin-right:auto}.footer-section h3{color:#e4c6e6;margin-bottom:1rem;font-size:1.2rem;position:relative;display:inline-block}.footer-section h3:after{content:"";position:absolute;bottom:-5px;left:0;width:40px;height:2px;background:#e4c6e6;border-radius:2px}.footer-section p{color:#ccc;line-height:1.6;margin-bottom:.5rem;font-size:.95rem}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s;line-height:1.8;display:inline-block}.footer-section a:hover{color:#e4c6e6;transform:translate(3px)}.social-links{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}.social-icon{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;transition:all .3s}.social-icon:hover{background:#e4c6e6;transform:translateY(-3px) scale(1.05)}.footer-logo{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#bdd1da,#e4c6e6);-webkit-background-clip:text;background-clip:text;color:transparent;margin-bottom:1rem;display:inline-block}.footer-contact-info{list-style:none;padding:0}.footer-contact-info li{margin-bottom:.5rem;display:flex;align-items:center;gap:8px}.footer-contact-info span{color:#bdd1da}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.85rem;color:#aaa;max-width:1400px;margin:0 auto}@media(max-width:768px){.footer{padding:2rem 5% 1rem}.footer-content{gap:1.5rem}.social-icon{width:35px;height:35px;font-size:1rem}}@media(max-width:480px){.footer-section h3{font-size:1.1rem}.footer-section p,.footer-section a{font-size:.85rem}}.gallery-page{padding:120px 5% 5rem;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#fff)}.gallery-header{text-align:center;margin-bottom:3rem}.gallery-page h1{font-size:3rem;margin-bottom:1rem;background:linear-gradient(135deg,#e4c6e6,#bdd1dae6);-webkit-background-clip:text;background-clip:text;color:transparent;display:inline-block}.gallery-subtitle{color:#666;font-size:1.1rem}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:40px 20px;max-width:1400px;margin:0 auto}.gallery-item{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:.3s ease;cursor:pointer}.gallery-item:hover{transform:translateY(-6px);box-shadow:0 12px 30px #00000026}.gallery-item.portrait{aspect-ratio:5 / 7}.gallery-item.square{aspect-ratio:1 / 1}.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6) 0%,transparent 50%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;padding:15px}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-category{color:#fff;font-size:14px;font-weight:500;background:#a370f0cc;padding:6px 12px;border-radius:20px}.gallery-back{padding:20px 20px 60px;display:flex;justify-content:center}.gallery-back .cssbuttons-io-button{background:#a370f0;color:#fff;font-family:inherit;font-size:17px;font-weight:500;border-radius:.9em;border:none;letter-spacing:.05em;display:flex;align-items:center;box-shadow:inset 0 0 1.6em -.6em #714da6;overflow:hidden;position:relative;height:2.8em;padding:.35em 1.2em .35em 3.3em;cursor:pointer}.gallery-back .icon-left{background:#fff;margin-right:1em;position:absolute;display:flex;align-items:center;justify-content:center;height:2.2em;width:2.2em;border-radius:.7em;box-shadow:.1em .1em .6em .2em #7b52b9;left:.3em;transition:all .3s}.gallery-back .cssbuttons-io-button:hover .icon-left{width:calc(100% - .6em)}.gallery-back .icon-left svg{width:1.1em;transition:transform .3s;color:#7b52b9}.gallery-back .cssbuttons-io-button:hover .icon-left svg{transform:translate(-.1em)}.btn-underline{text-decoration:none}@media(max-width:1200px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.gallery-header h1{font-size:32px}.gallery-header p{font-size:16px}.gallery-grid{grid-template-columns:repeat(2,1fr);gap:15px;padding:30px 15px}}@media(max-width:480px){.gallery-header{padding:60px 15px 40px}.gallery-header h1{font-size:28px}.gallery-grid{grid-template-columns:1fr;gap:20px}.gallery-item.portrait,.gallery-item.square{max-width:100%}}.contact-page{padding:120px 5% 5rem;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#fff)}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto}.contact-info{background:#fff;padding:2rem;border-radius:30px;box-shadow:0 10px 30px #00000014;animation:fadeInUp .6s ease forwards;opacity:0}.contact-info h2{color:#2c3e50;margin-bottom:1rem;font-size:2rem}.contact-info>p{color:#666;margin-bottom:2rem;line-height:1.6}.info-item{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:15px;transition:all .3s}.info-item:hover{transform:translate(5px);background:#e4c6e6}.info-icon{width:50px;height:50px;background:linear-gradient(135deg,#bdd1da,#e4c6e6);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.info-item strong{display:block;margin-bottom:.3rem;color:#2c3e50}.info-item div{color:#555;line-height:1.7}.social-section{margin-top:2rem;padding-top:1.5rem;border-top:2px solid #f0f0f0}.social-section h3{color:#2c3e50;margin-bottom:1rem;font-size:1.2rem}.contact-social-links{display:flex;gap:1rem;flex-wrap:wrap}.contact-social-icon{padding:.6rem 1.2rem;background:#f8f9fa;border-radius:50px;text-decoration:none;color:#2c3e50;transition:all .3s;font-size:.9rem}.contact-social-icon:hover{background:linear-gradient(135deg,#bdd1da,#e4c6e6);transform:translateY(-3px)}.contact-map{background:#fff;padding:2rem;border-radius:30px;box-shadow:0 10px 30px #00000014;animation:fadeInUp .6s ease forwards;animation-delay:.2s;opacity:0}.contact-map h3{color:#2c3e50;margin-bottom:1rem;font-size:1.3rem}.map-placeholder{border-radius:20px;overflow:hidden}.image-location{width:90%;height:"250";border:0px transparent;border-radius:1rem}@media(max-width:768px){.contact-container{grid-template-columns:1fr;gap:2rem}.contact-page{padding:100px 5% 5rem}.contact-info,.contact-map{padding:1.5rem}.info-item{padding:.8rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
