/* ========================================
   LA CASONA – CSS Principal
   Paleta: #111 (oscuro), #DE233D (rojo Figma), #F5F5F5 (gris claro)
   ======================================== */

@font-face {
  font-family: 'BentonSans ExtraComp';
  src: url("/static/fonts/BentonSans-ExtraComp-Bold.563a983498d7.woff2") format('woff2'),
       url("/static/fonts/BentonSans-ExtraComp-Bold.7b27a8cb33e3.woff") format('woff'),
       url("/static/fonts/BentonSans-ExtraComp-Bold.0f969219141e.otf") format('opentype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("/static/fonts/HelveticaNeueLTStd-55Roman.9097f243ccff.woff2") format('woff2'),
       url("/static/fonts/HelveticaNeueLTStd-55Roman.22d42ea29874.woff") format('woff'),
       url("/static/fonts/HelveticaNeueLTStd-55Roman.f0db0faa0f4a.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url("/static/fonts/HelveticaNeueLTStd-75Bold.f2c4a165a6c3.woff2") format('woff2'),
       url("/static/fonts/HelveticaNeueLTStd-75Bold.e23614182a22.woff") format('woff'),
       url("/static/fonts/HelveticaNeueLTStd-75Bold.9ac7e2ff6b97.otf") format('opentype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std Cond';
  src: url("/static/fonts/HelveticaNeueLTStd-57Cond.ad1718290f37.woff2") format('woff2'),
       url("/static/fonts/HelveticaNeueLTStd-57Cond.7cc4ffbf8a18.woff") format('woff'),
       url("/static/fonts/HelveticaNeueLTStd-57Cond.0ae67f3df63a.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue LT Std Cond';
  src: url("/static/fonts/HelveticaNeueLTStd-77BoldCond.5858bcc8a410.woff2") format('woff2'),
       url("/static/fonts/HelveticaNeueLTStd-77BoldCond.8e615feba43a.woff") format('woff'),
       url("/static/fonts/HelveticaNeueLTStd-77BoldCond.4c29fcc86f89.otf") format('opentype');
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --lc-negro: #111111;
  --lc-negro-soft: #1c1c1c;
  --lc-rojo: #DE233D;
  --lc-rojo-hover: #c01f35;
  --lc-blanco: #ffffff;
  --lc-gris: #F5F5F5;
  --lc-gris-medio: #999999;
  --lc-gris-texto: #6A7282;
  --lc-borde: #e0e0e0;
  --lc-pattern-dark: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path d='M15 0 L30 15 L15 30 L0 15 Z' fill='none' stroke='%23000' stroke-width='0.4'/></svg>");
  --lc-pattern-light: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path d='M15 0 L30 15 L15 30 L0 15 Z' fill='none' stroke='%23ffffff' stroke-width='0.4'/></svg>");
}

* { box-sizing: border-box; }

body {
  font-family: 'Helvetica Neue LT Std', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--lc-negro);
  background: var(--lc-blanco);
  font-size: 16px;
}

/* ── NAVBAR ─────────────────────────────── */
.lc-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: var(--lc-negro);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: background-color .25s ease, box-shadow .25s ease;
}
/* En páginas con hero oscuro de fondo, la navbar arranca transparente y se vuelve sólida al scrollear */
body.lc-has-hero-overlay .lc-navbar {
  position: absolute;
  left: 0;
  right: 0;
  background: transparent;
  border-bottom-color: transparent;
}
body.lc-has-hero-overlay .lc-navbar.lc-navbar--scrolled {
  position: fixed;
  background: rgba(17, 17, 17, .92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 20px rgba(0,0,0,.4);
  border-bottom-color: rgba(255,255,255,.08);
}
.lc-nav-link {
  color: rgba(255,255,255,.85) !important;
  font-family: 'BentonSans Cond Black', 'Barlow Condensed', sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.5rem 0.25rem !important;
  transition: color .2s;
}
.lc-nav-link:hover,
.lc-nav-link.active {
  color: var(--lc-rojo) !important;
}
.lc-brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.lc-brand-img {
  height: 56px;
  width: auto;
  display: block;
}
.lc-navbar .navbar-toggler {
  border: 1px solid rgba(255,255,255,.35);
  padding: 0.35rem 0.6rem;
  border-radius: 6px;
}
.lc-navbar .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(255,255,255,.18);
}
.lc-navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ── HERO SLIDER ─────────────────────────── */
.lc-hero { position: relative; }
.lc-hero-slide {
  height: 600px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.lc-hero-video-slide {
  overflow: hidden;
  background: var(--lc-negro);
}
.lc-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.lc-hero-slide-1 {
  background-color: var(--lc-negro);
  background-image: url("/static/images/hero/hero_1.60b333213eb9.jpg");
}
.lc-hero-slide-2 {
  background-color: #1a0a0a;
  background-image: url("/static/images/hero/hero_2.0822e839637f.jpg");
}
.lc-hero-slide-3 {
  background-color: #0d0d0d;
  background-image: url("/static/images/hero/hero_3.acaf9ecc3069.jpg");
}
.lc-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.42);
}
/* El video va sin ningún efecto: se ve tal cual es, sin la capa oscura que
   usaban las imágenes del hero para dar contraste al texto. */
.lc-hero-video-slide .lc-hero-overlay {
  display: none;
}
.lc-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.lc-hero-title {
  font-family: 'BentonSans ExtraComp', 'Barlow Condensed', sans-serif;
  font-size: clamp(3rem, 5.5vw, 4.5rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 0.88;
  text-shadow: 0 2px 20px rgba(0,0,0,.5);
}
.lc-carousel-indicators {
  margin-bottom: 1.5rem;
  gap: 8px;
}
.lc-carousel-indicators [data-bs-target] {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  border: none;
  margin: 0;
  padding: 0;
  text-indent: 0;
  opacity: 1;
  transition: background-color .25s ease, transform .25s ease;
}
.lc-carousel-indicators [data-bs-target]:hover {
  background: rgba(255,255,255,.7);
}
.lc-carousel-indicators [data-bs-target].active {
  background: var(--lc-blanco);
}

/* ── BIENVENIDOS ─────────────────────────── */
.lc-bienvenidos {
  background: var(--lc-blanco);
  position: relative;
  overflow: hidden;
}
.lc-bienvenidos::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--lc-pattern-dark);
  background-size: 30px 30px;
  background-repeat: repeat;
  opacity: .18;
  z-index: 0;
  pointer-events: none;
}
.lc-bienvenidos .container-xl { position: relative; z-index: 1; }
.lc-bienvenidos-label {
  font-family: 'BentonSans ExtraComp', 'Barlow Condensed', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 0.86;
  color: var(--lc-negro);
  letter-spacing: 0.01em;
  margin-bottom: 0.25rem;
}
.lc-bienvenidos-title {
  font-family: 'BentonSans ExtraComp', 'Barlow Condensed', sans-serif;
  font-size: clamp(2.6rem, 9vw, 4.5rem);
  font-weight: 700;
  line-height: 0.86;
  color: var(--lc-rojo);
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.lc-bienvenidos-text {
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  font-size: 0.88rem;
  line-height: 1.7;
  color: #444;
  max-width: 480px;
}
.lc-bienvenidos-gallery {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.lc-reel-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  display: block;
  flex-shrink: 0;
  width: 27%;
}
.lc-reel-card:nth-child(2) {
  margin-top: 40px;
}
.lc-reel-card--main {
  width: 44%;
}
.lc-reel-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
.lc-reel-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
}
.lc-reel-engagement {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 1.2rem;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.lc-reel-engagement i { font-size: 1rem; }
.lc-reel-play-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  color: rgba(255,255,255,.85);
  font-size: 1.1rem;
  line-height: 1;
}
/* legacy - unused but kept for compatibility */
.lc-gallery-img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
.lc-gallery-img-1 {
  background: var(--lc-negro) url("/static/images/inicio/gallery_1.60b333213eb9.jpg") center/cover no-repeat;
  height: 332px;
}
.lc-gallery-img-2 {
  background: var(--lc-negro) url("/static/images/inicio/gallery_2.0822e839637f.jpg") center/cover no-repeat;
}
.lc-gallery-img-3 {
  background: var(--lc-negro) url("/static/images/inicio/gallery_3.acaf9ecc3069.jpg") center/cover no-repeat;
}

