button{font:inherit;color:inherit;white-space:nowrap}.skip-to-content-link{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.skip-to-content-link:is(:focus,:focus-visible){z-index:var(--layer-temporary);overflow:auto;width:auto;height:auto;padding:var(--padding-lg) var(--padding-4xl);left:var(--margin-lg);top:var(--margin-lg);clip:auto;clip-path:none;white-space:normal;background-color:var(--color-background);box-shadow:0 0 0 var(--focus-outline-offset) var(--color-background);outline:var(--focus-outline-width) solid currentcolor;outline-offset:var(--focus-outline-offset)}.shell{box-sizing:border-box;width:min(var(--theme-shell),calc(100% - (2 * var(--theme-gutter))));margin-inline:auto}.section{padding-block:var(--theme-section-space)}.section.compact{padding-block:clamp(var(--theme-space-5),3vw,var(--theme-space-8))}.display,.page-title,.section-title,h1,h2,h3{margin:0;font-family:var(--theme-font-display);font-weight:var(--theme-font-display-weight);letter-spacing:-.035em;line-height:1.1}.display{font-size:var(--theme-type-display);white-space:pre-line}.page-title{font-size:var(--theme-type-page);white-space:pre-line}.page-hero{padding:clamp(var(--theme-space-7),4.4vw,var(--theme-space-11)) 0 clamp(var(--theme-space-6),3vw,var(--theme-space-8));display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(var(--theme-space-6),4vw,var(--theme-space-8));align-items:start}.page-hero .page-hero__lede{justify-self:start;max-width:none}@media screen and (max-width:900px){.page-hero{grid-template-columns:1fr}.page-hero__lede{justify-self:start}}.section-title{font-size:var(--theme-type-section)}.lede{max-width:640px;margin:var(--theme-space-5) 0 0;font-size:var(--theme-type-lede);line-height:1.4}.section-lede{max-width:60ch;margin:0 0 clamp(var(--theme-space-6),4vw,var(--theme-space-9));font-size:var(--theme-type-section-lede);line-height:1.5;color:var(--theme-muted)}.section-head{display:grid;grid-template-columns:4fr 7fr 1fr;gap:var(--theme-space-6);align-items:start;margin-bottom:var(--theme-space-9)}.section-head .section-title{grid-column:2}.section-head>a{justify-self:end;font-size:13px}.section-head--simple{grid-template-columns:minmax(0,1fr) auto}.section-head--simple .section-title{grid-column:1}.section-head--simple>a{grid-column:2}.section-head__tools{display:flex;flex-direction:column;align-items:flex-end;gap:var(--theme-space-3)}@media(max-width:980px){.section-head{grid-template-columns:1fr auto}.section-head .section-title{grid-column:1}}@media(max-width:680px){.section-head{display:block}.section-head .section-title{margin:var(--theme-space-3) 0 var(--theme-space-4)}.section-head>a{display:inline-block}.section-head__tools{align-items:flex-start}.section-head--simple{grid-template-columns:1fr}.section-head--simple .section-head__tools{margin-top:var(--theme-space-4)}}.prose-layout{display:grid;grid-template-columns:4fr 7fr 1fr;gap:var(--theme-space-6)}.prose{grid-column:2;max-width:780px}.prose h2{margin:var(--theme-space-11) 0 var(--theme-space-5);font-size:var(--theme-display-4)}.prose p,.prose li{font-size:var(--theme-type-reading)}.prose p{margin:var(--theme-space-4) 0}.prose .pullquote{margin:var(--theme-space-10) 0;padding:var(--theme-space-8) 0;border-block:1px solid var(--theme-border);font-family:var(--theme-font-display);font-size:var(--theme-display-4);line-height:1.1}@media(max-width:980px){.prose-layout{grid-template-columns:1fr}.prose{grid-column:auto}}.button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--theme-space-3);padding:var(--theme-space-3) var(--theme-space-5);border:1px solid var(--theme-color-forest);background:var(--theme-color-forest);color:var(--theme-color-cream);font-size:var(--theme-type-button);letter-spacing:.02em;text-decoration:none;text-transform:none;white-space:nowrap;cursor:pointer;transition:background-color var(--theme-motion-duration) var(--theme-motion-ease-out),border-color var(--theme-motion-duration) var(--theme-motion-ease-out),color var(--theme-motion-duration) var(--theme-motion-ease-out),transform var(--theme-motion-duration-fast) var(--theme-motion-ease-out)}.button:active{transform:translateY(1px)}.button.light{background:var(--theme-color-cream);border-color:var(--theme-color-cream);color:var(--theme-color-forest)}.button.outline{background:transparent;color:var(--theme-color-forest)}.button:hover{background:color-mix(in srgb,var(--theme-color-forest) 80%,var(--theme-color-clay));border-color:color-mix(in srgb,var(--theme-color-forest) 80%,var(--theme-color-clay))}.button.light:hover{background:color-mix(in srgb,var(--theme-color-cream) 78%,var(--theme-color-clay));border-color:color-mix(in srgb,var(--theme-color-cream) 78%,var(--theme-color-clay))}.button.outline:hover{background:color-mix(in srgb,transparent 82%,var(--theme-color-clay));border-color:var(--theme-color-clay);color:var(--theme-color-clay)}.button[disabled]{opacity:.55;cursor:not-allowed}.button[aria-disabled=true]{opacity:.55;pointer-events:none}.text-button{min-height:40px;padding:var(--theme-space-2);border:0;background:none;color:inherit;letter-spacing:0;text-decoration:underline;text-transform:none}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--theme-space-4)}.field{display:grid;gap:var(--theme-space-2)}.field.full{grid-column:1 / -1}.field__help{margin-top:calc(var(--theme-space-1) * -1);color:var(--theme-muted);font-size:var(--theme-type-eyebrow);line-height:var(--theme-leading-snug)}.field label{font-size:var(--theme-type-label);letter-spacing:.02em;text-transform:none}.field label:has(+[required]):after{content:" *";color:var(--theme-color-accent-text);font-weight:var(--theme-weight-medium)}.confirmation-check:has(input[required]):before{content:"* ";color:var(--theme-color-accent-text);font-weight:var(--theme-weight-medium)}.field input,.field select,.field textarea{width:100%;min-height:50px;padding:var(--theme-space-3) var(--theme-space-4);border:1px solid var(--theme-border);background-color:transparent;color:inherit}.field select{appearance:none;-webkit-appearance:none;padding-right:var(--theme-space-9);background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 21px) 50%,calc(100% - 15px) 50%;background-size:7px 7px,7px 7px;background-repeat:no-repeat;cursor:pointer}.field select option{background:var(--theme-color-paper);color:var(--theme-color-ink)}.field textarea{min-height:130px;resize:vertical}.confirmation-check{display:grid;grid-template-columns:20px 1fr;gap:var(--theme-space-3);align-items:start;margin-top:var(--theme-space-4);font-size:13px;line-height:1.45}.confirmation-check input{width:18px;height:18px;margin:1px 0 0;accent-color:var(--theme-color-forest)}.status-message{min-height:1.5em;margin-top:var(--theme-space-3);font-size:14px}.form-errors:focus{outline:3px solid var(--theme-color-clay);outline-offset:3px}.form-error{display:block;margin-top:var(--theme-space-1);color:var(--theme-color-accent-text);font-size:14px;line-height:1.45}.field [aria-invalid=true]{border-color:var(--theme-color-accent-text)}@media(max-width:680px){.form-grid{grid-template-columns:1fr}.field.full{grid-column:auto}}.qty-stepper{display:grid;grid-template-columns:44px 56px 44px;align-items:stretch;min-height:48px;border:1px solid var(--theme-color-forest)}.qty-stepper button{border:0;background:transparent;color:var(--theme-color-forest);font-size:17px;line-height:1;cursor:pointer}.qty-stepper button:hover{background:color-mix(in srgb,var(--theme-color-forest) 10%,transparent)}.qty-stepper input{width:100%;min-width:0;border:0;border-inline:1px solid var(--theme-border);background:transparent;color:inherit;font-size:15px;text-align:center;-moz-appearance:textfield}.qty-stepper input::-webkit-outer-spin-button,.qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.qty-stepper input:focus-visible{outline:3px solid var(--theme-color-clay);outline-offset:-3px}.line-art{display:block;width:100%;height:auto;overflow:visible;color:inherit}.image-placeholder,.product-image__placeholder{display:grid;place-items:end start;box-sizing:border-box;width:100%;height:100%;min-height:100%;padding:var(--theme-space-4);border:1px solid var(--theme-border);background:var(--theme-media-placeholder);color:var(--theme-muted);font-size:var(--theme-type-micro);line-height:1.35}.product-image__placeholder--detail{padding:var(--theme-space-6)}.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(var(--theme-space-5),3vw,var(--theme-space-8)) var(--theme-grid-gutter)}.product-grid--pair{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(var(--theme-space-5),3vw,var(--theme-space-7)) var(--theme-space-4)}.product-card{display:block;text-decoration:none}.product-card:hover img{transform:scale(1.018)}.product-card__link{display:block;color:inherit;text-decoration:none}.product-card--catalog{min-width:0}.product-card--catalog>.product-card__link{position:relative;inset:auto;display:block}.product-card__interest{margin:var(--theme-space-3) var(--theme-space-4) var(--theme-space-4);min-width:44px;min-height:44px}.interest-modal{width:min(92vw,520px);padding:0;border:1px solid var(--theme-color-clay);background:var(--theme-color-cream);color:var(--theme-color-ink)}.interest-modal::backdrop{background:#1819168c}.interest-modal__content{padding:clamp(28px,6vw,52px)}.interest-modal__close{position:absolute;inset-block-start:12px;inset-inline-end:14px;display:grid;place-items:center;width:44px;height:44px;min-width:44px;min-height:44px;border:0;background:transparent;font-size:1.75rem}.interest-modal__form{display:grid;gap:var(--theme-space-3);margin-block-start:var(--theme-space-5)}.interest-modal__form input[type=email]{min-height:48px;padding-inline:var(--theme-space-3);border:1px solid var(--theme-border);background:#fff}.product-image{position:relative;aspect-ratio:var(--theme-ratio-portrait);overflow:hidden;background:var(--theme-media-placeholder)}.product-image img{height:100%;object-fit:cover;transition:transform var(--theme-motion-duration-slow) var(--theme-motion-ease-out)}.product-image__secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transition:opacity var(--theme-motion-duration-slow) var(--theme-motion-ease-out)}@media(hover:hover)and (prefers-reduced-motion:no-preference){.product-card--has-hover:hover .product-image__primary,.product-card--has-hover:focus-within .product-image__primary{opacity:0}.product-card--has-hover:hover .product-image__secondary,.product-card--has-hover:focus-within .product-image__secondary{opacity:1}}.product-card__badges{position:absolute;left:12px;top:12px;display:grid;gap:8px;justify-items:start;max-width:calc(100% - 24px)}.product-card .badge{position:static;max-width:100%;padding:3px 7px;background:var(--theme-color-paper);color:var(--theme-color-ink);font-size:.6875rem;line-height:1.3;letter-spacing:.06em;text-transform:uppercase}.product-info{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--theme-space-2);margin-top:var(--theme-space-4)}.product-info h3{font-family:var(--theme-font-body);font-size:var(--theme-type-card-title);letter-spacing:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-info p{grid-column:1 / -1;margin:0;color:var(--theme-muted);font-size:var(--theme-type-card-copy)}.product-info span{font-size:var(--theme-type-body);font-weight:600}.product-info .price{grid-column:1 / -1;justify-self:start;margin:0;min-height:1.2em}.price{margin:0 0 var(--theme-space-5);font-size:19px}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--theme-space-6) var(--theme-space-3)}}@media(prefers-reduced-motion:reduce){.product-card img,.path-card img{transition:none}}.main-product-image{background:#e4dfd4;height:min(58vh,610px);min-height:420px;overflow:hidden;cursor:zoom-in}.main-product-image:focus-visible{outline:3px solid var(--theme-color-clay);outline-offset:-3px}.main-product-image img{height:100%;object-fit:contain}.main-product-image video{display:block;width:100%;height:100%;object-fit:contain;background:var(--theme-media-placeholder)}.thumbs{display:grid;grid-template-columns:repeat(5,minmax(0,96px));gap:var(--theme-space-2);align-content:start}.thumb{position:relative;padding:0;border:1px solid transparent;background:none;aspect-ratio:var(--theme-ratio-square);overflow:hidden;cursor:pointer}.thumb.active,.thumb.is-active{border-color:var(--theme-color-forest)}.thumb img{height:100%;object-fit:cover}.ppd-product-thumb__variant{position:absolute;opacity:0;transition:opacity var(--theme-motion-duration-fast) var(--theme-motion-ease-out);inset-inline:3px;bottom:3px;overflow:hidden;padding:3px 5px;color:var(--theme-color-paper);background:color-mix(in srgb,var(--theme-color-ink) 86%,transparent);font-size:clamp(.625rem,1vw,.75rem);font-weight:700;line-height:1.15;text-align:center;text-overflow:ellipsis;white-space:nowrap;pointer-events:none}.ppd-product-thumb:hover .ppd-product-thumb__variant,.ppd-product-thumb:focus-visible .ppd-product-thumb__variant{opacity:1}.thumb video{display:block;width:100%;height:100%;object-fit:cover;background:var(--theme-media-placeholder);pointer-events:none}.thumb:has(video):after{content:"";position:absolute;left:50%;top:50%;width:0;height:0;transform:translate(-40%,-50%);border-style:solid;border-width:7px 0 7px 11px;border-color:transparent transparent transparent var(--theme-color-paper);filter:drop-shadow(0 0 3px color-mix(in srgb,var(--theme-color-ink) 55%,transparent));pointer-events:none}@media(max-width:900px){.main-product-image{height:min(64vw,580px);min-height:360px}}@media(max-width:680px){.main-product-image{height:min(105vw,520px);min-height:320px}.thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}}.gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(var(--theme-space-4),2vw,var(--theme-space-5))}.gallery-grid--commissions{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(var(--theme-space-7),5vw,var(--theme-space-12)) clamp(var(--theme-space-4),4vw,var(--theme-space-10));padding-bottom:clamp(var(--theme-space-9),8vw,var(--theme-space-17))}.gallery-grid--commissions .gallery-item:nth-child(2n){transform:translateY(clamp(52px,8vw,120px))}.gallery-item{margin:0}.gallery-item figcaption{margin-top:var(--theme-space-4)}.gallery-item strong{display:block;font-weight:500;font-size:15px}.gallery-item span{display:block;margin-top:var(--theme-space-1);color:var(--theme-muted);font-size:13px}.gallery-media{aspect-ratio:var(--theme-ratio-portrait);overflow:hidden;background:var(--theme-media-placeholder)}.gallery-media img{height:100%;object-fit:cover;transition:transform var(--theme-motion-duration-slow) var(--theme-motion-ease-out)}.gallery-item:hover .gallery-media img{transform:scale(1.03)}@media(max-width:980px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.gallery-grid--commissions{grid-template-columns:1fr;gap:var(--theme-space-6);padding-bottom:0}.gallery-grid--commissions .gallery-item:nth-child(2n){transform:none}}.category-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:clamp(var(--theme-space-4),1.6vw,var(--theme-space-5))}.category-grid:has(.category-card:nth-child(1):last-child){max-width:320px}.category-grid:has(.category-card:nth-child(2):last-child){max-width:660px}.category-grid:has(.category-card:nth-child(3):last-child){max-width:1000px}.category-card{-webkit-appearance:none;appearance:none;width:100%;min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;text-decoration:none;white-space:normal;scroll-snap-align:start;cursor:pointer}.category-card:focus-visible{outline:2px solid currentColor;outline-offset:6px}.category-art{display:block;position:relative;isolation:isolate;aspect-ratio:7 / 4;overflow:hidden;border:1px solid var(--theme-border);background:var(--theme-bg);transition:transform var(--theme-motion-duration) var(--theme-motion-ease-out),border-color var(--theme-motion-duration) var(--theme-motion-ease-out)}.category-art img{display:block;width:100%;height:100%;object-fit:contain;padding:6%}.category-art svg{display:block;width:100%;height:100%;object-fit:contain;padding:6%;color:var(--theme-text, var(--ppd-text, currentColor))}.category-card:hover .category-art,.category-card:focus-visible .category-art,.category-card.active .category-art{transform:translateY(-3px);border-color:var(--theme-color-clay)}.category-copy{display:block;width:100%;min-width:0;padding:var(--theme-space-4) 2px var(--theme-space-1)}.category-copy h3{font-size:clamp(27px,2.7vw,42px);line-height:1.05}@media(max-width:680px){.category-copy h3{font-size:clamp(20px,6vw,27px)}}.category-copy p{max-width:100%;margin:var(--theme-space-2) 0 0;color:var(--theme-muted);font-size:15px;overflow-wrap:anywhere;word-break:normal}@media(max-width:980px){.category-grid{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(var(--theme-space-4),3vw,var(--theme-space-5));overflow-x:visible;scroll-snap-type:none}}@media(max-width:680px){.category-art{aspect-ratio:2 / 1}}.path-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:var(--theme-grid-gutter)}.path-card{position:relative;min-height:520px;overflow:hidden;background:var(--theme-color-forest);color:var(--theme-color-cream);text-decoration:none}.path-card:nth-child(1){grid-column:span 7}.path-card:nth-child(2){grid-column:span 5;margin-top:var(--theme-space-13)}.path-card:nth-child(3){grid-column:3 / span 5;margin-top:var(--theme-space-4)}.path-card:nth-child(4){grid-column:8 / span 5;margin-top:var(--theme-space-16)}.path-grid--shop .path-card:nth-child(n){grid-column:span 4;margin-top:0;min-height:460px}.path-card img{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;object-fit:cover;transition:transform var(--theme-motion-duration-slow) var(--theme-motion-ease-out)}.path-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 28%,color-mix(in srgb,var(--theme-color-ink) 78%,transparent))}.path-card:hover img{transform:scale(1.025)}.path-copy{position:absolute;z-index:1;inset:auto 26px 26px}.path-copy h3{margin:var(--theme-space-2) 0 var(--theme-space-3);font-size:var(--theme-display-4)}.path-copy p{max-width:440px;margin:0;color:color-mix(in srgb,currentColor 88%,transparent)}@media(max-width:680px){.path-grid{grid-template-columns:1fr}.path-card:nth-child(n){grid-column:auto;margin-top:0;min-height:460px}}.path-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(var(--theme-space-3),2vw,var(--theme-space-5))}.path-grid--compact .path-card:nth-child(n){grid-column:auto;margin-top:0;min-height:clamp(150px,12vw,176px);border:1px solid rgba(244,239,227,.22)}.path-grid--compact .path-card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.path-grid--compact .path-card:nth-child(2){background:var(--theme-color-plum)}.path-grid--compact .path-card:nth-child(3){background:var(--theme-color-wood)}@media(max-width:680px){.path-grid--compact{grid-template-columns:1fr}}.path-grid--compact .path-card:after{background:linear-gradient(180deg,transparent 34%,color-mix(in srgb,var(--theme-color-ink) 88%,transparent))}.path-grid--compact .path-copy{inset:auto 24px 22px;text-shadow:0 1px 12px rgba(8,20,15,.55)}.path-grid--compact .path-card .path-copy>h2,.path-grid--compact .path-card .path-copy>h3{margin:0;font-size:var(--theme-display-4)!important;line-height:var(--theme-leading-heading)!important}.path-grid--compact .path-card p{margin:2px 0 0;font-size:var(--theme-type-card-copy);line-height:var(--theme-leading-snug)}@media(max-width:760px){.path-grid--compact{grid-template-columns:1fr}.path-grid--compact .path-card:nth-child(n){min-height:128px}}.store-card{display:grid;grid-template-columns:120px minmax(0,1fr);gap:var(--theme-space-5);align-items:start;padding:clamp(var(--theme-space-5),3vw,var(--theme-space-6));border:1px solid var(--theme-border);background:color-mix(in srgb,var(--theme-color-paper) 22%,transparent)}.store-card img{width:120px;height:120px;border-radius:0;object-fit:contain}@media screen and (max-width:600px){.store-card{grid-template-columns:88px minmax(0,1fr);gap:var(--theme-space-4)}.store-card img{width:88px;height:88px}.store-card__mark{width:60px;height:60px}}.store-card__mark{display:grid;place-items:center;width:96px;height:96px;border:1px solid var(--theme-border);font-family:var(--theme-font-display);font-size:30px;color:var(--theme-muted)}.store-card__content{min-width:0}.store-card h3{margin:0 0 var(--theme-space-2);font-family:var(--theme-font-body);font-size:var(--theme-type-lede-lg);font-weight:600;letter-spacing:-.01em}.store-card__title-link{color:inherit;text-decoration:none}.store-card__title-link:hover{text-decoration:underline;text-underline-offset:4px}.store-card__what{margin:var(--theme-space-1) 0 0;color:var(--theme-muted);font-size:13.5px;line-height:1.5}.store-card address{min-height:3.2em;margin:var(--theme-space-2) 0 0;color:var(--theme-muted);font-size:15px;font-style:normal;line-height:1.6}.store-card address a{color:var(--theme-color-ink)}.store-card__soon{display:block;width:fit-content;margin:var(--theme-space-2) 0 var(--theme-space-3);padding:3px var(--theme-space-2);border:1px solid var(--theme-color-ink, currentColor);background:var(--theme-color-paper, #efe9dd);color:var(--theme-color-ink, currentColor);font-family:var(--theme-font-body);font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.store-card--soon{grid-template-columns:88px minmax(0,1fr);opacity:1}.store-card__link{white-space:nowrap;font-size:15px}.store-card>a{grid-column:2;width:max-content;margin-top:var(--theme-space-2);font-size:12px;font-weight:600;letter-spacing:.02em;text-transform:none}@media(max-width:680px){.store-card,.store-card--soon{grid-template-columns:64px minmax(0,1fr)}.store-card img{width:64px;height:64px}}@media(max-width:640px){.store-card{row-gap:var(--theme-space-3)}.store-card__link{grid-column:1 / -1}}.filter-select{display:flex;align-items:center;gap:var(--theme-space-3);min-width:0}.filter-select select{appearance:none;-webkit-appearance:none;min-width:0;max-width:100%;min-height:42px;padding:var(--theme-space-3) var(--theme-space-7) var(--theme-space-3) var(--theme-space-4);border:1px solid currentColor;border-radius:999px;background-color:transparent;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 21px) 50%,calc(100% - 15px) 50%;background-size:7px 7px,7px 7px;background-repeat:no-repeat;color:inherit;cursor:pointer}.collection-tools{display:flex;flex-wrap:wrap;align-items:end;gap:clamp(var(--theme-space-4),2vw,var(--theme-space-6));margin-bottom:clamp(var(--theme-space-5),3vw,var(--theme-space-7));position:sticky;top:var(--header-group-height, 0px);z-index:6;background:color-mix(in srgb,var(--ppd-page-bg, var(--theme-bg)) 92%,transparent);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding-block:var(--theme-space-3);margin-inline:calc(-1 * var(--theme-gutter, 16px));padding-inline:var(--theme-gutter, 16px);border-bottom:1px solid transparent;color:var(--theme-color-ink, #17211c);transition:border-color var(--theme-motion-duration) var(--theme-motion-ease-out),box-shadow var(--theme-motion-duration) var(--theme-motion-ease-out)}.collection-tools.is-stuck{border-bottom-color:var(--theme-border);box-shadow:0 8px 24px #17211c0f}.collection-tools[hidden]{display:none}.collection-tools .filter-select{display:grid;gap:var(--theme-space-2);min-width:0}.collection-tools .filter-select label{font-size:var(--theme-type-label);letter-spacing:.02em;text-transform:none}.collection-tools .filter-select select{appearance:none;-webkit-appearance:none;width:100%;min-width:0;min-height:44px;padding:var(--theme-space-3) var(--theme-space-7) var(--theme-space-3) var(--theme-space-4);border:1px solid currentColor;border-radius:999px;background-color:transparent;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 22px) 50%,calc(100% - 16px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat;color:inherit;cursor:pointer}.collection-count{margin:0;align-self:end;color:inherit;font-size:var(--theme-type-micro);white-space:nowrap}.result-count{font-size:12px;color:var(--theme-muted)}@media(max-width:760px){.collection-tools{flex-wrap:wrap;overflow:visible;gap:var(--theme-space-3);padding-bottom:0;align-items:end}.collection-tools .filter-select{flex:1 1 0;min-width:0;max-width:none}.collection-tools .filter-select select{max-width:100%;min-height:44px;text-overflow:ellipsis}.collection-tools .filter-select label{min-width:0}.collection-tools .collection-count{flex:1 1 100%;margin-left:0;align-self:auto;text-align:left}}nav.ppd-pagination,div.ppd-pagination{display:flex;justify-content:center;gap:8px}nav.ppd-pagination a,nav.ppd-pagination span,div.ppd-pagination a,div.ppd-pagination span{min-width:44px;min-height:44px;width:44px;height:44px;display:grid;place-items:center}@media(max-width:680px){.filter-group{align-items:flex-start}}.story-grid{display:grid;grid-template-columns:5fr 7fr;gap:clamp(var(--theme-space-8),10vw,var(--theme-space-20));align-items:center}.story-grid blockquote,.story-statement{margin:0;font-family:var(--theme-font-display);font-size:var(--theme-type-story);font-weight:400;line-height:1.05}.story-grid blockquote cite{display:block;margin-top:var(--theme-space-5);font-family:var(--theme-font-display);font-size:var(--theme-display-6);font-style:normal;letter-spacing:0;text-transform:none}.story-grid p{max-width:540px;color:var(--theme-muted);font-size:var(--theme-type-reading)}.story-grid--art{grid-template-columns:5fr 3fr 4fr}.story-grid--art .story-art{max-width:200px;justify-self:center}.split-story{display:grid;grid-template-columns:6fr 6fr;gap:clamp(var(--theme-space-6),7vw,var(--theme-space-16));align-items:center}.split-story img{height:min(68vw,760px);object-fit:cover}.split-story h2{margin-bottom:var(--theme-space-6);font-size:var(--theme-display-3)}.split-story p{max-width:550px;font-size:var(--theme-type-reading)}.split-story--compact{grid-template-columns:6fr 5fr;gap:clamp(var(--theme-space-6),5vw,var(--theme-space-11))}.split-story--compact img{width:100%;height:min(48vw,440px)}.split-story--compact h2{margin-bottom:var(--theme-space-5);font-size:var(--theme-display-4)}.content-card{display:block;text-decoration:none}.content-card img{aspect-ratio:var(--theme-ratio-portrait);object-fit:cover}.content-card h2{margin:var(--theme-space-4) 0 var(--theme-space-2);font-size:var(--theme-display-4)}.content-card p{max-width:520px;color:var(--theme-muted)}.content-card:nth-child(4n+1){grid-column:span 5}.content-card:nth-child(4n+2){grid-column:7 / span 6;margin-top:var(--theme-space-16)}.content-card:nth-child(4n+3){grid-column:2 / span 4;margin-top:var(--theme-space-6)}.content-card:nth-child(4n+4){grid-column:7 / span 5;margin-top:var(--theme-space-17)}@media(max-width:980px){.story-grid--art{grid-template-columns:1fr}.story-grid--art .story-art{display:none}.content-card:nth-child(n){margin-top:0}}@media(max-width:760px){.story-grid,.split-story{grid-template-columns:1fr}.split-story--compact img{height:min(72vw,420px)}}@media(max-width:680px){.content-card:nth-child(n){grid-column:auto}}.newsletter{background:var(--theme-bg, var(--theme-color-paper));color:var(--theme-text, var(--theme-color-ink));border-top:1px solid var(--theme-border)}.newsletter-grid{display:grid;grid-template-columns:7fr 5fr;gap:var(--theme-space-10);align-items:center}.newsletter-intro p{max-width:540px;margin:var(--theme-space-4) 0 0}.newsletter form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:var(--theme-space-3);align-items:end}.newsletter-field,.ppd-newsletter-field{display:grid;gap:var(--theme-space-2)}.newsletter-field label,.ppd-newsletter-field label{font-size:var(--theme-type-label);font-weight:500}.newsletter input{width:100%;min-width:0;padding:var(--theme-space-3) var(--theme-space-1);border:0;border-bottom:1px solid currentColor;background:transparent;color:inherit;outline:0}.newsletter input::placeholder{color:inherit;opacity:.68}.newsletter button{min-height:50px;padding:var(--theme-space-3) var(--theme-space-5);border:1px solid var(--theme-text, var(--theme-color-ink));background:var(--theme-text, var(--theme-color-ink));color:var(--theme-bg, var(--theme-color-paper));font-size:var(--theme-type-button);letter-spacing:.02em;text-transform:none;cursor:pointer}.newsletter-frequency{grid-column:1 / -1;margin:0;color:var(--theme-muted);opacity:1;font-size:var(--theme-type-tiny);line-height:1.4}@media(max-width:760px){.newsletter-grid{grid-template-columns:1fr}}@media(max-width:680px){.newsletter form{grid-template-columns:1fr}.newsletter button{justify-self:start}}.custom-callout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(360px,1fr) auto;gap:clamp(var(--theme-space-6),5vw,var(--theme-space-11));align-items:center;margin-top:clamp(var(--theme-space-7),5vw,var(--theme-space-11));padding:clamp(var(--theme-space-6),4vw,var(--theme-space-9));background:var(--theme-route-header-bg);color:var(--theme-route-header-fg)}.custom-callout h2{margin:var(--theme-space-1) 0 var(--theme-space-3);font-size:var(--theme-display-4)}.custom-callout p{max-width:620px;margin:0;color:color-mix(in srgb,currentColor 78%,transparent)}.custom-callout ol{display:grid;gap:var(--theme-space-3);margin:0;padding:0;list-style:none}.custom-callout li{display:grid;grid-template-columns:28px 1fr;gap:var(--theme-space-3);align-items:center;font-size:12px}.custom-callout li span{display:grid;place-items:center;width:26px;height:26px;border:1px solid currentColor;border-radius:50%}.custom-callout .button{background:var(--theme-route-header-fg);border-color:var(--theme-route-header-fg);color:var(--theme-route-header-bg)}@media(max-width:900px){.custom-callout{grid-template-columns:1fr}.custom-callout .button{justify-self:start}}.pdp-trust{padding:clamp(var(--theme-space-8),6vw,var(--theme-space-12)) 0}.pdp-trust__blurbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(var(--theme-space-5),3vw,var(--theme-space-8));margin:0;padding:0;list-style:none}.pdp-trust__blurbs li,.trust-blurb{display:grid;gap:var(--theme-space-3);align-content:start;list-style:none}.pdp-trust__blurbs .line-art,.trust-blurb .line-art{width:56px;height:56px;color:var(--theme-color-forest)}.pdp-trust__blurbs h3,.trust-blurb h3{font-family:var(--theme-font-body);font-size:17px;font-weight:600;letter-spacing:-.01em;line-height:1.3}.pdp-trust__blurbs p,.trust-blurb p{margin:0;color:var(--theme-text, currentColor);font-size:16px;line-height:1.55}.pdp-trust__signature{margin:clamp(var(--theme-space-5),3vw,var(--theme-space-7)) 0 0;font-family:var(--theme-font-display);font-size:var(--theme-display-6)}@media(max-width:900px){.pdp-trust__blurbs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.pdp-trust__blurbs{grid-template-columns:1fr}}.care-guide{padding:clamp(var(--theme-space-6),4vw,var(--theme-space-8)) 0;border-top:1px solid var(--theme-border)}.care-guide__intro{max-width:760px;margin-bottom:var(--theme-space-4)}.care-guide__intro .section-title{margin-top:var(--theme-space-3);font-size:var(--theme-display-5)}.care-guide__intro p,.care-guide__details p{margin:var(--theme-space-3) 0 0;font-size:15px;line-height:1.55}.care-guide__points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(var(--theme-space-5),2.6vw,var(--theme-space-7));margin:0;padding:0;list-style:none}.care-guide__points li,.care-point{padding-top:var(--theme-space-4);border-top:1px solid var(--theme-border);list-style:none}.care-guide__points .line-art,.care-point .line-art{width:38px;height:38px;margin-bottom:var(--theme-space-2);color:var(--theme-color-forest)}.care-guide__points h3,.care-point h3{font-family:var(--theme-font-body);font-size:15px;font-weight:600;letter-spacing:-.01em;line-height:1.3}.care-guide__points p,.care-point p{margin:var(--theme-space-2) 0 0;color:var(--theme-muted);font-size:15px;line-height:1.55}.care-guide__details{max-width:760px;padding-top:var(--theme-space-4);border-top:1px solid var(--theme-border)}.care-guide__details p{color:var(--theme-muted)}.care-guide__details strong{color:var(--theme-color-ink)}.care-guide__safety{margin:clamp(var(--theme-space-5),3vw,var(--theme-space-7)) 0 0;padding:clamp(var(--theme-space-4),2vw,var(--theme-space-5));border:1px solid var(--theme-color-forest);background:color-mix(in srgb,var(--theme-color-forest) 7%,transparent);color:var(--theme-color-ink)}.care-guide__safety .line-art{width:34px;height:34px;margin-bottom:var(--theme-space-2);color:var(--theme-color-clay)}.care-guide__safety h3{font-family:var(--theme-font-body);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--theme-color-ink)}.care-guide__safety p{margin:var(--theme-space-2) 0 0;max-width:78ch;font-size:15px;line-height:1.6;color:var(--theme-color-ink)}.care-guide__note{margin:clamp(var(--theme-space-5),3vw,var(--theme-space-7)) 0 0;color:var(--theme-muted);font-size:15px}@media(max-width:1000px){.care-guide__points{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.care-guide__points{grid-template-columns:1fr}}.bag-layout,.checkout-layout{display:grid;grid-template-columns:7fr 4fr;gap:clamp(var(--theme-space-7),8vw,var(--theme-space-18));align-items:start}.bag-lines{min-width:0}.bag-line{display:grid;grid-template-columns:96px minmax(0,1fr) 110px 132px 110px;gap:clamp(var(--theme-space-4),2vw,var(--theme-space-5));align-items:center;padding:var(--theme-space-5) 0;border-bottom:1px solid var(--theme-border)}.bag-line__media img{width:96px;height:112px;object-fit:cover}.bag-line__detail h3{font-family:var(--theme-font-body);font-size:17px;font-weight:600;line-height:1.3}.bag-line__detail h3 a{text-decoration:none}.bag-line__variant{margin:var(--theme-space-1) 0 0;color:var(--theme-muted);font-size:14px}.bag-line__remove{margin-top:var(--theme-space-2);padding:0;border:0;background:none;color:var(--theme-muted);font-size:13px;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.bag-line__remove:hover{color:var(--theme-color-accent-text)}.bag-line .price,.bag-line__price,.bag-line__total{margin:0;font-size:16px;font-weight:600}.bag-line__qty{display:grid;grid-template-columns:38px 44px 38px;align-items:center;justify-items:center;min-height:44px;border:1px solid var(--theme-border)}.bag-line__qty button{width:100%;height:100%;border:0;background:none;color:inherit;font-size:16px;cursor:pointer}.bag-line__qty button:hover{background:color-mix(in srgb,var(--theme-color-forest) 8%,transparent)}.summary{position:sticky;top:30px;padding:var(--theme-space-6);background:var(--theme-color-cream);color:var(--theme-color-ink)}.summary-row{display:flex;justify-content:space-between;gap:var(--theme-space-5);padding:var(--theme-space-3) 0;border-bottom:1px solid var(--theme-border)}.summary .button{width:100%;margin-top:var(--theme-space-5)}@media(min-width:761px)and (max-width:1180px){.bag-layout,.checkout-layout{grid-template-columns:minmax(0,7fr) minmax(280px,4fr);gap:clamp(var(--theme-space-6),4vw,var(--theme-space-9))}.summary{position:static}}@media(max-width:820px){.bag-line{grid-template-columns:88px minmax(0,1fr);row-gap:var(--theme-space-3)}.bag-line__price,.bag-line__total,.bag-line__qty{grid-column:2}.bag-line__price:before,.bag-line__total:before{content:attr(data-label) " ";color:var(--theme-muted);font-size:13px;font-weight:400}}@media(max-width:760px){.bag-layout,.checkout-layout{grid-template-columns:1fr}.summary{position:static}}.product-grid.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(var(--theme-space-5),3vw,var(--theme-space-8)) var(--theme-space-4)}.product-card.product-card{display:block;text-decoration:none}.product-image.product-image{position:relative;aspect-ratio:var(--theme-ratio-portrait);overflow:hidden;background:var(--theme-media-placeholder)}.product-info.product-info{display:grid;grid-template-columns:minmax(0,1fr);gap:var(--theme-space-2);margin-top:var(--theme-space-4)}.product-info.product-info .product-card__title{font-family:var(--theme-font-body);font-size:var(--theme-type-card-title);letter-spacing:0;line-height:1.35}.product-info.product-info .price{grid-column:1 / -1;justify-self:start}.price.price{font-size:var(--theme-type-body);font-weight:600;color:var(--ppd-forest, #143c2d)}body[data-route-scheme=scheme-3] .price.price{color:var(--theme-text, var(--ppd-plum, #493144))}body[data-route-scheme=scheme-10] .price.price{color:var(--theme-text, #3f4d5a)}body[data-route-scheme=scheme-11] .price.price{color:var(--theme-text, var(--ppd-wood, #4b3629))}body[data-route-scheme=scheme-3] .storefront-hero .actions .button:not(.outline){--button-background-color: var(--ppd-plum, #493144);--button-border-color: var(--ppd-plum, #493144);--button-color: #f4efe3}body[data-route-scheme=scheme-10] .storefront-hero .actions .button:not(.outline){--button-background-color: #3f4d5a;--button-border-color: #3f4d5a;--button-color: #f4efe3}body[data-route-scheme=scheme-11] .storefront-hero .actions .button:not(.outline){--button-background-color: var(--ppd-wood, #4b3629);--button-border-color: var(--ppd-wood, #4b3629);--button-color: #fbf8f0}.page-title.page-title{font-size:var(--theme-type-page);white-space:pre-line}@media screen and (max-width:980px){.product-grid.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.ppd-theme .hero--collage .display{font-size:var(--theme-display-2)!important;line-height:var(--theme-leading-display)!important}.ppd-shop .shop-intro>.page-title{font-size:var(--theme-display-1)!important;line-height:var(--theme-leading-display)!important}.ppd-shop .shop-collections .path-card .path-copy>h2{font-size:var(--theme-display-4)!important;line-height:var(--theme-leading-heading)!important}.ppd-paths .path-grid--compact .path-card .path-copy>h3{font-size:var(--theme-display-4)!important;line-height:var(--theme-leading-heading)!important}.ppd-products.ppd-products--grouped{box-sizing:border-box;width:min(var(--theme-shell),calc(100% - clamp(var(--theme-space-5),4vw,var(--theme-space-9)) - clamp(var(--theme-space-5),4vw,var(--theme-space-9))));max-width:100%;margin-inline:auto}.shopify-section>.ppd-products.ppd-products--grouped{width:min(var(--theme-shell),calc(100% - (2 * var(--theme-gutter))))}.ppd-products.ppd-products--grouped .home-products__heading h3,.ppd-products.ppd-products--grouped .home-products__heading h2{font-size:var(--theme-display-4)!important;line-height:var(--theme-leading-heading)!important}.shopify-section>.ppd-products.ppd-products--grouped .home-products__heading>:is(h2,h3){font-size:var(--theme-display-4)!important;line-height:var(--theme-leading-heading)!important}.toast{position:fixed;right:22px;bottom:22px;z-index:100;background:var(--theme-color-forest);color:var(--theme-color-cream);padding:var(--theme-space-4) var(--theme-space-5);max-width:360px;transform:translateY(180%);transition:transform var(--theme-motion-duration-slow) var(--theme-motion-ease-out)}.toast.show{transform:none}@media(prefers-reduced-motion:reduce){.toast{transition:none}}.quick-product-modal{width:min(860px,calc(100vw - 32px));padding:0;border:0;background:var(--theme-color-paper);color:var(--theme-color-ink);box-shadow:0 24px 80px #00000047}.quick-product-modal::backdrop{background:#091912b8}.quick-product-modal__close{position:absolute;top:14px;right:14px;z-index:2;width:44px;height:44px;border:0;border-radius:50%;background:var(--theme-color-paper);font-size:25px;cursor:pointer}.quick-product-modal__content{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(280px,.95fr);min-height:460px}.quick-product-modal__content>img{width:100%;height:100%;object-fit:cover}.quick-product-modal__content>div{padding:clamp(var(--theme-space-6),5vw,var(--theme-space-10))}.quick-product-modal__content h2{margin:var(--theme-space-2) 0 var(--theme-space-3);font-size:var(--theme-display-4);line-height:1}.quick-product-modal__actions{display:flex;align-items:center;gap:var(--theme-space-5);margin-top:var(--theme-space-6)}@media screen and (max-width:760px){.quick-product-modal__content{grid-template-columns:1fr}.quick-product-modal__content>img{max-height:48vh}}.section.shell{display:block;grid-template-columns:none}.button,.text-button,.button.light,.button.outline,.filter-select select,.variant-chip,.qty-stepper,.field input,.field select,.field textarea,.newsletter-form button,.add-to-bag{border-radius:0}.brand-name,.no-orphan{white-space:nowrap}.story-grid blockquote{font-size:var(--theme-display-5);line-height:1.2}.story-grid blockquote:before{content:"\201c"}.story-grid blockquote:after{content:"\201d"}.store-card__logo{width:88px;height:88px;object-fit:contain}.ppd-breadcrumbs{padding:var(--theme-space-2) 0 0}.ppd-breadcrumbs__nav{max-width:100%}.ppd-breadcrumbs__list{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:var(--theme-space-2);font-size:var(--theme-type-eyebrow);text-transform:uppercase;letter-spacing:var(--theme-tracking-caps-sm)}.ppd-breadcrumbs__list li{display:inline-flex;align-items:center;gap:var(--theme-space-2)}.ppd-breadcrumbs__list li:not(:last-child):after{content:"/";opacity:.7}.ppd-breadcrumbs__list .ppd-breadcrumbs__link{color:currentColor;text-decoration:none;font-family:var(--theme-font-body, inherit);transition:opacity var(--theme-motion-duration-fast) var(--theme-motion-ease-out)}.ppd-breadcrumbs__list .ppd-breadcrumbs__link:hover{opacity:.7}.ppd-breadcrumbs__list span[aria-current=page]{opacity:.78}.ppd-subcategory-row{display:grid;grid-template-columns:repeat(var(--subcategory-columns, 4),minmax(0,1fr));gap:var(--subcategory-gap, 20px);padding:0}.ppd-subcategory-card{display:flex;flex-direction:column;-webkit-appearance:none;appearance:none;width:100%;min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;text-decoration:none;cursor:pointer;position:relative}.ppd-subcategory-card__art{flex:0 0 auto;position:relative;isolation:isolate;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:7 / 4;border-radius:4px;color:var(--theme-text, var(--theme-color-cream, currentColor));transition:transform var(--theme-motion-duration) var(--theme-motion-ease-out)}.ppd-subcategory-card__art svg{width:100%;height:100%;object-fit:contain;color:currentColor}.ppd-subcategory-card__copy{display:block;min-width:0;padding:var(--theme-space-3) 0 0}.ppd-subcategory-card__copy :is(h2,h3){font-size:clamp(23px,2.1vw,31px);line-height:1.15;margin:0;font-style:italic;color:var(--theme-text, var(--theme-color-ink));overflow-wrap:break-word}.ppd-subcategory-card__copy p{margin:var(--theme-space-2) 0 0;color:var(--theme-text, currentColor);font-size:var(--theme-type-sm)}.ppd-subcategory-card__badge{display:inline-flex;align-self:flex-start;width:fit-content;max-width:100%;margin:var(--theme-space-2) 0 0;padding:var(--theme-space-1) var(--theme-space-2);background:var(--theme-color-surface-2);border:1px solid currentColor;border-radius:999px;font-size:var(--theme-type-eyebrow);font-variant:small-caps;letter-spacing:var(--theme-tracking-caps-sm);text-transform:lowercase}.ppd-subcategory-card:hover .ppd-subcategory-card__art,.ppd-subcategory-card:focus-visible .ppd-subcategory-card__art{transform:translateY(-3px)}@media(max-width:980px){.ppd-subcategory-row{grid-template-columns:repeat(2,minmax(0,1fr))}.ppd-subcategory-card--art-left,.ppd-subcategory-card--art-right{flex-direction:column}.ppd-subcategory-card--art-left .ppd-subcategory-card__art,.ppd-subcategory-card--art-right .ppd-subcategory-card__art{aspect-ratio:7 / 4;max-width:100%}.ppd-subcategory-card--art-left .ppd-subcategory-card__copy,.ppd-subcategory-card--art-right .ppd-subcategory-card__copy{padding:var(--theme-space-3) 0 0}}@media(max-width:680px){.ppd-subcategory-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ppd-subcategory-card__copy :is(h2,h3){font-size:clamp(26px,7vw,30px)}}.ppd-carousel__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgb(0 0 0 / .62) 0%,rgb(0 0 0 / .28) 38%,transparent 62%);pointer-events:none}.ppd-carousel__meta{position:absolute;z-index:1;color:#fff;text-shadow:0 1px 2px rgb(0 0 0 / .45)}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme-components.css.map */
