:root {
  --cream: #f5efdf;
  --paper: #fffdf8;
  --ink: #183c35;
  --muted: #5f6d67;
  --coral: #ff6d55;
  --pink: #f5a7b8;
  --lime: #dfe852;
  --green: #2e6b54;
  --yellow: #f3c851;
  --radius: 34px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
.announcement {
  background: var(--ink);
  color: white;
  text-align: center;
  padding: 9px 16px;
  font-size: .72rem;
  letter-spacing: .16em;
  font-weight: 700;
}
.site-header {
  height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  background: var(--cream);
  position: relative;
  z-index: 20;
}
.brand { display: inline-flex; flex-direction: column; width: fit-content; line-height: .8; }
.brand span { font-family: "Fraunces", serif; font-size: .78rem; font-style: italic; margin-left: 2px; }
.brand strong { font-family: "Fraunces", serif; font-size: 1.55rem; letter-spacing: -.05em; }
nav { display: flex; gap: 34px; font-size: .9rem; font-weight: 600; }
nav a { transition: color .2s; }
nav a:hover { color: var(--coral); }
.header-cta { justify-self: end; border: 1px solid var(--ink); border-radius: 999px; padding: 10px 20px; font-size: .85rem; font-weight: 700; }
.menu-button { display: none; background: none; border: 0; padding: 10px; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { min-height: calc(100svh - 116px); position: relative; display: flex; align-items: flex-end; overflow: hidden; }
.hero-photo { position: absolute; inset: 0; background: radial-gradient(circle at 76% 38%, #f3c851 0 11%, transparent 12%), radial-gradient(circle at 67% 55%, #9ebf5a 0 14%, transparent 15%), linear-gradient(120deg, #ff755d 0 42%, #f5a7b8 100%); background-size: cover; background-position: center; transform: scale(1.01); }
.hero.with-image .hero-photo { background-image: url("assets/hero.png"); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,48,42,.82) 0%, rgba(16,48,42,.42) 45%, rgba(16,48,42,.03) 76%); }
.hero-content { position: relative; z-index: 2; color: white; padding: clamp(48px, 8vw, 110px) 5vw; max-width: 850px; }
.eyebrow { margin: 0 0 18px; font-size: .74rem; letter-spacing: .18em; font-weight: 700; }
.eyebrow.accent { color: var(--coral); }
h1, h2, blockquote { font-family: "Fraunces", serif; letter-spacing: -.045em; line-height: .98; }
h1 { font-size: clamp(3.4rem, 7vw, 6.8rem); margin: 0; font-weight: 500; max-width: 850px; }
h1 em, h2 em { font-weight: 500; }
.hero-kicker { margin: 0 0 8px; font-family: "Fraunces", serif; font-size: clamp(1.5rem, 2.6vw, 2.4rem); font-style: italic; }
.hero-copy { max-width: 500px; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.5; margin: 24px 0; }
.hero-actions { display: flex; align-items: center; gap: 25px; font-size: .8rem; font-weight: 700; letter-spacing: .04em; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 54px; padding: 0 28px; border-radius: 999px; font-weight: 700; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: var(--lime); }
.button-dark { background: var(--ink); color: white; }

.section-shell { width: min(1180px, 90vw); margin-inline: auto; }
.intro { padding: 115px 0; display: grid; grid-template-columns: 1.35fr .65fr; gap: 90px; align-items: end; }
.intro .eyebrow { grid-column: 1 / -1; margin-bottom: -50px; }
.intro h2, .rhythm h2, .included h2, .about h2, .community h2, .offer h2, .faq h2, .final-cta h2 { font-size: clamp(2.7rem, 5vw, 5.2rem); margin: 0; font-weight: 500; }
.intro > p:last-child { color: var(--muted); margin: 0 0 6px; }

.numbers { display: grid; grid-template-columns: repeat(3,1fr); background: var(--lime); border-block: 1px solid rgba(24,60,53,.25); }
.numbers article { min-height: 270px; padding: 42px 5vw; display: flex; align-items: flex-end; gap: 26px; border-right: 1px solid rgba(24,60,53,.25); }
.numbers article:last-child { border: 0; }
.numbers strong { font-family: "Fraunces", serif; font-weight: 500; font-size: clamp(4rem, 7vw, 7.5rem); line-height: .8; }
.numbers span { line-height: 1.35; font-size: .92rem; font-weight: 600; }

.rhythm { padding: 110px 0; }
.rhythm-title { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px; }
.rhythm-title h2 { max-width: 680px; }
.moments { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.moment { min-height: 430px; border-radius: var(--radius); padding: 34px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; position: relative; }
.morning { background: var(--yellow); }
.daytime { background: var(--lime); }
.afternoon { background: var(--pink); }
.moment::after { content: ""; width: 270px; height: 270px; border: 55px solid rgba(255,255,255,.42); border-radius: 50%; position: absolute; right: -55px; top: 35px; }
.afternoon::after { width: 210px; height: 360px; border-radius: 50% 50% 45% 45%; transform: rotate(22deg); }
.moment-number { font-family: "Fraunces", serif; font-size: 2rem; position: relative; z-index: 1; }
.moment > div { max-width: 440px; position: relative; z-index: 1; }
.moment-time { font-size: .72rem; letter-spacing: .16em; font-weight: 700; }
.moment h3 { font-family: "Fraunces", serif; font-size: clamp(2rem, 2.6vw, 2.6rem); line-height: 1; margin: 12px 0 20px; }
.moment p:last-child { margin: 0; }

.included { background: var(--ink); color: white; padding: 105px 0; }
.included-heading { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; margin-bottom: 80px; }
.included-heading h2 { color: var(--lime); }
.included-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.28); }
.included-grid article { padding: 32px 28px 8px 0; border-right: 1px solid rgba(255,255,255,.28); }
.included-grid article + article { padding-left: 28px; }
.included-grid article:last-child { border: 0; }
.included-grid span { display: block; color: var(--pink); font-family: "Fraunces", serif; font-size: 1.4rem; }
.included-grid h3 { font-family: "Fraunces", serif; font-size: 1.8rem; line-height: 1.1; margin: 44px 0 16px; }
.included-grid p { color: rgba(255,255,255,.7); margin: 0; font-size: .94rem; }

.manifesto { min-height: 560px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--cream); }
.manifesto-copy { padding: 120px max(5vw, calc((100vw - 1180px)/2)); display: flex; flex-direction: column; justify-content: center; }
blockquote { font-size: clamp(3rem, 5.3vw, 5.8rem); margin: 0; }
.ingredients-art { position: relative; overflow: hidden; background: var(--coral); }
.ingredients-art span { position: absolute; font-weight: 700; letter-spacing: .08em; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 20px 50px rgba(24,60,53,.12); }
.ingredients-art .lime { width: 260px; height: 260px; top: 12%; left: 10%; background: #e7ef78; transform: rotate(-12deg); }
.ingredients-art .carrot { width: 310px; height: 120px; bottom: 14%; right: -5%; background: #ff925b; border-radius: 60% 35% 50% 45%; transform: rotate(-22deg); }
.ingredients-art .mint { width: 190px; height: 270px; top: 18%; right: 5%; background: #6eae70; border-radius: 80% 20% 80% 20%; transform: rotate(28deg); color: white; }
.ingredients-art .ginger { width: 180px; height: 180px; bottom: 5%; left: 15%; background: #efd0a1; }

.about { padding: 115px 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: center; }
.about-mark { aspect-ratio: 1; border-radius: 50%; background: var(--pink); display: grid; place-items: center; font-family: "Fraunces", serif; font-size: clamp(5rem, 12vw, 10rem); letter-spacing: -.1em; }
.about-copy > p:not(.eyebrow):not(.signature) { color: var(--muted); max-width: 650px; }
.signature { font-family: "Fraunces", serif; font-size: 2.1rem; font-style: italic; color: var(--coral); margin-top: 32px; }

.community { background: var(--cream); padding: 100px 0; }
.community-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.community-badge { aspect-ratio: 1; max-width: 440px; border-radius: 50%; background: var(--lime); display: grid; place-items: center; align-content: center; gap: 0; transform: rotate(-4deg); box-shadow: inset 0 0 0 1px rgba(24,60,53,.16); }
.community-badge span { font-size: .78rem; letter-spacing: .2em; font-weight: 700; }
.community-badge strong { font-family: "Fraunces", serif; font-size: 8rem; font-weight: 500; line-height: .8; color: var(--coral); }
.community h2 { font-size: clamp(2.8rem, 4.4vw, 4.6rem); }
.community-copy > p:last-child { color: var(--muted); max-width: 670px; font-size: 1.05rem; }

.offer { margin-top: 110px; margin-bottom: 110px; display: grid; grid-template-columns: 1fr .82fr; gap: 90px; align-items: center; }
.offer-lead { padding: 20px 0; }
.offer-lead .eyebrow { color: var(--coral); }
.offer-lead > p:last-child { color: var(--muted); max-width: 630px; font-size: 1.05rem; }
.offer-card { background: var(--pink); border-radius: var(--radius); padding: clamp(32px, 5vw, 58px); box-shadow: 0 24px 70px rgba(24,60,53,.12); }
.offer-name { margin: 0 0 28px; font-size: .75rem; letter-spacing: .15em; font-weight: 700; }
.recipe-total { display: flex; align-items: flex-end; gap: 18px; margin: 0 0 28px; }
.recipe-total strong { font-family: "Fraunces", serif; font-size: 7.5rem; font-weight: 500; line-height: .75; }
.recipe-total span { font-weight: 700; line-height: 1.15; }
.offer-card ul { list-style: none; padding: 0; margin: 0; border-top: 1px solid rgba(24,60,53,.2); }
.offer-card li { padding: 13px 0; border-bottom: 1px solid rgba(24,60,53,.2); }
.offer-card li::before { content: "✓"; display: inline-block; margin-right: 12px; font-weight: 700; }
.price-block { margin: 34px 0 25px; }
.price-block > span { font-size: .7rem; letter-spacing: .14em; font-weight: 700; }
.price-block > div { display: flex; align-items: flex-end; gap: 20px; }
.price-block strong { font-family: "Fraunces", serif; font-size: 6.8rem; line-height: .95; font-weight: 500; }
.price-block s { margin-bottom: 17px; color: var(--muted); }
.offer-button { width: 100%; }
.offer-format { margin: 13px 0 0; color: var(--muted); font-size: .78rem; font-weight: 600; text-align: center; }

.faq { padding: 95px 0 115px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; border-top: 1px solid #d9ddcf; }
.faq h2 { font-size: clamp(2.8rem, 4.5vw, 4.5rem); }
details { border-bottom: 1px solid #cfd5ca; padding: 24px 0; }
summary { cursor: pointer; list-style: none; font-family: "Fraunces", serif; font-size: 1.4rem; display: flex; justify-content: space-between; gap: 20px; }
summary::after { content: "+"; color: var(--coral); font-family: "DM Sans", sans-serif; }
details[open] summary::after { content: "−"; }
details p { color: var(--muted); max-width: 650px; padding-right: 35px; }

.final-cta { background: var(--coral); min-height: 520px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 80px 20px; }
.final-cta h2 { max-width: 1050px; font-size: clamp(3.4rem, 6vw, 6.4rem); }
.final-cta > p:not(.eyebrow):not(.closing-product) { max-width: 650px; font-size: 1.1rem; margin: 24px 0 14px; }
.final-cta .closing-product { margin: 0 0 30px; font-weight: 700; }
footer { background: var(--cream); min-height: 210px; padding: 55px 4vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; font-size: .82rem; }
.footer-brand strong { font-size: 1.9rem; }
footer p:last-child { justify-self: end; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; }
  nav, .header-cta { display: none; }
  nav.open { display: flex; position: absolute; left: 0; right: 0; top: 74px; flex-direction: column; background: var(--cream); padding: 28px 5vw; gap: 20px; border-top: 1px solid rgba(24,60,53,.15); }
  .menu-button { display: block; }
  .hero { min-height: 730px; }
  .hero-shade { background: linear-gradient(0deg, rgba(16,48,42,.88) 0%, rgba(16,48,42,.25) 75%); }
  .hero-content { padding: 50px 6vw; }
  .intro { grid-template-columns: 1fr; gap: 30px; padding: 90px 0; }
  .intro .eyebrow { margin-bottom: 0; }
  .numbers article { min-height: 210px; flex-direction: column; align-items: flex-start; justify-content: flex-end; gap: 18px; }
  .rhythm-title { display: block; }
  .included-heading { grid-template-columns: 1fr; gap: 26px; }
  .included-grid { grid-template-columns: 1fr 1fr; }
  .included-grid article:nth-child(2) { border-right: 0; }
  .included-grid article:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.28); }
  .manifesto { grid-template-columns: 1fr; }
  .ingredients-art { min-height: 520px; }
  .moments { grid-template-columns: 1fr; }
  .moment { min-height: 420px; }
  .about, .community-inner, .offer, .faq { gap: 55px; }
  .offer { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .announcement { font-size: .61rem; letter-spacing: .11em; }
  .brand strong { font-size: 1.3rem; }
  .hero { min-height: 680px; }
  h1 { font-size: clamp(3.1rem, 14vw, 4.1rem); }
  .hero-kicker { font-size: 1.4rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 14px; }
  .intro h2, .rhythm h2, .included h2, .about h2, .community h2, .offer h2, .faq h2 { font-size: 2.8rem; }
  .numbers { grid-template-columns: 1fr; }
  .numbers article { min-height: 155px; flex-direction: row; align-items: flex-end; border-right: 0; border-bottom: 1px solid rgba(24,60,53,.25); padding: 28px 6vw; }
  .numbers strong { font-size: 5rem; }
  .rhythm { padding: 85px 0; }
  .moment { min-height: 430px; padding: 30px; }
  .included { padding: 85px 0; }
  .included-grid { grid-template-columns: 1fr; }
  .included-grid article, .included-grid article + article { border-right: 0; border-top: 1px solid rgba(255,255,255,.28); padding: 28px 0; }
  .included-grid h3 { margin-top: 38px; }
  .manifesto-copy { padding: 90px 5vw; }
  blockquote { font-size: 3rem; }
  .ingredients-art { min-height: 430px; }
  .about, .community-inner, .faq { grid-template-columns: 1fr; padding: 90px 0; gap: 45px; }
  .about-mark { width: 78vw; max-width: 420px; justify-self: center; }
  .community { padding: 0; }
  .community-badge { width: 78vw; max-width: 420px; justify-self: center; }
  .offer { margin-top: 90px; margin-bottom: 90px; }
  .offer-card { padding: 32px 24px; }
  .price-block strong { font-size: 5.8rem; }
  .final-cta { min-height: 550px; }
  footer { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  footer p { margin: 0; }
  footer p:last-child { justify-self: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}


/* Ajustes de legibilidad, retrato y tasa BCV */
h1, h2, h3, blockquote, summary { text-wrap: balance; }
p, li { text-wrap: pretty; }
.about-copy, .community-copy, .offer-lead { max-width: 720px; }
.about-copy > p:not(.eyebrow):not(.signature),
.community-copy > p:last-child,
.offer-lead > p:last-child { line-height: 1.72; }
.about-mark { overflow: hidden; padding: 0; background: var(--pink); }
.about-mark img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; border-radius: 50%; }
.bcv-inline { font-family: "DM Sans", sans-serif; font-size: .32em; font-weight: 700; letter-spacing: .02em; line-height: 1.2; opacity: .72; white-space: nowrap; }
.announcement .bcv-inline { font-size: .82em; margin-left: .35em; }
.button .bcv-inline { display: inline-block; font-size: .68em; margin-left: .3em; opacity: .78; vertical-align: .08em; }
.price-block > div { align-items: baseline; gap: 12px; flex-wrap: wrap; }
.price-block > div .bcv-inline { margin-bottom: .7rem; }
.closing-product .bcv-inline { font-size: .72em; margin-left: .25em; }

@media (max-width: 640px) {
  .hero-content, .manifesto-copy { padding-left: 7vw; padding-right: 7vw; }
  h1 { font-size: clamp(2.85rem, 13vw, 3.75rem); line-height: .96; }
  .intro h2, .rhythm h2, .included h2, .about h2, .community h2, .offer h2, .faq h2 { font-size: clamp(2.15rem, 10vw, 2.65rem); line-height: 1.02; }
  .about, .community-inner, .faq { padding-top: 76px; padding-bottom: 76px; }
  .about-copy > p:not(.eyebrow):not(.signature),
  .community-copy > p:last-child,
  .offer-lead > p:last-child { font-size: 1rem; line-height: 1.68; }
  .about-mark, .community-badge { width: min(76vw, 360px); }
  .recipe-total { align-items: center; gap: 14px; }
  .recipe-total strong { font-size: 5.7rem; }
  .price-block strong { font-size: 5rem; }
  .final-cta { padding-left: 7vw; padding-right: 7vw; }
  .final-cta h2 { font-size: clamp(2.7rem, 12vw, 3.6rem); line-height: .98; }
  .announcement .bcv-inline { display: block; margin: 2px 0 0; }
}


/* Encabezado de ancho completo */
body header.site-header {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 max(4vw, calc((100vw - 1140px) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: var(--cream);
}
@media (max-width: 900px) {
  body header.site-header {
    grid-template-columns: 1fr auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

body header.site-header:not(.dynamic-header) {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}


/* Prioridad tipográfica frente al reset de Hello Elementor */
body.home,
body.checkout-page,
body.thanks-page {
  font-family: "DM Sans", sans-serif;
}

body.home h1,
body.home h2,
body.home blockquote,
body.checkout-page h1,
body.checkout-page h2,
body.checkout-page blockquote,
body.thanks-page h1,
body.thanks-page h2,
body.thanks-page blockquote {
  font-family: "Fraunces", serif;
}
