:root{--background:#F3B18F;--surface:#E3A08A;--ink:#3D2038;--muted:#542F3D;--accent:#67364F;--accent-ink:#F7C5A4;--orange:#C96560;--orange-soft:#E7A189;--line:#BD8279;--control-line:#94595F;--body-font:"Trebuchet MS",Arial,sans-serif;--heading-font:"Trebuchet MS",Arial,sans-serif;--page-width:1440px;--gutter:clamp(20px,4.5vw,72px);--radius:5px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--background);color:var(--ink);font-family:var(--body-font);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body:has(dialog[open]){overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}button,input,select,textarea{border-radius:0}button{background:none}button::-moz-focus-inner{border:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--orange);outline-offset:5px}input,select,textarea{width:100%;border:1px solid var(--control-line);background:transparent;padding:13px 15px;min-height:48px}textarea{resize:vertical}input[type=checkbox],input[type=radio]{width:20px;height:20px;min-height:20px;accent-color:var(--accent)}input:disabled,select:disabled{opacity:.65}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}fieldset{border:0;padding:0;margin:0;min-width:0}legend{padding:0}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-family:var(--heading-font);font-weight:700;line-height:1.08;letter-spacing:-.045em}h1{font-size:clamp(44px,6.5vw,88px);margin-bottom:25px}h2{font-size:clamp(34px,4vw,52px);margin-bottom:18px}h3{font-size:24px;letter-spacing:-.025em}p{margin-bottom:20px}ul,ol{padding-left:22px}summary{cursor:pointer;list-style:none}summary::-webkit-details-marker{display:none}[hidden]{display:none!important}.page-width{max-width:var(--page-width);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:82px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;z-index:100;top:12px;left:12px;padding:14px 20px;background:var(--ink);color:#f7c5a4;transform:translateY(-200%)}.skip-link:focus{transform:translateY(0)}.icon{width:23px;height:23px;flex:none}.eyebrow{font-size:11px;font-weight:700;letter-spacing:.13em;line-height:1.5;text-transform:uppercase;margin-bottom:18px}.muted,.fine-print{color:var(--muted)}.fine-print{font-size:13px}.small-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--orange);margin-right:10px}.button{display:inline-flex;align-items:center;justify-content:center;gap:25px;min-height:54px;background:var(--accent);border:1px solid var(--accent);color:var(--accent-ink);padding:15px 24px;font-size:14px;font-weight:700;line-height:1.35;transition:background .2s,transform .2s;border-radius:var(--radius)}.button:hover:not(:disabled){background:var(--ink);border-color:var(--ink);transform:translateY(-2px)}.button .icon{width:21px;height:21px}.button--outline{background:transparent;color:var(--ink);border-color:var(--ink)}.button--outline:hover:not(:disabled){color:#f7c5a4}.button--wide{width:100%}.text-link{display:inline-flex;align-items:center;gap:14px;font-size:13px;font-weight:700;line-height:1.6;padding-block:5px;border-bottom:1px solid currentColor}.text-link:hover{color:var(--orange)}.text-link .icon{width:19px;height:19px}.pill{display:inline-flex;align-items:center;gap:5px;font-size:11px;font-weight:700;line-height:1.5;border-radius:30px;padding:7px 12px;background:var(--background);color:var(--ink)}.icon-button{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border:0}.icon-button:hover{color:var(--orange)}.announcement{text-align:center;background:var(--accent);color:var(--accent-ink);font-size:11px;letter-spacing:.06em;padding:8px 20px;line-height:1.5}.site-header{position:sticky;top:0;z-index:20;background:var(--background);border-bottom:1px solid var(--line)}.header-inner{height:87px;display:flex;align-items:center;justify-content:space-between;gap:25px}.wordmark{font-family:var(--heading-font);font-weight:700;font-size:34px;letter-spacing:-.065em;line-height:1;white-space:nowrap;display:inline-flex;align-items:center}.wordmark-dot{color:var(--orange);font-size:26px;margin-left:3px;align-self:flex-end;line-height:.8}.desktop-nav{display:flex;align-items:center;gap:34px;font-size:13px}.desktop-nav a{padding-block:10px;position:relative}.desktop-nav a:after{content:"";position:absolute;bottom:5px;left:0;right:0;height:1px;background:var(--ink);transform:scaleX(0);transform-origin:left;transition:transform .2s}.desktop-nav a:hover:after,.desktop-nav a[aria-current=page]:after{transform:scaleX(1)}.header-actions{display:flex;gap:13px;align-items:center}.bag-link{display:flex;gap:9px;align-items:center;min-height:44px;font-size:13px}.bag-count{font-size:11px;background:var(--surface);border-radius:50%;width:23px;height:23px;display:grid;place-items:center}.mobile-menu{display:none}.mobile-nav{position:absolute;left:0;right:0;top:100%;background:var(--background);padding:22px var(--gutter) 30px;border-bottom:1px solid var(--line);box-shadow:0 18px 20px #2429230a}.mobile-nav>a{display:block;padding:12px 0;border-bottom:1px solid var(--line);font-size:24px;letter-spacing:-.03em}.mobile-nav form{margin-top:22px;display:flex}.mobile-nav input{min-width:0}.mobile-nav form button{border:1px solid var(--control-line);border-left:0;min-height:48px;width:50px}.hero{display:grid;grid-template-columns:.96fr 1.04fr;gap:36px;align-items:center;padding-top:30px;padding-bottom:34px;min-height:660px}.hero-copy{padding-block:32px;max-width:590px}.hero h1{font-size:clamp(55px,6.2vw,84px);line-height:1.02;letter-spacing:-.065em;margin-bottom:26px;max-width:600px}.hero-description{font-size:16px;max-width:390px;color:var(--muted);line-height:1.65;margin-bottom:29px}.hero-actions{display:flex;align-items:center;gap:26px;flex-wrap:wrap}.hero-actions .text-link{font-size:12px}.hero-bottom{margin-top:49px;display:flex;gap:20px;align-items:center;font-size:10px;color:var(--muted);max-width:460px}.hero-index{font-weight:700;letter-spacing:.07em;color:var(--ink);border-right:1px solid var(--line);padding-right:20px}.hero-media{position:relative;align-self:stretch;min-height:550px;border-radius:var(--radius);overflow:hidden;background:var(--surface)}.hero-media img{width:100%;height:100%;object-fit:cover;object-position:60% center;position:absolute;top:0;right:0;bottom:0;left:0}.image-caption{position:absolute;left:24px;bottom:22px;background:var(--background);padding:10px 15px;font-size:10px;letter-spacing:.08em;font-weight:700;border-radius:2px;max-width:calc(100% - 48px)}.hero-stamp{position:absolute;right:24px;top:24px;background:var(--orange-soft);color:var(--ink);border-radius:50%;height:98px;width:98px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:12px;line-height:1.3;text-align:center;transform:rotate(11deg);border:1px solid #24292330}.hero-stamp strong{font-size:19px;letter-spacing:-.04em}.ritual-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:25px;padding-block:18px;font-size:11px;letter-spacing:.1em;font-weight:700;text-transform:uppercase}.ritual-strip span{display:inline-flex;gap:17px;align-items:center}.ritual-strip b{font-size:17px;color:var(--orange);font-weight:400}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:34px}.section-heading h1,.section-heading h2{margin-bottom:0}.section-heading .eyebrow{margin-bottom:12px}.section-heading>.text-link{flex:none;margin-bottom:4px}.section-heading p{max-width:520px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px 24px}.product-card{min-width:0}.product-card__media{display:block;width:100%;position:relative;background:var(--surface);aspect-ratio:1/.99;border-radius:var(--radius);overflow:hidden;text-align:left;border:0;padding:0}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s,opacity .3s}.product-card__image--alternate{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.product-card__media:hover .product-card__image{transform:scale(1.035)}.product-card__media:hover .product-card__image--alternate{opacity:1}.product-card__badge{position:absolute;top:15px;left:15px;z-index:2}.product-card__explore{position:absolute;right:14px;bottom:14px;display:flex;align-items:center;gap:12px;background:var(--background);padding:10px 14px;border-radius:2px;font-size:11px;font-weight:700}.product-card__explore .icon{height:18px;width:18px}.product-card__caption{display:flex;gap:12px;align-items:flex-start;justify-content:space-between;margin-top:20px}.product-card__caption .eyebrow{color:var(--muted);margin-bottom:7px;font-size:10px}.product-card__caption h3{font-size:20px;line-height:1.2;margin-bottom:0;letter-spacing:-.03em}.product-card__caption h3 a:hover{color:var(--orange)}.product-card__price{font-size:14px;flex:none;margin:26px 0 0;font-weight:700}.product-card__subtitle{font-size:13px;color:var(--muted);line-height:1.6;margin:10px 0 0}.media-coming{height:100%;min-height:240px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;color:var(--muted);padding:30px;text-align:center}.media-coming span:first-child{font-size:32px;letter-spacing:-.065em;font-weight:700;color:var(--ink)}.media-coming span:last-child{font-size:12px}.media-label{position:absolute;left:14px;bottom:14px;max-width:calc(100% - 140px);font-size:9px;line-height:1.4;color:#f7c5a4;background:#242923ba;padding:5px 7px;border-radius:2px}.product-card:nth-child(3n+2) .product-card__media{background:#de9a87}.product-card:nth-child(3n+3) .product-card__media{background:#eba489}.product-grid>.empty-state{grid-column:1/-1}.category-section{padding-top:34px}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.category-card{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--surface);min-height:360px}.category-card>img{height:100%;width:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0;transition:transform .5s}.category-card:hover>img{transform:scale(1.035)}.category-card:after{content:"";position:absolute;top:40%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#17271cbf);pointer-events:none}.category-card>div{position:absolute;z-index:1;left:25px;right:25px;bottom:25px;color:#f7c5a4;display:flex;gap:15px;align-items:center;justify-content:space-between}.category-card h2{font-size:27px;margin:0}.category-card p{font-size:12px;margin:0 0 7px}.category-card .icon{border:1px solid #ffffff85;border-radius:50%;padding:8px;width:42px;height:42px}.editorial-band{background:#dfa08c;padding-block:68px;margin-block:18px}.editorial-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(35px,7vw,100px);align-items:center}.editorial-image{position:relative;aspect-ratio:1/1.06;border-radius:var(--radius);overflow:hidden}.editorial-image img{height:100%;width:100%;object-fit:cover}.editorial-copy{padding-block:20px;max-width:470px}.editorial-copy h2{font-size:clamp(38px,4.1vw,56px);letter-spacing:-.055em}.editorial-copy>p:not(.eyebrow){font-size:15px;color:var(--muted);line-height:1.7}.editorial-principles{margin-block:30px}.editorial-principles>div{display:flex;gap:20px;border-top:1px solid #B77A74;padding-top:20px;margin-top:20px}.principle-number{font-size:11px;color:var(--muted);padding-top:3px}.editorial-principles h3{font-family:var(--body-font);font-size:16px;line-height:1.3;letter-spacing:-.02em;margin-bottom:6px}.editorial-principles p{font-size:13px;color:var(--muted);margin-bottom:0}.selection-section{display:grid;grid-template-columns:.83fr 1.17fr;gap:80px;align-items:start}.selection-intro p:not(.eyebrow){max-width:320px;color:var(--muted);font-size:15px;line-height:1.7}.selection-intro h2{font-size:clamp(38px,4vw,54px);max-width:390px}.selection-tool legend{font-size:15px;font-weight:700;margin-bottom:20px}.choice-grid{display:grid;gap:10px}.choice{display:flex;align-items:center;gap:15px;padding:20px;border:1px solid var(--line);border-radius:var(--radius);font-size:14px;cursor:pointer;transition:background .2s,border-color .2s}.choice:hover{border-color:var(--accent)}.choice:has(input:checked){border-color:var(--accent);background:#e5a087}.choice:has(input:focus-visible){outline:3px solid var(--orange);outline-offset:3px}.choice input{position:absolute;opacity:0;width:1px;height:1px}.choice-number{font-size:10px;color:var(--muted);border:1px solid var(--line);height:25px;width:25px;border-radius:50%;display:grid;place-items:center;flex:none}.choice>.icon{margin-left:auto;width:19px;height:19px}.selection-result{border-top:1px solid var(--line);margin-top:22px;padding:25px;background:#dfa08c;border-radius:var(--radius)}.selection-result .eyebrow{font-size:10px;margin-bottom:10px}.selection-result h3{font-size:26px}.selection-result p{font-size:14px;color:var(--muted)}.finder-options{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}.finder-options button{border:1px solid var(--control-line);padding:8px 12px;border-radius:30px;font-size:12px}.finder-options button[aria-pressed=true]{background:var(--accent);color:#f7c5a4;border-color:var(--accent)}.safety-note{font-size:11px!important;border-top:1px solid #B57970;padding-top:15px;margin-top:20px;margin-bottom:0;color:var(--muted)}.breadcrumbs{display:flex;gap:11px;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:11px;margin-bottom:28px}.breadcrumbs a:hover{text-decoration:underline}.product-section{padding-top:30px}.product-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:clamp(35px,5.5vw,80px)}.product-gallery__stage{aspect-ratio:1/1.02;background:var(--surface);position:relative;border-radius:var(--radius);overflow:hidden}.gallery-panel{height:100%;width:100%}.gallery-panel img{height:100%;width:100%;object-fit:contain}.gallery-panel.editorial-media img{object-fit:cover}.product-gallery__badge{position:absolute;left:20px;top:20px}.gallery-thumbnails{display:flex;gap:12px;overflow-x:auto;padding:4px 3px;margin-top:16px}.gallery-thumbnail{border:1px solid transparent;padding:4px;width:80px;flex:none;background:var(--surface);border-radius:3px}.gallery-thumbnail[aria-pressed=true]{border-color:var(--ink)}.gallery-thumbnail img{aspect-ratio:1;object-fit:cover}.image-note{font-size:11px;line-height:1.6;color:var(--muted);margin-top:12px}.product-info{padding-top:9px}.product-info h1{font-size:clamp(35px,3.7vw,50px);letter-spacing:-.05em;margin-bottom:18px}.product-info>.eyebrow{color:var(--muted);margin-bottom:14px}.product-subtitle{font-size:16px;line-height:1.6;color:var(--muted);margin-bottom:24px}.product-price-row{display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:24px}.product-price{font-size:25px;font-weight:700;letter-spacing:-.03em;margin:0}.product-state{font-size:11px;color:var(--muted);border:1px solid var(--line);border-radius:20px;padding:5px 10px}.product-form>label{display:block;font-size:12px;font-weight:700;margin-bottom:8px}.product-form>select{margin-bottom:17px;border-radius:var(--radius)}.purchase-row{display:flex;gap:12px}.quantity-control{display:flex;align-items:center;width:123px;flex:none;border:1px solid var(--control-line);border-radius:var(--radius)}.quantity-control input{width:39px;padding:7px 0;text-align:center;border:0;min-height:48px;font-size:13px}.quantity-control button{border:0;display:grid;place-items:center;min-height:48px;width:40px;padding:0}.quantity-control button .icon{width:15px;height:15px}.quantity-control button:disabled{opacity:.45}.availability-note{font-size:12px;color:var(--muted);line-height:1.6;margin-top:12px;margin-bottom:0}.delivery-note{font-size:12px;display:flex;gap:9px;margin-top:20px}.delivery-note .icon{width:17px;height:17px}.product-details{margin-top:29px}.product-details details{border-top:1px solid var(--line)}.product-details details:last-child{border-bottom:1px solid var(--line)}.product-details summary{display:flex;gap:15px;align-items:center;justify-content:space-between;padding:19px 0;font-size:13px;font-weight:700}.product-details summary>.icon{width:17px;height:17px}.product-details details[open] summary>.icon{transform:rotate(45deg)}.product-details .rte{font-size:13px;padding-bottom:17px;line-height:1.7;color:var(--muted)}.product-details .rte p:last-child{margin-bottom:0}.product-question{font-size:12px;margin-top:23px}.related-section{border-top:1px solid var(--line)}.rte{line-height:1.8}.rte h2{font-size:30px;margin-top:40px}.rte h3{font-size:23px;margin-top:30px}.rte a{text-decoration:underline}.rte img{height:auto;max-width:100%}.rte table{width:100%;border-collapse:collapse}.rte th,.rte td{text-align:left;vertical-align:top;padding:10px;border-bottom:1px solid var(--line)}.rte li{margin-bottom:7px}.rte>:last-child{margin-bottom:0}.collection-intro{max-width:760px;margin-bottom:45px}.collection-intro h1{font-size:clamp(45px,5.6vw,70px);margin-bottom:22px}.collection-intro>.rte,.collection-intro>p:not(.eyebrow){max-width:580px;color:var(--muted);font-size:15px}.collection-controls{display:flex;align-items:center;gap:25px;border-block:1px solid var(--line);padding-block:16px;margin-bottom:25px;position:relative;z-index:5}.results-count{font-size:12px;color:var(--muted);margin:0}.sort-control{display:flex;align-items:center;gap:10px;margin-left:auto}.sort-control label{font-size:11px;flex:none}.sort-control select{border:0;min-height:40px;width:auto;font-size:12px;padding:8px 22px 8px 8px}.filter-menu>summary{display:flex;align-items:center;gap:23px;font-size:13px;font-weight:700;padding:10px 0;min-width:100px}.filter-menu>summary .icon{width:17px;height:17px}.filter-panel{position:absolute;top:100%;left:0;z-index:5;max-width:100%;width:350px;padding:24px;background:var(--background);border:1px solid var(--line);box-shadow:0 15px 25px #0000000d}.filter-panel fieldset{margin-bottom:20px}.filter-panel legend{font-size:12px;font-weight:700;margin-bottom:14px}.filter-panel label:not(.checkbox-label){display:block;font-size:12px;margin-top:10px}.checkbox-label{display:flex;gap:10px;font-size:13px;align-items:center;margin-bottom:10px}.filter-panel .button{margin-right:16px}.active-filters{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:23px}.active-filters:empty{display:none}.active-filters .pill{border:1px solid var(--line)}.filter-chips{display:flex;gap:8px;flex-wrap:wrap}.filter-chip{padding:8px 16px;border:1px solid var(--line);border-radius:30px;font-size:12px;min-height:39px}.filter-chip[aria-pressed=true],.filter-chip:hover{border-color:var(--accent);background:var(--accent);color:#f7c5a4}.search-form{display:flex;max-width:750px;gap:12px;margin-bottom:35px}.search-form input{border-radius:var(--radius);min-width:0}.search-result-count{font-size:14px;color:var(--muted);margin-bottom:30px}.pagination{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:50px;font-size:13px}.empty-state{text-align:center;padding:70px 25px;max-width:780px;margin:auto}.empty-state h1{font-size:60px}.empty-state h2{font-size:39px}.empty-state p{color:var(--muted)}.empty-state>.icon{width:48px;height:48px;margin:auto auto 25px}.spec-list{margin:0}.spec-list>div{display:grid;grid-template-columns:1fr 1.6fr;gap:18px;border-bottom:1px solid var(--line);padding:10px 0;font-size:13px}.spec-list dt{font-weight:700}.spec-list dd{margin:0;color:var(--muted)}.heading-count{font-size:.5em;color:var(--muted);letter-spacing:-.04em}.cart-layout{display:grid;grid-template-columns:1.5fr .85fr;gap:65px;align-items:start}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:22px;border-top:1px solid var(--line);padding-block:25px}.cart-item__image{height:135px;background:var(--surface)}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__image .media-coming{min-height:0;height:100%;font-size:13px;padding:15px}.cart-item__details h2{font-size:20px;line-height:1.3;margin:4px 0 8px}.cart-item__details>p{font-size:12px;color:var(--muted);margin-bottom:10px}.cart-item__actions{display:flex;align-items:center;gap:18px;margin-top:16px}.cart-item__actions .quantity-control{width:106px}.cart-item__actions .quantity-control button,.cart-item__actions .quantity-control input{min-height:36px}.cart-item__actions .text-link{font-size:11px}.cart-item__price{font-size:14px;font-weight:700}.cart-item__price s{display:block;font-size:12px;color:var(--muted);font-weight:400}.cart-summary{padding:28px;background:#dfa08c;border-radius:var(--radius)}.cart-summary h2{font-size:25px;margin-bottom:28px}.total-line{display:flex;justify-content:space-between;gap:20px;font-size:13px}.cart-total{font-size:17px;font-weight:700;border-top:1px solid #B77A74;padding-top:22px;margin-bottom:13px}.cart-summary .button{margin-top:12px}.cart-section .section-heading{margin-bottom:45px}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact-layout h1{font-size:68px}.contact-layout>.rte,.contact-layout>div>.rte{max-width:430px;font-size:16px;color:var(--muted);margin-bottom:25px}.contact-form label{display:block;font-size:12px;font-weight:700;margin-bottom:7px}.contact-form input,.contact-form textarea{margin-bottom:21px;border-radius:var(--radius)}.form-message{padding:20px;background:#dfa08c;border:1px solid #B77A74;margin-bottom:25px;font-size:14px}.errors{background:#e69584;border:1px solid var(--orange);padding:15px 20px;margin-bottom:25px}.reading-page{max-width:940px;min-height:55vh}.reading-page h1{font-size:clamp(42px,5vw,65px);margin-bottom:35px}.reading-page .rte{font-size:15px}.shopify-policy__container{max-width:840px!important;padding:65px var(--gutter)!important}.shopify-policy__title h1{font-size:48px}.site-footer{background:var(--accent);color:#f3b18f;margin-top:20px}.footer-main{display:grid;grid-template-columns:1.3fr .8fr 1fr 1.1fr;gap:45px;padding-block:60px}.footer-brand .wordmark{font-size:43px}.footer-brand p{font-size:13px;line-height:1.6;max-width:190px;margin-top:20px;color:#e4ad9f}.footer-main .eyebrow{font-size:10px;letter-spacing:.12em;margin-bottom:21px}.footer-main>div:not(.footer-brand)>a{display:table;font-size:12px;color:#f2c1a9;margin-bottom:10px}.footer-main>div>a:hover{color:#f7c5a4;text-decoration:underline}.footer-note p{color:#e4ad9f;font-size:13px;line-height:1.7;margin-bottom:16px}.footer-main .footer-note>.text-link{display:inline-flex;font-size:12px}.footer-bottom{padding-block:22px;border-top:1px solid #ffffff25;display:flex;justify-content:space-between;gap:20px;font-size:10px;color:#e4ad9f}dialog{border:0;padding:0;max-height:90dvh;width:min(1020px,calc(100% - 40px));max-width:1020px;background:var(--background);color:var(--ink);border-radius:8px;box-shadow:0 35px 100px #0005;overscroll-behavior:contain}dialog::backdrop{background:#1c291dcc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-top{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:15px 24px;background:var(--background);border-bottom:1px solid var(--line)}.dialog-top .eyebrow{margin:0}.dialog-top .icon-button{width:35px;height:35px}.dialog-content{padding:30px}.dialog-content .product-layout{gap:35px;grid-template-columns:1fr 1fr}.dialog-content .product-info h1{font-size:38px}.dialog-content .product-info{padding-top:0}.dialog-content .product-gallery__stage{aspect-ratio:1/1.1}.dialog-content .product-section{padding:0}.dialog-content .product-question{display:none}.dialog-content .cart-layout{grid-template-columns:1fr;gap:25px}.dialog-content .cart-summary{max-width:100%}.dialog-content .cart-item{grid-template-columns:90px 1fr auto;gap:16px}.dialog-content .cart-item__image{height:110px}.dialog-content .cart-empty{padding:35px 10px}.dialog-content .cart-empty h2{font-size:32px}.dialog-content .section-heading h1{font-size:38px}.dialog-content .contact-layout{grid-template-columns:1fr;gap:25px}.dialog-content .contact-layout h1{font-size:45px}.dialog-content .reading-page{padding:10px;min-height:0}.dialog-content .reading-page h1{font-size:40px}.preview-loader{min-height:50vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;text-align:center;padding:50px}.preview-loader h1{font-size:48px}.toast{position:fixed;left:50%;bottom:30px;transform:translate(-50%);z-index:60;padding:15px 25px;background:var(--ink);color:#f7c5a4;max-width:calc(100% - 30px);font-size:13px;box-shadow:0 8px 25px #0002;border-radius:var(--radius)}.no-js .gallery-panel[hidden]{display:block!important;margin-top:10px}.no-js .gallery-thumbnails{display:none}.no-js .product-gallery__stage{aspect-ratio:auto}.no-js .gallery-panel img{height:auto}.no-js .choice{cursor:default}.no-js .choice input{position:static;opacity:1;width:20px;height:20px}@media(min-width:1450px){.hero{min-height:730px}.hero-media{min-height:620px}.hero h1{font-size:92px}.hero-copy{padding-right:25px}}@media(max-width:1100px){.desktop-nav{gap:23px}.hero{gap:25px;min-height:590px}.hero-media{min-height:500px}.hero h1{font-size:64px}.hero-actions{gap:18px}.hero-actions .button{padding-inline:18px;font-size:12px;gap:18px}.hero-bottom{margin-top:34px;flex-wrap:wrap;gap:10px}.hero-index{border:0;padding:0}.product-grid{gap:30px 20px}.product-card__caption h3{font-size:18px}.product-card__price{font-size:12px}.selection-section{gap:45px}.footer-main{gap:30px;grid-template-columns:1.1fr .75fr .9fr 1.1fr}.contact-layout{gap:60px}.cart-layout{gap:35px}.category-card{min-height:300px}.category-card>div{left:20px;right:20px}.category-card h2{font-size:23px}.media-label{max-width:calc(100% - 120px);font-size:8px}}@media(max-width:899px){html{scroll-padding-top:86px}.header-inner{height:75px;gap:15px}.mobile-menu{display:block;margin-left:-10px}.desktop-nav{display:none}.header-inner>.wordmark{position:absolute;left:50%;transform:translate(-50%);font-size:31px}.header-actions{margin-left:auto;gap:5px}.bag-label,.search-link{display:none}.bag-link{gap:7px}.section{padding-block:58px}.hero{grid-template-columns:1fr 1fr;min-height:540px;padding-top:24px}.hero h1{font-size:clamp(45px,6.2vw,60px)}.hero-description{font-size:14px}.hero-media{min-height:450px}.hero-actions{gap:17px;align-items:flex-start;flex-direction:column}.hero-bottom{margin-top:25px;font-size:9px}.hero .eyebrow{font-size:9px;letter-spacing:.1em}.hero-stamp{height:77px;width:77px;right:15px;top:15px;font-size:10px}.hero-stamp strong{font-size:16px}.image-caption{left:15px;bottom:15px;padding:8px 10px;max-width:calc(100% - 30px);font-size:8px}.ritual-strip{font-size:9px;letter-spacing:.06em;gap:13px}.ritual-strip span{gap:9px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid .product-card:last-child:nth-child(3){display:block}.section-heading h2{font-size:38px}.category-grid{gap:16px}.category-card{min-height:270px}.category-card h2{font-size:20px}.category-card .icon{display:none}.category-card p{font-size:10px}.editorial-band{padding-block:44px}.editorial-layout{gap:35px}.editorial-copy h2{font-size:40px}.editorial-copy>p:not(.eyebrow){font-size:13px}.editorial-principles{margin-block:22px}.editorial-principles>div{gap:12px}.editorial-principles p{font-size:12px}.selection-section{gap:35px;grid-template-columns:.9fr 1.1fr}.selection-intro h2{font-size:40px}.choice{padding:17px 14px;font-size:12px;gap:10px}.selection-tool legend{font-size:13px}.product-layout{grid-template-columns:1fr 1fr;gap:30px}.product-info h1{font-size:35px}.product-subtitle{font-size:14px}.product-price{font-size:22px}.purchase-row{flex-wrap:wrap}.purchase-row>.button{flex:1;min-width:150px;font-size:12px}.quantity-control{width:105px}.product-info>.eyebrow{font-size:10px}.cart-layout{grid-template-columns:1fr;gap:30px}.cart-summary{max-width:450px;margin-left:auto;width:100%}.contact-layout{gap:40px}.contact-layout h1{font-size:50px}.footer-main{grid-template-columns:1fr 1fr;gap:35px}.footer-brand{grid-row:span 2}.footer-note{grid-column:2}.footer-main{padding-block:45px}.dialog-content .product-layout{grid-template-columns:1fr 1fr;gap:25px}.dialog-content .product-info h1{font-size:30px}}@media(max-width:599px){:root{--gutter:20px}.announcement{font-size:9px;padding:8px 15px;letter-spacing:.04em}.header-inner{height:68px}.header-inner>.wordmark{font-size:29px}.wordmark-dot{font-size:22px}.bag-link .icon{width:21px;height:21px}.bag-count{width:21px;height:21px;font-size:10px}.hero{display:flex;flex-direction:column;gap:25px;padding-top:32px;padding-bottom:25px;min-height:0}.hero-copy{padding:0;width:100%;max-width:100%}.hero h1{font-size:clamp(47px,12.6vw,72px);max-width:470px;margin-bottom:21px;line-height:1.04;letter-spacing:-.063em}.hero .eyebrow{font-size:9px;margin-bottom:19px}.hero-description{font-size:14px;max-width:360px;margin-bottom:24px;line-height:1.7}.hero-actions{flex-direction:row;align-items:center;gap:24px}.hero-actions .button{min-height:50px;padding:13px 17px;gap:16px;font-size:11px}.hero-actions .text-link{font-size:11px}.hero-bottom{display:none}.hero-media{width:100%;min-height:0;aspect-ratio:1.28;align-self:auto}.hero-media img{object-position:60% 55%;position:relative}.hero-stamp{height:75px;width:75px;right:15px;top:15px;font-size:9px}.hero-stamp strong{font-size:16px}.image-caption{font-size:8px}.ritual-strip{overflow-x:auto;justify-content:flex-start;gap:22px;white-space:nowrap;padding-block:16px;font-size:8px;scrollbar-width:none}.ritual-strip::-webkit-scrollbar{display:none}.ritual-strip span{gap:12px}.ritual-strip b{font-size:13px}.section{padding-block:46px}.section-heading{gap:18px;margin-bottom:25px;align-items:flex-start}.section-heading h1{font-size:44px}.section-heading h2{font-size:32px;max-width:280px;letter-spacing:-.055em}.section-heading .eyebrow{font-size:9px;margin-bottom:12px}.section-heading>.text-link{font-size:10px;max-width:104px;gap:8px;line-height:1.5;margin-top:24px}.section-heading>.text-link .icon{width:15px;height:15px}.product-grid{gap:28px 14px}.product-card__media{aspect-ratio:1/.98}.product-card__badge{top:9px;left:9px;padding:4px 8px;font-size:8px}.product-card__explore{right:8px;bottom:8px;font-size:0;gap:0;padding:7px}.product-card__explore .icon{width:16px;height:16px}.product-card__caption{margin-top:14px;display:block}.product-card__caption .eyebrow{font-size:8px;margin-bottom:6px;letter-spacing:.08em}.product-card__caption h3{font-size:17px;line-height:1.25;letter-spacing:-.035em}.product-card__price{font-size:12px;margin-top:8px}.product-card__subtitle{font-size:11px;line-height:1.5;margin-top:7px}.media-label{font-size:7px;left:7px;bottom:8px;max-width:calc(100% - 45px);padding:4px}.media-coming{min-height:155px;padding:14px;gap:10px}.media-coming span:first-child{font-size:24px}.media-coming span:last-child{font-size:9px}.category-section{padding-top:12px}.category-grid{grid-template-columns:1fr;gap:16px}.category-card{min-height:260px;aspect-ratio:1.5}.category-card>img{object-position:center 45%}.category-card h2{font-size:29px}.category-card p{font-size:11px}.category-card .icon{display:block}.editorial-band{padding-block:30px;margin-block:0}.editorial-layout{grid-template-columns:1fr;gap:30px}.editorial-image{aspect-ratio:1.17}.editorial-copy{padding:0}.editorial-copy>.eyebrow{font-size:9px;margin-bottom:18px}.editorial-copy h2{font-size:41px;max-width:350px}.editorial-copy>p:not(.eyebrow){font-size:14px}.editorial-principles{margin-block:25px}.editorial-principles>div{gap:16px;padding-top:18px;margin-top:18px}.editorial-principles h3{font-size:15px}.editorial-principles p{font-size:12px}.selection-section{grid-template-columns:1fr;gap:22px}.selection-intro>.eyebrow{font-size:9px}.selection-intro h2{font-size:39px;max-width:310px}.selection-intro p:not(.eyebrow){font-size:14px;max-width:330px}.selection-tool legend{font-size:13px;margin-bottom:16px}.choice{padding:18px 16px;font-size:13px;gap:14px}.selection-result{padding:22px}.selection-result h3{font-size:27px}.selection-result p{font-size:13px}.product-section{padding-top:23px}.breadcrumbs{font-size:9px;gap:8px;margin-bottom:23px;line-height:1.5}.product-layout{grid-template-columns:1fr;gap:28px}.product-gallery__stage{aspect-ratio:1.04}.gallery-thumbnails{margin-top:12px;gap:9px}.gallery-thumbnail{width:64px}.product-info h1{font-size:39px;line-height:1.1}.product-subtitle{font-size:15px}.product-info>.eyebrow{font-size:10px}.product-price-row{padding-bottom:20px;margin-bottom:23px}.product-price{font-size:25px}.purchase-row{flex-wrap:nowrap}.quantity-control{width:115px}.purchase-row>.button{font-size:13px;min-width:0}.product-details .rte{font-size:13px}.product-info{padding-top:0}.collection-intro{margin-bottom:29px}.collection-intro h1{font-size:45px;margin-bottom:19px}.collection-intro>.eyebrow{font-size:9px}.collection-intro>p:not(.eyebrow){font-size:14px}.collection-controls{gap:12px;flex-wrap:wrap;margin-bottom:20px;padding-block:12px}.filter-menu>summary{min-width:75px;font-size:12px;gap:14px}.results-count{font-size:10px}.sort-control{gap:4px;max-width:60%}.sort-control label{font-size:9px}.sort-control select{font-size:10px;padding:8px 0 8px 5px;max-width:130px}.filter-chips{gap:7px;width:100%;padding-bottom:6px}.filter-chip{font-size:10px;padding:6px 12px;min-height:34px}.filter-panel{width:100%}.search-form{gap:8px;margin-bottom:25px}.search-form input{font-size:13px;min-height:50px;padding:12px}.search-form .button{font-size:0;gap:0;padding:12px;min-height:50px;width:50px}.search-result-count{font-size:12px}.empty-state{padding:40px 10px}.empty-state h1{font-size:45px}.empty-state h2{font-size:33px}.empty-state p{font-size:14px}.cart-item{grid-template-columns:85px 1fr;gap:16px;position:relative}.cart-item__image{height:110px}.cart-item__details h2{font-size:17px;max-width:200px;margin-top:0}.cart-item__price{grid-column:2;margin:-5px 0 0;font-size:13px}.cart-item__actions{gap:15px;margin-top:12px}.cart-summary{padding:23px}.cart-summary h2{font-size:26px}.cart-section .section-heading{margin-bottom:25px}.contact-layout{grid-template-columns:1fr;gap:25px}.contact-layout h1{font-size:49px}.contact-layout>div>.rte{font-size:15px}.reading-page h1{font-size:43px;margin-bottom:27px}.reading-page .rte{font-size:14px}.footer-main{grid-template-columns:1fr 1fr;gap:35px 25px;padding-block:40px}.footer-brand{grid-column:1/-1;grid-row:auto}.footer-brand .wordmark{font-size:40px}.footer-brand p{max-width:240px;font-size:13px;margin-top:15px;margin-bottom:0}.footer-main .eyebrow{font-size:9px;margin-bottom:17px}.footer-main>div:not(.footer-brand)>a{font-size:11px;margin-bottom:10px}.footer-note{grid-column:1/-1;border-top:1px solid #ffffff25;padding-top:28px}.footer-note p{max-width:300px;font-size:12px}.footer-bottom{font-size:9px;gap:16px;flex-wrap:wrap;padding-block:18px}.footer-bottom>a{margin-left:auto}.footer-bottom>span:nth-child(2){display:none}dialog{width:calc(100% - 20px);max-height:94dvh;border-radius:6px}.dialog-top{padding:10px 16px}.dialog-top .eyebrow{font-size:9px}.dialog-content{padding:20px 16px}.dialog-content .product-layout{grid-template-columns:1fr;gap:25px}.dialog-content .product-gallery__stage{aspect-ratio:1.2}.dialog-content .product-info h1{font-size:34px}.dialog-content .cart-item{grid-template-columns:75px 1fr;gap:13px}.dialog-content .cart-item__image{height:100px}.dialog-content .cart-empty h2{font-size:30px}.dialog-content .section-heading h1{font-size:32px}.dialog-content .reading-page h1{font-size:35px}.dialog-content .contact-layout h1{font-size:40px}.preview-loader h1{font-size:39px}}.planned-price-label{display:inline-block;font-size:11px;font-weight:400;letter-spacing:0;color:var(--muted);margin-left:7px}.save-routine-button{margin-top:12px;gap:12px}.save-routine-button .icon{width:18px;height:18px}.product-description{font-size:14px;color:var(--muted);line-height:1.7}.finder-products{display:flex;align-items:flex-start;flex-direction:column;gap:10px}.finder-products .text-link{font-size:12px}.detail-related{margin-top:40px;border-top:1px solid var(--line);padding-top:35px}.detail-related .product-grid,.routine-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-related h2{font-size:31px}.routine-intro{margin-top:-15px;margin-bottom:30px}.routine-list{margin-top:30px;border-top:1px solid var(--line)}.routine-list>div{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-block:13px;border-bottom:1px solid var(--line);font-size:13px}.routine-list button{border:0;border-bottom:1px solid currentColor;padding-inline:0;font-size:11px}.title-button{font:inherit;letter-spacing:inherit;border:0;padding:0;text-align:left}.title-button:hover{color:var(--orange)}.js .candidate-fallback{display:none}.candidate-fallback{margin-top:15px;font-size:13px}.candidate-fallback>summary{text-decoration:underline}.candidate-fallback .product-layout{grid-template-columns:1fr;margin-top:25px}.candidate-fallback [data-candidate-title]{font-size:30px}.dialog-content [data-candidate-title]{font-size:38px;letter-spacing:-.05em}.candidate-dialog .product-layout{grid-template-columns:1fr 1fr}.native-ritual-strip{margin-top:10px}.pending-search{margin-bottom:25px}.pending-search label{display:block;font-size:12px;margin-bottom:8px}.pending-search input{max-width:600px}.no-js .product-card__media[data-candidate-open]{pointer-events:none}.no-js .save-routine-button{display:none}select{background-color:var(--background)}.category-card{min-width:0}@media(max-width:599px){.header-actions .routine-link{display:none}.planned-price-label{font-size:11px}.candidate-dialog .product-layout{grid-template-columns:1fr}.dialog-content [data-candidate-title]{font-size:34px}.product-description{font-size:14px}.routine-list>div{font-size:12px}.detail-related{margin-top:28px;padding-top:25px}.detail-related h2{font-size:28px}.category-card{min-height:0;width:100%;aspect-ratio:1.5}.category-grid{grid-template-columns:minmax(0,1fr)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}.button:hover:not(:disabled),.product-card__media:hover .product-card__image,.category-card:hover>img{transform:none}}:root{--background:#F3B18F;--surface:#EA987F;--ink:#3D2038;--muted:#542F3D;--accent:#67364F;--accent-ink:#F3B18F;--orange:#E87960;--orange-soft:#F0A581;--line:#BD8279;--control-line:#94595F;--cobalt:#67364F;--butter:#F7BE6B;--mint:#89B9AF;--lilac:#D995A4;--body-font:Arial,Helvetica,sans-serif;--heading-font:Arial,Helvetica,sans-serif;--page-width:1600px;--gutter:clamp(20px,4.3vw,70px);--radius:18px}body{font-size:15px}h1,h2,h3,h4{font-weight:800;letter-spacing:-.055em}h2 em,.hero h1 em{font-style:normal;color:var(--cobalt)}h2{font-size:clamp(38px,4.7vw,66px);line-height:1.03}h3{font-weight:700}.section{padding-block:84px}.eyebrow{font-size:10px;letter-spacing:.15em}.button{border-radius:99px;min-height:54px;font-size:13px;padding:15px 23px;gap:23px}.button--butter{background:var(--butter);border-color:var(--butter);color:var(--ink)}.button:disabled{background:#d99887;color:#663f49;border-color:#d99887}.button--outline:hover:not(:disabled){background:var(--ink);border-color:var(--ink)}.text-link{font-size:12px;gap:13px}.text-link:hover{color:var(--cobalt)}.icon{stroke-width:1.8}.pill{background:var(--background);font-size:9px;padding:7px 11px}.small-dot{background:var(--butter);width:6px;height:6px}.announcement{background:var(--cobalt);font-size:10px;padding:8px 22px;letter-spacing:.045em;display:flex;align-items:center;justify-content:center;gap:11px}.announcement>span:first-child{color:var(--butter);font-size:15px;line-height:1}.announcement-status{margin-left:30px;font-size:9px;letter-spacing:.11em;opacity:.85}.header-inner{height:88px;gap:25px}.site-header{background:var(--background);border-bottom:0}.wordmark{font-family:Arial,Helvetica,sans-serif;font-weight:900;font-size:45px;letter-spacing:-.087em;color:var(--cobalt);text-transform:lowercase}.wordmark-dot{font-size:31px;color:var(--orange);align-self:center;margin-left:5px;line-height:1;transform:rotate(9deg)}.desktop-nav{gap:26px;font-size:12px;font-weight:600}.desktop-nav a:first-child{margin-right:8px}.desktop-nav a:after{background:var(--cobalt)}.header-actions{gap:9px}.bag-link{gap:8px}.bag-count{background:var(--butter);font-size:10px}.icon-button{border-radius:50%}.icon-button:hover{background:#d98e80;color:var(--cobalt)}.hero-shell{padding-top:10px;padding-bottom:32px}.hero{padding:0;min-height:650px;display:grid;grid-template-columns:47% 53%;gap:0;border-radius:26px;overflow:hidden;background:var(--cobalt);align-items:stretch}.hero-copy{padding:clamp(35px,4.6vw,75px) clamp(30px,4vw,66px) 38px;color:#f3b18f;max-width:none;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.hero h1{font-size:clamp(53px,5.65vw,88px);line-height:.99;letter-spacing:-.064em;max-width:600px;margin:0 0 27px;font-weight:800}.hero h1 em{color:var(--butter);display:inline}.hero .eyebrow{font-size:9px;letter-spacing:.1em;margin-bottom:30px;color:#f3b18f}.hero-description{font-size:14px;line-height:1.8;color:#f5cab4;max-width:360px;margin-bottom:30px}.hero-actions{gap:24px}.hero-actions .button{font-size:12px;gap:20px;min-height:51px}.hero-actions .text-link{font-size:11px;color:#f3b18f}.hero-actions .text-link:hover{color:var(--butter)}.hero-bottom{display:flex;align-items:center;margin-top:38px;gap:13px;font-size:10px;color:#f5cab4;line-height:1.7}.hero-bottom strong{font-weight:400;color:#f7c5a4}.hero-doodle{font-size:39px;color:var(--butter);line-height:1;transform:rotate(-15deg)}.hero-media{min-height:650px;border-radius:0;background:#89b9af}.hero-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.hero-stamp{right:25px;top:29px;width:116px;height:116px;background:var(--orange);color:var(--ink);border:0;border-radius:50%;box-shadow:0 0 0 7px #ff753844;font-size:9px;line-height:1.4;letter-spacing:.05em;transform:rotate(13deg)}.hero-stamp strong{font-size:22px;line-height:.96;letter-spacing:-.055em;margin-top:6px}.image-caption{left:25px;bottom:25px;max-width:calc(100% - 50px);font-size:8px;letter-spacing:.09em;background:var(--background);border-radius:99px;padding:10px 14px}.ritual-strip{max-width:none;margin:0;background:var(--orange);color:var(--ink);border:0;padding:21px max(24px,5vw);display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:13px;letter-spacing:-.015em;white-space:nowrap;overflow:hidden}.ritual-strip span{display:block;font-weight:800}.ritual-strip b{font-size:27px;color:var(--ink);line-height:1}.category-section{padding-top:70px;padding-bottom:35px}.category-heading{margin-bottom:26px}.category-heading h2{font-size:clamp(33px,3.25vw,46px)}.category-heading>p{font-size:12px;line-height:1.7;margin:0;color:var(--muted)}.category-grid{gap:21px;grid-template-columns:repeat(3,minmax(0,1fr))}.category-card{border-radius:20px;aspect-ratio:1.25;min-height:0;background:#89b9af}.category-card:after{top:30%;right:0;bottom:0;left:0;background:linear-gradient(transparent,#0f1c16d1)}.category-card>img{object-position:center 42%;height:100%;width:100%;object-fit:cover}.category-number{position:absolute;top:18px;left:18px;display:grid;place-items:center;width:33px;height:33px;background:var(--butter);border-radius:50%;font-size:10px;font-weight:700;z-index:2}.category-card>div{left:25px;right:25px;bottom:25px}.category-card h3{font-size:28px;margin:0;letter-spacing:-.045em;line-height:1.1}.category-card p{font-size:10px;margin:0 0 9px}.category-card .icon{display:block;background:var(--background);color:var(--ink);border:0;width:41px;height:41px}.category-card--care .category-number{background:var(--lilac)}.category-card--walk .category-number{background:var(--mint)}.collection-feature{padding-top:70px}.section-heading{margin-bottom:32px}.section-heading h2{font-size:clamp(40px,4.5vw,63px)}.section-heading .eyebrow{margin-bottom:18px}.collection-heading-note{display:flex;align-items:center;gap:19px;margin-bottom:4px}.collection-number{font-size:58px;font-weight:800;letter-spacing:-.08em;line-height:1;color:var(--cobalt);width:105px;height:105px;border-radius:50%;border:1px solid var(--cobalt);display:grid;place-items:center;transform:rotate(-10deg)}.collection-heading-note p{font-size:12px;line-height:1.7;margin:0;color:var(--muted)}.collection-controls{border:0;padding:0 0 12px;margin-bottom:0;gap:20px;justify-content:space-between;z-index:1}.filter-chips{gap:8px}.filter-chip{border:1px solid var(--line);background:#f3b18f;border-radius:99px;font-size:11px;min-height:41px;padding:10px 17px;font-weight:600}.filter-chip[aria-pressed=true],.filter-chip:hover{background:var(--cobalt);border-color:var(--cobalt);color:#f7c5a4}.results-count{font-size:10px;margin:0;white-space:nowrap}.concept-collection-note{font-size:10px;color:var(--muted);line-height:1.7;margin:2px 0 24px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:40px 21px}.product-card__media{aspect-ratio:1/1.05;border-radius:17px;background:var(--mint);overflow:hidden;border:0;padding:0}.concept-art{display:block;width:100%;height:100%;min-height:0;background-image:url(veyora-product-concepts.png),var(--concept-fallback);background-size:400% 400%,cover;background-position:var(--concept-x) var(--concept-y),center;background-repeat:no-repeat;transition:transform .55s cubic-bezier(.2,.7,.1,1)}.product-card__media:hover .concept-art{transform:scale(1.045)}.product-card__image{object-fit:cover}.product-card__badge{top:13px;left:13px;font-size:8px;letter-spacing:.035em;z-index:2;background:#f0b089f2;border-radius:99px;padding:6px 9px}.product-card__explore{right:13px;bottom:13px;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;padding:0;font-size:0;gap:0;color:var(--ink);background:#f3b18f;transition:background .2s,color .2s}.product-card__explore .icon{height:19px;width:19px}.product-card__media:hover .product-card__explore{background:var(--cobalt);color:#f7c5a4}.product-card__caption{margin-top:17px;gap:12px;display:flex;align-items:flex-start}.product-card__caption>div{min-width:0}.product-card__caption .eyebrow{font-size:8px;letter-spacing:.11em;color:var(--muted);margin-bottom:7px}.product-card__caption h3{font-size:17px;line-height:1.2;letter-spacing:-.035em;margin:0;font-weight:700}.product-card__price{font-size:11px;font-weight:700;margin:22px 0 0;line-height:1.3;letter-spacing:-.02em}.product-card__subtitle{font-size:11px;color:var(--muted);line-height:1.6;margin-top:8px;max-width:95%}.collection-endnote{display:flex;align-items:center;gap:18px;background:var(--mint);border-radius:16px;padding:21px 28px;margin-top:48px}.collection-endnote>span{font-size:43px;color:var(--cobalt);line-height:1}.collection-endnote p{font-size:12px;line-height:1.7;margin:0}.collection-endnote strong{font-weight:400;color:var(--muted)}.collection-endnote>a{margin-left:auto;font-size:11px}.editorial-band{background:var(--butter);margin:0;padding-block:74px}.editorial-layout{grid-template-columns:1fr 1fr;gap:clamp(36px,7vw,112px)}.editorial-image{aspect-ratio:.95;border-radius:160px 160px 24px 24px;overflow:visible}.editorial-image img{object-fit:cover;object-position:center 43%;border-radius:inherit;height:100%;width:100%}.editorial-sticker{position:absolute;right:-20px;bottom:30px;background:var(--cobalt);color:#f3b18f;width:146px;height:146px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:10px;line-height:1.8;text-align:center;transform:rotate(10deg)}.editorial-sticker strong{font-size:24px;letter-spacing:-.05em}.editorial-copy{max-width:500px;padding-block:10px}.editorial-copy .eyebrow{font-size:9px}.editorial-copy h2{font-size:clamp(38px,4.2vw,62px);line-height:1.05;margin-bottom:27px}.editorial-copy>p:not(.eyebrow){font-size:13px;line-height:1.85;color:#542f3d;max-width:435px;margin-bottom:16px}.editorial-principles{margin:24px 0}.editorial-principles>div{border-color:#b57572;gap:17px;padding-top:17px;margin-top:17px}.principle-number{width:26px;height:26px;display:grid;place-items:center;border:1px solid #9F6269;border-radius:50%;font-size:9px;line-height:1;padding:0;flex:none;color:var(--ink)}.editorial-principles h3{font-size:13px;letter-spacing:-.02em;margin-bottom:5px}.editorial-principles p{font-size:11px;line-height:1.7;color:#542f3d}.editorial-copy>.text-link{font-size:11px}.finder-band{background:var(--cobalt);color:#f3b18f}.selection-section{grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,120px);padding-block:80px;align-items:center}.selection-intro{position:relative}.selection-intro .eyebrow{font-size:9px;color:#f3c3b0}.selection-intro h2{font-size:clamp(40px,4.4vw,64px);max-width:500px;margin-bottom:24px}.selection-intro h2 em{color:var(--butter)}.selection-intro p:not(.eyebrow){font-size:13px;line-height:1.8;color:#f3c3b0;max-width:350px;margin-bottom:0}.finder-flower{font-size:86px;color:var(--orange);line-height:1;display:block;margin-top:27px;max-width:90px;transform:rotate(15deg)}.selection-tool legend{font-size:13px;margin-bottom:21px}.choice-grid{gap:11px}.choice{background:#f3b18f;border:0;border-radius:12px;padding:22px 21px;gap:16px;color:var(--ink);font-size:14px;font-weight:700}.choice:has(input:checked){background:var(--butter);border:0}.choice small{display:block;font-size:10px;line-height:1.7;font-weight:400;margin-top:4px;color:var(--muted)}.choice-number{height:31px;width:31px;color:var(--cobalt);border-color:#a96b70;font-size:10px;line-height:1}.choice>.icon{width:20px;height:20px;color:var(--cobalt)}.selection-result{background:var(--mint);color:var(--ink);border:0;border-radius:13px;margin-top:15px;padding:23px}.selection-result .eyebrow{color:var(--cobalt)}.selection-result h3{font-size:27px}.selection-result p{color:#542f3d;font-size:12px;line-height:1.7}.selection-result .safety-note{font-size:10px!important;color:#542f3d;border-color:#b57970}.good-day-notes{display:grid;grid-template-columns:1fr 1fr;gap:0 70px;padding-block:80px}.good-day-notes>.eyebrow{grid-column:1/-1;margin-bottom:20px}.good-day-notes h2{font-size:clamp(31px,3vw,45px);max-width:440px}.good-day-faq details{border-top:1px solid var(--line)}.good-day-faq details:last-child{border-bottom:1px solid var(--line)}.good-day-faq summary{display:flex;align-items:center;justify-content:space-between;padding:19px 0;gap:25px;font-size:12px;font-weight:700}.good-day-faq summary>.icon{width:17px;height:17px}.good-day-faq details[open] summary>.icon{transform:rotate(45deg)}.good-day-faq p{font-size:12px;color:var(--muted);line-height:1.8;margin:0 0 20px}.site-footer{background:var(--ink);color:#f3b18f;margin:0}.footer-callout{padding-block:65px 45px;position:relative;border-bottom:1px solid #ffffff30;display:flex;align-items:flex-end;justify-content:space-between;gap:30px;flex-wrap:wrap}.footer-callout>.eyebrow{flex:0 0 100%;font-size:9px;color:#89b9af;margin:0}.footer-callout>p:not(.eyebrow){font-size:clamp(52px,6.5vw,95px);line-height:.98;letter-spacing:-.065em;font-weight:800;margin:0;position:relative}.footer-callout>p>span{position:absolute;right:-110px;top:15px;color:var(--orange);font-size:112px;font-weight:400;line-height:1}.footer-callout .button{font-size:11px;margin-bottom:6px}.footer-main{grid-template-columns:1.4fr 1fr 1fr 1fr;padding-block:45px;gap:42px}.footer-brand .wordmark{font-size:45px;color:var(--butter)}.footer-brand .wordmark-dot{color:var(--orange)}.footer-brand p{color:#e4ad9f;font-size:12px;line-height:1.8;margin-top:20px;max-width:240px}.footer-main .eyebrow{font-size:8px;letter-spacing:.14em;color:#89b9af}.footer-main>div:not(.footer-brand)>a{font-size:11px;color:#f2c1a9;margin-bottom:12px}.footer-main>div>a:hover{color:var(--butter);text-decoration:none}.footer-status{font-size:10px;color:#e4ad9f;line-height:1.8;margin-top:18px}.footer-bottom{color:#daa7a0;font-size:9px;padding-block:22px}dialog{border-radius:20px;max-width:1080px;width:min(1080px,calc(100% - 40px));max-height:92dvh}dialog::backdrop{background:#102124bd;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.dialog-top{padding:13px 24px}.dialog-content{padding:32px}.dialog-content .product-layout{gap:36px}.product-gallery__stage,.dialog-content .product-gallery__stage{border-radius:17px;aspect-ratio:1}.gallery-panel:has(.concept-art){height:100%}.product-info h1,.dialog-content .product-info h1,.dialog-content [data-candidate-title]{font-size:clamp(30px,3.1vw,44px);line-height:1.05;letter-spacing:-.05em}.product-subtitle{font-size:14px}.product-price{font-size:23px}.product-state{font-size:9px;white-space:nowrap}.product-price-row{gap:12px}.planned-price-label{font-size:10px}.product-description{font-size:13px}.product-info>.eyebrow{font-size:9px}.product-form>select{font-size:12px;min-height:46px;border-radius:9px}.quantity-control{border-radius:99px;width:100px;justify-content:center}.quantity-control button{width:31px}.quantity-control input{width:30px}.save-routine-button{font-size:12px}.image-note{font-size:10px;line-height:1.75}.detail-related{padding-top:28px;margin-top:35px}.detail-related .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:650px}.detail-related .product-card__media{aspect-ratio:1.1}.detail-related h2{font-size:33px}.collection-section{padding-top:40px}.collection-intro h1{font-size:clamp(46px,5vw,72px);line-height:1.02}.collection-intro{margin-bottom:32px}.collection-section>.filter-chips{margin-bottom:24px}.collection-section .sort-control select{background:var(--background)}.collection-section .search-form input{border-radius:99px;padding-inline:22px}.collection-section .search-form .button{min-width:115px}.cart-summary,.form-message{background:var(--mint);border-radius:14px}.native-ritual-strip{margin-top:0}.pending-search input{border-radius:99px;max-width:600px}.pending-sort{display:flex;align-items:center;gap:9px;margin-left:auto}.pending-sort label{font-size:10px}.pending-sort select{width:auto;font-size:11px;border:0;min-height:39px;padding:9px 3px}.native-catalog-toolbar{display:flex;gap:15px;align-items:center;justify-content:space-between;margin-bottom:8px}.routine-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.native-saved-card{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line)}.native-saved-card .text-link{font-size:11px}@media(min-width:1450px){.hero,.hero-media{min-height:705px}.hero h1{font-size:94px}.hero-copy{padding-right:60px}.product-card__caption h3{font-size:19px}.category-card h3{font-size:34px}}@media(max-width:1199px){.desktop-nav{gap:18px}.desktop-nav a:first-child{margin-right:0}.hero{grid-template-columns:48% 52%;min-height:590px}.hero-media{min-height:590px}.hero-copy{padding:40px 33px}.hero h1{font-size:66px}.hero-actions{gap:17px}.hero-actions .button{padding-inline:18px;gap:13px;font-size:11px}.hero-actions .text-link{font-size:10px}.hero-description{font-size:13px}.hero-bottom{margin-top:30px}.hero-stamp{width:99px;height:99px;right:19px;top:24px}.hero-stamp strong{font-size:19px}.category-card h3{font-size:25px}.product-card__caption{display:block}.product-card__price{margin-top:8px}.product-card__caption h3{font-size:17px}.collection-number{width:87px;height:87px;font-size:49px}.editorial-sticker{height:125px;width:125px;right:-17px}.editorial-sticker strong{font-size:21px}.editorial-copy h2{font-size:44px}.footer-callout>p>span{right:-90px;font-size:92px}.footer-main{gap:30px}}@media(max-width:899px){.header-inner{height:77px;gap:15px}.header-inner>.wordmark{font-size:39px}.wordmark-dot{font-size:28px}.header-actions{gap:5px}.announcement-status{font-size:8px;margin-left:12px}.hero-shell{padding-top:6px;padding-bottom:25px}.hero{min-height:580px;grid-template-columns:49% 51%;border-radius:21px}.hero-copy{padding:33px 26px}.hero h1{font-size:clamp(47px,6.3vw,60px);line-height:1.02}.hero .eyebrow{font-size:8px;line-height:1.6;margin-bottom:24px}.hero-description{font-size:12px;line-height:1.7}.hero-media{min-height:580px}.hero-actions{flex-direction:column;align-items:flex-start;gap:15px}.hero-bottom{display:none}.hero-media img{object-position:53% center}.hero-stamp{width:90px;height:90px;right:17px;top:20px}.hero-stamp strong{font-size:18px}.image-caption{left:18px;bottom:19px;font-size:7px;max-width:calc(100% - 36px);padding:9px 11px}.ritual-strip{padding-block:17px;font-size:11px;gap:20px}.ritual-strip b{font-size:24px}.category-section{padding-block:52px 20px}.category-heading h2{font-size:33px}.category-heading>p{font-size:10px}.category-grid{gap:15px}.category-card{aspect-ratio:.83}.category-card>div{left:18px;right:18px;bottom:21px}.category-card h3{font-size:22px}.category-card p{font-size:9px}.category-card .icon{height:31px;width:31px;padding:7px}.category-number{width:28px;height:28px;top:15px;left:15px;font-size:9px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px 17px}.collection-feature{padding-block:48px 57px}.section-heading h2{font-size:45px}.collection-heading-note{gap:13px}.collection-heading-note p{font-size:10px}.collection-number{font-size:41px;width:74px;height:74px}.filter-chip{font-size:10px;padding:9px 13px;min-height:37px}.collection-controls{gap:16px;flex-wrap:wrap}.concept-collection-note{font-size:9px;margin-bottom:21px}.product-card__caption h3{font-size:16px}.product-card__price{font-size:11px}.product-card__subtitle{font-size:10px}.product-card__badge{top:10px;left:10px;font-size:7px;padding:5px 8px}.product-card__explore{right:10px;bottom:10px;width:32px;height:32px}.collection-endnote{padding:20px;gap:14px;margin-top:36px}.collection-endnote p{font-size:10px}.collection-endnote>a{font-size:10px}.editorial-band{padding-block:50px}.editorial-layout{gap:35px}.editorial-image{aspect-ratio:.75;border-radius:125px 125px 20px 20px}.editorial-sticker{width:102px;height:102px;right:-14px;bottom:25px;font-size:8px}.editorial-sticker strong{font-size:18px}.editorial-copy h2{font-size:37px;margin-bottom:22px}.editorial-copy .eyebrow{font-size:8px}.editorial-copy>p:not(.eyebrow){font-size:11px;line-height:1.75}.editorial-principles h3{font-size:12px}.editorial-principles p{font-size:10px}.editorial-principles>div{gap:13px}.selection-section{padding-block:58px;gap:38px}.selection-intro h2{font-size:43px}.selection-intro p:not(.eyebrow){font-size:12px}.selection-intro .eyebrow{font-size:8px}.choice{padding:19px 16px;font-size:12px;gap:12px}.choice small{font-size:9px}.choice-number{height:25px;width:25px;font-size:9px}.selection-tool legend{font-size:12px}.finder-flower{font-size:67px}.good-day-notes{padding-block:54px;gap:0 38px}.good-day-notes h2{font-size:32px}.good-day-faq summary{font-size:11px}.good-day-faq p{font-size:11px}.footer-callout{padding-block:50px 36px}.footer-callout>p:not(.eyebrow){font-size:64px}.footer-callout>p>span{font-size:76px;right:-83px}.footer-callout .button{font-size:10px;min-height:49px;padding:13px 18px;gap:14px}.footer-main{grid-template-columns:1fr 1fr;gap:32px;padding-block:35px}.footer-brand{grid-row:auto}.footer-main .eyebrow{font-size:8px}.footer-main>div:not(.footer-brand)>a{font-size:11px}.dialog-content .product-layout{gap:25px}.dialog-content{padding:25px}.dialog-content .product-info h1,.dialog-content [data-candidate-title]{font-size:31px}.dialog-content .product-subtitle,.product-description{font-size:12px}}@media(max-width:599px){:root{--gutter:19px}.announcement{padding:8px 12px;font-size:8px;line-height:1.4;gap:7px}.announcement>span:first-child{font-size:13px}.announcement-status{font-size:7px;letter-spacing:.06em;margin-left:5px;max-width:120px}.header-inner{height:67px}.header-inner>.wordmark{font-size:36px}.header-inner .wordmark-dot{font-size:25px}.mobile-menu{margin-left:-9px}.mobile-nav{padding:18px 22px 27px}.mobile-nav>a{font-size:20px}.header-actions .routine-link{display:none}.hero-shell{padding-inline:12px;padding-top:4px;padding-bottom:20px}.hero{display:flex;flex-direction:column;min-height:0;gap:0;border-radius:18px}.hero-copy{padding:34px 27px 31px;min-height:0;width:100%;max-width:none;display:block}.hero .eyebrow{font-size:8px;margin-bottom:23px}.hero h1{font-size:clamp(48px,12.45vw,69px);max-width:480px;line-height:1.015;letter-spacing:-.066em;margin-bottom:23px}.hero-description{font-size:12px;line-height:1.8;max-width:340px;margin-bottom:24px}.hero-actions{display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:18px}.hero-actions .button{font-size:10px;min-height:47px;padding:13px 17px;gap:14px}.hero-actions .button .icon{width:17px;height:17px}.hero-actions .text-link{font-size:10px;gap:8px}.hero-media{width:100%;min-height:0;aspect-ratio:1.27;align-self:auto;border-radius:0}.hero-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.hero-stamp{width:83px;height:83px;right:18px;top:19px;font-size:7px;box-shadow:0 0 0 5px #ff753844}.hero-stamp strong{font-size:17px;line-height:.98}.image-caption{font-size:6px;left:18px;bottom:17px;padding:8px 11px}.ritual-strip{padding:16px 20px;gap:20px;font-size:10px;justify-content:flex-start;overflow:hidden}.ritual-strip b{font-size:21px}.ritual-strip>span{flex:none}.ritual-strip>span:nth-of-type(n+3),.ritual-strip>b:nth-of-type(n+2){display:none}.section{padding-block:46px}.category-section{padding-top:39px;padding-bottom:13px}.category-heading{margin-bottom:23px;gap:15px;align-items:flex-end}.category-heading h2{font-size:30px;max-width:230px}.category-heading .eyebrow{font-size:8px;line-height:1.7;max-width:220px;margin-bottom:12px}.category-heading>p{display:none}.category-grid{grid-template-columns:1fr;gap:13px}.category-card{aspect-ratio:1.73;min-height:0;border-radius:16px}.category-card>img{object-position:center 38%}.category-card--care>img{object-position:center 44%}.category-card--walk>img{object-position:center 48%}.category-card>div{left:21px;right:21px;bottom:20px}.category-card h3{font-size:27px}.category-card p{font-size:9px;margin-bottom:7px}.category-card .icon{width:37px;height:37px;padding:8px}.category-number{width:28px;height:28px;top:15px;left:18px}.collection-feature{padding-top:37px;padding-bottom:41px}.section-heading{margin-bottom:25px;align-items:flex-end;gap:13px}.section-heading h2{font-size:38px;max-width:270px;line-height:1.04}.section-heading .eyebrow{font-size:8px;line-height:1.7;margin-bottom:13px;max-width:215px}.collection-heading-note{gap:0;margin-bottom:2px}.collection-heading-note p{display:none}.collection-number{font-size:35px;width:59px;height:59px;border-width:1px}.collection-controls{gap:8px;padding-bottom:5px;flex-wrap:wrap}.filter-chips{gap:6px;padding-bottom:6px;width:100%;flex-wrap:wrap}.filter-chip{font-size:9px;min-height:34px;padding:8px 12px}.results-count{font-size:9px;line-height:1.5;white-space:normal}.concept-collection-note{font-size:8px;line-height:1.7;margin:3px 0 18px;max-width:335px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:29px 12px}.product-card__media{aspect-ratio:1/1.09;border-radius:13px}.product-card__caption{display:block;margin-top:13px}.product-card__caption .eyebrow{font-size:7px;letter-spacing:.08em;line-height:1.5;margin-bottom:6px}.product-card__caption h3{font-size:15px;line-height:1.17;letter-spacing:-.035em}.product-card__price{font-size:11px;margin-top:9px}.product-card__subtitle{font-size:9px;line-height:1.7;max-width:100%;margin-top:6px}.product-card__badge{font-size:6px;top:9px;left:9px;padding:5px 7px}.product-card__explore{width:29px;height:29px;right:9px;bottom:9px}.product-card__explore .icon{height:16px;width:16px}.collection-endnote{margin-top:29px;display:grid;grid-template-columns:32px 1fr;gap:4px 15px;padding:19px 17px;border-radius:14px}.collection-endnote>span{font-size:36px;grid-row:span 2}.collection-endnote p{font-size:9px;line-height:1.75}.collection-endnote>a{margin-left:0;justify-self:start;font-size:9px;margin-top:8px;grid-column:2}.editorial-band{padding-block:36px}.editorial-layout{grid-template-columns:1fr;gap:37px}.editorial-image{aspect-ratio:1.05;border-radius:140px 140px 20px 20px;margin-inline:5px}.editorial-image img{object-position:center 43%}.editorial-sticker{width:103px;height:103px;right:-6px;bottom:14px;font-size:8px}.editorial-sticker strong{font-size:18px}.editorial-copy{padding:0}.editorial-copy .eyebrow{font-size:8px;margin-bottom:17px}.editorial-copy h2{font-size:39px;max-width:350px;line-height:1.04;margin-bottom:22px}.editorial-copy>p:not(.eyebrow){font-size:12px;line-height:1.9;max-width:100%}.editorial-principles{margin-block:23px}.editorial-principles h3{font-size:12px}.editorial-principles p{font-size:10px}.editorial-principles>div{padding-top:17px;margin-top:17px;gap:13px}.editorial-copy>.text-link{font-size:10px}.finder-band{padding:0}.selection-section{grid-template-columns:1fr;gap:30px;padding-block:42px}.selection-intro .eyebrow{font-size:8px;max-width:260px;line-height:1.7}.selection-intro h2{font-size:39px;max-width:360px;margin-bottom:20px;line-height:1.05}.selection-intro p:not(.eyebrow){font-size:12px;line-height:1.85;max-width:330px}.finder-flower{display:none}.selection-tool legend{font-size:12px;margin-bottom:17px}.choice{padding:20px 17px;gap:13px;font-size:12px;border-radius:11px}.choice small{font-size:9px;margin-top:3px}.choice-number{font-size:9px;width:27px;height:27px}.choice>.icon{height:18px;width:18px}.selection-result{padding:21px}.selection-result h3{font-size:27px}.selection-result p{font-size:11px}.good-day-notes{display:block;padding-block:44px}.good-day-notes>.eyebrow{font-size:8px;margin-bottom:16px}.good-day-notes h2{font-size:32px;line-height:1.07;max-width:340px;margin-bottom:28px}.good-day-faq summary{font-size:11px;padding-block:18px}.good-day-faq p{font-size:11px}.footer-callout{padding-block:39px 31px;gap:23px}.footer-callout>.eyebrow{font-size:8px}.footer-callout>p:not(.eyebrow){font-size:53px;line-height:1;max-width:300px}.footer-callout>p>span{right:-60px;top:10px;font-size:59px}.footer-callout .button{font-size:10px;padding:12px 19px;min-height:45px;margin:0}.footer-main{grid-template-columns:1fr 1fr;gap:31px 23px;padding-block:32px}.footer-brand{grid-column:1/-1}.footer-brand .wordmark{font-size:43px}.footer-brand p{font-size:11px;line-height:1.7;margin-top:15px;max-width:260px}.footer-main .eyebrow{font-size:7px;margin-bottom:17px;line-height:1.7}.footer-main>div:not(.footer-brand)>a{font-size:10px;line-height:1.6;margin-bottom:10px}.footer-status{font-size:9px;margin-top:17px}.footer-main>div:last-child{grid-column:1/-1}.footer-bottom{font-size:8px;padding-block:18px;gap:15px}.footer-bottom>a{margin-left:auto}dialog{border-radius:15px;width:calc(100% - 16px);max-height:94dvh}.dialog-content{padding:19px 15px}.dialog-top{padding:9px 14px}.dialog-top .eyebrow{font-size:8px}.dialog-content .product-layout,.candidate-dialog .product-layout{grid-template-columns:1fr;gap:26px}.dialog-content .product-gallery__stage{aspect-ratio:1.1;border-radius:12px}.dialog-content .product-info h1,.dialog-content [data-candidate-title]{font-size:34px}.dialog-content .product-subtitle{font-size:13px}.product-description{font-size:12px}.product-price{font-size:24px}.planned-price-label{font-size:9px}.product-state{font-size:8px}.product-gallery__badge{left:13px;top:13px;font-size:8px}.image-note{font-size:9px;line-height:1.8}.detail-related .product-card__media{aspect-ratio:1}.detail-related .product-grid{gap:24px 12px}.detail-related h2{font-size:30px}.detail-related .product-card__caption h3{font-size:14px}.product-details .rte{font-size:12px}.product-details summary{font-size:12px}.collection-section{padding-top:27px}.collection-intro h1{font-size:43px}.collection-intro>p:not(.eyebrow){font-size:12px}.collection-section .search-form .button{font-size:0;min-width:50px;width:50px}.collection-section .search-form input{font-size:12px;padding-inline:17px}.collection-section>.filter-chips{margin-bottom:17px}.native-catalog-toolbar{flex-wrap:wrap;margin-bottom:6px;gap:10px}.pending-sort{margin-left:0}.pending-sort label{font-size:9px}.pending-sort select{font-size:10px}.routine-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dialog-content .reading-page h1{font-size:34px}}@media(max-width:359px){.hero h1{font-size:43px}.hero-copy{padding-inline:23px}.hero-actions{gap:15px}.hero-actions .button{font-size:9px;padding-inline:14px}.hero-actions .text-link{font-size:9px}.filter-chip{font-size:8px;padding-inline:10px}.section-heading h2{font-size:34px}.collection-number{font-size:30px;width:51px;height:51px}.product-card__caption h3{font-size:14px}.footer-callout>p:not(.eyebrow){font-size:47px}.footer-callout>p>span{font-size:48px;right:-49px}.announcement-status{max-width:90px}}@media(prefers-reduced-motion:reduce){.product-card__media:hover .concept-art{transform:none}}.hero-media picture{display:contents}@media(max-width:599px){.hero-media{aspect-ratio:1.5}.hero-media img{object-position:center center}}:root{--background:#F3B18F;--surface:#EA987F;--ink:#3D2038;--muted:#542F3D;--accent:#67364F;--accent-ink:#F7C5A4;--orange:#E87960;--orange-soft:#F0A581;--line:#BD8279;--control-line:#94595F;--plum:#67364F;--cobalt:var(--plum);--butter:#F7BE6B;--mint:#89B9AF;--lilac:#D995A4;--sun-apricot:#F3B18F;--sun-coral:#EA987F;--sun-rose:#DF9295;--sun-gold:#F7BE6B;--sun-aqua:#89B9AF;--sun-peach-ink:#F5CAB4;--sun-dusk:#52324D}html{background:#f3b18f}body{background-color:var(--background);background-image:radial-gradient(ellipse at 9% 6%,#F8C37C75 0,transparent 38%),radial-gradient(ellipse at 97% 40%,#DB879B70 0,transparent 43%),linear-gradient(180deg,#f5b693,#eea184 44%,#df9295 77%,#e9a68e);color:var(--ink)}.announcement{background:linear-gradient(110deg,#4c2d46,#79445b);color:#f7c5a4}.announcement-status{color:#f7c5a4;opacity:1}.announcement>span:first-child{color:var(--sun-gold)}.site-header{background:linear-gradient(110deg,#eeaf91,#eaa18d 68%,#df9295);box-shadow:0 1px #67364f22}.wordmark{color:var(--plum)}.wordmark-dot{color:#b75054}.desktop-nav a:after{background:var(--plum)}.bag-count{background:var(--sun-gold);color:var(--ink)}.icon-button:hover{background:#d98e80;color:#4a263e}.mobile-nav{background:linear-gradient(145deg,#edac8d,#dc9091);border-color:#b97873;box-shadow:0 18px 30px #3d203827}.mobile-nav>a{border-color:#b9787366}input,textarea,select{border-color:var(--control-line)}input::placeholder,textarea::placeholder{color:#70414a;opacity:1}input[type=checkbox],input[type=radio]{accent-color:var(--plum)}select,.collection-section .sort-control select{background-color:#eca388}option{background:#eca388;color:var(--ink)}input:focus-visible,textarea:focus-visible,select:focus-visible{background-color:#f2b38f}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline-color:#3d2038}.finder-band a:focus-visible,.finder-band button:focus-visible,.site-footer a:focus-visible,.hero a:focus-visible{outline-color:#89b9af}.button{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.button:hover:not(:disabled){background:#4b2941;border-color:#4b2941;color:#f7c5a4}.button--butter{background:var(--sun-gold);border-color:var(--sun-gold);color:var(--ink);box-shadow:0 7px 22px #3d203813}.button--butter:hover{background:#f8cb83!important;border-color:#f8cb83!important;color:var(--ink)!important}.button--outline{background:transparent;border-color:#67364f;color:#542f3d}.button--outline:hover:not(:disabled){background:#67364f;border-color:#67364f;color:#f7c5a4}.button:disabled{background:#d99887;border-color:#c18078;color:#663f49;box-shadow:none}.text-link:hover,.title-button:hover,.product-card__caption h3 a:hover{color:#49223a}.pill{background:#f1b089;color:var(--ink)}.hero{background:var(--sun-dusk);box-shadow:0 15px 46px #62344822}.hero-copy{color:#f7c5a4;background:radial-gradient(ellipse at 8% 0,#BA637239 0,transparent 54%),linear-gradient(146deg,#52324d,#6b3b54 60%,#83435b)}.hero h1{color:#f7c5a4}.hero h1 em{color:var(--sun-gold)}.hero .eyebrow,.hero-description,.hero-bottom,.hero-bottom strong{color:#f5cab4}.hero-doodle{color:var(--sun-gold)}.hero-actions .text-link{color:#f5cab4}.hero-actions .text-link:hover{color:var(--sun-gold)}.hero-media{background:#89b9af}.hero-stamp{background:var(--sun-aqua);color:var(--ink);box-shadow:0 0 0 7px #89b9af40}.image-caption{background:#f0af89;color:var(--ink)}.ritual-strip{background:linear-gradient(95deg,#de7968,#eeab73 49%,#d88082);color:#3d2038;box-shadow:inset 0 1px #f7be6b45,inset 0 -1px #8e4e5d30}.ritual-strip b{color:#6c354d}.category-card{background:#d995a4;box-shadow:0 11px 23px #67364f18}.category-card:after{background:linear-gradient(transparent,#392337df)}.category-card>div{color:#f8cfb2}.category-card .icon,.category-number{background:var(--sun-gold);color:var(--ink)}.category-card--walk .category-number{background:var(--sun-aqua)}.category-card--care .category-number{background:#d995a4}h2 em{color:var(--plum)}.collection-feature{background:radial-gradient(ellipse at 88% 11%,#F8C17A36 0,transparent 55%)}.collection-number{background:#edaf8666;color:var(--plum);border-color:#814958}.filter-chip{background:#eaa085;color:var(--ink);border-color:#b77a71}.filter-chip[aria-pressed=true],.filter-chip:hover{background:var(--plum);border-color:var(--plum);color:#f7c5a4}.filter-panel{background:#eea789;border-color:#b97873;box-shadow:0 12px 25px #3d20382b}.product-card__media,.product-card:nth-child(3n+2) .product-card__media,.product-card:nth-child(3n+3) .product-card__media{background:#da9390;box-shadow:0 8px 23px #703c5020}.product-card__badge{background:#f0b089f2;color:var(--ink);box-shadow:0 2px 8px #3d203812}.product-card__explore{background:#f0b089;color:var(--ink)}.product-card__media:hover .product-card__explore{background:#67364f;color:#f7c5a4}.product-card__price{color:#4f293f}.product-card__caption .eyebrow,.product-card__subtitle{color:var(--muted)}.collection-endnote{background:linear-gradient(110deg,#e29485,#db93a0);border:1px solid #B5737566;box-shadow:0 8px 24px #6b3b4b0d}.collection-endnote>span{color:#6d3951}.collection-endnote strong{color:#542f3d}.editorial-band{background-color:#e6a08f;background-image:radial-gradient(ellipse at 14% 6%,#F7BE6B80 0,transparent 56%),linear-gradient(116deg,#e9a48a,#e4a094 57%,#dc9ba1);box-shadow:inset 0 1px #ad687b30}.editorial-sticker{background:linear-gradient(145deg,#71405a,#52324d);color:#f7c5a4;box-shadow:0 9px 26px #62344825}.editorial-copy>p:not(.eyebrow),.editorial-principles p{color:#542f3d}.editorial-principles>div{border-color:#b57572}.principle-number{border-color:#9f6269;color:#542f3d}.finder-band{background:radial-gradient(ellipse at 88% 7%,#A0576C46 0,transparent 57%),linear-gradient(130deg,#4f2f49,#713e57);color:#f7c5a4}.selection-intro .eyebrow,.selection-intro p:not(.eyebrow){color:#f3c3b0}.selection-intro h2{color:#f7c5a4}.selection-intro h2 em{color:var(--sun-gold)}.finder-flower{color:var(--sun-aqua)}.selection-tool legend{color:#f3c3b0}.choice{background:#eaa184;color:var(--ink);box-shadow:0 7px 19px #291a2a17}.choice:hover{background:#f2b18c}.choice:has(input:checked){background:var(--sun-gold)}.choice:has(input:focus-visible){outline-color:#89b9af}.choice small{color:#542f3d}.choice-number{color:#67364f;border-color:#a96b70;background:#f3b88a66}.choice>.icon{color:#67364f}.selection-result{background:#dab099;color:var(--ink);box-shadow:0 8px 22px #291a2a14}.selection-result .eyebrow,.selection-result h3,.selection-result a{color:#4f2f49}.selection-result p,.selection-result .safety-note{color:#542f3d}.selection-result .safety-note{border-color:#b57970}.good-day-notes{background:radial-gradient(ellipse at 9% 1%,#F4BA7860,transparent 60%)}.good-day-faq details,.good-day-faq details:last-child{border-color:#b57775}.good-day-faq p{color:#542f3d}.site-footer{background:radial-gradient(ellipse at 80% 0,#74435F42 0,transparent 65%),linear-gradient(130deg,#492b44,#352035);color:#f7c5a4}.footer-callout{border-color:#aa6d7955}.footer-callout>.eyebrow,.footer-main .eyebrow{color:#94c1b5}.footer-callout>p>span{color:#df8b78}.footer-brand .wordmark{color:var(--sun-gold)}.footer-brand .wordmark-dot{color:#df8b78}.footer-brand p,.footer-note p,.footer-status{color:#e4ad9f}.footer-main>div:not(.footer-brand)>a{color:#f2c1a9}.footer-main>div>a:hover{color:var(--sun-gold)}.footer-bottom{color:#daa7a0;border-color:#aa6d7955}dialog{background:linear-gradient(135deg,#f0b191,#e8a08c);color:var(--ink);box-shadow:0 35px 100px #35203570}dialog::backdrop{background:#3d2038c2}.dialog-top{background:#e7a18b;border-color:#b9797355}.dialog-content{background:transparent}.product-gallery__stage,.gallery-thumbnail{background:#da9390}.product-state{background:#d99186;color:#542f3d;border-color:#b87873}.product-price-row,.product-details details,.product-details details:last-child,.detail-related,.related-section{border-color:#b97d73}.product-form>select,.contact-form input,.contact-form textarea,.pending-search input,.search-form input{background-color:#f0b18f}.quantity-control{background:#df9c87;border-color:#ae716f}.cart-summary,.form-message{background:linear-gradient(130deg,#e7a286,#d7959c);border-color:#af6e72}.cart-total,.cart-item,.routine-list,.routine-list>div,.native-saved-card{border-color:#b77b74}.errors{background:#e69584;color:#542f3d;border-color:#924c60}.media-coming{background:#e5a18b;color:#542f3d}.media-coming span:first-child{color:#542f3d}.media-label{background:#492b44e0;color:#f7c5a4}.skip-link,.toast{background:#4f2f49;color:#f7c5a4}@media(max-width:599px){.hero-stamp{box-shadow:0 0 0 5px #89b9af40}.site-header{background:linear-gradient(100deg,#edad8f,#e19a90)}.footer-callout>p>span{right:0;top:4px;font-size:44px}}@media(max-width:359px){.footer-callout>p>span{right:0;top:6px;font-size:38px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/storefront.css.map */