/* ── PROMO DARK ──────────────────────────── */
.lc-promo-dark {
  background: #000;
  position: relative;
  overflow: hidden;
  min-height: 680px;
  display: flex;
  align-items: center;
}
.lc-promo-content {
  position: relative;
  z-index: 2;
  max-width: 460px;
  padding: 3rem 0;
}
.lc-promo-text {
  font-family: 'Helvetica Neue LT Std Cond', 'Helvetica Neue LT Std', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
.lc-promo-cta-text {
  font-family: 'Helvetica Neue LT Std Cond', 'Helvetica Neue LT Std', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--lc-rojo);
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
}
.lc-promo-btn {
  border-radius: 10px;
  padding: 0.7rem 1.6rem;
  font-weight: 500;
}
/* Tabla de picada: entrada suave con fundido + leve zoom (sin giro) */
.lc-promo-figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}
.lc-promo-figure::before {
  content: '';
  position: absolute;
  width: 92%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, rgba(255,255,255,0) 62%);
  pointer-events: none;
}
.lc-promo-picada {
  position: relative;
  display: block;
  width: 100%;
  max-width: 540px;
  height: auto;
  transform-origin: center center;
  will-change: transform;
  filter: drop-shadow(0 30px 55px rgba(0,0,0,.55));
}
/* Entrada de la picada: fundido + leve zoom que se asienta (una vez al entrar al viewport) */
.lc-promo--armed .lc-promo-figure {
  opacity: 0;
  transform: translateY(36px) scale(.9);
  transition: opacity 1.2s ease, transform 1.6s cubic-bezier(.22,.61,.36,1);
  will-change: transform, opacity;
}
.lc-promo--armed.lc-promo--in .lc-promo-figure {
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media (max-width: 991.98px) {
  .lc-promo-dark {
    min-height: auto;
  }
  .lc-promo-content {
    max-width: 100%;
    padding: 2.5rem 0 1rem;
  }
  .lc-promo-figure {
    min-height: 0;
    padding-bottom: 2.5rem;
  }
  .lc-promo-picada {
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .lc-promo-picada {
    transform: none !important;
  }
  .lc-promo-figure {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* ── EXPERTOS ────────────────────────────── */
.lc-expertos {
  background: #ECECEC;
  position: relative;
  overflow: hidden;
  padding: 3rem 2rem;
  margin-top: 3.5rem;
}
.lc-expertos::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.18 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
  background-size: 160px 160px;
  opacity: .55;
  z-index: 0;
  pointer-events: none;
}
.lc-expertos-card {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 575.98px) {
  .lc-expertos { padding: 2rem 1rem; margin-top: 2rem; }
  .lc-expertos-card { padding: 0; }
}
.lc-expertos-title {
  font-family: 'BentonSans ExtraComp', 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  text-transform: uppercase;
  margin: 0;
  color: #000;
}
.lc-expertos-desc-wrap {
  display: flex;
  align-items: center;
  gap: .65rem;
}
.lc-expertos-icon {
  font-size: 1.9rem;
  color: #C9A84C;
  flex-shrink: 0;
  line-height: 1;
}
.lc-expertos-desc {
  font-family: 'Helvetica Neue LT Std', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
  margin-bottom: 0;
}

/* ── TENTATE ─────────────────────────────── */
.lc-tentate {
  background: var(--lc-blanco);
  overflow: hidden;
}
.lc-tentate-inner {
  display: flex;
  align-items: stretch;
  min-height: 420px;
}
.lc-tentate-pizza-col {
  width: 26%;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  min-height: 440px;
  margin-left: -13vw;
}
.lc-tentate-pizza-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.lc-tentate-body {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 3rem 2.5rem 3rem 1rem;
  gap: 3rem;
}
.lc-tentate-text {
  width: 200px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lc-tentate-cards {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.lc-tentate-title {
  font-family: 'BentonSans Cond Black', 'Barlow Condensed', sans-serif;
  font-size: clamp(2.4rem, 4.5vw, 3.6rem);
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 1;
}

/* ── RECETA CARD ─────────────────────────── */
.lc-receta-card {
  background: var(--lc-blanco);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  transition: transform .2s, box-shadow .2s;
  display: block;
}
.lc-receta-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.14);
}
.lc-receta-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.lc-receta-placeholder {
  width: 100%;
  height: 100%;
}
.lc-fav-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ccc;
  transition: color .2s;
  font-size: 1rem;
}
.lc-fav-btn.active { color: var(--lc-rojo); }
.lc-fav-btn:hover { color: var(--lc-rojo); }
.lc-receta-card-body { padding: 1rem; }
.lc-receta-cat {
  display: inline-block;
  font-family: 'Helvetica Neue LT Std', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  color: #666;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 2px 10px;
  margin-bottom: 0.5rem;
}
.lc-receta-card-title {
  font-family: 'Helvetica Neue LT Std', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0.25rem 0 0.5rem;
  color: var(--lc-negro);
  line-height: 1.3;
}
.lc-receta-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.78rem;
  color: var(--lc-gris-medio);
  font-family: 'Helvetica Neue LT Std', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.lc-receta-meta i { margin-right: 3px; }

/* ── CTA SUMATE ──────────────────────────── */
.lc-cta-sumate {
  background: #fff;
  padding: 2.5rem 2rem;
}
.lc-cta-sumate-card {
  background: var(--lc-rojo);
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  padding: 3rem 2rem;
  max-width: 1240px;
  margin: 0 auto;
}
.lc-cta-sumate-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("/static/images/inicio/cta_sumate_bg.d81557150075.jpg") center / cover no-repeat;
  opacity: 0.18;
  mix-blend-mode: multiply;
  z-index: 0;
}
.lc-cta-sumate-card > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .lc-cta-sumate { padding: 1.25rem 1rem; }
  .lc-cta-sumate-card { padding: 2rem 1.25rem; border-radius: 10px; }
}
.lc-cta-title {
  font-family: 'BentonSans ExtraComp', 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  position: relative;
  letter-spacing: 0.01em;
}
.lc-cta-desc {
  font-family: 'Helvetica Neue LT Std', 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  opacity: .9;
  position: relative;
}

