:root{--color-background:#f7f2ea;--color-foreground:#171513;--color-muted:#6f6960;--color-surface:#eee7dc;--color-surface-strong:#e2d8ca;--color-border:#17151326;--color-accent:#35215f;--color-accent-soft:#ddd4ef;--color-dark:#151415;--color-dark-muted:#bdb4a7;--container:min(100% - 32px, 1240px);--container-wide:min(100% - 32px, 1480px);--space-xs:clamp(.5rem, .42rem + .4vw, .75rem);--space-sm:clamp(.75rem, .6rem + .7vw, 1.2rem);--space-md:clamp(1.2rem, .95rem + 1.2vw, 2rem);--space-lg:clamp(2rem, 1.4rem + 3vw, 4.2rem);--space-xl:clamp(3.5rem, 2.4rem + 5vw, 7rem);--radius-sm:4px;--radius-md:6px;--shadow-soft:0 22px 70px #221d171f;--font-body:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:"Cormorant Garamond", Georgia, "Times New Roman", serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--color-background)}body{color:var(--color-foreground);background:var(--color-background);font-family:var(--font-body);text-rendering:optimizelegibility;margin:0}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}button:disabled,input:disabled{cursor:not-allowed;opacity:.65}:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.container{width:var(--container);margin-inline:auto}.section-pad{padding-block:var(--space-xl)}.section-pad--tight{padding-block:clamp(2.2rem,4vw,4.2rem)}.section-surface{background:var(--color-surface)}.section-dark{color:#f5efe6;background:var(--color-dark)}.eyebrow{margin:0 0 var(--space-xs);color:var(--color-accent);letter-spacing:.12em;text-transform:uppercase;font-size:.72rem;font-weight:700}.section-dark .eyebrow,.section-heading--invert .eyebrow{color:#d8c7ff}.button{border-radius:var(--radius-sm);border:1px solid;justify-content:center;align-items:center;min-height:44px;padding:.8rem 1.05rem;font-size:.88rem;font-weight:700;transition:background .18s,color .18s,transform .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--primary{color:#171513;background:#f4eee4;border-color:#f4eee4}.button--secondary{border-color:var(--color-accent);color:#f7f2ea;background:var(--color-accent)}.button--ghost{color:#f7f2ea;background:#ffffff14}.button--light{color:#f7f2ea}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f2eae6;border-bottom:1px solid #1715131f;position:sticky;top:0}.site-header__inner{gap:var(--space-md);width:var(--container-wide);grid-template-columns:220px 1fr auto;align-items:center;min-height:78px;margin-inline:auto;display:grid}.site-header__brand,.mobile-menu__top a,.site-footer__brand a{font-family:var(--font-display);letter-spacing:.18em;font-size:1.45rem;font-weight:700}.desktop-nav{color:#312d28;justify-content:center;gap:clamp(1.15rem,2.2vw,2.4rem);font-size:.96rem;display:flex}.desktop-nav a,.icon-button{transition:color .16s}.desktop-nav a:hover,.icon-button:hover{color:var(--color-accent)}.site-header__actions{justify-content:flex-end;align-items:center;gap:.45rem;display:flex}.site-header__actions button,.mobile-menu button,.search-overlay button{color:inherit;background:0 0;border:0}.icon-button{border-radius:999px;place-items:center;width:42px;height:42px;display:inline-grid;position:relative}.icon-button svg{fill:none;stroke:currentColor;stroke-width:1.75px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.menu-toggle{display:none}.mobile-menu{z-index:80;gap:var(--space-lg);color:#f7f2ea;background:#171513;flex-direction:column;padding:24px;display:flex;position:fixed;inset:0}.mobile-menu__top{justify-content:space-between;align-items:center;display:flex}.mobile-menu nav{gap:1rem;display:grid}.mobile-menu nav a{font-family:var(--font-display);border-bottom:1px solid #f7f2ea24;padding-block:.85rem;font-size:clamp(2rem,12vw,4rem)}.mobile-menu__search{border-radius:var(--radius-sm);align-self:flex-start;padding:.9rem 1rem;border:1px solid #f7f2ea52!important}.mobile-menu__utility{color:var(--color-dark-muted);gap:1rem;display:flex}.search-overlay{z-index:100;place-items:start center;padding:7vh 16px 24px;display:grid;position:fixed;inset:0}.search-overlay__backdrop{position:fixed;inset:0;background:#0f0e0fb8!important}.search-overlay__panel{border-radius:var(--radius-md);width:min(760px,100%);max-height:86vh;box-shadow:var(--shadow-soft);background:#f7f2ea;border:1px solid #ffffff29;padding:clamp(1rem,3vw,2rem);position:relative;overflow:auto}.search-overlay__top{color:var(--color-muted);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.82rem;display:flex}.search-overlay__panel input{border:0;border-bottom:1px solid var(--color-border);width:100%;color:var(--color-foreground);font-family:var(--font-display);background:0 0;padding:.75rem 0;font-size:clamp(2rem,6vw,4rem)}.search-overlay__panel input:focus{outline:0}.search-overlay__results{gap:1.4rem;margin-top:1.8rem;display:grid}.search-overlay__results section{gap:.65rem;display:grid}.search-overlay__results h2{color:var(--color-muted);letter-spacing:.12em;text-transform:uppercase;margin:0;font-size:.72rem}.search-overlay__results a{border-top:1px solid var(--color-border);justify-content:space-between;gap:1rem;padding-top:.75rem;display:flex}.search-overlay__results span,.search-overlay__empty{color:var(--color-muted)}.hero{color:#f7f2ea;min-height:min(820px,100svh - 68px);display:grid;position:relative;overflow:hidden}.hero__media,.hero__media img,.hero__shade{position:absolute;inset:0}.hero__media img{object-fit:cover;width:100%;height:100%}.hero__shade{background:linear-gradient(90deg,#0b0a0cc7 0%,#0b0a0c80 44%,#0b0a0c1f 100%),linear-gradient(#0b0a0c00 64%,#0b0a0c94 100%)}.hero__content{z-index:1;width:var(--container-wide);padding-block:var(--space-xl);margin:auto;position:relative}.hero h1,.page-hero h1,.detail-hero h1,.artwork-detail h1,.brand-story h2,.triptych h2{font-family:var(--font-display);margin:0;font-weight:500;line-height:.95}.hero h1{font-size:clamp(4rem,15vw,13rem)}.hero__payoff{margin:var(--space-xs) 0 0;font-family:var(--font-display);font-size:clamp(2rem,5vw,5.4rem);line-height:1}.hero__copy{max-width:580px;margin:var(--space-md) 0 0;color:#f7f2eadb;font-size:clamp(1rem,2vw,1.3rem)}.hero__actions{margin-top:var(--space-md);flex-wrap:wrap;gap:.8rem;display:flex}.section-heading{max-width:680px;margin-bottom:var(--space-md)}.section-heading--center{text-align:center;margin-inline:auto}.section-heading h2{font-family:var(--font-display);margin:0;font-size:clamp(2.4rem,6vw,5rem);font-weight:500;line-height:1}.section-heading p:not(.eyebrow){color:var(--color-muted);margin:.85rem 0 0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.section-heading--invert p:not(.eyebrow){color:var(--color-dark-muted)}.section-split-heading{margin-bottom:var(--space-md);justify-content:space-between;align-items:end;gap:1rem;display:flex}.section-split-heading .section-heading{margin-bottom:0}.section-split-heading>a{color:var(--color-accent);font-weight:700}.destination-row{scroll-snap-type:x mandatory;grid-auto-columns:minmax(230px,1fr);grid-auto-flow:column;gap:1rem;padding-bottom:.5rem;display:grid;overflow-x:auto}.destination-row--compact{grid-auto-columns:minmax(190px,1fr)}.destination-grid{grid-template-columns:repeat(auto-fill,minmax(210px,280px));gap:1rem;display:grid}.destination-card{scroll-snap-align:start;min-width:0}.destination-card a{aspect-ratio:4/5;border-radius:var(--radius-md);background:#211e1c;min-height:0;display:block;position:relative;overflow:hidden}.destination-card img{object-fit:cover;width:100%;height:100%;transition:transform .42s}.destination-card__overlay{background:linear-gradient(#00000014,#000000a6);position:absolute;inset:0}.destination-card__content{color:#fffaf2;gap:.2rem;display:grid;position:absolute;inset:auto 18px 18px}.destination-card strong,.collection-card strong,.world-card strong{font-family:var(--font-display);font-size:1.55rem;font-weight:500;line-height:1}.destination-card small,.collection-card small,.world-card small{color:#fffaf2b8;line-height:1.45}.destination-card a:hover img,.artwork-card a:hover img,.collection-card a:hover img{transform:scale(1.035)}.world-grid{background:0 0;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.world-grid--large{grid-template-columns:repeat(4,minmax(0,1fr))}.world-card a{border-radius:var(--radius-md);color:#fffaf2;background:#171513;min-height:360px;display:grid;position:relative;overflow:hidden}.world-card img{object-fit:cover;width:100%;height:100%;transition:transform .42s;position:absolute;inset:0}.world-card a:hover img{transform:scale(1.035)}.world-card__overlay{background:linear-gradient(#0000000d 42%,#000000b8),linear-gradient(135deg,#35215f6b,#0000 50%);position:absolute;inset:0}.world-card__content{z-index:1;align-self:end;gap:.55rem;padding:1.1rem;display:grid;position:relative}.world-card small{color:#fffaf2c2}.collection-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.collection-card a{aspect-ratio:4/5;border-radius:var(--radius-md);color:#fffaf2;background:#171513;min-height:390px;display:grid;position:relative;overflow:hidden}.collection-card img{object-fit:cover;opacity:.78;width:100%;height:100%;transition:transform .42s;position:absolute;inset:0}.collection-card span{z-index:1;background:linear-gradient(#0000,#000000b8);align-self:end;gap:.45rem;padding:1.1rem;display:grid;position:relative}.artwork-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1rem,2vw,1.5rem);display:grid}.artwork-card a{gap:.85rem;display:grid}.artwork-card__media{border-radius:var(--radius-md);background:var(--color-surface-strong);overflow:hidden}.artwork-image,.artwork-card__media img{aspect-ratio:3/4;object-fit:cover;width:100%;transition:transform .42s}.artwork-card--compact .artwork-image,.artwork-card--compact .artwork-card__media img{aspect-ratio:4/5}.artwork-card__body{gap:.25rem;display:grid}.artwork-card__body h3{font-family:var(--font-display);margin:0;font-size:clamp(1.35rem,2.5vw,2rem);font-weight:500;line-height:1}.artwork-card__meta,.artwork-card__tags,.artwork-card__formats{color:var(--color-muted);margin:0;font-size:.82rem;line-height:1.45}.artwork-card__formats{color:var(--color-accent);margin-top:.25rem;font-size:.78rem;font-weight:700}.artwork-card__commerce{justify-content:space-between;align-items:baseline;gap:.75rem;min-height:1.25rem;margin-top:.15rem;display:flex}.artwork-card__commerce p{margin:0}.artwork-card__price{color:var(--color-foreground);white-space:nowrap;font-size:.78rem;font-weight:700}.featured-collection{padding-block:var(--space-xl)}.featured-collection__inner{gap:var(--space-lg);grid-template-columns:minmax(260px,.8fr) minmax(0,1.4fr);align-items:center;display:grid}.featured-collection__copy{justify-items:start;gap:1rem;display:grid}.featured-collection__artworks{grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;display:grid}.featured-collection .artwork-card__body h3{color:#f7f2ea;font-size:clamp(1.1rem,2vw,1.45rem)}.featured-collection .artwork-card__meta,.featured-collection .artwork-card__tags,.featured-collection .artwork-card__formats{color:var(--color-dark-muted)}.format-section{background:#faf7f0}.format-grid{background:var(--color-border);grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;display:grid}.format-card{background:#faf7f0;align-content:start;gap:1rem;min-height:320px;padding:clamp(1rem,2vw,1.4rem);display:grid}.format-card__mockup{background:linear-gradient(135deg,#35215f1a,#fff0),#e8ded0;place-items:center;min-height:150px;display:grid;position:relative;overflow:hidden}.format-card__mockup:before{filter:blur(10px);content:"";background:#17151321;height:12px;position:absolute;inset:auto 18% 12%}.format-card__artwork{z-index:1;aspect-ratio:3/4;background:linear-gradient(135deg,#13111ae0,#432e6ddb 44%,#e1bf88b8),#332a2a;width:54%;position:relative;box-shadow:0 18px 28px #1e181229}.format-card__artwork span{background:radial-gradient(circle at 30% 28%,#fff5d9d1,#0000 24%),linear-gradient(140deg,#fff3,#0000);height:34%;position:absolute;inset:14% 18% auto}.format-card--canvas .format-card__artwork{transform:perspective(420px)rotateY(-9deg);box-shadow:8px 8px #2d2930,0 20px 30px #1e181229}.format-card--framed .format-card__artwork{border:12px solid #f5efe5;outline:7px solid #2a2725;box-shadow:0 20px 34px #1e18122e}.format-card--acrylic .format-card__artwork:after{content:"";background:linear-gradient(115deg,#ffffff6b,#ffffff14 28%,#0000 32%);position:absolute;inset:0}.format-card--triptych .format-card__mockup{grid-template-columns:repeat(3,22%);gap:5%}.format-card--triptych .format-card__artwork{width:100%}.format-card--triptych .format-card__secondary{display:none}.format-card--puzzle .format-card__artwork{width:46%;transform:translate(-18%)rotate(-2deg)}.format-card--puzzle .format-card__secondary{z-index:2;aspect-ratio:1/.72;background:linear-gradient(135deg,#f7f2eae0,#c6b9e899),#f5efe6;width:40%;margin-left:-18%;position:relative;box-shadow:0 16px 28px #1e181229}.format-card__copy{gap:.55rem;display:grid}.format-card__copy span{color:var(--color-accent);font-size:.75rem;font-weight:700}.format-card h3{font-family:var(--font-display);margin:0;font-size:clamp(1.45rem,3vw,2.25rem);font-weight:500}.format-card p{color:var(--color-muted);margin:0;line-height:1.5}.triptych{background:#ded3c3}.triptych__inner{gap:var(--space-lg);grid-template-columns:minmax(0,1.4fr) minmax(260px,.7fr);align-items:center;display:grid}.triptych__frames{background:#cbbda9;grid-template-columns:repeat(3,1fr);align-items:center;gap:clamp(.55rem,1.4vw,1rem);padding:clamp(1rem,3vw,2rem);display:grid}.triptych__panel{overflow:hidden;box-shadow:0 20px 34px #312a212e}.triptych__panel:nth-child(2){transform:translateY(-5%)}.triptych__panel img{aspect-ratio:1/1.28;object-fit:cover;width:100%}.triptych__panel:first-child img{object-position:left center}.triptych__panel:nth-child(2) img{object-position:center}.triptych__panel:nth-child(3) img{object-position:right center}.triptych__copy{justify-items:start;gap:1rem;display:grid}.triptych__copy h2{font-size:clamp(2.6rem,6vw,5.4rem)}.triptych__copy p:not(.eyebrow){color:#534b42;margin:0;font-size:1.05rem;line-height:1.6}.brand-story{background:var(--color-background)}.brand-story__inner{text-align:center;max-width:880px;margin-inline:auto}.brand-story h2{font-size:clamp(3rem,7vw,7rem)}.brand-story p:not(.eyebrow){max-width:680px;color:var(--color-muted);margin:1rem auto 0;font-size:clamp(1rem,2vw,1.22rem);line-height:1.7}.page-hero,.detail-hero,.artwork-detail{padding-block:clamp(3.2rem,5vw,5.2rem) clamp(2.6rem,4.6vw,4.8rem)}.page-hero{background:var(--color-background)}.page-hero--collection{background:var(--color-surface)}.page-hero h1,.detail-hero h1,.artwork-detail h1{max-width:920px;font-size:clamp(2.8rem,7vw,6.2rem)}.page-hero p:not(.eyebrow),.detail-hero p:not(.eyebrow),.artwork-detail p{max-width:680px;color:var(--color-muted);font-size:clamp(1rem,2vw,1.25rem);line-height:1.65}.detail-hero{background:linear-gradient(135deg, color-mix(in srgb, var(--world-color,#35215f) 14%, transparent), transparent 58%), var(--color-surface)}.detail-hero__inner,.artwork-detail__inner{gap:var(--space-lg);grid-template-columns:minmax(0,.9fr) minmax(280px,.62fr);align-items:center;display:grid}.detail-hero img{border-radius:var(--radius-md);object-fit:cover;width:100%;max-height:560px;box-shadow:var(--shadow-soft)}.inline-link-list{flex-wrap:wrap;gap:.8rem;display:flex}.inline-link-list a{color:var(--color-accent);border-bottom:1px solid;font-weight:700}.artwork-detail__inner{grid-template-columns:minmax(280px,.74fr) minmax(0,.9fr);align-items:start}.artwork-detail__copy{gap:1rem;display:grid}.artwork-detail__subtitle{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.4rem)!important;line-height:1.15!important}.artwork-detail__meta{background:var(--color-border);gap:1px;margin-top:1rem;display:grid}.artwork-detail__meta div{background:var(--color-background);gap:.3rem;padding:1rem;display:grid}.artwork-detail__meta strong{letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.artwork-detail__meta span{color:var(--color-muted);line-height:1.5}.breadcrumbs{color:var(--color-muted);flex-wrap:wrap;gap:.45rem;font-size:.78rem;display:flex}.breadcrumbs a:not(:last-child):after{content:"/";margin-left:.45rem}.breadcrumbs a[aria-current=page]{color:var(--color-foreground)}.available-formats{gap:.75rem;margin-top:.75rem;display:grid}.available-formats>strong{letter-spacing:.1em;text-transform:uppercase;font-size:.75rem}.available-formats>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.available-formats span{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--color-background) 72%, white);min-height:54px;color:var(--color-foreground);align-items:center;padding:.8rem .9rem;font-size:.9rem;font-weight:700;display:grid}.artwork-narrative{background:var(--color-background)}.artwork-narrative__inner{gap:var(--space-lg);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.artwork-narrative h2{font-family:var(--font-display);margin:0;font-size:clamp(2rem,4vw,3.8rem);font-weight:500;line-height:1}.artwork-narrative p:not(.eyebrow){color:var(--color-muted);margin:1rem 0 0;font-size:clamp(1rem,1.6vw,1.16rem);line-height:1.7}.shop-layout{gap:var(--space-md);align-items:start;display:grid}.shop-filters{z-index:5;border-bottom:1px solid #1715131a;padding-bottom:30px;position:relative}.shop-filter-panel>summary{display:none}.shop-filter-panel__body{grid-template-columns:repeat(4,minmax(0,1fr)) 102px 96px;align-items:end;gap:28px 20px;padding-inline:12px;display:grid}.shop-search{margin-bottom:0;grid-column:1/-1;min-width:0;margin-inline:-12px}.shop-filter-control{gap:8px;min-width:0;display:grid}.shop-filter-dropdown{position:relative}.shop-sort{grid-column:span 2;grid-template-columns:subgrid;gap:8px 20px;min-width:0;display:grid}.shop-sort label,.shop-filter-control__label{letter-spacing:.16em;text-transform:uppercase;color:#57534d;padding-left:2px;font-family:Georgia,Times New Roman,serif;font-size:11px;font-weight:400;line-height:1.4}.shop-search label{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.shop-search__shell{background:#eee8df;border:1px solid #e2dbd1;border-radius:44px;padding:16px}.shop-search__field{background:#faf7f2;border:1px solid #e2dbd1;border-radius:999px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:72px;padding-left:30px;display:grid}.shop-search__icon{color:#282621;width:28px;height:28px}.shop-sort label{grid-column:1/-1}.shop-sort input[type=hidden]{display:none}.shop-search input{width:100%;min-width:0;color:var(--color-foreground);background:0 0;border:0;padding:14px 28px;font-family:inherit;font-size:22px;font-weight:400}.shop-search input::placeholder{color:#85817b;opacity:1}.shop-sort select,.shop-filter-dropdown>summary{color:#25221e;width:100%;min-width:0;min-height:44px;font:inherit;background-color:#eee8df;border:1px solid #ded7cd;border-radius:999px;padding:10px 20px;font-size:16px;font-weight:400}.shop-sort select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%236f6960' stroke-width='1.5'%3E%3Cpath d='m3 6 5 5 5-5'/%3E%3C/svg%3E");background-position:right 17px center;background-repeat:no-repeat;background-size:16px;padding-right:42px}.shop-filter-dropdown>summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;list-style:none;display:grid}.shop-filter-dropdown>summary::-webkit-details-marker{display:none}.shop-filter-dropdown>summary:after{content:"";border-right:1.5px solid var(--color-muted);border-bottom:1.5px solid var(--color-muted);width:9px;height:9px;margin-right:2px;transform:translateY(-2px)rotate(45deg)}.shop-filter-dropdown[open]>summary:after{transform:translateY(2px)rotate(225deg)}.shop-filter-dropdown summary strong{min-width:0;font:inherit;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.shop-filter-menu{z-index:20;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-background);width:max(100%,220px);max-height:320px;box-shadow:var(--shadow-card);padding:.45rem;display:grid;position:absolute;top:calc(100% + .45rem);left:0;overflow:auto}.shop-filter-menu a{border-radius:var(--radius-sm);color:var(--color-muted);padding:.55rem .65rem;font-size:.9rem;text-decoration:none}.shop-filter-menu a:hover,.shop-filter-menu a.is-active{background:var(--color-surface);color:var(--color-foreground);font-weight:700}.shop-search button,.shop-sort button,.shop-clear{color:#faf7f2;text-align:center;background:linear-gradient(120deg,#25221d,#171513);border:1px solid #27241f;border-radius:999px;min-height:44px;padding:10px 20px;font-size:16px;font-weight:400;line-height:1.3;text-decoration:none}.shop-search button{justify-content:center;align-items:center;gap:16px;min-width:200px;min-height:70px;font-size:20px;display:inline-flex}.shop-search button svg{width:26px;height:26px}.shop-clear{color:var(--color-foreground);background:0 0;justify-content:center;align-self:end;align-items:center;display:inline-flex}.buy-panel h2,.cart-summary h2{letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.75rem}.shop-results{min-width:0}.empty-state,.cart-empty{border-top:1px solid var(--color-border);max-width:620px;padding-top:var(--space-md);gap:1rem;display:grid}.empty-state h2,.cart-empty h2{font-family:var(--font-display);margin:0;font-size:clamp(2rem,4vw,3.6rem);font-weight:500;line-height:1}.empty-state p,.cart-empty p,.static-page p{color:var(--color-muted);margin:0;font-size:1.05rem;line-height:1.7}.static-page{gap:var(--space-md);display:grid}.static-page__section,.static-page__faq{gap:1rem;max-width:860px;display:grid}.static-page__section h2,.static-page__card h2,.static-page__details summary{font-family:var(--font-display);margin:0;font-size:clamp(1.55rem,3vw,2.3rem);font-weight:500;line-height:1.1}.static-page__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.static-page__card,.static-page__details{border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-surface) 86%, white);gap:.75rem;padding:1.2rem;display:grid}.static-page__details summary{cursor:pointer;font-size:clamp(1.2rem,2vw,1.55rem)}.static-page__list{color:var(--color-muted);gap:.7rem;margin:0;padding-left:1.2rem;font-size:1.05rem;line-height:1.7;display:grid}.static-page__marker{border-left:3px solid var(--color-accent);background:color-mix(in srgb, var(--color-accent) 8%, transparent);padding:.8rem 1rem;color:var(--color-text)!important}.site-shell :is(img,picture,svg,canvas,[data-protected-image=true]){-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.buy-panel{border-top:1px solid var(--color-border);gap:1rem;padding-top:1rem;display:grid}.artwork-product-preview{--preview-frame-width:0px;--preview-gap-width:0px;width:100%;aspect-ratio:var(--preview-viewport-ratio,.8);background:color-mix(in srgb, var(--color-background) 84%, white);box-shadow:inset 0 0 0 1px var(--color-border);border-radius:var(--radius-md);margin:0;position:relative}.artwork-product-preview__stage{place-items:center;display:grid;position:absolute;inset:8%}.artwork-product-preview__object{position:relative}.artwork-product-preview__frame{inset:calc(-1 * (var(--preview-frame-width) + var(--preview-gap-width)));padding:var(--preview-frame-width);background:0 0;border-radius:3px;position:absolute;box-shadow:0 18px 34px #2e241629}.artwork-product-preview__gap{width:100%;height:100%;padding:var(--preview-gap-width);background:color-mix(in srgb, var(--color-background) 72%, #f9efe1)}.artwork-product-preview__image{object-fit:cover;border-radius:2px;width:100%;height:100%;display:block;box-shadow:inset 0 0 0 1px #3d302014}.artwork-product-preview--solid-dark .artwork-product-preview__frame{--preview-frame-width:.7rem;background:#1f1d1a}.artwork-product-preview--solid-light .artwork-product-preview__frame{--preview-frame-width:.7rem;background:#f8f4ec;box-shadow:inset 0 0 0 1px #372b1d1f,0 18px 34px #2e241624}.artwork-product-preview--wood-light .artwork-product-preview__frame{--preview-frame-width:.74rem;background:linear-gradient(90deg,#915c2614,#ffffff29,#673d181a),#b98f5a}.artwork-product-preview--wood-dark .artwork-product-preview__frame{--preview-frame-width:.74rem;background:linear-gradient(90deg,#ffffff12,#2b150c38,#ffffff0d),#5b3a25}.artwork-product-preview--metal .artwork-product-preview__frame{--preview-frame-width:.68rem;background:linear-gradient(110deg,#ffffff73,#8080801f,#ffffff38),#c8c6bd}.artwork-product-preview--floating{--preview-gap-width:.38rem}.buy-panel__price{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.buy-panel__price span,.buy-panel__note,.buy-panel__empty{color:var(--color-muted);font-size:.86rem}.buy-panel__price strong{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.2rem);font-weight:500}.buy-panel__section{gap:.7rem;display:grid}.buy-panel__formats,.buy-panel__variants,.buy-panel__frames{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.buy-panel__formats button,.buy-panel__variants button,.buy-panel__frames button{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-foreground);background:color-mix(in srgb, var(--color-background) 74%, white);text-align:left;gap:.18rem;padding:.8rem;transition:border-color .16s,background .16s;display:grid}.buy-panel__formats button.is-selected,.buy-panel__variants button.is-selected,.buy-panel__frames button.is-selected{border-color:var(--color-accent);background:#fffaf2}.buy-panel__formats span,.buy-panel__variants span,.buy-panel__frames span{font-weight:700;line-height:1.35}.buy-panel__formats small,.buy-panel__variants small{color:var(--color-muted);line-height:1.35}.buy-panel__frames{grid-template-columns:repeat(3,minmax(0,1fr))}.buy-panel__frames button{justify-items:start;min-height:86px}.buy-panel__frame-swatch{aspect-ratio:1.3;border:1px solid color-mix(in srgb, var(--color-border) 78%, transparent);background:var(--color-background);border-radius:5px;width:100%;display:block;overflow:hidden}.buy-panel__frame-swatch img{object-fit:cover;width:100%;height:100%}.buy-panel__frame-swatch--solid-dark{background:#1f1d1a}.buy-panel__frame-swatch--solid-light{background:#f8f4ec}.buy-panel__frame-swatch--wood-light{background:linear-gradient(90deg,#915c2614,#ffffff29,#673d181a),#b98f5a}.buy-panel__frame-swatch--wood-dark{background:linear-gradient(90deg,#ffffff12,#2b150c38,#ffffff0d),#5b3a25}.buy-panel__frame-swatch--metal{background:linear-gradient(110deg,#ffffff73,#8080801f,#ffffff38),#c8c6bd}.buy-panel__options{background:var(--color-border);grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;display:grid}.buy-panel__options div{background:var(--color-background);gap:.2rem;padding:.8rem;display:grid}.buy-panel__options span{color:var(--color-muted);font-size:.78rem}.buy-panel__add{width:100%;margin-top:.25rem}.cart-layout{gap:var(--space-lg);grid-template-columns:minmax(0,1fr) minmax(260px,360px);align-items:start;display:grid}.cart-items{background:var(--color-border);gap:1px;display:grid}.cart-item{background:var(--color-background);grid-template-columns:104px minmax(0,1fr) auto minmax(110px,auto);align-items:center;gap:1rem;padding:1rem;display:grid}.cart-item img,.cart-item__fallback{aspect-ratio:3/4;border-radius:var(--radius-sm);object-fit:cover;background:var(--color-surface-strong);width:104px}.cart-item h2{font-family:var(--font-display);margin:.2rem 0;font-size:clamp(1.35rem,2.4vw,2rem);font-weight:500}.cart-item p,.cart-item span{color:var(--color-muted);margin:0;font-size:.86rem}.cart-quantity{border:1px solid var(--color-border);border-radius:var(--radius-sm);align-items:center;display:inline-flex}.cart-quantity button,.cart-item__price button{background:0 0;border:0}.cart-quantity button{width:36px;height:36px}.cart-quantity span{text-align:center;min-width:28px}.cart-item__price{justify-items:end;gap:.3rem;display:grid}.cart-item__price strong{font-size:1rem}.cart-summary{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fffaf2;gap:1rem;padding:1.1rem;display:grid;position:sticky;top:100px}.cart-summary div{color:var(--color-muted);justify-content:space-between;gap:1rem;display:flex}.cart-summary strong{color:var(--color-foreground);text-align:right}.cart-summary__total{border-top:1px solid var(--color-border);padding-top:1rem}.checkout-layout{gap:var(--space-lg);grid-template-columns:minmax(0,1fr) minmax(300px,420px);align-items:start;display:grid}.checkout-form{gap:var(--space-md);display:grid}.checkout-form section,.checkout-summary{border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-background) 86%, white);gap:1rem;padding:1.1rem;display:grid}.checkout-form h2,.checkout-summary h2{letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.8rem;font-weight:800}.checkout-form label{color:var(--color-muted);gap:.4rem;font-size:.82rem;display:grid}.checkout-form input,.checkout-form select{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-foreground);background:var(--color-background);padding:.85rem .9rem}.checkout-form input:focus,.checkout-form select:focus{border-color:var(--color-accent);outline:2px solid color-mix(in srgb, var(--color-accent) 24%, transparent);outline-offset:2px}.checkout-address-field{gap:.5rem;display:grid;position:relative}.checkout-address-suggestions{z-index:20;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-border);max-height:min(320px,58svh);box-shadow:var(--shadow-soft);gap:1px;display:grid;position:absolute;top:calc(100% + .35rem);left:0;right:0;overflow:hidden auto}.checkout-address-suggestions button{background:var(--color-background);color:var(--color-foreground);text-align:left;cursor:pointer;border:0;gap:.18rem;padding:.85rem .9rem;display:grid}:is(.checkout-address-suggestions button:hover,.checkout-address-suggestions button:focus-visible,.checkout-address-suggestions button.is-active){background:color-mix(in srgb, var(--color-accent) 8%, var(--color-background));outline:none}.checkout-address-suggestions small{color:var(--color-muted);font-size:.78rem;line-height:1.45}.checkout-field-message{margin:-.2rem 0 0;font-size:.78rem;line-height:1.45}.checkout-field-message--soft{color:color-mix(in srgb, var(--color-muted) 84%, var(--color-accent))}.checkout-field-message--error{color:#8d2f2f}.checkout-form__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.checkout-summary{background:#fffaf2;position:sticky;top:100px}.checkout-summary__note,.checkout-summary__error{color:var(--color-muted);margin:0;font-size:.88rem;line-height:1.6}.checkout-summary__error{color:#8d2f2f}.checkout-summary__items,.checkout-summary__totals,.checkout-summary__shipping-state{background:var(--color-border);gap:1px;display:grid}.checkout-summary__item,.checkout-summary__totals div,.checkout-summary__shipping-state{background:#fffaf2}.checkout-summary__item{grid-template-columns:70px minmax(0,1fr) auto;align-items:center;gap:.8rem;padding:.85rem 0;display:grid}.checkout-summary__item img,.checkout-summary__item .cart-item__fallback{aspect-ratio:3/4;border-radius:var(--radius-sm);object-fit:cover;width:70px}.checkout-summary__item h3,.checkout-summary__item p,.checkout-summary__item span{margin:0}.checkout-summary__item h3{font-family:var(--font-display);font-size:1.15rem;font-weight:500}.checkout-summary__item p,.checkout-summary__item span{color:var(--color-muted);font-size:.82rem;line-height:1.5}.checkout-summary__item strong{text-align:right}.checkout-summary__totals div,.checkout-summary__shipping-state{color:var(--color-muted);justify-content:space-between;gap:1rem;padding:.85rem 0;display:flex}.checkout-summary__totals strong,.checkout-summary__shipping-state strong{color:var(--color-foreground);text-align:right}.checkout-payment,.checkout-payment__element{gap:1rem;display:grid}.checkout-payment__element .button{width:100%}.search-page__form{max-width:760px;margin-top:var(--space-md);grid-template-columns:minmax(0,1fr) auto;gap:.8rem;display:grid}.search-page__form label{color:var(--color-muted);grid-column:1/-1;font-size:.82rem}.search-page__form input{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fffaf2;min-width:0;padding:.9rem 1rem}.search-page__results{background:var(--color-border);gap:1px;display:grid}.search-page__results a{background:var(--color-background);grid-template-columns:120px minmax(0,1fr) minmax(180px,.5fr);align-items:center;gap:1rem;padding:1rem;display:grid}.search-page__results span,.search-page__results small{color:var(--color-muted)}.search-page__results strong{font-family:var(--font-display);font-size:1.5rem;font-weight:500}.site-footer{border-top:1px solid var(--color-border);padding-block:var(--space-lg);color:#f7f2ea;background:#171513}.site-footer__inner{gap:var(--space-lg);grid-template-columns:minmax(260px,.85fr) minmax(0,1.5fr);display:grid}.site-footer__brand{align-content:start;gap:1rem;display:grid}.site-footer__brand p{color:var(--color-dark-muted);margin:0}.site-footer__links{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.2rem;display:grid}.site-footer nav{align-content:start;gap:.55rem;display:grid}.site-footer h2,.site-footer__notice strong{color:#fffaf2;letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.75rem}.site-footer nav a{color:var(--color-dark-muted)}.site-footer__notice{gap:.5rem;max-width:380px;display:grid}.site-footer__notice strong{display:block}.site-footer__notice p{font-size:.95rem;line-height:1.6}.not-found h1{max-width:760px;font-family:var(--font-display);font-size:clamp(3rem,8vw,7rem);font-weight:500;line-height:1}@media (max-width:1040px){.site-header__inner{grid-template-columns:1fr auto}.desktop-nav,.site-header__actions .icon-button:nth-child(2),.site-header__actions .icon-button:nth-child(3){display:none}.menu-toggle{display:inline-flex}.world-grid,.world-grid--large,.collection-grid,.artwork-grid,.featured-collection__artworks,.format-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.featured-collection__inner,.triptych__inner,.detail-hero__inner,.artwork-detail__inner,.artwork-narrative__inner,.shop-layout,.cart-layout,.checkout-layout,.site-footer__inner{grid-template-columns:1fr}.shop-filters,.cart-summary,.checkout-summary{position:static}.format-card{min-height:300px}}@media (max-width:680px){:root{--container:min(100% - 24px, 1240px);--container-wide:min(100% - 24px, 1480px)}.site-header__inner{min-height:58px}.site-header__actions{gap:.5rem}.hero{min-height:660px}.hero__shade{background:linear-gradient(#0b0a0c1f 0%,#0b0a0c66 42%,#0b0a0cdb 100%),linear-gradient(90deg,#0b0a0c80,#0b0a0c1f)}.hero__content{align-self:end;margin-bottom:10vh}.hero__actions{flex-direction:column;align-items:stretch}.static-page__grid{grid-template-columns:1fr}.destination-row{grid-auto-columns:minmax(72%,1fr)}.destination-card a,.destination-card img{min-height:0}.world-grid,.world-grid--large,.collection-grid,.artwork-grid,.featured-collection__artworks,.format-grid,.shop-filters,.buy-panel__formats,.buy-panel__variants,.buy-panel__options,.checkout-form__grid,.site-footer__links{grid-template-columns:1fr}.world-card a,.format-card{min-height:280px}.format-card__mockup{min-height:132px}.artwork-card__commerce,.available-formats>div{grid-template-columns:1fr}.artwork-card__commerce{justify-content:stretch;display:grid}.collection-card a{min-height:360px}.section-split-heading{flex-direction:column;align-items:start}.triptych__frames{padding:.8rem}.search-overlay{padding-top:0}.search-overlay__panel{border-radius:0;min-height:100svh}.cart-item{grid-template-columns:86px minmax(0,1fr);align-items:start}.cart-item img,.cart-item__fallback{width:86px}.cart-quantity,.cart-item__price{grid-column:2;justify-self:start}.cart-item__price{justify-items:start}.checkout-summary__item{grid-template-columns:58px minmax(0,1fr)}.checkout-summary__item strong{text-align:left;grid-column:2}.search-page__form,.search-page__results a{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.buy-panel__formats button:disabled,.buy-panel__variants button:disabled,.buy-panel__frames button:disabled,.buy-panel__formats button.is-unavailable,.buy-panel__variants button.is-unavailable,.buy-panel__frames button.is-unavailable{cursor:not-allowed;opacity:.48;background:color-mix(in srgb, var(--color-background) 82%, var(--color-border))}.buy-panel__frames small{color:var(--color-muted);font-size:.72rem}.product-info__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.product-info__item{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:color-mix(in srgb, var(--color-background) 86%, white)}.product-info__item summary{cursor:pointer;font-family:var(--font-display);padding:1rem;font-size:1.2rem}.product-info__item dl{gap:.8rem;margin:0;padding:0 1rem 1rem;display:grid}.product-info__item dl div,.order-summary__totals div{justify-content:space-between;gap:1rem;display:flex}.product-info__item dt,.order-summary__totals dt,.order-summary__status span{color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.product-info__item dd,.order-summary__totals dd{text-align:right;margin:0}.artwork-gallery__inner{gap:var(--space-md);display:grid}.artwork-gallery__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.artwork-gallery__thumb{border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-surface-strong) 80%, white);border:0;padding:0;display:block;overflow:hidden}.artwork-gallery__thumb img,.artwork-gallery img{aspect-ratio:4/5;object-fit:cover;border-radius:var(--radius-md);width:100%;height:auto}.artwork-gallery__thumb img{transition:transform .32s}.artwork-gallery__thumb:hover img{transform:scale(1.025)}.artwork-lightbox{z-index:90;place-items:center;padding:clamp(.75rem,2vw,1.5rem);display:grid;position:fixed;inset:0}.artwork-lightbox__backdrop{background:#0c0b0adb;border:0;border-radius:0;position:absolute;inset:0}.artwork-lightbox__panel{z-index:1;color:#fffaf2;gap:.8rem;width:min(1120px,100%);max-height:min(92svh,920px);display:grid;position:relative}.artwork-lightbox__topbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.artwork-lightbox__topbar p,.artwork-lightbox__caption{color:#fffaf2c2;margin:0;font-size:.9rem}.artwork-lightbox__topbar button,.artwork-lightbox__nav{color:#fffaf2;background:#1514159e;border:1px solid #fffaf257;border-radius:999px;font-weight:700}.artwork-lightbox__topbar button{min-height:42px;padding:.65rem 1rem}.artwork-lightbox__stage{place-items:center;min-height:0;display:grid;position:relative}.artwork-lightbox__stage img{object-fit:contain;border-radius:var(--radius-md);width:auto;max-width:100%;max-height:min(76svh,760px);box-shadow:0 24px 80px #0000006b}.artwork-lightbox__nav{z-index:2;width:48px;height:48px;font-size:1.55rem;line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.artwork-lightbox__nav--prev{left:.75rem}.artwork-lightbox__nav--next{right:.75rem}.order-summary{gap:var(--space-md);display:grid}.order-summary__status,.order-summary__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.order-summary__status>div,.order-summary__card{border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-background) 86%, white);padding:1rem}.order-summary__status>div{gap:.35rem;display:grid}.order-summary__grid{grid-template-columns:minmax(0,1fr) minmax(280px,360px);align-items:start}.order-summary__card h2,.order-summary__address h3{font-family:var(--font-display);margin-top:0;font-weight:500}.order-summary__item{border-top:1px solid var(--color-border);grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:1rem;padding:1rem 0;display:grid}.order-summary__item:first-of-type{border-top:0;padding-top:0}.order-summary__item img{object-fit:cover;border-radius:var(--radius-sm);width:72px;height:96px}.order-summary__item p,.order-summary__item span,.order-summary__support,.order-summary__address p{color:var(--color-muted)}.order-summary__totals{gap:.8rem;margin:0 0 1.2rem;display:grid}.order-summary__totals div:last-child{border-top:1px solid var(--color-border);padding-top:.8rem;font-weight:700}@media (max-width:760px){.artwork-gallery__grid{grid-template-columns:1fr}.artwork-lightbox{padding:.75rem}.artwork-lightbox__panel{max-height:94svh}.artwork-lightbox__stage img{max-height:70svh}.artwork-lightbox__nav{top:auto;bottom:.75rem;transform:none}.product-info__list,.order-summary__status,.order-summary__grid,.order-summary__item{grid-template-columns:1fr}.order-summary__item img{width:100%;height:auto;max-height:220px}}.shop-pagination{margin-top:var(--space-md);justify-content:center;align-items:center;gap:1rem;display:flex}.shop-pagination a,.shop-pagination span{border:1px solid var(--color-border);border-radius:999px;padding:.6rem 1rem;text-decoration:none}.shop-pagination span{color:var(--color-muted)}.shop-pagination strong{font-size:.9rem}@media (max-width:1100px){.shop-filter-panel__body{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 18px}.shop-sort{grid-template-columns:minmax(0,1fr) 102px}.shop-clear{justify-self:start;min-width:96px}}@media (max-width:760px){.shop-filters{padding-bottom:22px}.shop-filter-panel__body{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px;padding:0}.shop-search{margin-inline:0;margin-bottom:2px}.shop-search__shell{border-radius:32px;padding:5px}.shop-search__field{min-height:46px;padding-left:14px}.shop-search__icon{width:18px;height:18px}.shop-search input{padding:10px 12px;font-size:13px}.shop-search button{gap:8px;min-width:96px;min-height:44px;padding:10px 12px;font-size:14px}.shop-search button svg{width:16px;height:16px}.shop-filter-control{gap:6px}.shop-filter-control__label,.shop-sort label{font-family:var(--font-body);letter-spacing:.18em;font-size:9px}.shop-sort{display:contents}.shop-sort label{grid-area:3/2;align-self:start}.shop-sort select{grid-area:3/2;align-self:end}.shop-sort button{grid-area:4/1}.shop-filter-menu{width:100%;min-width:0}.shop-filter-dropdown>summary,.shop-sort select{min-height:36px;padding:8px 14px;font-size:13px;line-height:18px}.shop-sort select{background-position:right 13px center;background-size:13px;padding-right:34px}.shop-filter-dropdown>summary:after{border-width:1px;width:6px;height:6px}.shop-sort button,.shop-clear{min-height:38px;padding:8px 16px;font-size:13px}.shop-clear{grid-area:4/2;justify-self:stretch}}@media (max-width:620px){.shop-pagination{justify-content:stretch;gap:.5rem}.shop-pagination a,.shop-pagination span,.shop-pagination strong{text-align:center;flex:1}}.order-summary__current{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:color-mix(in srgb, var(--color-background) 82%, white);padding:clamp(1.2rem,3vw,2rem)}.order-summary__current h2{font-family:var(--font-display);margin:0 0 .5rem;font-size:clamp(2rem,4vw,3.4rem);font-weight:500}.order-summary__current p:last-child{max-width:68ch;color:var(--color-muted);margin-bottom:0}.order-summary__current--success{border-color:color-mix(in srgb, #2f7f5f 42%, var(--color-border))}.order-summary__current--attention{border-color:color-mix(in srgb, #b6802a 42%, var(--color-border))}.order-summary__current--problem{border-color:color-mix(in srgb, #9b4d42 42%, var(--color-border))}.order-summary__timeline ol{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.order-summary__timeline li{grid-template-columns:1rem minmax(0,1fr);align-items:start;gap:.9rem;display:grid}.order-summary__timeline li>span{border:1px solid var(--color-border);background:var(--color-background);border-radius:999px;width:.85rem;height:.85rem;margin-top:.25rem}.order-summary__timeline li.is-complete>span{border-color:color-mix(in srgb, #2f7f5f 58%, var(--color-border));background:#2f7f5f}.order-summary__timeline strong,.order-summary__tracking-details strong{display:block}.order-summary__timeline p,.order-summary__timeline time,.order-summary__tracking p{color:var(--color-muted);margin:.25rem 0 0}.order-summary__tracking-details{gap:1rem;display:grid}.order-summary__tracking-details span{color:var(--color-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.order-summary__support{border:1px solid var(--color-border);border-radius:var(--radius-md);background:color-mix(in srgb, var(--color-background) 86%, white);padding:1rem}.order-summary__support h2{font-family:var(--font-display);margin:0 0 .5rem;font-weight:500}.order-summary__support p{margin:0}.canvas-preview{background:color-mix(in srgb, var(--color-background) 84%, white);border:1px solid var(--color-border);border-radius:var(--radius-md);margin:0;padding:clamp(1rem,4vw,2rem)}.canvas-preview__stage{justify-content:center;align-items:center;height:clamp(280px,48vw,600px);display:flex}.canvas-preview__model{filter:drop-shadow(3px 7px 7px #281e1424)}.canvas-preview figcaption{text-align:center;gap:.35rem;margin-top:1rem;font-size:.85rem;display:grid}.canvas-preview figcaption span,.canvas-preview figcaption small{color:var(--color-text-muted)}.buy-panel__print-warning{color:#663b16;background:#f8ede2;border-radius:8px;padding:.85rem;font-size:.9rem}body:has(.product-page){color:#222829;background:#fff}.product-header{background:#fff;border-bottom:1px solid #e8e8e8}.product-header>.container{justify-content:space-between;align-items:center;height:70px;display:flex}.product-header__brand{font-family:var(--font-display);letter-spacing:.2em;font-size:25px}.product-header__actions{align-items:center;gap:14px;display:flex}.product-header__cart svg{width:22px;height:22px}.product-header__cart{border-radius:24px;align-items:center;gap:7px;padding:9px;transition:background .2s;display:flex}.product-header__cart span{color:#fff;background:#242a2b;border-radius:50%;place-items:center;min-width:24px;height:24px;padding:0 5px;font-size:12px;display:grid}.product-header__cart.has-items{background:#e9efe7;box-shadow:0 0 0 1px #cddcc8}.product-header__cart.has-items span{animation:.4s ease-out cart-added}@keyframes cart-added{50%{transform:scale(1.25)}}.product-page{padding-bottom:40px}.product-breadcrumbs{color:#626a75;padding-top:18px;padding-bottom:16px;font-size:12px}.product-page .artwork-detail{padding:0}.product-page .artwork-detail__inner{grid-template-columns:minmax(0,1.16fr) minmax(0,.94fr);align-items:start;gap:40px}.product-page .artwork-detail__copy{gap:0;min-width:0}.product-heading .eyebrow{letter-spacing:.2em;margin:2px 0 8px;font-size:11px}.product-heading h1{letter-spacing:-.035em;text-transform:none;margin:0 0 10px;font-size:clamp(32px,3.5vw,49px);font-weight:500;line-height:1.04}.product-page .artwork-detail__subtitle{font-family:var(--font-body);color:#646975;margin:0;font-size:14px!important;line-height:1.5!important}.product-page .buy-panel{background:0 0;border:0;border-radius:0;flex-direction:column;gap:0;margin-top:18px;padding:0;display:flex}.product-page .buy-panel__price{flex-direction:column;order:0;align-items:start;gap:2px;margin-bottom:18px;display:flex}.product-page .buy-panel__price strong{font-family:var(--font-body);font-size:29px;font-weight:650;line-height:1.2}.product-page .buy-panel__price small{color:#69707b;font-size:11px}.product-description{white-space:pre-line;color:#555e67;border-bottom:1px solid #e8e8e8;order:1;margin:0 0 22px;padding-bottom:22px;font-size:13px;line-height:1.65}.product-page .buy-panel__section{border:0;order:5;margin:0 0 18px;padding:0}.product-page .buy-panel h2{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.17em;margin:0 0 8px;font-size:10px;font-weight:650}.product-page .buy-panel__format-only{display:none}.product-page .buy-panel__section:has(#format-heading){order:2}.product-page .buy-panel__section:has(#canvas-thickness-heading){order:3}.product-page .buy-panel__section:has(#canvas-border-heading){order:4}.product-page .buy-panel__section:has(#orientation-heading){order:5}.product-page .buy-panel__section:has(#variant-heading){order:6}.product-page .buy-panel__formats,.product-page .buy-panel__frames{flex-wrap:wrap;gap:10px;display:flex}.product-page .buy-panel__formats button,.product-page .buy-panel__frames button,.product-page .buy-panel__variants button{color:#303946;box-shadow:none;background:#fff;border:1px solid #e0e3e8;border-radius:5px;min-width:0;padding:9px 12px;font-size:12px}.product-page .buy-panel__formats button,.product-page .buy-panel__frames button{flex:1;justify-content:center;align-items:center;gap:10px;min-height:42px;display:flex}.product-page .buy-panel__frames button span{font-weight:450}.product-page .buy-panel button.is-selected{background:#fafafa;border-color:#303946;box-shadow:0 0 0 1px #30394622}.product-page .buy-panel__frame-swatch{background:0 0;border:0;flex-shrink:0;width:32px;height:38px}.product-page .buy-panel__frame-swatch img{object-fit:contain;width:100%;height:100%}.canvas-format-label{font-family:var(--font-display);font-size:14px;display:block}.product-page .buy-panel__variants{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.product-page .buy-panel__variants button{text-align:center;place-items:center;min-height:36px;padding:7px 4px;display:grid}.product-page .buy-panel__variants span{font-size:11px;font-weight:450}.product-page .buy-panel__note{color:#687079;order:7;margin:0 0 14px;font-size:11px;line-height:1.5}.product-page .buy-panel__print-warning{order:8;font-size:12px}.buy-panel__purchase{order:9;align-items:end;gap:14px;display:flex}.buy-panel__quantity>div{border:1px solid #e0e3e8;border-radius:30px;justify-content:space-between;align-items:center;width:120px;height:46px;display:flex}.buy-panel__quantity button{background:0 0;border:0;width:38px;height:44px;font-size:18px}.product-page .buy-panel__add{color:#fff;background:#222829;border-radius:30px;flex:1;gap:12px;width:auto;min-height:46px;margin:0;padding:10px 16px;font-size:13px}.buy-panel__add svg{width:20px;height:20px}.product-page .buy-panel__add:disabled{opacity:.6}.product-page .canvas-preview{background:0 0;border:0;padding:0}.product-page .canvas-preview__stage{aspect-ratio:1/.98;height:auto;display:block}.canvas-scene{background-color:#e5e2dd;background-position:50%;background-size:cover;border-radius:5px;width:100%;height:100%;position:relative;overflow:hidden}.canvas-scene--2{background:radial-gradient(at 40% 20%,#f5f3ef,#d3d1ce)}.canvas-scene__object{position:absolute;top:45%;left:52%;transform:translate(-50%,-50%)}.canvas-scene--3 .canvas-scene__object{top:43%;left:49%}.canvas-scene__object>svg{filter:drop-shadow(5px 7px 5px #201b1840);width:100%;height:auto;display:block}.canvas-preview__thumbnails{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:12px;display:grid}.canvas-preview__thumbnails button{aspect-ratio:1.25;background:0 0;border:1px solid #0000;border-radius:5px;height:auto;padding:3px}.canvas-preview__thumbnails button[aria-pressed=true]{border-color:#303946}.product-page .canvas-preview figcaption{color:#727780;gap:2px;margin:10px 0 0;font-size:10px}.product-page .canvas-preview figcaption strong{font-weight:500}.product-information{grid-template-columns:1.55fr 1fr;gap:44px;margin-top:32px;display:grid}.product-information summary{font-family:var(--font-display);cursor:pointer;margin-bottom:14px;font-size:25px;list-style:none}.product-information summary::-webkit-details-marker{display:none}.product-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.product-feature{text-align:center;background:#f7f6f4;border-radius:5px;padding:18px 10px}.product-feature svg{width:26px;height:26px;margin:0 auto 8px}.product-feature h3{font-family:var(--font-display);margin:0 0 8px;font-size:17px;font-weight:500}.product-feature p{color:#687079;margin:0;font-size:11px;line-height:1.5}.product-information ul{gap:12px;margin:0;padding:0;list-style:none;display:grid}.product-information li{color:#687079;align-items:start;gap:12px;font-size:12px;line-height:1.5;display:flex}.product-information li svg{flex-shrink:0;width:22px;height:22px}.product-related{margin-top:36px}.product-related__heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.product-related h2{font-family:var(--font-display);margin:0;font-size:26px;font-weight:500}.product-related__heading a{gap:12px;font-size:12px;display:flex}.product-related__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;display:grid}.product-related__card{align-items:center;gap:14px;min-width:0;display:flex}.product-related__card img{object-fit:cover;border-radius:4px;width:86px;height:112px}.product-related__card h3{font-family:var(--font-display);margin:0 0 4px;font-size:18px;font-weight:500}.product-related__card p{color:#69707b;margin:0 0 12px;font-size:11px}.product-related__card strong{font-size:12px;font-weight:600}.product-related__arrow{border:1px solid #e0e3e8;border-radius:50%;flex-shrink:0;place-items:center;width:30px;height:30px;margin-left:auto;display:grid}body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer{color:#303946;background:#fff;border-top:1px solid #e8e8e8;padding:22px 0}body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__inner{justify-content:space-between;align-items:center;gap:24px;display:flex}body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__brand{align-items:center;gap:24px;display:flex}body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__brand>a{font-size:17px}body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__brand>p{margin:0;font-size:11px}body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__notice,body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__links h2,body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__links nav:nth-child(-n+2){display:none}body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__links,body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__links nav{gap:18px;font-size:11px;display:flex}@media (min-width:701px) and (max-width:1000px){.product-page .artwork-detail__inner{grid-template-columns:1fr 1fr;gap:24px}.product-page .buy-panel__frames button{gap:5px;padding:7px}.product-information{grid-template-columns:1.3fr 1fr;gap:24px}.product-feature-grid{grid-template-columns:repeat(2,1fr)}.product-related__grid{gap:16px}.product-related__card{flex-wrap:wrap;gap:10px}.product-related__arrow{display:none}.buy-panel__purchase{flex-wrap:wrap}}@media (max-width:700px){.product-header>.container{height:62px}.product-header__brand{font-size:21px}.product-header__actions{gap:7px}.product-breadcrumbs{padding-block:12px;font-size:10px}.product-page .artwork-detail__inner{grid-template-columns:1fr;gap:26px}.product-page .canvas-preview__stage{aspect-ratio:1.18}.canvas-preview__thumbnails{gap:10px;margin-top:10px}.canvas-preview__thumbnails button{aspect-ratio:1.3}.product-heading h1{margin-bottom:10px;font-size:36px}.product-heading .eyebrow{margin-bottom:10px}.product-page .buy-panel{margin-top:20px}.product-description{margin-bottom:24px;font-size:13px}.product-page .buy-panel__section{margin-bottom:22px}.product-page .buy-panel h2{margin-bottom:10px}.product-page .buy-panel__frames button{min-height:48px}.product-page .buy-panel__variants button{min-height:42px}.buy-panel__purchase{grid-template-columns:1fr;gap:16px;display:grid}.buy-panel__quantity{grid-column:1}.product-page .buy-panel__add{grid-area:2/1/auto/-1;min-height:48px}.product-information{flex-direction:column;gap:0;margin-top:28px;display:flex}.product-information__shipping{order:-1}.product-information details{border-top:1px solid #e5e7e9;padding:17px 0}.product-information details:last-of-type{border-bottom:1px solid #e5e7e9}.product-information summary{justify-content:space-between;align-items:center;margin:0;font-size:21px;display:flex}.product-information summary:after{content:"⌄";font-family:var(--font-body);font-size:18px}.product-information details[open] summary{margin-bottom:20px}.product-information details[open] summary:after{content:"⌃"}.product-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-related{margin-top:28px}.product-related h2{font-size:23px}.product-related__grid{gap:12px}.product-related__card{display:block}.product-related__card img{aspect-ratio:3/4;width:100%;height:auto;margin-bottom:10px}.product-related__card h3{font-size:16px;line-height:1.2}.product-related__card p{margin-bottom:8px;font-size:10px}.product-related__card strong{font-size:11px}.product-related__arrow{display:none}body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__inner,body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__brand{flex-direction:column;gap:12px}}@media (prefers-reduced-motion:reduce){.product-header__cart.has-items span{animation:none}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.canvas-scene--gallery img{object-fit:contain;width:100%;height:100%}.product-page .product-description{color:#555e67;font-size:13px;line-height:1.65}.product-page .product-heading h1{font-weight:400}.product-page .buy-panel__more-sizes{color:#555e67;background:0 0;border:0;border-bottom:1px solid #b8bec4;margin-top:6px;padding:6px 0 3px;font-size:11px;display:block}.product-page .buy-panel__add{border-color:#222829;font-weight:450}body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__links a,body:is(:has(.product-page),:has(.artworks-shop),:has(.cart-page),:has(.checkout-page),:has(.review-order),:has(.worlds-page)) .site-footer__brand p{color:#69707b}.product-page>.container,.product-page .artwork-detail__inner,.product-header>.container{width:min(100% - 48px,1400px)}.product-page .artwork-detail__media,.product-page .canvas-preview,.canvas-preview__thumbnails{min-width:0;max-width:100%}.canvas-preview__thumbnails{grid-template-columns:repeat(4,minmax(0,1fr))}.canvas-preview__thumbnails button{width:100%;min-width:0;max-width:100%;overflow:hidden}.canvas-preview__thumbnails .canvas-scene{min-width:0}.product-page .artwork-detail__subtitle{font-size:16px!important}.product-page .artwork-detail__copy .product-description{font-size:16px;line-height:1.65}.product-page .product-heading .eyebrow{font-size:12px}.product-page .buy-panel h2{margin-bottom:12px;font-size:12px}.product-page .buy-panel__price strong{font-size:34px}.product-page .buy-panel__price small{font-size:13px}.product-page .buy-panel__formats button,.product-page .buy-panel__frames button{min-height:58px;padding:12px;font-size:15px}.product-page .buy-panel__variants button{min-height:44px;padding:10px 6px}.product-page .buy-panel__variants span{font-size:14px}.product-page .buy-panel__section{margin-bottom:24px}.product-page .buy-panel__frame-swatch{width:38px;height:40px}.product-page .canvas-format-label{font-size:16px}.product-page .buy-panel__more-sizes{text-align:left;min-height:40px;margin-top:8px;font-size:13px}.product-page .buy-panel__note{font-size:13px}.product-page .buy-panel__section>p{margin:0;padding:10px 0;font-size:15px;line-height:1.4}.product-page .buy-panel__add{min-height:50px;font-size:16px}.buy-panel__quantity>div{width:132px;height:50px}.buy-panel__quantity button{width:42px;height:48px}.buy-panel__quantity output{font-size:16px}.product-page .canvas-preview figcaption{font-size:12px;line-height:1.5}.product-feature p{font-size:13px}.product-feature h3{font-size:19px}.product-information li{font-size:14px}.product-related__card h3{font-size:20px}.product-related__card p,.product-related__card strong{font-size:13px}.product-related__heading a{font-size:14px}@media (max-width:1000px){.product-page .buy-panel__frames button{gap:7px;padding:9px 6px;font-size:14px}.product-page .buy-panel__frame-swatch{width:30px}.product-page .buy-panel__variants span{font-size:13px}}@media (max-width:700px){.product-page>.container,.product-page .artwork-detail__inner,.product-header>.container{width:calc(100% - 32px)}.product-page .artwork-detail__copy .product-description{font-size:15px}.product-page .buy-panel__section{margin-bottom:26px}.product-page .buy-panel__variants{gap:10px}.product-page .buy-panel__frames{gap:8px}.product-page .buy-panel__frames button{min-height:56px}.product-related__card h3{font-size:17px}.product-related__card p,.product-related__card strong{font-size:12px}}.product-page .canvas-preview__stage{aspect-ratio:1}.canvas-scene__composition{width:100%;height:100%;display:block}.canvas-scene__physical-object{isolation:isolate}.canvas-scene .canvas-preview__model,.canvas-scene .canvas-preview__thumbnail-model{filter:none}.canvas-preview__thumbnails button{aspect-ratio:1}.canvas-scene__unavailable{text-align:center;font-size:14px;position:absolute;inset:40% 12%}:is(.product-page .buy-panel__section:has(#canvas-thickness-heading) button,.product-page .buy-panel__section:has(#canvas-border-heading) button){text-align:left;justify-content:flex-start;gap:14px;min-height:72px;padding:0 14px 0 0;overflow:hidden}.canvas-option-preview{background:linear-gradient(130deg,#f0efec,#fafafa);flex:0 0 66px;width:66px;height:72px;display:block;position:relative;overflow:hidden}.canvas-option-preview>span{position:absolute;inset:7px 8px;transform:skewY(-5deg)}.canvas-option-preview svg.canvas-preview__thumbnail-model{filter:drop-shadow(2px 2px 1px #0003);width:100%;height:100%;display:block}@media (max-width:1000px){:is(.product-page .buy-panel__section:has(#canvas-thickness-heading) button,.product-page .buy-panel__section:has(#canvas-border-heading) button){gap:8px;padding-right:7px}.canvas-option-preview{flex-basis:40px;width:40px;height:64px}.canvas-option-preview>span{inset:6px 3px}}@media (max-width:700px){.product-page .canvas-preview__stage{aspect-ratio:1}.product-page .buy-panel__section:has(#canvas-border-heading) button{gap:5px;font-size:13px}.canvas-option-preview{flex-basis:36px;width:36px}.canvas-preview__thumbnails button{aspect-ratio:1}}.product-page .buy-panel__provider-swatch{background:#f7f7f7;border-radius:0;flex:0 0 70px;width:70px;height:72px;display:block;overflow:hidden}.product-page .buy-panel__provider-swatch img{object-fit:cover;width:100%;height:100%;display:block;transform:scale(1.18)}@media (max-width:1000px){.product-page .buy-panel__provider-swatch{aspect-ratio:1;background:0 0;flex:0 0 48px;width:48px;height:48px}.product-page .buy-panel__provider-swatch img{object-fit:contain;transform:none}}@media (max-width:450px){.product-page .buy-panel__section:has(#canvas-border-heading) button{gap:4px;padding-right:4px;font-size:12px}.product-page .buy-panel__section:has(#canvas-border-heading) .buy-panel__provider-swatch{flex-basis:44px;width:44px;height:44px}}@media (max-width:380px){.product-page .buy-panel__section:has(#canvas-border-heading) .buy-panel__frames{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}.discount-offer{flex-wrap:wrap;align-items:center;gap:10px;margin:8px 0;display:flex}.discount-offer__badge{color:#fff;font:700 13px/1.2 var(--font-body);background:#a1392b;border-radius:5px;align-items:center;gap:5px;padding:6px 10px;display:inline-flex}.discount-offer .discount-offer__percent,.discount-offer .discount-offer__label{color:inherit}.discount-offer__label{letter-spacing:.07em;font-size:11px}.product-page .discount-offer--featured{gap:12px;margin:0 0 14px}.product-page .discount-offer--featured .discount-offer__badge{background:linear-gradient(120deg,#a1392b,#812c25);border-radius:8px;gap:10px;padding:13px 19px;box-shadow:0 5px 14px #812c2520}.product-page .discount-offer--featured .discount-offer__percent{color:#fff;letter-spacing:-.04em;font-size:30px;font-weight:750;line-height:1}.product-page .discount-offer--featured .discount-offer__label{color:#fff;letter-spacing:.09em;font-size:17px;font-weight:700}.product-page .buy-panel__price-amounts{flex-wrap:wrap;align-items:baseline;gap:14px;display:flex}.product-page .buy-panel__price-amounts .discount-original{color:#7d7b77;margin:0;font-size:21px;text-decoration-thickness:1.5px}.product-page .buy-panel__price .buy-panel__saving{color:#a1392b;margin:5px 0 7px;font-size:15px;font-weight:650}@media (max-width:600px){.product-page .discount-offer--featured .discount-offer__percent{font-size:28px}.product-page .discount-offer--featured .discount-offer__badge{padding:12px 16px}}.discount-offer__countdown{color:#873829;font-variant-numeric:tabular-nums;background:#fff3ec;border-radius:5px;padding:8px 12px;font:600 14px/1.5 Arial,sans-serif}.discount-original{color:#757575;margin-right:12px;font-size:18px}.fourthwall-product{grid-template-columns:1fr 1fr;gap:40px;width:100%;display:grid}.fourthwall-product__image{background:#f5f2ed;border-radius:8px}.fourthwall-product__image img{object-fit:contain;width:100%;height:100%;max-height:750px}.fourthwall-product__options{gap:12px;margin:24px 0;display:grid}.fourthwall-product__options select{white-space:normal;width:100%;padding:14px}@media (max-width:700px){.fourthwall-product{grid-template-columns:1fr;gap:24px}}.fourthwall-product__options{border:0;min-width:0;padding:0}.fourthwall-product__options legend{letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px;font-size:.8rem;font-weight:700}.fourthwall-product__options .fourthwall-product__size-heading{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.fourthwall-product__unit-switch{background:#f5f3ee;border:1px solid #dce0e5;border-radius:999px;gap:3px;padding:3px;display:inline-flex}.fourthwall-product__unit-switch button{color:#53605b;min-width:44px;min-height:38px;font:inherit;letter-spacing:normal;text-transform:none;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:6px 12px}.fourthwall-product__unit-switch button[aria-pressed=true]{color:#fff;background:#253035}.fourthwall-product__unit-switch button:focus-visible{outline-offset:3px;outline:2px solid #253035}.fourthwall-product__sizes{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.fourthwall-product__sizes button{color:#253035;cursor:pointer;background:#fff;border:1px solid #dce0e5;border-radius:4px;gap:5px;padding:14px 8px;transition:border-color .2s,background .2s;display:grid}.fourthwall-product__sizes button:hover{border-color:#77817e}.fourthwall-product__sizes button[aria-pressed=true]{background:#f5f3ee;border-color:#253035;box-shadow:inset 0 0 0 1px #253035}.fourthwall-product__sizes small{color:#66716e;font-size:.8rem}@media (max-width:480px){.fourthwall-product__sizes{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-page--fourthwall .artwork-detail{width:min(100% - 48px,1500px);margin:0 auto;padding:20px 0 40px;display:block}.fourthwall-product{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:clamp(24px,4vw,64px)}.fourthwall-product__media,.fourthwall-product .buy-panel{min-width:0}.fourthwall-product__image{aspect-ratio:1;border-radius:5px;position:relative;overflow:hidden}.fourthwall-product__image img{object-fit:contain;width:100%;height:100%;max-height:none;display:block}.fourthwall-product__zoom{cursor:pointer;background:#fff;border:0;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #0001}.fourthwall-product__thumbnails{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:16px;display:grid}.fourthwall-product__thumbnails button{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;padding:3px}.fourthwall-product__thumbnails button[aria-pressed=true]{border-color:#29312e}.fourthwall-product__thumbnails img{aspect-ratio:1;object-fit:contain;background:#f5f2ed;border-radius:3px;width:100%;transition:transform .2s;display:block}.fourthwall-product__thumbnails button:hover img{transform:scale(.97)}.fourthwall-product__preview-note{color:#68716c;margin:12px 0 0;font-size:13px;line-height:1.5}.fourthwall-product .buy-panel{background:0 0;border:0;padding:0}.fourthwall-product h1{font-family:var(--font-display,Georgia,serif);margin:12px 0 20px;font-size:clamp(34px,3.6vw,60px);line-height:1.08}.fourthwall-product__description{color:#62645e;font-family:Georgia,serif;font-size:19px;line-height:1.5}.fourthwall-product .buy-panel__price{margin:20px 0 24px;font-family:Georgia,serif;font-size:32px}.fourthwall-product__options{border-top:1px solid #deded9;border-bottom:1px solid #deded9;padding:24px 0}.fourthwall-product__sizes{grid-template-columns:repeat(4,minmax(0,1fr))}.fourthwall-product__sizes button{min-height:66px;font-size:15px}.fourthwall-product__purchase{grid-template-columns:1.4fr 1fr;gap:24px;margin:24px 0;display:grid}.fourthwall-product__purchase label,.fourthwall-product__label{text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700;display:block}.fourthwall-product__purchase select{background:0 0;border:1px solid #deded9;border-radius:10px;width:100%;height:54px;margin-top:12px;padding:0 14px;font-size:16px}.fourthwall-product__quantity{border:1px solid #deded9;border-radius:10px;justify-content:space-between;align-items:center;height:54px;margin-top:12px;padding:8px;display:flex}.fourthwall-product__quantity button{cursor:pointer;background:#f3f0ec;border:0;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.fourthwall-product__quantity button:disabled{opacity:.4;cursor:default}.fourthwall-product .button--primary{border-radius:99px;width:100%;min-height:48px}.fourthwall-product__benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:28px;display:grid}.fourthwall-product__benefits>div{gap:10px;font-family:Georgia,serif;font-size:14px;display:flex}.fourthwall-product__benefits svg{flex-shrink:0;width:24px}.fourthwall-product__benefits small{color:#747771;margin-top:4px;font-family:Arial,sans-serif;font-size:11px;line-height:1.4;display:block}.fourthwall-product__lightbox{background:#f6f3ee;border:0;max-width:94vw;max-height:94vh;padding:24px;position:fixed;inset:0}.fourthwall-product__lightbox::backdrop{background:#000b}.fourthwall-product__lightbox>img{object-fit:contain;max-width:85vw;max-height:85vh;display:block}.fourthwall-product__lightbox>button{cursor:pointer;background:#fff;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:absolute;top:8px;right:8px}.product-page--fourthwall .product-related{border-top:1px solid #deded9;padding-top:24px}.product-page--fourthwall .home-canvas-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.product-page--fourthwall .home-canvas-card{background:0 0;border:1px solid #e7e4df}@media (max-width:1100px){.fourthwall-product__sizes{grid-template-columns:repeat(3,minmax(0,1fr))}.product-page--fourthwall .home-canvas-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.fourthwall-product__benefits{grid-template-columns:1fr}}@media (max-width:700px){.product-page--fourthwall .artwork-detail{width:calc(100% - 32px)}.fourthwall-product{grid-template-columns:1fr}.fourthwall-product__benefits{grid-template-columns:repeat(3,minmax(0,1fr))}.fourthwall-product__benefits>div{flex-direction:column}.fourthwall-product__sizes{grid-template-columns:repeat(2,minmax(0,1fr))}.fourthwall-product__purchase{gap:16px}}@media (prefers-reduced-motion:reduce){.fourthwall-product__thumbnails img{transition:none}}.fourthwall-product .buy-panel{display:block}.fourthwall-product .buy-panel>.eyebrow{letter-spacing:.18em;margin:0 0 12px;font-size:12px}.fourthwall-product .buy-panel__price strong{color:#252c29;font-family:Georgia,serif;font-weight:400}.fourthwall-product .button--primary{color:#fff;background:linear-gradient(120deg,#252b28,#171b19);border:1px solid #252b28;font-size:15px;font-weight:600}.fourthwall-product .button--primary:hover{background:#353d38}.fourthwall-product .button--primary:disabled{opacity:.5;cursor:not-allowed}.fourthwall-product .fw-featured-sizes{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.fourthwall-product .fw-featured-sizes button{align-content:center;min-height:88px;padding:16px 8px;font-size:17px}.fourthwall-product .fw-featured-sizes small{font-size:15px}.fw-size-intro{color:#444d49;margin:0 0 12px;font-size:14px;font-weight:600}.fw-all-sizes{color:#253035;text-align:left;cursor:pointer;background:#fff;border:1px solid #e2e4e6;border-radius:5px;align-items:center;gap:18px;width:100%;margin-top:12px;padding:16px 20px;display:flex}.fw-all-sizes>span:first-child{font-size:30px}.fw-all-sizes>span:last-child{margin-left:auto;font-size:28px}.fw-all-sizes strong,.fw-all-sizes small{display:block}.fw-all-sizes strong{font-family:var(--font-display,Georgia,serif);font-size:17px;font-weight:500}.fw-all-sizes small{color:#737976;margin-top:3px;font-size:13px}.fw-size-dialog{color:#253035;background:#fcfbf9;border:1px solid #e5e4df;border-radius:18px;width:min(920px,100vw - 32px);max-height:calc(100dvh - 32px);padding:0;box-shadow:0 24px 100px #0003}.fw-size-dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#20252180}.fw-size-dialog__shell{box-sizing:border-box;flex-direction:column;max-height:calc(100dvh - 34px);padding:42px;display:flex;position:relative}.fw-size-dialog__close{width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border:0;font-size:34px;position:absolute;top:12px;right:15px}.fw-size-dialog header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px;padding-right:18px;display:flex}.product-page .buy-panel .fw-size-dialog h2{font-family:var(--font-display,Georgia,serif);letter-spacing:-.035em;text-transform:none;margin:0 0 8px;font-size:clamp(30px,4vw,48px);font-weight:400;line-height:1.1}.fw-size-dialog header p{color:#747b78;margin:0;font-size:17px}.fw-size-dialog .fw-size-dialog__grid{overscroll-behavior:contain;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;min-height:0;padding:2px 8px 2px 2px;overflow:auto}.fw-size-dialog__grid button{align-content:center;min-height:86px;font-size:17px}.fw-size-dialog__grid small{font-size:15px}.fw-size-dialog .fw-size-dialog__apply{border-radius:999px;flex-shrink:0;width:100%;min-height:52px;margin-top:28px}body:has(.fw-size-dialog[open]){overflow:hidden}@media (max-width:700px){.fourthwall-product .fw-featured-sizes{grid-template-columns:repeat(2,minmax(0,1fr))}.fw-size-dialog__shell{padding:54px 18px 22px}.fw-size-dialog header{align-items:flex-start;gap:12px;padding-right:0}.fw-size-dialog header p{font-size:14px}.fw-size-dialog .fw-size-dialog__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.fw-size-dialog__grid button{font-size:15px}.fw-size-dialog .fourthwall-product__unit-switch button{min-width:38px;padding:6px 8px}}.fourthwall-product .buy-panel p.fw-size-intro{color:#444d49;margin:0 0 12px;font-size:14px;font-weight:600;line-height:1.4}.fourthwall-product .fourthwall-product__options{border-top:0;padding-top:8px}.fourthwall-product .buy-panel__price{border-bottom:1px solid #deded9;padding-bottom:20px}.fourthwall-product__format-control{display:block;position:relative}.fourthwall-product__format-control>svg{pointer-events:none;position:absolute;top:28px;left:14px}.fourthwall-product__format-control select{padding-left:48px}.legal-page__body{overflow-wrap:anywhere;min-width:0;line-height:1.8}.legal-page__body>:first-child{margin-top:0}.legal-page__body h2,.legal-page__body h3,.legal-page__body h4{margin:2em 0 .7em;line-height:1.25}.legal-page__body p{margin:0 0 1.2em}.legal-page__body ul,.legal-page__body ol{margin:1em 0;padding-left:1.6em}.legal-page__body a{text-underline-offset:3px;text-decoration:underline}.legal-page__body blockquote{border-left:3px solid #d9d6d0;margin:1.5em 0;padding-left:1.2em}.legal-page__body table{border-collapse:collapse;max-width:100%;margin:1.5em 0;display:block;overflow-x:auto}.legal-page__body th,.legal-page__body td{border:1px solid #d9d6d0;padding:.6em}.cookie-banner,.cookie-dialog{color:#232b2a;background:#fcfaf7;border:1px solid #c9c6c0;border-radius:12px;padding:26px;font:16px/1.55 Arial,sans-serif;box-shadow:0 8px 36px #0002}.cookie-banner{z-index:1000;width:min(560px,100vw - 40px);max-height:calc(100dvh - 40px);position:fixed;bottom:20px;left:20px;overflow:auto}.cookie-banner h2,.cookie-dialog h2{margin:0 36px 12px 0;font:28px/1.2 Georgia,serif}.cookie-banner p,.cookie-dialog p{margin:0 0 16px}.cookie-close{width:44px;height:44px;color:inherit;cursor:pointer;background:0 0;border:0;font-size:28px;position:absolute;top:10px;right:10px}.cookie-actions{gap:10px;margin-top:20px;display:flex}.cookie-actions button{color:#232b2a;cursor:pointer;background:#fcfaf7;border:1px solid #38433f;border-radius:6px;flex:1;min-height:46px;padding:10px 12px;font:600 15px/1.4 Arial,sans-serif}.cookie-actions button:hover{background:#e8e8e2}.cookie-links{flex-wrap:wrap;gap:16px;font-size:14px;display:flex}.cookie-links button,.cookie-settings-link{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.cookie-links a,.cookie-links button,.cookie-dialog a{text-underline-offset:3px;text-decoration:underline}.cookie-settings-link{min-height:44px}:is(.cookie-banner :focus-visible,.cookie-dialog :focus-visible,.cookie-settings-link:focus-visible){outline-offset:3px;outline:3px solid #416c60}.cookie-dialog{width:min(580px,100vw - 32px);max-height:calc(100dvh - 32px);margin:auto;position:fixed;overflow-y:auto}.cookie-dialog::backdrop{background:#151a1866}.cookie-category{border-top:1px solid #d6d4ce;justify-content:space-between;align-items:center;gap:20px;padding:20px 0;display:flex}.cookie-category h3{margin:0 0 6px;font-size:18px}.cookie-category p{margin:0;font-size:15px}.cookie-always{white-space:nowrap;font-size:14px;font-weight:600}.cookie-category input{-webkit-appearance:none;appearance:none;cursor:pointer;background:#d9ddd9;border:1px solid #727974;border-radius:20px;flex-shrink:0;width:48px;height:28px;padding:3px}.cookie-category input:before{content:"";background:#fff;border-radius:50%;width:20px;height:20px;display:block;box-shadow:0 1px 3px #0005}.cookie-category input:checked{background:#2b5146}.cookie-category input:checked:before{transform:translate(20px)}@media (max-width:540px){.cookie-banner{width:calc(100vw - 20px);padding:20px;bottom:10px;left:10px}.cookie-dialog{padding:22px}.cookie-actions{gap:6px}.cookie-actions button{padding:10px 7px}}.cookie-privacy-notice{padding-bottom:48px}.home-footer nav{align-items:center}.policy-support a[href^=mailto\:]{overflow-wrap:anywhere;text-decoration:underline}.policy-support .button{justify-self:start}.policy-references{color:#59635f;font-size:14px;line-height:1.7}.policy-references a{text-underline-offset:3px;text-decoration:underline}.policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}@media (max-width:760px){.policy-grid{grid-template-columns:1fr}}
