@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Poppins:wght@400;500;600&display=swap";:root{font-family:Poppins,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color:#3a2e24;background-color:#f7f1e9;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0}a{color:inherit}:root{--gold: #d3a85c;--brown: #5a4633;--text: #3a2e24;--muted: #6f6156;--bg: #f7f2e8;--white: #ffffff;--whatsapp: #25d366}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Helvetica Neue,Arial,sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}.App{padding-top:0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section{padding:80px 0}.section h2{font-family:Playfair Display,Georgia,serif;font-size:3rem;margin:.4rem 0 .8rem;color:var(--text)}.section .subtitle{color:var(--muted);margin:.5rem 0 1.5rem;line-height:1.6;text-align:center}.section-kicker{font-size:.95rem;letter-spacing:.08em;text-transform:uppercase;color:var(--text);margin-bottom:.2rem}.gold-highlight{color:var(--gold)}.header{position:fixed;top:0;width:100%;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;z-index:999;box-shadow:none}.header.scrolled{background:#ffffff8c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 22px #0000000f}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1200px;margin:0 auto}.brand{display:flex;align-items:center;gap:.75rem;font-weight:600;color:var(--text)}.logo{width:120px;height:120px;object-fit:cover}.nav-links{display:flex;align-items:center;gap:1.25rem;font-weight:500}.nav-links a{padding:.35rem .6rem}.nav-links .cta{border:1px solid var(--gold);border-radius:999px;padding:.45rem .9rem}.header-cta{background:var(--gold);color:var(--white);padding:.75rem 1.1rem;border-radius:999px;font-weight:600;box-shadow:0 10px 20px #d3a85c47}.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:.25rem;cursor:pointer}.menu-toggle span{display:block;width:22px;height:2px;background:var(--text)}.hero{padding-top:200px;min-height:100vh;position:relative;overflow:visible;background:radial-gradient(circle at 78% 6%,rgba(230,230,230,.25),transparent 46%),radial-gradient(circle at 16% 80%,rgba(220,220,220,.18),transparent 40%),linear-gradient(180deg,#fbfbfb,#f4f4f4 55%,#ededed)}.hero-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;align-items:center}.hero-content h1{font-family:Playfair Display,Georgia,serif;font-size:3.3rem;margin:.6rem 0;line-height:1.05;letter-spacing:.6px;color:#5a3a29}.hero:before{content:"";position:absolute;top:-30px;right:-30px;width:360px;height:360px;background:radial-gradient(circle at 60% 30%,#be8e3c80,#be8e3c00);opacity:.72;filter:blur(18px);pointer-events:none;z-index:0}.hero:after{content:"";position:absolute;bottom:40%;left:-120px;width:360px;height:360px;background:radial-gradient(circle at 30% 70%,#be8e3c99,#be8e3c00);opacity:.68;filter:blur(16px);pointer-events:none;z-index:0}.subtitle{color:var(--muted);line-height:1.6;margin:0}.subtitle .center{text-align:center;max-width:720px;margin:.8rem auto 1.8rem;color:#4f4f4f}.gold-italic{color:var(--gold);font-style:italic}.badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--white);padding:.4rem .9rem;border-radius:999px;border:1px solid #e8dfd3;font-size:.9rem;color:var(--muted)}.actions{display:flex;gap:.8rem;margin-top:1.4rem;flex-wrap:wrap}.subline{display:flex;align-items:center;gap:.7rem;color:var(--muted);margin-top:.3rem}.accent-bar{width:26px;height:3px;background:var(--gold);border-radius:999px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.9rem 1.3rem;border-radius:999px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.btn.primary{background:var(--gold);color:var(--white);box-shadow:0 12px 24px #d3a85c47;border:none}.btn.secondary{background:transparent;border-color:var(--brown);color:var(--brown)}.btn-icon{background:#ffffff29;padding:.1rem .4rem;border-radius:999px}.btn.ghost{background:var(--white);border-color:#e8dfd3;color:var(--text)}.btn.big{padding:1rem 1.5rem;width:fit-content}.btn:hover{transform:translateY(-2px)}.hero-visual{display:flex;justify-content:center}.hero-frame{background:var(--white);border-radius:60% 60% 24px 24px;padding:18px;box-shadow:0 28px 48px #0000001a;position:relative;width:min(480px,100%);height:540px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:8px solid #ffffff;outline:1px solid #e8dcc7}.hero-frame img{width:100%;height:100%;display:block;border-radius:60% 60% 20px 20px;object-fit:cover;transform:translateY(0);margin:0 auto}.hero-note{position:absolute;bottom:14px;right:14px;background:var(--white);border-radius:12px;padding:.7rem .85rem;box-shadow:0 14px 24px #00000014;border:1px solid #f0e4d5;display:flex;gap:.55rem;align-items:flex-start;width:68%;max-width:260px}.hero-note-icon{color:#f5c248;font-size:1.1rem}.hero-note strong{display:block;margin-bottom:.1rem}.hero-note p{margin:0;color:var(--muted);line-height:1.4;font-size:.95rem}.social-proof{display:flex;align-items:center;gap:.75rem;margin-top:1.2rem;color:var(--muted);font-weight:500}.avatars{display:flex}.avatar{width:36px;height:36px;border-radius:50%;border:2px solid var(--white);background:linear-gradient(135deg,#f5b45c,#d18b3d);display:grid;place-items:center;font-weight:700;color:var(--white);margin-left:-8px;box-shadow:0 6px 12px #00000014}.avatar:first-child{margin-left:0}.about{padding:90px 0;background:#f7f5f2}.about h2{font-size:2.8rem;line-height:1.1;color:#111;margin:16px 0 .8rem}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.2rem;align-items:center}.about-text p{line-height:1.7;color:var(--muted)}.about-image img{width:100%;border-radius:16px;box-shadow:0 18px 32px #0000000f;border:1px solid #efe1ce}.features{padding:30px 0 80px;background:#fff}.features .section-title{text-align:center;color:#1f1f1f}.features .title-underline{width:48px;height:4px;background:var(--gold);border-radius:999px;margin:.4rem auto 1.4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem}.feature-card{background:#f9f7f3;border-radius:14px;padding:1.1rem;border:1px solid #ece3d6;box-shadow:0 10px 20px #0000000a;text-align:center}.feature-card h4{margin:.5rem 0 .4rem}.feature-card p{margin:0;color:var(--muted);line-height:1.5}.icon-circle{width:44px;height:44px;border-radius:50%;background:#f0e6d6;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;color:var(--brown)}.icon-circle.large{width:64px;height:64px;font-size:1.6rem}.portfolio{padding:120px 0 130px;background:#f7f5f2}.portfolio .section-kicker{text-align:center;letter-spacing:.1em}.portfolio h2{margin-bottom:.2rem}.portfolio-title{text-align:center;font-size:2.6rem;color:#1f1f1f}.portfolio-cta-title{font-family:Playfair Display,Georgia,serif;text-align:center;font-size:1.8rem;color:#3a2e24;margin-bottom:.4rem}.filter-row{display:flex;gap:.6rem;flex-wrap:wrap;margin:3rem 0 3.4rem;justify-content:center}.filter-row .active{background:var(--gold);color:var(--white);border-color:var(--gold)}.filter-btn{border:1px solid #e7dac8;background:var(--white);padding:.55rem .95rem;border-radius:999px;cursor:pointer;color:var(--text);font-weight:500;transition:background .2s ease,color .2s ease,transform .2s ease}.filter-btn:hover{background:var(--gold);color:var(--white);transform:translateY(-2px)}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.3rem}.portfolio-card{background:var(--white);border-radius:14px;overflow:hidden;border:1px solid #efe1ce;box-shadow:0 14px 26px #0000000f;display:flex;flex-direction:column;max-width:280px;width:100%}.portfolio-card img{width:100%;height:200px;object-fit:cover}.portfolio-info{padding:1rem}.portfolio-info h4{margin:.3rem 0}.portfolio-info p{margin:0;color:var(--muted)}.tag{display:inline-flex;padding:.25rem .55rem;background:#f0e6d6;border-radius:999px;color:var(--brown);font-size:.85rem}.portfolio-cta{margin-top:1.8rem;background:#fff;padding:1.2rem;border-radius:16px}.portfolio-cta .btn{margin-right:.5rem}.portfolio-cta small{color:var(--muted)}.portfolio-cta .cta-subtext{margin-top:.6rem;color:var(--muted);font-size:.95rem;max-width:620px;margin:0 auto;text-align:center}.cta-actions{display:flex;flex-direction:column;align-items:center;gap:.6rem;margin-top:1.2rem}.whatsapp-cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#25d366;color:#fff;padding:.9rem 1.8rem;border-radius:999px;font-weight:600;font-size:1rem;box-shadow:0 8px 16px #25d3664d;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer}.whatsapp-cta-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #25d36666}.whatsapp-icon{display:flex;align-items:center;justify-content:center}.arrow-icon{font-size:1.1rem}.cta-note{display:block;text-align:center;color:var(--muted);font-size:.9rem}.decorative-divider{display:flex;align-items:center;justify-content:center;gap:1rem;margin:6rem auto 0rem;max-width:400px}.divider-line{flex:1;height:1px;background:linear-gradient(to right,transparent,#d3a85c,transparent);opacity:.4}.divider-logo{width:48px;height:48px;object-fit:contain;filter:opacity(.85)}.decorative-divider-dots{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:3rem auto 0rem}.decorative-divider-dots:before,.decorative-divider-dots:after{content:"";width:120px;height:1px;background:linear-gradient(to right,transparent,#c9a56c);opacity:.5}.decorative-divider-dots .divider-logo{width:40px;height:40px;object-fit:contain}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.2rem;margin-top:1.2rem}.testimonial-card{background:var(--white);border-radius:14px;padding:1rem;border:1px solid #efe1ce;box-shadow:0 12px 22px #0000000f}.testimonial-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.testimonial-head h4{margin:0}.muted{color:var(--muted)}.stars{color:#f5c248;font-weight:700}.testimonial-card p{color:var(--muted);line-height:1.6}.testimonial-actions{display:flex;gap:1rem;color:var(--muted);font-weight:500}.contact{padding-bottom:100px}.contact-card{background:var(--white);border-radius:16px;padding:1.8rem;display:grid;grid-template-columns:2fr 1fr;gap:1.4rem;align-items:center;border:1px solid #efe1ce;box-shadow:0 18px 32px #0000000f}.contact-info{display:flex;gap:1.4rem;flex-wrap:wrap;margin-top:.8rem;color:var(--muted)}.contact-note{background:#f5ead7;padding:1.4rem;border-radius:14px;text-align:center;color:var(--text)}.footer{background:var(--brown);color:#ffffffd9;padding:60px 0 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:2.5rem}.footer-col h4{margin:0 0 1.2rem;font-size:1.1rem;font-weight:600;color:var(--white)}.footer-brand{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.footer-logo{width:50px;height:50px;object-fit:contain}.footer-brand h4{margin:0;font-family:Playfair Display,Georgia,serif;font-size:1.3rem;color:var(--white)}.footer-desc{margin:0 0 1.5rem;line-height:1.7;color:#ffffffbf;max-width:320px}.footer-socials{display:flex;gap:.8rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .2s ease}.social-icon:hover{background:#fff3;transform:translateY(-2px)}.footer-heading{font-family:Playfair Display,Georgia,serif;margin-bottom:1.2rem;color:var(--white)}.footer-contact{display:flex;flex-direction:column;gap:.9rem}.contact-item{display:flex;align-items:flex-start;gap:.7rem;color:#ffffffd9;line-height:1.6}.contact-item svg{flex-shrink:0;margin-top:.2rem;opacity:.8}.footer-hours{display:flex;flex-direction:column;gap:.8rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding-bottom:.7rem;border-bottom:1px solid rgba(255,255,255,.1)}.hours-item:last-child{border-bottom:none;padding-bottom:0}.hours-time{color:var(--gold);font-weight:600}.hours-closed{color:#ffffff80;font-style:italic}.footer-bottom{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{margin:0;color:#fff9;font-size:.9rem}.whatsapp-fab{position:fixed;bottom:22px;right:20px;width:60px;height:60px;border-radius:50%;background:var(--whatsapp);color:var(--white);display:grid;place-items:center;box-shadow:0 12px 24px #25d36659;z-index:1000;transition:transform .2s ease}.whatsapp-fab:hover{transform:translateY(-2px) scale(1.02)}.whatsapp-fab svg{width:28px;height:28px}.testimonials{padding:100px 0;background:var(--bg)}.testimonials .section-kicker{text-align:center;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);font-size:.85rem;font-weight:600;margin-bottom:.5rem}.testimonials-title{font-family:Playfair Display,Georgia,serif;text-align:center;font-size:2.8rem;color:var(--text);margin:.5rem 0 1rem}.testimonials .title-underline{width:60px;height:3px;background:var(--gold);border-radius:999px;margin:0 auto 3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2.5rem;justify-items:center}.testimonial-card{background:var(--white);border-radius:16px;padding:1.8rem 1.5rem;border:1px solid #efe1ce;box-shadow:0 8px 20px #0000000a;max-width:380px;width:100%;transition:transform .2s ease,box-shadow .2s ease}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000014}.testimonial-head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.testimonial-avatar{flex-shrink:0}.testimonial-avatar img{width:56px;height:56px;border-radius:50%;object-fit:cover;border:2px solid #f0e6d6}.testimonial-meta{flex:1}.testimonial-meta h4{margin:0 0 .2rem;font-size:1.1rem;font-weight:600;color:var(--text)}.testimonial-meta .muted{font-size:.85rem;color:var(--muted);display:block;margin-bottom:.4rem}.stars{color:#f5c248;font-size:1rem;letter-spacing:2px;display:block;margin-top:.3rem}.testimonial-card .quote{color:var(--text);line-height:1.7;font-size:.95rem;margin:1.2rem 0 1rem;font-style:italic;position:relative}.testimonial-actions{display:flex;gap:1.5rem;padding-top:.8rem;border-top:1px solid #f0e6d6;margin-top:1rem}.testimonial-actions span{display:flex;align-items:center;gap:.4rem;color:var(--muted);font-size:.9rem;font-weight:500;cursor:pointer;transition:color .2s ease}.testimonial-actions span:hover{color:var(--text)}@media(max-width:960px){.nav-links{position:absolute;top:72px;left:0;width:100%;background:#f7f1e9f7;flex-direction:column;padding:1rem 1.5rem 1.5rem;gap:.9rem;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .2s ease}.nav-links.show{transform:translateY(0);opacity:1;pointer-events:auto}.menu-toggle{display:flex}.header-cta{display:none}.App{padding-top:0}.hero{padding-top:80px}.hero:before{right:0}.footer-grid{grid-template-columns:1fr;gap:2.5rem}.footer-desc{max-width:100%}.badge{display:none}}@media(max-width:720px){.hero{padding-top:150px}.hero-content h1{font-size:2.2rem}.portfolio-cta{flex-direction:column;align-items:flex-start}.contact-card{grid-template-columns:1fr}.actions{flex-direction:column;align-items:flex-start}.testimonials-title{font-size:2.2rem}.testimonials-grid{grid-template-columns:1fr;gap:1.2rem}.testimonial-card{max-width:100%}.hero-frame{height:461px}.portfolio-grid{margin:0 43px}}