/* ── PAGE HERO ───────────────────────────── */
.lc-page-hero {
  position: relative;
  height: 260px;
  display: flex;
  align-items: flex-end;
  background: var(--lc-negro);
  background-size: cover;
  background-position: center;
}
.lc-page-hero-productos {
  background-image:
    linear-gradient(to right, rgba(0,0,0,.55), rgba(0,0,0,.3)),
    url("/static/images/productos/jamoneria.1ce058010e80.jpg");
}
.lc-page-hero-recetas {
  background-image:
    linear-gradient(to right, rgba(0,0,0,.55), rgba(0,0,0,.3)),
    url("/static/images/inicio/gallery_3.acaf9ecc3069.jpg");
}
.lc-page-hero-contacto {
  background-image:
    linear-gradient(to right, rgba(0,0,0,.55), rgba(0,0,0,.3)),
    url("/static/images/inicio/expertos.1636c9142329.jpg");
}
.lc-page-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.lc-page-hero-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--lc-blanco);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* ── NOVEDADES HEADER ────────────────────── */
.lc-novedades-header {
  background: var(--lc-negro);
  position: relative;
}
.lc-novedades-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 30px,
    rgba(255,255,255,.03) 30px,
    rgba(255,255,255,.03) 31px
  );
}
.lc-novedades-main-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  position: relative;
  letter-spacing: 0.01em;
}

