:root{--plum:#422346;--plum-dark:#2a192f;--pink:#a03969;--rose:#f8edf2;--paper:#fffdfd;--ink:#332c36;--muted:#756b78;--line:#e8dfe6;--serif:Georgia,'Times New Roman',serif;--sans:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.6}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #b14180;outline-offset:5px}img{display:block;max-width:100%;height:auto}.container{width:min(1220px,calc(100% - 96px));margin-inline:auto}.section{padding:94px 0}.icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.svg-library{position:absolute;width:0;height:0;overflow:hidden}.skip-link{position:fixed;top:-100px;left:16px;background:white;padding:14px;z-index:100}.skip-link:focus{top:12px}.announcement{background:var(--plum);color:#fff8fb;text-align:center;font-size:14px;padding:8px 16px;letter-spacing:.025em}.announcement span{margin-left:12px;font-size:18px;line-height:1}.site-header{background:#fffdfdf7;position:sticky;top:0;z-index:20;border-bottom:1px solid #ece4e980;backdrop-filter:blur(15px)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:94px;gap:24px}.brand{display:inline-flex;gap:13px;align-items:center;flex-shrink:0}.brand-mark{display:block;width:56px;height:56px;border-radius:50%;position:relative;overflow:hidden;background:#f4eedf}.brand-mark img{max-width:none;width:420px;height:auto;position:absolute;left:-306px;top:-8px}.brand-name{font:25px/1.14 var(--serif);color:var(--plum)}.brand-name>span{display:block;font:10px/1.7 var(--sans);letter-spacing:.16em;margin-top:4px}.desktop-nav{display:flex;gap:28px;align-items:center;font-size:14px}.desktop-nav a{padding:15px 0;transition:color .2s}.desktop-nav a:hover{color:var(--pink)}.button{border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:7px;min-height:54px;padding:14px 24px;font-size:15px;font-weight:600;line-height:1.35;transition:background .2s,transform .2s;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--plum);color:#fff}.button-primary:hover{background:#632e63}.button-small{min-height:44px;padding:10px 18px;font-size:14px}.button-outline{border-color:#b9a6bb;color:var(--plum);background:transparent}.button-outline:hover{background:var(--rose)}.button-light{background:white;color:var(--plum);border-color:white}.text-link{display:inline-flex;gap:12px;align-items:center;font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:6px;text-decoration-color:#b99cae}.text-link:hover{text-decoration-color:var(--plum)}.menu-toggle,.mobile-nav{display:none}.hero{background:linear-gradient(110deg,#f8eff4 0%,#f8f1f4 48%,#f4e9f0 100%);overflow:hidden}.hero-grid{display:grid;grid-template-columns:1fr 1.04fr;gap:58px;align-items:center;padding-block:65px 74px}.eyebrow{font-size:12px;line-height:1.6;font-weight:600;letter-spacing:.16em;margin:0 0 22px;color:var(--pink)}.hero-copy .eyebrow{display:flex;align-items:center;gap:12px}.short-line{display:inline-block;width:25px;height:1px;background:var(--pink)}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;color:var(--plum)}h1{font-size:clamp(52px,5.65vw,82px);line-height:1.06;letter-spacing:-.045em;margin-bottom:27px}em{font-family:var(--serif);font-weight:400;color:var(--pink)}.hero-description{max-width:430px;color:#716272;font-size:17px;line-height:1.85;margin-bottom:28px}.hero-actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.hero-details{display:flex;flex-wrap:wrap;gap:9px 18px;font-size:12px;color:#79667a;margin-top:30px}.hero-details span+span{border-left:1px solid #cbbccc;padding-left:18px}.hero-art{position:relative;min-width:0;padding-bottom:35px}.hero-photo{position:relative;border-radius:180px 180px 12px 12px;overflow:hidden;aspect-ratio:1/1.04;background:#f2dfd0;box-shadow:0 17px 42px #542d5211}.hero-photo>img{position:absolute;max-width:none;width:132%;height:auto;left:-20%;top:-40%}.hero-top-label{position:absolute;top:16px;left:-20px;background:#fffef8;border:1px solid #e9dfdc;box-shadow:0 6px 18px #48324008;border-radius:40px;padding:11px 17px;display:flex;align-items:center;gap:9px;font-size:12px;color:#51454a}.hero-top-label .icon{width:18px;height:18px;color:#648449}.hero-bottom-label{position:absolute;bottom:0;right:-18px;width:264px;background:#fffdfdf7;padding:20px 25px;border-radius:9px;box-shadow:0 10px 30px #4524400d}.hero-bottom-label>span{font-size:10px;letter-spacing:.12em;color:#7c687b}.hero-bottom-label p{font:25px/1.3 var(--serif);margin:9px 0 0}.hero-bottom-label>.icon{position:absolute;right:24px;top:20px;width:19px;height:19px;color:var(--pink)}.benefits{display:grid;grid-template-columns:repeat(4,1fr);padding:30px 0;border-bottom:1px solid var(--line);gap:20px}.benefits>div{display:flex;align-items:center;gap:12px;font-size:14px;color:#655368;justify-content:center}.benefits>div+div{border-left:1px solid var(--line)}.benefits .icon{color:#926a91;width:25px;height:25px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:38px}.section-heading .eyebrow{margin-bottom:9px}h2{font-size:clamp(36px,3.7vw,49px);letter-spacing:-.033em;line-height:1.18;margin-bottom:0}.section-heading>p{margin:0 0 5px;font-size:15px;color:var(--muted);line-height:1.7}.shop-grid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:start}.product-gallery{border-radius:10px;overflow:hidden;background:#f6ede8;border:1px solid #eee3e5}.gallery-top{padding:16px 22px;display:flex;align-items:center;justify-content:space-between;color:#655167;font-size:12px;letter-spacing:.025em;background:#f6edf2}.gallery-top span:first-child{border:1px solid #d9c7d6;border-radius:20px;padding:4px 12px}.catalog-image{width:100%;object-fit:contain}.gallery-caption{display:flex;justify-content:space-between;gap:16px;background:#f6edf2;padding:16px 20px;color:#796c79;font-size:12px}.gallery-caption span:last-child{max-width:155px;text-align:right}.order-form{padding-top:8px}.product-category{margin-bottom:6px}.order-form h3{font-size:45px;line-height:1.2;margin:0 0 10px}.scent-description{color:var(--muted);font-size:15px;line-height:1.7;min-height:51px;max-width:420px;margin-bottom:22px}.order-form fieldset{border:0;padding:0;margin:0 0 24px;min-width:0}.order-form legend{font-size:14px;font-weight:600;margin-bottom:13px;display:flex;align-items:center;gap:9px;padding:0}.step-number{display:inline-grid;place-items:center;width:24px;height:24px;font-size:12px;font-weight:500;border:1px solid #dbcbd8;border-radius:50%;color:#806384;flex-shrink:0}.aroma-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.aroma-option,.size-options label{position:relative;cursor:pointer}.aroma-option input,.size-options input{position:absolute;opacity:0;width:1px;height:1px}.aroma-option>span{display:grid;grid-template-columns:21px 1fr;grid-template-rows:auto auto;column-gap:8px;align-items:center;border:1px solid var(--line);border-radius:7px;padding:10px 12px;background:white;font-size:14px;transition:background .2s,border-color .2s}.aroma-option i{grid-row:1/3;width:19px;height:19px;border-radius:50%;background:var(--scent);box-shadow:inset 0 0 0 1px #0000000a}.aroma-option small{font-size:11px;color:#847584;line-height:1.45}.aroma-option input:checked+span{border-color:var(--plum);background:#f7eff7;box-shadow:0 0 0 .5px var(--plum)}.aroma-option:hover>span{border-color:#a68aa5}.aroma-option input:focus-visible+span,.size-options input:focus-visible+span{outline:3px solid #bb6192;outline-offset:3px}.size-options{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.size-options span{display:block;text-align:center;border:1px solid var(--line);border-radius:6px;padding:12px 4px;line-height:1.2;font-size:16px;background:white}.size-options small{font-size:12px}.size-options input:checked+span{background:var(--plum);color:white;border-color:var(--plum)}.size-options label:hover span{border-color:var(--plum)}.size-hint{font-size:12px;margin:9px 0 0;color:var(--muted)}.quantity-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:10px}.quantity-row>label{display:flex;align-items:center;gap:9px;font-size:14px;font-weight:600}.quantity-control{display:flex;align-items:center;border:1px solid var(--line);border-radius:6px;overflow:hidden;background:white}.quantity-control button{border:0;background:transparent;color:var(--plum);width:38px;min-height:42px;font-size:20px}.quantity-control button:hover:not(:disabled){background:var(--rose)}.quantity-control button:disabled{opacity:.3;cursor:default}.quantity-control input{appearance:textfield;-moz-appearance:textfield;width:40px;text-align:center;border:0;background:transparent;color:var(--ink);font-size:14px}.quantity-control input::-webkit-inner-spin-button,.quantity-control input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.order-summary{background:#f6f1f5;border-radius:6px;padding:12px 14px;display:flex;gap:9px;align-items:center;font-size:12px;line-height:1.5;color:#715374;margin-bottom:12px}.order-summary .icon{width:17px;height:17px}.order-submit{width:100%;text-align:left;justify-content:flex-start}.end-icon{margin-left:auto;width:20px;height:20px}.order-note{margin:12px 3px 0;color:var(--muted);font-size:12px;line-height:1.7}.sizes-strip{display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:20px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:28px 0;margin-top:52px}.sizes-strip>p{font:23px/1.35 var(--serif);margin:0;color:var(--plum)}.sizes-strip>div{display:flex;flex-direction:column;justify-content:center;padding-left:25px;border-left:1px solid var(--line)}.sizes-strip strong{font:27px/1.2 var(--serif);color:var(--plum)}.sizes-strip small{font:15px var(--sans)}.sizes-strip span{font-size:12px;color:var(--muted);margin-top:8px}.therapy{background:var(--plum-dark);color:#dfd4e0;position:relative}.therapy .eyebrow{color:#dfaec9}.therapy h2,.therapy h3{color:#fff7fc}.therapy em{color:#e6a1c0}.therapy-intro{display:grid;grid-template-columns:1.2fr 1fr;gap:80px;align-items:end;margin-bottom:42px}.therapy-intro .eyebrow{margin-bottom:14px}.therapy-intro>p{font-size:16px;line-height:1.85;margin:0;max-width:385px;justify-self:end}.therapy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.therapy-card{background:#ffffff05;border:1px solid #92769550;border-radius:9px;padding:32px;position:relative;display:flex;flex-direction:column}.therapy-icon{height:47px;width:47px;background:#ffffff0a;border:1px solid #86658b5c;border-radius:50%;display:grid;place-items:center;margin-bottom:26px;color:#e4b5cf}.therapy-icon .icon{width:22px;height:22px}.therapy-index{position:absolute;right:30px;top:34px;font:24px var(--serif);color:#bc9cbe7d}.therapy-card h3{font-size:26px;margin-bottom:12px}.therapy-card p{font-size:14px;line-height:1.9;color:#cfc1d1;margin-bottom:30px}.therapy-link{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #a889b033;padding-top:19px;font-size:14px;color:#eedce9;margin-top:auto}.therapy-link .icon{width:20px;height:20px;transition:transform .2s}.therapy-link:hover .icon{transform:translateX(4px)}.therapy-note{text-align:center;margin:25px 0 0;font-size:12px;color:#b6a1bb}.news{background:#fffdfd}.news-grid{display:grid;grid-template-columns:1fr 1fr 1.05fr;gap:23px}.video-story,.catalog-story{border:1px solid var(--line);border-radius:9px;overflow:hidden;background:white;min-width:0}.video-story video{width:100%;height:300px;object-fit:cover;display:block;background:#1d171d}.catalog-story>img{width:100%;height:300px;object-fit:cover;object-position:50% 53%;transition:transform .4s}.catalog-story:hover>img{transform:scale(1.015)}.story-caption{padding:23px}.story-caption>span{font-size:10px;font-weight:500;letter-spacing:.13em;color:var(--pink)}.story-caption h3{font-size:24px;line-height:1.2;margin:7px 0 10px}.story-caption p{font-size:13px;color:var(--muted);margin:0;display:flex;align-items:center;gap:8px}.story-caption p .icon{width:17px;height:17px;margin-left:auto}.tiktok-card{border-radius:9px;background:#f6ecf3;display:flex;flex-direction:column;align-items:flex-start;padding:35px 30px;min-width:0}.tiktok-icon{width:36px;height:36px;color:var(--plum);margin-bottom:30px}.tiktok-card .eyebrow{font-size:10px;margin-bottom:16px}.tiktok-card h3{font-size:34px;line-height:1.15;margin-bottom:18px}.tiktok-card>p{font-size:14px;color:#806b80;line-height:1.8;margin-bottom:20px}.tiktok-handle{font-size:13px;word-break:break-word;color:var(--pink);margin-bottom:27px}.tiktok-card .button{margin-top:auto;padding:14px 16px;font-size:13px;width:100%;justify-content:space-between;border-color:#e4d5df}.tiktok-card .button .icon{width:19px;height:19px}.contact-band{background:#f6edf2;border-block:1px solid #eadde6;padding:54px 0}.contact-inner{display:flex;align-items:center;justify-content:space-between;gap:32px}.contact-inner .eyebrow{font-size:10px;margin-bottom:10px}.contact-inner h2{font-size:37px}.contact-inner p:last-child{font-size:14px;color:var(--muted);margin:15px 0 0}.contact-inner>.button{flex-shrink:0}.footer-main{display:flex;justify-content:space-between;align-items:center;gap:25px;padding-top:48px;padding-bottom:35px}.footer-main>p{font-size:13px;color:var(--muted);margin:0}.footer-main nav{display:flex;gap:24px;font-size:13px}.footer-main nav a:hover{color:var(--pink)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:19px;padding-bottom:25px;font-size:11px;color:#8b7b8c}.floating-wa{position:fixed;bottom:22px;right:24px;z-index:30;background:#267849;box-shadow:0 4px 18px #23472d22;color:white;display:flex;align-items:center;gap:8px;padding:12px 18px;border-radius:40px;font-size:13px;transition:background .2s,transform .2s}.floating-wa .icon{width:24px;height:24px}.floating-wa:hover{background:#1b5a35;transform:translateY(-3px)}
@media(min-width:1440px){.hero-grid{padding-block:78px 85px}.hero-copy h1{font-size:84px}}
@media(max-width:1100px){.container{width:calc(100% - 64px)}.header-inner{gap:15px}.desktop-nav{gap:18px}.brand-name{font-size:22px}.brand-mark{width:48px;height:48px}.brand-mark img{width:360px;left:-262px;top:-7px}.hero-grid{gap:32px}.hero-top-label{left:-10px;font-size:10px}.hero-actions{gap:17px}.hero-actions>.text-link{font-size:13px}.benefits{gap:10px}.benefits>div{font-size:12px;gap:8px}.shop-grid{gap:32px}.aroma-option>span{padding:9px;font-size:13px;column-gap:7px}.therapy-card{padding:26px}.therapy-card h3{font-size:24px}.news-grid{gap:16px}.tiktok-card{padding:28px 22px}.tiktok-card h3{font-size:30px}.story-caption{padding:20px}.story-caption h3{font-size:21px}.sizes-strip{gap:12px}.sizes-strip>div{padding-left:17px}.sizes-strip>p{font-size:21px}.contact-inner h2{font-size:32px}}
@media(max-width:850px){.desktop-nav{display:none}.header-contact{margin-left:auto}.menu-toggle{display:grid;place-items:center;background:transparent;border:0;color:var(--plum);height:44px;width:44px}.mobile-nav:not([hidden]){display:flex;flex-direction:column;gap:0;border-top:1px solid var(--line);padding:8px 32px 18px}.mobile-nav a{padding:11px 0;font-size:15px}.hero-grid{gap:28px;padding-block:52px}.hero-copy .eyebrow{font-size:10px;letter-spacing:.12em}.hero-copy .short-line{width:15px}.hero-description{font-size:15px}.hero-details{font-size:11px;gap:8px}.hero-details span+span{padding-left:8px}.hero-bottom-label{width:222px;padding:18px;right:-5px}.hero-bottom-label p{font-size:22px}.hero-top-label{padding:8px 12px;top:0;font-size:9px}.hero-top-label .icon{width:16px;height:16px}.hero-art{padding-bottom:40px}.benefits{grid-template-columns:repeat(2,1fr);padding-block:24px;gap:18px}.benefits>div{justify-content:flex-start;padding-left:20px;font-size:13px}.benefits>div:nth-child(3){border-left:0}.section{padding:64px 0}.section-heading{align-items:start}.section-heading>p{font-size:13px}.shop-grid{grid-template-columns:1fr 1.12fr;gap:26px}.order-form h3{font-size:37px}.scent-description{font-size:14px;margin-bottom:18px}.aroma-options{grid-template-columns:repeat(2,1fr)}.product-category{font-size:10px}.size-options{gap:5px}.size-options span{font-size:14px;padding-block:13px}.size-options small{font-size:10px}.order-form fieldset{margin-bottom:20px}.order-form legend,.quantity-row>label{font-size:13px}.quantity-control button{width:31px}.quantity-control input{width:32px}.order-submit{font-size:13px;padding:14px 16px;gap:9px}.order-summary{font-size:11px}.gallery-caption{flex-direction:column;gap:5px}.gallery-caption span:last-child{text-align:left;max-width:none}.sizes-strip{grid-template-columns:repeat(4,1fr);row-gap:22px;margin-top:38px}.sizes-strip>p{grid-column:1/-1;text-align:center}.sizes-strip>p br{display:none}.sizes-strip>div:nth-child(2){border-left:0}.sizes-strip>div{padding-left:12px}.sizes-strip span{font-size:11px}.therapy-intro{gap:30px}.therapy-intro>p{font-size:14px}.therapy-card{padding:23px 20px}.therapy-card h3{font-size:23px}.therapy-card p{font-size:13px}.therapy-link{font-size:12px}.therapy-index{right:20px}.therapy-grid{gap:14px}.news-grid{grid-template-columns:1fr 1fr}.tiktok-card{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;column-gap:35px;align-items:start;padding:30px}.tiktok-icon{grid-column:1;grid-row:1/3;margin:0 0 16px}.tiktok-card>.eyebrow{grid-column:2;grid-row:1;margin:0}.tiktok-card>h3{grid-column:1;grid-row:3/6;margin:0}.tiktok-card>p{grid-column:2;grid-row:2;margin:8px 0 13px}.tiktok-handle{grid-column:2;grid-row:3;margin-bottom:18px}.tiktok-card>.button{grid-column:2;grid-row:4}.contact-inner{flex-direction:column;align-items:flex-start;gap:25px}.footer-main{flex-wrap:wrap}.footer-main>p{display:none}}
@media(max-width:600px){html{scroll-padding-top:86px}.container{width:calc(100% - 40px)}.announcement{font-size:11px;padding:7px 12px}.header-inner{min-height:78px;gap:8px}.brand{gap:9px}.brand-name{font-size:20px}.brand-name>span{font-size:8px;letter-spacing:.12em}.brand-mark{width:43px;height:43px}.brand-mark img{width:323px;left:-235px;top:-6px}.header-contact{font-size:0;gap:0;padding:10px;min-height:40px;border-color:transparent}.header-contact .icon{width:25px;height:25px}.menu-toggle{width:35px}.mobile-nav:not([hidden]){padding-inline:20px}.hero-grid{grid-template-columns:1fr;gap:37px;padding-block:38px 44px}.hero-copy .eyebrow{font-size:10px;margin-bottom:20px}.hero h1{font-size:59px;max-width:350px;margin-bottom:20px;letter-spacing:-.045em}.hero-description{font-size:15px;line-height:1.75;max-width:340px;margin-bottom:23px}.hero-actions{gap:17px}.hero-actions>.button{min-height:50px;padding:13px 18px;font-size:14px}.hero-actions>.text-link{font-size:12px}.hero-details{margin-top:20px;font-size:11px;gap:12px}.hero-details span+span{padding-left:12px}.hero-art{width:100%;max-width:470px;justify-self:center;padding:0 0 25px}.hero-photo{aspect-ratio:1.13;border-radius:145px 145px 9px 9px;margin-inline:9px}.hero-photo>img{width:132%;top:-46%;left:-20%}.hero-top-label{font-size:10px;padding:9px 13px;left:0;top:8px}.hero-bottom-label{right:0;width:225px;padding:17px 21px}.hero-bottom-label>span{font-size:9px}.hero-bottom-label p{font-size:23px}.benefits{gap:18px 6px;padding-block:24px}.benefits>div{font-size:11px;padding-left:4px;gap:9px}.benefits .icon{height:21px;width:21px}.benefits>div:nth-child(even){padding-left:13px}.section{padding:55px 0}.section-heading{flex-direction:column;gap:18px;margin-bottom:28px}.section-heading .eyebrow{font-size:10px;margin-bottom:10px}h2{font-size:36px}.section-heading>p{font-size:14px;line-height:1.7}.section-heading>p br{display:none}.shop-grid{grid-template-columns:1fr;gap:29px}.product-gallery{max-width:470px;width:100%;justify-self:center}.gallery-top{padding:12px 16px;font-size:11px}.catalog-image{max-height:460px;object-fit:contain;background:#f7edeb}.gallery-caption{font-size:10px;flex-direction:row;padding:12px 15px;gap:12px}.gallery-caption span:last-child{max-width:145px;text-align:right}.order-form{padding-top:0}.order-form h3{font-size:40px}.product-category{font-size:10px}.scent-description{font-size:15px;min-height:0;max-width:none}.aroma-options{grid-template-columns:repeat(3,1fr);gap:7px}.aroma-option>span{font-size:12px;padding:10px 8px;grid-template-columns:17px 1fr;column-gap:6px}.aroma-option i{width:16px;height:16px}.aroma-option small{font-size:10px}.order-form legend,.quantity-row>label{font-size:14px}.size-options{gap:8px}.size-options span{font-size:16px;padding:14px 3px}.size-options small{font-size:12px}.size-hint{font-size:12px}.order-form fieldset{margin-bottom:24px}.order-summary{font-size:12px}.order-submit{font-size:15px;min-height:56px;padding-inline:20px}.order-note{font-size:12px}.quantity-control button{width:38px}.quantity-control input{width:38px}.sizes-strip{grid-template-columns:repeat(2,1fr);gap:24px 20px;padding:25px 0 28px;margin-top:35px}.sizes-strip>p{font-size:23px}.sizes-strip>p br{display:block}.sizes-strip>div{padding-left:20px}.sizes-strip>div:nth-child(4){border-left:0}.sizes-strip>div:nth-child(2){padding-left:20px}.sizes-strip span{font-size:12px}.sizes-strip strong{font-size:28px}.therapy-intro{grid-template-columns:1fr;gap:23px;margin-bottom:30px}.therapy-intro h2{font-size:37px}.therapy-intro .eyebrow{font-size:10px}.therapy-intro>p{font-size:15px;justify-self:start;max-width:none}.therapy-grid{grid-template-columns:1fr;gap:16px}.therapy-card{padding:28px}.therapy-icon{margin-bottom:19px}.therapy-index{top:33px;right:28px}.therapy-card h3{font-size:28px}.therapy-card p{font-size:15px;margin-bottom:23px;line-height:1.8}.therapy-link{font-size:14px}.therapy-note{font-size:12px;line-height:1.8;max-width:290px;margin:24px auto 0}.news-grid{grid-template-columns:1fr;gap:23px}.video-story video{height:345px}.catalog-story>img{height:345px;object-position:50% 56%}.story-caption{padding:24px}.story-caption>span{font-size:10px}.story-caption h3{font-size:25px}.story-caption p{font-size:14px}.tiktok-card{grid-column:auto;display:flex;padding:32px}.tiktok-icon{margin-bottom:25px}.tiktok-card>.eyebrow{font-size:10px;margin-bottom:16px}.tiktok-card>h3{font-size:36px;margin-bottom:20px}.tiktok-card>p{font-size:15px;margin:0 0 18px}.tiktok-handle{font-size:14px;margin-bottom:25px}.tiktok-card .button{font-size:14px;padding:16px 20px}.contact-band{padding:40px 0}.contact-inner .eyebrow{font-size:10px}.contact-inner h2{font-size:33px;line-height:1.25}.contact-inner p:last-child{font-size:14px;line-height:1.8}.contact-inner>.button{width:100%;font-size:15px}.footer-main{padding-top:34px;padding-bottom:26px;gap:26px}.footer-main nav{font-size:14px;gap:28px}.footer-bottom{flex-direction:column;gap:6px;font-size:11px;padding-bottom:86px}.floating-wa{bottom:16px;right:16px;width:54px;height:54px;padding:0;justify-content:center}.floating-wa span{display:none}.floating-wa .icon{width:28px;height:28px}}
@media(max-width:370px){.container{width:calc(100% - 30px)}.brand-name{font-size:18px}.brand-name>span{font-size:7px}.brand-mark{width:38px;height:38px}.hero h1{font-size:53px}.hero-actions{gap:14px}.aroma-option>span{padding:10px 6px;font-size:11px}.benefits>div{font-size:10px}.quantity-row>label{font-size:13px}.contact-inner>.button{font-size:14px;padding-inline:15px}.hero-details{gap:8px}.hero-details span+span{padding-left:8px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* Keep reading and selection controls comfortable at every screen size. */
.hero-description,.scent-description,.therapy-card p,.therapy-intro>p,.contact-inner p:last-child,.tiktok-card>p{font-size:1rem}.desktop-nav,.mobile-nav a,.order-form legend,.quantity-row>label,.aroma-option>span,.therapy-link,.text-link{font-size:.875rem}.video-story video{object-fit:contain}.brand-name>span{font-size:.75rem;letter-spacing:.04em}.hero-details,.gallery-top,.gallery-caption,.aroma-option small,.size-hint,.order-summary,.order-note,.sizes-strip span,.therapy-note,.story-caption>span,.footer-bottom{font-size:.75rem}
@media(max-width:600px){.brand-name{font-size:19px}.brand-name>span{font-size:10px}.header-contact{display:none}.menu-toggle{margin-left:auto}.hero-actions{gap:16px}.hero-actions>.text-link{font-size:14px}.aroma-option>span{font-size:14px}.aroma-option small{font-size:12px}.gallery-caption{font-size:12px}.catalog-image{max-height:none}.hero-details{font-size:12px}.hero-details span+span{padding-left:8px}.hero-details{gap:8px}.gallery-caption span:last-child{max-width:145px}}

/* Product choices, individual product information and a combined order. */
[hidden]{display:none!important}
.cart-header{gap:9px;white-space:nowrap}
.cart-count{display:inline-grid;place-items:center;min-width:24px;min-height:24px;padding:2px 6px;border-radius:30px;background:var(--plum);color:#fff;font-size:12px;font-variant-numeric:tabular-nums}
.desktop-nav{gap:22px}
.price-block{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px;margin:18px 0 9px}
.price-block strong{font:34px/1.15 var(--serif);color:var(--plum);font-variant-numeric:tabular-nums}
.price-block span{font-size:13px;color:var(--muted)}
.selected-details{margin:0 0 25px;font-size:14px}
.selected-details .icon{width:17px;height:17px}
.size-options b{display:block;font-size:14px;font-weight:500;margin-top:8px;white-space:nowrap}
.size-options span{padding:13px 4px}
.view-cart-link{display:flex;align-items:center;justify-content:center;gap:7px;min-height:48px;margin-top:8px;color:var(--plum);font-size:14px;text-decoration:underline;text-underline-offset:5px}
.view-cart-link .icon{width:18px;height:18px;margin-left:4px}
.cart-feedback{font-size:14px;color:#356447;line-height:1.7;margin:8px 0 0;min-height:24px}
.cart-feedback.is-error{color:#9b2745}
.sizes-strip b{font-size:16px;font-weight:500;margin-top:6px;color:var(--pink)}
.product-gallery{align-self:start}
.catalog-image{width:100%;max-height:none;height:auto}
.cart-section{border-top:1px solid var(--line);padding-top:65px;background:#fff}
.cart-empty{padding:38px 25px;text-align:center;border:1px dashed #d6c7d5;border-radius:10px;background:#fdf9fc}
.cart-empty>.icon{width:40px;height:40px;color:#a284a2;margin:0 auto 19px}
.cart-empty h3{font-size:29px;margin-bottom:12px;line-height:1.3}
.cart-empty p{font-size:16px;color:var(--muted);margin:0 0 24px}
.cart-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(285px,1fr);gap:38px;align-items:start}
.cart-items{margin:0;padding:0;list-style:none;min-width:0;border-top:1px solid var(--line)}
.cart-line{display:grid;grid-template-columns:60px minmax(0,1fr) 119px;gap:15px;align-items:center;padding:23px 0;border-bottom:1px solid var(--line)}
.cart-line>img{width:60px;height:90px;object-fit:contain;border-radius:5px;background:var(--rose);grid-row:1/3}
.cart-product{min-width:0}
.cart-product h3{font-size:24px;line-height:1.2;margin:0 0 6px}
.cart-product p{font-size:13px;margin:0;color:var(--muted);line-height:1.7}
.cart-product p span{padding-inline:3px}
.remove-item{padding:3px 0;background:none;border:0;color:var(--pink);font-size:14px;text-decoration:underline;text-underline-offset:4px;min-height:36px}
.cart-quantity{justify-self:end;grid-row:1/2;grid-column:3}
.cart-quantity input{width:43px}
.cart-quantity button{width:36px;min-height:43px}
.cart-line-total{grid-column:3;grid-row:2;justify-self:end;font-size:17px;font-variant-numeric:tabular-nums;white-space:nowrap;color:var(--plum)}
.cart-checkout{background:#f7eef5;border:1px solid #e8d9e6;border-radius:10px;padding:29px;position:sticky;top:117px;min-width:0}
.cart-checkout h3{font-size:28px;line-height:1.25;margin-bottom:23px}
.cart-counts{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}
.cart-counts strong{font-size:16px;font-weight:500;color:var(--plum)}
.cart-counts span{font-size:13px;color:var(--muted)}
.total-row{display:flex;align-items:baseline;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:19px;border-top:1px solid #ddcddd;font-size:15px;color:var(--plum)}
.total-row strong{font:30px/1.2 var(--serif);font-variant-numeric:tabular-nums}
.cart-checkout .currency-note{margin:8px 0 22px;font-size:12px;color:var(--muted)}
.shipping-row{display:flex;justify-content:space-between;gap:10px;font-size:14px;border-bottom:1px solid #ddcddd;padding:0 0 20px;margin-bottom:22px;color:var(--muted)}
.cart-checkout .button{width:100%;padding:15px 14px;font-size:14px;gap:8px;line-height:1.5}
.cart-checkout>p:last-child{font-size:13px;color:var(--muted);line-height:1.85;margin:17px 0 0}
.button:disabled{opacity:.5;cursor:default;transform:none}
.ingredients-section{background:#f8f3f7;border-block:1px solid #eee3eb}
.cream-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.cream-card{overflow:hidden;border:1px solid #e4d8e1;border-radius:10px;background:white;display:flex;flex-direction:column;scroll-margin-top:116px;min-width:0}
.cream-card-image{aspect-ratio:2/3;width:100%;background:#f3e6ee;overflow:hidden}
.cream-card-image>a{display:block;height:100%}
.cream-card-image>a>img{width:100%;height:100%;object-fit:contain}
.cream-card-body{padding:26px;display:flex;flex-direction:column;flex:1;min-width:0}
.cream-line{font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--pink);margin:0 0 10px}
.cream-card-title{display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;align-items:baseline;margin-bottom:17px}
.cream-card-title h3{font-size:34px;margin:0;line-height:1.15}
.cream-card-title>span{font-size:12px;color:var(--muted)}
.cream-card-title strong{font-size:16px;font-weight:500;color:var(--plum);display:block}
.cream-description{font-size:16px;line-height:1.75;color:var(--muted);margin:0 0 22px}
.cream-card h4{font:600 14px/1.4 var(--sans);color:var(--plum);margin:0 0 12px}
.cream-benefits{list-style:none;margin:0 0 23px;padding:0}
.cream-benefits li{display:flex;gap:9px;align-items:flex-start;margin:0 0 8px;font-size:14px;line-height:1.7;color:#68576b}
.cream-benefits .icon{width:17px;height:17px;flex-shrink:0;margin-top:3px;color:#827083}
.ingredient-tags{list-style:none;display:flex;flex-wrap:wrap;gap:7px;margin:0 0 22px;padding:0}
.ingredient-tags li{font-size:12px;line-height:1.5;padding:6px 9px;border:1px solid #e5dbe3;border-radius:5px;background:#faf6f9;color:#715d73}
.ingredients-pending{font-size:14px;line-height:1.8;color:var(--muted);background:#f9f2ec;border-radius:6px;padding:12px;margin:0 0 22px}
.cream-card-meta{font-size:12px;color:var(--muted);margin:auto 0 16px;padding-top:6px}
.choose-product{font-size:14px;justify-content:space-between;width:100%;min-height:49px;padding:12px 16px}
.ingredients-note{color:var(--muted);font-size:13px;line-height:1.8;margin:28px 0 0;max-width:770px}
.video-options{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;padding:12px 12px 0}
.video-options button{border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--plum);font-size:13px;padding:9px 3px;min-height:42px}
.video-options button[aria-pressed=true]{background:var(--plum);border-color:var(--plum);color:#fff}
@media(max-width:1100px){.cart-layout{gap:26px;grid-template-columns:minmax(0,1.45fr) minmax(280px,1fr)}.cart-checkout{padding:24px}.cream-grid{gap:20px}.cream-card-body{padding:23px}.cream-card-title h3{font-size:30px}.cream-card-title{gap:10px}.cart-line{gap:12px}.cart-header{padding-inline:12px}}
@media(max-width:850px){.cart-header{margin-left:auto}.menu-toggle{margin-left:0}.cart-layout{grid-template-columns:1fr;gap:30px}.cart-checkout{position:static}.cream-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.price-block strong{font-size:31px}.size-options{grid-template-columns:repeat(2,1fr);gap:9px}.size-options b{font-size:14px}.cart-line{grid-template-columns:70px minmax(0,1fr) 135px;gap:15px}.cart-line>img{width:65px;height:96px}.cart-line-total{font-size:18px}.cart-checkout .button{font-size:16px}.cream-card-body{padding:24px}.cream-card-title h3{font-size:32px}}
@media(max-width:600px){.cart-header{padding:8px;gap:6px;min-height:42px;border:0}.cart-header-label{display:none}.cart-header .icon{width:21px;height:21px}.cart-count{min-width:21px;min-height:21px;font-size:11px;padding:2px 4px}.header-inner{gap:5px}.header-inner .brand-name>span{font-size:9px}.header-inner .brand-name{font-size:18px}.menu-toggle{flex-shrink:0;width:30px}.price-block strong{font-size:33px}.price-block span{font-size:13px}.size-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.size-options span{font-size:14px;padding:13px 2px}.size-options b{font-size:14px;margin-top:9px}.size-options small{font-size:11px}.cart-section{padding-top:49px}.cart-empty{padding:32px 22px}.cart-empty h3{font-size:27px}.cart-empty p{font-size:16px}.cart-line{grid-template-columns:56px minmax(0,1fr) 113px;gap:10px;padding:21px 0}.cart-line>img{width:56px;height:84px;grid-row:1/3;align-self:start}.cart-product{grid-column:2/4}.cart-product h3{font-size:25px}.cart-product p{font-size:13px}.remove-item{font-size:14px}.cart-quantity{grid-column:2;grid-row:2;justify-self:start}.cart-quantity input{width:36px}.cart-quantity button{width:32px;min-height:42px}.cart-line-total{grid-column:3;grid-row:2;font-size:16px}.cart-checkout{padding:26px 22px}.cart-checkout h3{font-size:28px}.total-row{font-size:15px}.total-row strong{font-size:31px}.cart-checkout .button{font-size:14px;gap:9px}.cream-grid{grid-template-columns:1fr;gap:30px}.cream-card{scroll-margin-top:96px}.cream-card-body{padding:26px}.cream-card-title{flex-wrap:nowrap}.cream-card-title h3{font-size:35px}.cream-description{font-size:16px}.cream-card h4{font-size:15px}.cream-benefits li{font-size:15px}.ingredient-tags li{font-size:13px;padding:7px 10px}.ingredients-note{font-size:13px}.choose-product{font-size:15px;min-height:52px}.video-options button{font-size:14px}.cart-feedback{font-size:14px;line-height:1.7}.cart-section .section-heading{gap:18px}}
@media(max-width:370px){.cart-header .icon{display:none}.cart-count{min-width:25px;min-height:25px}.cart-header{padding:7px}.header-inner .brand-name{font-size:17px}.header-inner .brand-name>span{font-size:9px}.header-inner .brand{gap:7px}.size-options{grid-template-columns:repeat(2,minmax(0,1fr))}.size-options b{font-size:14px}.cart-line{grid-template-columns:48px minmax(0,1fr) 105px;gap:8px}.cart-line>img{width:48px;height:72px}.cart-quantity input{width:32px}.cart-quantity button{width:28px}.cart-line-total{font-size:14px}.cream-card-body{padding:22px}.cream-card-title h3{font-size:32px}.cart-checkout{padding:23px 18px}}

/* Eight aromas, including longer product names. */
.aroma-options{grid-template-columns:repeat(2,minmax(0,1fr))}
.aroma-option>span{height:100%;grid-template-columns:21px minmax(0,1fr)}
.cream-card-title{flex-wrap:wrap}
.cream-card-title>span{white-space:nowrap}
.ingredients-pending a{display:block;color:var(--pink);text-decoration:underline;text-underline-offset:3px;margin-top:8px}
.video-options{display:flex;flex-wrap:wrap}
.video-options button{flex:1 1 80px}

/* Compare the photographed bottle sizes in each cream display. */
.cream-photo-caption{margin:0;padding:12px 18px 10px;text-align:center;font-size:12px;color:var(--muted);background:#fcf8fb}
.cream-presentation-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 18px 18px;background:#fcf8fb}
.cream-presentation-options button{display:flex;align-items:center;gap:9px;min-width:0;border:1px solid var(--line);border-radius:7px;padding:8px;background:white;color:var(--plum);text-align:left;font-size:14px;line-height:1.35}
.cream-presentation-options button[aria-pressed=true]{border-color:var(--plum);background:#f4eaf3;box-shadow:0 0 0 .5px var(--plum)}
.cream-presentation-options button:hover{border-color:var(--pink)}
.cream-presentation-options img{width:36px;height:54px;flex-shrink:0;object-fit:contain;border-radius:3px;background:#f4eaf3}
.cream-presentation-options span{font-weight:600;white-space:nowrap}
.cream-presentation-options small{display:block;font-size:12px;font-weight:400;margin-top:4px}

/* Keep enlarged photos on the page with a close control above the image. */
.photo-zoom{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in}
[data-photo-viewer]{cursor:zoom-in}
html.photo-viewer-open,body.photo-viewer-open{overflow:hidden}
.photo-viewer{display:none;position:fixed;inset:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:#241629eb;color:white;overflow:hidden;z-index:1000;overscroll-behavior:contain}
.photo-viewer[open]{display:flex;flex-direction:column}
.photo-viewer::backdrop{background:#211326cc;backdrop-filter:blur(5px)}
.photo-viewer-header{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-shrink:0;padding:calc(12px + env(safe-area-inset-top)) max(16px,env(safe-area-inset-right)) 12px max(16px,env(safe-area-inset-left));background:#241629;box-shadow:0 2px 14px #0002}
.photo-viewer-header p{margin:0;min-width:0;color:#fff;font:500 14px/1.5 var(--sans)}
.photo-viewer-close{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;min-width:106px;flex-shrink:0;padding:8px 14px;border:1px solid white;border-radius:7px;background:white;color:var(--plum);font-size:15px;font-weight:600}
.photo-viewer-close>span{font-size:28px;line-height:1;font-weight:400}
.photo-viewer-close:hover{background:#f8edf2}
.photo-viewer-close:focus-visible{outline:3px solid #efb6d0;outline-offset:4px}
.photo-viewer-stage{display:flex;align-items:center;justify-content:center;flex:1;min-height:0;min-width:0;padding:16px 16px calc(16px + env(safe-area-inset-bottom));cursor:zoom-out}
.photo-viewer-stage>img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;cursor:default}
@media(max-width:600px){.photo-viewer-header{gap:10px}.photo-viewer-header p{font-size:12px}.photo-viewer-stage{padding-inline:8px}.photo-viewer-close{min-width:98px;padding-inline:12px}}
