@font-face{font-family:PPMori;src:url(/assets/potterywebsitefont/PPMori-Extralight.otf)format("opentype");font-weight:200;font-style:normal}@font-face{font-family:PPMori;src:url(/assets/potterywebsitefont/PPMori-ExtralightItalic.otf)format("opentype");font-weight:200;font-style:italic}@font-face{font-family:PPMori;src:url(/assets/potterywebsitefont/PPMori-Regular.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:PPMori;src:url(/assets/potterywebsitefont/PPMori-RegularItalic.otf)format("opentype");font-weight:400;font-style:italic}@font-face{font-family:PPMori;src:url(/assets/potterywebsitefont/PPMori-SemiBold.otf)format("opentype");font-weight:600;font-style:normal}@font-face{font-family:PPMori;src:url(/assets/potterywebsitefont/PPMori-SemiBoldItalic.otf)format("opentype");font-weight:600;font-style:italic}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f4ef;--ink:#1a1a1a;--ink-soft:#45433e;--ink-muted:#7a7570;--border:#e2ddd7;--accent:#1a1a1a;--hero-bg:#e0e8d5;--font:"PPMori", system-ui, sans-serif;--body-font:"Inter", system-ui, sans-serif}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--ink);font-family:var(--body-font);-webkit-font-smoothing:antialiased;font-weight:400}header{z-index:100;position:sticky;top:0}nav{border-bottom:none;align-items:stretch;min-height:48px;display:flex}.nav-left{background:var(--hero-bg);flex:0 0 40%;align-items:center;padding-left:1rem;display:flex}.nav-right{background:#fff;flex:1;justify-content:flex-end;align-items:center;gap:2rem;padding-right:1rem;display:flex}.wordmark{color:var(--ink);font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;align-items:center;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:600;line-height:1;text-decoration:none;display:flex}.nav-link{font-family:var(--font);color:var(--ink);letter-spacing:.01em;font-size:clamp(1rem,1.6vw,1.375rem);font-weight:600;text-decoration:none;transition:opacity .2s}.nav-link:hover{opacity:.55}.hero{background:var(--hero-bg)}.hero-head{flex-direction:column;justify-content:flex-end;width:100%;min-height:58vh;padding:clamp(2.5rem,6vw,4.5rem) 1rem clamp(1rem,2.5vw,1.75rem);display:flex}.hero-headrow{flex-wrap:nowrap;align-items:flex-end;gap:.5rem 1.25rem;display:flex}.hero-title{font-family:var(--font);letter-spacing:-.025em;color:var(--ink);flex:none;font-size:clamp(2.75rem,9vw,7rem);font-weight:400;line-height:.98}.hero-updated{text-align:right;letter-spacing:0;min-width:0;color:var(--ink-muted);flex:0 auto;margin-left:auto;padding-bottom:.4rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.625rem;line-height:1.4}.hero-updated span{white-space:nowrap}.hero-band{grid-template-columns:1.45fr 1fr;align-items:start;gap:0;width:100%;display:grid}.hero-frame{background:var(--border);height:50vh;overflow:hidden}.hero-frame--wide{height:90vh}.hero-frame img{object-fit:cover;width:100%;height:100%;display:block}.hero-aside{flex-direction:column;align-self:stretch;gap:0;display:flex}.hero-note{background:var(--bg);flex:1;padding:1rem}.hero-note-body{color:var(--ink);font-size:clamp(1.125rem,1.8vw,1.75rem);font-weight:400;line-height:1.5}.filters{border-top:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink);justify-content:flex-start;width:100%;margin:0 0 3rem;padding-left:1rem;display:flex}.filter-btn{border:none;border-right:1px solid var(--border);font-family:var(--font);color:var(--ink-muted);cursor:pointer;letter-spacing:.04em;white-space:nowrap;background:0 0;flex:none;padding:.75rem 1.5rem;font-size:clamp(1.25rem,2.8vw,2.5rem);font-weight:600;transition:color .15s}.filter-btn:first-child{padding-left:0}.filter-btn:last-child{border-right:none}.filter-btn:hover,.filter-btn.active{color:var(--ink)}.product-grid{flex-direction:column;gap:8vh;padding:0 1rem 6rem;display:flex}.product-row{flex-direction:row;align-items:flex-start;gap:2rem;display:flex}.product-row--pair .product-card{flex:1 1 0;width:auto;min-width:0;margin-left:0!important}.product-card{background:var(--border);border-radius:2px;flex-direction:column;display:flex;overflow:hidden}.product-card--large{width:45vw}.product-card--medium{width:33vw}.product-card--small{width:22vw}.product-card--right{margin-left:auto}.product-card .img-wrap{aspect-ratio:5/6;max-height:80vh;overflow:hidden}.sold-gallery .img-wrap{aspect-ratio:4/5;width:100%;position:relative;overflow:hidden}.sold-gallery .img-wrap img{object-fit:cover;width:100%;height:100%;display:block}.product-card .img-wrap img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94);display:block}.product-card:hover .img-wrap img{transform:scale(1.04)}.product-card .item-meta{background:var(--bg);border-top:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:.75rem;padding:clamp(.75rem,1.2vw,1.25rem) 1rem;display:flex}.product-card .item-info{flex-direction:column;gap:.2rem;min-width:0;display:flex}.product-card .item-actions{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.25rem;display:flex}.item-title{font-family:var(--font);color:var(--ink);font-size:clamp(1.125rem,1.8vw,1.875rem);font-weight:500;line-height:1.2}.item-note{font-family:var(--font);color:var(--ink-muted);font-size:clamp(.8rem,1vw,1.125rem);font-weight:200;line-height:1.4}.price{font-family:var(--font);color:var(--ink);font-size:clamp(1.125rem,1.8vw,1.875rem);font-weight:400}.inquire{font-family:var(--font);color:var(--ink-muted);font-size:clamp(.8rem,1vw,1.125rem);font-weight:400;text-decoration:none;transition:color .15s}.inquire:hover{color:var(--ink)}@media (width<=640px){.product-card--large,.product-card--medium,.product-card--small{width:100%;margin-left:0!important}.product-row{flex-direction:column}.product-grid{gap:3rem}}.sold-section{width:100%;margin:0;overflow:hidden}.sold-toggle{border:none;border-top:1.5px solid var(--ink);border-bottom:1.5px solid var(--ink);width:100%;font-family:var(--font);letter-spacing:.04em;color:var(--ink-muted);cursor:pointer;background:0 0;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:clamp(1.25rem,2.8vw,2.5rem);font-weight:600;transition:color .15s;display:flex}.sold-toggle:hover{color:var(--ink)}.sold-toggle[aria-expanded=true]{color:var(--ink);border-bottom-color:#0000}.sold-toggle-icon{font-size:1.25em;line-height:1;transition:transform .2s}.sold-toggle[aria-expanded=true] .sold-toggle-icon{transform:rotate(45deg)}.sold-gallery{border-top:1.5px solid var(--ink);box-sizing:border-box;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%;margin-top:0;padding:1rem 1rem 0;display:grid}.sold-gallery[hidden]{display:none}.sold-gallery .item{background:0 0;grid-area:span 1/span 1;min-height:clamp(220px,30vh,340px)}.sold-gallery .item-meta{background:0 0;border-top-color:#1a1a1a26}.status-badge{color:var(--bg);letter-spacing:.08em;text-transform:uppercase;background:#1a1a1acc;padding:.375rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:.75rem;right:.75rem}@media (width<=1024px){.sold-gallery{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.sold-section{margin-left:0;margin-right:0}.sold-gallery{grid-template-columns:repeat(2,1fr)}}footer{background:var(--hero-bg);flex-direction:column;min-height:60vh;margin-top:4rem;display:flex;overflow:hidden}.footer-info{color:var(--ink-soft);justify-content:space-between;align-items:center;margin-top:auto;padding:1.25rem 1rem;font-size:clamp(.8125rem,1vw,1rem);display:flex}.footer-info a{color:var(--ink-soft);text-decoration:none;transition:color .15s}.footer-info a:hover{color:var(--ink)}.footer-wordmark{font-family:var(--font);letter-spacing:-.01em;text-transform:uppercase;color:var(--ink);white-space:nowrap;padding:0 .5rem .5rem;font-size:11.5vw;font-weight:600;line-height:.82;display:block}@media (width<=900px){.hero-headrow{flex-wrap:wrap}.hero-updated{white-space:nowrap;flex-basis:100%}}@media (width<=640px){.wordmark{white-space:nowrap;font-size:clamp(.875rem,4vw,1.25rem)}.hero-head{min-height:52vh;padding-left:1rem;padding-right:1rem}.hero-headrow{flex-direction:column;align-items:flex-start;gap:.75rem}.hero-title{white-space:normal;letter-spacing:-.02em;flex:none;min-width:0;max-width:100%;font-size:clamp(2rem,8.5vw,3rem)}.hero-updated{text-align:left;white-space:nowrap;margin-left:0}.hero-band{grid-template-columns:1fr}.hero-frame{height:50vh}.hero-frame--wide{height:70vh}.filters{margin:0 0 1.5rem;padding-left:1rem}.filter-btn{padding:.75rem 1rem;font-size:clamp(1.1rem,5vw,1.5rem)}.sold-section{width:100%;max-width:100vw;overflow:hidden}.sold-gallery{box-sizing:border-box;grid-template-columns:1fr;gap:1rem;width:100%;padding:1rem}}