/* ── NOVEDADES CARD ──────────────────────── */
.lc-novedad-card {
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
  background: var(--lc-blanco);
  transition: transform .2s, box-shadow .2s;
  height: 100%;
}
.lc-novedad-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(0,0,0,.14);
}
.lc-novedad-img {
  height: 200px;
  overflow: hidden;
}
.lc-novedad-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lc-novedad-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--lc-rojo);
}
.lc-novedad-divider {
  border-color: var(--lc-borde);
  margin: 0.5rem 0;
}
.lc-novedad-desc { color: #555; line-height: 1.6; }

/* ── PRODUCTOS ───────────────────────────── */
.lc-productos-heading {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  line-height: 1.0;
  letter-spacing: -0.01em;
}
.lc-red { color: var(--lc-rojo); }

/* Sección con patrón diamante de fondo */
.lc-productos-section {
  background-color: var(--lc-blanco);
  position: relative;
  overflow: hidden;
}
.lc-productos-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--lc-pattern-dark);
  background-size: 30px 30px;
  background-repeat: repeat;
  opacity: .18;
  pointer-events: none;
  z-index: 0;
}
.lc-productos-section > * { position: relative; z-index: 1; }

/* Card de categoría en el índice de productos */
.lc-producto-cat-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 12px;
  overflow: hidden;
  background: #FAFAFA;
  padding: 1.5rem 1rem 1rem;
  transition: transform .2s, box-shadow .2s;
  position: relative;
}
.lc-producto-cat-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,.12);
}
.lc-producto-cat-img {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lc-producto-cat-img img {
  max-height: 140px;
  max-width: 100%;
  object-fit: contain;
}
.lc-producto-cat-body {
  width: 100%;
  position: relative;
}
.lc-producto-cat-name {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: var(--lc-negro);
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

/* Card en página de categoría (lista de productos) */
.lc-cat-nav { background: var(--lc-blanco); border-bottom: 1px solid var(--lc-borde); }
.lc-cat-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #666;
  margin-bottom: 0.75rem;
}
.lc-cat-nav-scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.lc-cat-pill {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 99px;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--lc-negro);
  background: var(--lc-blanco);
  border: 1.5px solid #ccc;
  transition: all .2s;
  white-space: nowrap;
}
.lc-cat-pill:hover,
.lc-cat-pill.active {
  background: var(--lc-rojo);
  color: var(--lc-blanco);
  border-color: var(--lc-rojo);
}
/* Cards de productos en lista de categoría */
.lc-prod-card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid var(--lc-borde);
  background: var(--lc-blanco);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 1rem 1rem;
  text-align: center;
  height: 100%;
  transition: box-shadow .2s;
}
.lc-prod-card:hover { box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.lc-prod-card-img {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}
.lc-prod-card-img img {
  max-height: 140px;
  max-width: 100%;
  object-fit: contain;
}
.lc-prod-card-name {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: var(--lc-rojo);
  margin-bottom: 0.25rem;
  line-height: 1.3;
  text-transform: uppercase;
}
.lc-prod-card-desc { line-height: 1.5; font-size: 0.82rem; color: #555; }
.lc-prod-card-specs { font-size: 0.78rem; color: #888; margin-top: 0.25rem; }

/* Producto detalle */
.lc-prod-detail { background: #fff; }
.lc-prod-detail-title {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 700;
  text-align: left;
  color: var(--lc-negro);
  margin-bottom: 2rem;
  line-height: 1.15;
}
.lc-prod-detail-side {
  position: relative;
}
.lc-prod-detail-side::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: var(--lc-pattern-dark);
  background-size: 26px 26px;
  background-repeat: repeat;
  opacity: .18;
  pointer-events: none;
  z-index: 0;
}
.lc-prod-detail-side > * {
  position: relative;
  z-index: 1;
}
.lc-prod-img-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  background: transparent;
  border-radius: 4px;
  overflow: hidden;
}
.lc-prod-img-wrap img {
  position: relative;
  max-height: 340px;
  max-width: 80%;
  object-fit: contain;
}
.lc-presentacion-card {
  position: relative;
  background: #EFEEEC;
  border-radius: 14px;
  padding: 3rem 2.75rem 2.5rem 2.75rem;
  margin-top: 3rem;
  font-size: 0.9rem;
  color: #2c2c2c;
  overflow: visible;
}
.lc-presentacion-clip {
  position: absolute;
  top: -38px;
  left: 28px;
  width: 42px;
  height: 90px;
  display: block;
  pointer-events: none;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.12));
}
.lc-presentacion-clip svg { width: 100%; height: 100%; display: block; }
.lc-presentacion-title {
  font-weight: 700;
  color: var(--lc-rojo);
  margin: 0 0 0.85rem;
  font-size: 1rem;
}
.lc-presentacion-line {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: #1f1f1f;
  line-height: 1.45;
}
.lc-presentacion-line:last-child { margin-bottom: 0; }
.lc-presentacion-sub {
  font-weight: 400;
  color: #6b6b6b;
  font-size: 0.9rem;
}
.lc-prod-section-title {
  color: var(--lc-rojo);
  font-weight: 800;
  font-size: 1rem;
  margin-bottom: 0.45rem;
  margin-top: 1.5rem;
  letter-spacing: 0.01em;
}
.lc-prod-section-title:first-child,
.lc-prod-detail-title + .lc-prod-section-title { margin-top: 0; }
.lc-prod-text {
  font-size: 0.95rem;
  color: #2e2e2e;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
.lc-prod-text p { margin: 0 0 0.9rem; }
.lc-prod-text p:last-child { margin-bottom: 0; }
.lc-prod-nutri-table {
  width: 100%;
  font-size: 0.92rem;
  border-collapse: collapse;
  margin-top: 0.5rem;
}
.lc-prod-nutri-table th,
.lc-prod-nutri-table td {
  padding: 10px 14px;
  border: 1px solid #e2e2e2;
  text-align: left;
  vertical-align: middle;
}
.lc-prod-nutri-table tbody td:nth-child(2),
.lc-prod-nutri-table tbody td:nth-child(3),
.lc-prod-nutri-table .lc-nutri-headrow th:nth-child(2),
.lc-prod-nutri-table .lc-nutri-headrow th:nth-child(3) {
  text-align: center;
}
.lc-prod-nutri-table .lc-nutri-porcion {
  background: #f1f1f1;
  font-weight: 500;
  color: #1f1f1f;
  text-align: left;
}
.lc-prod-nutri-table .lc-nutri-headrow th {
  background: #f7f7f7;
  font-weight: 500;
  color: #4a4a4a;
}
.lc-prod-nutri-table tbody td { background: #fff; color: #2e2e2e; }
.lc-nutri-foot {
  font-size: 0.78rem;
  color: #8a8a8a;
  line-height: 1.55;
  margin-top: 1rem;
}
.lc-volver-link {
  font-size: 0.95rem;
  color: #b9b9b9;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
}
.lc-volver-link:hover { color: var(--lc-negro); }

/* ── FILTROS RECETAS ─────────────────────── */
.lc-recetas-filtros { background: var(--lc-gris); border-bottom: 1px solid var(--lc-borde); }
.lc-search-wrap {
  position: relative;
  max-width: 400px;
}
.lc-search-input {
  width: 100%;
  padding: 10px 16px 10px 40px;
  border: 1.5px solid var(--lc-borde);
  border-radius: 99px;
  font-size: 0.88rem;
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  outline: none;
  transition: border-color .2s;
}
.lc-search-input:focus { border-color: var(--lc-rojo); }
.lc-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--lc-gris-medio);
  font-size: 0.9rem;
}
.lc-filtros-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--lc-gris-medio);
}
.lc-recetas-grid { background: var(--lc-blanco); }

