*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f5f5f2;color:#253b40;font:16px/1.6 'Segoe UI',Arial,sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:5px}button,a{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit}h1,h2,h3,p{margin:0}h1,h2{font-family:Georgia,serif;font-weight:400;line-height:1.1}h1{font-size:clamp(2.8rem,5.5vw,5.2rem);letter-spacing:-.045em}h2{font-size:clamp(2rem,3vw,2.8rem)}h3{font-size:1.13rem;font-weight:500;line-height:1.4}.demo{background:#e2eaeb;text-align:center;font-size:.8rem;padding:8px 20px}.demo a{margin-left:20px}.site-header{display:flex;align-items:center;justify-content:space-between;padding:26px 6%;border-bottom:1px solid #d7dede}.wordmark{text-decoration:none;letter-spacing:.12em;font:20px Georgia,serif;text-align:center}.wordmark span{display:block;font:10px 'Segoe UI',sans-serif;letter-spacing:.5em;margin-top:9px}.site-header nav{display:flex;gap:8px}nav button{border:0;padding:10px 20px;background:none;color:#53676b;border-radius:40px}nav button.active{background:#397180;color:white}.menu-button{display:none}.intro{padding:60px 6% 54px;background:linear-gradient(90deg,#f3f4f2 32%,#f4f5f145),url('assets/art-background.jpg') center 46%/cover}.eyebrow{font-size:.75rem;letter-spacing:.17em;font-weight:600;color:#397180;margin-bottom:14px}.intro h1{margin-bottom:22px}.intro>p:last-child{max-width:410px;color:#53676b}.catalog{padding:48px 6% 65px}.section-heading{display:flex;justify-content:space-between;gap:30px;align-items:end}.search{font-size:.85rem;min-width:280px}.search input{display:block;width:100%;margin-top:7px;border:1px solid #c9d3d5;border-radius:6px;padding:12px 16px;background:#fff}.filters{display:flex;align-items:center;gap:22px;margin:30px 0}.filters label{font-size:.85rem;color:#53676b}.filters select{display:block;background:none;border:0;border-bottom:1px solid #a8b9bd;padding:5px 22px 5px 0;color:#253b40;max-width:230px}.filters>span{margin-left:auto;color:#687d81;font-size:.85rem}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card{text-align:left;background:none;border:0;padding:0;color:inherit;transition:transform .2s}.product-card:hover{transform:translateY(-5px)}.brand-art,.product-card>img{width:100%;aspect-ratio:1.15;object-fit:contain;background:#e9eded;border-radius:36px 36px 5px 5px}.brand-art{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;background:linear-gradient(140deg,#fdfdfbcc,#e7ebebde),url('assets/art-background.jpg') center/cover}.brand-art>span{font:clamp(1.8rem,3vw,3rem) Georgia,serif;letter-spacing:.03em;color:#243c44}.brand-art small{font-size:.6rem;letter-spacing:.15em;margin-top:18px;color:#647d83}.card-copy{padding:20px 3px}.card-copy .eyebrow{margin-bottom:5px}.card-bottom{display:flex;justify-content:space-between;margin-top:15px;font-size:.9rem}.card-bottom>span:last-child{font-size:1.3rem}.contact{margin:0 6% 60px;padding:38px 42px;background:#397180;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px}.contact .eyebrow{color:#d1e1e4}.contact h2{font-size:2.1rem;margin-bottom:16px}.contact p:last-child{max-width:540px;font-size:.95rem;color:#e0eaed}.button{display:inline-block;background:#397180;color:white;text-decoration:none;border:1px solid transparent;border-radius:5px;padding:13px 21px;text-align:center;cursor:pointer}.contact .button{background:#fff;color:#2c5965;flex-shrink:0}.button[aria-disabled=true]{opacity:.7;cursor:default}.button.secondary{background:none;border-color:#a5b9bf;color:#315e69}footer{border-top:1px solid #d7dede;padding:35px 6%;display:flex;justify-content:space-between;align-items:center;font-size:.8rem;color:#5c7176}dialog{border:0;border-radius:12px;padding:0;max-width:860px;width:90vw;color:inherit;max-height:90vh}dialog::backdrop{background:#142f36a8;backdrop-filter:blur(4px)}.close{position:absolute;right:13px;top:13px;background:white;border:0;border-radius:50%;width:38px;height:38px;z-index:1}#detail-content{display:grid;grid-template-columns:1fr 1fr}#detail-content>.brand-art,#detail-content>img{width:100%;height:100%;min-height:420px;object-fit:contain;border-radius:0}.detail-copy{padding:45px 30px}.detail-copy h2{font-size:2.1rem;margin-bottom:22px}.description{white-space:pre-line}.price{font-size:1.3rem;margin:23px 0 6px}.detail-copy .button{margin-top:22px}.notice{font-size:.9rem;background:#e7edef;padding:14px;margin-top:15px;border-radius:5px}.empty{grid-column:1/-1;padding:45px;background:white;text-align:center}.empty p{margin-top:10px;color:#60777c}
@media(max-width:760px){.demo{font-size:.75rem}.demo a{display:inline-block;margin-left:7px}.site-header{position:relative;padding:22px 6%}.menu-button{display:block;border:0;background:none;color:#397180;font-size:.9rem}.site-header nav{display:none;position:absolute;right:5%;top:80px;z-index:3;background:white;box-shadow:0 8px 30px #1234;border-radius:10px;padding:15px;min-width:200px}.site-header nav.open{display:flex;flex-direction:column}.intro{padding-top:42px;padding-bottom:40px;background-position:60% center}.section-heading{display:block}.search{display:block;margin-top:25px;min-width:0}.filters{gap:15px;flex-wrap:wrap}.filters select{max-width:150px}.filters>span{width:100%;margin:0}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.brand-art{padding:10px;aspect-ratio:1}.brand-art>span{font-size:1.45rem}.brand-art small{font-size:.6rem;letter-spacing:0}.card-copy{padding-top:14px}.card-copy h3{font-size:1rem}.card-bottom{font-size:.8rem}.contact{display:block;padding:28px}.contact .button{margin-top:25px}footer{gap:25px;align-items:start}footer p{max-width:150px}#detail-content{display:block}#detail-content>.brand-art,#detail-content>img{min-height:220px;max-height:300px}.detail-copy{padding:26px} }
/* Public catalog navigation remains separate from the administration layout. */
.public-catalog{--catalog-rail-space:300px;padding-right:var(--catalog-rail-space);min-height:100vh;isolation:isolate;background:#dededd}
/* Keep the full artwork fixed and proportional within the catalog reading area. */
.public-catalog::before{content:"";position:fixed;inset:0 var(--catalog-rail-space) 0 0;z-index:-1;pointer-events:none;background:#dededd url('assets/catalog-background.jpg') center/contain no-repeat}
.public-catalog .site-header>.wordmark{color:#bb924e}
.public-catalog .intro{background:none}
.public-catalog .empty{background:rgb(255 255 255 / 75%)}
@media(min-width:761px) and (max-width:1050px){.public-catalog{--catalog-rail-space:254px}}
@media(max-width:760px){.public-catalog{--catalog-rail-space:0px}}
.catalog-sidebar{position:fixed;right:14px;top:14px;bottom:14px;width:272px;padding:30px 24px;background:#397180;color:#fff;border-radius:46px;overflow-y:auto;z-index:5;display:flex;flex-direction:column;align-items:center;scrollbar-width:thin;scrollbar-color:#afc6cc transparent}
.sidebar-brand{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:164px;height:164px;margin:0 auto 35px;border-radius:50%;overflow:hidden;background:#193d49;text-decoration:none}
/* The supplied JPEG includes a checkerboard outside its circular gold edge. */
.sidebar-brand img{display:block;width:100%;height:100%;object-fit:cover;transform:scale(1.071);flex-shrink:0}
.sidebar-brand:focus-visible{outline:3px solid #fff;outline-offset:5px}
.sidebar-label{font-size:12px;letter-spacing:.17em;color:#d4e4e8;margin-bottom:25px;text-align:center}
.catalog-sidebar nav{display:flex;flex-direction:column;gap:26px;width:100%;align-items:center}
.catalog-sidebar nav button{background:#fff;color:#346875;border:2px solid transparent;border-radius:10px;padding:12px 16px;min-height:48px;width:100%;max-width:190px;line-height:1.35;overflow-wrap:anywhere;transition:background .15s,border-color .15s}
.catalog-sidebar nav button:hover{background:#edf5f5}
.catalog-sidebar nav button.active{background:#fff;color:#204e5c;border-color:#d7bd7b;box-shadow:0 0 0 3px #d7bd7b35;font-weight:600}
.sidebar-note{font-family:Georgia,serif;text-align:center;font-size:16px;line-height:1.5;color:#edf5f5;margin-top:auto;padding-top:36px;padding-bottom:12px}
.public-catalog .contact{flex-wrap:wrap}.public-catalog .section-heading{flex-wrap:wrap}.public-catalog .search{min-width:230px}
.public-catalog .product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.public-catalog .brand-art>span{font-size:clamp(1.4rem,2.5vw,2.7rem);overflow-wrap:anywhere;max-width:100%}
.public-catalog .intro h1{font-size:clamp(2.7rem,4.8vw,5rem)}
@media(min-width:761px) and (max-width:1050px){.public-catalog{padding-right:254px}.catalog-sidebar{width:232px;padding:25px 20px;right:10px}.sidebar-brand{width:150px;height:150px}.public-catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-catalog .filters{flex-wrap:wrap}.public-catalog .filters>span{margin-left:0}.public-catalog .contact{padding:28px}}
@media(max-width:760px){.public-catalog{padding-right:0}.catalog-sidebar{display:none;top:110px;bottom:auto;right:14px;width:min(310px,calc(100vw - 28px));max-height:calc(100dvh - 126px);padding:25px 24px 20px;border-radius:32px;box-shadow:0 15px 40px #173b4766}.catalog-sidebar.open{display:flex}.sidebar-brand{width:120px;height:120px;margin-bottom:22px}.sidebar-brand span{font-size:14px}.sidebar-brand small{font-size:9px}.sidebar-label{margin-bottom:18px}.catalog-sidebar nav{gap:15px}.sidebar-note{padding:24px 0 0;margin:0;font-size:14px}.public-catalog .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-catalog .search{min-width:0}.public-catalog .menu-button{min-height:44px}.public-catalog .intro h1{font-size:clamp(2.7rem,8vw,4rem)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.catalog-sidebar nav button{transition:none}}

/* Consultation cart: a browser-local selection, without checkout or payment. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
.public-catalog{padding-bottom:80px}
.product-tile{display:flex;flex-direction:column;min-width:0}
.product-tile .product-card{width:100%;flex:1}
.cart-add{width:100%;margin-top:4px;min-height:46px;background:rgb(255 255 255 / 80%)!important;font-size:.95rem}
.cart-add:hover{background:#fff!important}
.detail-actions{display:flex;flex-direction:column;gap:8px;margin-top:18px}
.detail-actions .button{margin-top:0}
#detail-added{font-size:.9rem;color:#315e69;margin-top:8px}
.cart-launcher{position:fixed;right:calc(var(--catalog-rail-space) + 24px);bottom:24px;bottom:calc(24px + env(safe-area-inset-bottom));z-index:6;display:flex;align-items:center;gap:10px;min-height:54px;padding:12px 20px;border:1px solid #d6bd78;border-radius:999px;background:#193d49;color:#fff;box-shadow:0 6px 25px #102c3a33;font-weight:600}
.cart-launcher:hover{background:#285463}
.cart-launcher:disabled{opacity:.65;cursor:default}
#cart-count{display:inline-grid;place-items:center;min-width:28px;height:28px;padding:0 6px;border-radius:50px;background:#eadab5;color:#193d49;font-size:.85rem}
.cart-feedback{position:fixed;z-index:7;right:calc(var(--catalog-rail-space) + 24px);bottom:calc(90px + env(safe-area-inset-bottom));max-width:min(360px,calc(100vw - 48px));padding:13px 18px;border-radius:10px;background:#193d49;color:#fff;box-shadow:0 5px 24px #102c3a33;font-size:.95rem;pointer-events:none}
#cart{width:min(560px,calc(100% - 28px));max-height:calc(100dvh - 28px);margin:14px 14px 14px auto;background:#f9faf7;border:1px solid #d6dfdd;border-radius:22px;overscroll-behavior:contain}
.cart-heading{padding:35px 28px 22px;border-bottom:1px solid #dce3e1}
.cart-heading .eyebrow{margin-bottom:10px;padding-right:30px}
.cart-heading h2{font-size:2rem;line-height:1.2;padding-right:22px}
#cart-summary{margin-top:12px;color:#526b71;font-size:.95rem}
.cart-items{list-style:none;padding:0 28px;margin:0}
.cart-item{padding:24px 0;border-bottom:1px solid #dce3e1}
.cart-item-heading{display:flex;align-items:start;justify-content:space-between;gap:18px}
.cart-item-heading>div{min-width:0}
.cart-item h3{font-family:Georgia,serif;font-size:1.2rem;overflow-wrap:anywhere}
.cart-item p{color:#566f75;font-size:.9rem;overflow-wrap:anywhere}
.cart-item .cart-price{margin-top:7px;color:#253b40}
.cart-item .cart-availability{color:#825119;margin-top:7px}
.cart-remove,.cart-text-button{border:0;background:none;color:#315e69;text-decoration:underline;text-underline-offset:4px;padding:10px 0;min-height:44px;font-size:.9rem}
.cart-remove{flex-shrink:0;padding-top:0;min-height:36px}
.quantity-control{display:flex;align-items:center;gap:0;margin-top:16px}
.quantity-control button{width:44px;height:44px;border:1px solid #b8caca;background:#fff;color:#253b40;font-size:1.2rem}
.quantity-control button:first-child{border-radius:8px 0 0 8px}
.quantity-control button:last-child{border-radius:0 8px 8px 0}
.quantity-control input{width:64px;height:44px;appearance:textfield;border:1px solid #b8caca;border-left:0;border-right:0;border-radius:0;text-align:center;background:#fff;color:#253b40}
.quantity-control input::-webkit-inner-spin-button,.quantity-control input::-webkit-outer-spin-button{appearance:none;margin:0}
.quantity-control button:disabled,.quantity-control input:disabled{opacity:.5;cursor:default}
.cart-footer{padding:24px 28px 28px}
.cart-session{font-size:.875rem;color:#60777c}
.cart-explanation{margin-top:12px;font-size:.95rem}
.cart-footer>.button{display:block;width:100%;min-height:50px;margin-top:18px}
.cart-footer>.button:disabled{opacity:.55;cursor:default}
.cart-footer-actions{display:flex;justify-content:space-between;gap:20px;margin-top:8px}
#cart-error{color:#973d29;font-size:.95rem;margin-top:12px}
.cart-empty{padding:45px 0;text-align:center}
.cart-empty p{margin-top:12px;color:#60777c}
@media(max-width:760px){.cart-launcher{right:16px;bottom:calc(16px + env(safe-area-inset-bottom));padding:10px 16px}.cart-feedback{right:16px;bottom:calc(82px + env(safe-area-inset-bottom))}.cart-add{font-size:.85rem;padding:10px}.cart-heading,.cart-footer{padding-left:20px;padding-right:20px}.cart-items{padding:0 20px}.cart-heading h2{font-size:1.8rem}.cart-footer{padding-bottom:calc(24px + env(safe-area-inset-bottom))}}
