
/* La Matancera Market - Home Full Design */
.lmm-home{width:100%;}

/* full bleed */
.lmm-container-wide{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
}
.lmm-wrap{max-width:1200px;margin:0 auto;padding:0 18px;}
.lmm-note{opacity:.75}

/* Typography: serif-like headings */
.lmm-home h1, .lmm-home h2{
  font-family: Georgia, "Times New Roman", Times, serif;
  letter-spacing:.2px;
}
.lmm-home p, .lmm-home a, .lmm-home div{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Strip (optional) */
.lmm-strip{background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}
.lmm-strip__inner{
  max-width:1200px;margin:0 auto;
  display:flex;gap:10px;overflow:auto;
  padding:10px 18px;
}
.lmm-chip{
  flex:0 0 auto;min-width:320px;
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;background:#f9fafb;
  padding:10px 12px;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
}
.lmm-chip__txt{display:flex;flex-direction:column;gap:2px}
.lmm-chip__txt span{opacity:.75;font-size:13px}
.lmm-chip__actions{display:flex;align-items:center;gap:8px}
.lmm-chip__btn{
  text-decoration:none;font-weight:700;
  padding:8px 10px;border-radius:12px;
  background:#fff;border:1px solid rgba(0,0,0,.12);
}
.lmm-x{
  width:34px;height:34px;border-radius:999px;
  border:1px solid rgba(0,0,0,.12);background:#fff;
  font-size:17px;cursor:pointer;line-height:1;
}

/* HERO */
.lmm-hero{position:relative;overflow:hidden;background:#1c140f}
.lmm-hero__track{display:flex;transition:transform .45s ease;will-change:transform}
.lmm-hero__slide{min-width:100%;height:620px;position:relative}
.lmm-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02)}
.lmm-hero__shade{
  position:absolute;inset:0;
  background:linear-gradient(90deg, rgba(21,15,11,.82) 0%, rgba(21,15,11,.62) 36%, rgba(21,15,11,.28) 66%, rgba(21,15,11,.10) 100%), linear-gradient(180deg, rgba(0,0,0,.18) 0%, rgba(0,0,0,.40) 100%);
}
.lmm-hero__content{
  position:relative;z-index:2;
  max-width:1200px;margin:0 auto;
  padding:84px 18px 0;
  color:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  height:100%;
}
.lmm-hero__content h1{font-size:68px;line-height:.95;max-width:760px;margin:0 0 18px;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.24)}
.lmm-hero__content p{font-size:20px;line-height:1.55;max-width:720px;margin:0 0 22px;opacity:.96;color:rgba(255,255,255,.92)}

.lmm-hero__eyebrow{
  display:inline-flex;align-items:center;justify-content:center;
  width:max-content;
  margin:0 0 18px;
  padding:10px 16px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.12);
  color:#fff3dc;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter: blur(8px);
}
.lmm-hero__highlights{
  display:flex;flex-wrap:wrap;gap:10px;
  margin:0 0 24px;
}
.lmm-hero__highlights span{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:40px;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:14px;
  font-weight:700;
  backdrop-filter: blur(8px);
}