/* ── RECETA DETALLE ──────────────────────── */
.lc-receta-detail-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 800;
  color: var(--lc-rojo);
  margin-bottom: 0.5rem;
  letter-spacing: 0.01em;
}
.lc-receta-detail-desc { font-size: 0.95rem; line-height: 1.8; color: #444; }
.lc-section-subtitle {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.lc-receta-preparacion { font-size: 0.92rem; line-height: 1.8; color: #444; }
.lc-receta-gallery-img {
  height: 180px;
  border-radius: 4px;
  background-size: cover;
  background-position: center;
}
.lc-ingredientes-card {
  background: var(--lc-gris);
  border-radius: 6px;
  padding: 1.5rem;
  position: sticky;
  top: 80px;
}
.lc-ingredientes-title {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 1rem;
}
.lc-ingredientes-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lc-ingredientes-list li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--lc-borde);
  font-size: 0.9rem;
}
.lc-ingredientes-list li:last-child { border-bottom: none; }
.lc-breadcrumb { font-size: 0.85rem; }
.lc-breadcrumb a { color: var(--lc-rojo); text-decoration: none; }

/* ── CONTACTO ────────────────────────────── */
.lc-contacto-main-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 800;
  color: var(--lc-rojo);
  letter-spacing: 0.01em;
}
.lc-contacto-tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
.lc-tab-btn {
  background: var(--lc-blanco);
  border: 1.5px solid #ccc;
  border-radius: 99px;
  padding: 8px 20px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--lc-negro);
  cursor: pointer;
  transition: all .2s;
  letter-spacing: 0.03em;
}
.lc-tab-btn:hover {
  border-color: var(--lc-rojo);
  color: var(--lc-rojo);
}
.lc-tab-btn.active {
  background: var(--lc-rojo);
  border-color: var(--lc-rojo);
  color: var(--lc-blanco);
}
.lc-tab-content { display: none; }
.lc-tab-content.active { display: block; }
.lc-contacto-promo {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-height: 360px;
  background: var(--lc-negro);
}
.lc-contacto-promo-img {
  position: absolute;
  inset: 0;
  background: var(--lc-negro) url("/static/images/contacto/comercial.05d9d4bd9d5c.png") center/cover no-repeat;
}
.lc-contacto-promo-img.lc-promo-atencion {
  background-image: url("/static/images/contacto/atencion.e82bad190316.png");
}
.lc-contacto-promo-img.lc-promo-trabajo {
  background-image: url("/static/images/contacto/trabajo.6695db743318.png");
}
#tab-trabajo .lc-contacto-promo,
#tab-trabajo .lc-contacto-promo-content {
  min-height: 485px;
}
.lc-contacto-promo-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 360px;
  max-width: 55%;
  padding-left: 2rem !important;
}
.lc-contacto-promo-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.75rem;
}
.lc-form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--lc-negro);
}
.lc-form-input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--lc-borde);
  border-radius: 6px;
  font-size: 0.9rem;
  font-family: 'Barlow Condensed', 'Montserrat', sans-serif;
  outline: none;
  transition: border-color .2s;
  background: var(--lc-blanco);
  color: var(--lc-negro);
}
.lc-form-input:focus { border-color: var(--lc-rojo); }
.lc-form-textarea { resize: vertical; min-height: 100px; }
.lc-file-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border: 1.5px solid var(--lc-rojo);
  border-radius: 99px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--lc-rojo);
  cursor: pointer;
  transition: all .2s;
}
.lc-file-label:hover {
  background: var(--lc-rojo);
  color: var(--lc-blanco);
}
.lc-file-name {
  font-size: 0.82rem;
  color: #555;
  margin-left: 8px;
}
.lc-success-msg { animation: fadeIn .4s ease; }

