:root{--forest:#1f4636;--forest-deep:#143025;--forest-soft:#2f5a47;--cream:#f7f1e3;--cream-deep:#efe6d2;--gold:#c8a24c;--gold-soft:#d9bd78;--orange:#d4682a;--orange-soft:#e08a4f;--bg:#fbf8f0;--surface:#fff;--text:#3c4742;--text-soft:#6a756f;--text-h:#16271f;--border:#e6ddc9;--shadow-sm:0 1px 2px #1430250f;--shadow-md:0 10px 30px -12px #14302540;--shadow-lg:0 24px 60px -20px #14302559;--serif:"Fraunces", "Cormorant Garamond", Georgia, serif;--serif-light:"Cormorant Garamond", Georgia, serif;--sans:"Inter", system-ui, "Segoe UI", Roboto, sans-serif;--radius:16px;--radius-sm:10px;--maxw:1200px;font:17px/1.6 var(--sans);color:var(--text);background:var(--bg);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{background:var(--bg);margin:0}h1,h2,h3,h4{font-family:var(--serif);color:var(--text-h);letter-spacing:-.01em;margin:0;font-weight:600;line-height:1.12}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}ul{margin:0;padding:0;list-style:none}button{cursor:pointer;font-family:inherit}:focus-visible{outline:2px solid var(--gold);outline-offset:3px}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.eyebrow{font-family:var(--sans);letter-spacing:.18em;text-transform:uppercase;color:var(--orange);margin:0 0 14px;font-size:.78rem;font-weight:600}.section{padding:96px 0}@media (width<=768px){.section{padding:64px 0}}.btn{font-family:var(--sans);white-space:nowrap;border:1.5px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:.92rem;font-weight:600;line-height:1;transition:transform .18s,box-shadow .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.btn--lg{padding:16px 30px;font-size:1rem}.btn--solid{background:var(--forest);color:var(--cream);box-shadow:var(--shadow-md)}.btn--solid:hover{background:var(--forest-deep)}.btn--outline{color:var(--forest);border-color:var(--forest);background:0 0}.btn--outline:hover{background:var(--forest);color:var(--cream)}.btn--gold{background:var(--gold);color:var(--forest-deep);box-shadow:var(--shadow-md)}.btn--gold:hover{background:var(--gold-soft)}.eyebrow--gold{color:var(--gold)}.section-head{text-align:center;max-width:640px;margin:0 auto 52px}.section-head h2{font-size:clamp(2rem,4vw,2.9rem);display:inline-block;position:relative}.section-head h2:after{content:"";background:var(--gold);border-radius:3px;width:60px;height:3px;margin:14px auto 0;display:block}.section-head__lead{color:var(--text-soft);margin-top:16px;font-size:1.08rem}.logo{align-items:center;gap:12px;display:inline-flex}.logo__mark{flex-shrink:0}.logo__text{flex-direction:column;line-height:1.1;display:flex}.logo__name{font-family:var(--serif);letter-spacing:.12em;font-size:1.5rem;font-weight:700}.logo__sub{font-family:var(--sans);letter-spacing:.16em;text-transform:uppercase;font-size:.58rem;font-weight:600}.topbar{background:var(--forest-deep);color:#f7f1e3d9;font-size:.82rem}.topbar__inner{justify-content:space-between;align-items:center;gap:16px;min-height:40px;padding-top:8px;padding-bottom:8px;display:flex}.topbar__meta{align-items:center;gap:22px;display:flex}.topbar__item{color:inherit;align-items:center;gap:7px;display:inline-flex}.topbar__item svg{width:15px;height:15px;color:var(--gold-soft)}.topbar__social{gap:8px;display:flex}.topbar__social a{width:26px;height:26px;color:var(--cream);background:#f7f1e31f;border-radius:50%;place-items:center;font-size:.72rem;font-weight:600;transition:background .2s;display:grid}.topbar__social a:hover{background:var(--gold);color:var(--forest-deep)}@media (width<=760px){.topbar__welcome{display:none}.topbar__inner{justify-content:center}.topbar__meta{gap:16px}}.nav{z-index:50;background:var(--surface);border-bottom:1px solid var(--border);transition:box-shadow .3s;position:sticky;top:0}.nav--scrolled{box-shadow:var(--shadow-sm)}.nav__inner{justify-content:space-between;align-items:center;gap:24px;height:76px;display:flex}.nav__links{align-items:center;gap:22px;margin-left:auto;display:flex}.nav__links>a{color:var(--text);font-size:.86rem;font-weight:500;transition:color .2s;position:relative}.nav__links>a:hover{color:var(--forest)}.nav__links>a:after{content:"";background:var(--gold);width:0;height:2px;transition:width .22s;position:absolute;bottom:-6px;left:0}.nav__links>a:hover:after{width:100%}.nav__mobile-cta,.nav__toggle{display:none}.nav__toggle{background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px}.nav__toggle span{background:var(--forest);border-radius:2px;width:24px;height:2px;display:block}@media (width<=1040px){.nav__cta{display:none}.nav__toggle{display:flex}.nav__links{background:var(--cream);flex-direction:column;justify-content:center;gap:22px;margin:0;transition:transform .3s;position:fixed;inset:76px 0 0;transform:translate(100%)}.nav__links.is-open{transform:translate(0)}.nav__links>a{font-size:1.15rem}.nav__mobile-cta{margin-top:10px;display:inline-flex}}.hero{background:linear-gradient(180deg, #fdfaf2 0%, var(--bg) 100%);padding:72px 0 84px;position:relative;overflow:hidden}.hero__bg{pointer-events:none;position:absolute;inset:0}.hero__blob{filter:blur(60px);opacity:.5;border-radius:50%;position:absolute}.hero__blob--1{background:radial-gradient(circle,#c8a24c52,#0000 70%);width:420px;height:420px;top:-120px;right:-60px}.hero__blob--2{background:radial-gradient(circle,#2f5a4733,#0000 70%);width:460px;height:460px;bottom:-200px;left:-120px}.hero__inner{grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;display:grid;position:relative}.hero__title{font-size:clamp(2.4rem,5.2vw,3.9rem);line-height:1.08}.hero__title-accent{color:var(--forest)}.hero__lead{color:var(--text-soft);max-width:32em;margin:24px 0 32px;font-size:1.12rem}.hero__actions{flex-wrap:wrap;gap:14px;display:flex}.hero__visual{position:relative}.hero__photo{box-shadow:var(--shadow-lg);aspect-ratio:4/3.2;background:linear-gradient(160deg,#eef3ea 0%,#e3ddc9 100%);border-radius:20px;place-items:center;display:grid;position:relative;overflow:hidden}.hero__scene{width:92%;height:auto}.hero__photo-tag{z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text-h);box-shadow:var(--shadow-sm);background:#ffffffe6;border-radius:999px;align-items:center;gap:9px;padding:10px 16px;font-size:.84rem;font-weight:600;display:inline-flex;position:absolute;bottom:18px;left:18px}.hero__dot{background:var(--orange);border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #d4682a2e}@media (width<=880px){.hero__inner{grid-template-columns:1fr;gap:40px}}.trust{background:var(--forest);color:var(--cream)}.trust__inner{grid-template-columns:repeat(4,1fr);gap:24px;padding-top:30px;padding-bottom:30px;display:grid}.trust__item{align-items:center;gap:14px;display:flex}.trust__item:not(:last-child){border-right:1px solid #f7f1e324}.trust__icon{width:38px;height:38px;color:var(--gold-soft);flex-shrink:0}.trust__text{flex-direction:column;display:flex}.trust__text strong{font-family:var(--serif);letter-spacing:.02em;text-transform:uppercase;font-size:1.02rem;font-weight:600}.trust__text span{color:#f7f1e3b3;font-size:.82rem}@media (width<=880px){.trust__inner{grid-template-columns:repeat(2,1fr);gap:22px 16px}.trust__item:nth-child(2n){border-right:none}}@media (width<=480px){.trust__inner{grid-template-columns:1fr}.trust__item{border-right:none!important}}.about__inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.about__title{margin-bottom:22px;font-size:clamp(2rem,4vw,2.9rem)}.about__text{color:var(--text-soft);margin-bottom:18px;font-size:1.06rem}.about__intro .btn{margin-top:14px}.about__pillars{flex-direction:column;gap:18px;display:flex}.about__pillar{background:var(--surface);border:1px solid var(--border);border-left:4px solid var(--gold);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);padding:26px 28px;transition:transform .2s,box-shadow .2s}.about__pillar:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.about__pillar h3{color:var(--forest);margin-bottom:8px;font-size:1.3rem}.about__pillar p{color:var(--text-soft);font-size:.98rem}@media (width<=880px){.about__inner{grid-template-columns:1fr;gap:40px}}.services{background:linear-gradient(180deg, var(--bg) 0%, #f4efe2 100%)}.services__grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:30px 24px;transition:transform .2s,box-shadow .2s,border-color .2s}.service-card:hover{box-shadow:var(--shadow-md);border-color:#0000;transform:translateY(-4px)}.service-card__icon{width:64px;height:64px;color:var(--forest);background:#1f463614;border-radius:50%;place-items:center;margin:0 auto 16px;transition:background .2s,color .2s;display:grid}.service-card:hover .service-card__icon{background:var(--forest);color:var(--gold-soft)}.service-card__icon svg{width:30px;height:30px}.service-card h3{margin-bottom:8px;font-size:1.18rem}.service-card p{color:var(--text-soft);font-size:.94rem}@media (width<=880px){.services__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.services__grid{grid-template-columns:1fr}}.conditions{background:var(--cream-deep)}.conditions__inner{grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px;display:grid}.conditions h2{margin-bottom:18px;font-size:clamp(2rem,4vw,2.7rem)}.conditions__text{color:var(--text-soft);font-size:1.06rem}.conditions__list{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.condition-chip{background:var(--surface);border:1px solid var(--border);color:var(--text-h);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:12px;padding:15px 20px;font-size:.96rem;font-weight:500;transition:transform .2s,box-shadow .2s;display:flex}.condition-chip:hover{box-shadow:var(--shadow-md);transform:translate(4px)}.condition-chip__icon{width:24px;height:24px;color:var(--forest);flex-shrink:0}@media (width<=880px){.conditions__inner{grid-template-columns:1fr;gap:36px}}@media (width<=520px){.conditions__list{grid-template-columns:1fr}}.shop{background:linear-gradient(180deg, #f4efe2 0%, var(--bg) 100%)}.shop__head{justify-content:space-between;align-items:center;gap:24px;margin-bottom:40px;display:flex}.shop__intro{align-items:center;gap:18px;display:flex}.shop__mark{width:52px;height:52px;color:var(--forest);background:#1f463614;border-radius:14px;flex-shrink:0;place-items:center;display:grid}.shop__mark svg{width:30px;height:30px}.shop__intro h2{margin-bottom:6px;font-size:clamp(1.8rem,3.5vw,2.4rem)}.shop__intro p{color:var(--text-soft);max-width:44ch}.shop__rail{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:18px 16px 20px;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-5px)}.product-card__bottle{border-radius:var(--radius-sm);background:linear-gradient(#f0f4ee 0%,#e7eadf 100%);place-items:end center;height:150px;margin-bottom:14px;padding-bottom:12px;display:grid}.product-card__body{border-radius:12px 12px 8px 8px;justify-content:center;align-items:flex-end;width:64px;height:110px;padding-bottom:8px;display:flex;position:relative;box-shadow:inset 0 -6px 14px #0000002e,0 6px 12px #00000026}.product-card__cap{background:#00000059;border-radius:4px;width:40px;height:14px;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.product-card__label{text-transform:uppercase;letter-spacing:.02em;width:52px;min-height:64px;color:var(--forest-deep);background:#ffffffeb;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:6px 4px;font-size:.5rem;font-weight:700;line-height:1.15;display:flex}.product-card__leaf{width:16px;height:16px;color:var(--forest-soft)}.product-card__leaf svg{width:100%;height:100%}.product-card__tag{letter-spacing:.1em;text-transform:uppercase;color:var(--orange);margin-bottom:4px;font-size:.66rem;font-weight:700;display:inline-block}.product-card h3{font-size:1rem}@media (width<=980px){.shop__rail{grid-template-columns:repeat(3,1fr)}}@media (width<=760px){.shop__head{flex-direction:column;align-items:flex-start}}@media (width<=560px){.shop__rail{grid-template-columns:repeat(2,1fr)}}.pharmacy{background:var(--bg)}.pharmacy__grid{grid-template-columns:1.15fr .85fr;align-items:stretch;gap:28px;display:grid}.pharmacy__panel{background:linear-gradient(160deg, var(--forest) 0%, var(--forest-deep) 100%);color:var(--cream);border-radius:var(--radius);padding:44px}.pharmacy__mark{width:56px;height:56px;color:var(--gold-soft);background:#f7f1e31f;border-radius:14px;place-items:center;margin-bottom:18px;display:grid}.pharmacy__mark svg{width:30px;height:30px}.pharmacy__panel h2{color:var(--cream);margin-bottom:14px;font-size:clamp(1.8rem,3.5vw,2.4rem)}.pharmacy__text{color:#f7f1e3cc;margin-bottom:26px}.pharmacy__list{grid-template-columns:1fr 1fr;gap:14px 24px;margin-bottom:32px;display:grid}.pharmacy__list li{color:var(--cream);align-items:center;gap:12px;font-weight:500;display:flex}.pharmacy__list svg{width:22px;height:22px;color:var(--gold-soft);background:#f7f1e31f;border-radius:50%;flex-shrink:0;padding:4px}.pharmacy__cta{background:var(--cream);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;justify-content:center;padding:44px;display:flex;position:relative;overflow:hidden}.pharmacy__cta-glow{pointer-events:none;background:radial-gradient(circle,#d4682a2e,#0000 70%);border-radius:50%;width:240px;height:240px;position:absolute;top:-80px;right:-80px}.pharmacy__cta h2{margin-bottom:14px;font-size:clamp(1.7rem,3.2vw,2.2rem);position:relative}.pharmacy__cta p{color:var(--text-soft);margin-bottom:26px;position:relative}.pharmacy__cta-actions{flex-wrap:wrap;gap:12px;display:flex;position:relative}@media (width<=880px){.pharmacy__grid{grid-template-columns:1fr}}@media (width<=480px){.pharmacy__list{grid-template-columns:1fr}.pharmacy__panel,.pharmacy__cta{padding:32px 26px}}.blog{background:linear-gradient(180deg, var(--bg) 0%, #f4efe2 100%)}.blog__grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.blog-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.blog-card__media{height:150px;color:var(--gold-soft);background:linear-gradient(150deg,#2f5a47 0%,#1f4636 100%);place-items:center;display:grid;position:relative}.blog-card__icon{opacity:.9;width:46px;height:46px}.blog-card__category{letter-spacing:.08em;text-transform:uppercase;color:var(--forest-deep);background:var(--gold-soft);border-radius:999px;padding:5px 10px;font-size:.66rem;font-weight:700;position:absolute;top:12px;left:12px}.blog-card__body{flex-direction:column;flex-grow:1;gap:10px;padding:22px 24px 24px;display:flex}.blog-card h3{font-size:1.22rem}.blog-card p{color:var(--text-soft);flex-grow:1;font-size:.95rem}.blog-card__read{color:var(--forest);font-size:.88rem;font-weight:600}.blog-card__read:hover{color:var(--orange)}@media (width<=880px){.blog__grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.blog__grid{grid-template-columns:1fr}}.footer{background:var(--forest-deep);color:#f7f1e3c7}.footer__inner{grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:40px;padding:68px 24px 44px;display:grid}.footer__tagline{color:#f7f1e3b8;max-width:30ch;margin:20px 0 22px;font-size:.98rem;line-height:1.6}.footer__whatsapp{color:#fff;background:#1eb14d;border-radius:999px;align-items:center;gap:10px;padding:12px 20px;font-size:.9rem;font-weight:600;transition:background .2s,transform .2s;display:inline-flex}.footer__whatsapp:hover{background:#189d44;transform:translateY(-2px)}.footer__whatsapp svg{width:20px;height:20px}.footer__col h4{font-family:var(--sans);letter-spacing:.14em;text-transform:uppercase;color:var(--gold);margin-bottom:18px;font-size:.78rem;font-weight:600}.footer__col ul{flex-direction:column;gap:11px;display:flex}.footer__col a{color:#f7f1e3c7;font-size:.94rem;transition:color .2s}.footer__col a:hover{color:var(--cream)}.footer__contact li{align-items:flex-start;gap:11px;font-size:.94rem;line-height:1.5;display:flex}.footer__contact svg{width:17px;height:17px;color:var(--gold-soft);flex-shrink:0;margin-top:3px}.footer__social{gap:10px;margin-top:22px;display:flex}.footer__social a{border:1px solid #f7f1e333;border-radius:50%;place-items:center;width:38px;height:38px;font-size:.9rem;font-weight:600;transition:background .2s,border-color .2s,color .2s;display:grid}.footer__social a:hover{background:var(--gold);border-color:var(--gold);color:var(--forest-deep)}.footer__disclaimer{border-top:1px solid #f7f1e31f;padding-top:26px;padding-bottom:26px}.footer__disclaimer p{color:#f7f1e38c;max-width:90ch;font-size:.8rem;line-height:1.6}.footer__disclaimer strong{color:#f7f1e3cc}.footer__bar{background:#00000038}.footer__bar-inner{color:#f7f1e399;justify-content:space-between;align-items:center;gap:16px;padding-top:18px;padding-bottom:18px;font-size:.84rem;display:flex}.footer__legal{gap:20px;display:flex}.footer__legal a:hover{color:var(--cream)}@media (width<=880px){.footer__inner{grid-template-columns:1fr 1fr;gap:34px}}@media (width<=540px){.footer__inner{grid-template-columns:1fr}.footer__bar-inner{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important}}html{scroll-behavior:smooth;scroll-padding-top:90px}
