.business-theme{--biz-font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--biz-primary: #2563eb;--biz-primary-dark: #1d4ed8;--biz-primary-soft: rgba(37, 99, 235, .1);--biz-accent: #f59e0b;--biz-accent-dark: #d97706;--biz-accent-soft: rgba(245, 158, 11, .12);--biz-bg: #ffffff;--biz-bg-alt: #f8fafc;--biz-surface: #ffffff;--biz-border: #e2e8f0;--biz-text: #0f172a;--biz-text-muted: #64748b;--biz-radius: 12px;--biz-shadow: 0 10px 30px rgba(15, 23, 42, .08);--biz-transition: .25s ease;--biz-container: 72rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--biz-font);background:var(--biz-bg);color:var(--biz-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}section[id]{scroll-margin-top:5rem}.business-theme[data-variant=barberia]{--biz-primary: #d4a843;--biz-primary-dark: #c9a038;--biz-primary-soft: rgba(212, 168, 67, .12);--biz-accent: #d4a843;--biz-accent-dark: #c9a038;--biz-accent-soft: rgba(212, 168, 67, .12);--biz-bg: #0a0a0a;--biz-bg-alt: #111827;--biz-surface: #1a1a1a;--biz-border: #2a2a2a;--biz-text: #fafafa;--biz-text-muted: #a0a0a0}.business-theme[data-variant=restaurante]{--biz-primary: #9a3412;--biz-primary-dark: #7c2d12;--biz-primary-soft: rgba(154, 52, 18, .1);--biz-accent: #f59e0b;--biz-accent-dark: #d97706;--biz-accent-soft: rgba(245, 158, 11, .14);--biz-bg: #fffbeb;--biz-bg-alt: #fff7ed;--biz-border: #fed7aa}.business-theme[data-variant=pasteleria]{--biz-primary: #be185d;--biz-primary-dark: #9d174d;--biz-primary-soft: rgba(190, 24, 93, .1);--biz-accent: #f472b6;--biz-accent-dark: #ec4899;--biz-accent-soft: rgba(244, 114, 182, .14);--biz-bg: #fdf2f8;--biz-bg-alt: #fce7f3;--biz-border: #fbcfe8}.business-theme[data-variant=tienda]{--biz-primary: #0f766e;--biz-primary-dark: #115e59;--biz-primary-soft: rgba(15, 118, 110, .1);--biz-accent: #f59e0b;--biz-accent-dark: #d97706;--biz-accent-soft: rgba(245, 158, 11, .14);--biz-bg: #ffffff;--biz-bg-alt: #f0fdfa;--biz-border: #ccfbf1}.btn[data-astro-cid-obvomatt]{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:2px;font-family:inherit;font-weight:600;letter-spacing:.02em;line-height:1.5;cursor:pointer;transition:all var(--biz-transition);position:relative;overflow:hidden}.btn[data-astro-cid-obvomatt]:focus-visible{outline:2px solid var(--biz-primary);outline-offset:3px}.btn--primary[data-astro-cid-obvomatt]{background:var(--biz-primary);color:#0a0a0a;border-color:var(--biz-primary)}.btn--primary[data-astro-cid-obvomatt]:hover{background:var(--biz-primary-dark);border-color:var(--biz-primary-dark);transform:translateY(-1px);box-shadow:0 8px 24px #d4a84340}.btn--primary[data-astro-cid-obvomatt]:active{transform:translateY(0)}.btn--outline[data-astro-cid-obvomatt]{background:transparent;color:var(--biz-primary);border-color:var(--biz-primary)}.btn--outline[data-astro-cid-obvomatt]:hover{background:var(--biz-primary-soft);color:var(--biz-primary);border-color:var(--biz-primary);transform:translateY(-1px)}.btn--ghost[data-astro-cid-obvomatt]{background:transparent;color:var(--biz-text);border-color:transparent}.btn--ghost[data-astro-cid-obvomatt]:hover{background:var(--biz-primary-soft);color:var(--biz-primary)}.btn--sm[data-astro-cid-obvomatt]{padding:.5rem 1rem;font-size:.8rem}.btn--md[data-astro-cid-obvomatt]{padding:.75rem 1.5rem;font-size:.9rem}.btn--lg[data-astro-cid-obvomatt]{padding:1rem 2rem;font-size:1rem}.site-header[data-astro-cid-26zwxipm]{position:sticky;top:0;z-index:50;background:#0a0a0ae6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--biz-border)}.header-inner[data-astro-cid-26zwxipm]{display:flex;align-items:center;justify-content:space-between;height:5rem;gap:1.5rem}.brand[data-astro-cid-26zwxipm]{display:flex;align-items:center;gap:.75rem}.brand-logo[data-astro-cid-26zwxipm]{width:2.5rem;height:2.5rem;object-fit:contain}.brand-name[data-astro-cid-26zwxipm]{font-weight:700;font-size:1.125rem;letter-spacing:-.01em;color:var(--biz-text)}.site-nav[data-astro-cid-26zwxipm] ul[data-astro-cid-26zwxipm]{display:flex;gap:2rem}.site-nav[data-astro-cid-26zwxipm] a[data-astro-cid-26zwxipm]{color:var(--biz-text-muted);font-weight:500;font-size:.875rem;letter-spacing:.01em;transition:color var(--biz-transition);position:relative}.site-nav[data-astro-cid-26zwxipm] a[data-astro-cid-26zwxipm]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--biz-primary);transition:width var(--biz-transition)}.site-nav[data-astro-cid-26zwxipm] a[data-astro-cid-26zwxipm]:hover{color:var(--biz-primary)}.site-nav[data-astro-cid-26zwxipm] a[data-astro-cid-26zwxipm]:hover:after{width:100%}.header-actions[data-astro-cid-26zwxipm]{display:flex;align-items:center;gap:1rem}.menu-toggle[data-astro-cid-26zwxipm]{display:none;align-items:center;background:none;border:none;cursor:pointer;color:var(--biz-text);padding:.25rem}.icon-close[data-astro-cid-26zwxipm],.icon-menu[data-astro-cid-26zwxipm]{display:inline-flex}[data-astro-cid-26zwxipm][hidden]{display:none!important}.mobile-nav[data-astro-cid-26zwxipm]{display:none;background:var(--biz-bg);border-top:1px solid var(--biz-border);padding:1.5rem}.mobile-nav[data-astro-cid-26zwxipm] ul[data-astro-cid-26zwxipm]{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.mobile-nav[data-astro-cid-26zwxipm] a[data-astro-cid-26zwxipm]{color:var(--biz-text);font-weight:500;font-size:1rem}@media (max-width: 860px){.site-nav[data-astro-cid-26zwxipm]{display:none}.menu-toggle[data-astro-cid-26zwxipm]{display:inline-flex}.mobile-nav[data-astro-cid-26zwxipm]:not([hidden]){display:block}}.hero[data-astro-cid-ye4g67m3]{padding:7rem 0 8rem;overflow:hidden;position:relative}.hero[data-astro-cid-ye4g67m3]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,rgba(212,168,67,.06) 0%,transparent 60%);pointer-events:none}.hero-grid[data-astro-cid-ye4g67m3]{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:1}.hero-eyebrow[data-astro-cid-ye4g67m3]{display:inline-block;color:var(--biz-primary);font-weight:600;text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;margin-bottom:1.25rem}.hero-title[data-astro-cid-ye4g67m3]{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--biz-text);margin:0 0 1.5rem;max-width:90%}.hero-description[data-astro-cid-ye4g67m3]{font-size:1.125rem;color:var(--biz-text-muted);max-width:36rem;margin:0 0 2.5rem;line-height:1.7;font-weight:400}.hero-actions[data-astro-cid-ye4g67m3]{display:flex;flex-wrap:wrap;gap:1rem}.hero-media[data-astro-cid-ye4g67m3]{position:relative}.hero-media[data-astro-cid-ye4g67m3]:before{content:"";position:absolute;inset:-2rem;background:linear-gradient(135deg,rgba(212,168,67,.08) 0%,transparent 50%);border-radius:50%;filter:blur(60px);pointer-events:none;z-index:-1}.hero-media[data-astro-cid-ye4g67m3] img[data-astro-cid-ye4g67m3]{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:0;box-shadow:none;border:1px solid var(--biz-border)}@media (max-width: 860px){.hero[data-astro-cid-ye4g67m3]{padding:5rem 0 6rem}.hero-grid[data-astro-cid-ye4g67m3]{grid-template-columns:1fr;gap:3rem}.hero-title[data-astro-cid-ye4g67m3]{font-size:clamp(2rem,6vw,3rem);max-width:100%}.hero-media[data-astro-cid-ye4g67m3]{order:-1}.hero-media[data-astro-cid-ye4g67m3] img[data-astro-cid-ye4g67m3]{aspect-ratio:16/10}}.section[data-astro-cid-gps3qait]{padding:6rem 0}.section--alt[data-astro-cid-gps3qait]{background:var(--biz-bg-alt)}@media (max-width: 768px){.section[data-astro-cid-gps3qait]{padding:4rem 0}}.container[data-astro-cid-cmsaz6eg]{max-width:var(--biz-container);margin:0 auto;padding:0 1.5rem}.section-heading[data-astro-cid-6ilyso6l]{max-width:48rem;margin-bottom:3rem}.section-heading--center[data-astro-cid-6ilyso6l]{margin-left:auto;margin-right:auto;text-align:center}.eyebrow[data-astro-cid-6ilyso6l]{display:inline-block;color:var(--biz-primary);font-weight:600;text-transform:uppercase;letter-spacing:.15em;font-size:.7rem;margin-bottom:.75rem}.title[data-astro-cid-6ilyso6l]{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--biz-text);margin:0 0 1rem}.subtitle[data-astro-cid-6ilyso6l]{font-size:1.1rem;color:var(--biz-text-muted);margin:0;font-weight:400;line-height:1.6}.services-grid[data-astro-cid-yluh5v6n]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.service-card[data-astro-cid-yluh5v6n]{background:var(--biz-surface);border:1px solid var(--biz-border);border-radius:0;padding:2rem;transition:all var(--biz-transition);position:relative;overflow:hidden}.service-card[data-astro-cid-yluh5v6n]:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:var(--biz-primary);transform:scaleY(0);transform-origin:bottom;transition:transform var(--biz-transition)}.service-card[data-astro-cid-yluh5v6n]:hover{border-color:var(--biz-primary);transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.service-card[data-astro-cid-yluh5v6n]:hover:before{transform:scaleY(1);transform-origin:top}.service-number[data-astro-cid-yluh5v6n]{font-size:.7rem;font-weight:600;color:var(--biz-primary);letter-spacing:.1em;margin-bottom:1rem;opacity:.6}.service-content[data-astro-cid-yluh5v6n]{display:flex;flex-direction:column;gap:.75rem}.service-title[data-astro-cid-yluh5v6n]{font-size:1.125rem;font-weight:700;color:var(--biz-text);margin:0;letter-spacing:-.01em}.service-desc[data-astro-cid-yluh5v6n]{color:var(--biz-text-muted);font-size:.9rem;line-height:1.6;margin:0;flex:1}.gallery-grid[data-astro-cid-2zwdxxzr]{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}.gallery-item[data-astro-cid-2zwdxxzr]{position:relative;border-radius:0;overflow:hidden;aspect-ratio:4/5;background:var(--biz-bg-alt)}.gallery-item[data-astro-cid-2zwdxxzr] img[data-astro-cid-2zwdxxzr]{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.gallery-item[data-astro-cid-2zwdxxzr]:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(10,10,10,.6) 100%);opacity:0;transition:opacity var(--biz-transition);z-index:1}.gallery-item[data-astro-cid-2zwdxxzr]:hover img[data-astro-cid-2zwdxxzr]{transform:scale(1.05)}.gallery-item[data-astro-cid-2zwdxxzr]:hover:before{opacity:1}.gallery-item[data-astro-cid-2zwdxxzr]:nth-child(2n){aspect-ratio:4/3}.gallery-item[data-astro-cid-2zwdxxzr]:nth-child(3n){aspect-ratio:1/1}@media (max-width: 768px){.gallery-grid[data-astro-cid-2zwdxxzr]{grid-template-columns:1fr}.gallery-item[data-astro-cid-2zwdxxzr]{aspect-ratio:16/10}}.testimonials-grid[data-astro-cid-47bo2s77]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.testimonial-card[data-astro-cid-47bo2s77]{background:transparent;border:none;padding:2rem 0;display:flex;flex-direction:column;border-top:1px solid var(--biz-border)}.testimonial-card[data-astro-cid-47bo2s77]:first-child{border-top:none}.stars[data-astro-cid-47bo2s77]{display:flex;gap:.2rem;color:var(--biz-primary);margin-bottom:1rem}.quote[data-astro-cid-47bo2s77]{font-size:1.05rem;color:var(--biz-text);margin:0 0 1.5rem;line-height:1.7;font-style:italic;font-weight:400}.author[data-astro-cid-47bo2s77]{color:var(--biz-text-muted);font-size:.875rem;font-weight:500}.author-name[data-astro-cid-47bo2s77]{color:var(--biz-text);font-weight:600;font-style:normal}@media (max-width: 768px){.testimonials-grid[data-astro-cid-47bo2s77]{grid-template-columns:1fr}}.schedule-grid[data-astro-cid-733flfsl]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.schedule-list[data-astro-cid-733flfsl]{background:var(--biz-surface);border:1px solid var(--biz-border);border-radius:0;overflow:hidden}.schedule-row[data-astro-cid-733flfsl]{display:flex;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--biz-border)}.schedule-row[data-astro-cid-733flfsl]:last-child{border-bottom:none}.days[data-astro-cid-733flfsl]{font-weight:600;color:var(--biz-text);font-size:.95rem}.hours[data-astro-cid-733flfsl]{color:var(--biz-text-muted);font-size:.95rem;font-weight:500}.schedule-side[data-astro-cid-733flfsl]{background:transparent;border:none;padding:1.5rem 0;display:flex;flex-direction:column;gap:1.5rem}.schedule-note[data-astro-cid-733flfsl]{color:var(--biz-text-muted);line-height:1.7;font-size:.95rem;margin:0}.schedule-side[data-astro-cid-733flfsl] .btn[data-astro-cid-733flfsl]{width:100%;justify-content:center}@media (max-width: 860px){.schedule-grid[data-astro-cid-733flfsl]{grid-template-columns:1fr;gap:2.5rem}.schedule-side[data-astro-cid-733flfsl]{padding:0}}.contact-grid[data-astro-cid-c4vgngcg]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.contact-card[data-astro-cid-c4vgngcg]{background:var(--biz-surface);border:1px solid var(--biz-border);border-radius:0;padding:1.75rem;display:flex;flex-direction:column;gap:.5rem;transition:all var(--biz-transition);position:relative}.contact-card[data-astro-cid-c4vgngcg][data-primary=true]{border-color:var(--biz-primary)}.contact-card[data-astro-cid-c4vgngcg][data-primary=true]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--biz-primary)}.contact-card[data-astro-cid-c4vgngcg]:hover{border-color:var(--biz-primary);transform:translateY(-2px);box-shadow:0 12px 32px #00000040}.contact-icon[data-astro-cid-c4vgngcg]{color:var(--biz-primary);display:inline-flex;margin-bottom:.25rem}.contact-label[data-astro-cid-c4vgngcg]{color:var(--biz-text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.contact-value[data-astro-cid-c4vgngcg]{color:var(--biz-text);font-weight:500;font-size:.95rem;text-decoration:none;transition:color var(--biz-transition)}.contact-value[data-astro-cid-c4vgngcg]:hover{color:var(--biz-primary)}.contact-cta[data-astro-cid-c4vgngcg]{margin-top:2.5rem;text-align:center}@media (max-width: 768px){.contact-grid[data-astro-cid-c4vgngcg]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.contact-grid[data-astro-cid-c4vgngcg]{grid-template-columns:1fr}}.site-footer[data-astro-cid-tulj3cm2]{background:var(--biz-bg);border-top:1px solid var(--biz-border);padding:4rem 0 2rem;margin-top:2rem}.footer-grid[data-astro-cid-tulj3cm2]{display:grid;grid-template-columns:1fr auto auto;gap:3rem;align-items:start}.footer-brand[data-astro-cid-tulj3cm2]{max-width:280px}.footer-logo[data-astro-cid-tulj3cm2]{width:2.25rem;height:2.25rem;object-fit:contain;margin-bottom:.75rem}.footer-brand[data-astro-cid-tulj3cm2] .brand-name[data-astro-cid-tulj3cm2]{font-size:1.25rem;font-weight:700;color:var(--biz-text);margin-bottom:.5rem;display:block}.footer-brand[data-astro-cid-tulj3cm2] p[data-astro-cid-tulj3cm2]{color:var(--biz-text-muted);margin:0;font-size:.9rem;line-height:1.6}.footer-nav[data-astro-cid-tulj3cm2]{display:flex;flex-direction:column;gap:.75rem}.footer-nav[data-astro-cid-tulj3cm2] a[data-astro-cid-tulj3cm2]{color:var(--biz-text-muted);font-weight:500;font-size:.9rem;transition:color var(--biz-transition)}.footer-nav[data-astro-cid-tulj3cm2] a[data-astro-cid-tulj3cm2]:hover{color:var(--biz-primary)}.footer-social[data-astro-cid-tulj3cm2]{display:flex;flex-direction:column;gap:.75rem}.footer-social[data-astro-cid-tulj3cm2] a[data-astro-cid-tulj3cm2]{color:var(--biz-text-muted);display:inline-flex;width:fit-content;padding:.5rem;border:1px solid var(--biz-border);border-radius:2px;transition:all var(--biz-transition)}.footer-social[data-astro-cid-tulj3cm2] a[data-astro-cid-tulj3cm2]:hover{color:var(--biz-primary);border-color:var(--biz-primary);background:var(--biz-primary-soft)}.footer-bottom[data-astro-cid-tulj3cm2]{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--biz-border);text-align:center;color:var(--biz-text-muted);font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}.footer-bottom[data-astro-cid-tulj3cm2] p[data-astro-cid-tulj3cm2]{margin:0}@media (max-width: 768px){.footer-grid[data-astro-cid-tulj3cm2]{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer-brand[data-astro-cid-tulj3cm2]{max-width:none;margin:0 auto}.footer-nav[data-astro-cid-tulj3cm2]{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem 2rem}.footer-social[data-astro-cid-tulj3cm2]{flex-direction:row;justify-content:center}}.product-theme[data-variant=moda]{--product-primary: #111827;--product-primary-dark: #030712;--product-primary-soft: rgba(17, 24, 39, .06);--product-accent: #b8860b;--product-accent-dark: #9a720a;--product-accent-soft: rgba(184, 134, 11, .1);--product-bg: #fafafa;--product-bg-alt: #f5f5f4;--product-surface: #ffffff;--product-border: #e7e5e4;--product-text: #18181b;--product-text-muted: #71717a;--product-radius: 0;--product-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 4px 6px rgba(0, 0, 0, .04);--product-shadow-hover: 0 10px 15px rgba(0, 0, 0, .07), 0 4px 6px rgba(0, 0, 0, .03);--product-transition: .3s cubic-bezier(.25, .46, .45, .94);--product-container: 80rem;--product-font-heading: "Georgia", "Times New Roman", serif;--product-font-body: "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.product-theme[data-variant=moda-premium]{--product-primary: #fafaf9;--product-primary-dark: #f5f5f4;--product-primary-soft: rgba(250, 250, 249, .06);--product-accent: #c8a951;--product-accent-dark: #b09444;--product-accent-soft: rgba(200, 169, 81, .1);--product-bg: #0c0a09;--product-bg-alt: #1c1917;--product-surface: #1c1917;--product-border: #292524;--product-text: #fafaf9;--product-text-muted: #a8a29e;--product-radius: 0;--product-shadow: 0 1px 3px rgba(0, 0, 0, .3), 0 4px 6px rgba(0, 0, 0, .2);--product-shadow-hover: 0 10px 15px rgba(0, 0, 0, .3), 0 4px 6px rgba(0, 0, 0, .15);--product-transition: .4s cubic-bezier(.25, .46, .45, .94);--product-container: 80rem;--product-font-heading: "Georgia", "Times New Roman", serif;--product-font-body: "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.product-theme[data-variant=artesanal]{--product-primary: #2d1b0e;--product-primary-dark: #1a1008;--product-primary-soft: rgba(45, 27, 14, .08);--product-accent: #d4a574;--product-accent-dark: #c49463;--product-accent-soft: rgba(212, 165, 116, .12);--product-bg: #fdf8f3;--product-bg-alt: #f5ebe0;--product-surface: #fffefc;--product-border: #e8ddd0;--product-text: #2d1b0e;--product-text-muted: #8b7a6b;--product-radius: 4px;--product-shadow: 0 20px 40px rgba(45, 27, 14, .1);--product-transition: .3s cubic-bezier(.25, .46, .45, .94);--product-container: 78rem;--product-font-heading: "Georgia", "Times New Roman", serif;--product-font-body: "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.product-theme[data-variant=cosmetica]{--product-primary: #0a1628;--product-primary-dark: #050a14;--product-primary-soft: rgba(10, 22, 40, .08);--product-accent: #00b4d8;--product-accent-dark: #0096b8;--product-accent-soft: rgba(0, 180, 216, .1);--product-bg: #ffffff;--product-bg-alt: #f8fafc;--product-surface: #ffffff;--product-border: #e2e8f0;--product-text: #0a1628;--product-text-muted: #5a6a7a;--product-radius: 8px;--product-shadow: 0 20px 40px rgba(10, 22, 40, .08);--product-transition: .25s ease;--product-container: 72rem;--product-font-heading: "system-ui", -apple-system, sans-serif;--product-font-body: "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.product-theme[data-variant=papeleria]{--product-primary: #4a3728;--product-primary-dark: #33261c;--product-primary-soft: rgba(74, 55, 40, .08);--product-accent: #e07a5f;--product-accent-dark: #d0694e;--product-accent-soft: rgba(224, 122, 95, .12);--product-bg: #fefcf8;--product-bg-alt: #faf7f2;--product-surface: #ffffff;--product-border: #f0ebe3;--product-text: #3d2b1f;--product-text-muted: #8a7a6f;--product-radius: 12px;--product-shadow: 0 16px 32px rgba(74, 55, 40, .1);--product-transition: .3s cubic-bezier(.25, .46, .45, .94);--product-container: 78rem;--product-font-heading: "Georgia", "Times New Roman", serif;--product-font-body: "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.product-theme[data-variant=decoracion]{--product-primary: #0d1117;--product-primary-dark: #06090c;--product-primary-soft: rgba(13, 17, 23, .06);--product-accent: #f0c808;--product-accent-dark: #d4b007;--product-accent-soft: rgba(240, 200, 8, .1);--product-bg: #0d1117;--product-bg-alt: #161b22;--product-surface: #1c2128;--product-border: #30363d;--product-text: #f0f6fc;--product-text-muted: #8b949e;--product-radius: 0;--product-shadow: 0 24px 48px rgba(0, 0, 0, .4);--product-transition: .35s cubic-bezier(.25, .46, .45, .94);--product-container: 80rem;--product-font-heading: "system-ui", -apple-system, sans-serif;--product-font-body: "system-ui", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.site-header[data-astro-cid-zj2pfpzq]{position:sticky;top:0;z-index:50;background:#faf9f7e6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--product-border)}.header-inner[data-astro-cid-zj2pfpzq]{display:flex;align-items:center;justify-content:space-between;height:5rem;gap:1.5rem}.brand[data-astro-cid-zj2pfpzq]{display:flex;align-items:center;gap:.75rem}.brand-logo[data-astro-cid-zj2pfpzq]{width:2.5rem;height:2.5rem;object-fit:contain}.brand-name[data-astro-cid-zj2pfpzq]{font-family:var(--product-font-heading);font-weight:600;font-size:1.25rem;letter-spacing:-.01em;color:var(--product-text)}.site-nav[data-astro-cid-zj2pfpzq] ul[data-astro-cid-zj2pfpzq]{display:flex;gap:2rem}.site-nav[data-astro-cid-zj2pfpzq] a[data-astro-cid-zj2pfpzq]{color:var(--product-text-muted);font-weight:500;font-size:.875rem;letter-spacing:.01em;transition:color var(--product-transition);position:relative}.site-nav[data-astro-cid-zj2pfpzq] a[data-astro-cid-zj2pfpzq]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:var(--product-accent);transition:width var(--product-transition)}.site-nav[data-astro-cid-zj2pfpzq] a[data-astro-cid-zj2pfpzq]:hover{color:var(--product-text)}.site-nav[data-astro-cid-zj2pfpzq] a[data-astro-cid-zj2pfpzq]:hover:after{width:100%}.header-actions[data-astro-cid-zj2pfpzq]{display:flex;align-items:center;gap:1rem}.menu-toggle[data-astro-cid-zj2pfpzq]{display:none;align-items:center;background:none;border:none;cursor:pointer;color:var(--product-text);padding:.25rem}.icon-close[data-astro-cid-zj2pfpzq],.icon-menu[data-astro-cid-zj2pfpzq]{display:inline-flex}[data-astro-cid-zj2pfpzq][hidden]{display:none!important}.mobile-nav[data-astro-cid-zj2pfpzq]{display:none;background:var(--product-bg);border-top:1px solid var(--product-border);padding:1.5rem}.mobile-nav[data-astro-cid-zj2pfpzq] ul[data-astro-cid-zj2pfpzq]{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.mobile-nav[data-astro-cid-zj2pfpzq] a[data-astro-cid-zj2pfpzq]{color:var(--product-text);font-weight:500;font-size:1rem}@media (max-width: 860px){.site-nav[data-astro-cid-zj2pfpzq]{display:none}.menu-toggle[data-astro-cid-zj2pfpzq]{display:inline-flex}.mobile-nav[data-astro-cid-zj2pfpzq]:not([hidden]){display:block}}.hero[data-astro-cid-gqtmb22m]{padding:7rem 0 8rem;overflow:hidden;position:relative}.hero[data-astro-cid-gqtmb22m]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 50% 0%,var(--product-accent-soft) 0%,transparent 60%);pointer-events:none}.hero-grid[data-astro-cid-gqtmb22m]{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;position:relative;z-index:1}.hero-eyebrow[data-astro-cid-gqtmb22m]{display:inline-block;color:var(--product-accent);font-family:var(--product-font-body);font-weight:600;text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;margin-bottom:1.25rem}.hero-title[data-astro-cid-gqtmb22m]{font-family:var(--product-font-heading);font-size:clamp(2.5rem,5vw,4rem);font-weight:600;line-height:1.1;letter-spacing:-.02em;color:var(--product-text);margin:0 0 1.5rem;max-width:90%}.hero-description[data-astro-cid-gqtmb22m]{font-size:1.125rem;color:var(--product-text-muted);max-width:36rem;margin:0 0 2.5rem;line-height:1.7;font-weight:400}.hero-actions[data-astro-cid-gqtmb22m]{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2.5rem}.hero-trust[data-astro-cid-gqtmb22m]{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;font-size:.8rem;color:var(--product-text-muted);font-weight:400}.trust-divider[data-astro-cid-gqtmb22m]{color:var(--product-border)}.hero-media[data-astro-cid-gqtmb22m]{position:relative}.hero-media[data-astro-cid-gqtmb22m]:before{content:"";position:absolute;inset:-2rem;background:linear-gradient(135deg,var(--product-accent-soft) 0%,transparent 50%);border-radius:50%;filter:blur(60px);pointer-events:none;z-index:-1}.hero-media[data-astro-cid-gqtmb22m] img[data-astro-cid-gqtmb22m]{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:0;box-shadow:none;border:1px solid var(--product-border)}@media (max-width: 860px){.hero[data-astro-cid-gqtmb22m]{padding:5rem 0 6rem}.hero-grid[data-astro-cid-gqtmb22m]{grid-template-columns:1fr;gap:3rem}.hero-title[data-astro-cid-gqtmb22m]{font-size:clamp(2rem,6vw,3rem);max-width:100%}.hero-media[data-astro-cid-gqtmb22m]{order:-1}.hero-media[data-astro-cid-gqtmb22m] img[data-astro-cid-gqtmb22m]{aspect-ratio:16/10}.hero-trust[data-astro-cid-gqtmb22m]{font-size:.75rem}}.categories-grid[data-astro-cid-jvfrviqu]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.category-card[data-astro-cid-jvfrviqu]{position:relative;display:block;border-radius:0;overflow:hidden;aspect-ratio:1/1;background:var(--product-bg-alt);border:1px solid var(--product-border);transition:all var(--product-transition);text-decoration:none}.category-card[data-astro-cid-jvfrviqu]:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(24,24,27,.7) 100%);opacity:0;transition:opacity var(--product-transition);z-index:1}.category-card[data-astro-cid-jvfrviqu]:hover:before{opacity:1}.category-card[data-astro-cid-jvfrviqu]:hover{transform:translateY(-4px);box-shadow:var(--product-shadow-hover);border-color:var(--product-accent)}.category-image[data-astro-cid-jvfrviqu]{position:absolute;inset:0;z-index:0}.category-image[data-astro-cid-jvfrviqu] img[data-astro-cid-jvfrviqu]{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.category-card[data-astro-cid-jvfrviqu]:hover .category-image[data-astro-cid-jvfrviqu] img[data-astro-cid-jvfrviqu]{transform:scale(1.05)}.category-content[data-astro-cid-jvfrviqu]{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2;display:flex;justify-content:space-between;align-items:flex-end}.category-name[data-astro-cid-jvfrviqu]{font-family:var(--product-font-heading);font-size:1.25rem;font-weight:500;color:#fff;letter-spacing:-.01em}.category-arrow[data-astro-cid-jvfrviqu]{color:var(--product-accent);font-weight:700;font-size:1.25rem;transition:transform var(--product-transition)}.category-card[data-astro-cid-jvfrviqu]:hover .category-arrow[data-astro-cid-jvfrviqu]{transform:translate(4px)}@media (max-width: 768px){.categories-grid[data-astro-cid-jvfrviqu]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.categories-grid[data-astro-cid-jvfrviqu]{grid-template-columns:1fr}}.products-grid[data-astro-cid-zotz63a3]{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card[data-astro-cid-zotz63a3]{background:var(--product-surface);border:1px solid var(--product-border);border-radius:0;overflow:hidden;transition:all var(--product-transition);display:flex;flex-direction:column}.product-card[data-astro-cid-zotz63a3]:hover{border-color:var(--product-accent);transform:translateY(-4px);box-shadow:var(--product-shadow)}.product-image[data-astro-cid-zotz63a3]{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--product-bg-alt)}.product-image[data-astro-cid-zotz63a3] img[data-astro-cid-zotz63a3]{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card[data-astro-cid-zotz63a3]:hover .product-image[data-astro-cid-zotz63a3] img[data-astro-cid-zotz63a3]{transform:scale(1.03)}.product-badge[data-astro-cid-zotz63a3]{position:absolute;top:1rem;left:1rem;font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--product-text);background:#fffffff2;padding:.25rem .75rem;border-radius:0;backdrop-filter:blur(4px)}.product-content[data-astro-cid-zotz63a3]{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-meta[data-astro-cid-zotz63a3]{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.product-category[data-astro-cid-zotz63a3]{font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--product-accent)}.product-price[data-astro-cid-zotz63a3]{font-family:var(--product-font-heading);font-size:1rem;font-weight:500;color:var(--product-text)}.product-name[data-astro-cid-zotz63a3]{font-family:var(--product-font-heading);font-size:1.125rem;font-weight:500;letter-spacing:-.01em;color:var(--product-text);margin:0 0 .5rem}.product-description[data-astro-cid-zotz63a3]{color:var(--product-text-muted);font-size:.875rem;line-height:1.6;margin:0 0 1.25rem;flex:1}.product-actions[data-astro-cid-zotz63a3]{display:flex;gap:.75rem;margin-top:auto}.product-actions[data-astro-cid-zotz63a3] .btn[data-astro-cid-zotz63a3]{flex:1;justify-content:center}.products-cta[data-astro-cid-zotz63a3]{text-align:center;margin-top:3rem}@media (max-width: 768px){.products-grid[data-astro-cid-zotz63a3]{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-content[data-astro-cid-zotz63a3]{padding:1.25rem}}@media (max-width: 480px){.products-grid[data-astro-cid-zotz63a3]{grid-template-columns:1fr}}.gallery-grid[data-astro-cid-ucnhcl4h]{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-auto-flow:dense;gap:1.5rem}.gallery-item[data-astro-cid-ucnhcl4h]{position:relative;border-radius:0;overflow:hidden;background:var(--product-bg-alt)}.gallery-item[data-astro-cid-ucnhcl4h] img[data-astro-cid-ucnhcl4h]{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.gallery-item[data-astro-cid-ucnhcl4h]:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(24,24,27,.7) 100%);opacity:0;transition:opacity var(--product-transition);z-index:1}.gallery-item[data-astro-cid-ucnhcl4h]:hover img[data-astro-cid-ucnhcl4h]{transform:scale(1.04)}.gallery-item[data-astro-cid-ucnhcl4h]:hover:before{opacity:1}.gallery-item[data-astro-cid-ucnhcl4h]:nth-child(1){aspect-ratio:4/5}.gallery-item[data-astro-cid-ucnhcl4h]:nth-child(2){aspect-ratio:1/1}.gallery-item[data-astro-cid-ucnhcl4h]:nth-child(3){aspect-ratio:4/3}.gallery-item[data-astro-cid-ucnhcl4h]:nth-child(4){aspect-ratio:3/4}.gallery-item[data-astro-cid-ucnhcl4h]:nth-child(5){aspect-ratio:1/1}.gallery-item[data-astro-cid-ucnhcl4h]:nth-child(6){aspect-ratio:5/4}.gallery-item[data-astro-cid-ucnhcl4h]:nth-child(7){aspect-ratio:4/5}.gallery-item[data-astro-cid-ucnhcl4h]:nth-child(8){aspect-ratio:1/1}@media (max-width: 768px){.gallery-grid[data-astro-cid-ucnhcl4h]{grid-template-columns:1fr}.gallery-item[data-astro-cid-ucnhcl4h]{aspect-ratio:16/10!important}}.about-grid[data-astro-cid-xd7gmvoe]{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.about-text[data-astro-cid-xd7gmvoe] p[data-astro-cid-xd7gmvoe]{color:var(--product-text-muted);font-size:1.05rem;line-height:1.8;margin:0 0 1.5rem}.about-text[data-astro-cid-xd7gmvoe] p[data-astro-cid-xd7gmvoe].lead{color:var(--product-text);font-size:1.15rem;line-height:1.7;font-weight:400}.about-text[data-astro-cid-xd7gmvoe] p[data-astro-cid-xd7gmvoe]:last-child{margin-bottom:0}.about-cta[data-astro-cid-xd7gmvoe]{margin-top:2rem}.about-image[data-astro-cid-xd7gmvoe]{position:relative}.about-image[data-astro-cid-xd7gmvoe] img[data-astro-cid-xd7gmvoe]{width:100%;aspect-ratio:4/5;object-fit:cover;border:1px solid var(--product-border)}.about-image[data-astro-cid-xd7gmvoe]:before{content:"";position:absolute;inset:-1.5rem;background:linear-gradient(135deg,var(--product-accent-soft) 0%,transparent 50%);border-radius:50%;filter:blur(60px);pointer-events:none;z-index:-1}@media (max-width: 860px){.about-grid[data-astro-cid-xd7gmvoe]{grid-template-columns:1fr;gap:3rem}.about-image[data-astro-cid-xd7gmvoe]{order:-1}.about-image[data-astro-cid-xd7gmvoe] img[data-astro-cid-xd7gmvoe]{aspect-ratio:16/10}}.testimonials-grid[data-astro-cid-i52rzyqn]{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.testimonial-card[data-astro-cid-i52rzyqn]{background:transparent;border:none;padding:2rem 0;display:flex;flex-direction:column;border-top:1px solid var(--product-border)}.testimonial-card[data-astro-cid-i52rzyqn]:first-child{border-top:none}.testimonial-quote[data-astro-cid-i52rzyqn]{position:relative;font-family:var(--product-font-heading);font-size:1.125rem;font-style:italic;font-weight:400;color:var(--product-text);margin:0 0 1.5rem;line-height:1.7}.testimonial-quote[data-astro-cid-i52rzyqn]:before{content:"«";font-family:var(--product-font-heading);font-size:3rem;color:var(--product-accent);opacity:.3;position:absolute;top:-1.5rem;left:-1rem;line-height:1;font-weight:400}.testimonial-author[data-astro-cid-i52rzyqn]{display:flex;flex-direction:column;gap:.25rem}.author-name[data-astro-cid-i52rzyqn]{color:var(--product-text);font-weight:600;font-size:.95rem}.author-role[data-astro-cid-i52rzyqn]{color:var(--product-text-muted);font-size:.85rem;font-weight:400}@media (max-width: 768px){.testimonials-grid[data-astro-cid-i52rzyqn]{grid-template-columns:1fr}}.contact-grid[data-astro-cid-m5ogtmzo]{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.contact-card[data-astro-cid-m5ogtmzo]{background:var(--product-surface);border:1px solid var(--product-border);border-radius:0;padding:1.75rem;display:flex;flex-direction:column;gap:.5rem;transition:all var(--product-transition);position:relative}.contact-card--primary[data-astro-cid-m5ogtmzo]{border-color:var(--product-accent)}.contact-card--primary[data-astro-cid-m5ogtmzo]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--product-accent)}.contact-card[data-astro-cid-m5ogtmzo]:hover{border-color:var(--product-accent);transform:translateY(-2px);box-shadow:var(--product-shadow-hover)}.contact-icon[data-astro-cid-m5ogtmzo]{color:var(--product-accent);display:inline-flex;margin-bottom:.25rem}.contact-label[data-astro-cid-m5ogtmzo]{color:var(--product-text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.contact-value[data-astro-cid-m5ogtmzo]{color:var(--product-text);font-weight:500;font-size:.95rem;text-decoration:none;transition:color var(--product-transition)}.contact-value[data-astro-cid-m5ogtmzo]:hover{color:var(--product-accent)}.contact-cta[data-astro-cid-m5ogtmzo]{margin-top:2.5rem;text-align:center}@media (max-width: 768px){.contact-grid[data-astro-cid-m5ogtmzo]{grid-template-columns:1fr}}.site-footer[data-astro-cid-kpmup7j2]{background:var(--product-bg);border-top:1px solid var(--product-border);padding:4rem 0 2rem;margin-top:2rem}.footer-grid[data-astro-cid-kpmup7j2]{display:grid;grid-template-columns:1fr auto auto;gap:3rem;align-items:start}.footer-brand[data-astro-cid-kpmup7j2]{max-width:280px}.footer-logo[data-astro-cid-kpmup7j2]{width:2.25rem;height:2.25rem;object-fit:contain;margin-bottom:.75rem}.footer-brand[data-astro-cid-kpmup7j2] .brand-name[data-astro-cid-kpmup7j2]{font-family:var(--product-font-heading);font-size:1.25rem;font-weight:600;color:var(--product-text);margin-bottom:.5rem;display:block}.footer-brand[data-astro-cid-kpmup7j2] p[data-astro-cid-kpmup7j2]{color:var(--product-text-muted);margin:0;font-size:.9rem;line-height:1.6}.footer-nav[data-astro-cid-kpmup7j2]{display:flex;flex-direction:column;gap:.75rem}.footer-nav[data-astro-cid-kpmup7j2] a[data-astro-cid-kpmup7j2]{color:var(--product-text-muted);font-weight:500;font-size:.9rem;transition:color var(--product-transition)}.footer-nav[data-astro-cid-kpmup7j2] a[data-astro-cid-kpmup7j2]:hover{color:var(--product-accent)}.footer-social[data-astro-cid-kpmup7j2]{display:flex;flex-direction:column;gap:.75rem}.footer-social[data-astro-cid-kpmup7j2] a[data-astro-cid-kpmup7j2]{color:var(--product-text-muted);display:inline-flex;width:fit-content;padding:.5rem;border:1px solid var(--product-border);border-radius:2px;transition:all var(--product-transition)}.footer-social[data-astro-cid-kpmup7j2] a[data-astro-cid-kpmup7j2]:hover{color:var(--product-accent);border-color:var(--product-accent);background:var(--product-accent-soft)}.footer-bottom[data-astro-cid-kpmup7j2]{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--product-border);text-align:center;color:var(--product-text-muted);font-size:.8rem;letter-spacing:.05em;text-transform:uppercase}.footer-bottom[data-astro-cid-kpmup7j2] p[data-astro-cid-kpmup7j2]{margin:0}@media (max-width: 768px){.footer-grid[data-astro-cid-kpmup7j2]{grid-template-columns:1fr;gap:2.5rem;text-align:center}.footer-brand[data-astro-cid-kpmup7j2]{max-width:none;margin:0 auto}.footer-nav[data-astro-cid-kpmup7j2]{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem 2rem}.footer-social[data-astro-cid-kpmup7j2]{flex-direction:row;justify-content:center}}
