:root{
  /* Paleta inspirada en tu etiqueta */
  --cream: #F7F2EA;
  --paper: #FFF9F1;
  --ink:   #3A2E3D;
  --mauve: #8A6A86;     /* morado Mora */
  --mauve-2:#B79FB2;    /* pastel */
  --line:  rgba(58,46,61,.12);
  --shadow: 0 18px 50px rgba(25, 20, 25, .10);
}

*{ box-sizing:border-box; }
html,body{ margin:0; padding:0; }
body{
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color: var(--ink);
  background:
    url("../img/texture-paper.svg") repeat,
    linear-gradient(180deg, var(--cream), #ffffff);
}

a{ color: inherit; text-decoration: none; }
.container{ width:min(1100px, 92%); margin:0 auto; }

.srOnly{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden;
  clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

/* Header */
.siteHeader{
  position: sticky; top:0; z-index: 20;
  background: rgba(255,249,241,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.siteHeader__row{ display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:12px;}
.brand__logo{ height:34px; display:block; }

.nav{ display:flex; align-items:center; gap:18px; }
.nav a{ opacity:.9; }
.nav a:hover{ opacity:1; color: var(--mauve); }

/* Buttons */
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px; border-radius:14px;
  border:1px solid var(--line);
  background: transparent;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  font-weight:600;
}
.btn:hover{ transform: translateY(-1px); box-shadow: 0 10px 22px rgba(0,0,0,.08); }
.btn--primary{
  background: linear-gradient(180deg, var(--mauve), #755572);
  color: #fff;
  border-color: transparent;
}
.btn--ghost{ background: rgba(255,255,255,.55); }
.btn--sm{ padding:9px 12px; border-radius:12px; font-size:14px; }

/* Hero */
.hero{
  position:relative;
  padding: 56px 0 28px;
  overflow:hidden;
}
.hero__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 26px;
  align-items: stretch;
}
.hero__content{ padding: 18px 0; }
.pill{
  display:inline-block;
  padding: 8px 12px;
  border-radius:999px;
  background: rgba(138,106,134,.10);
  border: 1px solid rgba(138,106,134,.18);
  color: var(--mauve);
  font-weight:700;
  letter-spacing:.2px;
  font-size: 13px;
}
.hero h1{
  margin: 16px 0 10px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.6px;
}
.hero p{ margin: 0 0 16px; opacity:.9; font-size: 16px; line-height:1.6; }
.hero__actions{ display:flex; gap:12px; flex-wrap:wrap; margin-top: 12px; }

.trust{ display:flex; gap:16px; margin-top: 22px; flex-wrap:wrap; }
.trust__item{
  padding: 12px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.56);
  border:1px solid var(--line);
}
.trust__item strong{ display:block; }
.trust__item span{ opacity:.75; font-size: 13px; }

/* Right hero card */
.hero__card{
  border-radius: 26px;
  background: rgba(255,255,255,.62);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  position:relative;
  overflow:hidden;
}
.hero__cardInner{
  padding: 20px;
  height:100%;
  display:grid;
  place-items:center;
}
.tagPreview{
  width: min(360px, 92%);
  border-radius: 22px;
  background: linear-gradient(180deg, var(--paper), rgba(255,255,255,.75));
  border: 1px solid rgba(138,106,134,.22);
  padding: 18px 16px;
  text-align:center;
}
.tagPreview__logo{ width: 160px; height:auto; display:block; margin: 0 auto 14px; }
.tagPreview__line{
  height:1px; width: 86%;
  margin: 0 auto 12px;
  background: rgba(138,106,134,.22);
}
.tagPreview__text{ margin:0 0 10px; opacity:.82; }
.tagPreview__link{ color: var(--mauve); font-weight:700; }

/* Decorative botanical corners */
.hero__decor{
  position:absolute;
  width: 320px; height: 320px;
  background: url("../img/botanical-corners.svg") no-repeat center/contain;
  opacity: .55;
  pointer-events:none;
}
.hero__decor--tl{ top:-120px; left:-110px; transform: rotate(12deg); }
.hero__decor--br{ bottom:-150px; right:-130px; transform: rotate(200deg); }

/* Sections */
.section{ padding: 56px 0; }
.section--soft{
  background: rgba(255,255,255,.48);
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.section__head{ margin-bottom: 18px; }
.section__head h2, .section__head h1{ margin:0 0 6px; }
.section__head p{ margin:0; opacity:.75; }

.grid3{ display:grid; grid-template-columns: repeat(3,1fr); gap:16px; }
.card{
  border-radius: 22px;
  background: rgba(255,255,255,.65);
  border:1px solid var(--line);
  padding: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}
.card:hover{ border-color: rgba(138,106,134,.28); }
.card__icon{ font-size: 24px; }
.card h3{ margin: 10px 0 6px; }
.card p{ margin: 0; opacity:.8; line-height:1.55; }
.card--pad{ padding: 22px; }

/* Care */
.careGrid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.careItem{
  display:flex; gap: 12px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.62);
  border:1px solid var(--line);
}
.careItem__icon{
  width: 44px; height:44px;
  display:grid; place-items:center;
  border-radius: 16px;
  background: rgba(138,106,134,.12);
  border:1px solid rgba(138,106,134,.18);
}
.careItem h3{ margin:0 0 6px; font-size: 16px; }
.careItem p{ margin:0; opacity:.78; font-size:14px; line-height:1.5; }

.ctaRow{
  margin-top: 18px;
  display:flex; justify-content:space-between; align-items:center;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(138,106,134,.14), rgba(255,255,255,.58));
  border:1px solid rgba(138,106,134,.22);
}
.ctaRow__left h3{ margin:0 0 6px; }
.ctaRow__left p{ margin:0; opacity:.8; }

/* Newsletter + social */
.split{ display:grid; grid-template-columns: 1.05fr .95fr; gap: 16px; align-items: stretch; }
.split__card{
  border-radius: 26px;
  background: rgba(255,255,255,.64);
  border:1px solid var(--line);
  padding: 22px;
  box-shadow: var(--shadow);
}
.form{ display:flex; gap: 10px; margin-top: 12px; flex-wrap:wrap; }
input, textarea{
  width: 100%;
  border-radius: 16px;
  border:1px solid var(--line);
  padding: 12px 14px;
  background: rgba(255,255,255,.72);
  outline: none;
}
.form input{ flex: 1 1 240px; }
.form button{ flex: 0 0 auto; }

.social{ display:flex; gap: 12px; margin-top: 14px; flex-wrap:wrap; }
.social--stack{ flex-direction:column; align-items:flex-start; }
.social__item{
  display:flex; align-items:center; gap:10px;
  padding: 10px 12px;
  border-radius: 16px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.55);
}
.social__item img{ width:18px; height:18px; opacity:.9; }
.social__item span{ font-weight:700; opacity:.85; }

