:root{
  --wine:#8f1f23;
  --wine-dark:#70171a;
  --ink:#1e1c1b;
  --muted:#5f5852;
  --cream:#fbf5ed;
  --cream-2:#fffaf4;
  --line:#eadfd2;
  --shadow:0 20px 60px rgba(87,35,21,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"DM Sans",system-ui,sans-serif;color:var(--ink);background:var(--cream-2)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.skip-link{position:absolute;left:-999px;top:1rem;background:#fff;padding:.8rem 1rem;z-index:999}.skip-link:focus{left:1rem}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{position:absolute;top:0;left:0;right:0;z-index:10;height:132px;display:grid;grid-template-columns:260px 1fr auto;align-items:center;gap:24px;padding:20px 58px 0;background:linear-gradient(180deg,rgba(255,251,246,.98),rgba(255,251,246,.74) 72%,rgba(255,251,246,0));}
.brand img{width:216px;height:auto;filter:drop-shadow(0 3px 0 rgba(255,255,255,.9))}
.main-menu{display:flex;justify-content:flex-end;gap:32px;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}.main-menu a{padding:12px 0}.main-menu a:hover,.main-menu a:focus{color:var(--wine)}
.header-actions{display:flex;align-items:center;gap:0;margin-left:0}.btn-shop{background:var(--wine);color:#fff;font-weight:800;text-transform:uppercase;border-radius:10px;padding:18px 28px;box-shadow:inset 0 0 0 2px rgba(255,255,255,.25),0 12px 25px rgba(143,31,35,.22);white-space:nowrap}
.menu-toggle{display:none}
.hero{position:relative;min-height:calc(100vw * .571);padding:13.4vw 0 4vw 5.8vw;overflow:hidden;background:#fbf5ed url("../img/hero-dkeso-finalista.jpg") center bottom/100% auto no-repeat}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,250,244,.06) 0%,rgba(255,250,244,.03) 42%,rgba(255,250,244,0) 72%);pointer-events:none;z-index:1}.hero-copy{position:relative;z-index:3;max-width:630px}.hero h1{font-family:"Playfair Display",Georgia,serif;font-weight:800;font-size:clamp(44px,4.25vw,72px);line-height:.98;letter-spacing:-.035em;margin:0 0 2.5vw;text-shadow:0 2px 0 rgba(255,255,255,.9)}.hero h1 span{font-family:"Mrs Saint Delafield",cursive;font-size:clamp(58px,5vw,86px);font-weight:400;color:var(--wine);letter-spacing:0;line-height:.7;display:inline-block;margin-top:4px}.hero p{font-size:clamp(16px,1.2vw,21px);line-height:1.7;max-width:560px;color:#5b5550;margin:0 0 2.2vw;font-weight:500;text-shadow:0 1px 0 rgba(255,255,255,.75)}.hero-ctas{display:flex;gap:18px;flex-wrap:nowrap;margin-bottom:3vw}.hero-btn{height:76px;min-width:205px;border-radius:10px;background:linear-gradient(180deg,#a82b2d,#861b1f);color:#fff;display:flex;align-items:center;justify-content:center;gap:15px;font-size:16px;font-weight:800;text-transform:uppercase;line-height:1.15;box-shadow:inset 0 0 0 2px rgba(255,255,255,.24),0 10px 20px rgba(125,33,27,.18)}.hero-btn img{width:38px;height:38px;object-fit:contain;filter:invert(1)}
.hero-trust{display:flex;gap:56px;list-style:none;padding:0;margin:0;color:var(--wine)}.hero-trust li{display:flex;align-items:center;gap:14px;min-width:190px;font-size:14px;line-height:1.2}.hero-trust img{width:36px;height:36px;object-fit:contain;filter:none;opacity:.78}.hero-trust strong,.hero-trust b{display:block}.hero-trust strong{font-weight:700;color:#c58a89}.hero-trust b{font-weight:800;color:var(--wine)}
.scroll-down{position:absolute;z-index:4;bottom:2.2vw;left:50%;transform:translateX(-50%);width:30px;height:30px;display:grid;place-items:center}.scroll-down img{width:26px;height:26px;object-fit:contain;filter:invert(14%) sepia(78%) saturate(1900%) hue-rotate(340deg) brightness(85%) contrast(95%)}
.section{padding:70px 24px}.panel{max-width:1540px;margin:auto;background:rgba(255,255,255,.72);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:56px}.split{display:grid;grid-template-columns:420px 1fr;gap:60px;align-items:center}.dkeso-logo{width:210px;margin-bottom:20px}.section h2{font-family:"Playfair Display",Georgia,serif;font-size:44px;line-height:1.05;margin:0 0 18px}.section p{font-size:18px;line-height:1.7;color:var(--muted)}.small-btn{display:inline-flex;margin-top:18px;background:var(--wine);color:#fff;padding:16px 24px;border-radius:8px;text-transform:uppercase;font-weight:800;font-size:13px}.feature-img{border-radius:16px;max-height:520px;width:100%;object-fit:cover}.emp-grid{display:grid;grid-template-columns:340px repeat(3,1fr);gap:20px}.emp-grid img{height:350px;width:100%;object-fit:cover;border-radius:12px}.eyebrow{color:var(--wine);font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.08em}
:focus-visible{outline:3px solid #111;outline-offset:4px}
@media (max-width:1100px){.site-header{position:fixed;height:86px;padding:10px 20px;grid-template-columns:160px 1fr auto;background:rgba(255,250,244,.96);box-shadow:0 12px 30px rgba(0,0,0,.08)}.brand img{width:150px}.menu-toggle{display:grid;gap:5px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px}.menu-toggle span:not(.sr-only){display:block;width:24px;height:2px;background:var(--wine)}.main-menu{position:fixed;inset:86px 0 auto 0;background:#fff;display:none;flex-direction:column;gap:0;padding:16px 24px;box-shadow:0 20px 30px rgba(0,0,0,.08)}.main-menu.open{display:flex}.hero{padding:120px 24px 40px;min-height:760px;background-size:auto 100%;background-position:60% top}.hero:after{background:linear-gradient(180deg,rgba(255,250,244,.96) 0%,rgba(255,250,244,.86) 52%,rgba(255,250,244,.32) 100%)}.hero h1{font-size:46px}.hero h1 span{font-size:60px}.hero p{font-size:17px}.hero-trust{flex-direction:column;gap:18px}.hero-btn{min-width:100%;height:76px}.split,.emp-grid{grid-template-columns:1fr}.emp-grid img{height:260px}}
@media (max-width:680px){.site-header{grid-template-columns:130px auto auto}.brand img{width:125px}.btn-shop{padding:13px 15px;font-size:12px}.hero h1{font-size:38px}.hero h1 span{font-size:52px}.hero-ctas{gap:12px}.section{padding:36px 14px}.panel{padding:26px}.section h2{font-size:34px}}

@media (max-width:1400px) and (min-width:1101px){.site-header{grid-template-columns:220px 1fr auto;padding-left:42px;padding-right:42px;gap:22px}.brand img{width:190px}.main-menu{gap:26px;font-size:13px}.btn-shop{padding:16px 22px}.hero{padding-left:5vw}.hero p{max-width:520px}.hero-btn{min-width:190px;height:72px;font-size:15px;gap:14px}.hero-btn img{width:34px;height:34px}.hero-trust{gap:34px}.hero-trust li{min-width:160px;font-size:13px}}

/* Frame Empanadas refinado: ancho completo, fondo blanco y estética del mockup */
.empanadas{
  background:#fff;
  padding:78px 0 76px;
  overflow:hidden;
}
.empanadas .emp-grid{
  max-width:none;
  margin:0;
  width:100%;
  background:#fff;
  border:0;
  border-radius:0;
  box-shadow:none;
  padding:0 0 0 clamp(28px,5.7vw,96px);
  display:grid;
  grid-template-columns:minmax(300px,390px) repeat(3,minmax(280px,1fr));
  gap:8px;
  align-items:center;
}
.emp-copy{
  padding-right:clamp(26px,4vw,64px);
}
.emp-copy .eyebrow{
  display:block;
  margin-bottom:18px;
  color:var(--wine);
  font-weight:900;
  text-transform:uppercase;
  font-size:15px;
  letter-spacing:.06em;
}
.emp-copy h2{
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(42px,4vw,64px);
  line-height:1.05;
  letter-spacing:-.035em;
  margin:0 0 26px;
  color:var(--ink);
}
.emp-copy p{
  font-size:18px;
  line-height:1.55;
  color:#403a36;
  margin:0 0 24px;
  max-width:390px;
}
.emp-checks{
  list-style:none;
  padding:0;
  margin:0 0 22px;
  display:grid;
  gap:13px;
  color:#3d3835;
  font-size:17px;
  line-height:1.25;
}
.emp-checks li{
  position:relative;
  padding-left:34px;
}
.emp-checks li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:-1px;
  color:var(--wine);
  font-weight:900;
  font-size:22px;
  line-height:1;
}
.emp-dotted{
  width:min(360px,100%);
  height:2px;
  margin:26px 0 24px;
  background-image:radial-gradient(circle,var(--wine) 1.8px,transparent 2px);
  background-size:15px 2px;
  background-repeat:repeat-x;
  opacity:.95;
}
.empanadas .small-btn{
  margin-top:0;
  min-height:56px;
  padding:0 28px;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  box-shadow:0 14px 28px rgba(143,31,35,.16);
}
.emp-photo{
  height:clamp(430px,40vw,620px);
  overflow:hidden;
  border-radius:8px;
  background:#f7f1eb;
}
.emp-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:0;
  transform:scale(1.01);
}
@media (max-width:1100px){
  .empanadas{padding:56px 0}
  .empanadas .emp-grid{
    padding:0 24px;
    grid-template-columns:1fr;
    gap:14px;
  }
  .emp-copy{padding-right:0;max-width:640px}
  .emp-photo{height:330px;border-radius:12px}
}
@media (max-width:680px){
  .empanadas{padding:42px 0}
  .empanadas .emp-grid{padding:0 16px;gap:12px}
  .emp-copy h2{font-size:36px}
  .emp-copy p,.emp-checks{font-size:16px}
  .emp-photo{height:260px}
}

/* Frame Productos: inspirado en mockup, ancho completo y ligero */
.productos{
  position:relative;
  padding:72px 32px 82px;
  background:linear-gradient(180deg,#fffaf4 0%,#fff 46%,#fffaf4 100%);
  overflow:hidden;
}
.productos::before,
.productos::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:24vw;
  pointer-events:none;
  opacity:.5;
}
.productos::before{left:0;background:radial-gradient(circle at 0 50%,rgba(143,31,35,.08),transparent 62%)}
.productos::after{right:0;background:radial-gradient(circle at 100% 50%,rgba(143,31,35,.08),transparent 62%)}
.productos-inner{
  position:relative;
  z-index:1;
  max-width:1720px;
  margin:0 auto;
  text-align:center;
}
.script-label{
  margin:0 0 4px;
  color:#7a2a2a;
  font-family:"Mrs Saint Delafield",cursive;
  font-size:clamp(32px,2.45vw,48px) !important;
  line-height:1;
  transform:none;
}
.productos h2{
  margin:0 0 44px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(42px,4vw,72px);
  line-height:1.04;
  letter-spacing:-.04em;
  color:var(--ink);
}
.productos-grid{
  display:grid;
  grid-template-columns:repeat(7,minmax(135px,1fr));
  gap:clamp(18px,2.8vw,54px);
  align-items:end;
}
.producto-item{
  min-width:0;
  display:grid;
  justify-items:center;
  align-content:end;
  grid-template-rows:36px 46px 168px;
  gap:10px;
  padding:8px 4px 0;
  border-radius:18px;
  transition:transform .25s ease, background-color .25s ease;
}
.producto-item:hover,
.producto-item:focus-visible{
  transform:translateY(-5px);
  background:rgba(143,31,35,.045);
}
.producto-icon{
  display:grid;
  place-items:center;
  width:38px;
  height:34px;
  opacity:.72;
}
.producto-icon img{
  width:34px;
  height:34px;
  object-fit:contain;
  filter:brightness(0) saturate(100%) invert(38%) sepia(23%) saturate(1258%) hue-rotate(314deg) brightness(92%) contrast(84%);
}
.producto-name{
  min-height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#b8928d;
  font-size:18px;
  font-weight:800;
  line-height:1.05;
}
.producto-item > img{
  width:220px;
  height:220px;
  max-width:100%;
  object-fit:cover;
  object-position:center;
  display:block;
  border-radius:14px;
  box-shadow:0 16px 34px rgba(75,35,20,.10);
}
@media (max-width:1100px){
  .productos{padding:54px 22px 62px}
  .productos-grid{grid-template-columns:repeat(4,1fr);row-gap:32px}
  .producto-item{grid-template-rows:34px 58px 190px}
  .producto-item > img{width:190px;height:190px}
}
@media (max-width:680px){
  .productos{padding:42px 14px 50px}
  .script-label{font-size:34px}
  .productos h2{margin-bottom:28px}
  .productos-grid{grid-template-columns:repeat(2,1fr);gap:24px 16px}
  .producto-item{grid-template-rows:34px 54px 160px}
  .producto-item > img{width:160px;height:160px}
}

/* Frame Sin Gluten */
.gluten-band{
  padding:56px 32px 44px;
  background:#fffaf4;
}
.gluten-panel{
  max-width:1580px;
  margin:0 auto;
  min-height:250px;
  display:grid;
  grid-template-columns:minmax(340px,520px) 1fr 220px;
  align-items:center;
  overflow:hidden;
  border-radius:18px;
  background:linear-gradient(90deg,#eef2df 0%,#f5f6ec 58%,#eef2df 100%);
  box-shadow:0 18px 45px rgba(65,73,45,.10);
}
.gluten-image{height:100%;min-height:250px;overflow:hidden}
.gluten-image img{width:100%;height:100%;object-fit:cover;object-position:center}
.gluten-copy{padding:42px clamp(28px,4vw,72px)}
.gluten-copy .eyebrow{color:#53623a;font-size:13px;letter-spacing:.09em}
.gluten-copy h2{font-size:clamp(32px,3.1vw,52px);line-height:1.08;margin:12px 0 16px;max-width:760px}
.gluten-copy p{max-width:820px;margin:0;color:#4f5544;font-size:18px;line-height:1.65}
.small-btn.green{background:#566b3e;color:#fff}
.gluten-seal{
  width:160px;height:160px;border:2px solid rgba(83,98,58,.42);border-radius:50%;
  display:grid;place-items:center;text-align:center;color:#53623a;
  font-family:"Playfair Display",Georgia,serif;font-size:28px;line-height:.9;font-weight:800;
  transform:rotate(-8deg);margin-right:42px;opacity:.82;
}
.gluten-seal span{font-family:"DM Sans",system-ui,sans-serif;text-transform:uppercase;font-size:13px;letter-spacing:.12em;font-weight:800}

/* Frame Opciones de compra */
.compra-opciones{
  padding:64px 32px 74px;
  background:#fff;
  text-align:center;
}
.opciones-inner{max-width:1380px;margin:0 auto}
.compra-opciones .script-label{color:#c28b89;margin-bottom:0}
.compra-opciones h2{
  margin:0 0 44px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(32px,3.2vw,52px);
  letter-spacing:-.035em;
}
.opciones-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0;
  background:#fff;
}
.opcion-card{
  min-height:150px;
  display:grid;
  grid-template-columns:86px 1fr;
  gap:22px;
  align-items:start;
  text-align:left;
  padding:14px 46px;
  border-right:1px solid #eadfd2;
  transition:transform .2s ease, background-color .2s ease;
}
.opcion-card:last-child{border-right:0}
.opcion-card:hover,.opcion-card:focus-visible{background:#fffaf4;transform:translateY(-3px)}
.opcion-card img{
  width:58px;height:58px;object-fit:contain;
  filter:brightness(0) saturate(100%) invert(18%) sepia(45%) saturate(2011%) hue-rotate(337deg) brightness(83%) contrast(92%);
  opacity:.86;
}
.opcion-card h3{margin:2px 0 6px;color:var(--wine);font-size:20px;line-height:1.1;font-weight:900}
.opcion-card p{margin:0 0 14px;font-size:16px;line-height:1.45;color:#5f5852;max-width:330px}
.opcion-card span{font-size:13px;text-transform:uppercase;color:var(--wine);font-weight:900;letter-spacing:.02em}

@media (max-width:1100px){
  .gluten-band{padding:42px 20px}
  .gluten-panel{grid-template-columns:1fr;border-radius:16px}
  .gluten-image{min-height:260px}
  .gluten-copy{padding:32px 28px}
  .gluten-seal{display:none}
  .compra-opciones{padding:48px 20px 58px}
  .opciones-grid{grid-template-columns:1fr;gap:10px}
  .opcion-card{border-right:0;border-bottom:1px solid #eadfd2;padding:22px 12px;grid-template-columns:70px 1fr}
  .opcion-card:last-child{border-bottom:0}
}
@media (max-width:680px){
  .gluten-band{padding:32px 14px}
  .gluten-image{min-height:210px}
  .gluten-copy{padding:26px 22px}
  .gluten-copy p{font-size:16px}
  .opcion-card img{width:46px;height:46px}
  .opcion-card{grid-template-columns:56px 1fr}
}

/* Icono sin gluten refinado */
.gluten-seal{
  border:0;
  border-radius:0;
  background:transparent;
  transform:none;
  opacity:.9;
  margin-right:42px;
  width:150px;
  height:150px;
}
.gluten-seal img{
  width:132px;
  height:132px;
  object-fit:contain;
  filter:brightness(0) saturate(100%) invert(34%) sepia(17%) saturate(953%) hue-rotate(40deg) brightness(91%) contrast(88%);
}

/* Animaciones suaves de entrada al hacer scroll */
.reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .72s ease, transform .72s cubic-bezier(.2,.75,.25,1);
  will-change:opacity, transform;
}
.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}
.reveal .producto-item,
.reveal .opcion-card,
.reveal .emp-checks li,
.reveal .hero-btn{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .62s ease, transform .62s cubic-bezier(.2,.75,.25,1);
}
.reveal.is-visible .producto-item,
.reveal.is-visible .opcion-card,
.reveal.is-visible .emp-checks li,
.reveal.is-visible .hero-btn{
  opacity:1;
  transform:translateY(0);
}
.reveal.is-visible .hero-btn:nth-child(2),
.reveal.is-visible .producto-item:nth-child(2),
.reveal.is-visible .opcion-card:nth-child(2),
.reveal.is-visible .emp-checks li:nth-child(2){transition-delay:.08s}
.reveal.is-visible .hero-btn:nth-child(3),
.reveal.is-visible .producto-item:nth-child(3),
.reveal.is-visible .opcion-card:nth-child(3),
.reveal.is-visible .emp-checks li:nth-child(3){transition-delay:.16s}
.reveal.is-visible .producto-item:nth-child(4),
.reveal.is-visible .emp-checks li:nth-child(4){transition-delay:.24s}
.reveal.is-visible .producto-item:nth-child(5){transition-delay:.32s}
.reveal.is-visible .producto-item:nth-child(6){transition-delay:.40s}
.reveal.is-visible .producto-item:nth-child(7){transition-delay:.48s}

@media (prefers-reduced-motion: reduce){
  .reveal,
  .reveal .producto-item,
  .reveal .opcion-card,
  .reveal .emp-checks li,
  .reveal .hero-btn{
    opacity:1 !important;
    transform:none !important;
    transition:none !important;
  }
}

/* Frame Tiendas */
.tiendas-section{
  position:relative;
  overflow:hidden;
  padding:70px 32px 64px;
  background:linear-gradient(180deg,#fff 0%,#fffdf9 72%,#fff8ef 100%);
  text-align:center;
}
.tiendas-inner{max-width:1420px;margin:0 auto;position:relative;z-index:2}
.tiendas-section .script-label{
  margin:0 0 4px;
  color:#c98e8b;
  font-size:34px;
  transform:none;
}
.tiendas-section h2{
  margin:0 0 36px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(36px,3.4vw,58px);
  line-height:1;
  letter-spacing:-.035em;
  color:var(--ink);
}
.tiendas-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:32px;
  max-width:1120px;
  margin:0 auto;
  align-items:stretch;
}
.tienda-card{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  min-height:250px;
  overflow:hidden;
  border-radius:16px;
  background:#fffaf4;
  box-shadow:0 18px 42px rgba(82,45,29,.10);
  text-align:left;
}
.tienda-img{min-height:250px;overflow:hidden;background:#eee0d2}
.tienda-img img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .55s ease}
.tienda-card:hover .tienda-img img{transform:scale(1.035)}
.tienda-info{padding:28px 30px 26px;display:flex;flex-direction:column;justify-content:center}
.tienda-info h3{
  margin:0 0 18px;
  font-family:"Playfair Display",Georgia,serif;
  font-size:clamp(28px,2.2vw,40px);
  line-height:1.05;
  color:var(--ink);
  letter-spacing:-.03em;
}
.tienda-info ul{list-style:none;margin:0 0 16px;padding:0;display:grid;gap:10px}
.tienda-info li{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;color:#5b514b;font-size:15px;line-height:1.28}
.tienda-info li img{
  width:20px;height:20px;object-fit:contain;margin-top:1px;
  filter:brightness(0) saturate(100%) invert(23%) sepia(45%) saturate(1525%) hue-rotate(334deg) brightness(87%) contrast(90%);
  opacity:.72;
}
.tienda-info a{color:inherit}
.tienda-actions{display:flex;gap:10px;flex-wrap:nowrap;align-items:center}
.tienda-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:0 13px;
  border:1.5px solid rgba(143,31,35,.55);
  border-radius:8px;
  color:var(--wine);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  background:#fff;
  transition:background-color .2s ease,color .2s ease,transform .2s ease;
}
.tienda-actions a:hover,.tienda-actions a:focus-visible{background:var(--wine);color:#fff;transform:translateY(-2px)}
.tiendas-more{margin:34px auto 0;position:relative;display:flex;justify-content:center;align-items:center;max-width:720px}
.tiendas-more:before,.tiendas-more:after{content:"";height:1px;flex:1;background:repeating-linear-gradient(90deg,rgba(201,142,139,.45) 0 5px,transparent 5px 10px)}
.tiendas-more .small-btn{margin:0 20px;box-shadow:0 12px 25px rgba(143,31,35,.18)}
.tiendas-deco{
  position:absolute;
  bottom:-10px;
  width:260px;
  height:260px;
  opacity:.18;
  border:3px solid #9b4b2d;
  border-top:0;
  border-radius:0 0 28px 28px;
  pointer-events:none;
}
.tiendas-deco:before{
  content:"";
  position:absolute;
  left:52px;right:52px;top:-78px;height:78px;
  border:3px solid #9b4b2d;
  border-bottom:0;
  border-radius:80px 80px 0 0;
}
.tiendas-deco:after{
  content:"";
  position:absolute;
  left:50%;top:34px;width:86px;height:160px;
  transform:translateX(-50%);
  border:3px solid #9b4b2d;
  border-bottom:0;
  border-radius:50px 50px 0 0;
}
.tiendas-deco-left{left:-55px;transform:rotate(-3deg)}
.tiendas-deco-right{right:-55px;transform:scaleX(-1) rotate(-3deg)}
@media (max-width:1120px){
  .tiendas-grid{grid-template-columns:1fr;max-width:760px}
  .tiendas-deco{display:none}
}
@media (max-width:680px){
  .tiendas-section{padding:46px 16px 50px}
  .tiendas-section .script-label{font-size:30px}
  .tiendas-grid{gap:18px}
  .tienda-card{grid-template-columns:1fr;min-height:0}
  .tienda-img{height:210px;min-height:0}
  .tienda-info{padding:24px 22px}
  .tiendas-more:before,.tiendas-more:after{display:none}
  .tiendas-more .small-btn{margin:0}
}


/* Footer */
.site-footer{
  position:relative;
  overflow:hidden;
  padding:54px 32px 28px;
  color:#fff;
  background:radial-gradient(circle at 10% 0%,#a63838 0%,#8f1f23 38%,#73171a 100%);
}
.site-footer:before{
  content:"";
  position:absolute;
  left:-2%;right:-2%;top:-18px;height:34px;
  background:radial-gradient(circle at 18px 18px,transparent 17px,#fff 18px) repeat-x;
  background-size:36px 34px;
  pointer-events:none;
}
.footer-inner{
  width:min(1420px,92vw);
  margin:0 auto;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr 1fr 1.35fr;
  gap:42px;
  align-items:start;
}
.footer-brand img{width:128px;height:auto;filter:brightness(0) invert(1);opacity:.95;margin-bottom:18px}
.footer-brand p{max-width:250px;margin:0 0 20px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.55}
.footer-social{display:flex;gap:12px}
.footer-social a{
  width:30px;height:30px;border:1px solid rgba(255,255,255,.45);border-radius:50%;
  display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:13px;font-weight:800;
}
.footer-col h3,.footer-newsletter h3{margin:0 0 16px;font-size:14px;font-weight:900;text-transform:uppercase;letter-spacing:.05em;color:#fff}
.footer-col ul{list-style:none;margin:0;padding:0;display:grid;gap:9px}
.footer-col a{color:rgba(255,255,255,.82);font-size:14px;text-decoration:none}
.footer-col a:hover,.footer-col a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:4px}
.footer-newsletter p{margin:0 0 14px;color:rgba(255,255,255,.82);font-size:14px;line-height:1.45}
.newsletter-form{display:flex;max-width:280px;background:#fff;border-radius:6px;overflow:hidden;box-shadow:0 8px 22px rgba(0,0,0,.16)}
.newsletter-form label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.newsletter-form input{flex:1;min-width:0;border:0;padding:12px 14px;font:inherit;font-size:14px;color:#2b2624}
.newsletter-form button{width:48px;border:0;background:#6f171a;color:#fff;font-size:20px;cursor:pointer}
.newsletter-form button:hover,.newsletter-form button:focus-visible{background:#531012}
.footer-bottom{
  width:min(1420px,92vw);
  margin:34px auto 0;
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:center;
  color:rgba(255,255,255,.74);
  font-size:12px;
}
.footer-legal{display:flex;gap:18px;flex-wrap:wrap}
.footer-legal a{color:rgba(255,255,255,.74);text-decoration:none}
.footer-legal a:hover,.footer-legal a:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:4px}
.back-to-top{
  position:absolute;
  right:32px;
  bottom:28px;
  width:42px;height:42px;border-radius:50%;background:#fff;color:#8f1f23;
  display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:900;text-decoration:none;
  box-shadow:0 12px 30px rgba(0,0,0,.22)
}
@media (max-width:980px){
  .footer-inner{grid-template-columns:1fr 1fr;gap:32px}
  .footer-brand,.footer-newsletter{grid-column:span 2}
}
@media (max-width:640px){
  .site-footer{padding:50px 22px 28px}
  .footer-inner{grid-template-columns:1fr}
  .footer-brand,.footer-newsletter{grid-column:auto}
  .footer-bottom{flex-direction:column;align-items:flex-start}
  .back-to-top{right:22px;bottom:22px}
}

/* Footer simplificado + modales legales */
.site-footer{
  overflow:visible;
  padding:52px 32px 30px;
}
.site-footer:before{display:none!important;content:none!important}
.footer-inner-simple{
  width:min(1180px,92vw);
  display:flex;
  justify-content:center;
  text-align:center;
}
.footer-inner-simple .footer-brand{display:flex;flex-direction:column;align-items:center}
.footer-inner-simple .footer-brand img{width:150px;margin-bottom:16px}
.footer-inner-simple .footer-brand p{max-width:470px;margin:0;color:rgba(255,255,255,.86);font-size:15px;line-height:1.65}
.footer-social,.footer-col,.footer-newsletter{display:none!important}
.footer-bottom-simple{
  width:min(1180px,92vw);
  justify-content:center;
  flex-wrap:wrap;
  text-align:center;
  margin-top:34px;
}
.footer-bottom-simple p{margin:0}
.footer-legal{justify-content:center}
.legal-link{
  border:0;
  background:transparent;
  padding:0;
  color:rgba(255,255,255,.78);
  font:inherit;
  cursor:pointer;
}
.legal-link:hover,.legal-link:focus-visible{color:#fff;text-decoration:underline;text-underline-offset:4px;outline:none}
.legal-link:focus-visible{outline:3px solid rgba(255,255,255,.7);outline-offset:4px;border-radius:4px}
.legal-modal[hidden]{display:none}
.legal-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:grid;
  place-items:center;
  padding:24px;
}
.legal-modal__overlay{position:absolute;inset:0;background:rgba(32,22,19,.62);backdrop-filter:blur(4px)}
.legal-modal__panel{
  position:relative;
  width:min(760px,94vw);
  max-height:min(78vh,720px);
  overflow:auto;
  background:#fffaf6;
  color:#2b2624;
  border-radius:24px;
  padding:38px 42px;
  box-shadow:0 28px 80px rgba(0,0,0,.32);
  border:1px solid rgba(143,31,35,.16);
}
.legal-modal__panel h2{margin:0 0 18px;font-family:var(--font-display);font-size:clamp(30px,4vw,46px);line-height:1;color:#1f1d1c}
.legal-modal__panel p{margin:0 0 14px;line-height:1.7;color:#4d4541;font-size:16px}
.legal-modal__close{
  position:absolute;
  top:16px;right:18px;
  width:40px;height:40px;border-radius:50%;
  border:1px solid rgba(143,31,35,.25);
  background:#fff;
  color:#8f1f23;
  font-size:28px;
  line-height:1;
  cursor:pointer;
}
.legal-modal__close:hover,.legal-modal__close:focus-visible{background:#8f1f23;color:#fff;outline:none}
body.modal-open{overflow:hidden}
@media (max-width:640px){
  .footer-inner-simple .footer-brand img{width:130px}
  .footer-inner-simple .footer-brand p{font-size:14px}
  .footer-bottom-simple{align-items:center}
  .legal-modal__panel{padding:32px 24px}
}

/* =========================================================
   Ajustes móviles solicitados: header + CTAs del hero
   ========================================================= */
@media (max-width:1100px){
  .site-header{
    grid-template-columns:auto 1fr auto;
    gap:12px;
  }

  .header-actions{
    display:none !important;
  }

  .menu-toggle{
    justify-self:end;
    width:54px;
    min-width:54px;
    height:44px;
    padding:0;
    place-items:center;
    align-content:center;
  }

  .menu-toggle span:not(.sr-only){
    width:26px;
  }

  .hero-ctas{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
    width:100%;
    max-width:100%;
    overflow:visible;
    margin-bottom:24px;
  }

  .hero-btn{
    min-width:0;
    width:100%;
    height:64px;
    padding:0 8px;
    gap:8px;
    border-radius:9px;
    font-size:12px;
    line-height:1.08;
  }

  .hero-btn img{
    width:28px;
    height:28px;
    flex:0 0 28px;
  }
}

@media (max-width:680px){
  .site-header{
    grid-template-columns:auto 1fr auto;
    padding:10px 18px;
  }

  .brand img{
    width:136px;
  }

  .header-actions,
  .btn-shop{
    display:none !important;
  }

  .menu-toggle{
    justify-self:end;
    width:54px;
    min-width:54px;
    height:42px;
    border-radius:9px;
  }

  .hero-ctas{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:7px;
  }

  .hero-btn{
    height:58px;
    padding:0 6px;
    gap:6px;
    font-size:10.5px;
    letter-spacing:.01em;
    box-shadow:inset 0 0 0 1.5px rgba(255,255,255,.24),0 8px 16px rgba(125,33,27,.16);
  }

  .hero-btn img{
    width:24px;
    height:24px;
    flex-basis:24px;
  }
}

@media (max-width:390px){
  .hero-btn{
    height:54px;
    font-size:9.8px;
    gap:5px;
  }

  .hero-btn img{
    width:22px;
    height:22px;
    flex-basis:22px;
  }
}