/* ── FOOTER ──────────────────────────────── */
.lc-footer {
  background: var(--lc-negro);
  color: rgba(255,255,255,.75);
  position: relative;
  overflow: hidden;
}
.lc-footer-pattern {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 55%;
  background-image: var(--lc-pattern-light);
  background-size: 30px 30px;
  background-repeat: repeat;
  opacity: .22;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 35%, #000 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 35%, #000 100%);
}
.lc-footer-brand {
  display: flex;
  flex-direction: column;
}
.lc-footer-logo-img {
  width: 180px;
  height: auto;
  display: block;
}
.lc-footer-contact p {
  font-size: 0.85rem;
  color: rgba(255,255,255,.65);
  margin-bottom: 0.25rem;
}
.lc-footer-contact .lc-footer-contact-title {
  color: var(--lc-blanco);
  font-size: 0.95rem;
  margin-bottom: 0.85rem;
}
.lc-footer-contact .lc-footer-contact-item {
  color: var(--lc-blanco);
  font-size: 0.9rem;
  margin-bottom: 0.55rem;
}
.lc-footer-contact-link {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}
.lc-footer-contact-link:hover { color: var(--lc-rojo); }
.lc-footer-seguinos {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
}
.lc-footer-socials {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
}
.lc-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lc-blanco);
  text-decoration: none;
  font-size: 1.5rem;
  transition: opacity .2s;
}
.lc-social-link:hover {
  color: var(--lc-blanco);
  opacity: .7;
}
.lc-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 1.1rem 0;
  text-align: center;
}
.lc-footer-copy {
  font-size: 0.78rem;
  color: rgba(255,255,255,.45);
  letter-spacing: 0.02em;
}