.lmm-hero__cta{display:flex;gap:14px;flex-wrap:wrap;align-items:center}
.lmm-btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:15px 22px;border-radius:16px;
  text-decoration:none;font-weight:800;
  border:1px solid rgba(255,255,255,.20);
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.lmm-btn,
.lmm-btn:visited,
.lmm-btn:hover,
.lmm-btn:focus{
  text-decoration:none !important;
}
.lmm-btn--primary,
.lmm-btn--primary:visited,
.lmm-btn--primary:hover,
.lmm-btn--primary:focus{background:#f3a41c;color:#fff !important;border-color:rgba(0,0,0,.08);box-shadow:0 14px 34px rgba(243,164,28,.28)}
.lmm-btn--ghost,
.lmm-btn--ghost:visited,
.lmm-btn--ghost:hover,
.lmm-btn--ghost:focus{
  background:rgba(255,255,255,.10);
  color:#fff !important;
  border-color:rgba(255,255,255,.28);
  backdrop-filter: blur(6px);
}
.lmm-btn--link{
  background:transparent;border:none;color:#fff;opacity:.85;
  cursor:pointer;text-decoration:underline;padding:0 2px;
}
.lmm-btn:hover{transform:translateY(-1px)}
.lmm-ico svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.lmm-hero__nav{
  position:absolute;left:0;right:0;bottom:16px;
  display:flex;justify-content:center;align-items:center;gap:12px;
  padding:0 18px;z-index:3;
}
.lmm-arrow{
  width:42px;height:42px;border-radius:999px;
  border:1px solid rgba(255,255,255,.55);
  background:rgba(0,0,0,.25);color:#fff;
  cursor:pointer;font-size:18px;line-height:1;
}
.lmm-dots{display:flex;gap:8px}
.lmm-dot{
  width:9px;height:9px;border-radius:999px;
  background:rgba(255,255,255,.45);
  border:1px solid rgba(255,255,255,.35);
  cursor:pointer;
}
.lmm-dot.is-active{background:#fff}

/* BENEFITS */
.lmm-benefits{
  background:#faf7f1;
  border-top:1px solid rgba(0,0,0,.06);
  border-bottom:1px solid rgba(0,0,0,.06);
}
.lmm-benefits__inner{
  max-width:1200px;margin:0 auto;
  display:flex;align-items:center;justify-content:space-between;
  gap:18px;
  padding:18px;
}
.lmm-benefit{display:flex;align-items:center;gap:12px;min-width:0}
.lmm-benefit__icon{
  width:44px;height:44px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;
  color:#d98200;background:rgba(243,164,28,.14);
}
.lmm-benefit__icon svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lmm-benefit__title{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight:800;font-size:17px;color:#3b2b1a;margin:0;
}
.lmm-benefit__desc{opacity:.72;font-size:14px}
.lmm-benefits__sep{width:1px;height:46px;background:rgba(0,0,0,.10)}

/* CATEGORIES */
.lmm-cats{
  background:linear-gradient(180deg,#fffaf2 0%,#fff7ea 100%);
  padding:68px 0 54px;
}
.lmm-cats__head{
  max-width:760px;
  margin:0 auto 30px;
  text-align:center;
}
.lmm-cats__eyebrow{
  display:inline-flex;align-items:center;justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  background:#f6ead6;
  border:1px solid rgba(59,43,26,.08);
  color:#8a5a17;
  font-size:13px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
  margin-bottom:14px;
}
.lmm-cats h2{
  margin:0 0 12px;
  text-align:center;
  font-size:56px;
  color:#3b2b1a;
}
.lmm-cats__head p{
  margin:0;
  font-size:18px;
  line-height:1.7;
  color:rgba(59,43,26,.76);
}
.lmm-cats__grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:22px;
  max-width:1180px;
  margin:0 auto;
}
.lmm-cat{
  --cat-bg:#fff;
  --cat-surface:#f7f1e8;
  --cat-accent:#d98200;
  --cat-icon:#7d4c16;
  --cat-ring:rgba(217,130,0,.12);
  background:linear-gradient(180deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 100%);
  border:1px solid rgba(59,43,26,.08);
  border-radius:28px;
  overflow:hidden;
  text-decoration:none;
  color:#3b2b1a;
  display:flex;
  flex-direction:column;
  min-height:100%;
  box-shadow:0 18px 44px rgba(59,43,26,.06);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}
.lmm-cat:hover{
  transform:translateY(-7px);
  box-shadow:0 24px 52px rgba(59,43,26,.12);
  border-color:var(--cat-ring);
}
.lmm-cat,
.lmm-cat:visited,
.lmm-cat:hover,
.lmm-cat:focus{
  text-decoration:none !important;
  color:#3b2b1a !important;
}
.lmm-cat__media{
  padding:18px 18px 0;
}
.lmm-cat__image{
  min-height:190px;
  border-radius:24px;
}
.lmm-cat__image--icon-only{
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    radial-gradient(circle at top left, rgba(255,255,255,.7), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255,255,255,.35), transparent 28%),
    linear-gradient(180deg, color-mix(in srgb, var(--cat-surface) 86%, white 14%) 0%, var(--cat-surface) 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
}
.lmm-cat__icon{
  width:116px;height:116px;border-radius:34px;
  display:flex;align-items:center;justify-content:center;
  background:rgba(255,255,255,.88);
  color:var(--cat-icon);
  box-shadow:0 14px 30px rgba(59,43,26,.08), inset 0 1px 0 rgba(255,255,255,.95);
  border:1px solid rgba(255,255,255,.7);
}
.lmm-cat__icon--modern svg{
  width:62px;height:62px;
  stroke:currentColor;
  fill:none;
  stroke-width:1.85;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.lmm-cat__body{
  padding:18px 20px 20px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}
.lmm-cat__name{
  font-family:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight:800;
  font-size:24px;
  line-height:1.15;
  text-align:left;
  letter-spacing:-.02em;
  color:#3b2b1a;
  text-decoration:none !important;
}
.lmm-cat__meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:rgba(59,43,26,.72);
  font-size:14px;
  font-weight:700;
  text-decoration:none !important;
}
.lmm-cat__arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  border-radius:999px;
  background:rgba(255,255,255,.76);
  color:var(--cat-accent);
  font-size:20px;
  font-weight:700;
  line-height:1;
  box-shadow:0 10px 22px rgba(59,43,26,.06);
  transition:transform .24s ease, background .24s ease, box-shadow .24s ease;
}
.lmm-cat:hover .lmm-cat__arrow{
  transform:translateX(6px);
  background:rgba(255,255,255,.96);
  box-shadow:0 14px 28px rgba(59,43,26,.1);
}
.lmm-cat--bakery{--cat-surface:#f8eadc;--cat-accent:#c96e2b;--cat-icon:#b66125;--cat-ring:rgba(201,110,43,.22)}
.lmm-cat--frozen{--cat-surface:#e8f3ff;--cat-accent:#3b82c4;--cat-icon:#2f72ae;--cat-ring:rgba(59,130,196,.22)}
.lmm-cat--new{--cat-surface:#fdf0da;--cat-accent:#d18b16;--cat-icon:#be7b0f;--cat-ring:rgba(209,139,22,.22)}
.lmm-cat--drinks{--cat-surface:#efe9ff;--cat-accent:#8667d9;--cat-icon:#7556c8;--cat-ring:rgba(134,103,217,.22)}
.lmm-cat--snacks{--cat-surface:#ffe8dc;--cat-accent:#dc7a43;--cat-icon:#c86832;--cat-ring:rgba(220,122,67,.22)}
.lmm-cat--pantry{--cat-surface:#e8f5eb;--cat-accent:#338b57;--cat-icon:#2d774b;--cat-ring:rgba(51,139,87,.22)}
.lmm-cat--fresh{--cat-surface:#e8f7df;--cat-accent:#5e9b35;--cat-icon:#4f842b;--cat-ring:rgba(94,155,53,.22)}
.lmm-cat--default{--cat-surface:#f2ece4;--cat-accent:#9c6a34;--cat-icon:#865728;--cat-ring:rgba(156,106,52,.18)}
.lmm-cat__meta span,
.lmm-cat__meta a,
.lmm-cat__arrow{
  text-decoration:none !important;
}

/* FEATURED PRODUCTS */


.lmm-featured{background:#fff;padding:48px 0 72px}
.lmm-featured__head{
  display:flex;align-items:flex-end;justify-content:space-between;
  gap:16px;margin-bottom:22px;
}
.lmm-featured__head h2{
  margin:0;
  font-size:44px;color:#3b2b1a;
}
.lmm-link{
  text-decoration:none;font-weight:800;
  color:#d98200;
  display:inline-flex;align-items:center;gap:10px;
}
.lmm-products{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:22px}
.lmm-product{
  text-decoration:none;color:#3b2b1a;
  border:1px solid rgba(0,0,0,.10);
  border-radius:20px;
  overflow:hidden;
  background:#fff;
}
.lmm-product__img{
  height:260px;background:#f2f2f2;background-size:cover;background-position:center;
}
.lmm-product__body{padding:18px}
.lmm-product__name{
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight:900;font-size:18px;margin:0 0 10px;
}
.lmm-product__price{font-weight:900;color:#d98200;font-size:26px}

/* Responsivo */
@media (max-width: 1024px){
  .lmm-hero__slide{height:560px}
  .lmm-hero__content h1{font-size:54px}
  .lmm-cats h2{font-size:44px}
  .lmm-cats__grid{grid-template-columns:repeat(3, minmax(0, 1fr))}
  .lmm-products{grid-template-columns:repeat(2, minmax(0, 1fr))}
  .lmm-benefits__sep{display:none}
  .lmm-benefits__inner{flex-direction:column;align-items:flex-start}
}
@media (max-width: 560px){
  .lmm-hero__slide{height:520px}
  .lmm-hero__content{padding-top:48px}
  .lmm-hero__content h1{font-size:40px;max-width:92%}
  .lmm-hero__content p{font-size:17px}
  .lmm-hero__highlights{gap:8px}
  .lmm-hero__highlights span{font-size:13px;min-height:36px;padding:8px 12px}
  .lmm-btn{width:100%;justify-content:center}
  .lmm-cats{padding:42px 0 34px}
  .lmm-cats h2{font-size:34px}
  .lmm-cats__head p{font-size:16px;line-height:1.6}
  .lmm-cats__grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:14px}
  .lmm-cat{border-radius:18px}
  .lmm-cat__media{padding:12px 12px 0}
  .lmm-cat__body{padding:14px 14px 16px}
  .lmm-cat__name{font-size:18px}
  .lmm-cat__meta{font-size:12px}
  .lmm-cat__icon{width:88px;height:88px;border-radius:24px}
  .lmm-cat__icon--modern svg{width:44px;height:44px}
  .lmm-cat__pill{left:22px;bottom:12px;font-size:11px;min-height:30px}
  .lmm-products{grid-template-columns:1fr}
  .lmm-featured__head h2{font-size:34px}
}
