@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Lato:wght@300;400;700&display=swap";:root{--primary-navy: #1a2332;--elegant-gold: #d4af37;--soft-cream: #f8f6f0;--charcoal: #2c3e50;--sage-green: #8fbc8f;--warm-gray: #6c7b7f;--light-gray: #f4f4f4;--accent-teal: #4a90a4;--deep-purple: #4a4a68;--rose-gold: #e8b4a0}[data-astro-cid-yjicemwm]{margin:0;padding:0;box-sizing:border-box}.homepage[data-astro-cid-yjicemwm]{font-family:Lato,sans-serif;line-height:1.6;color:var(--charcoal)}.container[data-astro-cid-yjicemwm]{max-width:1200px;margin:0 auto;padding:0 20px}.header[data-astro-cid-yjicemwm]{position:fixed;top:0;width:100%;background:#f8f6f0f2;backdrop-filter:blur(10px);box-shadow:0 2px 20px #1a23321a;z-index:1000;padding:1rem 0}.header[data-astro-cid-yjicemwm] .container[data-astro-cid-yjicemwm]{display:flex;justify-content:space-between;align-items:center}.logo[data-astro-cid-yjicemwm] h2[data-astro-cid-yjicemwm]{font-family:Montserrat,sans-serif;font-weight:700;color:var(--primary-navy);font-size:1.8rem}.nav-menu[data-astro-cid-yjicemwm]{display:flex;list-style:none;gap:2rem}.nav-menu[data-astro-cid-yjicemwm] li[data-astro-cid-yjicemwm] a[data-astro-cid-yjicemwm]{font-family:Montserrat,sans-serif;font-weight:600;text-decoration:none;color:var(--charcoal);transition:color .3s}.nav-menu[data-astro-cid-yjicemwm] li[data-astro-cid-yjicemwm] a[data-astro-cid-yjicemwm]:hover{color:var(--elegant-gold)}.btn-book[data-astro-cid-yjicemwm]{background:var(--elegant-gold);color:var(--primary-navy);padding:.5rem 1rem;border-radius:25px;transition:all .3s}.btn-book[data-astro-cid-yjicemwm]:hover{background:var(--primary-navy);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.phone-link[data-astro-cid-yjicemwm]{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--primary-navy);font-weight:600}.phone-icon-symbol[data-astro-cid-yjicemwm]{font-size:1.2rem}.hero[data-astro-cid-yjicemwm]{min-height:70vh;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:calc(2rem + 80px) 0 4rem}.hero[data-astro-cid-yjicemwm]:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(212,175,55,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(74,144,164,.05) 0%,transparent 50%);z-index:1}.hero-container[data-astro-cid-yjicemwm]{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 20px}.hero-content[data-astro-cid-yjicemwm]{display:flex;align-items:center;justify-content:space-between;gap:4rem;width:100%}.hero-text[data-astro-cid-yjicemwm]{flex:1;max-width:600px;animation:fadeInLeft 1.2s ease-out}.hero-image[data-astro-cid-yjicemwm]{flex:1;max-width:600px;animation:fadeInRight 1.2s ease-out}.image-container[data-astro-cid-yjicemwm]{position:relative;width:100%;height:500px;border-radius:20px;overflow:hidden;box-shadow:0 25px 50px #1a233226,0 15px 35px #0000001a;transition:all .3s ease}.image-container[data-astro-cid-yjicemwm]:hover{transform:translateY(-5px);box-shadow:0 35px 70px #1a233233,0 20px 45px #00000026}.hero-img[data-astro-cid-yjicemwm]{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.image-container[data-astro-cid-yjicemwm]:hover .hero-img[data-astro-cid-yjicemwm]{transform:scale(1.05)}.image-overlay[data-astro-cid-yjicemwm]{position:absolute;inset:0;background:linear-gradient(135deg,#1a23321a,#d4af371a,#4a90a41a);opacity:0;transition:opacity .3s ease}.image-container[data-astro-cid-yjicemwm]:hover .image-overlay[data-astro-cid-yjicemwm]{opacity:1}.image-decoration[data-astro-cid-yjicemwm]{position:absolute;inset:-10px;border:3px solid var(--elegant-gold);border-radius:25px;opacity:.3;z-index:-1}.hero-badge[data-astro-cid-yjicemwm]{display:inline-block;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out}.badge-text[data-astro-cid-yjicemwm]{background:linear-gradient(135deg,var(--elegant-gold),var(--rose-gold));color:var(--primary-navy);padding:.5rem 1.5rem;border-radius:25px;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #d4af374d;position:relative}.badge-text[data-astro-cid-yjicemwm]:before{content:"✨";position:absolute;left:-25px;top:50%;transform:translateY(-50%);font-size:1.2rem;animation:sparkle 2s infinite}@keyframes sparkle{0%,to{opacity:.5;transform:translateY(-50%) scale(1)}50%{opacity:1;transform:translateY(-50%) scale(1.2)}}.hero-title[data-astro-cid-yjicemwm]{font-family:Montserrat,sans-serif;font-size:3.8rem;font-weight:700;margin-bottom:1rem;color:var(--primary-navy);letter-spacing:-.02em;line-height:1.1;position:relative}.hero-title[data-astro-cid-yjicemwm]:after{content:"";position:absolute;bottom:-8px;left:0;width:80px;height:4px;background:linear-gradient(90deg,var(--elegant-gold),var(--rose-gold));border-radius:2px}.hero-subtitle-main[data-astro-cid-yjicemwm]{font-family:Montserrat,sans-serif;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:var(--charcoal);letter-spacing:-.01em;line-height:1.3}.hero-description[data-astro-cid-yjicemwm]{font-size:1.1rem;margin-bottom:2rem;color:var(--warm-gray);font-weight:400;line-height:1.6;max-width:520px}.hero-features[data-astro-cid-yjicemwm]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2.5rem;max-width:500px}.feature-item[data-astro-cid-yjicemwm]{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;background:#d4af3714;border-radius:15px;transition:all .3s ease;border:1px solid rgba(212,175,55,.2)}.feature-item[data-astro-cid-yjicemwm]:hover{background:#d4af3726;transform:translateY(-2px);box-shadow:0 4px 12px #d4af3733}.feature-icon[data-astro-cid-yjicemwm]{font-size:1.3rem;filter:grayscale(0)}.feature-item[data-astro-cid-yjicemwm] span[data-astro-cid-yjicemwm]{font-size:.9rem;font-weight:600;color:var(--primary-navy)}.hero-buttons[data-astro-cid-yjicemwm]{display:flex;gap:1.5rem;justify-content:flex-start;flex-wrap:wrap;margin-top:2rem}.hero-buttons[data-astro-cid-yjicemwm] .btn[data-astro-cid-yjicemwm]{transform:scale(1);transition:all .3s ease;box-shadow:0 8px 25px #1a233226;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;border-radius:30px;text-transform:uppercase;letter-spacing:.5px}.hero-buttons[data-astro-cid-yjicemwm] .btn[data-astro-cid-yjicemwm]:hover{transform:scale(1.05) translateY(-3px);box-shadow:0 12px 35px #1a233240}.hero-buttons[data-astro-cid-yjicemwm] .btn-primary[data-astro-cid-yjicemwm]{background:linear-gradient(135deg,var(--elegant-gold),#f4d03f);color:var(--primary-navy);border:none}.hero-buttons[data-astro-cid-yjicemwm] .btn-primary[data-astro-cid-yjicemwm]:hover{background:linear-gradient(135deg,#f4d03f,var(--elegant-gold));color:var(--primary-navy)}.hero-buttons[data-astro-cid-yjicemwm] .btn-secondary[data-astro-cid-yjicemwm]{background:transparent;color:var(--primary-navy);border:2px solid var(--primary-navy)}.hero-buttons[data-astro-cid-yjicemwm] .btn-secondary[data-astro-cid-yjicemwm]:hover{background:var(--primary-navy);color:#fff;border-color:var(--primary-navy)}.btn[data-astro-cid-yjicemwm]{padding:.8rem 2rem;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s;display:inline-block;border:none;cursor:pointer}.btn-primary[data-astro-cid-yjicemwm]{background:var(--elegant-gold);color:var(--primary-navy)}.btn-primary[data-astro-cid-yjicemwm]:hover{background:var(--primary-navy);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-secondary[data-astro-cid-yjicemwm]{background:transparent;color:#fff;border:2px solid #ffffff}.btn-secondary[data-astro-cid-yjicemwm]:hover{background:#fff;color:var(--primary-navy);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-outline[data-astro-cid-yjicemwm]{background:transparent;color:var(--primary-navy);border:2px solid var(--primary-navy)}.btn-outline[data-astro-cid-yjicemwm]:hover{background:var(--primary-navy);color:#fff}.btn-large[data-astro-cid-yjicemwm]{padding:1rem 3rem;font-size:1.1rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.section-title[data-astro-cid-yjicemwm]{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:600;text-align:center;margin-bottom:3rem;color:var(--primary-navy);position:relative}.section-title[data-astro-cid-yjicemwm]:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:var(--elegant-gold)}.services-snapshot[data-astro-cid-yjicemwm]{padding:6rem 0;background:var(--soft-cream)}.services-wrapper[data-astro-cid-yjicemwm]{display:flex;flex-direction:column;align-items:center;max-width:1200px;margin:0 auto;padding:3rem 2rem;background:#fff;border-radius:20px;box-shadow:0 20px 40px #0000001a,0 5px 15px #0000000d;position:relative}.services-wrapper[data-astro-cid-yjicemwm]:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#d4af3705,#1a233205);border-radius:20px;z-index:1}.services-layout[data-astro-cid-yjicemwm]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;width:100%;margin-bottom:3rem;position:relative;z-index:2}.service-item[data-astro-cid-yjicemwm]{position:relative;padding:2.5rem 2rem;background:#fff;border-radius:15px;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #0000001a,0 2px 10px #0000000d;border:1px solid rgba(255,255,255,.2)}.service-item[data-astro-cid-yjicemwm]:hover{transform:translateY(-15px) scale(1.02);box-shadow:0 25px 50px #0003,0 8px 25px #0000001a}.service-left[data-astro-cid-yjicemwm]:hover:before{background:#2d3a8c40}.service-center[data-astro-cid-yjicemwm]:hover:before{background:#e97ba640}.service-right[data-astro-cid-yjicemwm]:hover:before{background:#a076b040}.service-left[data-astro-cid-yjicemwm]{background:linear-gradient(#00000080,#00000080),url(/Barber.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff!important;position:relative;border:2px solid #2D3A8C;overflow:hidden}.service-left[data-astro-cid-yjicemwm]:before{content:"";position:absolute;inset:0;background:#2d3a8c26;border-radius:15px;z-index:1;transition:background .3s ease}.service-left[data-astro-cid-yjicemwm] .service-content[data-astro-cid-yjicemwm],.service-left[data-astro-cid-yjicemwm] .service-content[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm],.service-left[data-astro-cid-yjicemwm] .service-content[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm],.service-left[data-astro-cid-yjicemwm] .service-icon[data-astro-cid-yjicemwm]{color:#fff!important}.service-center[data-astro-cid-yjicemwm]{background:linear-gradient(#00000080,#00000080),url(/Beauty.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff;position:relative;border:2px solid #E97BA6;overflow:hidden}.service-center[data-astro-cid-yjicemwm]:before{content:"";position:absolute;inset:0;background:#e97ba626;border-radius:15px;z-index:1;transition:background .3s ease}.service-center[data-astro-cid-yjicemwm] .service-content[data-astro-cid-yjicemwm]{text-shadow:none}.service-center[data-astro-cid-yjicemwm] .service-content[data-astro-cid-yjicemwm],.service-center[data-astro-cid-yjicemwm] .service-content[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm],.service-center[data-astro-cid-yjicemwm] .service-content[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm],.service-center[data-astro-cid-yjicemwm] .service-icon[data-astro-cid-yjicemwm]{color:#fff!important}.service-right[data-astro-cid-yjicemwm]{background:linear-gradient(#00000080,#00000080),url(/Nails\ Services.jpg);background-size:cover;background-position:center center;background-repeat:no-repeat;color:#fff;position:relative;border:2px solid #A076B0;overflow:hidden}.service-right[data-astro-cid-yjicemwm]:before{content:"";position:absolute;inset:0;background:#a076b026;border-radius:15px;z-index:1;transition:background .3s ease}.service-right[data-astro-cid-yjicemwm] .service-content[data-astro-cid-yjicemwm],.service-right[data-astro-cid-yjicemwm] .service-content[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm],.service-right[data-astro-cid-yjicemwm] .service-content[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm],.service-right[data-astro-cid-yjicemwm] .service-icon[data-astro-cid-yjicemwm]{color:#fff!important}.service-content[data-astro-cid-yjicemwm]{text-align:center;position:relative;z-index:10;padding:2.5rem 2rem;backdrop-filter:blur(2px)}.service-icon[data-astro-cid-yjicemwm]{font-size:3rem;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.7)}.service-item[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{font-family:Montserrat,sans-serif;font-size:1.5rem;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.7);font-weight:700}.service-item[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm]{opacity:.95;text-shadow:0 1px 4px rgba(0,0,0,.6)}.service-accent[data-astro-cid-yjicemwm]{position:absolute;top:15px;right:15px;width:80px;height:80px;border-radius:50%;opacity:.15;z-index:1;transition:all .3s ease}.service-item[data-astro-cid-yjicemwm]:hover .service-accent[data-astro-cid-yjicemwm]{opacity:.3;transform:scale(1.1)}.service-left[data-astro-cid-yjicemwm] .service-accent[data-astro-cid-yjicemwm]{background:#2d3a8c}.service-center[data-astro-cid-yjicemwm] .service-accent[data-astro-cid-yjicemwm]{background:#e97ba6}.service-right[data-astro-cid-yjicemwm] .service-accent[data-astro-cid-yjicemwm]{background:#a076b0}.services-action[data-astro-cid-yjicemwm]{text-align:center;position:relative;z-index:2}.btn-services[data-astro-cid-yjicemwm]{background:#2d3a8c;color:#fff;padding:1.2rem 3rem;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;display:inline-block;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 30px #2d3a8c4d,inset 0 1px #ffffff1a;text-transform:uppercase;letter-spacing:1px;border:2px solid transparent;position:relative;overflow:hidden}.btn-services[data-astro-cid-yjicemwm]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.2) 50%,transparent 100%);transition:left .6s ease}.btn-services[data-astro-cid-yjicemwm]:hover:before{left:100%}.btn-services[data-astro-cid-yjicemwm]:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 20px 40px #2d3a8c66,0 0 30px #e97ba64d,inset 0 1px #ffffff26;background:#e97ba6;color:#fff;border-color:#e97ba6}.btn-services[data-astro-cid-yjicemwm]:active{transform:translateY(-2px) scale(1.02);transition:all .1s ease}.why-choose-us[data-astro-cid-yjicemwm]{padding:6rem 0;background:#fff}.features-layout[data-astro-cid-yjicemwm]{max-width:800px;margin:0 auto}.feature-row[data-astro-cid-yjicemwm]{display:flex;align-items:center;gap:3rem;margin-bottom:4rem;position:relative}.feature-row[data-astro-cid-yjicemwm].reverse{flex-direction:row-reverse}.feature-text[data-astro-cid-yjicemwm]{flex:1}.feature-text[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{font-family:Montserrat,sans-serif;font-size:1.5rem;color:var(--primary-navy);margin-bottom:1rem}.feature-text[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm]{color:#4a4a4a;line-height:1.6}.feature-visual[data-astro-cid-yjicemwm]{flex:0 0 120px;display:flex;justify-content:center;align-items:center}.feature-circle[data-astro-cid-yjicemwm]{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,var(--elegant-gold),var(--rose-gold));display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-weight:700;font-size:1.2rem;color:var(--primary-navy);position:relative;z-index:2}.feature-circle[data-astro-cid-yjicemwm]:before{content:"";position:absolute;inset:-10px;border-radius:50%;background:linear-gradient(135deg,var(--accent-teal),var(--sage-green));z-index:-1;opacity:.3}.testimonials[data-astro-cid-yjicemwm]{padding:4rem 0;background:var(--soft-cream)}.testimonials-header[data-astro-cid-yjicemwm]{text-align:center;margin-bottom:2.5rem}.section-subtitle[data-astro-cid-yjicemwm]{font-family:Lato,sans-serif;font-size:1.1rem;color:var(--warm-gray);margin-top:.8rem;max-width:450px;margin-left:auto;margin-right:auto}.testimonials-layout[data-astro-cid-yjicemwm]{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;margin-bottom:2.5rem}.testimonial-item[data-astro-cid-yjicemwm]{background:#fff;padding:1.8rem;border-radius:12px;border-left:4px solid var(--elegant-gold);position:relative;transition:all .3s ease;box-shadow:0 4px 15px #00000014}.testimonial-item[data-astro-cid-yjicemwm]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.testimonial-item[data-astro-cid-yjicemwm].testimonial-featured{background:var(--primary-navy);color:#fff;border-left:4px solid var(--rose-gold)}.testimonial-header[data-astro-cid-yjicemwm]{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.author-avatar[data-astro-cid-yjicemwm]{width:45px;height:45px;background:var(--elegant-gold);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;font-weight:700;font-size:1.3rem;color:var(--primary-navy);box-shadow:0 3px 10px #d4af3733;flex-shrink:0}.author-details[data-astro-cid-yjicemwm]{flex:1}.author-name[data-astro-cid-yjicemwm]{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:600;color:var(--primary-navy);margin-bottom:.3rem}.testimonial-item[data-astro-cid-yjicemwm].testimonial-featured .author-name[data-astro-cid-yjicemwm]{color:#fff}.stars[data-astro-cid-yjicemwm]{color:var(--elegant-gold);font-size:.9rem}.testimonial-content[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm]{font-style:italic;font-size:1rem;line-height:1.6;margin-bottom:0;color:var(--charcoal)}.testimonial-item[data-astro-cid-yjicemwm].testimonial-featured .testimonial-content[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm]{color:#fffffff2}.featured-badge[data-astro-cid-yjicemwm]{position:absolute;top:.8rem;right:.8rem;background:var(--elegant-gold);color:var(--primary-navy);padding:.3rem .8rem;border-radius:12px;font-family:Montserrat,sans-serif;font-weight:600;font-size:.8rem;box-shadow:0 2px 8px #d4af3733;z-index:2}.reviews-button[data-astro-cid-yjicemwm]{text-align:center;margin-top:2rem}.reviews-button[data-astro-cid-yjicemwm] .btn[data-astro-cid-yjicemwm]{padding:.8rem 2rem;font-size:1rem;font-weight:600;border-radius:25px;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;background:var(--elegant-gold);color:var(--primary-navy);box-shadow:0 4px 15px #d4af3733}.reviews-button[data-astro-cid-yjicemwm] .btn[data-astro-cid-yjicemwm]:hover{transform:translateY(-3px);box-shadow:0 8px 20px #d4af374d}.btn-reviews[data-astro-cid-yjicemwm] .btn-text[data-astro-cid-yjicemwm]{font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:600;color:var(--primary-navy)}.btn-reviews[data-astro-cid-yjicemwm] .btn-icon[data-astro-cid-yjicemwm]{font-size:1.1rem;color:var(--primary-navy);transition:transform .3s ease}.reviews-button[data-astro-cid-yjicemwm] .btn[data-astro-cid-yjicemwm]:hover .btn-icon[data-astro-cid-yjicemwm]{transform:translate(3px)}.gallery-preview[data-astro-cid-yjicemwm]{padding:6rem 0;background:#fff}.gallery-grid[data-astro-cid-yjicemwm]{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,200px);gap:1rem;margin-bottom:3rem}.gallery-item[data-astro-cid-yjicemwm]{background:var(--light-gray);overflow:hidden;transition:transform .3s ease;position:relative;border-radius:10px;box-shadow:0 4px 15px #1a23321a}.gallery-item[data-astro-cid-yjicemwm]:hover{transform:scale(1.02);z-index:2;box-shadow:0 8px 25px #1a233233}.gallery-image[data-astro-cid-yjicemwm]{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.gallery-overlay[data-astro-cid-yjicemwm]{position:absolute;inset:0;background:linear-gradient(135deg,#1a2332cc,#1a233299);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-overlay[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{color:#fff;font-size:1.5rem;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.5);transform:translateY(20px);transition:transform .3s ease}.gallery-item[data-astro-cid-yjicemwm]:hover .gallery-overlay[data-astro-cid-yjicemwm]{opacity:1}.gallery-item[data-astro-cid-yjicemwm]:hover .gallery-overlay[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{transform:translateY(0)}.gallery-item[data-astro-cid-yjicemwm]:hover .gallery-image[data-astro-cid-yjicemwm]{transform:scale(1.1)}.haircut-split[data-astro-cid-yjicemwm]{position:relative}.split-image-container[data-astro-cid-yjicemwm]{display:flex;width:100%;height:100%;position:relative}.split-image[data-astro-cid-yjicemwm]{flex:1;position:relative;overflow:hidden}.split-left[data-astro-cid-yjicemwm]{border-radius:10px 0 0 10px}.split-right[data-astro-cid-yjicemwm]{border-radius:0 10px 10px 0}.split-image[data-astro-cid-yjicemwm] .gallery-image[data-astro-cid-yjicemwm]{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.split-overlay[data-astro-cid-yjicemwm]{position:absolute;inset:0;background:linear-gradient(135deg,#1a2332cc,#1a233299);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.split-overlay[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{color:#fff;font-size:1.2rem;font-weight:600;text-shadow:2px 2px 4px rgba(0,0,0,.5);transform:translateY(20px);transition:transform .3s ease}.split-image[data-astro-cid-yjicemwm]:hover .split-overlay[data-astro-cid-yjicemwm]{opacity:1}.split-image[data-astro-cid-yjicemwm]:hover .split-overlay[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{transform:translateY(0)}.split-image[data-astro-cid-yjicemwm]:hover .gallery-image[data-astro-cid-yjicemwm]{transform:scale(1.1)}.split-image-container[data-astro-cid-yjicemwm]:before{content:"";position:absolute;top:0;left:50%;width:2px;height:100%;background:linear-gradient(to bottom,transparent 0%,var(--elegant-gold) 30%,var(--elegant-gold) 70%,transparent 100%);z-index:1;transform:translate(-50%)}.gallery-item[data-astro-cid-yjicemwm]:nth-child(1){grid-column:1 / 3;grid-row:1}.gallery-item[data-astro-cid-yjicemwm]:nth-child(2){grid-column:3;grid-row:1 / 3}.gallery-item[data-astro-cid-yjicemwm]:nth-child(3){grid-column:1;grid-row:2}.gallery-item[data-astro-cid-yjicemwm]:nth-child(4){grid-column:2;grid-row:2}.gallery-item[data-astro-cid-yjicemwm]:nth-child(5),.gallery-item[data-astro-cid-yjicemwm]:nth-child(6){display:none}.gallery-placeholder[data-astro-cid-yjicemwm]{height:100%;display:flex;align-items:center;justify-content:center;color:var(--primary-navy);font-weight:600;background:linear-gradient(135deg,var(--light-gray),var(--warm-gray));position:relative}.gallery-placeholder[data-astro-cid-yjicemwm]:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,var(--elegant-gold),var(--rose-gold));opacity:.1}.gallery-button[data-astro-cid-yjicemwm]{text-align:center}.contact-location[data-astro-cid-yjicemwm]{padding:6rem 0;background:#fff}.contact-grid[data-astro-cid-yjicemwm]{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.contact-info[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{font-family:Montserrat,sans-serif;color:var(--primary-navy);margin-bottom:1rem;margin-top:2rem;font-size:1.3rem}.contact-info[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]:first-child{margin-top:0}.contact-item[data-astro-cid-yjicemwm]{margin-bottom:.8rem;padding:.5rem 0;border-bottom:1px solid rgba(212,175,55,.2);color:var(--charcoal)}.contact-item[data-astro-cid-yjicemwm] strong[data-astro-cid-yjicemwm]{color:var(--elegant-gold)}.hours-grid[data-astro-cid-yjicemwm]{display:grid;gap:.5rem}.hour-item[data-astro-cid-yjicemwm]{display:flex;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid rgba(212,175,55,.2);color:var(--charcoal)}.hour-item[data-astro-cid-yjicemwm] span[data-astro-cid-yjicemwm]:first-child{color:var(--primary-navy);font-weight:600}.social-icons[data-astro-cid-yjicemwm]{display:flex;gap:1rem}.social-link[data-astro-cid-yjicemwm]{text-decoration:none;color:var(--primary-navy);font-weight:600;transition:color .3s;padding:.5rem 1rem;border-radius:25px;background:var(--light-gray);transition:all .3s ease}.social-link[data-astro-cid-yjicemwm]:hover{color:#fff;background:var(--elegant-gold);transform:translateY(-2px)}.map-container[data-astro-cid-yjicemwm]{background:var(--light-gray);border-radius:15px;padding:2rem;text-align:center;position:relative;box-shadow:0 8px 25px #1a23321a}.map-wrapper[data-astro-cid-yjicemwm]{position:relative;width:100%;height:400px;border-radius:15px;overflow:hidden;box-shadow:0 15px 35px #1a233226,0 5px 15px #0000001a;transition:all .3s ease}.map-wrapper[data-astro-cid-yjicemwm]:hover{transform:translateY(-2px);box-shadow:0 20px 45px #1a233233,0 8px 25px #00000026}.google-map[data-astro-cid-yjicemwm]{width:100%;height:100%;border:none;border-radius:15px;transition:all .3s ease}.map-overlay[data-astro-cid-yjicemwm]{position:absolute;top:20px;left:20px;background:#1a2332e6;color:#fff;padding:1rem 1.5rem;border-radius:10px;backdrop-filter:blur(10px);box-shadow:0 4px 15px #0003;transform:translateY(0);transition:all .3s ease;z-index:10}.map-overlay[data-astro-cid-yjicemwm]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.map-info[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{font-size:1.1rem;margin-bottom:.5rem;color:var(--elegant-gold);font-weight:600}.map-info[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm]{font-size:.9rem;line-height:1.4;margin:0;opacity:.9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 768px){.hero[data-astro-cid-yjicemwm]{min-height:auto;padding:calc(1rem + 80px) 0 2rem}.hero-container[data-astro-cid-yjicemwm]{padding:2rem 0}.hero-content[data-astro-cid-yjicemwm]{flex-direction:column;gap:2.5rem;text-align:center}.hero-text[data-astro-cid-yjicemwm]{max-width:100%}.hero-image[data-astro-cid-yjicemwm]{max-width:100%;order:-1}.image-container[data-astro-cid-yjicemwm]{height:300px;margin:0 auto;max-width:400px}.hero-title[data-astro-cid-yjicemwm]{font-size:2.2rem;line-height:1.2}.hero-title[data-astro-cid-yjicemwm]:after{left:50%;transform:translate(-50%)}.hero-subtitle-main[data-astro-cid-yjicemwm]{font-size:1.3rem;max-width:100%}.hero-description[data-astro-cid-yjicemwm]{font-size:1rem;max-width:100%;text-align:center}.hero-features[data-astro-cid-yjicemwm]{grid-template-columns:1fr;gap:.8rem;max-width:100%}.feature-item[data-astro-cid-yjicemwm]{justify-content:center;padding:1rem}.badge-text[data-astro-cid-yjicemwm]:before{display:none}.hero-buttons[data-astro-cid-yjicemwm]{justify-content:center}.hero-buttons[data-astro-cid-yjicemwm] .btn[data-astro-cid-yjicemwm]{padding:.8rem 2rem;font-size:1rem}.contact-grid[data-astro-cid-yjicemwm]{grid-template-columns:1fr;text-align:center}.contact-info[data-astro-cid-yjicemwm]{max-width:400px;margin:0 auto}.contact-info[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{text-align:center}.contact-item[data-astro-cid-yjicemwm]{text-align:center;margin-bottom:1rem;padding:.8rem 0}.hours-grid[data-astro-cid-yjicemwm]{max-width:300px;margin:0 auto}.hour-item[data-astro-cid-yjicemwm]{justify-content:center;flex-direction:column;text-align:center;gap:.5rem;padding:1rem;background:#d4af370d;border-radius:8px;border-bottom:none;margin-bottom:.5rem}.hour-item[data-astro-cid-yjicemwm] span[data-astro-cid-yjicemwm]:first-child{font-size:1.1rem;font-weight:700}.hour-item[data-astro-cid-yjicemwm] span[data-astro-cid-yjicemwm]:last-child{font-size:1rem;color:var(--elegant-gold);font-weight:600}.social-media[data-astro-cid-yjicemwm]{text-align:center;margin-top:2rem}.social-media[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{text-align:center;margin-bottom:1.5rem}.social-icons[data-astro-cid-yjicemwm]{justify-content:center;flex-wrap:wrap;gap:1rem}.section-title[data-astro-cid-yjicemwm]{font-size:2rem}.testimonials-header[data-astro-cid-yjicemwm]{margin-bottom:2rem}.section-subtitle[data-astro-cid-yjicemwm]{font-size:1rem;margin-bottom:1rem}.testimonials-layout[data-astro-cid-yjicemwm]{grid-template-columns:1fr;gap:1.2rem;margin-bottom:2rem}.testimonial-item[data-astro-cid-yjicemwm]{padding:1.5rem;border-radius:10px}.testimonial-header[data-astro-cid-yjicemwm]{gap:.8rem;margin-bottom:.8rem}.author-avatar[data-astro-cid-yjicemwm]{width:40px;height:40px;font-size:1.1rem}.author-name[data-astro-cid-yjicemwm]{font-size:1rem;margin-bottom:.2rem}.stars[data-astro-cid-yjicemwm]{font-size:.8rem}.testimonial-content[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm]{font-size:.9rem;line-height:1.5}.featured-badge[data-astro-cid-yjicemwm]{top:.6rem;right:.6rem;padding:.3rem .6rem;font-size:.7rem;border-radius:10px}.reviews-button[data-astro-cid-yjicemwm] .btn[data-astro-cid-yjicemwm]{padding:.7rem 1.5rem;font-size:.9rem;gap:.4rem;width:100%;max-width:280px}.btn-reviews[data-astro-cid-yjicemwm] .btn-text[data-astro-cid-yjicemwm]{font-size:.8rem}.btn-reviews[data-astro-cid-yjicemwm] .btn-icon[data-astro-cid-yjicemwm]{font-size:1rem}.btn-services[data-astro-cid-yjicemwm]{padding:1rem 2rem;font-size:1rem;width:100%;max-width:300px;letter-spacing:.5px;text-align:center;display:block;margin:0 auto}.btn-services[data-astro-cid-yjicemwm]:hover{transform:translateY(-3px) scale(1.02)}.service-left[data-astro-cid-yjicemwm],.service-center[data-astro-cid-yjicemwm],.service-right[data-astro-cid-yjicemwm]{clip-path:none}.why-choose-us[data-astro-cid-yjicemwm]{padding:3rem 0}.features-layout[data-astro-cid-yjicemwm]{max-width:500px}.feature-row[data-astro-cid-yjicemwm]{flex-direction:column;text-align:center;gap:1rem;align-items:center;margin-bottom:2rem}.feature-row[data-astro-cid-yjicemwm].reverse{flex-direction:column;align-items:center}.feature-visual[data-astro-cid-yjicemwm]{order:1;margin-bottom:.5rem}.feature-text[data-astro-cid-yjicemwm]{order:2;max-width:350px}.feature-text[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{font-size:1.2rem;margin-bottom:.5rem}.feature-text[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm]{font-size:.9rem;line-height:1.4}.feature-circle[data-astro-cid-yjicemwm]{width:60px;height:60px;font-size:1.2rem}.feature-circle[data-astro-cid-yjicemwm]:before{inset:-6px}.feature-row[data-astro-cid-yjicemwm].reverse .feature-visual[data-astro-cid-yjicemwm]{order:1}.feature-row[data-astro-cid-yjicemwm].reverse .feature-text[data-astro-cid-yjicemwm]{order:2}.gallery-grid[data-astro-cid-yjicemwm]{grid-template-columns:1fr;grid-template-rows:repeat(4,250px);gap:1.5rem}.gallery-item[data-astro-cid-yjicemwm]:nth-child(1),.gallery-item[data-astro-cid-yjicemwm]:nth-child(2),.gallery-item[data-astro-cid-yjicemwm]:nth-child(3),.gallery-item[data-astro-cid-yjicemwm]:nth-child(4){grid-column:1;grid-row:auto}.split-image-container[data-astro-cid-yjicemwm]{flex-direction:column}.split-left[data-astro-cid-yjicemwm]{border-radius:10px 10px 0 0}.split-right[data-astro-cid-yjicemwm]{border-radius:0 0 10px 10px}.split-image-container[data-astro-cid-yjicemwm]:before{top:50%;left:0;width:100%;height:2px;transform:translateY(-50%)}.split-overlay[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{font-size:1.1rem}.map-container[data-astro-cid-yjicemwm]{padding:1rem}.map-wrapper[data-astro-cid-yjicemwm]{height:300px}.map-overlay[data-astro-cid-yjicemwm]{position:relative;top:auto;left:auto;margin-top:1rem;background:#1a2332f2;backdrop-filter:none}.map-info[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{font-size:1rem}.map-info[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm]{font-size:.85rem}.testimonials-layout[data-astro-cid-yjicemwm]{grid-template-columns:1fr}}@media (max-width: 480px){.hero[data-astro-cid-yjicemwm]{min-height:auto;padding:calc(.5rem + 80px) 0 1.5rem}.hero-container[data-astro-cid-yjicemwm]{padding:1.5rem 0}.hero-title[data-astro-cid-yjicemwm]{font-size:1.8rem;line-height:1.3}.hero-subtitle-main[data-astro-cid-yjicemwm]{font-size:1.1rem;line-height:1.4}.hero-description[data-astro-cid-yjicemwm]{font-size:.9rem;line-height:1.5}.hero-features[data-astro-cid-yjicemwm]{margin-bottom:2rem}.feature-item[data-astro-cid-yjicemwm]{padding:.8rem}.feature-item[data-astro-cid-yjicemwm] span[data-astro-cid-yjicemwm]{font-size:.8rem}.image-container[data-astro-cid-yjicemwm]{height:250px}.hero-buttons[data-astro-cid-yjicemwm]{flex-direction:column;align-items:center}.hero-buttons[data-astro-cid-yjicemwm] .btn[data-astro-cid-yjicemwm]{width:200px;text-align:center}.services-wrapper[data-astro-cid-yjicemwm]{padding:1.5rem .8rem;margin:0 .5rem}.service-item[data-astro-cid-yjicemwm]{padding:1.5rem 1rem}.btn-services[data-astro-cid-yjicemwm]{padding:.8rem 1.5rem;font-size:.9rem;text-align:center;display:block;margin:0 auto}.section-title[data-astro-cid-yjicemwm]{font-size:1.8rem}.why-choose-us[data-astro-cid-yjicemwm]{padding:2rem 0}.features-layout[data-astro-cid-yjicemwm]{max-width:350px}.feature-row[data-astro-cid-yjicemwm]{gap:.8rem;margin-bottom:1.5rem}.feature-visual[data-astro-cid-yjicemwm]{margin-bottom:.3rem}.feature-text[data-astro-cid-yjicemwm]{max-width:300px}.feature-text[data-astro-cid-yjicemwm] h3[data-astro-cid-yjicemwm]{font-size:1.1rem;margin-bottom:.3rem}.feature-text[data-astro-cid-yjicemwm] p[data-astro-cid-yjicemwm]{font-size:.85rem;line-height:1.3}.feature-circle[data-astro-cid-yjicemwm]{width:50px;height:50px;font-size:1.2rem}.feature-circle[data-astro-cid-yjicemwm]:before{inset:-4px}.gallery-grid[data-astro-cid-yjicemwm]{grid-template-rows:repeat(4,200px);gap:1rem}.map-wrapper[data-astro-cid-yjicemwm]{height:250px}.testimonials-layout[data-astro-cid-yjicemwm]{gap:1rem}}html{scroll-behavior:smooth}
