:root{
  --navy:#092331;
  --navy2:#14384a;
  --green:#2f5f3c;
  --gold:#c79b3f;
  --gold2:#e6bd63;
  --paper:#fffdfa;
  --cream:#faf6ef;
  --line:#e7ded0;
  --ink:#17252d;
  --muted:#63717a;
  --shadow:0 16px 38px rgba(9,35,49,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:'Manrope',Arial,sans-serif;line-height:1.65}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,92%);margin:auto}
.eyebrow{display:inline-block;color:var(--gold);font-size:12px;letter-spacing:3px;text-transform:uppercase;font-weight:800;margin-bottom:10px}
.section-title{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(38px,4vw,60px);line-height:1.02;margin:0 0 16px;color:var(--navy)}
.gold-line{width:62px;height:2px;background:var(--gold);margin:0 0 24px}

.header{position:sticky;top:0;z-index:50;background:rgba(255,253,250,.96);border-bottom:1px solid rgba(231,222,208,.85);backdrop-filter:blur(14px)}
.nav{height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:14px;min-width:0}.brand-mark{width:64px;height:auto;flex:0 0 auto;display:block}.brand-copy{display:flex;flex-direction:column;justify-content:center;line-height:1}.brand-copy strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:28px;color:#1f1f1f;letter-spacing:.5px;white-space:nowrap;display:block}.brand-copy small{margin-top:8px;color:var(--gold);font-size:12px;letter-spacing:2.6px;text-transform:uppercase;font-weight:700;white-space:nowrap;display:block}
.menu{display:flex;align-items:center;gap:30px;font-weight:700;font-size:14px}.menu a{position:relative;padding:12px 0}.menu a:after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;background:var(--gold);transform:scaleX(0);transform-origin:left;transition:.25s}.menu a:hover,.menu a.active{color:var(--gold)}.menu a:hover:after,.menu a.active:after{transform:scaleX(1)}
.social{display:flex;gap:10px;align-items:center}.social a,.footer-social a{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 8px 20px rgba(9,35,49,.12);transition:.2s}.social a:hover,.footer-social a:hover{transform:translateY(-2px)}.fb{background:#294f93}.ig{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.mail{background:#e95a46}.wa{background:#25d366}.icon{width:18px;height:18px;fill:currentColor}.hamb{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 13px;font-weight:900;color:var(--navy)}

.hero-wrap{padding:18px 0 10px}
.hero{position:relative;min-height:455px;border-radius:22px;overflow:hidden;box-shadow:0 20px 46px rgba(9,35,49,.12);background:#0d2733}
.hero-slide{position:absolute;inset:0;opacity:0;pointer-events:none;background-size:cover;background-position:center center;transition:opacity .55s ease}
.hero-slide.active{opacity:1;pointer-events:auto}
.hero-slide::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,38,52,.96) 0%,rgba(9,35,49,.9) 34%,rgba(9,35,49,.56) 58%,rgba(9,35,49,.16) 100%)}
.hero-copy{position:relative;z-index:2;color:#fff;max-width:500px;padding:34px 36px 120px 76px;text-shadow:0 2px 12px rgba(0,0,0,.22)}
.hero-kicker{font-size:12px;letter-spacing:3px;text-transform:uppercase;font-weight:800;color:var(--gold2);display:inline-block;margin-bottom:8px}
.hero h1{font-family:'Cormorant Garamond',Georgia,serif;font-size:clamp(42px,4.1vw,58px);line-height:.94;margin:0 0 10px}
.hero h1 em{display:block;color:var(--gold2);font-style:italic;font-weight:600}
.hero p{max-width:430px;margin:0;color:#f1f5f4;font-size:14px;font-weight:500;line-height:1.55}
.hero-line{width:88px;height:3px;background:var(--gold);margin:0 0 18px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:12px 20px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--gold);color:#17252d}.btn-secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.34);color:#fff}
.slider-arrow{position:absolute;z-index:6;bottom:26px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:var(--navy);font-size:22px;cursor:pointer;box-shadow:0 12px 25px rgba(0,0,0,.15)}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.dots{position:absolute;z-index:6;left:50%;bottom:42px;transform:translateX(-50%);display:flex;gap:9px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.76);cursor:pointer}.dot.active{width:24px;border-radius:999px;background:var(--gold)}

section{padding:48px 0}.about{background:#fff}.about-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:42px;align-items:center}.about p{color:#4e5d65;font-size:15px;margin:0 0 10px}.about-photo{border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.about-photo img{width:100%;height:340px;object-fit:cover}
.products{background:linear-gradient(180deg,#fbf6ee 0%,#fffdfa 100%)}.head{margin-bottom:24px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{position:relative;background:#fffaf3;border:1px solid #dec9a2;border-radius:18px;overflow:hidden;box-shadow:0 12px 24px rgba(9,35,49,.05);transition:transform .26s ease, box-shadow .26s ease, border-color .26s ease}
.product-card::before{display:none;content:none}
.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 30px rgba(9,35,49,.11);border-color:#c79b3f}
.product-card img{height:182px;width:100%;object-fit:cover;object-position:center center;background:#ffffff;padding:10px 10px 0;transition:transform .32s ease, filter .32s ease;border-bottom:1px solid #efe5d7}
.product-card .body{position:relative;min-height:168px;padding:18px 18px 16px;background:#fffdfa;display:flex;flex-direction:column;transition:background .28s ease,color .28s ease}
.product-card .body::before{content:"";display:block;width:54px;height:2px;background:var(--gold);margin:0 0 14px;transition:width .28s ease, background .28s ease}
.product-card h3{font-family:'Cormorant Garamond',Georgia,serif;font-size:28px;line-height:1.04;margin:0 0 8px;color:var(--navy)}
.product-card p{font-size:14px;line-height:1.5;color:#5e676e;margin:0;transition:color .28s ease}
.product-card .card-badge{margin-top:auto;align-self:center;width:28px;height:28px;border-radius:50%;border:1px solid #d2a84d;color:#d2a84d;display:grid;place-items:center;font-size:13px;font-weight:700;background:transparent;transition:border-color .28s ease,color .28s ease,background .28s ease}
.product-card:hover img{transform:scale(1.04);filter:saturate(1.04)}
.product-card:hover .body{background:linear-gradient(180deg,#10384a 0%,#0c2d3c 100%)}
.product-card:hover .body::before{width:76px;background:#f0c974}
.product-card:hover h3,.product-card:hover p{color:#fff}
.product-card:hover p{color:#d7e3e7}
.product-card:hover .card-badge{border-color:#d7ac53;color:#d7ac53;background:rgba(255,255,255,.04)}
.footer-brand-lockup{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.footer-mark{width:56px;height:auto;filter:drop-shadow(0 6px 14px rgba(0,0,0,.16))}
.footer-brand-text{display:flex;flex-direction:column;line-height:1}
.footer-brand-text strong{font-family:'Cormorant Garamond',Georgia,serif;font-size:24px;letter-spacing:.5px;color:#fff}
.footer-brand-text small{margin-top:4px;color:var(--gold2);font-size:10px;letter-spacing:1.7px;text-transform:uppercase;font-weight:700}
.benefits{background:#f4ecdf;padding:22px 0}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.benefit{display:flex;gap:14px;align-items:flex-start;border-right:1px solid #d9cab5;padding-right:18px}.benefit:last-child{border-right:0}.benefit .bicon{min-width:42px;height:42px;border:1px solid var(--gold);border-radius:50%;display:grid;place-items:center;color:var(--gold)}.benefit h4{margin:0 0 4px;color:var(--navy);font-size:16px}.benefit p{margin:0;color:#5f6d74;font-size:13px}
.footer{background:radial-gradient(circle at 18% 0%,#153d4f 0%,#092330 56%,#061821 100%);color:#e8f0ef;padding:42px 0 0}.footer-grid{display:grid;grid-template-columns:1.05fr 1.15fr 1.05fr 1fr;gap:30px}.footer h3{font-size:15px;letter-spacing:.5px;margin:0 0 16px;text-transform:uppercase;color:#fff}.footer p{font-size:14px;color:#c7d4d2;margin:0 0 12px}.footer-logo-box{background:#fff;border-radius:16px;padding:0;display:flex;align-items:center;gap:12px;box-shadow:none;margin-bottom:14px;background:none}.footer-brand img{height:auto}.footer-brand img.footer-mark{width:56px}.footer-social{display:flex;gap:10px;margin-top:16px}.contact-row{display:grid;grid-template-columns:36px 1fr;gap:12px;margin-bottom:16px}.contact-row .circle{width:36px;height:36px;border:1px solid rgba(225,184,93,.65);border-radius:50%;display:grid;place-items:center;color:var(--gold2)}.contact-row b{display:block;color:#fff;font-size:14px;margin-bottom:1px}.contact-row span,.contact-row a{font-size:14px;color:#d8e2e0}.highlight{color:var(--gold2)!important;font-weight:800;border-top:1px solid rgba(255,255,255,.16);padding-top:12px;margin-top:10px}.footer-btn{display:inline-flex;margin-top:8px;border:1px solid rgba(255,255,255,.22);border-radius:10px;padding:11px 15px;color:#fff;font-weight:800;font-size:13px}.copyright{margin-top:28px;border-top:1px solid rgba(255,255,255,.1);padding:16px 0;text-align:center;color:#afbfbd;font-size:13px}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:70;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 16px 35px rgba(37,211,102,.35);transition:.2s}.whatsapp:hover{transform:translateY(-3px) scale(1.02)}.whatsapp svg{width:34px;height:34px;fill:#fff}

@media(max-width:1180px){.product-grid{grid-template-columns:repeat(3,1fr)}.product-card img{height:170px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:920px){.about-grid{grid-template-columns:1fr;gap:30px}.benefit-grid{grid-template-columns:1fr 1fr}.benefit:nth-child(2){border-right:0}.hero{min-height:430px}.hero-copy{max-width:100%;padding:34px 30px 114px 60px}}
@media(max-width:780px){.nav{height:auto;padding:14px 0;gap:14px}.brand-mark{width:62px}.brand-copy strong{font-size:22px}.brand-copy small{font-size:10px;letter-spacing:1.8px}.hamb{display:block}.menu{position:absolute;left:0;right:0;top:100%;display:none;flex-direction:column;align-items:flex-start;background:#fffdfa;border-bottom:1px solid var(--line);padding:16px 4%;gap:8px}.menu.open{display:flex}.social{display:none}.product-grid{grid-template-columns:1fr 1fr;gap:16px}.product-card img{height:160px}.product-card .body{min-height:156px;padding:16px 16px 14px}.product-card h3{font-size:24px}.footer-grid,.benefit-grid{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid #d9cab5;padding-bottom:16px}.benefit:last-child{border-bottom:0}}
@media(max-width:540px){.section-title{font-size:40px}.product-grid{grid-template-columns:1fr}.product-card img{height:190px}.product-card .body{min-height:150px}.hero-wrap{padding-top:10px}.hero{min-height:450px;border-radius:0;margin-left:-4%;margin-right:-4%}.hero-copy{padding:30px 22px 124px 22px}.hero h1{font-size:44px}.hero p{font-size:14px}.slider-arrow{bottom:20px}.dots{bottom:34px}.brand{gap:10px}.brand-mark{width:46px}.brand-copy strong{font-size:18px}.brand-copy small{font-size:9px;letter-spacing:1.4px}.footer-mark{width:50px}.footer-brand-text strong{font-size:20px}.footer-brand-text small{font-size:8px;letter-spacing:1.2px}.whatsapp{width:58px;height:58px}.whatsapp svg{width:30px;height:30px}}




/* Precio prolijo en tarjetas */
.product-price{
  margin-top:14px;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:end;
  gap:2px 10px;
  padding:12px 14px;
  border-radius:14px;
  background:linear-gradient(180deg,#fff7e8 0%,#f4ecdf 100%);
  border:1px solid rgba(199,155,63,.45);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.65);
}

.product-price .price-label{
  grid-column:1 / 3;
  color:#a77c25;
  font-size:10px;
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
}

.product-price strong{
  color:#092331;
  font-size:24px;
  font-weight:900;
  line-height:1;
  letter-spacing:.2px;
}

.product-price small{
  color:#6a747a;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
  padding-bottom:2px;
}

.product-card:hover .product-price{
  background:rgba(255,255,255,.08);
  border-color:rgba(230,189,99,.72);
}

.product-card:hover .product-price .price-label,
.product-card:hover .product-price strong,
.product-card:hover .product-price small{
  color:#f7d987;
}

/* Panel de carga de precios */
.price-panel{
  padding:48px 0;
  background:linear-gradient(180deg,#fbf6ee 0%,#fffdfa 100%);
}

.price-panel-box{
  background:#fff;
  border:1px solid #e7ded0;
  border-radius:22px;
  box-shadow:0 18px 42px rgba(9,35,49,.08);
  overflow:hidden;
}

.price-panel-head{
  padding:26px 28px;
  background:#092331;
  color:#fff;
}

.price-panel-head h1{
  font-family:'Cormorant Garamond',Georgia,serif;
  font-size:42px;
  line-height:1;
  margin:0 0 8px;
}

.price-panel-head p{
  margin:0;
  color:#d6e2df;
}

.price-form{
  padding:26px 28px;
}

.price-row{
  display:grid;
  grid-template-columns:1.2fr .8fr .65fr;
  gap:14px;
  align-items:end;
  padding:14px 0;
  border-bottom:1px solid #efe6d8;
}

.price-row:last-child{border-bottom:0}

.price-row label{
  font-weight:900;
  color:#092331;
}

.price-row input,
.price-row select{
  width:100%;
  border:1px solid #d8c8ad;
  border-radius:12px;
  padding:12px 13px;
  font-family:'Manrope',Arial,sans-serif;
  font-size:15px;
  outline:none;
}

.price-row input:focus,
.price-row select:focus{
  border-color:#c79b3f;
  box-shadow:0 0 0 3px rgba(199,155,63,.18);
}

.price-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  padding-top:24px;
}

.admin-note{
  margin-top:18px;
  padding:14px 16px;
  border-radius:14px;
  background:#fff7e8;
  border:1px solid #eadcc6;
  color:#5b5142;
  font-size:14px;
}

@media(max-width:700px){
  .price-row{grid-template-columns:1fr}
}


/* Ajustes de tarjetas y precios */
.product-card{
  display:flex;
  flex-direction:column;
}

.product-card .body{
  flex:1;
  display:flex;
  flex-direction:column;
  padding-bottom:22px;
}

.product-card .card-badge{
  margin-top:20px;
  margin-bottom:0;
}

.product-price{
  margin-top:14px;
  margin-bottom:8px;
  padding:10px 13px;
  border-radius:13px;
  gap:1px 8px;
}

.product-price .price-label{
  font-size:9px;
  letter-spacing:2px;
}

.product-price strong{
  font-size:22px;
  line-height:1;
}

.product-price small{
  font-size:11px;
  padding-bottom:1px;
}

/* El rollover ocupa visualmente toda la tarjeta */
.product-card:hover{
  background:linear-gradient(180deg,#10384a 0%,#0c2d3c 100%);
}

.product-card:hover .body{
  background:transparent;
}

.product-card:hover img{
  filter:saturate(1.05) brightness(.82);
}

.product-card:hover .product-price{
  background:rgba(255,255,255,.06);
  border-color:rgba(230,189,99,.75);
}

@media(max-width:780px){
  .product-price strong{font-size:20px}
  .product-price{padding:9px 12px}
}


/* Switch mostrar/ocultar y mensaje de guardado */
.visibility-control{
  display:flex;
  align-items:center;
  gap:10px;
  justify-content:flex-start;
  padding-bottom:2px;
}

.visibility-control input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.switch-ui{
  width:48px;
  height:26px;
  border-radius:999px;
  background:#d9cab5;
  position:relative;
  cursor:pointer;
  transition:.2s ease;
  box-shadow:inset 0 0 0 1px rgba(9,35,49,.08);
}

.switch-ui::after{
  content:"";
  position:absolute;
  top:4px;
  left:4px;
  width:18px;
  height:18px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 4px 10px rgba(0,0,0,.18);
  transition:.2s ease;
}

.visibility-control input:checked + .switch-ui{
  background:#c79b3f;
}

.visibility-control input:checked + .switch-ui::after{
  transform:translateX(22px);
}

.visibility-text{
  font-size:13px;
  font-weight:900;
  color:#092331;
}

.price-row.with-visibility{
  grid-template-columns:1.05fr .65fr .55fr .45fr;
}

.toast{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:9999;
  display:flex;
  align-items:flex-start;
  gap:12px;
  max-width:360px;
  padding:16px 18px;
  border-radius:18px;
  background:#092331;
  color:#fff;
  box-shadow:0 20px 45px rgba(9,35,49,.22);
  border:1px solid rgba(230,189,99,.35);
  opacity:0;
  transform:translateY(18px);
  pointer-events:none;
  transition:.28s ease;
}

.toast.show{
  opacity:1;
  transform:translateY(0);
}

.toast-icon{
  width:30px;
  height:30px;
  border-radius:50%;
  background:#c79b3f;
  color:#092331;
  display:grid;
  place-items:center;
  font-weight:900;
  flex:0 0 auto;
}

.toast strong{
  display:block;
  font-size:15px;
  margin-bottom:2px;
}

.toast span{
  display:block;
  color:#d6e2df;
  font-size:13px;
  line-height:1.35;
}

.toast.error{
  background:#5b1f1f;
  border-color:rgba(255,180,180,.45);
}

.toast.error .toast-icon{
  background:#ffd2d2;
  color:#5b1f1f;
}

@media(max-width:800px){
  .price-row.with-visibility{grid-template-columns:1fr}
}