.split__visual{
  position:relative;
  border-radius: 26px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.50);
  overflow:hidden;
  display:grid;
  place-items:center;
  padding: 18px;
}
.mock{
  width: min(420px, 94%);
  border-radius: 20px;
  border: 1px solid rgba(58,46,61,.12);
  background: rgba(255,255,255,.75);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.mock__top{
  display:flex; gap:8px; padding: 10px 12px;
  border-bottom:1px solid var(--line);
  background: rgba(138,106,134,.08);
}
.dot{ width:10px; height:10px; border-radius:99px; background: rgba(58,46,61,.22); }
.mock__body{ padding: 16px; }
.mock__chips{ display:flex; gap: 8px; flex-wrap:wrap; margin-top: 10px;}
.mock__chips span{
  font-size: 12px; font-weight:700; color: var(--mauve);
  background: rgba(138,106,134,.12);
  border:1px solid rgba(138,106,134,.18);
  padding: 6px 10px; border-radius:999px;
}
.botanicalStamp{
  position:absolute; right:-60px; bottom:-70px;
  width: 260px; height:260px;
  background: url("../img/botanical-corners.svg") no-repeat center/contain;
  opacity: .35;
  transform: rotate(220deg);
}

/* Products */
.filters{ display:flex; gap:10px; flex-wrap:wrap; margin: 10px 0 18px; }
.chip{
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.55);
  font-weight:700;
  opacity:.9;
}
.chip--active{
  background: rgba(138,106,134,.14);
  border-color: rgba(138,106,134,.26);
  color: var(--mauve);
}
.products{ display:grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.product{
  border-radius: 22px;
  background: rgba(255,255,255,.66);
  border:1px solid var(--line);
  padding: 14px;
}
.product__img{
  height: 130px;
  border-radius: 18px;
  border:1px solid rgba(138,106,134,.20);
  background:
    radial-gradient(circle at 30% 30%, rgba(183,159,178,.40), transparent 45%),
    radial-gradient(circle at 70% 60%, rgba(138,106,134,.26), transparent 50%),
    linear-gradient(180deg, rgba(255,255,255,.75), rgba(255,255,255,.45));
}
.product h3{ margin: 10px 0 6px; font-size: 15px; }
.product__desc{ margin:0 0 10px; opacity:.78; font-size: 13px; line-height: 1.5;}
.product__row{ display:flex; justify-content:space-between; align-items:center; gap: 8px; }
.price{ font-weight: 800; color: var(--mauve); }

/* Contact */
.contactGrid{ display:grid; grid-template-columns: 1.2fr .8fr; gap: 14px; }
.miniNote{ margin-top: 14px; padding: 12px; border-radius: 16px; border:1px solid var(--line); background: rgba(255,255,255,.55); }

/* Footer */
.siteFooter{
  border-top: 1px solid var(--line);
  background: rgba(255,249,241,.70);
  padding: 30px 0 18px;
}
.siteFooter__grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
}
.footerLogo{ height: 30px; }
.footerLinks{ list-style:none; padding:0; margin: 8px 0 0; }
.footerLinks li{ margin: 8px 0; opacity:.85; }
.footerLinks a:hover{ color: var(--mauve); }
.muted{ opacity:.76; line-height:1.5; }
.siteFooter__bottom{
  margin-top: 16px;
  padding-top: 14px;
  border-top:1px solid var(--line);
  opacity:.75;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 980px){
  .hero__grid{ grid-template-columns: 1fr; }
  .grid3{ grid-template-columns: 1fr; }
  .careGrid{ grid-template-columns: 1fr; }
  .split{ grid-template-columns: 1fr; }
  .products{ grid-template-columns: repeat(2, 1fr); }
  .contactGrid{ grid-template-columns: 1fr; }
  .siteFooter__grid{ grid-template-columns: 1fr; }
}
@media (max-width: 520px){
  .products{ grid-template-columns: 1fr; }
}
