@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:rtl}#root{width:100%;min-height:100vh}button{font-family:inherit}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 222.2 47.4% 11.2%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96%;--secondary-foreground: 222.2 84% 4.9%;--muted: 210 40% 96%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96%;--accent-foreground: 222.2 84% 4.9%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 222.2 84% 4.9%;--radius: .5rem}html,body{max-width:100%;overflow-x:hidden}.dark{--background: 222.2 84% 4.9%;--foreground: 210 40% 98%;--card: 222.2 84% 4.9%;--card-foreground: 210 40% 98%;--popover: 222.2 84% 4.9%;--popover-foreground: 210 40% 98%;--primary: 210 40% 98%;--primary-foreground: 222.2 47.4% 11.2%;--secondary: 217.2 32.6% 17.5%;--secondary-foreground: 210 40% 98%;--muted: 217.2 32.6% 17.5%;--muted-foreground: 215 20.2% 65.1%;--accent: 217.2 32.6% 17.5%;--accent-foreground: 210 40% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 210 40% 98%;--border: 217.2 32.6% 17.5%;--input: 217.2 32.6% 17.5%;--ring: 212.7 26.8% 83.9%}.cart-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:flex-start;z-index:1000;animation:fadeIn .3s ease-out}.cart-container{position:fixed;top:0;right:0;width:100%;max-width:450px;height:100%;background-color:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;animation:slideIn .3s ease-out}.cart-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;background-color:#fff}.cart-header h2{margin:0;font-size:1.5rem;font-weight:600}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#666;transition:color .2s}.close-button:hover{color:#000}.cart-items{flex:1;overflow-y:auto;padding:1rem}.empty-cart{text-align:center;color:#666;padding:3rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.cart-item{display:flex;align-items:center;padding:1rem;border-bottom:1px solid #e5e7eb;gap:1rem;transition:background-color .2s}.cart-item:hover{background-color:#f9fafb}.cart-item-image{width:70px;height:70px;-o-object-fit:contain;object-fit:contain;border-radius:6px;flex-shrink:0;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease-in-out}.cart-item-image:hover{transform:scale(1.05)}.cart-item-details{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem}.cart-item-details h3{font-size:1rem;margin:0;font-weight:500;color:#1f2937;line-height:1.2;max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-item-price{font-size:1rem;font-weight:600;color:#111827;margin:0}.quantity-controls{display:flex;align-items:center;gap:.75rem;margin-top:.35rem}.quantity-button{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background-color:#fff;border-radius:4px;font-size:.875rem;cursor:pointer;transition:all .2s}.quantity-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.quantity-display{min-width:24px;text-align:center;font-size:.875rem;font-weight:500}.remove-item{padding:.25rem;background:none;border:none;color:#6b7280;cursor:pointer;font-size:.875rem;transition:color .2s;display:flex;align-items:center;justify-content:center}.remove-item:hover{color:#dc2626}.cart-footer{padding:1rem;border-top:1px solid #e5e7eb;background-color:#fff}.cart-summary{margin-bottom:1rem}.summary-row{display:flex;justify-content:space-between;margin-bottom:.5rem;color:#666;font-size:.875rem}.summary-row.total{color:#000;font-weight:600;font-size:1rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.checkout-button{width:100%;padding:.75rem;background-color:#000;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s}.checkout-button:hover{background-color:#333}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width: 640px){.cart-container{max-width:100%}.cart-item{padding:.75rem}.cart-item-image{width:60px;height:60px}}.header{width:100%;border-bottom:2px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:50;box-shadow:0 2px 4px #0000000d}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 3rem;width:100%;max-width:1400px;margin:0 auto;min-height:90px}.logo-container{display:flex;align-items:center}.header-logo{max-height:120px;width:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease-in-out}.header-logo:hover{transform:scale(1.05)}.nav-links{display:flex;gap:3rem;align-items:center;margin:0 auto}.nav-link{color:#000;text-decoration:none;font-weight:600;font-size:1.25rem;transition:color .2s;padding:.5rem 1rem}.nav-link:hover{color:#666}.header-actions{display:flex;align-items:center;gap:2rem}.search-container{position:relative;max-width:350px}.search-input{width:100%;padding:1rem 3rem 1rem 1.5rem;border:2px solid #e5e7eb;border-radius:9999px;font-size:1.125rem;text-align:right}.search-input:focus{outline:none;border-color:#000}.search-button{position:absolute;left:1rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;font-size:1.25rem}.cart-button{background:none;border:none;cursor:pointer;font-size:2rem;padding:1rem;position:relative}.cart-count{position:absolute;top:-5px;right:-5px;background-color:#000;color:#fff;border-radius:50%;width:26px;height:26px;display:flex;align-items:center;justify-content:center;font-size:1rem}.cart-count{position:absolute;top:-8px;right:-8px;background-color:#000;color:#fff;border-radius:9999px;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;padding:0 6px;font-weight:500}.cart-button{position:relative;background:none;border:none;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:transform .2s}.cart-button:hover{transform:scale(1.1)}@media (max-width: 768px){.header-content{padding:1.25rem 1.5rem;flex-wrap:wrap;min-height:80px}.nav-links{gap:1rem;flex-wrap:wrap}.search-container{max-width:250px}.header-logo{max-height:110px}}@media (max-width: 640px){.header-content{justify-content:center;padding:1rem;flex-direction:column}.logo-container{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.header-logo{max-height:90px}.nav-links{order:2;width:100%;justify-content:center;margin:1rem 0;gap:.5rem}.nav-link{font-size:1rem;padding:.25rem .5rem}.header-actions{width:100%;justify-content:center}.search-container{max-width:none}}body,.main-content{font-family:Heebo,Varela Round,Segoe UI,Arial,sans-serif;background:#faf9f6;color:#22223b;margin:0;padding:0}.main-content{width:100%;margin:0;padding:0}.container{width:100%;margin:0;padding:0 1rem}section{margin-bottom:0}.homepage-hero-section{position:relative;height:80vh;min-height:520px;overflow:hidden;margin-bottom:0;width:100%}.homepage-hero-background{position:relative;width:100%;height:100%}.homepage-hero-bg-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:brightness(.6)}.homepage-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center}.homepage-hero-content{text-align:center;color:#fff;max-width:800px;padding:2rem}.homepage-hero-title{font-family:Orbitron,Varela Round,Heebo,Segoe UI,Arial,sans-serif;font-weight:800;letter-spacing:3px;text-transform:uppercase;font-size:3.5rem;color:#fff;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.homepage-hero-subtitle{font-size:1.5rem;font-weight:400;color:#fff;margin-bottom:2rem;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.homepage-hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.homepage-hero-btn{font-size:1.1rem;font-weight:600;padding:1rem 2rem;border-radius:50px;text-decoration:none;transition:all .3s ease;border:2px solid transparent;display:inline-block;min-width:180px}.homepage-hero-btn.primary{background:#fff;color:#22223b;border-color:#fff}.homepage-hero-btn.primary:hover,.homepage-hero-btn.secondary{background:transparent;color:#fff;border-color:#fff}.homepage-hero-btn.secondary:hover{background:#fff;color:#22223b}.services-section{background:#fff;padding:4rem 0;margin-bottom:0;width:100%}.section-title{font-size:2.5rem;font-weight:700;color:#22223b;margin-bottom:1rem;text-align:center}.section-description{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;width:100%;margin:0}.service-category{background:#fff;border-radius:20px;padding:2.5rem;box-shadow:0 8px 30px #00000014;transition:transform .3s ease,box-shadow .3s ease;border:1px solid #f0f0f0}.service-category:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0000001f}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.category-icon{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.category-title{font-size:1.8rem;font-weight:700;color:#22223b;margin:0}.services-list{display:grid;gap:1rem}.service-item-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease;border:1px solid transparent}.service-item-card:hover{background:#e9ecef;transform:translate(5px);border-color:#dee2e6}.service-item-icon{font-size:1.2rem;opacity:.7;flex-shrink:0}.service-name{color:#333;font-weight:500;font-size:1.1rem}.works-section{background:#f8f9fa;padding:4rem 0;margin-bottom:0;width:100%}.works-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:0 auto 2.5rem;max-width:1400px;padding:0 2rem}.work-item{border-radius:0;overflow:visible;background:transparent;border:none;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease;padding:0}.work-item:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}.work-image{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block;border-radius:12px;transition:transform .3s ease-in-out}.work-image:hover{transform:scale(1.05)}.works-link-container{text-align:center;margin-top:2rem}.gallery-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.works-link{display:inline-flex;align-items:center;gap:.75rem;color:#333;font-weight:500;text-decoration:none;font-size:1rem;transition:all .2s ease;padding:.875rem 1.75rem;border-radius:6px;background:#fff;border:1px solid #ddd;box-shadow:0 1px 3px #0000001a}.works-link:hover{color:#333;background:#f8f9fa;border-color:#999;transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.barbershop-link{background:#2c3e50;color:#fff;border-color:#2c3e50}.barbershop-link:hover,.manicure-link{background:#34495e;color:#fff;border-color:#34495e}.manicure-link:hover{background:#2c3e50;color:#fff;border-color:#2c3e50}.link-icon{font-size:1.2rem}.link-text{font-weight:600}.appointment-section{background:#22223b;color:#fff;padding:4rem 0;margin-bottom:0;width:100%}.appointment-section .section-title,.appointment-section .section-description{color:#fff}.appointment-content{max-width:800px;margin:0 auto}.appointment-buttons{text-align:center;margin-bottom:3rem}.appointment-btn{font-size:1.1rem;font-weight:600;padding:1rem 2rem;border-radius:50px;text-decoration:none;transition:all .3s ease;border:2px solid transparent;display:inline-block;margin:.5rem;min-width:200px}.appointment-btn.primary{background:#fff;color:#22223b;border-color:#fff;font-size:1.2rem;padding:1.2rem 2.5rem}.appointment-btn.primary:hover,.appointment-btn.secondary{background:transparent;color:#fff;border-color:#fff}.appointment-btn.secondary:hover{background:#fff;color:#22223b}.appointment-secondary-buttons{margin-top:1rem}.appointment-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.info-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff1a;border-radius:10px}.info-icon{font-size:2rem;flex-shrink:0}.info-content h4{margin:0 0 .5rem;font-size:1.1rem;font-weight:600}.info-content p{margin:0;color:#ccc;font-size:.95rem;line-height:1.6}.info-content p br{display:block;content:"";margin-top:.3rem}.info-social-icons{display:flex;align-items:center;gap:8px;margin-top:.25rem}.info-social-icons img{width:56px;height:56px;-o-object-fit:contain;object-fit:contain;display:block}.info-social-icons img.icon-instagram{width:56px;height:56px}.info-social-icons img.icon-email{width:72px;height:72px}.info-social-icons img.icon-whatsapp{width:68px;height:68px}.homepage-footer{background:#22223b;color:#fff;padding:2rem 1rem 1rem;text-align:center}.footer-about{font-size:1.1rem;margin-bottom:1rem}.footer-nav{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}.footer-nav a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;transition:color .2s}.footer-nav a:hover{color:#3a86ff}.footer-socials{display:flex;justify-content:center;gap:1.2rem;margin-bottom:1rem}.footer-socials a{font-size:1.5rem;color:#fff;transition:color .2s}.footer-socials a:hover{color:#3a86ff}.footer-socials img{width:28px;height:28px;display:block;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.homepage-hero-title{font-size:2.5rem}.homepage-hero-subtitle{font-size:1.2rem}.homepage-hero-buttons{flex-direction:column;align-items:center}.homepage-hero-btn{min-width:200px}.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}.works-grid{grid-template-columns:repeat(2,1fr);max-width:700px;gap:14px}.appointment-info{grid-template-columns:1fr}.appointment-btn{min-width:180px}}@media (max-width: 480px){.homepage-hero-title{font-size:2rem}.section-title{font-size:1.5rem}.works-grid{grid-template-columns:1fr;max-width:480px;gap:12px}.appointment-btn{min-width:160px;font-size:1rem;padding:.8rem 1.5rem}}@media (max-width: 768px){.gallery-links{flex-direction:column;gap:1rem;align-items:center}.works-link{padding:.8rem 1.2rem;font-size:1rem}}@media (max-width: 480px){.works-link{padding:.7rem 1rem;font-size:.9rem;gap:.5rem}.link-icon{font-size:1.1rem}}.hero-section{background:linear-gradient(135deg,#f8f9fa,#fff);padding:4rem 2rem;text-align:center;border-radius:0 0 2rem 2rem;margin-bottom:4rem;box-shadow:0 4px 6px -1px #ffffff1a}.gallery-container{margin-bottom:4rem}.main-image{width:100%;height:600px;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;margin-bottom:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.secondary-images{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.secondary-image{width:100%;height:300px;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.location-section{text-align:center;padding:2rem}.address-card{display:inline-block;background-color:#fff;padding:2rem 4rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.address-text{font-size:1.25rem;margin-bottom:.5rem;color:#4b5563}.city-text{font-size:1.5rem;font-weight:600;color:#000}@media (max-width: 768px){.barbershop-container{padding:0 .5rem}.hero-section{padding:3rem 1rem;margin-bottom:3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.main-image{height:400px}.secondary-image{height:200px}.section-title{font-size:2rem;margin-bottom:2rem}.services-grid{gap:1rem;padding:0 .5rem}.service-card{padding:1.5rem}.address-card{padding:1.5rem 2rem}.barbershop-logo{max-width:120px}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.secondary-images{grid-template-columns:1fr}.main-image{height:300px}.secondary-image{height:200px}.section-title{font-size:1.75rem}.service-icon{font-size:2.5rem}.service-name{font-size:1.125rem}.barbershop-logo{max-width:100px}}@media (max-width: 768px){.gallery-link-button{padding:.8rem 1.5rem;font-size:1rem;gap:.5rem}.button-text{font-size:.9rem}}@media (max-width: 480px){.gallery-link-button{padding:.7rem 1.2rem;font-size:.9rem;flex-direction:column;gap:.3rem}.button-arrow{transform:rotate(90deg)}.gallery-link-button:hover .button-arrow{transform:rotate(90deg) translateY(-3px)}}.hero-title{font-size:3rem;font-weight:700;color:#000;margin-bottom:1rem}.hero-subtitle{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}.about-section{margin-bottom:4rem;text-align:center}.about-content{max-width:800px;margin:0 auto;padding:0 1rem}.about-text{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.about-text p{font-size:1.125rem;color:#666;line-height:1.6;margin-bottom:1rem}.about-text p:last-child{margin-bottom:0}.specialties-section{margin-bottom:4rem;text-align:center}.specialties-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;padding:0 1rem}.specialty-card{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;cursor:pointer}.specialty-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px -3px #0000001a,0 4px 6px -2px #0000000d}.specialty-icon{font-size:3rem;margin-bottom:1rem;display:block}.specialty-name{font-size:1.25rem;font-weight:600;color:#000}.book-appointment-btn{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;padding:.75rem 2rem;border-radius:2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.book-appointment-btn:hover{transform:scale(1.05);box-shadow:0 4px 12px #4caf504d}.portfolio-gallery-section,.portfolio-section{margin-bottom:4rem;text-align:center}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:0 1rem}.portfolio-item{background-color:#fff;padding:1rem;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center}.portfolio-placeholder{width:100%;height:200px;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);border-radius:.5rem;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#666;margin-bottom:1rem}.portfolio-item h3{font-size:1.125rem;font-weight:600;color:#000}.manicure-gallery-container{min-height:100vh;background:#f8f9fa}.gallery-item{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0003;cursor:pointer;transition:all .3s ease;aspect-ratio:1}.gallery-item:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.gallery-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.gallery-item:hover .gallery-image{transform:scale(1.1)}.image-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.gallery-item:hover .image-overlay{opacity:1}.view-icon{font-size:3rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.gallery-link-section{text-align:center;margin:2rem 0;padding:1rem}.gallery-link-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #667eea66;border:none;cursor:pointer}.gallery-link-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea99;background:linear-gradient(135deg,#5a6fd8,#6a4190)}.gallery-link-button:active{transform:translateY(-1px)}.button-icon{font-size:1.3rem}.button-text{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.button-arrow{font-size:1.2rem;transition:transform .3s ease}.gallery-link-button:hover .button-arrow{transform:translate(5px)}@media (max-width: 768px){.cosmetics-container{padding:0 .5rem}.hero-section{padding:.75rem;margin-bottom:3rem;min-height:80px}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem;margin-bottom:2rem}.specialties-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.specialty-card{padding:1.5rem}.services-grid{gap:1rem;padding:0 .5rem}.service-card{padding:1.5rem}.portfolio-grid{grid-template-columns:1fr;gap:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:.5rem}.gallery-section{padding:0 1rem 2rem}.hero-section{padding:3rem 1rem}.gallery-link-button{padding:.8rem 1.5rem;font-size:1rem;gap:.5rem}.button-text{font-size:.9rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.sl-logo{max-width:120px}.section-title{font-size:1.75rem}.specialty-icon,.service-icon{font-size:2.5rem}.specialty-name,.service-name{font-size:1.125rem}.book-appointment-btn{padding:.5rem 1.5rem;font-size:.875rem}.gallery-grid{grid-template-columns:1fr;gap:1rem}.modal-content{max-width:95vw;margin:1rem}.modal-info{padding:1rem}.gallery-link-button{padding:.7rem 1.2rem;font-size:.9rem;flex-direction:column;gap:.3rem}.button-arrow{transform:rotate(90deg)}.gallery-link-button:hover .button-arrow{transform:rotate(90deg) translateY(-3px)}}.footer{width:100%;border-top:1px solid #e5e7eb;background:#fff;padding:1rem 0;margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem}.copyright,.powered-by{color:#666;font-size:.75rem;text-transform:uppercase;letter-spacing:1px}@media (max-width: 640px){.footer-content{padding:0 1rem;flex-direction:column;gap:.5rem;text-align:center}}.app{width:100%;min-height:100vh;background-color:#fff}.contactus-banner-viewport{width:100vw;height:100vh;overflow:hidden;position:relative;background:#f7f7f7}.contactus-banner-fixed{width:100vw;height:100vh;position:relative;display:flex;align-items:center;justify-content:center}.contactus-banner-img{width:100vw;height:100vh;-o-object-fit:cover;object-fit:cover;filter:brightness(.6)}.contactus-banner-overlay{position:absolute;top:18%;left:50%;transform:translate(-50%);width:100%;display:flex;align-items:center;justify-content:center;pointer-events:none}.contactus-shopname{color:#fff;font-size:2.2rem;font-weight:700;letter-spacing:2px;text-shadow:0 2px 16px rgba(0,0,0,.5);background:#0000004d;padding:.7rem 2rem;border-radius:2rem}.contactus-card-absolute{position:absolute;left:50%;bottom:7vh;transform:translate(-50%);z-index:2;width:100vw;display:flex;justify-content:center;pointer-events:none}.contactus-card{background:#fff;border-radius:1.5rem;box-shadow:0 4px 32px #0000001f;padding:2.5rem 2rem;min-width:320px;max-width:400px;width:100%;text-align:right;pointer-events:auto}.contactus-card h2{margin-bottom:2rem;font-size:2rem;color:#222}.contactus-person{margin-bottom:2.2rem;font-size:1.2rem;color:#333;direction:rtl}.contactus-name{font-weight:700;color:#c2185b}.contactus-role{font-style:italic;color:#888;margin-right:.5rem}.contactus-phone{color:#1976d2;font-family:monospace;font-size:1.1rem;display:flex;align-items:center;gap:.3em;margin-top:.2em}@media (max-width: 600px){.contactus-banner-viewport,.contactus-banner-fixed,.contactus-banner-img{height:100vh;min-height:100vw;max-height:unset}.contactus-banner-overlay{top:8%}.contactus-card-absolute{bottom:2vh}.contactus-card{min-width:unset;max-width:95vw;padding:1.5rem .5rem}.contactus-shopname{font-size:1.2rem;padding:.4rem 1rem}}.product-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem}.product-modal{background:#fff;border-radius:.5rem;max-width:1000px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.stock-status{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500;margin-bottom:1rem}.stock-status.in-stock{background-color:#dcfce7;color:#166534}.stock-status.out-of-stock{background-color:#fee2e2;color:#991b1b}.stock-quantity{margin-right:.5rem;font-size:.875rem;color:#666}.product-modal-add-to-cart:disabled{background-color:#e5e7eb;cursor:not-allowed}.product-modal-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;padding:3rem 4rem 3rem 3rem}.product-modal-image{width:100%;aspect-ratio:1;-o-object-fit:contain;object-fit:contain;border-radius:.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease-in-out}.product-modal-image:hover{transform:scale(1.05)}.product-modal-info{display:flex;flex-direction:column;height:100%}.product-modal-title{font-size:2rem;font-weight:600;color:#000;margin-bottom:1rem}.product-modal-category{font-size:1rem;color:#666;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.product-modal-description{font-size:1.125rem;color:#333;line-height:1.6;margin-bottom:1rem}.price-and-action-wrapper{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.product-modal-price{font-size:1.5rem;font-weight:600;color:#000}.product-card{cursor:pointer}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.add-to-cart{position:relative;z-index:1}.product-modal-close{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s;z-index:2;margin:.5rem}.product-modal-close:hover{background:#0003}.product-modal-close span{font-size:1.25rem;line-height:1;color:#000}.product-modal-add-to-cart{cursor:pointer;background-color:#000;color:#fff;padding:1rem 2rem;border:none;border-radius:.5rem;font-weight:500;text-transform:uppercase;letter-spacing:1px;font-size:1rem;transition:background-color .2s}.product-modal-add-to-cart:hover{background-color:#333}@media (max-width: 768px){.product-modal-content{grid-template-columns:1fr;gap:2rem;padding:2rem}.product-modal{margin:1rem}.product-modal-title{font-size:1.5rem}.product-modal-description{font-size:1rem}.product-modal-price{font-size:1.25rem}.product-modal-add-to-cart{padding:.75rem 1.5rem;font-size:.875rem}}.cosmetics-container{max-width:1400px;margin:0 auto;padding:0 1rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:1rem}.gallery-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:none;cursor:pointer;transition:none;aspect-ratio:3/4;background:transparent}.image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;display:none}.view-icon{display:none}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000080}.modal-close{position:absolute;top:1rem;right:1rem;background:#000000b3;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:1.2rem;cursor:pointer;z-index:1001;transition:background .3s ease}.modal-close:hover{background:#000000e6}.modal-info{padding:2rem;text-align:center;background:#f8f9fa}.modal-info h3{font-size:1.5rem;margin-bottom:.5rem;color:#333}.modal-info p{color:#666;font-size:1rem}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;padding:.5rem}.gallery-section{padding:0 1rem 2rem}.hero-section{padding:3rem 1rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.gallery-grid{grid-template-columns:1fr;gap:1rem}.modal-content{max-width:95vw;margin:1rem}.modal-info{padding:1rem}}.gallery-item{animation:fadeInUp .6s ease forwards;opacity:0}.gallery-item:nth-child(1){animation-delay:.1s}.gallery-item:nth-child(2){animation-delay:.2s}.gallery-item:nth-child(3){animation-delay:.3s}.gallery-item:nth-child(4){animation-delay:.4s}.gallery-item:nth-child(5){animation-delay:.5s}.gallery-item:nth-child(6){animation-delay:.6s}.gallery-item:nth-child(7){animation-delay:.7s}.gallery-item:nth-child(8){animation-delay:.8s}.gallery-item:nth-child(9){animation-delay:.9s}.gallery-item:nth-child(10){animation-delay:1s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.sl-logo{max-width:100px;height:auto;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease-in-out}.sl-logo:hover{transform:scale(1.05)}.card-image{transition:transform .3s ease-in-out}.card-image:hover{transform:scale(1.05)}.barbershop-container{max-width:1400px;margin:0 auto;padding:0 1rem}.hero-section{background:#f8f9fa;color:#333;text-align:center;padding:4rem 2rem;margin-bottom:3rem}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;opacity:.9;font-weight:300}.gallery-section{padding:0 2rem 4rem;max-width:1400px;margin:0 auto}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;padding:1rem;justify-items:center}.gallery-item{position:relative;border-radius:12px;overflow:hidden;box-shadow:none;cursor:pointer;transition:none;aspect-ratio:3/4;max-width:420px;width:100%;background:transparent}.gallery-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease-in-out}.gallery-image:hover{transform:scale(1.05)}.image-overlay{display:none}.gallery-item:hover .image-overlay{opacity:0}.view-icon{font-size:2rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{position:relative;max-width:90vw;max-height:90vh;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 25px 60px #0009}.modal-close{position:absolute;top:1rem;right:1rem;background:#000c;color:#fff;border:none;border-radius:50%;width:45px;height:45px;font-size:1.3rem;cursor:pointer;z-index:1001;transition:all .3s ease}.modal-close:hover{background:#000;transform:scale(1.1)}.modal-image{width:100%;height:auto;max-height:70vh;-o-object-fit:contain;object-fit:contain}.modal-info{padding:2rem;text-align:center;background:#f8f9fa;border-top:3px solid #e9ecef}.modal-info h3{font-size:1.8rem;margin-bottom:.5rem;color:#2c3e50}.modal-info p{color:#7f8c8d;font-size:1.1rem}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.gallery-grid{grid-template-columns:1fr;gap:2rem;padding:.5rem}.gallery-section{padding:0 1rem 2rem}.hero-section{padding:3rem 1rem}.gallery-item{max-width:100%;aspect-ratio:3/2}}@media (max-width: 480px){.hero-title{font-size:2rem}.gallery-grid{gap:1.5rem}.modal-content{max-width:95vw;margin:1rem}.modal-info{padding:1rem}.modal-info h3{font-size:1.5rem}}.gallery-item{animation:slideInUp .8s ease forwards;opacity:0}.gallery-item:nth-child(1){animation-delay:.2s}.gallery-item:nth-child(2){animation-delay:.4s}@keyframes slideInUp{0%{opacity:0;transform:translateY(50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.barbershop-logo{max-width:260px;max-height:125px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));transition:transform .3s ease-in-out}.barbershop-logo:hover{transform:scale(1.05)}.hero-logo{display:flex;justify-content:center;align-items:center}.portfolio-gallery-section{margin-bottom:4rem;text-align:center}.services-section{margin-bottom:4rem;text-align:center;display:flex;flex-direction:column;align-items:center}.section-title{font-size:2.5rem;font-weight:700;color:#000;margin-bottom:3rem;text-align:center}.services-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;padding:0 1rem;max-width:1200px;margin:0 auto;width:100%}.service-card{background-color:#fff;padding:2rem 1.5rem;border-radius:1.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;text-align:center;border:1px solid rgba(0,0,0,.05);flex:0 0 280px;max-width:280px;margin:0 auto}.service-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #00000026}.service-icon-container{display:flex;justify-content:center;margin-bottom:1.5rem}.service-icon-bg{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.service-icon{font-size:2rem;display:block}.service-card:hover .service-icon-bg{transform:scale(1.1);box-shadow:0 8px 25px #00000026}.service-name{font-size:1.25rem;font-weight:600;color:#000;margin-bottom:.5rem}.service-description{font-size:1rem;color:#666;margin-bottom:1.5rem;line-height:1.5}
