:root{--color-primary: #8B6914;--color-primary-light: #C9A227;--color-brown: #8B5A2B;--color-brown-dark: #5D3A1A;--color-cream: #D4B896;--color-cream-light: #E8D5B7;--color-gold: #C9A227;--color-black: #1a1a1a;--color-white: #ffffff;--gradient-hero: radial-gradient(ellipse at center, #C9A227 0%, #D4B896 50%, #B8956E 100%);--font-display: "Playfair Display", serif;--font-body: "Poppins", sans-serif;--font-script: "Dancing Script", cursive}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-black);line-height:1.6;overflow-x:hidden}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 5%;background:transparent;transition:background .3s ease}.navbar.scrolled{background:#fffffff2;box-shadow:0 2px 20px #0000001a}.nav-logo{font-family:var(--font-script);font-size:1.8rem;font-weight:700;color:var(--color-black)}.nav-links{display:flex;list-style:none;gap:2.5rem}.nav-links a{text-decoration:none;color:var(--color-black);font-weight:500;font-size:.95rem;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--color-gold);transition:width .3s ease}.nav-links a:hover:after{width:100%}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:2px;background:var(--color-black);transition:all .3s ease}.hero{min-height:100vh;background:var(--gradient-hero);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;padding:2rem}.hero-content{max-width:900px}.hero-title{font-family:var(--font-display);font-size:clamp(4rem,15vw,12rem);font-weight:700;color:var(--color-black);letter-spacing:-.02em;line-height:.9;margin-bottom:.5rem}.hero-signature{font-family:var(--font-script);font-size:clamp(2rem,5vw,4rem);color:var(--color-cream-light);margin-bottom:3rem;margin-top:-1rem}.hero-contact{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.hero-email,.hero-instagram{display:flex;align-items:center;gap:.5rem;color:var(--color-black);text-decoration:none;font-size:1rem;transition:transform .3s ease}.hero-email:hover,.hero-instagram:hover{transform:translateY(-3px)}.hero-scroll{position:absolute;bottom:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--color-black);font-size:.85rem;letter-spacing:.1em}.scroll-line{width:1px;height:50px;background:var(--color-black);animation:scroll 2s infinite}@keyframes scroll{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}51%{transform-origin:bottom}to{transform:scaleY(0);transform-origin:bottom}}.about{padding:8rem 5%;background:var(--color-white)}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-images{position:relative;display:flex;gap:2rem}.about-image-card{position:relative;background:var(--color-white);padding:1rem;box-shadow:0 10px 40px #0000001a;transform:rotate(-3deg);max-width:280px}.about-image-card img{width:100%;height:auto;display:block}.creative-label{position:absolute;top:20%;right:-20px;font-family:var(--font-body);font-weight:600;font-size:.9rem}.about-image-secondary{position:absolute;right:0;bottom:-50px;width:250px;height:300px;border-radius:50%/60% 60% 40% 40%;overflow:hidden;box-shadow:0 10px 40px #00000026}.about-image-secondary img{width:100%;height:100%;object-fit:cover}.about-content{padding-left:2rem}.section-title{font-family:var(--font-display);font-size:3rem;font-weight:700;color:var(--color-brown);margin-bottom:.5rem}.about-subtitle{font-family:var(--font-script);font-size:2rem;color:var(--color-brown-dark);margin-bottom:2rem}.about-list{list-style:none;margin-bottom:2rem}.about-list li{font-weight:500;margin-bottom:.75rem;font-size:1rem}.about-text{color:#666;margin-bottom:1rem;font-size:.95rem}.services{padding:8rem 5%;background:var(--color-white)}.section-title-center{font-family:var(--font-script);font-size:3.5rem;text-align:center;color:var(--color-brown-dark);margin-bottom:4rem}.services-grid{max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-folder{aspect-ratio:1;border-radius:8px 8px 0 0;padding:2rem 1.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.service-folder:before{content:"";position:absolute;top:-10px;left:10px;width:40%;height:15px;border-radius:5px 5px 0 0;background:inherit}.service-folder.light{background:var(--color-cream)}.service-folder.dark{background:var(--color-brown);color:var(--color-white)}.service-folder:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.service-folder h3{font-family:var(--font-display);font-size:1.1rem;font-weight:600;font-style:italic;margin-bottom:.5rem}.service-folder p{font-size:.75rem;opacity:.8}.content{padding:8rem 5%;background:#f9f7f4}.content-subtitle{text-align:center;color:#666;margin-bottom:4rem;margin-top:-2rem}.video-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.video-placeholder{aspect-ratio:9/16;background:linear-gradient(135deg,var(--color-cream) 0%,var(--color-brown) 100%);border-radius:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--color-white);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.video-placeholder:hover{transform:scale(1.03);box-shadow:0 20px 40px #0003}.play-icon{width:60px;height:60px;border:3px solid var(--color-white);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:1.5rem;margin-bottom:1rem}.video-placeholder p{font-size:.9rem;opacity:.9}.contact{padding:8rem 5%;background:var(--gradient-hero)}.contact-container{max-width:600px;margin:0 auto;text-align:center}.section-title-light{font-family:var(--font-display);font-size:3rem;color:var(--color-black);margin-bottom:1rem}.contact-subtitle{color:var(--color-brown-dark);margin-bottom:3rem;font-size:1.1rem}.contact-info{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem;flex-wrap:wrap}.contact-link{display:flex;align-items:center;gap:.75rem;color:var(--color-black);text-decoration:none;font-weight:500;transition:transform .3s ease}.contact-link:hover{transform:translateY(-3px)}.contact-icon{width:50px;height:50px;background:var(--color-white);border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 5px 15px #0000001a}.contact-form{background:var(--color-white);padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000001a}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem 1.5rem;border:2px solid #eee;border-radius:10px;font-family:var(--font-body);font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--color-gold)}.form-group textarea{resize:vertical;min-height:120px}.btn-submit{width:100%;padding:1rem 2rem;background:var(--color-brown);color:var(--color-white);border:none;border-radius:10px;font-family:var(--font-body);font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .3s ease}.btn-submit:hover{background:var(--color-brown-dark);transform:translateY(-2px)}.footer{padding:2rem 5%;background:var(--color-black);color:var(--color-white);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer p{font-size:.9rem;opacity:.8}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--color-white);text-decoration:none;font-size:.9rem;opacity:.8;transition:opacity .3s ease}.footer-links a:hover{opacity:1}@media(max-width:992px){.about-container{grid-template-columns:1fr;gap:6rem}.about-images{justify-content:center}.about-content{padding-left:0;text-align:center}.about-list{text-align:left;max-width:400px;margin-left:auto;margin-right:auto}.services-grid,.video-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.nav-links{position:fixed;top:0;right:-100%;width:70%;height:100vh;background:var(--color-white);flex-direction:column;justify-content:center;align-items:center;gap:2rem;transition:right .3s ease;box-shadow:-10px 0 30px #0000001a}.nav-links.active{right:0}.hamburger{display:flex;z-index:1001}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hero-title{font-size:clamp(3rem,12vw,6rem)}.hero-contact{flex-direction:column;gap:1rem}.section-title,.section-title-center,.section-title-light{font-size:2.5rem}.about-image-secondary{display:none}.contact-info{flex-direction:column;gap:1.5rem}.contact-link{justify-content:center}.contact-form{padding:2rem 1.5rem}.footer{flex-direction:column;text-align:center}}@media(max-width:576px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.service-folder{padding:1.5rem 1rem}.service-folder h3{font-size:.95rem}.video-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}