/* ── BUTTONS ─────────────────────────────── */
.lc-btn-red {
  background: var(--lc-rojo);
  color: var(--lc-blanco);
  border: 2px solid var(--lc-rojo);
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 24px;
  transition: all .2s;
}
.lc-btn-red:hover {
  background: var(--lc-rojo-hover);
  border-color: var(--lc-rojo-hover);
  color: var(--lc-blanco);
}
.lc-btn-outline-white {
  background: transparent;
  color: var(--lc-blanco);
  border: 2px solid rgba(255,255,255,.6);
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 24px;
  transition: all .2s;
}
.lc-btn-outline-white:hover {
  background: var(--lc-blanco);
  color: var(--lc-negro);
  border-color: var(--lc-blanco);
}
.lc-btn-white {
  background: var(--lc-blanco);
  color: var(--lc-negro);
  border: 2px solid var(--lc-blanco);
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 24px;
  transition: all .2s;
}
.lc-btn-white:hover {
  background: rgba(255,255,255,.88);
  color: var(--lc-negro);
  border-color: rgba(255,255,255,.88);
}
.lc-btn-outline-red {
  background: transparent;
  color: var(--lc-rojo);
  border: 1.5px solid var(--lc-rojo);
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.78rem;
  padding: 5px 16px;
  transition: all .2s;
}
.lc-btn-outline-red:hover {
  background: var(--lc-rojo);
  color: var(--lc-blanco);
}
.lc-btn-dark {
  background: var(--lc-negro);
  color: var(--lc-blanco);
  border: 2px solid var(--lc-negro);
  border-radius: 99px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 24px;
  transition: all .2s;
}
.lc-btn-dark:hover {
  background: #333;
  border-color: #333;
  color: var(--lc-blanco);
}

