.hrl-page{background:var(--ivory-dark, #F0EBE1);min-height:80vh}.hrl-tabs{display:flex;justify-content:center;background:var(--ivory, #FAF7F2);border-bottom:.5px solid var(--celadon-light, #C5DDD0);padding:0 2rem;position:sticky;top:0;z-index:50}.hrl-tab{font-family:DM Sans,sans-serif;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted, #7A7872);background:none;border:none;border-bottom:2px solid transparent;padding:1.2rem 2.5rem;cursor:pointer;transition:color .25s,border-color .25s}.hrl-tab:hover{color:var(--ink, #1C1C1A)}.hrl-tab--active{color:var(--celadon-dark, #4D7A62);border-bottom-color:var(--celadon-dark, #4D7A62)}.hrl-panel{display:none}.hrl-panel--active{display:block;animation:hrlFadeIn .35s ease}@keyframes hrlFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hrl-panel-inner{display:grid;grid-template-columns:1fr 1fr;max-width:1400px;margin:0 auto;min-height:82vh}.hrl-right{position:relative;overflow:hidden;background:var(--celadon-light, #C5DDD0);order:1}.hrl-gallery{position:relative;width:100%;height:100%;min-height:580px}.hrl-gallery-slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .45s ease;pointer-events:none}.hrl-gallery-slide--active{opacity:1;pointer-events:auto}.hrl-gallery-slide img{width:100%;height:100%;object-fit:cover;display:block}.hrl-gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#faf7f2e0;border:.5px solid var(--celadon-light, #C5DDD0);color:var(--ink, #1C1C1A);width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;font-size:1rem;transition:background .25s}.hrl-gallery-arrow:hover{background:var(--ivory, #FAF7F2)}.hrl-gallery-arrow--prev{left:1rem}.hrl-gallery-arrow--next{right:1rem}.hrl-gallery-dots{position:absolute;bottom:1.2rem;left:0;right:0;display:flex;justify-content:center;gap:.45rem;z-index:10}.hrl-gallery-dot{width:6px;height:6px;border-radius:50%;background:#faf7f273;cursor:pointer;transition:background .25s,transform .25s}.hrl-gallery-dot--active{background:var(--ivory, #FAF7F2);transform:scale(1.3)}.hrl-left{padding:3rem 4rem 3.5rem;display:flex;flex-direction:column;gap:0;overflow-y:auto;order:2;background:var(--ivory, #FAF7F2)}.hrl-goal{font-family:DM Sans,sans-serif;font-size:.68rem;letter-spacing:.22em;text-transform:uppercase;color:var(--celadon-dark, #4D7A62);margin-bottom:.5rem;display:flex;align-items:center;gap:.7rem}.hrl-goal:before{content:"";display:block;width:1.5rem;height:.5px;background:var(--celadon-dark, #4D7A62)}.hrl-title{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,3.2vw,3.4rem);font-weight:300;line-height:1.05;margin:0 0 .5rem}.hrl-title em{font-style:italic;color:var(--celadon-dark, #4D7A62)}.hrl-tagline{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-style:italic;color:var(--celadon-dark, #4D7A62);margin:0 0 1.2rem;line-height:1.55;border-left:2px solid var(--celadon-dark, #4D7A62);padding-left:.8rem}.hrl-benefits{display:grid;grid-template-columns:repeat(3,1fr);border:.5px solid var(--celadon-light, #C5DDD0);margin-bottom:1.2rem}.hrl-benefit{padding:.8rem .6rem;text-align:center;border-right:.5px solid var(--celadon-light, #C5DDD0);background:var(--ivory-dark, #F0EBE1)}.hrl-benefit:last-child{border-right:none}.hrl-benefit-icon{font-size:1rem;display:block;margin-bottom:.25rem}.hrl-benefit-label{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft, #3A3A38);font-family:DM Sans,sans-serif;font-weight:500;display:block;margin-bottom:.1rem}.hrl-benefit-sub{font-size:.67rem;color:var(--muted, #7A7872);font-family:DM Sans,sans-serif;font-weight:300;display:block;line-height:1.4}.hrl-version-switcher{display:flex;border:.5px solid var(--celadon-light, #C5DDD0);width:fit-content;margin-bottom:1rem}.hrl-version-btn{font-family:DM Sans,sans-serif;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;padding:.65rem 1.5rem;background:transparent;color:var(--muted, #7A7872);border:none;cursor:pointer;transition:background .25s,color .25s}.hrl-version-btn--active{background:var(--celadon-dark, #4D7A62);color:var(--ivory, #FAF7F2)}.hrl-version-btn:not(.hrl-version-btn--active):hover{background:var(--ivory-dark, #F0EBE1);color:var(--ink, #1C1C1A)}.hrl-product-list{list-style:none;margin:0 0 .5rem;padding:0;display:flex;flex-direction:column;border-top:.5px solid var(--celadon-light, #C5DDD0);padding-top:.5rem}.hrl-product-li{display:block}.hrl-product-li--absolute-only.hrl-product-li--greyed .hrl-product-item{opacity:.35;cursor:default;pointer-events:none}.hrl-product-li--absolute-only.hrl-product-li--greyed .hrl-product-item-dot{background:var(--celadon-light, #C5DDD0)!important;transform:none!important}.hrl-product-item{display:flex;align-items:center;gap:.85rem;padding:.45rem 0;background:none;border:none;cursor:pointer;text-align:left;width:100%}.hrl-product-item-dot{width:5px;height:5px;border-radius:50%;background:var(--celadon-light, #C5DDD0);flex-shrink:0;transition:background .2s,transform .2s}.hrl-product-item--active .hrl-product-item-dot{background:var(--celadon-dark, #4D7A62);transform:scale(1.5)}.hrl-product-item-name{font-family:DM Sans,sans-serif;font-size:.82rem;color:var(--muted, #7A7872);letter-spacing:.02em;transition:color .2s}.hrl-product-item:hover .hrl-product-item-name,.hrl-product-item--active .hrl-product-item-name{color:var(--ink, #1C1C1A)}.hrl-accordion{overflow:hidden;border-top:.5px solid rgba(197,221,208,.5)}.hrl-accordion[aria-hidden=true]{display:none}.hrl-accordion[aria-hidden=false]{display:block}.hrl-accordion-item{border-bottom:.5px solid rgba(197,221,208,.4)}.hrl-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.65rem 0 .65rem 1.5rem;background:transparent;border:none;cursor:pointer;font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--muted, #7A7872);text-align:left;transition:color .2s}.hrl-accordion-trigger:hover{color:var(--ink, #1C1C1A)}.hrl-accordion-trigger[aria-expanded=true]{color:var(--celadon-dark, #4D7A62)}.hrl-accordion-icon{width:10px;height:10px;position:relative;flex-shrink:0;margin-right:.1rem}.hrl-accordion-icon:before,.hrl-accordion-icon:after{content:"";position:absolute;background:currentColor;transition:transform .25s,opacity .25s}.hrl-accordion-icon:before{width:10px;height:.5px;top:50%;left:0;transform:translateY(-50%)}.hrl-accordion-icon:after{width:.5px;height:10px;left:50%;top:0;transform:translate(-50%)}.hrl-accordion-trigger[aria-expanded=true] .hrl-accordion-icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.hrl-accordion-body{max-height:0;overflow:hidden;transition:max-height .3s ease}.hrl-accordion-body p{padding:0 .5rem .9rem 1.5rem;font-size:.82rem;font-weight:300;color:var(--ink-soft, #3A3A38);line-height:1.75;margin:0}.hrl-results{display:flex;border:.5px solid var(--celadon-light, #C5DDD0);margin:.8rem 0;overflow:hidden}.hrl-result-step{flex:1;padding:.7rem .5rem;text-align:center;border-right:.5px solid var(--celadon-light, #C5DDD0)}.hrl-result-step:last-child{border-right:none}.hrl-result-week{font-size:.62rem;letter-spacing:.12em;text-transform:uppercase;color:var(--celadon-dark, #4D7A62);font-family:DM Sans,sans-serif;font-weight:500;display:block;margin-bottom:.2rem}.hrl-result-text{font-size:.74rem;color:var(--ink-soft, #3A3A38);font-family:DM Sans,sans-serif;font-weight:300;line-height:1.4;display:block}.hrl-buy-area{margin-top:auto;padding-top:1.2rem;border-top:.5px solid var(--celadon-light, #C5DDD0);display:flex;flex-direction:column;gap:.8rem}.hrl-price-row{display:flex;align-items:baseline;gap:1rem}.hrl-price{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:400;color:var(--ink, #1C1C1A);letter-spacing:-.01em;line-height:1}.hrl-badge{font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;padding:.3rem .75rem;border:.5px solid currentColor}.hrl-badge--sold{color:var(--muted, #7A7872)}.hrl-buy-buttons{display:flex;flex-direction:column;gap:.6rem}.hrl-form-row{display:flex;gap:.75rem;align-items:stretch}.hrl-qty-selector{display:flex;align-items:center;border:.5px solid var(--celadon-light, #C5DDD0)}.hrl-qty-btn{width:38px;height:52px;background:none;border:none;font-size:1.1rem;cursor:pointer;color:var(--ink, #1C1C1A);display:flex;align-items:center;justify-content:center;transition:background .2s}.hrl-qty-btn:hover{background:var(--ivory-dark, #F0EBE1)}.hrl-qty-display{width:44px;height:52px;display:flex;align-items:center;justify-content:center;border-left:.5px solid var(--celadon-light, #C5DDD0);border-right:.5px solid var(--celadon-light, #C5DDD0);font-family:DM Sans,sans-serif;font-size:.9rem;color:var(--ink, #1C1C1A);-webkit-user-select:none;user-select:none}.hrl-add-to-cart{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:0 2rem;height:52px;background:var(--celadon-dark, #4D7A62);color:var(--ivory, #FAF7F2);border:none;font-family:DM Sans,sans-serif;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:background .25s,box-shadow .25s;box-shadow:0 2px 14px #4d7a6233;font-weight:500}.hrl-add-to-cart:hover{background:#3a5e4a;box-shadow:0 4px 22px #4d7a624d}.hrl-add-to-cart--disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.hrl-add-to-cart--disabled:hover{background:var(--celadon-dark, #4D7A62)}.hrl-accelerated-checkout{width:100%}.hrl-guarantee{display:flex;align-items:flex-start;gap:.75rem;padding:.8rem 1rem;background:var(--ivory-dark, #F0EBE1);border:.5px solid var(--celadon-light, #C5DDD0)}.hrl-guarantee-icon{width:28px;height:28px;border-radius:50%;background:var(--celadon-dark, #4D7A62);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hrl-guarantee-icon svg{width:13px;height:13px;fill:none;stroke:#faf7f2;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.hrl-guarantee-text strong{display:block;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--ink, #1C1C1A);margin-bottom:.15rem;font-family:DM Sans,sans-serif}.hrl-guarantee-text p{font-size:.76rem;color:var(--muted, #7A7872);line-height:1.55;font-family:DM Sans,sans-serif;font-weight:300;margin:0}.hrl-desc{display:none}@media(max-width:1024px){.hrl-panel-inner{grid-template-columns:1fr}.hrl-right{order:1;min-height:340px}.hrl-gallery{min-height:340px}.hrl-left{order:2;padding:2.5rem 2rem 3rem}.hrl-benefits{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.hrl-tab{padding:1rem 1.2rem;font-size:.65rem}.hrl-right,.hrl-gallery{min-height:260px}.hrl-left{padding:2rem 1.25rem 2.5rem}.hrl-title{font-size:2rem}.hrl-benefits{grid-template-columns:1fr 1fr}.hrl-results{flex-direction:column}.hrl-result-step{border-right:none;border-bottom:.5px solid var(--celadon-light, #C5DDD0)}.hrl-result-step:last-child{border-bottom:none}}.hrl-objective{font-family:DM Sans,sans-serif;font-size:.8rem;font-weight:300;color:var(--ink-soft, #3A3A38);line-height:1.6;padding:.7rem 1rem;background:var(--ivory-dark, #F0EBE1);border-left:2.5px solid var(--celadon-dark, #4D7A62);margin-bottom:1rem;display:flex;align-items:baseline;gap:.6rem;flex-wrap:wrap}.hrl-objective-tag{font-size:.62rem;letter-spacing:.18em;text-transform:uppercase;font-weight:600;color:var(--celadon-dark, #4D7A62);background:var(--celadon-light, #C5DDD0);padding:.15rem .55rem;white-space:nowrap;flex-shrink:0}.hrl-tagline{font-family:Cormorant Garamond,serif!important;font-size:1.2rem!important;font-style:italic!important;font-weight:300!important;color:var(--celadon-dark, #4D7A62)!important;line-height:1.5!important;margin:.3rem 0 1.4rem!important;letter-spacing:.01em!important}.hrl-tagline strong{font-weight:300!important;font-style:italic!important}.hrl-signals{list-style:none;margin:0 0 1.2rem;padding:0;display:flex;flex-direction:column;gap:.45rem}.hrl-signals li{display:flex;align-items:center;gap:.75rem;font-family:DM Sans,sans-serif;font-size:.83rem;font-weight:300;color:var(--ink-soft, #3A3A38);line-height:1.5}.hrl-signal-line{display:block;width:18px;height:.5px;background:var(--celadon-dark, #4D7A62);flex-shrink:0}.hrl-benefits{display:flex!important;flex-direction:column!important;border:none!important;margin-bottom:0!important;gap:0!important}.hrl-benefit{display:flex!important;align-items:center!important;gap:.75rem!important;padding:.4rem 0!important;border-right:none!important;border-bottom:.5px solid var(--celadon-light, #C5DDD0)!important;background:transparent!important;text-align:left!important}.hrl-benefit:last-child{border-bottom:none!important}.hrl-benefit-icon{display:none!important}.hrl-benefit-label{font-size:.82rem!important;font-weight:400!important;letter-spacing:.02em!important;text-transform:none!important;color:var(--ink-soft, #3A3A38)!important}.hrl-benefit-label:before{content:"\2014";color:var(--celadon-dark, #4D7A62);margin-right:.5rem;font-weight:300}.hrl-benefit-sub{font-size:.75rem!important;color:var(--muted, #7A7872)!important;margin-left:auto!important;text-align:right!important;font-style:italic!important}.hrl-progression,.hrl-results{display:flex!important;flex-direction:column!important;gap:0!important;border:none!important;margin:1rem 0 1.2rem!important;position:relative;padding-left:1.2rem}.hrl-progression:before{content:"";position:absolute;left:3px;top:8px;bottom:8px;width:.5px;background:var(--celadon-light, #C5DDD0)}.hrl-prog-item,.hrl-result-step{display:flex!important;align-items:baseline!important;gap:.9rem!important;padding:.5rem 0!important;border:none!important;position:relative}.hrl-prog-item:before{content:"";position:absolute;left:-1.05rem;top:.75rem;width:5px;height:5px;border-radius:50%;background:var(--celadon-dark, #4D7A62);flex-shrink:0}.hrl-prog-time,.hrl-result-week{font-family:DM Sans,sans-serif!important;font-size:.68rem!important;font-weight:500!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--celadon-dark, #4D7A62)!important;white-space:nowrap!important;min-width:70px!important;display:inline!important}.hrl-prog-desc,.hrl-result-text{font-family:Cormorant Garamond,serif!important;font-size:1rem!important;font-style:italic!important;font-weight:300!important;color:var(--ink-soft, #3A3A38)!important;line-height:1.4!important;display:inline!important}.hrl-objective{display:none}@media(max-width:600px){.hrl-benefits{flex-direction:column!important}.hrl-benefit-sub{display:none!important}}.hrl-headline{font-family:Cormorant Garamond,serif;font-size:clamp(1.5rem,2.4vw,2rem);font-weight:300;font-style:italic;color:var(--ink, #1C1C1A);line-height:1.2;letter-spacing:-.005em;margin:.6rem 0 1.5rem;padding-bottom:1.2rem;border-bottom:.5px solid var(--celadon-light, #C5DDD0);position:relative}.hrl-headline:after{content:"";position:absolute;bottom:-.5px;left:0;width:3rem;height:1.5px;background:var(--celadon-dark, #4D7A62)}.hrl-tagline,.hrl-signals{display:none!important}.hrl-progression{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:flex-start!important;gap:0!important;padding:.5rem 0 1rem!important;margin:0 0 1.5rem!important;position:relative}.hrl-progression:before{content:"";position:absolute;left:8%;right:8%;top:1.1rem;height:.5px;background:var(--celadon-light, #C5DDD0);z-index:0}.hrl-prog-item{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.5rem!important;padding:0!important;flex:1;position:relative;z-index:1;text-align:center}.hrl-prog-item:before{content:"";display:block!important;position:static!important;width:9px!important;height:9px!important;border-radius:50%;background:var(--celadon-dark, #4D7A62)!important;border:2px solid var(--ivory, #FAF7F2);margin:.4rem 0 .3rem!important;top:unset!important;left:unset!important}.hrl-prog-time{font-family:DM Sans,sans-serif!important;font-size:.62rem!important;font-weight:500!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:var(--celadon-dark, #4D7A62)!important;order:1;min-width:unset!important}.hrl-prog-desc{font-family:Cormorant Garamond,serif!important;font-size:.92rem!important;font-style:italic!important;color:var(--ink-soft, #3A3A38)!important;line-height:1.35!important;order:3;padding:0 .4rem;max-width:140px}.hrl-product-item{align-items:flex-start!important}.hrl-product-item-content{display:flex;flex-direction:column;gap:.15rem;flex:1;min-width:0}.hrl-product-item-tags{font-family:DM Sans,sans-serif;font-size:.66rem;letter-spacing:.05em;color:var(--celadon-dark, #4D7A62);font-weight:400;line-height:1.3;opacity:.85}.hrl-product-item-tags:empty{display:none}.hrl-product-li--absolute-only.hrl-product-li--greyed .hrl-product-item-tags{opacity:.3}.hrl-product-item-dot{margin-top:.5rem!important}@media(max-width:600px){.hrl-progression{flex-direction:column!important;gap:1rem!important;padding-left:1.2rem!important}.hrl-progression:before{left:3px!important;right:unset!important;top:8px!important;bottom:8px!important;width:.5px!important;height:auto!important}.hrl-prog-item{flex-direction:row!important;align-items:baseline!important;text-align:left!important;gap:.7rem!important}.hrl-prog-item:before{position:absolute!important;left:-1.05rem!important;margin:0!important;width:5px!important;height:5px!important;border:none!important;top:.4rem!important}.hrl-prog-desc{max-width:none!important;padding:0!important}.hrl-headline{font-size:1.3rem}}.hrl-numeral{font-family:DM Sans,sans-serif;font-size:.68rem;font-weight:500;letter-spacing:.32em;text-transform:uppercase;color:var(--celadon-dark, #4D7A62);margin:0 0 .6rem;display:flex;align-items:center;gap:.7rem}.hrl-numeral:before,.hrl-numeral:after{content:"";display:block;flex:0 0 1.2rem;height:.5px;background:var(--celadon-dark, #4D7A62);opacity:.5}.hrl-numeral:after{flex:1;opacity:.3}.hrl-title{font-family:Cormorant Garamond,serif!important;font-size:clamp(2.6rem,4.5vw,4.2rem)!important;font-weight:400!important;line-height:.95!important;letter-spacing:-.015em!important;color:var(--ink, #1C1C1A)!important;margin:0 0 .4rem!important;display:block!important}.hrl-title em{font-style:italic!important;font-weight:400!important;color:var(--ink, #1C1C1A)!important;background:linear-gradient(180deg,transparent 82%,rgba(139,175,152,.28) 82%,rgba(139,175,152,.28) 96%,transparent 96%);padding:0 .05em}.hrl-byline{font-family:Cormorant Garamond,serif;font-size:.28em;font-style:italic;font-weight:300;color:var(--muted, #7A7872);letter-spacing:.05em;margin-left:.4em;vertical-align:super;position:relative;top:-.5em;white-space:nowrap}@media(max-width:600px){.hrl-title{font-size:2.4rem!important}.hrl-numeral{font-size:.62rem;letter-spacing:.28em}.hrl-numeral:before{flex:0 0 .8rem}}.hrl-numeral,.hrl-byline{display:none!important}.hrl-title{font-family:Cormorant Garamond,serif!important;font-size:clamp(2rem,3.2vw,2.8rem)!important;font-weight:300!important;line-height:1.1!important;letter-spacing:-.005em!important;color:var(--ink, #1C1C1A)!important;margin:0 0 .4rem!important;display:block!important}.hrl-title em{font-style:italic!important;font-weight:300!important;color:var(--celadon-dark, #4D7A62)!important;background:none!important;padding:0!important}.hrl-tabs{display:flex!important;justify-content:center;gap:.5rem;padding:2.5rem 2rem 2rem!important;background:var(--ivory, #FAF7F2);border-bottom:.5px solid var(--celadon-light, #C5DDD0);position:sticky;top:0;z-index:50;flex-wrap:wrap}.hrl-tab{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.3rem!important;padding:.9rem 2.2rem!important;background:transparent!important;border:none!important;border-bottom:2px solid transparent!important;cursor:pointer;color:var(--muted, #7A7872)!important;transition:color .3s,border-color .3s!important;position:relative;min-width:130px;text-align:center!important;letter-spacing:0!important;text-transform:none!important;font-size:inherit!important}.hrl-tab-numeral{font-family:DM Sans,sans-serif;font-size:.62rem;font-weight:500;letter-spacing:.32em;text-transform:uppercase;color:var(--celadon-dark, #4D7A62);opacity:.55;transition:opacity .3s;display:block}.hrl-tab-numeral:before{content:"RITUAL ";color:inherit;font-weight:500;letter-spacing:.32em}.hrl-tab-name{font-family:Cormorant Garamond,serif!important;font-size:clamp(1.6rem,2.6vw,2.4rem)!important;font-weight:400!important;font-style:italic!important;line-height:1!important;color:inherit!important;transition:color .3s;display:block}.hrl-tab:hover .hrl-tab-numeral{opacity:1}.hrl-tab:hover .hrl-tab-name,.hrl-tab:hover{color:var(--ink-soft, #3A3A38)!important}.hrl-tab--active{color:var(--ink, #1C1C1A)!important;border-bottom-color:var(--celadon-dark, #4D7A62)!important}.hrl-tab--active .hrl-tab-numeral{opacity:1}.hrl-tab--active .hrl-tab-name{color:var(--ink, #1C1C1A)!important;background:linear-gradient(180deg,transparent 84%,rgba(139,175,152,.3) 84%,rgba(139,175,152,.3) 96%,transparent 96%);padding:0 .1em}@media(max-width:720px){.hrl-tabs{padding:1.5rem .5rem 1rem!important;gap:.2rem}.hrl-tab{min-width:unset;padding:.6rem .9rem!important}.hrl-tab-numeral{font-size:.55rem;letter-spacing:.22em}.hrl-tab-numeral:before{content:"R.";letter-spacing:.1em}.hrl-tab-name{font-size:1.1rem!important}}.hrl-tab--serenity{order:1!important}.hrl-tab--revelation{order:2!important}.hrl-tab--infinity{order:3!important}.hrl-tab-name{font-family:Cormorant Garamond,serif!important;font-size:clamp(1.15rem,1.6vw,1.55rem)!important;font-weight:400!important;font-style:italic!important;line-height:1.15!important;color:inherit!important;transition:color .3s;display:block;background:none!important;padding:0!important}.hrl-tab--active .hrl-tab-name{background:none!important;padding:0!important;color:var(--ink, #1C1C1A)!important}.hrl-tab,.hrl-tab--active{border-bottom:none!important}.hrl-tabs{position:relative;padding:2rem 0 0!important;background:var(--ivory, #FAF7F2);gap:0!important;border-bottom:.5px solid var(--celadon-light, #C5DDD0)}.hrl-tabs:before{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:1.2rem;width:min(760px,92%);height:3.2rem;background:linear-gradient(180deg,#c5ddd08c,#c5ddd040);border-radius:2px;z-index:0;pointer-events:none}.hrl-tab{position:relative;z-index:1;min-width:130px;padding:.8rem 1.5rem 1.6rem!important;gap:.2rem!important}.hrl-tab-numeral{font-family:DM Sans,sans-serif;font-size:.58rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:var(--celadon-dark, #4D7A62);opacity:.5;transition:opacity .3s;display:block}.hrl-tab-numeral:before{content:"RITUAL "}.hrl-tab:hover .hrl-tab-numeral,.hrl-tab--active .hrl-tab-numeral{opacity:1}.hrl-tab--active:after{content:"";position:absolute;left:50%;bottom:.5rem;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:var(--celadon-dark, #4D7A62)}@media(max-width:720px){.hrl-tabs{padding:1.4rem 0 0!important}.hrl-tabs:before{height:2.6rem;bottom:1rem;width:96%}.hrl-tab{min-width:unset;padding:.6rem .8rem 1.3rem!important}.hrl-tab-numeral:before{content:"R.";letter-spacing:.1em}.hrl-tab-numeral{font-size:.52rem;letter-spacing:.18em}.hrl-tab-name{font-size:1rem!important}.hrl-tab--active:after{bottom:.35rem}}.hrl-ritual-menu{border-top:.5px solid var(--celadon-light, #C5DDD0);margin:0}.hrl-ritual-menu:last-of-type{border-bottom:.5px solid var(--celadon-light, #C5DDD0)}.hrl-ritual-menu-trigger{width:100%;display:flex;align-items:center;gap:.7rem;padding:1rem 0;background:transparent;border:none;cursor:pointer;text-align:left;transition:color .2s}.hrl-ritual-menu-label{font-family:DM Sans,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--ink, #1C1C1A);transition:color .2s}.hrl-ritual-menu-trigger:hover .hrl-ritual-menu-label,.hrl-ritual-menu-trigger[aria-expanded=true] .hrl-ritual-menu-label{color:var(--celadon-dark, #4D7A62)}.hrl-ritual-menu-count{font-family:DM Sans,sans-serif;font-size:.62rem;font-weight:400;color:var(--celadon-dark, #4D7A62);background:var(--celadon-light, #C5DDD0);padding:.15rem .5rem;letter-spacing:.05em}.hrl-ritual-menu-icon{margin-left:auto;width:12px;height:12px;position:relative;flex-shrink:0;color:var(--celadon-dark, #4D7A62)}.hrl-ritual-menu-icon:before,.hrl-ritual-menu-icon:after{content:"";position:absolute;background:currentColor;transition:transform .25s,opacity .25s}.hrl-ritual-menu-icon:before{width:12px;height:.5px;top:50%;left:0;transform:translateY(-50%)}.hrl-ritual-menu-icon:after{width:.5px;height:12px;left:50%;top:0;transform:translate(-50%)}.hrl-ritual-menu-trigger[aria-expanded=true] .hrl-ritual-menu-icon:after{transform:translate(-50%) rotate(90deg);opacity:0}.hrl-ritual-menu-body{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;padding:0 .2rem}.hrl-ritual-menu-body[data-open=true],.hrl-ritual-menu-trigger[aria-expanded=true]+.hrl-ritual-menu-body{max-height:3000px;padding:.3rem .2rem 1.2rem}.hrl-ritual-menu-body p{font-family:DM Sans,sans-serif;font-size:.87rem;font-weight:300;line-height:1.75;color:var(--ink-soft, #3A3A38);margin:0 0 .9rem}.hrl-ritual-menu-body p:last-child{margin-bottom:0}.hrl-ritual-menu-body p strong{font-weight:500;color:var(--ink, #1C1C1A)}.hrl-ritual-menu-body p em{font-style:italic;color:var(--celadon-dark, #4D7A62);font-weight:400}.hrl-ritual-menu-body .hrl-product-list{border-top:none!important;padding-top:.2rem!important;margin-bottom:0!important}
/*# sourceMappingURL=/cdn/shop/t/47/assets/hayeon-collection-list.css.map */
