@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&family=Newsreader:opsz,wght@6..72,500;6..72,600;6..72,700&display=swap";:root{--bg:#fdfaf5;--surface:#fbf7f0;--surface-soft:#f4eee5;--surface-strong:#efe8dc;--card:var(--surface);--text:#373831;--muted:#5f5e5e;--text-soft:rgba(55,56,49,.78);--text-inverse:#fffcf7;--accent:#a04d22;--accent-hover:#8f431c;--border:#ddd3c4;--border-strong:#cdbfae;--border-soft:rgba(95,94,94,.12);--border-quiet:rgba(95,94,94,.14);--surface-footer:#eae9de;--surface-elevated:hsla(38,58%,96%,.92);--surface-elevated-soft:hsla(38,58%,96%,.9);--surface-overlay:hsla(38,67%,98%,.94);--surface-overlay-soft:hsla(38,67%,98%,.9);--surface-overlay-tonal:hsla(36,41%,93%,.9);--surface-overlay-hover:hsla(36,41%,93%,.82);--surface-summary:hsla(38,37%,90%,.72);--workshop-status-open:#94441a;--workshop-status-soft:#7a6650;--workshop-status-warn:#a54731;--workshop-status-past:#706452;--workshop-banner-success:#f1ebe5;--workshop-banner-error:#f6e6e3;--font-sans:"Manrope","Helvetica Neue",Arial,sans-serif;--font-serif:"Newsreader",Georgia,serif;--max-width:1200px;--nav-surface:hsla(38,67%,98%,.9);--header-offset:112px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.7;margin:0;-webkit-font-smoothing:antialiased}.type-display{font-size:clamp(36px,8vw,42px);font-style:normal;font-weight:700;letter-spacing:-.045em;line-height:.92}.type-display,.type-section-title{color:var(--text);font-family:var(--font-serif)}.type-section-title{font-size:clamp(25px,3.8vw,34px);letter-spacing:-.02em}.type-eyebrow,.type-section-title{font-style:italic;font-weight:500;line-height:1.2}.type-eyebrow{font-size:clamp(16px,2vw,18px);letter-spacing:-.01em}.type-eyebrow,.type-title{color:var(--text);font-family:var(--font-serif)}.type-title{font-size:clamp(20px,2.4vw,28px);font-style:normal;font-weight:500;letter-spacing:-.02em;line-height:1.08}.type-meta{color:var(--muted);font-size:10px;letter-spacing:.18em;line-height:1.35;text-transform:uppercase}.pt-p,.type-body,.type-meta{font-family:var(--font-sans);font-style:normal;font-weight:400}.pt-p,.type-body{color:var(--text);font-size:clamp(15px,1.4vw,17px);line-height:1.75}.type-ui{font-family:var(--font-sans);font-style:normal;font-weight:400;letter-spacing:.14em;line-height:1.2;text-transform:uppercase}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}a{color:inherit;text-decoration:none;transition:color .2s ease}a:hover{color:var(--accent)}.app-shell,.layout{min-height:100vh}.layout{display:flex;flex-direction:column}.page{flex:1;padding:32px 24px 64px}.container{margin:0 auto;max-width:var(--max-width);width:100%}.site-header{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:var(--nav-surface);border-bottom:1px solid var(--border-soft);box-shadow:none;left:0;position:sticky;right:0;top:0;z-index:20}.nav-inner{justify-content:space-between;margin:0 auto;max-width:var(--max-width);padding:22px 24px 18px}.nav-bar,.nav-inner{align-items:center;display:flex}.nav-bar{flex-shrink:0;gap:12px}.nav-main{align-items:center;display:flex;flex:1;gap:28px;justify-content:space-between;transition:max-height .24s ease,opacity .18s ease,padding-top .18s ease}.site-header .nav{flex:1}.nav-main--open{max-height:none;opacity:1}.nav-inner--collapsible{align-items:stretch;flex-direction:column;gap:12px}.nav-inner--collapsible .nav-bar{width:100%}.nav-inner--collapsible .nav-main{align-items:flex-start;border-top:1px solid var(--border-quiet);flex-direction:column;gap:18px;max-height:0;opacity:0;overflow:hidden;padding-top:0;width:100%}.nav-inner--collapsible .nav{width:100%}.nav-inner--collapsible .nav-main.nav-main--open{max-height:620px;opacity:1;padding-top:12px}.nav-toggle{align-items:center;background:transparent;border:none;color:var(--muted);cursor:pointer;display:none;padding:0;transition:color .22s ease}.nav-toggle:focus-visible,.nav-toggle:hover{color:var(--accent)}.nav-toggle__bars{display:inline-flex;flex-direction:column;gap:4px}.nav-toggle__bar{background:currentColor;border-radius:999px;height:2px;transition:transform .18s ease,opacity .18s ease;width:18px}.nav-inner--collapsible .nav-toggle{display:inline-flex}.nav-inner--open .nav-toggle__bar:first-child{transform:translateY(6px) rotate(45deg)}.nav-inner--open .nav-toggle__bar:nth-child(2){opacity:0}.nav-inner--open .nav-toggle__bar:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.logo{font-family:Newsreader,Georgia,serif;font-size:24px;font-weight:500;letter-spacing:-.05em;line-height:1}.nav-list{flex-wrap:wrap;gap:32px;list-style:none;margin:0;padding:0 0 0 32px}.nav-actions,.nav-list{align-items:center;display:flex}.nav-actions{color:var(--muted);flex-shrink:0;gap:18px}.nav-inner--collapsible .nav-list{align-items:flex-start;flex-direction:column;gap:12px;padding-left:0;width:100%}.nav-inner--collapsible .nav-actions{align-items:center;flex-direction:row;gap:18px;padding-top:4px;width:auto}.nav-inner--collapsible .nav-actions>*{display:inline-flex;justify-content:center}.nav-inner--collapsible .nav-actions>.locale-switcher{display:grid;justify-items:start}.nav-inner--collapsible .locale-switcher__menu{margin-top:8px;position:static;right:auto;top:auto}.nav-inner--collapsible .submenu{border:none;box-shadow:none;opacity:1;padding:8px 0 0;pointer-events:auto;position:static;transform:none;visibility:visible}.nav-inner--collapsible .submenu .nav-link{padding-left:0}.nav-inner--collapsible .submenu .nav-link:before{display:none}.nav-item{position:relative}.nav-link{align-items:center;color:var(--muted);display:inline-flex;transition:color .2s ease,opacity .2s ease;white-space:nowrap}.nav-inner--collapsible .nav-list>.nav-item>.nav-link,.nav-list>.nav-item>.nav-link{align-items:center;display:inline-flex;font-family:var(--font-serif);font-size:12px;font-weight:500;letter-spacing:.16em;line-height:1.1;padding:0 0 4px;position:relative;text-transform:uppercase;white-space:nowrap}.nav-link__label{display:inline-block;position:relative;transition:opacity .28s ease;z-index:1}.nav-list>.nav-item>.nav-link:before{background:currentColor;clip-path:path("M11.93.684v8.039l5.633-5.633 1.216 1.23-5.66 5.66h8.04v1.737H13.2l5.701 5.701-1.23 1.23-5.742-5.742V21h-1.737v-8.094l-5.77 5.77-1.23-1.217 5.743-5.742H.842V9.98h8.162l-5.701-5.7 1.23-1.231 5.66 5.66V.684h1.737Z");content:"";height:22px;left:50%;opacity:0;pointer-events:none;position:absolute;top:calc(50% - 4px);transform:translate(-50%,-50%) scale(.68);transition:opacity .18s ease,transform .18s ease;width:22px}.nav-list>.nav-item>.nav-link:after{background:currentColor;bottom:0;content:"";height:1px;left:0;opacity:0;position:absolute;right:0;transform:scaleX(.4);transform-origin:left center;transition:opacity .22s ease,transform .22s ease}.nav-item:focus-within>.nav-link,.nav-item:hover>.nav-link,.nav-list>.nav-item>.nav-link:focus-visible,.nav-list>.nav-item>.nav-link:hover{color:var(--accent)}.nav-item:focus-within>.nav-link:before,.nav-item:hover>.nav-link:before,.nav-list>.nav-item>.nav-link:focus-visible:before,.nav-list>.nav-item>.nav-link:hover:before{opacity:1;transform:translate(-50%,-50%) scale(1)}.nav-item:focus-within>.nav-link>.nav-link__label,.nav-item:hover>.nav-link>.nav-link__label,.nav-list>.nav-item>.nav-link:focus-visible>.nav-link__label,.nav-list>.nav-item>.nav-link:hover>.nav-link__label{opacity:0}.nav-link--active{color:var(--accent)}.nav-list>.nav-item>.nav-link.nav-link--active:after{opacity:1;transform:scaleX(1)}.submenu{background:#fbf6effa;border:1px solid var(--border-soft);border-radius:0;box-shadow:0 10px 20px #3738310a;left:0;min-width:170px;opacity:0;padding:10px 0;pointer-events:none;position:absolute;top:calc(100% - 4px);transform:translateY(-4px);transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s;visibility:hidden;z-index:5}.submenu-item{list-style:none;padding:0}.submenu .nav-link{border-radius:0;color:var(--muted);display:block;font-family:var(--font-serif);font-size:12px;font-weight:500;letter-spacing:.1em;padding:8px 14px;text-transform:uppercase;transition:color .18s ease,background-color .18s ease,opacity .18s ease}.submenu .nav-link--active,.submenu .nav-link:focus-visible,.submenu .nav-link:hover{background:#a04d220a;color:var(--accent);opacity:.96}.nav-item:focus-within .submenu,.nav-item:hover .submenu{opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s;visibility:visible}.locale-switcher{color:var(--muted)}.locale-switcher,.locale-switcher__trigger{align-items:center;display:inline-flex;position:relative}.locale-switcher__trigger{background:transparent;border:none;border-radius:0;color:inherit;cursor:pointer;gap:6px;padding:0 0 4px;transition:color .2s ease,opacity .2s ease}.locale-switcher__trigger:after{background:currentColor;bottom:0;content:"";height:1px;left:0;opacity:.72;position:absolute;right:0;transform:scaleX(1);transform-origin:left center;transition:opacity .2s ease,transform .2s ease}.locale-switcher--open .locale-switcher__trigger,.locale-switcher__trigger:focus-visible,.locale-switcher__trigger:hover{color:var(--accent)}.locale-switcher__menu-link:focus-visible,.locale-switcher__trigger:focus-visible{outline:none}.locale-switcher__flag{display:inline-block;font-size:18px;line-height:1}.locale-switcher__caret{display:inline-block;font-size:11px;line-height:1;opacity:.72;transition:transform .18s ease}.locale-switcher--open .locale-switcher__caret{transform:rotate(180deg)}.locale-switcher__menu{align-items:center;background:linear-gradient(180deg,#fdfbf6fa,#f7f1e8fa);border:1px solid var(--border-soft);border-radius:0;box-shadow:0 8px 18px #3738310f;display:grid;gap:6px;grid-auto-columns:44px;grid-auto-flow:column;min-width:0;padding:6px 4px 8px;position:absolute;right:0;top:calc(100% + 12px);z-index:10}.locale-switcher__menu-link{color:var(--text);display:inline-grid;min-height:44px;opacity:.62;place-items:center;position:relative;transition:color .18s ease,opacity .18s ease;width:44px}.locale-switcher__menu-link:after{background:#a04d22b8;bottom:7px;content:"";height:1px;left:12px;opacity:0;position:absolute;right:12px;transform:scaleX(.68);transform-origin:center;transition:opacity .18s ease,transform .18s ease}.locale-switcher__menu-link:focus-visible,.locale-switcher__menu-link:hover{color:var(--accent);opacity:.96}.locale-switcher__menu-link:focus-visible:after,.locale-switcher__menu-link:hover:after{opacity:1;transform:scaleX(1)}.hero{align-items:center;display:grid;gap:26px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:32px}.page-hero{margin-bottom:84px;max-width:900px}.page-hero__title{color:var(--text);font-family:var(--font-serif);font-size:clamp(42px,12vw,42px);font-style:normal;font-weight:400;letter-spacing:-.045em;line-height:.92;margin:0 0 16px}.page-hero__intro{color:var(--text-soft);margin:0;max-width:840px}.exhibitions-hero{align-items:start;gap:24px}.exhibitions-hero__image img{-o-object-fit:cover;object-fit:cover}.timeline-section{display:grid;gap:12px;margin-top:10px}.timeline-section-head{align-items:baseline;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.timeline{display:grid;gap:12px;position:relative}.timeline:before{background:linear-gradient(180deg,#b4634433,#b463440d);bottom:0;content:"";left:13px;position:absolute;top:0;width:2px}.timeline--past:before{background:linear-gradient(180deg,#5f564d4d,#5f564d14)}.timeline-card{align-items:start;background:var(--surface);border:1px solid var(--border);border-radius:0;display:grid;gap:10px;grid-template-columns:auto 1fr;padding:14px 16px 16px;position:relative;transition:border-color .18s ease,background-color .18s ease,opacity .18s ease}.timeline-card:hover{background:#f4efe6d9;border-color:#a04d2259;opacity:.98}.timeline-card--upcoming{border-color:#b4634459}.timeline-marker{display:grid;justify-items:center;position:relative;width:26px}.timeline-dot{background:var(--accent);border:2px solid var(--bg);border-radius:999px;height:14px;margin-top:4px;position:relative;width:14px}.timeline-card__body{display:grid;gap:6px}.timeline-card__head{align-items:center;display:flex;gap:10px;justify-content:space-between}.timeline-card__title{font-size:clamp(22px,3vw,30px);margin:0}.timeline-card__eyebrow{margin:0}.timeline-thumb img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.timeline-card__location,.timeline-card__summary{margin:0}.exhibition-head{align-items:start}.exhibition-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.exhibition-hero{max-width:640px}.exhibition-gallery__image img,.exhibition-hero img{height:auto}.exhibition-links{margin-top:18px}.hero--about{align-items:start;gap:32px;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr)}.hero-text h1{font-family:var(--font-serif);font-size:clamp(36px,6vw,54px);font-weight:700;letter-spacing:-.04em;margin:0 0 12px}.hero-text p{color:var(--muted);margin:0 0 18px}.hero-image,.masonry-image,.product-hero-image,.timeline-thumb{background:var(--surface-soft);border:1px solid var(--border);border-radius:0;overflow:hidden}.hero-image{box-shadow:none;width:100%}.hero-image--about{border:none;border-radius:0;box-shadow:none;overflow:visible}.hero-image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.hero-image.hero-image--about img{border-radius:0;height:auto}.about-body{padding-top:6px}.about-body .portable-text{max-width:900px}.blog-grid,.featured-grid,.product-grid,.work-grid{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.blog-card,.feature-card,.work-card{background:var(--surface);border:1px solid var(--border);border-radius:0;display:flex;flex-direction:column;min-height:100%;overflow:hidden;transition:border-color .18s ease,background-color .18s ease,opacity .18s ease}.blog-card:hover,.feature-card:hover,.work-card:hover{background:var(--surface-overlay-hover);border-color:#a04d2259;opacity:.98}.blog-body,.feature-body,.work-content{padding:16px}.feature-body{display:flex;flex:1;flex-direction:column}.feature-body .arrow-link{margin-top:auto}.blog-thumb,.feature-thumb,.work-thumb{aspect-ratio:4/3;background:var(--surface-soft);overflow:hidden}.blog-thumb img,.feature-thumb img,.work-thumb img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.eyebrow,.muted,.page-eyebrow{margin:0 0 10px}.muted{color:var(--muted);font-family:var(--font-sans);font-size:15px;line-height:1.7}.blog-title,.card-meta,.card-title{margin:0 0 8px}.card-note{color:var(--muted);font-family:var(--font-sans);font-size:13px;line-height:1.6;margin:0}.arrow-link,.back-link{align-items:center;border-bottom:1px solid transparent;color:var(--accent);display:inline-flex;font-size:12px;gap:8px;line-height:1.2;padding-bottom:2px;transition:color .18s ease,border-color .18s ease,opacity .18s ease}.arrow-link:focus-visible,.arrow-link:hover,.back-link:focus-visible,.back-link:hover{border-color:currentColor;opacity:.92}.back-link{margin-bottom:12px}.badge,.pill,.product-chip,.shop-product-card__badge{align-items:center;border-radius:999px;display:inline-flex;font-family:var(--font-sans);font-size:10px;font-weight:400;letter-spacing:.14em;text-transform:uppercase}.badge,.pill{background:#e9e8ddb8;border:1px solid var(--border-soft);color:var(--text);gap:6px;line-height:1.2;padding:4px 10px}.pill--soft{background:var(--surface-overlay-tonal)}.pill--light{background:var(--surface-overlay)}.pill--status{border-color:#a04d2238;color:var(--accent)}.filter{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 18px}.filter select{background:var(--surface);border:1px solid var(--border);border-radius:0;color:var(--text);font-size:12px;min-width:200px;padding:10px 12px}.arrow-link:after{content:"→";font-size:14px}.cta-banner{align-items:center;background:var(--surface-soft);border:1px solid var(--border);border-radius:0;display:grid;gap:16px 24px;grid-template-columns:minmax(0,1fr) auto;margin-top:28px;padding:24px}.cta-banner .muted{line-height:1.7;margin:0}.cta-button{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--accent);border:1px solid var(--accent);border-radius:0;color:var(--text-inverse);cursor:pointer;display:inline-flex;font-size:12px;gap:8px;justify-content:center;letter-spacing:.08em;line-height:1;min-height:45px;padding:12px 18px;position:relative;text-decoration:none;transition:color .16s ease,background-color .16s ease,border-color .16s ease,opacity .16s ease;white-space:nowrap}.cta-button:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:var(--text-inverse);opacity:.96}.cta-button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.cta-button:disabled,.cta-button[aria-disabled=true]{cursor:not-allowed;opacity:.45}.cta-button--split-accent-edge{background:transparent;border-color:#5f5e5e3d;color:var(--text);gap:10px;justify-content:space-between;padding-left:18px}.cta-button--split-accent-edge:before{background:var(--accent);bottom:0;content:"";left:0;position:absolute;top:0;width:6px}.cta-button--split-accent-edge:after{content:"→";font-size:14px;line-height:1;transform:translateY(-1px);transition:transform .16s ease}.cta-button--split-accent-edge:hover{background:#fdfbf699;color:var(--text)}.cta-button--split-accent-edge:hover:after{transform:translate(2px,-1px)}.cta-button--split-accent-edge:disabled,.cta-button--split-accent-edge[aria-disabled=true]{opacity:.45}.cta-button--workshop-register{font-size:10px;letter-spacing:.18em;padding:13px 16px;width:100%}.button-spinner{animation:spin .8s linear infinite;border:2px solid hsla(0,0%,100%,.55);border-radius:999px;border-top:2px solid var(--text-inverse);height:14px;width:14px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.section{margin:0 auto;max-width:var(--max-width)}.section-title{margin:0 0 12px}.section-title--compact{font-size:clamp(22px,3vw,28px);letter-spacing:-.02em;line-height:1.08;margin:0}.split{align-items:start;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.meta{display:flex;flex-wrap:wrap;gap:10px 18px;margin:10px 0 18px}.list-inline{color:var(--muted);display:flex;gap:10px;list-style:none;margin:0;padding:0}.list-inline--wrap{flex-wrap:wrap}.detail-header,.section--compact-bottom{margin-bottom:18px}.section--spaced-bottom{margin-bottom:24px}.section--top-gap{margin-top:24px}.section--pad-bottom{padding:0 0 16px}.section--pad-none{padding:0}.grid-top-gap{margin-top:12px}.gallery-stack{display:grid;gap:12px}.site-footer{background:var(--surface-footer);border-top:1px solid var(--border);padding:18px 24px 28px}.footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;margin:0 auto;max-width:var(--max-width)}.footer-title{font-family:var(--font-serif);font-size:22px;font-weight:500;letter-spacing:-.03em;margin:0}.footer-link{color:var(--muted);display:block;margin:3px 0}.footer-contact{text-align:right}.portable-text{color:var(--text);display:grid;font-size:17px;gap:14px;line-height:1.7}.portable-text>*{margin:0}.pt-h1,.pt-h2,.pt-h3{font-family:var(--font-serif);line-height:1.3;margin:0}.pt-p{margin:0}.pt-quote{border-left:3px solid var(--accent);color:var(--muted);margin:12px 0;padding-left:12px}.pt-link{color:var(--accent);text-decoration:underline}.pt-ol,.pt-ul{color:var(--text);display:grid;gap:8px;margin:0;padding-left:22px}.pt-li{line-height:1.7;margin:0}.pt-strong{font-weight:700}.pt-em{font-style:italic}.pt-figure{margin:12px 0 4px}.pt-image{border:1px solid var(--border);border-radius:12px;display:block;margin:12px 0;max-width:100%}.pt-caption{color:var(--muted);font-size:14px;margin:6px 0 0}.workshop-section-head{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.workshop-confirmed-banner{background:var(--workshop-banner-success);border-radius:12px;margin-bottom:16px;padding:12px 16px}.workshop-confirmed-banner p{margin:0}.workshop-confirmed-banner--error{background:var(--workshop-banner-error)}.workshop-cards{display:grid;gap:18px;margin-top:18px}.workshop-card--past,.workshop-cards--past .workshop-card{background:#f4efe6d1}.workshop-card{background:var(--surface);border:none;border-radius:0;transition:background-color .24s ease,opacity .24s ease}.workshop-card:hover{background:#f6f4ec;opacity:.98}.workshop-card--expanded{background:#f4efe6b8}.workshop-card__row{align-items:center;display:flex;gap:24px;justify-content:space-between;padding:32px}.workshop-card__content{display:grid;flex:1;gap:10px;min-width:0}.workshop-card__eyebrow{font-weight:500;margin:0}.workshop-card__eyebrow--open{color:var(--workshop-status-open)}.workshop-card__eyebrow--soft{color:var(--workshop-status-soft)}.workshop-card__eyebrow--warn{color:var(--workshop-status-warn)}.workshop-card__eyebrow--past{color:var(--workshop-status-past)}.workshop-card__title{color:var(--text);font-family:var(--font-serif);font-size:clamp(28px,4.2vw,34px);font-weight:500;letter-spacing:-.02em;line-height:1.12;margin:0}.workshop-card__aside{align-items:center;display:flex;flex-shrink:0;gap:48px}.workshop-card__date{display:grid;gap:4px;min-width:132px;text-align:right}.workshop-card__date-label{color:#3738317a;font-size:10px;letter-spacing:.15em;margin:0}.workshop-card__date-value{color:var(--text);font-family:var(--font-sans);font-size:17px;font-weight:500;letter-spacing:-.01em;line-height:1.2;margin:0}.workshop-toggle{align-items:center;background:transparent;border:1px solid transparent;color:var(--text);cursor:pointer;display:inline-flex;font-size:12px;gap:8px;line-height:1;margin:0;padding:0 0 2px;transition:color .2s ease,border-color .2s ease;white-space:nowrap}.workshop-toggle__label{display:inline-block}.workshop-toggle:hover{border-bottom-color:currentColor;color:var(--accent)}.workshop-toggle__icon{align-items:center;display:inline-flex;height:18px;justify-content:center;transition:transform .2s ease;width:18px}.workshop-toggle__icon svg{display:block;height:100%;width:100%}.workshop-card:focus-within .workshop-toggle,.workshop-card:hover .workshop-toggle{color:var(--accent)}.workshop-card:focus-within .workshop-toggle__icon,.workshop-card:hover .workshop-toggle__icon,.workshop-toggle:hover .workshop-toggle__icon{transform:translate(2px)}.workshop-card--expanded .workshop-toggle__icon{transform:rotate(90deg)}.workshop-card--expanded .workshop-toggle:hover .workshop-toggle__icon,.workshop-card--expanded:focus-within .workshop-toggle__icon,.workshop-card--expanded:hover .workshop-toggle__icon{transform:rotate(90deg) translateY(-1px)}.workshop-panel__close:focus-visible,.workshop-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.workshop-card__panel-shell{display:grid;grid-template-rows:0fr;transition:grid-template-rows 1.44s cubic-bezier(.16,1,.3,1)}.workshop-card__panel-shell-inner{min-height:0;overflow:hidden}.workshop-card__panel-shell--expanded{grid-template-rows:1fr}.workshop-card__panel{opacity:0;pointer-events:none;transform:translateY(-6px);transition:opacity 1.34s ease,transform .4s cubic-bezier(.16,1,.3,1),visibility .5s linear .7s;visibility:hidden}.workshop-card__panel-shell--expanded .workshop-card__panel{opacity:1;pointer-events:auto;transform:translateY(0);transition-delay:0s;visibility:visible}.workshop-card__panel{background:var(--surface-elevated);border-top:1px solid hsla(33,24%,74%,.8);padding:34px 30px}.workshop-panel__head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between;margin-bottom:20px}.workshop-panel__status{font-size:11px;letter-spacing:.16em;margin:0 0 6px}.workshop-panel__status--open{color:var(--workshop-status-open)}.workshop-panel__status--soft{color:var(--workshop-status-soft)}.workshop-panel__status--warn{color:var(--workshop-status-warn)}.workshop-panel__status--past{color:var(--workshop-status-past)}.workshop-panel__title{color:var(--text);font-family:var(--font-serif);font-size:clamp(36px,6vw,72px);font-weight:400;letter-spacing:-.045em;line-height:.92;margin:0}.workshop-panel__close{background:transparent;border:1px solid var(--border);border-radius:0;color:var(--text);cursor:pointer;font-size:10px;letter-spacing:.16em;padding:8px 14px;transition:background-color .2s ease,border-color .2s ease}.workshop-panel__close:hover{background:var(--surface-overlay-hover);border-color:var(--border-strong)}.workshop-panel__layout{align-items:start;display:grid;gap:24px 36px;grid-template-columns:minmax(280px,470px) minmax(0,1fr)}.workshop-panel__media{display:grid;gap:16px}.workshop-panel__image{aspect-ratio:1/1.414;background:var(--surface-soft);border:1px solid var(--border);border-radius:0;overflow:hidden}.workshop-panel__image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.workshop-panel__image-placeholder{background:linear-gradient(135deg,#efe8dce6,#fbf6efe6);height:100%;width:100%}.workshop-specs{border-top:1px solid var(--border);display:grid;gap:14px 18px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding-top:14px}.workshop-spec{margin:0}.workshop-spec dt{color:var(--muted);font-size:10px;letter-spacing:.17em;margin:0 0 3px;text-transform:uppercase}.workshop-spec dd{color:var(--text);font-size:14px;line-height:1.5;margin:0}.workshop-panel__details{display:grid;gap:18px}.workshop-panel__description h5,.workshop-panel__register h5{color:var(--text);font-family:var(--font-serif);font-size:28px;font-style:italic;font-weight:500;margin:0}.workshop-panel__description{display:grid;gap:12px}.workshop-panel__description p{color:var(--text-soft);line-height:1.76;margin:0}.workshop-panel__lists{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.workshop-list-block{background:var(--surface-elevated);border:1px solid var(--border);border-radius:0;padding:12px 14px}.workshop-list-block__title{color:var(--workshop-status-past);font-size:11px;letter-spacing:.15em;margin:0 0 6px;text-transform:uppercase}.workshop-body-list{color:var(--text);line-height:1.6;margin:0;padding-left:18px}.workshop-panel__register{background:var(--surface-overlay);border:1px solid var(--border);border-radius:0;display:grid;gap:14px;padding:18px 18px 20px}.workshop-panel__register .order-form{gap:12px}.workshop-panel__register .order-field{gap:6px}.workshop-panel__register .order-field>span{color:var(--muted);font-size:10px;letter-spacing:.16em;margin:0;text-transform:uppercase}.workshop-panel__register .order-field input{background:transparent;border:0;border-bottom:1px solid var(--border-strong);border-radius:0;font-size:14px;padding:8px 0 10px}.workshop-panel__register .order-field input:focus{border-bottom-color:var(--accent);outline:none}.workshop-panel__register-actions{display:flex;flex-direction:column;gap:10px}.cta-button--ghost{background:transparent;border:1px solid var(--text);color:var(--text)}.cta-button--ghost:hover{background:#37383114;color:var(--text)}.cta-button--ghost:disabled,.cta-button--ghost[aria-disabled=true]{opacity:.45}.workshop-intro{margin-top:12px;max-width:760px}@media(max-width:1080px){.workshop-panel__layout{grid-template-columns:1fr}}@media(max-width:920px){.workshop-card__row{align-items:flex-start;flex-direction:column}.workshop-card__aside{align-items:center;display:flex;gap:16px;justify-content:space-between;width:100%}.workshop-card__date{min-width:0;text-align:left}}@media(max-width:680px){.workshop-card__row{padding:20px 20px 18px}.workshop-card__title{font-size:clamp(28px,12vw,44px)}.workshop-card__aside{gap:16px;width:100%}.workshop-toggle{font-size:11px}.workshop-card__panel{padding:22px 20px 24px}.workshop-specs{gap:12px;grid-template-columns:1fr}.workshop-panel__description h5,.workshop-panel__register h5{font-size:24px}}.small{font-size:12px;line-height:1.6}.error{color:var(--accent)}.fade-enter-active,.fade-leave-active{transition:opacity .15s ease}.fade-enter-from,.fade-leave-to{opacity:0}.nav-action{align-items:center;color:var(--muted);display:inline-flex;justify-content:center;position:relative;transition:color .22s ease,opacity .22s ease}.nav-action,.nav-action svg{height:18px;width:18px}.nav-action--active,.nav-action:focus-visible,.nav-action:hover{color:var(--accent);opacity:.94}.cart-count{background:var(--accent);border-radius:999px;color:var(--text-inverse);font-family:var(--font-sans);font-size:10px;font-weight:600;height:16px;line-height:16px;min-width:16px;padding:0 4px;position:absolute;right:-10px;text-align:center;top:-8px}.shop-page{margin:0 auto;padding:0 10px 12px;width:min(100%,1440px)}.shop-page__hero{margin-bottom:72px;max-width:780px}.shop-page__kicker{font-size:clamp(40px,7vw,72px);line-height:.95;margin:0 0 10px}.shop-page__kicker,.shop-page__title{font-family:var(--font-serif);letter-spacing:-.04em}.shop-page__title{font-size:28px;font-style:italic;font-weight:700;line-height:.86;margin:0;max-width:840px}.shop-page__description{color:#373831a8;font-size:13px;letter-spacing:.01em;margin:18px 0 0;max-width:560px}.shop-page__products{margin:0}.shop-page__grid{display:grid;gap:34px 28px;grid-template-columns:repeat(1,minmax(0,1fr))}.shop-page__empty{color:#373831bd;margin:0}.shop-page__cta-wrap{display:flex;justify-content:center;margin-top:64px}.shop-page__cta{align-items:center;background:transparent;border:1px solid rgba(95,94,94,.24);color:var(--text);display:inline-flex;font-size:12px;justify-content:center;min-width:176px;padding:12px 26px;transition:background-color .2s ease,border-color .2s ease,color .2s ease,opacity .2s ease}.shop-page__cta:focus-visible,.shop-page__cta:hover{background:#fdfbf6b8;border-color:#a04d2273;color:var(--accent);opacity:.96}.shop-product-card{color:inherit;display:block}.shop-product-card__media{aspect-ratio:1;margin-bottom:14px;position:relative}.shop-product-card__media-link{color:inherit;display:block;height:100%;width:100%}.shop-product-card__media img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .35s ease,transform .35s ease;width:100%}.shop-product-card__placeholder{color:#3738319e;display:grid;font-size:12px;height:100%;letter-spacing:.14em;place-items:center;text-transform:uppercase;width:100%}.shop-product-card__quick-add{background:var(--surface-overlay-soft);border:1px solid var(--border-quiet);border-radius:999px;bottom:12px;color:var(--accent);cursor:pointer;display:grid;font-size:20px;height:34px;line-height:1;opacity:0;padding:0;place-items:center;position:absolute;right:12px;transition:opacity .25s ease,background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;width:34px;z-index:1}.shop-product-card:hover .shop-product-card__quick-add,.shop-product-card__quick-add--added,.shop-product-card__quick-add--error,.shop-product-card__quick-add:focus-visible{opacity:1}.shop-product-card__quick-add:focus-visible,.shop-product-card__quick-add:hover{transform:translateY(-1px)}.shop-product-card__quick-add--added{background:#f0f8f3f5;border-color:#2a624559;color:#2a6245}.shop-product-card__quick-add--error{background:#fbf1eaf5;border-color:#a04d225c;color:#9f4d23}@media(hover:none){.shop-product-card__quick-add{opacity:1}}.shop-product-card__badge{background:var(--surface-overlay);border:1px solid var(--border-soft);left:10px;padding:5px 10px;position:absolute;top:10px}.shop-product-card__overlay{background:#3738316b;color:var(--text-inverse);display:grid;font-family:var(--font-sans);font-size:10px;inset:0;letter-spacing:.18em;place-items:center;position:absolute;text-transform:uppercase}.shop-product-card__body{color:inherit;display:grid;gap:7px;text-decoration:none}.shop-product-card__title-row{align-items:baseline;display:flex;gap:8px;justify-content:space-between}.shop-product-card__title{flex:1;font-size:clamp(20px,2.4vw,22px);margin:0;min-width:0;overflow-wrap:anywhere}.shop-product-card__price{color:var(--accent);font-family:var(--font-serif);font-size:18px;font-weight:500;letter-spacing:-.01em;line-height:1;white-space:nowrap}.shop-product-card__meta{color:var(--muted);margin:0}.shop-product-card__colors{align-items:center;display:flex;gap:5px;padding-top:1px}.color-swatch,.shop-product-card__swatch{border:1px solid rgba(95,94,94,.18);border-radius:999px;box-shadow:inset 0 0 0 1px #ffffff8c;display:inline-flex;height:16px;width:16px}.shop-product-card__swatch{height:8px;width:8px}.shop-product-card__more-colors{color:#5f5e5eb3;font-size:10px}.shop-product-card--sold .shop-product-card__media img{filter:grayscale(.64)}.exhibitions-page__section{margin-bottom:104px}.exhibitions-page__section-head{align-items:center;display:flex;gap:18px;margin-bottom:38px}.exhibitions-page__section-title{color:var(--accent);margin:0;white-space:nowrap}.exhibitions-page__rule{background:#5f5e5e38;height:1px;width:100%}.upcoming-list{display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.upcoming-card{background:var(--surface-elevated);border:1px solid var(--border);padding:20px}.featured-item__eyebrow,.upcoming-card__status{color:var(--accent);margin:0 0 10px}.archive-card__title,.upcoming-card__title{font-family:var(--font-serif);font-size:clamp(24px,3vw,36px);font-weight:500;letter-spacing:-.02em;line-height:1.02;margin:0 0 10px}.archive-card__title a,.featured-item__title a,.upcoming-card__title a{color:inherit}.archive-card__meta,.featured-item__meta,.upcoming-card__meta{color:var(--muted);margin:0}.archive-card__summary,.upcoming-card__summary{color:var(--text-soft);font-size:14px;line-height:1.7;margin:12px 0 0}.upcoming-empty{padding:4px 0}.upcoming-empty__title{color:var(--muted);font-size:15px;font-style:italic;line-height:1.6;margin:0}.featured-list{display:grid;gap:72px}.featured-item{align-items:center;display:grid;gap:clamp(24px,4.8vw,70px);grid-template-columns:minmax(0,320px) minmax(0,1fr)}.featured-item--flip{grid-template-columns:minmax(0,1fr) minmax(0,320px)}.featured-item--flip .featured-item__media{order:2}.featured-item--flip .featured-item__content{order:1}.archive-card__media,.featured-item__media{aspect-ratio:1/1.414;background:#e9e8dd80;border:1px solid var(--border);display:block;overflow:hidden;position:relative}.archive-card__media img,.featured-item__media img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;transition:opacity .35s ease,transform .35s ease;width:100%}.archive-card__placeholder,.featured-item__placeholder{background:linear-gradient(180deg,#fdfbf680,#e9e8ddb3),repeating-linear-gradient(45deg,hsla(60,4%,49%,.06) 0 8px,transparent 8px 16px);height:100%;width:100%}.featured-item__title{color:var(--text);font-family:var(--font-serif);font-size:clamp(34px,5vw,56px);font-weight:700;letter-spacing:-.03em;line-height:.95;margin:0 0 12px}.featured-item__meta{display:grid;gap:4px;margin-bottom:14px}.featured-item__meta p{margin:0}.featured-item__summary{margin:0;max-width:680px}.archive-grid{display:grid;gap:36px 28px;grid-template-columns:repeat(1,minmax(0,1fr));margin-top:54px}.archive-card__meta{margin:0 0 10px}.masonry-page{padding-bottom:24px}.masonry-header{margin-bottom:28px;max-width:760px}.masonry-back-link{align-items:center;border-bottom:1px solid transparent;color:var(--muted);display:inline-flex;font-size:10px;letter-spacing:.18em;margin-bottom:14px;padding-bottom:2px}.masonry-back-link:hover{border-color:currentColor;color:var(--accent)}.masonry-title{font-family:var(--font-serif);font-size:clamp(38px,6.2vw,62px);font-weight:700;letter-spacing:-.045em;line-height:.95;margin:0 0 12px}.masonry-summary{color:var(--muted);margin:0;max-width:660px}.masonry-filters{border-bottom:1px solid rgba(95,94,94,.18);display:flex;flex-wrap:wrap;gap:8px 18px;margin-bottom:24px;padding-bottom:10px}.masonry-filter{align-items:center;color:var(--muted);display:inline-flex;font-size:10px;letter-spacing:.17em;transition:color .15s ease}.masonry-filter--active,.masonry-filter:hover{color:var(--accent)}.masonry-grid{-moz-column-count:1;column-count:1;-moz-column-gap:22px;column-gap:22px}.masonry-item{display:inline-block;width:100%;-moz-column-break-inside:avoid;break-inside:avoid;color:inherit;margin-bottom:28px}.masonry-image{margin-bottom:12px}.masonry-image img{display:block;height:auto;transition:opacity .3s ease,transform .3s ease;width:100%}.masonry-image-placeholder{aspect-ratio:4/3;background:linear-gradient(145deg,#f2e9dee6,#ece2d4e6);width:100%}.masonry-copy{display:grid;gap:4px}.masonry-item-title{font-size:clamp(24px,2.8vw,30px);margin:0}.masonry-item-summary{color:var(--muted);font-size:14px;line-height:1.6;margin:0}.masonry-item-meta{align-items:center;color:var(--muted);display:flex;gap:10px;margin:4px 0 0}.masonry-item-meta span{display:inline-flex}.masonry-item-meta span+span:before{content:"·";margin-right:10px}.color-swatch--lg{height:22px;width:22px}.product-colors{display:grid;gap:6px}.color-options{display:flex;flex-wrap:wrap;gap:8px}.color-option{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:0;cursor:pointer;display:inline-flex;gap:8px;padding:8px 12px;transition:border-color .12s ease,background-color .12s ease,opacity .12s ease}.color-option--active,.color-option:hover{border-color:var(--accent)}.color-option--active{background:var(--surface-overlay-tonal)}.color-option:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.color-option__label{font-family:var(--font-sans);font-size:12px;line-height:1.4}.product-chip{background:var(--surface-overlay);border:1px solid var(--border-quiet);color:var(--text);left:10px;padding:5px 10px;position:absolute;top:10px}.product-chip--sold{background:#a04d22eb;border-color:#a04d22eb;color:var(--text-inverse)}.product-chip--muted{background:var(--surface-overlay-tonal);color:var(--text)}.product-detail{align-items:start;display:grid;gap:18px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.product-gallery{display:grid;gap:12px}.product-hero-image{position:relative}.product-hero-image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-chip-wrap{display:flex;gap:8px;left:12px;position:absolute;top:12px}.product-gallery__controls{background:var(--surface-overlay-soft);bottom:12px;gap:12px;left:50%;min-height:46px;padding:8px 12px;position:absolute;transform:translate(-50%)}.gallery-btn,.product-gallery__controls{align-items:center;border:1px solid var(--border);border-radius:0;display:inline-flex;justify-content:center}.gallery-btn{background:var(--surface);cursor:pointer;font-weight:700;height:36px;line-height:1;min-width:36px;padding:0 10px 5px}.product-gallery__controls .muted{align-items:center;display:inline-flex;line-height:1;margin:0}.product-thumbs{display:flex;flex-wrap:wrap;gap:10px}.product-thumb-btn{aspect-ratio:4/3;background:transparent;border:1px solid var(--border);border-radius:0;cursor:pointer;overflow:hidden;padding:0;width:96px}.product-thumb-btn--active{border-color:var(--accent)}.product-thumb-btn img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-info{display:grid;gap:12px}.product-price-large{align-items:center;display:flex;font-family:var(--font-serif);font-size:26px;font-weight:500;gap:12px;letter-spacing:-.02em;line-height:1.1}.product-stock{color:var(--muted)}.product-stock--low{color:var(--accent)}.product-quantity{align-items:center;display:flex;gap:10px}.product-quantity input{background:var(--surface);border:1px solid var(--border);border-radius:0;font-weight:600;padding:10px 12px;width:90px}.product-cta{display:grid;gap:8px}.cart-color{align-items:center;display:inline-flex;gap:6px}.product-description{background:var(--surface-elevated-soft);border:1px solid var(--border);border-radius:0;padding:16px}.cart-grid{align-items:start;display:grid;gap:18px;grid-template-columns:2fr 1fr}.cart-item,.cart-list{display:grid;gap:12px}.cart-item{background:var(--surface-elevated);border:1px solid var(--border);border-radius:0;grid-template-columns:140px 1fr;padding:12px}.cart-item--compact{grid-template-columns:100px 1fr}.cart-thumb{align-items:center;background:var(--surface-soft);border-radius:0;display:flex;height:100%;justify-content:center;min-height:140px;overflow:hidden;width:100%}.cart-thumb img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.cart-body{display:grid;gap:6px}.cart-row{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.cart-title{font-size:22px;margin:0}.link-button{background:none;border:none;color:var(--accent);cursor:pointer;font-size:12px}.cart-qty{display:grid;gap:4px}.cart-qty input{background:var(--surface);border:1px solid var(--border);border-radius:0;font-weight:600;padding:8px 10px;width:90px}.cart-pricing{align-items:flex-end;display:flex;flex-direction:column;gap:4px}.cart-summary{background:var(--surface-summary);border:1px solid var(--border);border-radius:0;display:grid;gap:10px;padding:16px;position:sticky;top:calc(var(--header-offset) + 12px)}.cart-summary__divider{border-top:1px dashed var(--border);margin:4px 0}.cart-summary__title{font-family:var(--font-serif);font-size:22px;font-weight:500;letter-spacing:-.02em;margin:0}.archive-card__media:focus-visible img,.archive-card__media:hover img,.featured-item__media:focus-visible img,.featured-item__media:hover img,.masonry-item:hover .masonry-image img,.shop-product-card:hover .shop-product-card__media img{opacity:.96;transform:scale(1.015)}.order-form{display:grid;gap:10px}.order-field{display:grid;gap:4px}.order-field input,.order-field textarea{background:var(--surface);border:1px solid var(--border);border-radius:0;color:var(--text);font-family:inherit;font-size:14px;padding:10px 12px;width:100%}.order-field textarea{min-height:90px;resize:vertical}.cart-summary__row{align-items:center;display:flex;font-weight:700;justify-content:space-between}.cart-summary__row--total{font-size:18px}.empty-state{align-items:center;border:1px dashed var(--border);border-radius:0;display:grid;gap:10px;max-width:520px;padding:18px}.checkout-grid{align-items:start;display:grid;gap:16px;grid-template-columns:2fr 1fr}.checkout-list{display:grid;gap:10px}.checkout-success-actions{display:flex;flex-wrap:wrap;gap:10px}@media(min-width:720px){.shop-page{padding-inline:14px}.shop-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.masonry-grid{-moz-column-count:2;column-count:2}}@media(min-width:1024px){.archive-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1080px){.shop-page{padding-inline:20px}.shop-page__grid{grid-template-columns:repeat(4,minmax(0,1fr))}.masonry-grid{-moz-column-count:3;column-count:3;-moz-column-gap:28px;column-gap:28px}.masonry-item{margin-bottom:34px}}@media(max-width:1000px){.featured-item,.featured-item--flip{gap:20px;grid-template-columns:minmax(0,1fr)}.featured-item--flip .featured-item__content,.featured-item--flip .featured-item__media{order:0}}@media(max-width:720px){.page-hero{margin-bottom:64px}.page-hero__title{letter-spacing:-.04em}.exhibitions-page__section{margin-bottom:82px}.featured-list{gap:54px}}@media(max-width:768px){.hero{margin-top:4px}.cta-banner{grid-template-columns:1fr}.cta-button{width:100%}.footer-contact{text-align:left}.product-detail{grid-template-columns:1fr}.product-gallery__controls{justify-content:center;margin-top:10px;position:static;transform:none;width:100%}.cart-grid,.cart-item,.checkout-grid{grid-template-columns:1fr}.cart-summary{position:static}.timeline{gap:10px}.timeline:before{left:9px}.timeline-card{grid-template-columns:1fr;padding-left:14px}.timeline-marker{display:none}}
