@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;1,500;1,600&display=swap";.navbar{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;border-bottom:1px solid var(--line);background:#fffdf8f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:500;letter-spacing:-.02em}.brand b{font-weight:700}.brand-mark{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:12px;font-weight:700}.nav-links{display:flex;align-items:center;gap:30px;font-size:14px}.nav-links a{transition:.2s}.nav-links a:hover{color:var(--accent)}.nav-cta{display:flex;align-items:center;gap:7px;padding:11px 16px;border:1px solid var(--ink);border-radius:30px;font-weight:600}.nav-cta:hover{background:var(--ink);color:#fff}.menu-btn{display:none;background:none;border:0;cursor:pointer;color:var(--ink)}@media(max-width:850px){.menu-btn{display:block}.nav-links{display:none;position:absolute;left:0;right:0;top:78px;background:var(--paper);padding:20px 5vw;flex-direction:column;align-items:stretch;border-bottom:1px solid var(--line);gap:16px}.nav-links.open{display:flex}.nav-cta{justify-content:center}}.site-footer{background:#1f211c;color:#d5d3ca;padding:45px 7vw 22px}.footer-main{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-bottom:35px;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{color:#fff}.footer-main p{margin:0;color:#999990;font-size:12px}.socials{display:flex;gap:9px}.socials a{width:36px;height:36px;border:1px solid rgba(255,255,255,.12);border-radius:50%;display:grid;place-items:center;color:#d5d3ca;transition:.2s}.socials a:hover{background:var(--accent);border-color:var(--accent);color:#fff}.footer-bottom{display:flex;justify-content:space-between;padding-top:20px;color:#77786f;font-size:10px}@media(max-width:850px){.footer-main{flex-wrap:wrap}}@media(max-width:560px){.footer-main{display:grid;text-align:center}.socials{justify-content:center}.footer-bottom{display:grid;gap:8px;text-align:center}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:14px 20px;border-radius:30px;border:1px solid transparent;font-weight:700;font-size:14px;cursor:pointer;transition:.2s}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover{background:var(--accent2)}.btn.ghost{border-color:var(--line);background:#fff}.btn.ghost:hover{border-color:var(--accent);color:var(--accent)}.section-kicker{font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:700;color:var(--accent);display:flex;align-items:center;gap:9px}.section-kicker:before{content:"";width:28px;height:1px;background:var(--accent)}.hero{min-height:calc(100vh - 78px);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:6vw;gap:5vw;overflow:hidden;background:linear-gradient(110deg,#f8f2e8,#fffdf8 58%)}.hero-copy{max-width:650px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.18em;font-weight:700;color:var(--accent);display:flex;align-items:center;gap:9px}.eyebrow span{width:28px;height:1px;background:var(--accent)}h1,h2,h3,p{margin-top:0}h1,h2{font-family:Playfair Display,serif;font-weight:500;line-height:.98}h1{font-size:clamp(54px,6.7vw,96px);letter-spacing:-.05em;margin:20px 0 28px}h1 em,h2 em{color:var(--accent);font-weight:500}.hero-copy>p{font-size:17px;line-height:1.75;color:var(--muted);max-width:570px}.hero-actions{display:flex;gap:12px;margin:30px 0}.hero-note{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:7px}.hero-note svg{color:var(--accent)}.hero-art{position:relative;min-height:560px;display:grid;place-items:center}.sun{position:absolute;width:390px;height:390px;border-radius:50%;background:#e9c07d;opacity:.28;top:8%;right:6%}.hero-card{position:absolute;width:min(440px,78%);aspect-ratio:4/5;border-radius:220px 220px 20px 20px;overflow:hidden}.hero-card.back{background:#c98a4b;transform:rotate(7deg) translate(22px,14px)}.hero-card.front{background:#e2a45d;box-shadow:0 30px 70px #76502a26}.hero-card img{width:100%;height:100%;object-fit:cover}.stamp{position:absolute;right:3%;bottom:14%;width:105px;height:105px;border:1px solid var(--accent);border-radius:50%;display:grid;place-items:center;text-align:center;color:var(--accent);font-size:9px;line-height:1.35;transform:rotate(12deg);background:#fffaf0}.stamp b{font-size:13px}.section{padding:110px 7vw}.about{background:#fff}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:9vw;margin-top:30px}.about h2,.section-head h2,.distribution h2,.ubicacion-section h2{font-size:clamp(48px,5.4vw,75px);letter-spacing:-.04em;margin:0}.about p{color:var(--muted);line-height:1.8;font-size:16px}.lead{font-size:21px!important;color:var(--ink)!important;line-height:1.55!important}.stats{display:flex;gap:45px;margin-top:42px;padding-top:25px;border-top:1px solid var(--line)}.stats div{display:flex;flex-direction:column;gap:4px}.stats b{font-family:Playfair Display;font-size:35px;font-weight:500;color:var(--accent)}.stats span{font-size:11px;color:var(--muted)}.products{background:var(--cream)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:50px}.section-head>p{max-width:350px;color:var(--muted);line-height:1.7;margin:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card{padding:0;background:#fff;border:0;text-align:left;overflow:hidden;transition:.25s;box-shadow:0 8px 30px #55331a0a}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #55331a14}.product-image{height:260px;background:#ead9c0;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:.4s}.product-card:hover .product-image img{transform:scale(1.04)}.product-image span{position:absolute;left:16px;top:14px;color:#fff;background:#24231fcc;border-radius:30px;padding:5px 9px;font-size:10px}.product-info{padding:23px}.product-info small{color:var(--accent);text-transform:uppercase;letter-spacing:.13em;font-weight:700;font-size:10px}.product-info h3{font-family:Playfair Display;font-size:28px;font-weight:500;margin:8px 0}.product-info p{font-size:13px;line-height:1.6;color:var(--muted);min-height:42px}.distribution{background:var(--dark);color:#fff;display:grid;grid-template-columns:1fr 1fr;min-height:620px;overflow:hidden;padding:0}.distribution-inner{padding:110px 7vw;display:flex;flex-direction:column;justify-content:center}.section-kicker.light{color:#d99b70}.section-kicker.light:before{background:#d99b70}.distribution h2{margin:18px 0 25px}.distribution p{max-width:500px;color:#c8c7c0;line-height:1.8}.regions{display:flex;flex-wrap:wrap;gap:9px;margin-top:28px}.regions span{border:1px solid rgba(255,255,255,.17);border-radius:30px;padding:10px 14px;font-size:12px;color:#e4e1d9}.map-art{position:relative;background:radial-gradient(circle at 50% 45%,#57584e 0 2px,transparent 3px),linear-gradient(135deg,#35372f,#252720);background-size:32px 32px,100% 100%;min-height:620px}.map-line{position:absolute;border-top:1px dashed rgba(216,178,122,.33);width:75%;transform-origin:left}.map-line.one{top:42%;left:10%;transform:rotate(-16deg)}.map-line.two{top:62%;left:20%;transform:rotate(12deg)}.map-pin{position:absolute;left:48%;top:47%;width:60px;height:60px;border-radius:50%;background:var(--accent);display:grid;place-items:center;box-shadow:0 0 0 12px #b85b3233;color:#fff}.map-label{position:absolute;left:55%;top:48%;font-size:12px;color:#fff;white-space:nowrap}.ubicacion-section{background:#fff}.ubicacion-section h2{margin:14px 0 40px}.ubicacion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:40px}.ubicacion-card{background:var(--cream);padding:28px;border-radius:16px}.ubicacion-card svg{color:var(--accent);margin-bottom:12px}.ubicacion-card h3{font-family:Playfair Display;font-size:22px;font-weight:500;margin:0 0 10px}.ubicacion-card p{margin:4px 0;color:var(--muted);font-size:14px;line-height:1.6}.ubicacion-card p strong{color:var(--ink);font-size:15px}.ubicacion-nota{font-size:12px!important;color:var(--muted)!important;margin-top:8px!important;font-style:italic}.horario-destacado{font-size:18px!important;color:var(--accent)!important;font-weight:700}.ubicacion-card a{color:var(--accent);font-weight:600}.ubicacion-card a:hover{text-decoration:underline}.ubicacion-mapa{border-radius:16px;overflow:hidden;height:420px;border:1px solid var(--line)}.ubicacion-mapa iframe{width:100%;height:100%;border:0}@media(max-width:850px){.hero{grid-template-columns:1fr;padding:75px 7vw 50px}.hero-art{min-height:450px}.about-grid,.ubicacion-grid{grid-template-columns:1fr}.section{padding:75px 7vw}.product-grid{grid-template-columns:repeat(2,1fr)}.distribution{grid-template-columns:1fr}.distribution-inner{padding:75px 7vw}.map-art{min-height:400px}.ubicacion-mapa{height:300px}}@media(max-width:560px){h1{font-size:54px}.product-grid{grid-template-columns:1fr}.section-head{display:block}.section-head>p{margin-top:20px}.stats{gap:20px;flex-wrap:wrap}.hero-art{min-height:360px}.hero-card{width:75%}.sun{width:280px;height:280px}.stamp{right:0;bottom:7%}}.migas{background:#fff;border-bottom:1px solid var(--line);padding:8px 0}.migas ol{display:flex;flex-wrap:wrap;list-style:none;gap:4px;align-items:center;font-size:.82rem}.migas li+li:before{content:">";margin-right:4px;color:var(--accent)}.migas a{color:var(--accent);text-decoration:none;font-weight:600}.migas a:hover{text-decoration:underline}.migas .actual span{color:var(--muted)}.wrap{width:min(1100px,92%);margin:0 auto}:root{--ink: #24231f;--muted: #6d6a62;--cream: #f7f1e5;--paper: #fffdf8;--accent: #b85b32;--accent2: #7c3f25;--line: #e5ded1;--dark: #292b25}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:DM Sans,sans-serif;font-size:15px;line-height:1.6;min-height:100vh}#root{display:flex;flex-direction:column;min-height:100vh}main{flex:1}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}button,input,textarea,select{font:inherit}
