body{font-family:DM Sans,sans-serif;font-size:15px;letter-spacing:.008em}:root{--paper:#f5f1e9}.product-gallery{max-width:920px;gap:14px}.product-gallery__item{display:grid;margin:0;min-height:0;place-items:center;overflow:hidden;background:#eee9e1}.product-gallery__item img{width:100%;max-height:720px;aspect-ratio:4/5;object-fit:contain}.product-gallery__item--primary img{max-height:780px}.collection-edit{background:#f8f6f1}.collection-edit__head{display:grid;margin-bottom:50px;grid-template-columns:1.15fr .85fr;gap:clamp(40px,8vw,120px);align-items:end}.collection-edit__head h2{max-width:760px;margin-bottom:0}.collection-edit__head>div:last-child{max-width:480px}.text-link{display:inline-flex;padding:6px 0;border-bottom:1px solid currentColor;font-size:12px}.product-edit{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(16px,1.8vw,28px)}.product-card__image{display:grid;overflow:hidden;aspect-ratio:1/1;place-items:center;background:transparent}.product-card__image img{width:88%;height:88%;aspect-ratio:1/1;object-fit:contain;transition:transform .7s cubic-bezier(.22,1,.36,1)}.product-card:hover .product-card__image img{transform:scale(1.025)}.product-card__meta{display:flex;padding-top:18px;gap:16px;justify-content:space-between;align-items:baseline}.product-card h3{margin:0;font-size:23px;line-height:1.08}.product-card__meta span{flex:none;font-family:var(--serif);font-size:18px}.product-card p{margin:9px 0 0;font-size:12px;line-height:1.55}@media(max-width:1180px){.product-edit{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.collection-edit__head{grid-template-columns:1fr}.product-edit{grid-template-columns:repeat(2,1fr)}}.sanctuary-hero__image{transform:scale(1.015);animation:sanctuary-drift 18s ease-in-out infinite alternate}.sanctuary-hero__image--candlelight{z-index:1;opacity:.16;mix-blend-mode:screen;mask-image:linear-gradient(to bottom,transparent 24%,rgba(0,0,0,.18) 45%,#000 72%);-webkit-mask-image:linear-gradient(to bottom,transparent 24%,rgba(0,0,0,.18) 45%,#000 72%);animation:candle-flicker 2.8s ease-in-out infinite alternate}.sanctuary-hero__image--water{z-index:1;opacity:.22;mix-blend-mode:soft-light;mask-image:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.1) 62%,#000 82%);-webkit-mask-image:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.1) 62%,#000 82%);animation:water-ripple 7s ease-in-out infinite alternate}@keyframes sanctuary-drift{0%{transform:scale(1.015) translateZ(0)}to{transform:scale(1.045) translate3d(0,-.55%,0)}}@keyframes candle-flicker{0%,to{opacity:.1;filter:brightness(1.05) saturate(1.03)}22%{opacity:.22;filter:brightness(1.2) saturate(1.12)}48%{opacity:.13;filter:brightness(1.08)}73%{opacity:.26;filter:brightness(1.26) saturate(1.16)}}@keyframes water-ripple{0%{transform:scale(1.018) translate3d(-.22%,0,0);filter:blur(0)}50%{transform:scale(1.025,1.018) translate3d(.18%,.16%,0);filter:blur(.35px)}to{transform:scale(1.02,1.01) translate3d(-.12%,-.12%,0);filter:blur(.15px)}}.collection-page{max-width:1600px;margin:auto}.collection-page{position:relative;isolation:isolate;background:linear-gradient(180deg,#f7f3ec,#f1ece3)}.collection-page>*:not(.collection-botanical){position:relative;z-index:2}.collection-botanical{position:absolute;z-index:0;top:120px;left:50%;width:100vw;max-width:none;height:min(78vw,1100px);transform:translate(-50%);object-fit:cover;object-position:center top;opacity:.38;pointer-events:none;mask-image:linear-gradient(to bottom,transparent 0,#000 15%,#000 80%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 15%,#000 80%,transparent 100%)}.collection-page__header{display:grid;max-width:860px;margin-bottom:clamp(48px,7vw,90px)}.collection-page__header h1{margin-bottom:20px}.collection-tools{position:relative!important;z-index:30!important;display:flex;margin-bottom:42px;padding-block:18px;align-items:center;gap:18px;border-block:1px solid var(--line)}.collection-filters{display:flex;flex:1;flex-wrap:wrap;gap:12px}.collection-filter{position:relative}.collection-filter[open]{z-index:40}.collection-filter summary{padding:11px 14px;cursor:pointer;list-style:none;border:1px solid var(--line);border-radius:999px;font-size:12px}.collection-filter summary span{margin-left:7px;color:var(--muted)}.collection-filter__options{position:absolute;z-index:50;top:calc(100% + 8px);display:grid;min-width:240px;padding:18px;gap:12px;background:#fbfaf7fa;border:1px solid var(--line);border-radius:16px;box-shadow:0 22px 60px #3437352e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.collection-filter__options label{display:flex;gap:8px;font-size:12px}.collection-filter__options a{padding:8px 4px;border-bottom:1px solid rgba(213,208,199,.72);font-size:12px}.collection-filter__options a:last-child{border-bottom:0}.price-range{display:grid;grid-template-columns:1fr 1fr;gap:10px}.price-range input{width:100%;margin-top:6px;padding:8px;border:1px solid var(--line)}.collection-sort{display:flex;align-items:center;gap:10px;font-size:12px}.collection-sort select{min-height:40px;padding:0 30px 0 12px;border:1px solid var(--line);background:var(--paper)}.collection-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(24px,3vw,46px) clamp(14px,2vw,28px)}.collection-card__media{display:grid;overflow:hidden;aspect-ratio:1/1;place-items:center;background:transparent;border-radius:20px}.collection-card__media img{width:88%;height:88%;object-fit:contain;border-radius:18px;transition:transform .55s ease}.collection-card:hover .collection-card__media img{transform:scale(1.025)}.collection-card .eyebrow{margin:18px 0 8px}.collection-card h2{margin-bottom:8px;font-size:clamp(20px,1.7vw,28px)}.collection-card__price{margin:0;color:#3d403e;font-family:DM Sans,sans-serif;font-size:17px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.02em}.collection-pagination{grid-column:1/-1;display:flex;justify-content:center;margin:clamp(64px,8vw,110px) 0 10px;padding-top:28px;border-top:1px solid var(--line)}.collection-pagination .page,.collection-pagination .next,.collection-pagination .prev{display:inline-flex;min-width:44px;height:44px;margin:0 4px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;font:600 13px/1 DM Sans,sans-serif}.collection-pagination .current{border-color:#343735bf;background:#ffffff85}.collection-pagination a{display:flex;width:100%;height:100%;padding:0 14px;align-items:center;justify-content:center;border-radius:inherit;transition:background .2s ease,transform .2s ease}.collection-pagination a:hover{background:#ffffffb8;transform:translateY(-1px)}.cart-actions{display:flex;flex-wrap:wrap;margin-top:28px;gap:12px;align-items:center}.button--secondary{color:var(--ink);border-color:var(--line);background:#ffffff85;box-shadow:none}.button--secondary:hover{background:#ffffffd1}.product-gallery__stage{overflow:hidden;background:#eee9e1;border-radius:24px}.product-gallery__item{display:grid;min-height:clamp(460px,62vw,760px);margin:0;padding:clamp(16px,2vw,28px);place-items:center}.product-gallery__item img{width:100%;height:100%;max-height:720px;object-fit:contain;border-radius:16px}.product-gallery__thumb{overflow:hidden;padding:0;border:1px solid transparent;border-radius:12px;background:#eee9e1}.product-gallery__thumb.is-active{border-color:var(--ink)}.product-gallery__thumb img{aspect-ratio:1;object-fit:contain}.button,.option-value,.product-form select,.product-form input{border-radius:14px}.button{transition:transform .25s ease,box-shadow .25s ease,background .25s ease;box-shadow:0 10px 24px #3437351f}.button:hover{transform:translateY(-2px);box-shadow:0 14px 32px #3437352e}@media(max-width:1180px){.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:900px){.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-tools{align-items:flex-start;flex-wrap:wrap}.collection-filters{flex-basis:100%}.product-gallery__item{min-height:440px}}@media(max-width:560px){.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 12px}.collection-card__media{aspect-ratio:1/1}.collection-card .eyebrow{display:none}.collection-card h2{margin-top:12px;font-size:19px}.collection-filter{position:static}.collection-filter__options{right:22px;left:22px}.collection-sort{width:100%;justify-content:space-between}.product-gallery__stage{border-radius:18px}.product-gallery__item{min-height:0;aspect-ratio:1/1;padding:14px}.product-gallery__item img{max-height:100%;border-radius:12px}.featured-product>div:last-child{padding:14px;background:transparent}.featured-product>div:last-child img{min-height:0;max-height:520px;object-fit:contain;border-radius:18px}}@media(prefers-reduced-motion:reduce){.sanctuary-hero__image{animation:none;transform:none}.collection-card__media img,.button{transition:none}}@media(max-width:900px){.product-gallery{display:flex;width:100%;max-width:100%;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.product-gallery::-webkit-scrollbar{display:none}.product-gallery__item{flex:0 0 min(88vw,620px);scroll-snap-align:start}.product-gallery__item img{max-height:620px;aspect-ratio:1/1}}@media(max-width:560px){.product-edit{grid-template-columns:1fr}.product-gallery__item{flex-basis:calc(100vw - 44px)}.product-gallery__item img{max-height:520px}}@media(prefers-reduced-motion:reduce){.product-card__image img{transition:none}.product-card:hover .product-card__image img{transform:none}}body{font-family:DM Sans,sans-serif;font-weight:400}.site-header{transition:background-color .3s ease,box-shadow .3s ease;backdrop-filter:blur(24px) saturate(145%);-webkit-backdrop-filter:blur(24px) saturate(145%);background:#fbfaf7b8;border-bottom:1px solid rgba(255,255,255,.56);box-shadow:0 10px 36px #3437350d}.site-header--hero{position:absolute;top:0;right:0;left:0;background:#fbfaf770}.site-header--hero+main .sanctuary-hero{height:100svh}.main-nav a,.bag-link,.wordmark{transition:opacity .22s ease,transform .22s ease}.main-nav a:hover,.bag-link:hover{opacity:.62;transform:translateY(-1px)}.button{position:relative;overflow:hidden;border-radius:16px;border-color:transparent!important;background:#465760;box-shadow:0 10px 28px #38454c29;backdrop-filter:none;-webkit-backdrop-filter:none;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s ease,background-color .25s ease}.button:hover{transform:translateY(-2px);background:#3f5059;box-shadow:0 15px 34px #38454c38}.architecture__image,.featured-product>div:last-child,.product-card__image{overflow:hidden;border-radius:28px}.architecture__image img,.featured-product>div:last-child img{transition:transform 1.1s cubic-bezier(.22,1,.36,1)}.architecture__image:hover img,.featured-product>div:last-child:hover img{transform:scale(1.018)}.product-gallery{display:block;max-width:920px}.product-gallery,.product-gallery__stage,.product-info{min-width:0}.product-gallery__stage{width:100%}.product-gallery__item{display:block;margin:0;overflow:hidden;background:transparent;border:1px solid rgba(255,255,255,.72);border-radius:28px;box-shadow:0 18px 55px #49433a17}.product-gallery__item[hidden]{display:none}.product-gallery__item img,.product-gallery__item--primary img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:auto;object-fit:initial;background:transparent;border-radius:inherit}.product-gallery__thumbs{display:flex;gap:10px;margin-top:14px;padding:3px 2px 8px;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex:0 0 76px;width:76px;height:76px;padding:0;overflow:hidden;border:1px solid rgba(85,82,76,.16);border-radius:14px;background:#ffffff7a;cursor:pointer;opacity:.64;box-shadow:inset 0 1px #ffffffb3;transition:opacity .2s ease,transform .2s ease,border-color .2s ease,box-shadow .2s ease}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb:hover,.product-gallery__thumb.is-active{opacity:1;transform:translateY(-2px);border-color:#34373594;box-shadow:0 8px 20px #3437351f}.product-info{padding:clamp(24px,3vw,42px);border:1px solid rgba(255,255,255,.68);border-radius:28px;background:#fbfaf7a8;box-shadow:0 20px 60px #433e3614;backdrop-filter:blur(24px) saturate(125%);-webkit-backdrop-filter:blur(24px) saturate(125%)}.product-page{background:linear-gradient(135deg,#f7f3ec,#f0ebe2)}.product-price{color:#333735;font-family:DM Sans,sans-serif;font-size:28px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.015em}.shopify-payment-button,.shopify-payment-button__button,.shopify-payment-button shopify-accelerated-checkout{overflow:hidden!important;border-radius:16px!important}.shopify-payment-button shopify-accelerated-checkout{--shopify-accelerated-checkout-button-border-radius:16px;--shopify-accelerated-checkout-button-block-size:52px}.shopify-payment-button__button{min-height:52px!important}.product-page{grid-template-columns:minmax(0,.95fr) minmax(360px,.85fr);gap:clamp(32px,5vw,72px)}.product-gallery{width:min(100%,760px);justify-self:center}.option-value{border-radius:13px;background:#ffffff75}.option-value:hover,.option-value.is-selected{background:#f0ede7d6;box-shadow:inset 0 1px #fffc}.product-form input{border-radius:13px;background:#ffffffad}.product-assurance{overflow:hidden;border:1px solid rgba(213,208,199,.8);border-radius:17px;background:#ffffff57}.product-meta details,.faq details{transition:background-color .2s ease}.product-meta details:hover,.faq details:hover{background:#ffffff57}.reveal-ready{opacity:0;transform:translateY(22px);transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}@media(max-width:900px){.site-header--hero{min-height:76px}.site-header--hero+main .sanctuary-hero{height:100svh}.product-page{width:100%;min-width:0;grid-template-columns:minmax(0,1fr)}.product-gallery{display:block;width:100%;max-width:100%;overflow:visible}.product-gallery__stage,.product-gallery__item,.product-info{width:100%;max-width:100%}.product-gallery__item img{max-height:none;aspect-ratio:auto}.product-gallery__thumbs{width:100%;max-width:100%;overflow-x:auto}.product-info{padding:26px 22px;overflow:hidden}.product-info h1{overflow-wrap:anywhere}.architecture__image,.featured-product>div:last-child,.product-gallery__item{border-radius:22px}}@media(max-width:560px){.button{border-radius:14px}.product-gallery__thumb{flex-basis:64px;width:64px;height:64px;border-radius:11px}.product-info{border-radius:22px}.product-gallery__item{border-radius:18px}}@media(max-width:900px){.collection-botanical{top:180px;height:760px;opacity:.2}.product-assurance{grid-template-columns:1fr 1fr}.product-assurance li:nth-child(2){border-right:0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.main-nav a,.bag-link,.architecture__image img,.featured-product>div:last-child img,.product-gallery__thumb,.reveal-ready{transition:none}.button:hover,.main-nav a:hover,.bag-link:hover,.architecture__image:hover img,.featured-product>div:last-child:hover img,.product-gallery__thumb:hover,.product-gallery__thumb.is-active{transform:none}.reveal-ready{opacity:1;transform:none}}.collection-filter summary:after{content:"+";display:inline-block;margin-left:12px;color:var(--muted);font-size:14px;line-height:1;transition:transform .2s ease}.collection-filter[open] summary:after{transform:rotate(45deg)}.collection-card{display:flex;min-width:0;flex-direction:column}.collection-card>div{display:flex;min-height:150px;flex:1;flex-direction:column}.collection-card__price{margin-top:auto!important}.cart-actions .text-button,.cart-actions .button{display:inline-flex;min-height:52px;margin:0;padding:0 26px;align-items:center;justify-content:center;border-radius:16px;text-decoration:none;cursor:pointer;line-height:1.1;white-space:nowrap}.cart-actions .text-button{background:transparent;color:var(--ink);border:1px solid var(--line);box-shadow:none}.cart-actions .text-button:hover{background:#ffffff94;transform:translateY(-2px)}.cart-line{align-items:start}.cart-line>div{min-width:0}.cart-line input{width:92px;height:44px;margin-left:10px;padding:0 14px;border:1px solid rgba(52,55,53,.18);border-radius:14px;background:#ffffffb8;color:var(--ink);text-align:center;box-shadow:inset 0 1px #ffffffd9,0 6px 18px #34373514;-webkit-appearance:textfield;appearance:textfield}.cart-line input::-webkit-inner-spin-button,.cart-line input::-webkit-outer-spin-button{margin:0;opacity:.6}.cart-line label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:13px}.cart-actions .button--secondary{color:#fff;border-color:transparent!important;background:#465760}.cart-actions .button--secondary:hover{color:#fff;background:#3f5059}.button:before{display:none!important}.trust>div{padding-top:0;border-top:0}.trust h3{margin-top:0}.sanctuary-hero__content{width:min(920px,calc(100% - 48px))}.sanctuary-hero__content h1{max-width:860px}.sanctuary-hero__content>p:not(.eyebrow){max-width:660px}.sanctuary-hero__actions{display:flex;align-items:center;flex-direction:column;gap:18px}.sanctuary-hero__actions .text-link{color:var(--ink);font-size:12px}.manifesto{display:grid;min-height:360px;align-content:center}.manifesto h2{max-width:780px}.space-elements{display:grid;gap:clamp(32px,5vw,72px);background:#f4efe6}.space-elements__header{display:grid;max-width:1180px;grid-template-columns:minmax(280px,.82fr) minmax(320px,1.18fr);column-gap:clamp(50px,8vw,130px);align-items:end}.space-elements__header .eyebrow{grid-column:1/-1}.space-elements__header h2{margin:0}.space-elements__header p:last-child{max-width:520px;margin:0 0 8px}.space-elements__scene{overflow:hidden;border-radius:28px;box-shadow:0 22px 70px #52483a17}.space-elements__scene img{width:100%;aspect-ratio:2.275/1;object-fit:cover}.space-elements__links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.space-elements__links a{display:grid;min-height:158px;padding:24px clamp(16px,2.2vw,34px);grid-template-columns:1fr auto;grid-template-rows:auto 1fr auto;gap:8px;border-right:1px solid var(--line);transition:background-color .25s ease}.space-elements__links a:last-child{border-right:0}.space-elements__links a:hover{background:#ffffff7a}.space-elements__links a>span:first-child{color:var(--muted);font-size:11px}.space-elements__links a>span:last-child{grid-column:2;grid-row:1/-1;align-self:center}.space-elements__links strong{grid-column:1;font-family:var(--serif);font-size:clamp(24px,2vw,32px);font-weight:400;line-height:1}.space-elements__links small{grid-column:1;color:var(--muted);font-size:12px}.space-ritual{display:grid;gap:clamp(38px,6vw,82px)}.space-ritual>header{max-width:1040px}.space-ritual>header h2{max-width:980px;margin:0}.space-ritual__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2vw,30px)}.space-ritual__grid article{position:relative;min-height:clamp(480px,43vw,680px);overflow:hidden;border-radius:26px;background:#e7dfd3}.space-ritual__grid article>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 1s cubic-bezier(.22,1,.36,1)}.space-ritual__grid article:hover>img{transform:scale(1.018)}.space-ritual__grid article:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#211f1b5c}.space-ritual__grid article>div{position:absolute;z-index:1;right:0;bottom:0;left:0;padding:clamp(24px,3vw,42px);color:#fff}.space-ritual__grid article span,.space-ritual__grid article p{color:#ffffffd1}.space-ritual__grid h3{margin:10px 0 8px;font-size:clamp(30px,3vw,46px)}.space-ritual__grid p{max-width:340px;margin:0}.curated-space{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(44px,8vw,120px);align-items:center;background:#ded6ca}.curated-space>div:first-child{padding-left:clamp(0px,2vw,36px)}.curated-space h2{max-width:620px}.curated-space p:not(.eyebrow){max-width:470px}.curated-space__image{overflow:hidden;border-radius:28px}.curated-space__image img{width:100%;aspect-ratio:1.4/1;object-fit:cover}.trust{padding-top:clamp(74px,8vw,112px);padding-bottom:clamp(74px,8vw,112px)}@media(max-width:900px){.space-elements__header,.curated-space{grid-template-columns:1fr}.space-elements__links{grid-template-columns:1fr 1fr}.space-elements__links a:nth-child(2){border-right:0}.space-elements__links a:nth-child(-n+2){border-bottom:1px solid var(--line)}.space-ritual__grid{grid-template-columns:1fr}.space-ritual__grid article{min-height:620px}.curated-space>div:first-child{padding-left:0}}@media(max-width:560px){.sanctuary-hero__content{width:calc(100% - 36px)}.sanctuary-hero__content h1{font-size:43px}.manifesto{min-height:280px}.space-elements__header{gap:16px}.space-elements__scene{border-radius:18px}.space-elements__scene img{aspect-ratio:1.15/1;object-position:center}.space-elements__links{grid-template-columns:1fr}.space-elements__links a{min-height:126px;border-right:0;border-bottom:1px solid var(--line)!important}.space-elements__links a:last-child{border-bottom:0!important}.space-ritual__grid article{min-height:500px;border-radius:20px}.curated-space__image{border-radius:20px}.curated-space__image img{aspect-ratio:1/1}}@media(prefers-reduced-motion:reduce){.space-ritual__grid article>img{transition:none}.space-ritual__grid article:hover>img{transform:none}}:root{--paper:#f6f1e8;--paper-luminous:#fbf8f2;--paper-warm:#e9e0d3;--ink:#303330;--muted:#686c67;--line:rgba(72,69,63,.16);--slate:#46575d;--deep-sage:#414844;--serif:"Cormorant Garamond",Georgia,serif;--sans:"DM Sans",sans-serif;--motion:cubic-bezier(.22,1,.36,1);--motion-heavy:cubic-bezier(.16,1,.3,1);--section-inline:max(clamp(22px,6.7vw,108px), calc((100vw - 1600px)/2) )}body{background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;letter-spacing:.006em}h1,h2,h3{color:var(--ink);letter-spacing:-.018em;text-wrap:balance}h1{font-size:clamp(60px,6.15vw,96px);line-height:.89}h2{font-size:clamp(48px,5.25vw,78px);line-height:.93}h3{line-height:1}p,.rte{color:var(--muted);line-height:1.72}.section{padding-block:clamp(104px,10.5vw,168px);padding-inline:var(--section-inline)}.eyebrow{margin-bottom:clamp(18px,2vw,28px);color:#5f665f;font-size:10px;font-weight:500;letter-spacing:.28em}.site-header{min-height:88px;padding-inline:clamp(24px,4.8vw,76px);background:#f9f6efc7;border-bottom:1px solid rgba(255,255,255,.64);box-shadow:0 12px 42px #3f3a320b;transition:background-color .7s var(--motion),box-shadow .7s var(--motion)}.site-header--hero{background:#f9f6ef85}.wordmark{font-size:clamp(22px,2vw,30px);font-weight:500;letter-spacing:.14em}.main-nav{gap:clamp(26px,3.2vw,52px);font-size:12px;letter-spacing:.012em}.main-nav a,.bag-link,.wordmark{transition:opacity .6s var(--motion),transform .6s var(--motion)}.main-nav a:hover,.bag-link:hover{opacity:.66;transform:translateY(-1px)}.sanctuary-hero{min-height:820px;background:#ddd2c2;isolation:isolate}.sanctuary-hero:before{content:"";position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(circle at 63% 78%,rgba(255,231,190,.19),transparent 20%),linear-gradient(180deg,#faf7f00f,#f5eee200 48%,#4f45371a)}.sanctuary-hero__image{animation:sanctuary-drift 24s var(--motion-heavy) infinite alternate;transform:scale(1.012)}.sanctuary-hero__image--candlelight{opacity:.13;animation:candle-flicker 4.8s var(--motion) infinite alternate}.sanctuary-hero__image--water{opacity:.16;animation:water-ripple 10s var(--motion-heavy) infinite alternate}.sanctuary-hero__content{z-index:3;width:min(960px,calc(100% - 48px));padding-top:clamp(142px,18vh,224px);animation:hero-content-arrive 1.2s var(--motion-heavy) both}.sanctuary-hero__content h1{max-width:17ch;margin-bottom:clamp(24px,2.4vw,36px);font-size:clamp(64px,5.75vw,90px);line-height:1.02;letter-spacing:-.018em;text-wrap:balance}.sanctuary-hero__content>p:not(.eyebrow){max-width:570px;margin-bottom:32px;color:#5e625e;font-size:15px;line-height:1.7;letter-spacing:.002em;text-wrap:pretty}.sanctuary-hero__actions{gap:20px}.button--hero{min-height:58px;padding:5px 6px 5px 26px;gap:18px;border-radius:999px;background:#46575d;box-shadow:0 15px 38px #3742462e,inset 0 1px #ffffff2e;transition:transform .7s var(--motion),box-shadow .7s var(--motion),background-color .7s var(--motion)}.button--hero:hover{background:#3f5055;transform:translateY(-2px);box-shadow:0 20px 48px #3742463b,inset 0 1px #fff3}.button--hero:active{transform:translateY(0) scale(.985)}.button__icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;background:#ffffff1c;font-size:15px;transition:transform .7s var(--motion),background-color .7s var(--motion)}.button--hero:hover .button__icon{background:#ffffff29;transform:translate(2px)}.sanctuary-hero__actions .text-link{padding-top:4px;border-bottom-color:#3033307a;letter-spacing:.015em;transition:opacity .6s var(--motion),transform .6s var(--motion)}.sanctuary-hero__actions .text-link:hover{opacity:.64;transform:translateY(-1px)}.manifesto{position:relative;min-height:420px;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,var(--paper-luminous),var(--paper))}.manifesto:after{content:"";position:absolute;right:clamp(390px,31vw,570px);bottom:clamp(72px,8vw,120px);width:clamp(70px,8vw,130px);height:1px;background:#48453f47}.manifesto .eyebrow,.manifesto h2{position:relative;z-index:1}.manifesto h2{max-width:min(820px,57vw)}.manifesto__botanical{position:absolute;z-index:0;right:clamp(54px,7vw,140px);bottom:clamp(10px,2vw,30px);width:clamp(300px,22vw,430px);max-height:calc(100% - 38px);object-fit:contain;object-position:center bottom;opacity:.78;filter:saturate(.72) contrast(.96) brightness(1.02);pointer-events:none;-webkit-user-select:none;user-select:none}@media(max-width:1279px){.manifesto h2{max-width:820px}.manifesto__botanical{display:none}.manifesto:after{right:var(--section-inline)}}.manifesto h2,.architecture h2,.space-elements__header h2,.space-ritual>header h2,.curated-space h2,.faq h2{line-height:.99;letter-spacing:-.018em;text-wrap:balance}.architecture{gap:clamp(68px,9vw,148px);background:linear-gradient(135deg,#e8dfd2,#eee7dd 54%,#e4dacd)}.architecture__image,.space-elements__scene,.curated-space__image{padding:6px;border:1px solid rgba(255,255,255,.7);background:#ffffff3d;box-shadow:0 24px 74px #4c423416,inset 0 1px #ffffffb3}.architecture__image{border-radius:32px}.architecture__image img{border-radius:25px}.architecture>div:last-child{max-width:610px}.architecture h2{margin-bottom:32px}.architecture .rte{max-width:510px;font-size:15px}.space-elements{position:relative;overflow:hidden;gap:clamp(44px,6vw,88px);background:linear-gradient(180deg,#f7f2e9,#f3ede3)}.space-elements__header{position:relative;z-index:1;align-items:center}.space-elements__header h2{max-width:10ch;letter-spacing:-.025em}.space-elements__header p:last-child{max-width:460px}.space-elements__paw-trail{position:absolute;z-index:0;top:clamp(84px,7vw,132px);right:clamp(24px,3vw,58px);display:none;width:clamp(470px,31vw,620px);height:auto;color:#796f60;opacity:.18;mix-blend-mode:multiply;transform:rotate(-2deg);pointer-events:none;-webkit-user-select:none;user-select:none}.space-elements__paw-trail .paw-impression{fill:currentColor}.space-elements__paw-trail .paw-impression--near{opacity:.94}.space-elements__paw-trail .paw-impression--mid{opacity:.76}.space-elements__paw-trail .paw-impression--far{opacity:.58}.space-elements__scene,.space-elements__links{position:relative;z-index:1}.space-elements__scene{border-radius:34px}.space-elements__scene img{border-radius:27px;filter:saturate(.88) contrast(.98) brightness(1.015)}.space-elements__links{border-color:#48453f2e}.space-elements__links a{min-height:168px;border-right-color:#48453f26;transition:background-color .7s var(--motion),transform .7s var(--motion)}.space-elements__links a:hover{background:#ffffff75;transform:translateY(-3px)}.space-elements__links a>span:last-child{transition:transform .7s var(--motion)}.space-elements__links a:hover>span:last-child{transform:translate(4px)}.space-elements__links strong{font-size:clamp(27px,2.15vw,34px);letter-spacing:-.012em}.space-ritual{gap:clamp(56px,7vw,96px);background:linear-gradient(180deg,var(--paper-luminous),#f4efe6)}.space-ritual>header h2{max-width:970px;letter-spacing:-.026em}.space-ritual__grid{gap:clamp(18px,2.2vw,34px)}.space-ritual__grid article{min-height:clamp(500px,43vw,690px);border:1px solid rgba(255,255,255,.66);border-radius:30px;box-shadow:0 22px 64px #433b301a,inset 0 0 0 5px #ffffff1f}.space-ritual__grid article:after{background:linear-gradient(180deg,#1b1a1708 30%,#1b1a17ab)}.space-ritual__grid article>img{filter:saturate(.82) contrast(.97) brightness(.98);transition:transform 1.2s var(--motion-heavy),filter 1.2s var(--motion-heavy)}.space-ritual__grid article:hover>img{filter:saturate(.88) contrast(.99) brightness(1.01);transform:scale(1.024)}.space-ritual__grid article>div{padding:clamp(28px,3vw,46px)}.space-ritual__grid h3{color:#fff;font-size:clamp(34px,3vw,48px);letter-spacing:-.018em}.space-ritual__grid article p{font-size:14px;line-height:1.62}.curated-space{gap:clamp(58px,8vw,126px);background:linear-gradient(135deg,#ddd3c5,#e5ddd1)}.curated-space>div:first-child{max-width:590px}.curated-space h2{max-width:11ch;letter-spacing:-.027em}.curated-space p:not(.eyebrow){max-width:440px}.curated-space .text-link{margin-top:14px;padding:10px 0 8px;align-items:center;gap:10px;border-bottom-color:#3033307a;font-size:13px;font-weight:600;letter-spacing:.01em;white-space:nowrap;transition:border-color .6s var(--motion),opacity .6s var(--motion),transform .6s var(--motion)}.curated-space .text-link span{transition:transform .6s var(--motion)}.curated-space .text-link:hover{border-bottom-color:var(--ink);opacity:1}.curated-space .text-link:hover span{transform:translate(4px)}.curated-space .text-link:focus-visible{outline:2px solid var(--ink);outline-offset:6px}.curated-space__image{border-radius:34px}.curated-space__image img{border-radius:27px;filter:saturate(.86) contrast(.97) brightness(1.02)}.trust{grid-template-columns:1.15fr .9fr .95fr;gap:clamp(48px,7vw,110px);background:radial-gradient(circle at 15% 0%,rgba(255,255,255,.045),transparent 34%),linear-gradient(135deg,#434a46,#3d4541);box-shadow:inset 0 1px #ffffff12}.trust>div{position:relative;padding-top:30px}.trust>div:before{content:"";position:absolute;top:0;left:0;width:48px;height:1px;background:#f4f1e961}.trust h3{color:#f4f1e9;font-size:clamp(29px,2.5vw,38px);letter-spacing:-.012em}.trust p{max-width:390px;font-size:14px;line-height:1.7}.faq{gap:clamp(70px,10vw,150px);background:linear-gradient(180deg,#f7f3eb,var(--paper))}.faq>div:first-child{max-width:500px}.faq h2{max-width:9ch;letter-spacing:-.025em}.faq details{border-color:#48453f29;transition:background-color .6s var(--motion)}.faq details:hover{background:#ffffff52}.faq summary{padding:28px 0;font-size:14px}.faq summary span{margin-left:24px;transition:transform .6s var(--motion)}.faq details[open] summary span{transform:rotate(45deg)}.faq details p{max-width:680px;margin:0;padding:0 44px 28px 0}.site-footer{background:linear-gradient(135deg,#3d4541,#414844);box-shadow:inset 0 1px #ffffff0f}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid rgba(70,87,93,.82);outline-offset:5px}.reveal-ready{opacity:0;transform:translateY(30px);transition:opacity 1s var(--motion),transform 1s var(--motion-heavy)}.reveal-ready.is-visible{opacity:1;transform:none}@keyframes hero-content-arrive{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes sanctuary-drift{0%{transform:scale(1.012) translateZ(0)}to{transform:scale(1.038) translate3d(0,-.4%,0)}}@keyframes candle-flicker{0%,to{opacity:.1;transform:scale(1.014)}38%{opacity:.18;transform:scale(1.019)}72%{opacity:.13;transform:scale(1.016)}}@keyframes water-ripple{0%{opacity:.12;transform:scale(1.016) translate3d(-.12%,0,0)}50%{opacity:.18;transform:scale(1.022,1.017) translate3d(.12%,.1%,0)}to{opacity:.14;transform:scale(1.018,1.012) translate3d(-.08%,-.08%,0)}}@media(min-width:901px){.space-elements{padding-bottom:clamp(72px,6.8vw,112px)}.curated-space{grid-template-columns:minmax(380px,.84fr) minmax(0,1.16fr);gap:clamp(50px,7vw,110px);padding-bottom:clamp(76px,7vw,112px)}.curated-space h2{max-width:13ch}}@media(min-width:1500px){.space-elements__paw-trail{display:block}}@media(max-width:900px){html.menu-open,html.menu-open body{overflow:hidden}.site-header{position:relative;z-index:1001;min-height:76px;padding-inline:20px;column-gap:12px}.menu-toggle,.bag-link{display:inline-flex;min-width:44px;min-height:44px;padding:0;align-items:center;justify-content:center}.bag-link{justify-self:end}.main-nav{position:fixed;z-index:1000;top:76px;right:0;bottom:0;left:0;width:100vw;height:calc(100dvh - 76px);display:flex;min-height:calc(100dvh - 76px);padding:clamp(48px,11vh,84px) 24px 40px;justify-content:flex-start;gap:30px;background:#f8f4ec;border-top:1px solid rgba(72,69,63,.12);box-shadow:0 24px 60px #3f3a3214;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);transition:opacity .4s var(--motion),transform .5s var(--motion),visibility 0s linear .5s}.main-nav.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:none;transition-delay:0s}html.menu-open .main-nav{display:flex;opacity:1;visibility:visible;pointer-events:auto;transform:none;background:#f8f4ec;transition-delay:0s}.section{padding-block:clamp(88px,16vw,124px);padding-inline:clamp(22px,6vw,48px)}.architecture,.curated-space{gap:52px}.architecture__image,.space-elements__scene,.curated-space__image{padding:4px;border-radius:25px}.architecture__image img,.space-elements__scene img,.curated-space__image img{border-radius:20px}.space-ritual__grid article{min-height:560px}.trust{grid-template-columns:1fr;gap:58px}.sanctuary-hero__content h1{max-width:13.5ch;font-size:clamp(56px,8.2vw,72px);line-height:1.02}}@media(max-width:560px){h1{font-size:47px}h2{font-size:45px}.site-header{column-gap:10px}.section{padding-block:88px;padding-inline:22px}.eyebrow{font-size:9px;letter-spacing:.25em}.sanctuary-hero{min-height:780px}.sanctuary-hero__image{object-position:58% center}.sanctuary-hero__content{width:calc(100% - 36px);padding-top:116px}.sanctuary-hero__content h1{max-width:10.5ch;font-size:clamp(42px,11.8vw,47px);line-height:1.04;letter-spacing:-.012em}.sanctuary-hero__content>p:not(.eyebrow){max-width:330px;font-size:13px;line-height:1.68}.button--hero{min-height:56px;padding-left:22px;gap:14px}.button__icon{width:42px;height:42px}.manifesto{min-height:320px}.manifesto:after{display:none}.architecture{gap:44px}.architecture h2{font-size:46px}.space-elements{gap:38px}.space-elements__header h2{font-size:45px}.space-elements__links a{min-height:120px;padding-block:22px}.space-ritual{gap:48px}.space-ritual>header h2{font-size:44px}.space-ritual__grid{gap:18px}.space-ritual__grid article{min-height:450px;border-radius:24px}.space-ritual__grid h3{font-size:36px}.curated-space{gap:44px}.curated-space h2{max-width:100%;font-size:43px}.trust{gap:52px}.faq{gap:48px}.faq h2{font-size:45px}.manifesto h2,.architecture h2,.space-elements__header h2,.space-ritual>header h2,.curated-space h2,.faq h2{line-height:1.02;letter-spacing:-.012em}.faq summary{gap:16px;font-size:13px;line-height:1.45}.faq summary span{flex:none;margin-left:auto}}@media(max-width:360px){body{min-width:0}}@media(prefers-reduced-motion:reduce){.sanctuary-hero__content{animation:none}.sanctuary-hero__image,.sanctuary-hero__image--candlelight,.sanctuary-hero__image--water{animation:none;transform:none}.space-elements__paw-trail{transform:none}.main-nav,.button--hero,.button__icon,.sanctuary-hero__actions .text-link,.space-elements__links a,.space-elements__links a>span:last-child,.space-ritual__grid article>img,.curated-space .text-link,.curated-space .text-link span,.faq details,.faq summary span,.reveal-ready{transition:none}}.collection-filter summary,.collection-apply{display:inline-flex;min-height:46px;padding:0 20px;align-items:center;justify-content:center;border-radius:999px;font-family:DM Sans,sans-serif;font-size:13px;font-weight:500;line-height:1;letter-spacing:.01em;cursor:pointer;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;transition:transform .22s var(--motion),border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.collection-filter summary{justify-content:space-between;gap:18px;color:var(--ink);-webkit-text-fill-color:var(--ink);background:#fbfaf7b8;border:1px solid rgba(72,69,63,.22);box-shadow:inset 0 1px #ffffffd1,0 8px 24px #433b300e;backdrop-filter:blur(16px) saturate(120%);-webkit-backdrop-filter:blur(16px) saturate(120%)}.collection-filter summary::-webkit-details-marker{display:none}.collection-filter summary:hover,.collection-filter[open] summary{border-color:#48453f6b;background:#ffffffd6;box-shadow:inset 0 1px #ffffffe6,0 11px 28px #433b3014}.collection-apply{border:1px solid #465760;color:#fff!important;-webkit-text-fill-color:#fff!important;background:#465760!important;box-shadow:0 10px 26px #38454c29}.collection-apply:hover{background:#3f5059!important;border-color:#3f5059;box-shadow:0 14px 30px #38454c36;transform:translateY(-1px)}.collection-filter summary:active,.collection-apply:active{transform:scale(.985)}.collection-filter summary:focus-visible,.collection-apply:focus-visible{outline:2px solid var(--ink);outline-offset:3px}@media(max-width:560px){.collection-tools{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;padding-block:20px}.collection-filters{display:grid;width:100%;min-width:0;gap:12px}.collection-filter,.collection-filter--category{position:relative;width:100%;min-width:0}.collection-filter summary{width:100%;min-height:50px;padding-inline:18px;font-size:14px}.collection-filter__options{position:relative;top:auto;right:auto;left:auto;width:100%;min-width:0;margin-top:12px;padding:8px 18px;gap:0;border-radius:20px;background:#fbfaf7f5;box-shadow:0 18px 44px #3437351f;backdrop-filter:blur(20px) saturate(118%);-webkit-backdrop-filter:blur(20px) saturate(118%)}.collection-filter__options a{display:flex;min-height:54px;padding:0;align-items:center;font-size:14px}.collection-sort{display:grid;width:100%;grid-template-columns:auto minmax(0,1fr);gap:16px}.collection-sort select{width:100%;min-width:0;min-height:48px;padding-inline:16px 38px;border-radius:999px;color:var(--ink);-webkit-text-fill-color:var(--ink);background-color:#fbfaf7c7;box-shadow:inset 0 1px #ffffffd1}.collection-apply{width:100%;min-height:50px;font-size:14px}}@media(prefers-reduced-motion:reduce){.collection-filter summary,.collection-apply{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/polish.css.map */
