*{margin:0;padding:0;box-sizing:border-box}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem}.sc-toast{background:#1e1e1e;color:#fff;padding:.85rem 1.25rem;border-radius:8px;font-size:.88rem;box-shadow:0 4px 20px rgba(0,0,0,.3);transform:translateX(110%);transition:transform .3s ease;max-width:320px;border-left:4px solid #c9a84c;pointer-events:none}.sc-toast.show{transform:translateX(0)}.sc-toast.toast-error{border-left-color:#ef4444}.sc-toast.toast-success{border-left-color:#22c55e}.sc-toast.toast-info{border-left-color:#3b82f6}@keyframes shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.skeleton-img{width:100%;height:180px;background:linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skeleton-line{height:11px;border-radius:4px;background:linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;margin-bottom:8px}.skeleton-line.sk-title{width:65%;height:14px}.skeleton-line.sk-text{width:90%}.skeleton-line.sk-price{width:35%}.skeleton-line.sk-btn{width:55%;height:30px;border-radius:4px}.skeleton-gal-img{width:100%;height:220px;background:linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes fadeInUp{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeInUp .35s ease both}.gallery-item{animation:fadeInUp .35s ease both}.product-card:nth-child(1),.gallery-item:nth-child(1){animation-delay:0s}.product-card:nth-child(2),.gallery-item:nth-child(2){animation-delay:0.055s}.product-card:nth-child(3),.gallery-item:nth-child(3){animation-delay:0.11s}.product-card:nth-child(4),.gallery-item:nth-child(4){animation-delay:0.165s}.product-card:nth-child(5),.gallery-item:nth-child(5){animation-delay:0.22s}.product-card:nth-child(6),.gallery-item:nth-child(6){animation-delay:0.275s}.product-card:nth-child(7),.gallery-item:nth-child(7){animation-delay:0.33s}.product-card:nth-child(8),.gallery-item:nth-child(8){animation-delay:0.385s}.product-card:nth-child(9),.gallery-item:nth-child(9){animation-delay:0.44s}.product-card:nth-child(10),.gallery-item:nth-child(10){animation-delay:0.495s}.product-card:nth-child(11),.gallery-item:nth-child(11){animation-delay:0.55s}.product-card:nth-child(12),.gallery-item:nth-child(12){animation-delay:0.605s}header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#111;color:#fff;position:sticky;top:0;z-index:100}header h1{font-size:1.4rem;letter-spacing:1px}header .nav-toggle{display:none;background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;line-height:1}header nav{display:flex;gap:1.5rem}header nav a{color:#fff;text-decoration:none;font-size:.95rem;opacity:.7;transition:opacity .2s;cursor:pointer}header nav a:hover,header nav a.active{opacity:1;border-bottom:2px solid #c9a84c;padding-bottom:2px}.page{display:none}.page.active{display:block}.hero{position:relative;height:90vh;background:url("../img/hero.jpg") center/cover no-repeat;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.hero::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.55)}.hero-content{position:relative;max-width:700px;padding:2rem}.hero-content h2{font-size:3rem;margin-bottom:1rem;line-height:1.2}.hero-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.btn-primary{display:inline-block;padding:.85rem 2rem;background:#c9a84c;color:#fff;font-size:1rem;font-weight:600;border-radius:4px;border:none;cursor:pointer;text-decoration:none;transition:background .2s}.btn-primary:hover{background:#b5923f;color:#fff}.btn-submit{width:100%;padding:.9rem;background:#c9a84c;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;margin-top:.5rem}.btn-submit:hover{background:#b5923f}.btn-add{padding:.45rem 1rem;background:#111;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background .2s}.btn-add:hover{background:#333}.services{padding:4rem 2rem;text-align:center;background:#fafafa}.services h2{font-size:2rem;margin-bottom:2.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:2rem;max-width:1100px;margin:0 auto}.service-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08);cursor:pointer;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px rgba(0,0,0,.12)}.service-card img{width:100%;height:180px;object-fit:cover}.service-card-body{padding:1.2rem;text-align:left}.service-card-body h3{font-size:1.1rem;margin-bottom:.5rem}.service-card-body p{font-size:.9rem;color:#666}.testimonials{padding:4rem 2rem;text-align:center;background:#111;color:#fff}.testimonials h2{font-size:2rem;margin-bottom:2.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:2rem;max-width:1000px;margin:0 auto}.testimonial-card{background:#1e1e1e;border-radius:8px;padding:1.5rem}.testimonial-card .stars{color:#c9a84c;font-size:1.2rem;margin-bottom:1rem}.testimonial-card blockquote{font-style:italic;opacity:.9;margin-bottom:.75rem}.testimonial-card cite{font-size:.85rem;opacity:.6}.gallery-page{padding:4rem 2rem;max-width:1100px;margin:0 auto}.gallery-page h2{font-size:2rem;text-align:center;margin-bottom:.5rem}.gallery-page>p{text-align:center;color:#666;margin-bottom:2rem}.filter-btns{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.filter-btn{padding:.5rem 1.5rem;border:2px solid #c9a84c;background:rgba(0,0,0,0);color:#222;border-radius:30px;cursor:pointer;font-size:.9rem;transition:all .2s}.filter-btn.active,.filter-btn:hover{background:#c9a84c;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:1.5rem}.gallery-item{border-radius:8px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.1)}.gallery-item-img-wrap{position:relative;overflow:hidden}.gallery-item-img-wrap img{width:100%;height:220px;object-fit:cover;display:block;transition:transform .4s ease}.gallery-item-img-wrap .gallery-overlay{position:absolute;inset:0;background:rgba(0,0,0,.72);display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;color:#fff;padding:1.25rem;text-align:center}.gallery-item-img-wrap .gallery-overlay h3{font-size:1rem;margin-bottom:.4rem}.gallery-item-img-wrap .gallery-overlay p{font-size:.8rem;opacity:.88;line-height:1.4}.gallery-item-img-wrap:hover img{transform:scale(1.06)}.gallery-item-img-wrap:hover .gallery-overlay{opacity:1}.gallery-item-info{padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;background:#fff}.gallery-item-info h3{font-size:.9rem;margin:0}.gallery-item-info p{display:none}.badge{display:inline-block;padding:.2rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600}.badge-hombre{background:#dbeafe;color:#1d4ed8}.badge-mujer{background:#fce7f3;color:#be185d}.shop-page{padding:4rem 2rem;max-width:1200px;margin:0 auto}.shop-filters{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-bottom:2rem}.shop-filters .search-input{flex:1;min-width:200px;padding:.6rem 1rem .6rem 2.5rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Ccircle cx='11' cy='11' r='8'/%3E%3Cpath d='m21 21-4.35-4.35'/%3E%3C/svg%3E") no-repeat .75rem center;transition:border-color .2s}.shop-filters .search-input:focus{outline:none;border-color:#c9a84c}.shop-filters .price-filters{display:flex;gap:.4rem;flex-wrap:wrap}.shop-filters .price-btn{padding:.45rem .9rem;border:1.5px solid #ddd;background:rgba(0,0,0,0);border-radius:20px;font-size:.8rem;cursor:pointer;transition:all .2s;white-space:nowrap}.shop-filters .price-btn.active,.shop-filters .price-btn:hover{background:#c9a84c;border-color:#c9a84c;color:#fff}.no-results{grid-column:1/-1;text-align:center;color:#666;padding:3rem 1rem;font-size:.95rem}.shop-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.shop-header h2{font-size:2rem}.shop-header p{color:#666;margin-top:.25rem}.cart-info{background:#f5f5f5;padding:.75rem 1.25rem;border-radius:8px;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.cart-info span{font-weight:600}.products-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(220px, 1fr));gap:1.5rem}.product-card{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.08)}.product-card img{width:100%;height:180px;object-fit:cover}.product-card-body{padding:1rem}.product-card-body h3{font-size:1rem;margin-bottom:.4rem}.product-card-body p{font-size:.85rem;color:#666;margin-bottom:.75rem}.product-footer{display:flex;align-items:center;justify-content:space-between}.price{font-size:1.1rem;font-weight:700;color:#c9a84c}.booking-page{padding:4rem 2rem;max-width:700px;margin:0 auto}.booking-page h2{font-size:2rem;margin-bottom:.5rem}.booking-page>p{color:#666;margin-bottom:2rem}.booking-form{display:grid;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.85rem;font-weight:600;color:#444}.form-group input,.form-group select{padding:.75rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#c9a84c}.booking-info{background:#fafafa;border-left:4px solid #c9a84c;padding:1.25rem;border-radius:0 8px 8px 0;margin-top:1rem}.booking-info h3{font-size:1rem;margin-bottom:.75rem}.booking-info ul{list-style:none;display:flex;flex-direction:column;gap:.5rem}.booking-info li{font-size:.88rem;color:#555}footer{background:#0a0a0a;color:#aaa;padding:3rem 2rem 2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));gap:2rem;max-width:1100px;margin:0 auto 2rem}.footer-grid h3{color:#fff;margin-bottom:.75rem;font-size:1rem}.footer-grid p{font-size:.9rem;line-height:1.8}.footer-copy{text-align:center;font-size:.8rem;border-top:1px solid #222;padding-top:1.5rem}.auth-page{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;background:#f5f5f5;padding:2rem}.auth-card{background:#fff;border-radius:10px;padding:2.5rem;width:100%;max-width:440px;box-shadow:0 4px 24px rgba(0,0,0,.09)}.auth-card h2{font-size:1.75rem;margin-bottom:.4rem}.auth-card>p{font-size:.9rem;color:#666;margin-bottom:1.75rem}.auth-card .form-group{margin-bottom:1.1rem}.auth-link{color:#c9a84c;text-decoration:none;font-weight:600}.auth-link:hover{color:#b5923f}.auth-error{color:#dc2626;font-size:.85rem;margin-bottom:.75rem;display:none}.profile-page{max-width:900px;margin:3rem auto;padding:0 2rem 4rem}.profile-header-card{background:#fff;border-radius:12px;padding:2rem 2.5rem;box-shadow:0 2px 16px rgba(0,0,0,.08);display:flex;align-items:center;gap:2rem;margin-bottom:1.75rem}.profile-avatar{width:72px;height:72px;border-radius:50%;background:#c9a84c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.9rem;font-weight:700;flex-shrink:0}.profile-info h2{font-size:1.5rem;margin-bottom:.2rem}.profile-email-text{color:#666;font-size:.95rem;margin-bottom:.2rem}.profile-desde-text{color:#aaa;font-size:.82rem}.profile-section{background:#fff;border-radius:12px;padding:1.75rem 2rem;box-shadow:0 2px 16px rgba(0,0,0,.07);margin-bottom:1.5rem}.profile-section h3{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0;color:#222}.profile-loading{color:#666;font-size:.9rem}.profile-empty{text-align:center;padding:2rem 0;color:#666}.profile-empty .profile-empty-icon{font-size:2.5rem;display:block;margin-bottom:.75rem}.profile-empty p{font-size:.95rem;line-height:1.7}.reserva-item{display:flex;align-items:center;gap:1.25rem;padding:1rem 0;border-bottom:1px solid #f0f0f0}.reserva-item:last-child{border-bottom:none}.reserva-item-fecha{display:flex;flex-direction:column;align-items:center;min-width:70px;background:#fafafa;border-radius:8px;padding:.5rem .75rem;text-align:center}.reserva-item-fecha .reserva-dia{font-weight:700;font-size:.9rem}.reserva-item-fecha .reserva-hora{font-size:.78rem;color:#666}.reserva-item-info{flex:1;display:flex;flex-direction:column;gap:.2rem}.reserva-item-info strong{font-size:.95rem}.reserva-item-info .reserva-tel{font-size:.82rem;color:#666}.reserva-badge{background:#dcfce7;color:#166534;font-size:.75rem;font-weight:600;padding:.25rem .75rem;border-radius:20px;white-space:nowrap}.reserva-badge.badge-cancelada{background:#fee2e2;color:#991b1b}.btn-cancelar-reserva{background:rgba(0,0,0,0);border:1.5px solid #fca5a5;color:#dc2626;font-size:.75rem;padding:.2rem .65rem;border-radius:20px;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-cancelar-reserva:hover{background:#fee2e2}.pedido-item{padding:1.25rem 0;border-bottom:1px solid #f0f0f0}.pedido-item:last-child{border-bottom:none}.pedido-item-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:.85rem}.pedido-id{font-weight:700;font-size:.95rem;display:block}.pedido-fecha{font-size:.8rem;color:#666;display:block}.pedido-total{font-size:1.1rem;font-weight:700;color:#c9a84c}.pedido-lineas{list-style:none;display:flex;flex-direction:column;gap:.5rem}.pedido-lineas li{display:flex;align-items:center;gap:.75rem;font-size:.88rem}.pedido-lineas img{width:40px;height:40px;object-fit:cover;border-radius:6px;flex-shrink:0}.pedido-lineas .pedido-linea-nombre{flex:1}.pedido-lineas .pedido-linea-qty{color:#666}.pedido-lineas .pedido-linea-precio{font-weight:600}.booking-user-banner{display:flex;align-items:center;justify-content:space-between;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.75rem 1.25rem;font-size:.88rem;color:#166534;margin-bottom:1.25rem}.booking-user-banner a{color:#c9a84c;font-weight:600;text-decoration:none}.booking-user-banner a:hover{color:#b5923f}.input-prefilled{background:#fafff5 !important;border-color:#86efac !important;color:#166534 !important;cursor:default}@media(max-width: 768px){header{flex-wrap:wrap;gap:.5rem}header .nav-toggle{display:block}header nav{display:none;width:100%;flex-direction:column;gap:0;padding:.5rem 0;border-top:1px solid #333;order:3}header nav a{padding:.6rem 0;border-bottom:none !important;font-size:1rem}header nav.nav-open{display:flex}header #auth-area{order:0;flex-wrap:nowrap;gap:.4rem;margin-left:auto}.hero-content h2{font-size:2rem}.form-row{grid-template-columns:1fr}.shop-filters{flex-direction:column;align-items:stretch}.profile-header-card{flex-direction:column;text-align:center}}
/* ── Botón carrito header ───────────────────────────────────── */
.btn-cart-header{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;display:flex;align-items:center;gap:.4rem;padding:.4rem .7rem;border-radius:6px;transition:background .2s;position:relative}
.btn-cart-header:hover{background:rgba(255,255,255,.12)}
.cart-badge{position:absolute;top:-6px;right:-6px;background:#c9a84c;color:#fff;border-radius:20px;padding:.1rem .45rem;font-size:.68rem;font-weight:700;min-width:18px;text-align:center;line-height:1.5;pointer-events:none}

/* ── Overlay ────────────────────────────────────────────────── */
.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:200;opacity:0;pointer-events:none;transition:opacity .3s}
.cart-overlay.open{opacity:1;pointer-events:all}

/* ── Drawer ─────────────────────────────────────────────────── */
.cart-drawer{position:fixed;top:0;right:0;height:100vh;width:400px;background:#fff;z-index:201;transform:translateX(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(0,0,0,.15)}
.cart-drawer.open{transform:translateX(0)}
.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #eee;flex-shrink:0}
.cart-drawer-header h3{font-size:1.1rem;font-weight:700;margin:0}
.cart-drawer-close{background:none;border:none;cursor:pointer;font-size:1.1rem;color:#888;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s}
.cart-drawer-close:hover{background:#f5f5f5;color:#333}
.cart-drawer-items{flex:1;overflow-y:auto;padding:1rem 1.5rem}
.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.75rem;color:#aaa;padding-bottom:3rem}
.cart-empty-icon{font-size:2.5rem}
.cart-empty p{font-size:.9rem}
.cart-item{display:flex;align-items:center;gap:.7rem;padding:.85rem 0;border-bottom:1px solid #f0f0f0}
.cart-item:last-child{border-bottom:none}
.cart-item-img{width:52px;height:52px;object-fit:cover;border-radius:6px;flex-shrink:0}
.cart-item-info{flex:1;min-width:0}
.cart-item-name{display:block;font-size:.87rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.cart-item-unit{display:block;font-size:.77rem;color:#aaa;margin-top:.1rem}
.cart-item-controls{display:flex;align-items:center;gap:.35rem;flex-shrink:0}
.cart-item-controls button{width:26px;height:26px;border:1.5px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:.95rem;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1}
.cart-item-controls button:hover{border-color:#c9a84c;color:#c9a84c}
.cart-item-controls span{font-size:.9rem;font-weight:600;min-width:18px;text-align:center}
.cart-item-subtotal{font-size:.88rem;font-weight:700;color:#c9a84c;min-width:52px;text-align:right;flex-shrink:0}
.cart-item-remove{background:none;border:none;cursor:pointer;color:#ccc;font-size:.8rem;padding:.25rem;margin-left:.15rem;transition:color .2s;flex-shrink:0;line-height:1}
.cart-item-remove:hover{color:#ef4444}
.cart-drawer-footer{padding:1.25rem 1.5rem;border-top:1px solid #eee;flex-direction:column;gap:.75rem;flex-shrink:0}
.cart-drawer-total{display:flex;justify-content:space-between;align-items:center;font-size:.95rem;margin-bottom:.25rem}
.cart-drawer-total strong{font-size:1.2rem;color:#c9a84c}
.btn-vaciar{background:none;border:1.5px solid #e5e5e5;color:#888;border-radius:6px;padding:.5rem;font-size:.83rem;cursor:pointer;transition:all .2s;text-align:center;width:100%}
.btn-vaciar:hover{border-color:#ef4444;color:#ef4444}
@media(max-width:480px){.cart-drawer{width:100vw}}

/* ── Logo header ────────────────────────────────────────────── */
header h1{display:flex;align-items:center;gap:.5rem}
.header-logo{height:32px;width:32px;object-fit:contain;flex-shrink:0}
.sidebar-logo-img{height:28px;width:28px;object-fit:contain;vertical-align:middle;margin-right:.4rem;flex-shrink:0}

/* ── Servicios — Página completa fondo oscuro ───────────────── */
#page-servicios{background:#f7f7f7}

/* ── Servicios — Hero ───────────────────────────────────────── */
.sv-hero{position:relative;background:linear-gradient(135deg,#fff 0%,#fafafa 60%,#f5f0e8 100%);padding:4.5rem 2rem 3.5rem;border-bottom:1px solid #eee;overflow:hidden;display:flex;align-items:center;justify-content:center}
.sv-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(201,168,76,.08) 0%,transparent 65%)}
.sv-hero-content{position:relative;z-index:1;text-align:center;max-width:600px}
.sv-hero-label{display:inline-block;font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:#c9a84c;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.3);padding:.3rem 1rem;border-radius:20px;margin-bottom:1.25rem}
.sv-hero-content h2{font-size:2.8rem;color:#111;font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:.75rem}
.sv-hero-content h2::after{content:'';display:block;width:50px;height:3px;background:linear-gradient(90deg,#c9a84c,#e8c97a);margin:.75rem auto 0;border-radius:2px}
.sv-hero-content>p{color:#666;font-size:1.05rem;margin-bottom:2.5rem}
.sv-hero-stats{display:flex;align-items:center;justify-content:center;gap:2rem}
.sv-stat{display:flex;flex-direction:column;align-items:center;gap:.15rem}
.sv-stat-num{font-size:1.8rem;font-weight:800;color:#c9a84c;line-height:1}
.sv-stat-label{font-size:.72rem;color:#999;text-transform:uppercase;letter-spacing:.1em}
.sv-stat-sep{width:1px;height:36px;background:linear-gradient(to bottom,transparent,#ddd,transparent)}
.sv-hero-deco{position:absolute;right:8%;top:50%;transform:translateY(-50%);width:200px;height:200px;opacity:.45}
.sv-hero-deco svg{width:100%;height:100%}
@media(max-width:768px){.sv-hero-deco{display:none}.sv-hero-content h2{font-size:2rem}}

/* ── Servicios — Body ───────────────────────────────────────── */
.sv-body{background:#f7f7f7;padding:0 2rem 5rem}

/* ── Servicios — Sección ────────────────────────────────────── */
.sv-section{max-width:1100px;margin:0 auto;padding:3.5rem 0 0}
.sv-section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;position:relative;padding-bottom:1rem;border-bottom:2px solid #eee}
.sv-section-icon{width:48px;height:48px;background:rgba(201,168,76,.1);border:1px solid rgba(201,168,76,.25);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#c9a84c;flex-shrink:0}
.sv-section-header h3{margin:0;color:#111;font-size:1.25rem;font-weight:700}
.sv-section-sub{display:block;color:#999;font-size:.82rem;margin-top:.2rem}
.sv-section-watermark{position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:3.5rem;font-weight:900;color:rgba(0,0,0,.04);letter-spacing:.1em;pointer-events:none;user-select:none;line-height:1}

/* ── Servicios — Cards ──────────────────────────────────────── */
.sv-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}
@media(max-width:600px){.sv-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:380px){.sv-cards{grid-template-columns:1fr}}

.sv-card{background:#fff;border:1px solid #ebebeb;border-radius:14px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:.6rem;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;position:relative;overflow:hidden}

.sv-card:hover{transform:translateY(-5px);border-color:rgba(201,168,76,.4);box-shadow:0 10px 30px rgba(0,0,0,.08)}


.sv-card-popular{border-color:rgba(201,168,76,.3);background:linear-gradient(135deg,#fffdf5,#fff)}

.sv-card-top{display:flex;align-items:center;justify-content:space-between;min-height:22px}
.sv-dur{font-size:.72rem;color:#aaa;background:#f5f5f5;padding:.2rem .55rem;border-radius:20px;letter-spacing:.03em}
.sv-popular-badge{font-size:.68rem;font-weight:700;color:#b5923f;background:rgba(201,168,76,.12);border:1px solid rgba(201,168,76,.3);padding:.15rem .55rem;border-radius:20px;letter-spacing:.04em;text-transform:uppercase}

.sv-card-price{font-size:2.2rem;font-weight:800;color:#c9a84c;line-height:1;letter-spacing:-.02em;margin-top:.25rem}
.sv-card-name{font-size:.9rem;color:#444;font-weight:500;line-height:1.35;flex:1}


/* ── Servicios — CTA final ──────────────────────────────────── */
.sv-cta{max-width:1100px;margin:3.5rem auto 0}
.sv-cta-inner{background:linear-gradient(135deg,#111 0%,#1a1a14 100%);border-radius:16px;padding:2.5rem 3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;overflow:hidden}
.sv-cta-inner::before{content:'';position:absolute;left:-60px;top:-60px;width:200px;height:200px;background:radial-gradient(circle,rgba(201,168,76,.08),transparent 70%);pointer-events:none}
.sv-cta-text h3{font-size:1.5rem;color:#fff;font-weight:700;margin-bottom:.35rem}
.sv-cta-text p{color:#aaa;font-size:.9rem;margin:0}
.sv-cta-btn{flex-shrink:0;background:linear-gradient(135deg,#c9a84c,#e8c97a);color:#111;font-weight:700;font-size:.95rem;padding:.9rem 2rem;border:none;border-radius:10px;cursor:pointer;transition:all .2s;letter-spacing:.02em;white-space:nowrap}
.sv-cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(201,168,76,.4)}
@media(max-width:640px){.sv-cta-inner{flex-direction:column;text-align:center;padding:2rem 1.5rem}.sv-cta-btn{width:100%}}

/* ── Sección Cómo Encontrarnos + Mapa ───────────────────────── */
.location-section{padding:4rem 2rem;background:#0d0d0d}
.location-section>h2{text-align:center;font-size:2rem;color:#fff;margin-bottom:2.5rem}
.location-section>h2::after{content:'';display:block;width:60px;height:3px;background:#c9a84c;margin:.75rem auto 0;border-radius:2px}
.location-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1.6fr;gap:2.5rem;align-items:center}
@media(max-width:768px){.location-grid{grid-template-columns:1fr}}
.location-info{display:flex;flex-direction:column;gap:1.5rem}
.location-item{display:flex;gap:1rem;align-items:flex-start}
.location-icon{font-size:1.3rem;flex-shrink:0;line-height:1.6}
.location-item strong{display:block;color:#c9a84c;font-size:.8rem;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.3rem}
.location-item p{color:#ccc;margin:0;line-height:1.65;font-size:.9rem}
.location-map{height:400px;border-radius:14px;overflow:hidden;border:2px solid #2a2a2a;position:relative;z-index:0}
@media(max-width:768px){.location-map{height:280px}}

/* ── Icono carrito SVG ──────────────────────────────────────── */
.btn-cart-header svg{display:block;stroke:#fff;transition:stroke .2s}
.btn-cart-header:hover svg{stroke:#c9a84c}


/* ── Nav secondary (lang + carrito): escritorio ─────────────── */
.nav-secondary{display:flex;align-items:center;gap:.75rem;margin-left:.5rem;padding-left:1rem;border-left:1px solid rgba(255,255,255,.18)}
/* ── Selector de idioma ─────────────────────────────────────── */
.lang-switcher{position:relative;display:inline-flex;align-items:center}
.lang-btn{background:none;border:1.5px solid rgba(255,255,255,.2);color:#fff;font-size:1rem;width:38px;height:38px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s,background .2s;line-height:1;padding:0}
.lang-btn:hover{border-color:#c9a84c;background:rgba(201,168,76,.1)}
.lang-menu{position:absolute;top:calc(100% + 8px);right:0;background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:.35rem;box-shadow:0 8px 28px rgba(0,0,0,.5);display:none;flex-direction:column;gap:.15rem;min-width:148px;z-index:500}
.lang-menu.open{display:flex}
.lang-menu button{background:none;border:none;color:#ccc;font-size:.87rem;padding:.45rem .75rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:.5rem;white-space:nowrap;transition:background .15s,color .15s;text-align:left;width:100%}
.lang-menu button:hover{background:rgba(201,168,76,.15);color:#c9a84c}

/*# sourceMappingURL=style.css.map */


/* ══════════════════════════════════════════════════════════════
   RESPONSIVE COMPLETO — StyleCut Unisex
   ══════════════════════════════════════════════════════════════ */

/* ── Tablet ancha (≤900px) ─────────────────────────────────── */
@media(max-width:900px){
  .sv-cards{grid-template-columns:repeat(3,1fr)}
  .products-grid{grid-template-columns:repeat(3,1fr)}
}

/* ── Mobile (≤768px) ───────────────────────────────────────── */
@media(max-width:768px){
  /* Header */
  header{padding:.6rem 1rem;gap:.4rem}
  header h1{font-size:1rem}
  .header-logo{height:22px;width:22px}
  /* auth-area: solo login/logout, misma fila que el hamburguesa */
  header #auth-area{order:0;flex-wrap:nowrap;gap:.4rem;margin-left:auto}
  #user-greeting{display:none !important}
  #btn-admin,#btn-perfil{display:none !important}
  #btn-auth,#btn-logout{padding:.3rem .7rem !important;font-size:.78rem !important}
  /* nav-secondary: al pie del menú desplegable */
  .nav-secondary{border-left:none;border-top:1px solid #2a2a2a;margin:.5rem 0 0;padding:.85rem 0 .25rem;justify-content:center;gap:1.5rem;width:100%}
  .lang-menu{left:50%;transform:translateX(-50%);right:auto}
  .btn-cart-header{width:40px;height:40px}
  .btn-cart-header svg{width:19px;height:19px}

  /* Hero */
  .hero{height:65vh;min-height:380px}
  .hero-content{padding:1.25rem}
  .hero-content h2{font-size:1.75rem !important;margin-bottom:.75rem}
  .hero-content p{font-size:.95rem;margin-bottom:1.5rem}

  /* Home — Servicios cards */
  .services{padding:2.5rem 1rem}
  .services h2{font-size:1.6rem;margin-bottom:1.75rem}
  .services-grid{grid-template-columns:1fr;max-width:380px}

  /* Testimonials */
  .testimonials{padding:2.5rem 1rem}
  .testimonials h2{font-size:1.6rem;margin-bottom:1.75rem}
  .testimonials-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}

  /* Location */
  .location-section{padding:2.5rem 1rem}
  .location-section>h2{font-size:1.6rem;margin-bottom:1.75rem}

  /* Galería */
  .gallery-page{padding:2rem 1rem}
  .gallery-page h2{font-size:1.6rem}
  .filter-btns{gap:.5rem;flex-wrap:wrap;justify-content:center}
  .filter-btn{padding:.4rem 1rem;font-size:.82rem}
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:.9rem}
  .gallery-item-img-wrap img,.skeleton-gal-img{height:160px}
  .gallery-item-info{padding:.5rem .75rem}

  /* Tienda */
  .shop-page{padding:2rem 1rem}
  .shop-header h2{font-size:1.6rem}
  .products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}
  .product-card img,.skeleton-img{height:140px}
  .product-card-body{padding:.85rem}

  /* Reservar */
  .booking-page{padding:2rem 1rem}
  .booking-page h2{font-size:1.6rem}

  /* Perfil */
  .profile-page{margin:1.5rem auto;padding:0 1rem 3rem}
  .profile-header-card{padding:1.5rem;gap:1.25rem}
  .profile-section{padding:1.25rem 1.5rem}
  .reserva-item{flex-wrap:wrap;gap:.75rem}
  .pedido-item-header{flex-direction:column;gap:.25rem}

  /* Servicios page */
  .sv-hero{padding:3.5rem 1.25rem 3rem}
  .sv-hero-content h2{font-size:2.2rem !important}
  .sv-body{padding:0 1rem 3rem}
  .sv-section{padding:2rem 0 0}
  .sv-section-icon{width:38px;height:38px;border-radius:10px}
  .sv-section-watermark{font-size:2.5rem}
  .sv-cta-inner{gap:1.5rem}

  /* Footer */
  footer{padding:2rem 1rem 1.5rem}
  .footer-grid{grid-template-columns:1fr 1fr;gap:1.25rem}
  .footer-grid h3{font-size:.9rem}
  .footer-grid p{font-size:.82rem;line-height:1.65}
}

/* ── Mobile pequeño (≤520px) ───────────────────────────────── */
@media(max-width:520px){
  /* Header: ocultar admin en auth-area, entra en menú */
  #btn-admin{display:none !important}

  /* Hero */
  .hero{height:58vh;min-height:300px}
  .hero-content h2{font-size:1.45rem !important}
  .hero-content p{font-size:.88rem}

  /* Gallery 2 cols */
  .gallery-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}
  .gallery-item-img-wrap img,.skeleton-gal-img{height:130px}

  /* Tienda 2 cols */
  .products-grid{grid-template-columns:repeat(2,1fr);gap:.65rem}
  .product-card img,.skeleton-img{height:120px}
  .product-card-body h3{font-size:.85rem}
  .product-card-body p{font-size:.75rem;margin-bottom:.5rem}

  /* Servicios stats */
  .sv-hero-stats{gap:.9rem}
  .sv-stat-num{font-size:1.5rem}
  .sv-stat-label{font-size:.65rem}
  .sv-section-watermark{display:none}

  /* Footer 1 col */
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-copy{font-size:.75rem}

  /* Shop filters scroll horizontal */
  .shop-filters .price-filters{overflow-x:auto;flex-wrap:nowrap;padding-bottom:.25rem;-webkit-overflow-scrolling:touch}

  /* Lang menu alineación */
  .lang-menu{left:0;right:auto;min-width:130px}
}

/* ── Móvil muy pequeño (≤380px) ────────────────────────────── */
@media(max-width:380px){
  header h1{font-size:.88rem}
  .gallery-grid{grid-template-columns:1fr}
  .gallery-item-img-wrap img,.skeleton-gal-img{height:210px}
  .sv-cards{grid-template-columns:1fr}
  .products-grid{grid-template-columns:1fr}
  .product-card img,.skeleton-img{height:180px}
  .sv-body{padding:0 .65rem 2.5rem}
  .sv-hero{padding:3rem .9rem 2.5rem}
}


/* ══════════════════════════════════════════════════════════════
   DARK MODE — activa automáticamente según preferencia del sistema
   ══════════════════════════════════════════════════════════════ */
@media(prefers-color-scheme:dark){
  /* ── Base ─────────────────────────────────────────────────── */
  body{background:#111;color:#ddd}

  /* ── Skeleton loaders ─────────────────────────────────────── */
  .skeleton-img,.skeleton-line,.skeleton-gal-img{background:linear-gradient(90deg,#252525 25%,#2e2e2e 50%,#252525 75%);background-size:200% 100%}

  /* ── Inicio — sección servicios ───────────────────────────── */
  .services{background:#161616}
  .services h2{color:#eee}
  .service-card{background:#1e1e1e;box-shadow:0 2px 12px rgba(0,0,0,.5)}
  .service-card:hover{box-shadow:0 6px 20px rgba(0,0,0,.6)}
  .service-card-body h3{color:#eee}
  .service-card-body p{color:#999}

  /* ── Inicio — sección location ────────────────────────────── */
  .location-section{background:#0d0d0d}

  /* ── Galería ──────────────────────────────────────────────── */
  .gallery-page h2{color:#eee}
  .gallery-page>p{color:#aaa}
  .filter-btn{color:#ccc}
  .gallery-item{box-shadow:0 2px 10px rgba(0,0,0,.5)}
  .gallery-item-info{background:#1a1a1a}
  .gallery-item-info h3{color:#ddd}

  /* ── Tienda ───────────────────────────────────────────────── */
  .shop-header h2{color:#eee}
  .shop-header p{color:#aaa}
  .shop-filters .search-input{background:#1e1e1e;border-color:#2e2e2e;color:#ddd}
  .shop-filters .price-btn{border-color:#333;color:#ccc;background:transparent}
  .cart-info{background:#1e1e1e;color:#ccc}
  .no-results{color:#888}
  .product-card{background:#1e1e1e;box-shadow:0 2px 12px rgba(0,0,0,.5)}
  .product-card-body h3{color:#eee}
  .product-card-body p{color:#999}

  /* ── Reservar ─────────────────────────────────────────────── */
  .booking-page h2{color:#eee}
  .booking-page>p{color:#aaa}
  .form-group label{color:#bbb}
  .form-group input,.form-group select{background:#1e1e1e;border-color:#2e2e2e;color:#e0e0e0}
  .form-group input::placeholder{color:#666}
  .form-group input:focus,.form-group select:focus{border-color:#c9a84c;background:#1e1e1e}
  .form-group select option{background:#1e1e1e;color:#e0e0e0}
  .booking-info{background:#1a1a1a}
  .booking-info h3{color:#eee}
  .booking-info li{color:#aaa}
  .booking-user-banner{background:#0d2515;border-color:#1a4a28;color:#6ee7a0}
  .input-prefilled{background:#0d2515 !important;border-color:#1a4a28 !important;color:#6ee7a0 !important}

  /* ── Autenticación ────────────────────────────────────────── */
  .auth-page{background:#111}
  .auth-card{background:#1a1a1a;box-shadow:0 4px 24px rgba(0,0,0,.6)}
  .auth-card h2{color:#eee}
  .auth-card>p{color:#aaa}
  .auth-card .form-group input{background:#1e1e1e;border-color:#2e2e2e;color:#e0e0e0}
  .auth-card .form-group label{color:#bbb}

  /* ── Perfil ───────────────────────────────────────────────── */
  .profile-header-card{background:#1a1a1a;box-shadow:0 2px 16px rgba(0,0,0,.5)}
  .profile-info h2{color:#eee}
  .profile-email-text{color:#aaa}
  .profile-desde-text{color:#666}
  .profile-section{background:#1a1a1a;box-shadow:0 2px 16px rgba(0,0,0,.4)}
  .profile-section h3{color:#eee;border-bottom-color:#2a2a2a}
  .profile-loading,.profile-empty{color:#888}
  .reserva-item{border-bottom-color:#252525}
  .reserva-item-fecha{background:#222}
  .reserva-item-fecha .reserva-dia{color:#ddd}
  .reserva-item-fecha .reserva-hora{color:#999}
  .reserva-item-info strong{color:#ddd}
  .reserva-item-info .reserva-tel{color:#999}
  .pedido-item{border-bottom-color:#252525}
  .pedido-id{color:#ddd}
  .pedido-fecha{color:#999}
  .pedido-lineas li{color:#ccc}
  .pedido-lineas .pedido-linea-nombre{color:#ddd}
  .pedido-lineas .pedido-linea-qty{color:#999}

  /* ── Servicios page ───────────────────────────────────────── */
  #page-servicios{background:#111}
  .sv-hero{background:linear-gradient(135deg,#111 0%,#161616 60%,#131310 100%);border-bottom-color:#222}
  .sv-hero::before{background:radial-gradient(ellipse at 70% 50%,rgba(201,168,76,.06) 0%,transparent 65%)}
  .sv-hero-content h2{color:#eee}
  .sv-hero-content>p{color:#aaa}
  .sv-stat-sep{background:linear-gradient(to bottom,transparent,#444,transparent)}
  .sv-body{background:#111}
  .sv-section-header{border-bottom-color:#2a2a2a}
  .sv-section-header h3{color:#eee}
  .sv-section-sub{color:#777}
  .sv-section-watermark{color:rgba(255,255,255,.03)}
  .sv-card{background:#1e1e1e;border-color:#2a2a2a}
  .sv-card:hover{border-color:rgba(201,168,76,.4);box-shadow:0 10px 30px rgba(0,0,0,.5)}
  .sv-card-popular{background:linear-gradient(135deg,#1e1d14,#1a1a12);border-color:rgba(201,168,76,.3)}
  .sv-dur{background:#252525;color:#777}
  .sv-card-name{color:#bbb}

  /* ── Carrito lateral ──────────────────────────────────────── */
  .cart-drawer{background:#1a1a1a}
  .cart-drawer-header{border-bottom-color:#2a2a2a}
  .cart-drawer-header h3{color:#eee}
  .cart-drawer-close{color:#777}
  .cart-drawer-close:hover{background:#252525;color:#ccc}
  .cart-item{border-bottom-color:#252525}
  .cart-item-name{color:#eee}
  .cart-item-controls button{background:#252525;border-color:#333;color:#ccc}
  .cart-empty{color:#666}
  .cart-drawer-footer{border-top-color:#2a2a2a}
  .cart-drawer-total{color:#ccc}
  .btn-vaciar{border-color:#333;color:#777}

}