/* ── UTILS ───────────────────────────────── */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── RESPONSIVE ──────────────────────────── */
@media (max-width: 991.98px) {
  .lc-navbar .navbar-nav {
    padding: 1rem 0;
    gap: 0 !important;
  }
  .lc-hero-slide { height: 420px; }
  .lc-footer-socials { justify-content: flex-start; }
  .lc-tentate-body {
    flex-direction: column;
    align-items: flex-start;
    padding: 2rem 1.25rem;
    gap: 1.5rem;
  }
  .lc-tentate-text { width: auto; }
  .lc-tentate-cards { width: 100%; }
}

/* ── NAVBAR MOBILE ───────────────────────── */
@media (max-width: 991.98px) {
  /* En mobile la navbar siempre es sólida, incluso en páginas con hero overlay,
     para que el menú colapsable no quede transparente sobre el contenido */
  body.lc-has-hero-overlay .lc-navbar {
    position: sticky;
    background: var(--lc-negro);
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .lc-navbar .navbar-collapse {
    margin-top: 0.5rem;
    padding: 0.25rem 0 0.75rem;
    border-top: 1px solid rgba(255,255,255,.08);
  }
}

/* ── FOOTER MOBILE ───────────────────────── */
@media (max-width: 767.98px) {
  .lc-footer .row {
    --bs-gutter-y: 1.5rem;
    padding-top: 2.25rem !important;
    padding-bottom: 1.75rem !important;
    align-items: flex-start !important;
  }
  .lc-footer-pattern {
    left: 0;
    opacity: .1;
    -webkit-mask-image: radial-gradient(circle at 100% 0%, #000 0%, transparent 65%);
            mask-image: radial-gradient(circle at 100% 0%, #000 0%, transparent 65%);
  }
  .lc-footer-brand {
    align-items: flex-start;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .lc-footer-logo-img {
    width: 150px;
  }
  .lc-footer-contact {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
  }
  .lc-footer-contact .lc-footer-contact-title {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.45);
    margin-bottom: 0.9rem;
  }
  .lc-footer-contact .lc-footer-contact-item {
    font-size: 0.95rem;
    margin-bottom: 0.65rem;
    line-height: 1.4;
  }
  .lc-footer-contact-link:active { color: var(--lc-rojo); }
  .lc-footer-seguinos {
    margin-bottom: 0.9rem !important;
  }
  .lc-footer-socials {
    gap: 14px;
  }
  .lc-social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    font-size: 1.15rem;
    transition: background .2s, border-color .2s, color .2s, transform .2s;
  }
  .lc-social-link:hover,
  .lc-social-link:active {
    background: var(--lc-rojo);
    border-color: var(--lc-rojo);
    color: var(--lc-blanco);
    opacity: 1;
    transform: translateY(-2px);
  }
  .lc-footer-bottom {
    padding: 0.95rem 0;
  }
  .lc-footer-copy {
    font-size: 0.72rem;
  }
}

@media (max-width: 575.98px) {
  .lc-hero-slide { height: 320px; }
  .lc-bienvenidos-title { white-space: normal; }
  .lc-bienvenidos-gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .lc-gallery-top { grid-column: 1; grid-row: auto; }
  .lc-gallery-img-1 { height: 200px; }
  .lc-gallery-mid, .lc-gallery-bot { display: none; }
  .lc-tentate-cards { grid-template-columns: 1fr; }
}
