
:root{
  --purple:#7b1f37;
  --purple-dark:#6b1830;
  --pink:#ec7aa6;
  --pink-soft:#fde8f0;
  --pink-softer:#fff5f9;
  --rose:#f7dbe7;
  --gold:#b98a42;
  --gold-soft:#f3e8cf;
  --text:#533641;
  --muted:#7d6771;
  --line:#ecd7df;
  --bg:#fffafc;
  --white:#ffffff;
  --shadow:0 18px 45px rgba(123,31,55,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Poppins",system-ui,sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.6;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
.site-header{
  position:sticky; top:0; z-index:120;
  display:flex; align-items:center; gap:24px;
  padding:14px clamp(18px,4vw,58px);
  background:rgba(255,250,252,.95);
  border-bottom:1px solid rgba(123,47,115,.09);
  backdrop-filter:blur(10px);
}
.logo{display:flex; align-items:center; gap:12px; margin-right:auto}
.logo-mark{
  width:50px; height:50px; border-radius:50%;
  display:grid; place-items:center;
  background:linear-gradient(145deg,var(--purple),var(--purple-dark));
  color:#fff; font-size:18px;
  box-shadow:0 10px 25px rgba(123,47,115,.20);
}
.logo-text strong{
  display:block; font-family:"Playfair Display",serif; letter-spacing:.08em;
  color:var(--purple-dark); font-size:32px; line-height:1;
}
.logo-text small{
  display:block; letter-spacing:.42em; font-size:10px; color:#c79bb1;
  margin-top:5px;
}
.main-nav{display:flex; gap:24px; font-size:14px; font-weight:600}
.main-nav a{padding:4px 0; position:relative}
.main-nav a:hover{color:var(--purple)}
.main-nav a::after{
  content:""; position:absolute; left:0; right:0; bottom:-6px; height:2px;
  background:var(--pink); transform:scaleX(0); transition:.18s;
}
.main-nav a:hover::after{transform:scaleX(1)}
.menu-toggle{
  display:none; border:0; background:transparent; color:var(--purple);
  font-size:26px;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  gap:8px; border-radius:999px; padding:14px 24px;
  font-weight:700; border:1px solid transparent; transition:.2s ease;
}
.btn:hover{transform:translateY(-2px); box-shadow:0 10px 22px rgba(123,47,115,.14)}
.btn-primary{
  background:linear-gradient(145deg,var(--purple),var(--purple-dark));
  color:#fff; border-color:transparent;
}
.btn-outline{
  background:transparent; color:var(--purple-dark); border-color:#d7a2b7;
}
.btn-light{
  background:#fff; color:var(--purple-dark); border-color:#fff;
}
.btn-gold{
  background:linear-gradient(145deg,var(--gold),#a6752b);
  color:#fff;
  border-color:transparent;
}
.desktop-cta{padding:12px 18px; font-size:13px}

.hero{
  display:grid; grid-template-columns:1fr 1.02fr; gap:56px; align-items:center;
  padding:56px clamp(22px,5vw,70px) 34px;
  background:
    radial-gradient(circle at 8% 12%, rgba(236,122,166,.20), transparent 30%),
    radial-gradient(circle at 88% 16%, rgba(123,31,55,.08), transparent 24%),
    linear-gradient(180deg,#fff8fb,#fffafc);
}
.hero-copy{max-width:620px}
.eyebrow{
  display:inline-block; font-size:12px; font-weight:800; letter-spacing:.26em;
  color:var(--pink); margin-bottom:8px;
}
.hero h1{
  margin:0 0 14px;
  font-family:"Playfair Display",serif;
  color:var(--purple-dark);
  font-size:clamp(42px,6vw,78px);
  line-height:1.02;
  letter-spacing:-.03em;
}
.hero h1 span{
  display:block;
  font-family:"Parisienne",cursive;
  color:var(--purple);
  font-size:clamp(34px,4.8vw,62px);
  font-weight:400;
  line-height:1.05;
  margin-top:6px;
}
.hero p{
  margin:0; max-width:560px; color:var(--muted); font-size:18px;
}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin:30px 0 26px}
.hero-features{
  display:flex; flex-wrap:wrap; gap:22px; margin-top:8px;
}
.hero-features > div{
  display:flex; align-items:center; gap:10px; color:var(--purple-dark);
  font-size:14px; font-weight:600;
}
.feature-icon{
  width:34px; height:34px; border-radius:50%;
  display:grid; place-items:center; background:var(--pink-soft); color:var(--purple);
  font-size:14px;
}
.hero-photo{display:flex; justify-content:flex-end}
.photo-card{
  width:min(100%,640px); border-radius:34px; overflow:hidden;
  background:#fff; border:1px solid rgba(123,47,115,.08); box-shadow:var(--shadow);
}
.photo-card img{
  width:100%; aspect-ratio:1.07/1; object-fit:cover; object-position:center;
}

.home-highlights{
  display:grid; grid-template-columns:1fr 1fr; gap:26px;
  padding:20px clamp(22px,5vw,70px) 72px;
}
.highlight-card{
  background:linear-gradient(180deg,#fff,#fff8fb);
  border:1px solid var(--line);
  border-radius:28px; overflow:hidden; box-shadow:var(--shadow);
}
.highlight-card img{
  width:100%; aspect-ratio:16/8.7; object-fit:cover;
}
.highlight-content{padding:26px 26px 28px}
.mini-label{
  display:inline-block; font-size:10px; font-weight:800; letter-spacing:.18em;
  color:var(--pink); margin-bottom:8px;
}
.highlight-content h2{
  font-family:"Playfair Display",serif; color:var(--purple-dark);
  font-size:clamp(28px,4vw,46px); line-height:1.12; margin:0 0 10px;
}
.highlight-content p{margin:0 0 16px; color:var(--muted)}
.small-cta{
  display:inline-flex; align-items:center; gap:8px; font-weight:700;
  color:var(--purple); transition:.2s ease;
}
.small-cta:hover{transform:translateX(3px)}

.how-order{
  padding:24px clamp(22px,5vw,70px) 20px;
}
.how-copy{max-width:620px; margin-bottom:22px}
.how-copy h2{
  margin:8px 0 10px; font-family:"Playfair Display",serif;
  color:var(--purple-dark); font-size:clamp(34px,4.8vw,54px); line-height:1.1;
}
.how-copy p{margin:0; color:var(--muted)}
.steps-grid{
  display:grid; grid-template-columns:repeat(4,1fr); gap:18px;
}
.step{
  background:#fff; border:1px solid var(--line); border-radius:22px;
  padding:22px; box-shadow:0 10px 24px rgba(123,47,115,.06);
}
.step-num{
  width:42px; height:42px; border-radius:50%;
  display:grid; place-items:center;
  background:var(--pink-soft); color:var(--purple); font-weight:800;
}
.step h3{
  margin:14px 0 8px; font-size:20px; color:var(--purple-dark)
}
.step p{margin:0; color:var(--muted); font-size:14px}

.cta-band{
  margin:34px clamp(22px,5vw,70px) 24px;
  padding:22px 24px;
  background:linear-gradient(135deg,var(--purple-dark),var(--purple));
  color:#fff; border-radius:24px;
  display:flex; justify-content:space-between; align-items:center; gap:20px;
  box-shadow:var(--shadow);
}
.cta-band-copy{display:flex; flex-direction:column; gap:3px}
.cta-band-copy strong{font-size:24px; font-family:"Parisienne",cursive; font-weight:400}
.cta-band-copy span{font-size:15px; opacity:.95}

.section{
  padding:80px clamp(22px,5vw,70px);
}
.soft-panel{background:var(--pink-softer)}
.rosy-panel{background:linear-gradient(180deg,#fff8fb,#fff)}
.section-head{
  display:flex; justify-content:space-between; align-items:end; gap:20px;
  margin-bottom:26px;
}
.section-head h2{
  margin:8px 0 0; font-family:"Playfair Display",serif;
  color:var(--purple-dark); font-size:clamp(34px,4.6vw,52px); line-height:1.08;
}
.search{
  width:min(320px,100%);
  padding:13px 18px; border-radius:999px; border:1px solid var(--line);
  background:#fff; font-size:14px; outline:none;
}
.search:focus{border-color:#c48ba8; box-shadow:0 0 0 4px rgba(217,118,161,.10)}
.filters{
  display:flex; flex-wrap:wrap; gap:10px; margin-bottom:26px;
}
.filters button{
  border:1px solid var(--line); background:#fff; color:var(--purple-dark);
  border-radius:999px; padding:9px 14px; font-weight:700; cursor:pointer;
}
.filters button.active{background:var(--purple); color:#fff; border-color:var(--purple)}
.promo-grid{
  display:grid; grid-template-columns:1.3fr .7fr; gap:20px;
}
.promo-card{
  background:#fff; border-radius:26px; overflow:hidden;
  box-shadow:var(--shadow); border:1px solid var(--line);
}
.promo-big{display:grid; grid-template-columns:1fr 1fr}
.promo-big img{height:100%; object-fit:cover}
.promo-card img{
  width:100%; aspect-ratio:4/3; object-fit:cover;
}
.promo-info{padding:26px}
.promo-info h3{
  margin:8px 0 10px; font-family:"Playfair Display",serif;
  color:var(--purple-dark); font-size:36px; line-height:1.1;
}
.promo-info p{margin:0 0 18px; color:var(--muted)}
.promo-badge{
  display:inline-block; background:var(--pink-soft); color:var(--purple);
  padding:6px 10px; border-radius:999px; font-size:10px; font-weight:800; letter-spacing:.12em;
}
.promo-badge.soft{background:#f2ecf8}
.products{
  display:grid; grid-template-columns:repeat(4,1fr); gap:18px;
}
.product-card{
  background:#fff; border:1px solid var(--line); border-radius:22px;
  overflow:hidden; box-shadow:0 12px 26px rgba(123,47,115,.06);
  transition:.18s ease;
}
.product-card:hover{transform:translateY(-4px); box-shadow:0 18px 34px rgba(123,47,115,.10)}
.product-card > img{
  width:100%; aspect-ratio:1/1; object-fit:cover; background:#fff7fb;
}
.pc-body{padding:18px}
.pill{
  display:inline-block; font-size:10px; font-weight:800; letter-spacing:.14em;
  color:var(--purple); background:var(--pink-soft); padding:6px 9px;
  border-radius:999px;
}
.pc-body h3{
  margin:12px 0 8px; color:var(--purple-dark); font-size:18px; line-height:1.3;
}
.pc-body p{margin:0 0 10px; color:var(--muted); font-size:14px}
.price{
  color:var(--purple-dark) !important; font-weight:700; margin-bottom:14px !important;
}
.order{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; width:100%;
  background:linear-gradient(145deg,var(--purple),var(--purple-dark));
  color:#fff; border-radius:999px; font-size:14px; font-weight:700;
}
.breakfast .pc-body{
  min-height:286px; display:flex; flex-direction:column;
}
.breakfast .order{margin-top:auto}
.extras-block{margin-top:72px}
.extras-title{max-width:760px; margin-bottom:22px}
.extras-grid{grid-template-columns:repeat(5,1fr)}
.about-section{background:#fff}
.about-card{
  display:grid; grid-template-columns:1fr .86fr; gap:26px; align-items:center;
  background:linear-gradient(180deg,#fff,#fff7fb);
  border:1px solid var(--line); border-radius:30px; padding:26px; box-shadow:var(--shadow);
}
.about-copy h2{
  margin:8px 0 14px; font-family:"Playfair Display",serif;
  color:var(--purple-dark); font-size:clamp(32px,4vw,50px); line-height:1.08;
}
.about-copy p{margin:0 0 14px; color:var(--muted)}
.about-list{margin:0; padding-left:18px; color:var(--purple-dark)}
.about-list li{margin:8px 0}
.about-visual img{
  width:100%; border-radius:24px; box-shadow:0 12px 30px rgba(123,47,115,.10)
}
.contact-section{
  margin:0 clamp(22px,5vw,70px) 74px;
  padding:46px; border-radius:30px;
  background:linear-gradient(135deg,var(--purple-dark),var(--purple),#a5478e);
  color:#fff; display:grid; grid-template-columns:1fr 420px; gap:30px; align-items:center;
  box-shadow:var(--shadow);
}
.contact-copy h2{
  margin:8px 0 12px; font-family:"Playfair Display",serif; font-size:clamp(34px,5vw,58px); line-height:1.08;
}
.contact-copy p{margin:0; opacity:.92; max-width:640px}
.light-text{color:#f6d4e6}
.contact-card{
  background:#fff; color:var(--text); border-radius:22px; padding:24px;
}
.contact-card p{
  margin:0; padding:10px 0; display:grid; grid-template-columns:100px 1fr; gap:10px;
  border-bottom:1px solid var(--line); font-size:14px;
}
.contact-card p:last-of-type{margin-bottom:16px}
.contact-card strong{color:var(--purple-dark)}
.full-btn{width:100%}
.site-footer{
  padding:24px clamp(22px,5vw,70px) 34px;
  border-top:1px solid var(--line);
  display:flex; justify-content:space-between; gap:18px; flex-wrap:wrap;
  color:var(--muted); font-size:13px;
}
.footer-brand{display:flex; gap:10px}
.footer-brand strong{color:var(--purple-dark); letter-spacing:.12em}
.footer-brand span{letter-spacing:.30em; font-size:11px}
.floating-wa{
  position:fixed; right:20px; bottom:20px; z-index:130;
  width:58px; height:58px; border-radius:50%;
  display:grid; place-items:center; background:linear-gradient(145deg,var(--purple),var(--purple-dark));
  color:#fff; font-size:24px; box-shadow:0 14px 28px rgba(123,47,115,.28);
}

.hidden-card{display:none !important}

@media (max-width:1100px){
  .hero{grid-template-columns:1fr; gap:30px}
  .hero-copy{max-width:none}
  .hero-photo{justify-content:flex-start}
  .home-highlights, .promo-grid, .about-card, .contact-section{grid-template-columns:1fr}
  .promo-big{grid-template-columns:1fr}
  .products{grid-template-columns:repeat(3,1fr)}
  .extras-grid{grid-template-columns:repeat(3,1fr)}
  .steps-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:900px){
  .main-nav, .desktop-cta{display:none}
  .menu-toggle{display:block}
  .main-nav.open{
    display:flex; flex-direction:column;
    position:absolute; top:76px; left:18px; right:18px;
    background:#fff; border:1px solid var(--line); border-radius:20px; padding:18px;
    box-shadow:var(--shadow);
  }
  .logo-text strong{font-size:28px}
  .section-head{flex-direction:column; align-items:flex-start}
  .search{width:100%}
  .products{grid-template-columns:repeat(2,1fr)}
  .contact-card p{grid-template-columns:1fr}
}
@media (max-width:620px){
  .site-header{padding:12px 18px}
  .logo-mark{width:44px; height:44px}
  .logo-text strong{font-size:24px}
  .logo-text small{font-size:9px; letter-spacing:.28em}
  .hero, .section, .how-order, .home-highlights{padding-left:20px; padding-right:20px}
  .hero{padding-top:40px}
  .hero p{font-size:16px}
  .hero-actions .btn{width:100%}
  .hero-features{gap:14px}
  .hero-features > div{font-size:13px}
  .steps-grid, .products, .extras-grid{grid-template-columns:1fr}
  .cta-band{margin-left:20px; margin-right:20px; flex-direction:column; align-items:flex-start}
  .cta-band .btn{width:100%}
  .contact-section{margin:0 20px 54px; padding:28px}
}

.hero h1{max-width:760px}
.hero-copy p{max-width:650px}
.photo-card{border:1px solid rgba(123,31,55,.08)}
.logo-mark{
  border:3px solid #f8d6e4;
}
.logo-text small{
  color:#d99ab4;
}
.eyebrow{
  color:var(--pink);
}
.feature-icon{
  background:var(--pink-soft);
  border:1px solid #f3c7d8;
}
.mini-label{
  color:var(--pink);
}
.promo-badge.soft{
  background:var(--gold-soft);
  color:#8d6528;
}
.search:focus{
  border-color:#d793ad;
  box-shadow:0 0 0 4px rgba(236,122,166,.11);
}
.filters button.active{
  background:var(--purple-dark);
  border-color:var(--purple-dark);
}
.order{
  background:linear-gradient(145deg,var(--purple),var(--purple-dark));
}
.about-card{
  background:linear-gradient(180deg,#fff,#fff6fa);
}
.contact-section{
  background:linear-gradient(135deg,var(--purple-dark),#8c2945,var(--pink));
}
.site-footer{
  background:linear-gradient(180deg,#fffafc,#fff5f9);
}

/* Logo real proporcionado por el usuario */
.logo-image-link{
  display:flex;
  align-items:center;
  margin-right:auto;
  padding:0;
}
.logo-image{
  display:block;
  width:220px;
  max-width:28vw;
  height:auto;
  object-fit:contain;
}
@media (max-width:900px){
  .logo-image{
    width:190px;
    max-width:55vw;
  }
}
@media (max-width:620px){
  .logo-image{
    width:165px;
    max-width:58vw;
  }
}

/* Encabezado con logo real a la izquierda del texto DELIKATO BOCADITOS */
.logo-combo{
  display:flex;
  align-items:center;
  gap:14px;
  margin-right:auto;
}
.logo-badge-real{
  width:62px;
  height:62px;
  object-fit:contain;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 20px rgba(123,31,55,.10);
  flex:0 0 auto;
}
.logo-text-combo{
  display:flex;
  flex-direction:column;
  line-height:1;
}
.logo-text-combo strong{
  display:block;
  font-family:"Playfair Display",serif;
  color:var(--purple-dark);
  font-size:32px;
  letter-spacing:.08em;
}
.logo-text-combo small{
  display:block;
  margin-top:6px;
  color:#d99ab4;
  letter-spacing:.38em;
  font-size:10px;
  font-weight:700;
}

@media (max-width:900px){
  .logo-badge-real{
    width:54px;
    height:54px;
  }
  .logo-text-combo strong{
    font-size:26px;
  }
  .logo-text-combo small{
    font-size:9px;
    letter-spacing:.28em;
  }
}

@media (max-width:620px){
  .logo-combo{
    gap:10px;
  }
  .logo-badge-real{
    width:46px;
    height:46px;
  }
  .logo-text-combo strong{
    font-size:22px;
  }
  .logo-text-combo small{
    font-size:8px;
    letter-spacing:.24em;
    margin-top:4px;
  }
}

/* V3.5 — mejora de visualización de fotografías */
.product-card > img{
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  background: #fff8fb;
}
.product-card{
  overflow: hidden;
}
.product-card:hover > img{
  transform: scale(1.025);
}
.product-card > img{
  transition: transform .25s ease;
}
.highlight-card img,
.promo-card img,
.photo-card img{
  image-rendering: auto;
}
@media (max-width:620px){
  .product-card > img{
    aspect-ratio: 16 / 11;
  }
}

/* V3.7 — zoom al pasar el mouse + galería ampliada */
.product-card > img,
.highlight-card img,
.promo-card img,
.photo-card img,
.about-visual img{
  cursor: zoom-in;
  transition: transform .28s ease, filter .28s ease;
}

@media (hover:hover) and (pointer:fine){
  .product-card:hover > img,
  .highlight-card:hover img,
  .promo-card:hover img,
  .photo-card:hover img,
  .about-visual:hover img{
    transform: scale(1.06);
    filter: saturate(1.04) contrast(1.03);
  }
}

.product-card,
.highlight-card,
.promo-card,
.photo-card,
.about-visual{
  overflow:hidden;
}

.image-lightbox{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:28px;
}
.image-lightbox.open{
  display:flex;
}
.lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(40,22,31,.82);
  backdrop-filter:blur(4px);
}
.lightbox-content{
  position:relative;
  z-index:2;
  margin:0;
  max-width:min(1100px,94vw);
  max-height:90vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.lightbox-content img{
  max-width:100%;
  max-height:80vh;
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:20px;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
  background:#fff;
}
.lightbox-content figcaption{
  color:#fff;
  font-size:14px;
  text-align:center;
  max-width:760px;
}
.lightbox-close{
  position:absolute;
  top:18px;
  right:22px;
  z-index:3;
  width:46px;
  height:46px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.35);
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}
body.lightbox-open{
  overflow:hidden;
}
@media (max-width:620px){
  .image-lightbox{padding:16px}
  .lightbox-close{top:10px;right:10px}
  .lightbox-content img{max-height:74vh}
}

/* V3.8 — visor grande y nítido al hacer clic */
.image-lightbox{
  position:fixed;
  inset:0;
  z-index:99999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.image-lightbox.open{display:flex}
.lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(24,12,18,.90);
  backdrop-filter:blur(7px);
}
.lightbox-content{
  position:relative;
  z-index:2;
  margin:0;
  width:min(96vw,1500px);
  max-height:94vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.lightbox-content img{
  display:block;
  width:auto;
  height:auto;
  max-width:96vw;
  max-height:88vh;
  object-fit:contain;
  border-radius:16px;
  background:#fff;
  box-shadow:0 25px 80px rgba(0,0,0,.40);
}
.lightbox-content figcaption{
  color:#fff;
  font-size:14px;
  text-align:center;
  background:rgba(0,0,0,.25);
  padding:6px 12px;
  border-radius:999px;
}
.lightbox-close{
  position:fixed;
  top:18px;
  right:22px;
  z-index:100000;
  width:50px;
  height:50px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.45);
  background:#fff;
  color:#7b1f37;
  font-size:34px;
  font-weight:700;
  line-height:1;
  cursor:pointer;
  box-shadow:0 8px 30px rgba(0,0,0,.25);
}
.product-card > img{
  cursor:zoom-in;
}
@media (max-width:620px){
  .image-lightbox{padding:8px}
  .lightbox-content img{
    max-width:98vw;
    max-height:82vh;
    border-radius:12px;
  }
  .lightbox-close{
    top:10px;
    right:10px;
    width:46px;
    height:46px;
  }
}


/* V4.0 — ampliación garantizada sin JavaScript */
.zoom-link{
  display:block;
  overflow:hidden;
  cursor:zoom-in;
}
.zoom-link > img{
  width:100%;
  cursor:zoom-in;
}
.css-lightbox{
  position:fixed;
  inset:0;
  z-index:999999;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.css-lightbox:target{
  display:flex;
}
.css-lightbox-backdrop{
  position:absolute;
  inset:0;
  background:rgba(20,10,16,.92);
  backdrop-filter:blur(6px);
}
.css-lightbox-content{
  position:relative;
  z-index:2;
  margin:0;
  max-width:96vw;
  max-height:94vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
}
.css-lightbox-content img{
  display:block;
  width:auto;
  height:auto;
  max-width:94vw;
  max-height:84vh;
  object-fit:contain;
  border-radius:16px;
  background:#fff;
  box-shadow:0 25px 80px rgba(0,0,0,.38);
}
.css-lightbox-content figcaption{
  color:#fff;
  font-size:14px;
  text-align:center;
  background:rgba(0,0,0,.28);
  padding:6px 12px;
  border-radius:999px;
}
.css-lightbox-close{
  position:fixed;
  top:16px;
  right:20px;
  z-index:3;
  width:50px;
  height:50px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  color:#7b1f37;
  font-size:34px;
  line-height:1;
  font-weight:700;
  text-decoration:none;
  box-shadow:0 8px 30px rgba(0,0,0,.28);
}
@media (hover:hover) and (pointer:fine){
  .zoom-link:hover > img{
    transform:scale(1.06);
  }
}
@media (max-width:620px){
  .css-lightbox{
    padding:8px;
  }
  .css-lightbox-content img{
    max-width:98vw;
    max-height:80vh;
    border-radius:12px;
  }
  .css-lightbox-close{
    top:10px;
    right:10px;
    width:46px;
    height:46px;
  }
}


/* V4.1 — sección de video DELIKATO */
.video-showcase{
  display:grid;
  grid-template-columns:1fr .72fr;
  gap:44px;
  align-items:center;
  padding:70px clamp(22px,5vw,70px);
  background:linear-gradient(180deg,#fff,#fff6fa);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.video-copy{
  max-width:670px;
}
.video-copy h2{
  margin:8px 0 14px;
  font-family:"Playfair Display",serif;
  color:var(--purple-dark);
  font-size:clamp(34px,4.6vw,56px);
  line-height:1.08;
}
.video-copy p{
  margin:0 0 24px;
  color:var(--muted);
  font-size:17px;
  max-width:610px;
}
.video-frame{
  justify-self:center;
  width:min(100%,390px);
  padding:12px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
}
.video-frame video{
  display:block;
  width:100%;
  max-height:680px;
  aspect-ratio:9/16;
  object-fit:cover;
  border-radius:20px;
  background:#f8edf2;
}
.video-note{
  padding:10px 8px 2px;
  text-align:center;
  font-size:11px;
  color:var(--muted);
}
@media (max-width:900px){
  .video-showcase{
    grid-template-columns:1fr;
  }
  .video-frame{
    justify-self:start;
  }
}
@media (max-width:620px){
  .video-showcase{
    padding:54px 20px;
    gap:26px;
  }
  .video-frame{
    width:100%;
    max-width:360px;
    justify-self:center;
  }
}

/* V4.2 — rendimiento */
.product-card, .highlight-card, .promo-card{
  content-visibility:auto;
  contain-intrinsic-size: 360px 520px;
}
img{
  max-width:100%;
  height:auto;
}

/* V4.4 — galería estable, imágenes completas y cierre sin salto de posición */
/* Las imágenes clicables se muestran completas dentro de su tarjeta, sin recorte. */
.product-card .zoom-link{
  aspect-ratio: 1 / 1;
  display:grid;
  place-items:center;
  background:#fff8fb;
}
.product-card .zoom-link > img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.highlight-card .zoom-link{
  aspect-ratio:16 / 8.7;
  display:grid;
  place-items:center;
  background:#fff8fb;
}
.highlight-card .zoom-link > img,
.promo-card .zoom-link > img,
.photo-card .zoom-link > img,
.about-visual .zoom-link > img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
}
.promo-card .zoom-link{
  aspect-ratio:4 / 3;
  display:grid;
  place-items:center;
  background:#fff8fb;
}
.photo-card .zoom-link{
  aspect-ratio:1.07 / 1;
  display:grid;
  place-items:center;
  background:#fff8fb;
}
.about-visual .zoom-link{
  display:grid;
  place-items:center;
  background:#fff8fb;
}

/* El visor anterior por :target queda desactivado. El nuevo visor JS no modifica la URL. */
.css-lightbox:target{display:none!important}

.delikato-viewer{
  position:fixed;
  inset:0;
  z-index:1000000;
  display:none;
  align-items:center;
  justify-content:center;
  background:rgba(15,8,12,.94);
  backdrop-filter:blur(7px);
  touch-action:none;
  overscroll-behavior:contain;
}
.delikato-viewer.open{display:flex}
.delikato-viewer-stage{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:72px 18px 28px;
  overflow:hidden;
}
.delikato-viewer-image{
  display:block;
  max-width:96vw;
  max-height:86vh;
  width:auto;
  height:auto;
  object-fit:contain;
  object-position:center;
  user-select:none;
  -webkit-user-drag:none;
  transform-origin:center center;
  transition:transform .16s ease;
  border-radius:14px;
  background:#fff;
  box-shadow:0 24px 80px rgba(0,0,0,.45);
  cursor:zoom-in;
}
.delikato-viewer-image.is-zoomed{
  cursor:grab;
  transition:none;
}
.delikato-viewer-image.is-dragging{cursor:grabbing}
.delikato-viewer-close{
  position:fixed;
  top:max(12px, env(safe-area-inset-top));
  right:max(12px, env(safe-area-inset-right));
  z-index:1000002;
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.45);
  border-radius:50%;
  background:#fff;
  color:#7b1f37;
  font:700 34px/1 Arial,sans-serif;
  box-shadow:0 8px 30px rgba(0,0,0,.30);
  cursor:pointer;
}
.delikato-viewer-hint{
  position:fixed;
  left:50%;
  bottom:max(12px, env(safe-area-inset-bottom));
  transform:translateX(-50%);
  z-index:1000001;
  max-width:90vw;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(0,0,0,.40);
  color:#fff;
  font-size:12px;
  text-align:center;
  pointer-events:none;
  opacity:.88;
}
body.delikato-viewer-open{
  overflow:hidden;
}
@media (max-width:620px){
  .product-card .zoom-link{aspect-ratio:1 / 1}
  .delikato-viewer-stage{padding:66px 6px 22px}
  .delikato-viewer-image{
    max-width:98vw;
    max-height:84vh;
    border-radius:10px;
  }
  .delikato-viewer-close{
    width:46px;
    height:46px;
    font-size:31px;
  }
  .delikato-viewer-hint{font-size:11px}
}


/* V4.5 — catálogo editorial DELIKATO: imagen completa y visor sin solapamientos */
.product-card .zoom-link{
  aspect-ratio:4 / 5 !important;
  padding:0 !important;
  overflow:hidden;
  border-radius:18px 18px 0 0;
  background:#f8eef2 !important;
}
.product-card .zoom-link > img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block;
  background:#f8eef2;
}
.delikato-viewer-stage{
  padding:74px 18px 76px !important;
}
.delikato-viewer-image{
  max-width:min(94vw, 1120px) !important;
  max-height:calc(100vh - 160px) !important;
  object-fit:contain !important;
  background:transparent !important;
  box-shadow:0 22px 70px rgba(0,0,0,.38) !important;
}
.delikato-viewer-hint{
  bottom:max(18px, env(safe-area-inset-bottom)) !important;
  background:rgba(20,12,16,.72) !important;
  padding:8px 14px !important;
  box-shadow:0 8px 24px rgba(0,0,0,.22);
}
@media(max-width:620px){
  .delikato-viewer-stage{padding:66px 6px 68px !important}
  .delikato-viewer-image{
    max-width:97vw !important;
    max-height:calc(100vh - 145px) !important;
  }
}
