:root{--plum:#2c2530;--cream:#f6f1e9;--foam:#fffdfc;--coral:#d8795f;--sage:#bac7bc;--blush:#e8d7d3;--stone:#6d686f;--line:rgba(44,37,48,.14);--page:1440px;--gutter:clamp(20px,4vw,64px);--radius:28px;--ease:cubic-bezier(.2,.7,.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--plum);font-family:var(--font-body),Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body::selection{background:var(--coral);color:#fff}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}.page-width{width:min(calc(100% - var(--gutter)*2),var(--page));margin-inline:auto}.skip-link{position:fixed;z-index:999;top:8px;left:8px;padding:12px 18px;background:var(--plum);color:#fff;transform:translateY(-150%)}.skip-link:focus{transform:none}.eyebrow{margin:0 0 16px;color:var(--coral);font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase}.display,.h2,.h3{font-family:var(--font-heading),Georgia,serif;font-weight:400;letter-spacing:-.035em;margin:0}.display{font-size:clamp(3.2rem,7.7vw,7.8rem);line-height:.88}.h2{font-size:clamp(2.5rem,5vw,5.5rem);line-height:.96}.h3{font-size:clamp(1.65rem,2.6vw,2.7rem);line-height:1.04}.lede{max-width:650px;color:var(--stone);font-size:clamp(1rem,1.5vw,1.25rem)}.section-space{padding-block:clamp(76px,10vw,150px)}.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 26px;border:1px solid var(--plum);border-radius:999px;background:var(--plum);color:#fff;font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;transition:transform .2s ease,background .2s ease}.button:hover{transform:translateY(-2px);background:#443748}.button:disabled{cursor:not-allowed;opacity:.5}.button--ghost{background:transparent;color:var(--plum)}.button--light{background:#fff;color:var(--plum);border-color:#fff}.text-link{display:inline-flex;gap:8px;align-items:center;border-bottom:1px solid currentColor;padding-bottom:4px;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.announcement{display:flex;min-height:34px;align-items:center;justify-content:center;padding:6px var(--gutter);background:var(--plum);color:#fff;text-align:center;font-size:.68rem;letter-spacing:.12em}.site-header{position:sticky;z-index:50;top:0;background:#f6f1e9f0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-shell{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;min-height:74px;gap:24px}.nav-links,.nav-actions{display:flex;align-items:center;gap:24px}.nav-actions{justify-content:flex-end}.nav-link{font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.brand-wordmark{display:flex;align-items:center;justify-content:center;gap:12px;font-family:var(--font-heading),Georgia,serif;font-size:1.85rem;letter-spacing:-.02em}.brand-wordmark img{max-width:170px;max-height:52px;object-fit:contain}.icon-link{position:relative;display:grid;min-width:44px;min-height:44px;place-items:center}.cart-count{position:absolute;top:3px;right:2px;display:grid;width:18px;height:18px;place-items:center;border-radius:50%;background:var(--coral);color:#fff;font-size:.65rem}.mobile-menu{display:none}.mobile-menu summary{list-style:none}.mobile-menu summary::-webkit-details-marker{display:none}.hero-bubble{position:relative;min-height:min(850px,calc(100vh - 108px));overflow:hidden;background:var(--foam)}.hero-bubble__media{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bubble__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f6f1e9f7,#f6f1e9d4 35%,#f6f1e91f 68%)}.hero-bubble__media img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-bubble__content{position:relative;z-index:1;display:flex;min-height:inherit;align-items:center}.hero-bubble__copy{width:min(660px,72%);padding-block:90px}.hero-bubble__copy .display em{color:var(--coral);font-style:italic}.hero-bubble__copy .lede{margin:28px 0 34px;color:#554d56}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.need{background:var(--foam)}.need__head{display:grid;grid-template-columns:1fr 1fr;gap:clamp(34px,7vw,110px);align-items:end}.need__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:64px}.need-card{padding:clamp(26px,3vw,44px);border:1px solid var(--line);border-radius:var(--radius);background:var(--cream)}.need-card__number{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--blush);font-family:var(--font-heading),Georgia,serif;font-size:1.15rem}.need-card h3{font-family:var(--font-heading),Georgia,serif;font-size:1.7rem;font-weight:400;margin:26px 0 10px}.need-card p{margin:0;color:var(--stone)}.featured{background:var(--cream)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:48px}.product-grid-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product-card{position:relative}.product-card__media{overflow:hidden;aspect-ratio:4/3;border-radius:var(--radius);background:var(--blush)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .35s var(--ease)}.product-card:hover .product-card__media img{transform:scale(1.025)}.product-card__meta{display:flex;justify-content:space-between;gap:20px;padding:18px 6px}.product-card h3{font-family:var(--font-heading),Georgia,serif;font-size:1.55rem;font-weight:400;margin:0}.product-card p{margin:4px 0 0;color:var(--stone);font-size:.9rem}.product-card__price{white-space:nowrap;font-weight:700}.choice{background:var(--plum);color:#fff}.choice__grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(46px,8vw,120px)}.choice__intro .lede{color:#ffffffad}.choice-table{border-top:1px solid rgba(255,255,255,.22)}.choice-row{display:grid;grid-template-columns:100px 1fr auto;gap:22px;align-items:center;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.22)}.choice-row strong{font-family:var(--font-heading),Georgia,serif;font-size:1.6rem;font-weight:400}.choice-row span{color:#ffffffb3}.color-story{background:var(--sage)}.color-story__layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,7vw,110px);align-items:center}.color-story__swatches{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.color-chip{display:flex;aspect-ratio:1;border:1px solid rgba(44,37,48,.12);border-radius:50%;align-items:flex-end;justify-content:center;padding:14px;font-size:.7rem;font-weight:700;text-transform:uppercase}.color-chip--ivory{background:#f4f0e8}.color-chip--orange{background:#dc7444}.color-chip--violet{background:#8574a1;color:#fff}.color-chip--sky{background:#a7d3dc}.color-chip--red{background:#a8413d;color:#fff}.color-chip--blue{background:#3b5c8b;color:#fff}.color-chip--green{background:#708875;color:#fff}.promise{background:var(--foam);text-align:center}.promise__inner{max-width:980px;margin:auto}.promise blockquote{font-family:var(--font-heading),Georgia,serif;font-size:clamp(2.5rem,5.3vw,5.7rem);line-height:.98;letter-spacing:-.035em;margin:20px 0 32px}.promise blockquote em{color:var(--coral)}.trust{background:var(--cream)}.trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.trust__item{background:var(--foam);padding:30px}.trust__item span{color:var(--coral);font-family:var(--font-heading),Georgia,serif;font-size:2rem}.trust__item h3{font-size:.9rem;margin:18px 0 8px}.trust__item p{margin:0;color:var(--stone);font-size:.86rem}.newsletter{text-align:center;background:var(--blush)}.newsletter__inner{max-width:700px;margin:auto}.newsletter-form{display:flex;gap:10px;max-width:560px;margin:34px auto 0}.field{width:100%;min-height:52px;border:1px solid var(--plum);border-radius:999px;background:#fff;padding:0 20px}.site-footer{padding:72px var(--gutter) 26px;background:var(--plum);color:#fff}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:50px}.footer-brand{font-family:var(--font-heading),Georgia,serif;font-size:clamp(3rem,6vw,6.5rem);line-height:.82}.footer-tagline{color:#ffffffa6}.footer-col h2{font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;margin:0 0 20px;color:var(--blush)}.footer-col a,.footer-col p{display:block;margin:0 0 10px;color:#ffffffb8;font-size:.9rem}.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:60px;padding-top:20px;border-top:1px solid rgba(255,255,255,.16);color:#ffffff8c;font-size:.72rem}.product-page{padding-block:54px 120px}.product-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);gap:clamp(34px,6vw,90px)}.product-gallery{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-gallery__item{overflow:hidden;aspect-ratio:4/3;border-radius:22px;background:var(--blush)}.product-gallery__item:first-child{grid-column:1/-1}.product-gallery__item img{width:100%;height:100%;object-fit:cover}.product-info{position:sticky;top:128px;align-self:start}.product-title{font-family:var(--font-heading),Georgia,serif;font-size:clamp(2.7rem,5vw,5rem);font-weight:400;line-height:.92;letter-spacing:-.04em;margin:12px 0 20px}.product-price{font-size:1.5rem;font-weight:700}.product-intro{color:var(--stone)}.product-form{margin-top:28px}.product-option{padding:18px 0;border-top:1px solid var(--line)}.product-option legend{font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}.option-values{display:flex;gap:9px;flex-wrap:wrap}.option-choice input{position:absolute;opacity:0;pointer-events:none}.option-choice span{display:flex;min-width:48px;min-height:48px;align-items:center;justify-content:center;padding:8px 14px;border:1px solid var(--line);border-radius:999px;background:var(--foam);font-size:.84rem}.option-choice input:checked+span{border-color:var(--plum);box-shadow:inset 0 0 0 1px var(--plum)}.option-choice input:focus-visible+span{outline:3px solid var(--coral);outline-offset:2px}.option-choice--color span{padding-left:10px}.swatch-dot{width:24px;height:24px;margin-right:8px;border:1px solid rgba(44,37,48,.18);border-radius:50%;background:var(--swatch,#eee)}.product-submit{width:100%;margin-top:18px}.product-status{min-height:24px;color:var(--stone);font-size:.86rem}.product-details{margin-top:30px}.product-details details{border-top:1px solid var(--line);padding:18px 0}.product-details summary{cursor:pointer;font-weight:700}.product-details__content{padding-top:12px;color:var(--stone)}.rte{max-width:840px}.rte a{text-decoration:underline}.collection-header{padding:72px 0 34px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:100px}.cart-page,.page-main,.contact-main,.search-main{padding-block:70px 120px}.cart-table{width:100%;border-collapse:collapse;margin:34px 0}.cart-table th,.cart-table td{padding:16px;border-bottom:1px solid var(--line);text-align:left}.cart-product{display:flex;align-items:center;gap:16px}.cart-product img{width:90px;border-radius:14px}.cart-summary{display:flex;justify-content:flex-end}.empty-state{text-align:center;padding:80px 0}.search-form{display:flex;gap:10px;max-width:680px;margin:30px 0}.search-results{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:50px}.contact-form{max-width:700px}.contact-form label{display:block;margin:18px 0 6px;font-weight:700}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:16px;background:#fff;padding:14px}.contact-form textarea{min-height:160px}.form-message{padding:14px;border-radius:14px;background:var(--sage)}@media(max-width:900px){.nav-links{display:none}.mobile-menu{display:block}.mobile-menu[open] .mobile-panel{display:grid;position:absolute;left:0;right:0;top:74px;padding:24px var(--gutter);background:var(--cream);border-bottom:1px solid var(--line);gap:16px}.nav-shell{grid-template-columns:1fr auto 1fr}.hero-bubble{min-height:720px}.hero-bubble__media:after{background:linear-gradient(180deg,#f6f1e947,#f6f1e9f5 56%)}.hero-bubble__content{align-items:flex-end}.hero-bubble__copy{width:100%;padding-block:70px}.need__head,.choice__grid,.color-story__layout,.product-layout{grid-template-columns:1fr}.need__grid,.product-grid-list,.collection-grid{grid-template-columns:repeat(2,1fr)}.product-info{position:static}.footer-grid,.trust__grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.nav-actions .account-link,.nav-actions .search-link{display:none}.brand-wordmark{font-size:1.45rem}.hero-bubble{min-height:650px}.display{font-size:clamp(3rem,17vw,5rem)}.need__grid,.product-grid-list,.collection-grid,.search-results{grid-template-columns:1fr}.choice-row{grid-template-columns:68px 1fr}.choice-row a{grid-column:2}.color-story__swatches{grid-template-columns:repeat(2,1fr)}.trust__grid{grid-template-columns:1fr}.newsletter-form,.search-form{flex-direction:column}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.product-gallery{grid-template-columns:1fr}.product-gallery__item:first-child{grid-column:auto}.cart-table thead{display:none}.cart-table tr{display:grid}.cart-table td{display:block}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/base.css.map */
