*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--sans);font-weight:300;color:var(--ink);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}button{font-family:inherit}.container{width:100%;max-width:1240px;margin:0 auto;padding:0 clamp(1.25rem,4vw,2.5rem)}.eyebrow{font-family:var(--sans);font-weight:400;font-size:.72rem;letter-spacing:var(--track, .34em);text-transform:uppercase;color:inherit}.serif{font-family:var(--serif);font-weight:400;line-height:1.12;letter-spacing:.01em}.section-pad{padding:clamp(4.5rem,9vw,8rem) 0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.9rem;min-height:3.5rem;padding:0 2.4rem;background:var(--ink);color:var(--white);border:1px solid var(--ink);border-radius:0;font-family:var(--sans);font-weight:400;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;cursor:pointer;transition:opacity .25s ease,background .25s ease,color .25s ease}.btn:hover{opacity:.88}.btn--outline{background:transparent;color:var(--ink)}.btn--outline:hover{background:var(--ink);color:var(--white)}.announcement{background:var(--blush);color:var(--ink);text-align:center;padding:.65rem 1rem}.announcement__inner{display:flex;align-items:center;justify-content:center;gap:.6rem}.announcement__text{font-size:.7rem;letter-spacing:.28em;text-transform:uppercase;font-weight:400}.announcement__arrow{width:13px;height:13px;flex:none}.header{background:var(--white);border-bottom:1px solid var(--line);position:relative;z-index:20}.header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:88px;gap:1rem}.header__nav{display:flex;gap:clamp(.9rem,2vw,1.9rem);justify-content:flex-start}.header__nav a{font-size:.66rem;letter-spacing:.22em;text-transform:uppercase;font-weight:400;color:var(--ink);position:relative;padding-bottom:3px}.header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--ink);transition:right .3s ease}.header__nav a:hover:after{right:0}.logo{text-align:center;line-height:1;display:inline-block}.logo__word{font-family:var(--serif);font-size:clamp(1.5rem,3vw,1.9rem);letter-spacing:.34em;margin-right:-.34em;display:block;color:var(--ink)}.logo__sub{display:block;font-size:.55rem;letter-spacing:.62em;margin-right:-.62em;margin-top:6px;text-transform:uppercase;font-weight:400;color:var(--ink-soft)}.header__tools{display:flex;align-items:center;justify-content:flex-end;gap:1.15rem}.header__icon{width:19px;height:19px;position:relative;display:flex;color:var(--ink)}.header__icon svg{width:100%;height:100%}.cart-count{position:absolute;top:-8px;right:-9px;min-width:16px;height:16px;border-radius:50%;background:var(--ink);color:var(--white);font-size:.6rem;font-weight:400;display:flex;align-items:center;justify-content:center;padding:0 3px}.header__burger{display:none;width:22px;height:22px;background:none;border:none;cursor:pointer;padding:0;color:var(--ink)}.drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;visibility:hidden;pointer-events:none}.drawer.is-open{visibility:visible;pointer-events:auto}.drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a1a1a66;opacity:0;transition:opacity .3s ease}.drawer.is-open .drawer__overlay{opacity:1}.drawer__panel{position:absolute;top:0;left:0;bottom:0;width:min(84vw,340px);background:var(--cream);padding:2rem 1.75rem;transform:translate(-100%);transition:transform .35s ease;overflow-y:auto;box-shadow:0 20px 60px #1a1a1a40}.drawer.is-open .drawer__panel{transform:translate(0)}.drawer__close{position:absolute;top:1.1rem;right:1.1rem;width:34px;height:34px;background:none;border:1px solid var(--line);cursor:pointer;color:var(--ink)}.drawer__close svg{width:16px;height:16px;margin:auto}.drawer__nav{margin-top:2.5rem;display:flex;flex-direction:column;gap:.2rem}.drawer__nav a{font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;font-weight:400;color:var(--ink);padding:.9rem 0;border-bottom:1px solid var(--line)}.hero{background:radial-gradient(1200px 600px at 85% 20%,var(--blush-light) 0%,transparent 60%),var(--cream);background-size:cover;background-position:center;overflow:hidden}.hero__grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);padding:clamp(3.5rem,7vw,6.5rem) 0}.hero__eyebrow{color:var(--ink-soft);margin-bottom:1.6rem}.hero h1{font-size:clamp(2.5rem,5.4vw,4.4rem);font-weight:500;line-height:1.08;color:var(--ink)}.hero h1 em{font-style:italic;font-weight:400}.hero__copy{margin-top:1.8rem;max-width:26rem;font-size:.98rem;color:var(--ink-soft);font-weight:300}.hero__cta{margin-top:2.4rem}.hero__trust{margin-top:2rem;display:flex;gap:1.6rem;font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink-soft);font-weight:400}.hero__trust b{font-weight:500;color:var(--ink)}.hero__art{position:relative}.hero__slab{position:relative;background:linear-gradient(180deg,#EFE9E3 0%,var(--stone) 100%);box-shadow:0 30px 60px -30px #1a1a1a47;padding:3.4rem 2.2rem 2.6rem;display:flex;align-items:flex-end;justify-content:center;gap:clamp(1rem,2vw,1.6rem);min-height:520px}.hero__blossom{position:absolute;top:-3.2rem;right:-2.4rem;width:clamp(130px,16vw,210px);opacity:.95;filter:drop-shadow(0 10px 18px rgba(26,26,26,.08))}.hero__prod{width:clamp(96px,11vw,132px)}.hero__prod--jar{width:clamp(108px,12vw,148px)}.hero__prod--tube{width:clamp(88px,10vw,118px)}.hero__shadow{height:14px;border-radius:50%;background:#1a1a1a2e;filter:blur(4px)}.hero .hero__slab img{width:100%;height:auto}.best{background:var(--white)}.best__head{text-align:center;margin-bottom:3.5rem}.best__head .eyebrow{color:var(--ink-soft);margin-bottom:1.1rem}.best__head h2{font-size:clamp(2.1rem,4vw,3.2rem);font-weight:500;color:var(--ink)}.best__divider{width:56px;height:1px;background:var(--ink);margin:1.4rem auto 0}.best__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.2rem,2.6vw,2.2rem)}.product{display:flex;flex-direction:column}.product__media{position:relative;aspect-ratio:1/1;background:radial-gradient(80% 70% at 50% 30%,var(--blush-light) 0%,var(--blush) 70%,var(--beige) 100%);display:flex;align-items:flex-end;justify-content:center;padding:1.2rem;overflow:hidden}.product__media svg{width:78%;height:auto}.product__img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.product__badge{position:absolute;top:14px;left:14px;background:var(--white);color:var(--ink);font-size:.6rem;letter-spacing:.22em;text-transform:uppercase;font-weight:400;padding:.45rem .8rem;z-index:2}.product__name{font-family:var(--serif);font-size:1.05rem;font-weight:500;margin-top:1.1rem;text-align:center;color:var(--ink)}.product__price{text-align:center;margin-top:.25rem;font-size:.85rem;color:var(--ink-soft);font-weight:300}.product__btn{margin-top:1.1rem;width:100%}.promise{background:var(--cream)}.promise__grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2.5rem,6vw,6rem);align-items:center}.promise__photo{position:relative;background:linear-gradient(160deg,var(--white) 0%,var(--blush-light) 100%);box-shadow:0 30px 60px -34px #1a1a1a4d;padding:clamp(1.4rem,3vw,2.4rem);display:flex;flex-direction:column;align-items:center;gap:1.6rem}.promise__photo img{width:100%;height:auto}.promise__photoline{display:flex;align-items:flex-end;gap:1.1rem}.promise__photoline svg{width:clamp(70px,8vw,96px)}.promise__box{background:var(--blush);color:var(--ink);padding:1rem 1.6rem;text-align:center}.promise__box .logo__word{font-size:1.15rem;letter-spacing:.3em;margin-right:-.3em}.promise__box .logo__sub{font-size:.5rem;letter-spacing:.55em;margin-right:-.55em}.promise__eyebrow{color:var(--ink-soft);margin-bottom:1.4rem}.promise h2{font-size:clamp(2.1rem,4vw,3.2rem);font-weight:500;color:var(--ink)}.promise__copy{margin-top:1.5rem;color:var(--ink-soft);max-width:30rem;font-size:.98rem}.values{margin-top:2.4rem;display:flex;flex-direction:column;gap:1.15rem}.value{display:flex;align-items:center;gap:1.1rem;padding-bottom:1.15rem;border-bottom:1px solid var(--line)}.value:last-child{border-bottom:none;padding-bottom:0}.value__icon{flex:none;width:52px;height:52px;border:1px solid var(--ink);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink)}.value__icon svg{width:22px;height:22px}.value__title{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;font-weight:400;color:var(--ink)}.value__text{font-size:.88rem;color:var(--ink-soft)}.features{background:var(--blush)}.features__head{text-align:center;margin-bottom:3rem}.features__head .eyebrow{color:var(--ink-soft);margin-bottom:1.1rem}.features__head h2{font-size:clamp(2rem,3.6vw,2.8rem);font-weight:500;color:var(--ink)}.features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(1.5rem,3vw,2.6rem)}.feature{text-align:center;padding:.5rem}.feature__icon{width:56px;height:56px;margin:0 auto 1.2rem;border:1px solid var(--ink);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink)}.feature__icon svg{width:22px;height:22px}.feature h3{font-size:.85rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;color:var(--ink)}.feature p{margin-top:.55rem;font-size:.86rem;color:var(--ink-soft);max-width:16rem;margin-left:auto;margin-right:auto}.newsletter{background:linear-gradient(180deg,var(--blush-light) 0%,var(--blush) 100%);position:relative;overflow:hidden}.newsletter__blossom{position:absolute;bottom:-3rem;width:clamp(120px,14vw,190px);opacity:.8;pointer-events:none}.newsletter__blossom--left{left:-1.5rem;transform:rotate(24deg) scaleX(-1)}.newsletter__blossom--right{right:-1.5rem;transform:rotate(-20deg)}.newsletter__grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);padding:clamp(3.5rem,6vw,5rem) 0}.newsletter__eyebrow{color:var(--ink-soft);margin-bottom:1.3rem}.newsletter h2{font-size:clamp(2rem,3.8vw,3.1rem);font-weight:500;color:var(--ink)}.newsletter__copy{margin-top:1.2rem;color:var(--ink-soft);max-width:26rem;font-size:.96rem}.newsletter__form{display:flex;max-width:30rem;width:100%}.newsletter__input{flex:1;height:3.5rem;background:var(--white);border:1px solid var(--white);padding:0 1.4rem;font-family:var(--sans);font-size:.9rem;font-weight:300;color:var(--ink);outline:none;border-radius:0;min-width:0}.newsletter__input::placeholder{color:var(--ink-soft);opacity:.7}.newsletter__input:focus{border-color:var(--ink)}.newsletter__form .btn{flex:none}.newsletter__form .newsletter__success,.newsletter__form .newsletter__error{flex-basis:100%;margin-top:1rem;font-size:.85rem;letter-spacing:.06em}.footer{background:var(--white);border-top:1px solid var(--line)}.footer__top{display:grid;grid-template-columns:1.6fr repeat(4,1fr);gap:clamp(1.5rem,3vw,3rem);padding:clamp(3rem,6vw,5rem) 0 3rem}.footer__brand .logo__word{font-size:1.45rem;text-align:left}.footer__brand .logo__sub{text-align:left}.footer__tagline{margin-top:1.2rem;font-size:.9rem;color:var(--ink-soft);max-width:17rem}.footer__social{display:flex;gap:.9rem;margin-top:1.6rem}.footer__social a{width:38px;height:38px;border:1px solid var(--ink);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink);transition:background .25s ease,color .25s ease}.footer__social a:hover{background:var(--ink);color:var(--white)}.footer__social svg{width:15px;height:15px}.footer h4{font-size:.72rem;letter-spacing:.26em;text-transform:uppercase;font-weight:500;margin-bottom:1.3rem;color:var(--ink)}.footer__col li{margin-bottom:.75rem}.footer__col a{font-size:.9rem;color:var(--ink-soft);transition:color .2s ease}.footer__col a:hover{color:var(--ink)}.footer__bottom{border-top:1px solid var(--line);padding:1.6rem 0;text-align:center;font-size:.78rem;letter-spacing:.08em;color:var(--ink-soft)}@media(max-width:1080px){.best__grid,.features__grid{grid-template-columns:repeat(2,1fr)}.footer__top{grid-template-columns:1.6fr repeat(2,1fr)}}@media(max-width:900px){.header__inner{grid-template-columns:auto 1fr auto}.header__nav{display:none}.header__burger{display:flex}.hero__grid{grid-template-columns:1fr}.hero__copy{max-width:none}.promise__grid,.newsletter__grid{grid-template-columns:1fr}.newsletter__form{max-width:none}}@media(max-width:600px){.best__grid,.features__grid,.footer__top{grid-template-columns:1fr}.header__tools{gap:.9rem}.hero__slab{min-height:400px;padding:2.4rem 1.4rem 2rem}.newsletter__form{flex-direction:column}.newsletter__form .btn{width:100%}}.page-hero{background:linear-gradient(180deg,var(--blush-light) 0%,var(--cream) 100%);border-bottom:1px solid var(--line);text-align:center;padding:clamp(3rem,7vw,5.5rem) 0}.page-hero .eyebrow{color:var(--ink-soft);margin-bottom:1.2rem}.page-hero h1{font-size:clamp(2.2rem,4.6vw,3.6rem);font-weight:500;color:var(--ink)}.page-hero__divider{width:56px;height:1px;background:var(--ink);margin:1.4rem auto 0}.page-hero__intro{max-width:44rem;margin:1.7rem auto 0;color:var(--ink-soft);font-size:.98rem}.anchor-nav{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-top:2.2rem}.anchor-nav a{font-size:.66rem;letter-spacing:.18em;text-transform:uppercase;color:var(--ink);border:1px solid var(--line);background:var(--white);padding:.5rem 1rem;transition:background .2s ease,color .2s ease}.anchor-nav a:hover{background:var(--ink);color:var(--white)}.content{background:var(--white)}.content-section{padding:clamp(3rem,6vw,5rem) 0;border-bottom:1px solid var(--line);scroll-margin-top:1.5rem}.content-section:last-child{border-bottom:none}.section-head{margin-bottom:1.8rem}.section-head .eyebrow{color:var(--ink-soft);margin-bottom:1rem}.section-head h2{font-size:clamp(1.7rem,3vw,2.4rem);font-weight:500;color:var(--ink)}.section-head__divider{width:44px;height:1px;background:var(--ink);margin-top:1.1rem}.prose{max-width:48rem}.prose p{margin-bottom:1.2rem;color:var(--ink-soft);font-size:.97rem}.prose p:last-child{margin-bottom:0}.prose strong{color:var(--ink);font-weight:500}.prose ul{margin:0 0 1.4rem}.prose li{position:relative;padding-left:1.4rem;margin-bottom:.7rem;color:var(--ink-soft);font-size:.97rem}.prose li:before{content:"";position:absolute;left:0;top:.72em;width:6px;height:6px;border-radius:50%;background:var(--beige)}.ph{background:var(--cream);border:1px dashed var(--beige);padding:.1rem .45rem;color:var(--ink)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.card{background:var(--white);border:1px solid var(--line);padding:clamp(1.5rem,3vw,2.2rem);height:100%}.card h3{font-family:var(--serif);font-weight:500;font-size:1.15rem;margin-bottom:.75rem;color:var(--ink)}.card p{font-size:.95rem;color:var(--ink-soft)}.callout{background:var(--cream);border:1px solid var(--line);border-left:2px solid var(--ink);padding:1.4rem 1.6rem}.callout p{margin:0;font-size:.95rem;color:var(--ink-soft)}.callout .eyebrow{margin-bottom:.6rem;color:var(--ink)}.kv-table{width:100%;border-collapse:collapse}.kv-table th,.kv-table td{text-align:left;padding:.95rem 1rem;border-bottom:1px solid var(--line);font-size:.92rem;vertical-align:top}.kv-table th{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;color:var(--ink);white-space:nowrap}.kv-table td{color:var(--ink-soft)}.kv-table tr:last-child th,.kv-table tr:last-child td{border-bottom:none}.accordion{max-width:52rem}.accordion-item{border:1px solid var(--line);background:var(--white);margin-bottom:.8rem}.accordion-item:last-child{margin-bottom:0}.accordion-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-size:.98rem;font-weight:400;color:var(--ink)}.accordion-item summary::-webkit-details-marker{display:none}.accordion-item summary:after{content:"+";font-family:var(--serif);font-size:1.3rem;line-height:1;color:var(--ink);flex:none}.accordion-item[open] summary:after{content:"\2013"}.accordion__body{padding:0 1.5rem 1.4rem;color:var(--ink-soft);font-size:.95rem}.accordion__body p{margin-bottom:.8rem}.accordion__body p:last-child{margin-bottom:0}.faq-cat{margin-top:2.8rem}.faq-cat:first-child{margin-top:0}.faq-cat>.eyebrow{color:var(--ink);margin-bottom:1.1rem;padding-bottom:.8rem;border-bottom:1px solid var(--line)}.form-card{background:var(--cream);border:1px solid var(--line);padding:clamp(1.5rem,3vw,2.5rem)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-row--full{grid-column:1 / -1}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;font-weight:400;color:var(--ink)}.form-field label .optional{color:var(--ink-soft);font-weight:300;text-transform:none;letter-spacing:.05em}.form-field input,.form-field select,.form-field textarea{background:var(--white);border:1px solid var(--line);border-radius:0;padding:.9rem 1.1rem;font-family:var(--sans);font-weight:300;font-size:.92rem;color:var(--ink);outline:none;width:100%}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--ink)}.form-field textarea{resize:vertical;min-height:150px}.form-note{margin-top:1.1rem;font-size:.85rem;color:var(--ink-soft)}.form-success,.form-error{margin-top:1.2rem;padding:1rem 1.2rem;border:1px solid var(--ink);font-size:.9rem}.form-error{border-color:var(--beige);color:var(--ink);background:var(--blush-light)}.contact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,4vw,4rem);align-items:start}.support-list{display:flex;flex-direction:column;gap:1.4rem;margin-top:2rem}.support-item{display:flex;gap:1rem;align-items:flex-start}.support-item__icon{flex:none;width:44px;height:44px;border:1px solid var(--ink);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--ink)}.support-item__icon svg{width:18px;height:18px}.support-item h3{font-size:.78rem;letter-spacing:.2em;text-transform:uppercase;font-weight:500;color:var(--ink);margin-bottom:.3rem}.support-item p{font-size:.92rem;color:var(--ink-soft)}.support-item a{color:var(--ink);border-bottom:1px solid var(--line);transition:border-color .2s ease}.support-item a:hover{border-color:var(--ink)}.track-card{max-width:34rem;margin:0 auto;background:var(--cream);border:1px solid var(--line);padding:clamp(1.8rem,4vw,3rem)}.track-hint{max-width:38rem;margin:2rem auto 0;text-align:center;color:var(--ink-soft);font-size:.9rem}.track-hint a{color:var(--ink);border-bottom:1px solid var(--line)}.track-hint a:hover{border-color:var(--ink)}.toc{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:.6rem;margin-top:2.2rem}.toc a{display:flex;align-items:center;gap:.6rem;padding:.85rem 1rem;border:1px solid var(--line);background:var(--white);font-size:.76rem;letter-spacing:.08em;color:var(--ink);transition:background .2s ease,color .2s ease}.toc a:before{content:"\2192"}.toc a:hover{background:var(--ink);color:var(--white)}.cta-band{background:var(--blush);text-align:center;padding:clamp(3rem,6vw,4.5rem) 0}.cta-band .eyebrow{color:var(--ink-soft);margin-bottom:1rem}.cta-band h2{font-size:clamp(1.8rem,3.4vw,2.6rem);font-weight:500;color:var(--ink)}.cta-band p{color:var(--ink-soft);margin:1rem auto 1.8rem;max-width:30rem;font-size:.95rem}@media(max-width:1080px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.contact-grid,.grid-2{grid-template-columns:1fr}}@media(max-width:600px){.form-row,.grid-3{grid-template-columns:1fr}.kv-table th,.kv-table td{padding:.75rem .6rem}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/livia.css.map */
