:root{color-scheme:light;--ink:#28221f;--muted:#625955;--rose:#f4e2e0;--gold:#b18432;--paper:#fcfaf7;--line:rgba(40,34,31,.18);--display:"Playfair Display",Georgia,serif;--sans:"DM Sans",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{color:inherit;font:inherit}img{max-width:100%}
.site-header{height:84px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;gap:30px;background:#fff9f8;border-bottom:1px solid var(--line);position:relative;z-index:5}.wordmark{display:inline-flex;flex:0 0 auto;align-items:center}.wordmark img{display:block;width:150px;height:75px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:clamp(18px,2.5vw,42px)}.main-nav a,.bag-link{font-size:14px}.main-nav a:hover,.bag-link:hover,.site-footer a:hover{color:#8a6627}.bag-link{border-bottom:1px solid var(--gold);padding-bottom:5px;white-space:nowrap}.menu-toggle{display:none;border:0;padding:10px;background:transparent;cursor:pointer}.menu-toggle i{display:block;width:25px;height:2px;background:var(--ink);margin:5px 0}
.hero{min-height:530px;padding:48px 8vw;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4vw;overflow:hidden;background:var(--rose)}.hero-copy{max-width:540px}.eyebrow{color:#725d50;font-size:13px;font-weight:700;letter-spacing:.12em;line-height:1.5}h1,h2{font-family:var(--display);font-weight:500;letter-spacing:-.04em}h1{margin:22px 0 20px;font-size:clamp(54px,6vw,82px);line-height:1.05}h1 em,h2 em{color:#8d655b;font-weight:500}.hero-copy p{max-width:390px;margin:0 0 28px;color:#514944;font-size:17px;line-height:1.55}.button{display:inline-flex;align-items:center;justify-content:center;padding:15px 24px;font-size:15px;font-weight:600}.button-dark{color:#fffaf6;background:var(--ink);transition:background .2s}.button-dark:hover{background:#4a3930}.hero-art{height:430px;position:relative}.hero-frame{position:absolute;overflow:hidden;background:#edcfca;box-shadow:0 22px 55px rgba(80,53,43,.16)}.hero-frame img{display:block;width:100%;height:100%;object-fit:cover}.frame-back{width:min(39%,220px);height:72%;left:8%;top:16%;transform:rotate(-8deg)}.frame-front{width:min(52%,306px);height:90%;right:7%;top:3%;transform:rotate(4deg);border:7px solid rgba(255,252,248,.85)}
.shop-section{padding:78px 7.5vw 76px}.section-heading{margin-bottom:30px}.section-heading h2{margin:0;font-size:clamp(38px,4vw,54px);line-height:1.13}.filters{display:flex;align-items:center;gap:28px;padding:16px 0;margin-bottom:22px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);overflow-x:auto}.filter{flex:0 0 auto;padding:3px 0;border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:14px}.filter.is-active{color:var(--ink);text-decoration:underline;text-decoration-color:var(--gold);text-underline-offset:6px}.filter span{margin-left:6px;color:#85682f}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:20px;row-gap:38px}.product-card{min-width:0}.product-visual{display:block;position:relative;aspect-ratio:.86;background:#f1e7e2;overflow:hidden}.product-card[data-category="Objects"] .product-visual{background:#f5eee9}.product-visual img{width:100%;height:100%;padding:15px;display:block;object-fit:contain;transition:transform .3s}.product-card:hover .product-visual img{transform:scale(1.04)}.product-meta{display:flex;align-items:start;justify-content:space-between;gap:10px;padding:13px 1px 0}.product-name{margin:0;font-family:var(--display);font-size:17px;font-weight:500;line-height:1.3}.product-price{padding-top:2px;color:#4b403b;font-size:14px;white-space:nowrap}.product-cta{display:inline-block;margin:10px 0 0 1px;padding-bottom:4px;border-bottom:1px solid var(--gold);font-size:14px}.show-more{display:block;min-width:190px;margin:45px auto 0;padding:13px 20px;border:1px solid var(--ink);background:transparent;cursor:pointer;font-size:14px}.show-more:hover{background:var(--ink);color:white}.show-more[hidden]{display:none}.shop-foot{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:43px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted);font-size:14px;line-height:1.5}.shop-foot a{color:var(--ink);border-bottom:1px solid var(--gold);padding-bottom:4px;white-space:nowrap}.site-footer{min-height:110px;padding:20px 5vw;display:flex;align-items:center;justify-content:space-between;gap:24px;background:#fff9f8;color:var(--ink);border-top:1px solid var(--line)}.footer-mark img{width:150px;height:75px}.site-footer>a:last-child{border-bottom:1px solid var(--gold);padding-bottom:5px;font-size:14px}:focus-visible{outline:2px solid var(--gold);outline-offset:4px}
@media(max-width:950px){.site-header{gap:15px}.wordmark img{width:135px;height:auto}.main-nav{gap:14px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{padding:40px 6vw}.hero-art{height:370px}.shop-section{padding:65px 6vw}}
@media(max-width:650px){.site-header{height:64px;padding:0 5vw}.wordmark img{width:112px;height:auto}.bag-link{display:none}.menu-toggle{display:block}.main-nav{display:none;position:absolute;top:63px;left:0;right:0;padding:18px 6vw 24px;background:#fff9f8;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start;gap:19px}.main-nav.is-open{display:flex}.main-nav a{font-size:16px}.hero{min-height:auto;padding:34px 7vw 29px;display:flex;flex-direction:column;align-items:stretch;gap:0}.eyebrow{font-size:12px}h1{margin:13px 0 14px;font-size:clamp(48px,13vw,66px)}.hero-copy p{font-size:16px;margin-bottom:21px}.button{width:100%;min-height:48px}.hero-art{height:245px;width:min(100%,420px);margin:18px auto 0}.frame-back{width:35%;height:80%;left:13%;top:12%}.frame-front{width:47%;height:95%;right:11%;top:1%;border-width:5px}.shop-section{padding:49px 5vw 55px}.section-heading{margin-bottom:24px}.section-heading h2{font-size:clamp(34px,9vw,42px)}.filters{gap:20px;margin-bottom:20px;padding:14px 0}.filter{font-size:14px}.product-grid{gap:27px 12px}.product-visual{aspect-ratio:.82}.product-visual img{padding:10px}.product-meta{display:block;padding-top:10px}.product-name{font-size:15px}.product-price{display:block;margin-top:4px;font-size:14px}.product-cta{font-size:14px;margin-top:8px}.shop-foot{display:block;font-size:14px}.shop-foot a{display:inline-block;margin-top:14px}.site-footer{min-height:96px;padding:20px 6vw}.footer-mark img{width:112px;height:auto}}
@media(max-width:360px){.hero-art{height:210px}.product-name{font-size:14px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
.site-footer{display:block;padding:19px 5vw 22px}.footer-main,.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-bottom{border-top:1px solid var(--line);padding-top:18px;color:var(--muted);font-size:13px;line-height:1.5}
@media(max-width:650px){.site-footer{padding:14px 6vw 22px}.footer-bottom{align-items:flex-start;flex-direction:column;gap:3px;padding-top:15px;font-size:13px}}
.bag-link{background:transparent;border:0;border-bottom:1px solid var(--gold);padding:0 0 5px;cursor:pointer}.product-visual{width:100%;border:0;padding:0;cursor:pointer;text-align:left}.product-cta{background:transparent;border:0;border-bottom:1px solid var(--gold);padding:0 0 4px;cursor:pointer}.shop-status{color:var(--muted);font-size:15px}.shop-status[hidden],.form-error[hidden],#retry-shop[hidden]{display:none}.form-error{color:#a52f2f;font-size:14px;line-height:1.5}
.shop-dialog{position:fixed;max-height:min(88vh,900px);width:min(850px,calc(100vw - 24px));padding:28px;border:1px solid var(--line);background:var(--paper);color:var(--ink);box-shadow:0 20px 80px #241c1880}.shop-dialog::backdrop{background:#211d1bb0}.dialog-close{position:absolute;top:12px;right:15px;width:36px;height:36px;border:0;background:transparent;font-size:26px;cursor:pointer;z-index:1}.detail-layout{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:start}.detail-media{aspect-ratio:1;background:#f1e7e2}.detail-media img{width:100%;height:100%;object-fit:contain}.detail-body{padding:28px 14px 10px 0}.detail-body h2,.cart-dialog h2{margin:0 0 15px;font-size:clamp(30px,3vw,44px);line-height:1.14}.detail-price{margin:0 0 25px;font-size:19px}.detail-option{display:block;margin:18px 0;font-size:14px;font-weight:600}.detail-option select{display:block;width:100%;min-height:44px;margin-top:8px;padding:8px 12px;background:white;border:1px solid var(--line);font:inherit;font-weight:400;color:var(--ink)}.detail-body .button{width:100%;margin-top:16px;border:0;cursor:pointer}.button:disabled{opacity:.55;cursor:not-allowed}
.cart-dialog{width:min(520px,calc(100vw - 24px));padding:32px}.cart-items{padding:0;margin:20px 0;list-style:none;max-height:45vh;overflow:auto}.cart-item{display:flex;justify-content:space-between;gap:14px;padding:16px 0;border-bottom:1px solid var(--line);font-size:14px}.cart-item strong{display:block;font-weight:600}.cart-item span,.cart-item small{display:block;margin-top:4px;color:var(--muted)}.cart-summary{display:flex;justify-content:space-between;border-top:1px solid var(--ink);padding:17px 0;font-size:16px}.cart-note{font-size:13px;color:var(--muted)}.cart-dialog .button{width:100%;border:0;cursor:pointer}
@media(max-width:650px){.site-header .bag-link{display:inline-block;margin-left:auto;font-size:14px}.shop-dialog{padding:16px}.detail-layout{display:block}.detail-media{height:min(38vh,310px);aspect-ratio:auto}.detail-body{padding:22px 4px 8px}.detail-body h2{font-size:30px}.cart-dialog{padding:25px 19px}.dialog-close{background:var(--paper)}}
.site-header .bag-link{position:relative;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--ink)}
.site-header .bag-link:hover{background:rgba(177,132,50,.1)}
.site-header .bag-link:focus-visible{outline:2px solid var(--gold);outline-offset:2px}
.cart-icon{display:block;width:25px;height:25px}
.cart-count:not(:empty){position:absolute;top:0;right:-3px;display:grid;place-items:center;min-width:18px;height:18px;padding:0 3px;border-radius:10px;background:var(--gold);color:#fff;font-size:11px;font-weight:700;line-height:1}
@media(max-width:650px){.site-header .bag-link{margin-left:auto}}
