:root{--bg:#fafaf8;--text:#2b2b2b;--accent:#b8893a;--accent-dark:#9c722d;--muted:#777;--border:#e4e2dc;--card-bg:#fff;--max-width:1200px;--radius:6px;--shadow:0 2px 14px #0000000f}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:Helvetica Neue,Segoe UI,Arial,system-ui,sans-serif;line-height:1.65}h1,h2,h3{letter-spacing:.01em;color:var(--text);font-weight:600;line-height:1.2}h1{font-size:2.2rem}a{color:var(--accent);text-decoration:none;transition:color .15s}a:hover{color:var(--accent-dark)}img{max-width:100%;display:block}p{margin:0 0 1rem}.app{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.page{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 4rem}.btn{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;padding:.7rem 1.5rem;font-size:.95rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-block}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark);color:#fff}.btn-ghost{color:var(--accent);border-color:var(--accent);background:0 0}.btn-ghost:hover{background:var(--accent);color:#fff}.navbar{z-index:50;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--border);background:#fafaf8f2;position:sticky;top:0}.navbar-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:1rem 1.5rem;display:flex}.brand{letter-spacing:.06em;color:var(--text);text-transform:uppercase;font-size:1.4rem;font-weight:700}.brand-accent{color:var(--accent);margin-left:2px}.nav-links{gap:1.75rem;display:flex}.nav-links a{color:var(--text);border-bottom:2px solid #0000;padding-bottom:2px;font-size:.98rem;font-weight:500}.nav-links a:hover{color:var(--accent)}.nav-links a.active{color:var(--accent);border-bottom-color:var(--accent)}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:26px;height:20px;padding:0;display:none}.hamburger span{background:var(--text);border-radius:2px;width:100%;height:2px;display:block}.footer{border-top:1px solid var(--border);text-align:center;color:var(--muted);padding:1.5rem;font-size:.88rem}.footer p{margin:0}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin-bottom:4rem;display:grid}.hero-title{letter-spacing:.04em;margin:0 0 .5rem;font-size:3.4rem}.hero-subtitle{color:var(--accent);margin:0 0 1.5rem;font-size:1.2rem;font-weight:500}.hero-welcome{max-width:46ch;margin-bottom:2rem;font-size:1.05rem}.hero-image img{border-radius:var(--radius);width:100%;box-shadow:var(--shadow);object-fit:cover;aspect-ratio:4/5}.about-us{text-align:center;border-top:1px solid var(--border);max-width:760px;margin:0 auto;padding-top:2rem}.about-us h2{margin-bottom:1rem;font-size:1.8rem}.about-us .btn{margin-top:1rem}.bio{max-width:760px}.bio h1{margin-bottom:1.5rem}.bio-text p{margin-bottom:1.4rem;font-size:1.08rem}.gallery-intro{color:var(--muted);margin-bottom:1.5rem}.filter-bar{flex-wrap:wrap;gap:.75rem;margin-bottom:2rem;display:flex}.filter-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:#fff;border-radius:999px;padding:.45rem 1.2rem;font-size:.9rem;font-weight:500;transition:all .15s}.filter-btn:hover{border-color:var(--accent);color:var(--accent)}.filter-btn.active{background:var(--accent);border-color:var(--accent);color:#fff}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.75rem;display:grid}.empty-state{color:var(--muted);text-align:center;margin-top:2rem}.painting-card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);text-align:left;flex-direction:column;transition:transform .15s,box-shadow .15s;display:flex;overflow:hidden}.painting-card:hover{transform:translateY(-3px);box-shadow:0 8px 22px #0000001a}.painting-image-btn{cursor:pointer;background:0 0;border:none;width:100%;padding:0;display:block;position:relative}.painting-image-btn img{aspect-ratio:4/5;object-fit:cover;width:100%}.status-badge{text-transform:uppercase;letter-spacing:.05em;color:#fff;border-radius:999px;padding:.25rem .7rem;font-size:.72rem;font-weight:700;position:absolute;top:.75rem;right:.75rem}.badge-available{background:var(--accent)}.badge-sold{background:#6b6b6b}.painting-info{padding:1rem 1.1rem 1.25rem}.painting-title{margin:0 0 .4rem;font-size:1.1rem}.painting-meta{color:var(--muted);margin:.15rem 0;font-size:.88rem}.painting-price{color:var(--text);margin-top:.6rem;margin-bottom:0;font-weight:700}.painting-card.is-sold{opacity:.85}.painting-card.is-sold .painting-image-btn img{filter:grayscale(35%)}.price-sold{color:var(--muted);text-decoration:line-through}.lightbox-backdrop{z-index:100;background:#141414d9;justify-content:center;align-items:center;padding:1.5rem;animation:.15s fade-in;display:flex;position:fixed;inset:0}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.lightbox-content{border-radius:var(--radius);text-align:left;background:#fff;width:100%;max-width:880px;max-height:92vh;position:relative;overflow:auto}.lightbox-content img{object-fit:contain;background:#f3f1ec;width:100%;max-height:70vh}.lightbox-caption{padding:1rem 1.5rem 1.5rem}.lightbox-caption h3{margin:0 0 .35rem;font-size:1.3rem}.lightbox-caption p{color:var(--muted);margin:.2rem 0}.lightbox-price{font-weight:600;color:var(--text)!important}.lightbox-close{color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.6rem;line-height:1;display:flex;position:absolute;top:.5rem;right:.7rem}.lightbox-close:hover{background:#000c}.contact-intro{color:var(--muted);max-width:60ch;margin-bottom:2rem}.contact-layout{grid-template-columns:1.4fr 1fr;gap:3rem;display:grid}.contact-form{flex-direction:column;gap:1.1rem;display:flex}.contact-form label{text-align:left;flex-direction:column;gap:.4rem;font-size:.92rem;font-weight:600;display:flex}.contact-form input,.contact-form textarea{font:inherit;border:1px solid var(--border);border-radius:var(--radius);color:var(--text);resize:vertical;background:#fff;padding:.7rem .85rem}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #b8893a26}.contact-form .btn{align-self:flex-start}.form-feedback{margin:0;font-weight:600}.form-feedback.success{color:#2e7d32}.form-feedback.error{color:#c0392b}.contact-details{text-align:left}.contact-details h2{margin-top:0;font-size:1.2rem}.contact-details p{margin:.6rem 0}@media (width<=860px){.hero{grid-template-columns:1fr;gap:2rem}.hero-image{order:-1}.contact-layout{grid-template-columns:1fr;gap:2rem}}@media (width<=680px){h1{font-size:1.9rem}.hero-title{font-size:2.6rem}.hamburger{display:flex}.nav-links{background:var(--bg);border-bottom:1px solid var(--border);flex-direction:column;gap:0;padding:.5rem 1.5rem 1rem;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open{display:flex}.nav-links a{border-bottom:1px solid var(--border);padding:.75rem 0}.nav-links a.active{border-bottom-color:var(--accent)}}.nav-links{margin-left:auto;margin-right:1.5rem}.navbar-right{align-items:center;gap:1rem;display:flex}.cart-button{cursor:pointer;background:0 0;border:none;padding:.2rem;font-size:1.35rem;line-height:1;position:relative}.cart-count{background:var(--accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.68rem;font-weight:700;display:flex;position:absolute;top:-6px;right:-8px}.filter-group{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.filter-label{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);min-width:78px;font-size:.8rem;font-weight:700}.filter-group .filter-bar{margin-bottom:0}.gallery-section{margin-top:2.5rem}.gallery-section-title{border-bottom:2px solid var(--border);margin:0 0 1.25rem;padding-bottom:.5rem;font-size:1.5rem}.add-to-cart-btn{width:100%;margin-top:.9rem}.add-to-cart-btn:disabled{cursor:not-allowed;background:#cfcbc2}.lightbox-description{color:var(--muted);font-size:.95rem}.cart-backdrop{z-index:120;background:#14141480;justify-content:flex-end;animation:.15s fade-in;display:flex;position:fixed;inset:0}.cart-panel{background:#fff;flex-direction:column;width:min(400px,100%);height:100%;padding:1.5rem;animation:.2s slide-in;display:flex;overflow-y:auto;box-shadow:-4px 0 24px #00000026}@keyframes slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-panel-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cart-panel-header h2{margin:0;font-size:1.3rem}.cart-close{cursor:pointer;color:var(--muted);background:0 0;border:none;font-size:1.8rem;line-height:1}.cart-empty{color:var(--muted);margin-top:2rem}.cart-list{flex:1;margin:0;padding:0;list-style:none}.cart-item{border-bottom:1px solid var(--border);align-items:center;gap:.85rem;padding:.85rem 0;display:flex}.cart-item-thumb{object-fit:cover;border-radius:4px;flex-shrink:0;width:56px;height:56px}.cart-item-info{flex-direction:column;flex:1;min-width:0;display:flex}.cart-item-title{font-weight:600}.cart-item-meta{color:var(--muted);font-size:.82rem}.cart-item-price{font-size:.9rem;font-weight:700}.cart-item-remove{color:var(--muted);cursor:pointer;background:0 0;border:none;font-size:.82rem;text-decoration:underline}.cart-item-remove:hover{color:var(--accent)}.cart-subtotal{border-top:2px solid var(--border);justify-content:space-between;align-items:center;margin-top:.5rem;padding:1rem 0;font-size:1.1rem;display:flex}.cart-checkout-btn{width:100%}.checkout-layout{grid-template-columns:1fr 1fr;align-items:start;gap:2.5rem;margin-top:1.5rem;display:grid}.checkout-summary,.checkout-payment{min-width:0}.checkout-items{margin:0 0 1rem;padding:0;list-style:none}.checkout-item{border-bottom:1px solid var(--border);align-items:center;gap:.85rem;padding:.75rem 0;display:flex}.checkout-thumb{object-fit:cover;border-radius:4px;width:52px;height:52px}.checkout-item div{flex-direction:column;flex:1;display:flex}.checkout-item-title{font-weight:600}.checkout-item-meta{color:var(--muted);font-size:.82rem}.checkout-item-price{font-weight:700}.checkout-total{border-top:2px solid var(--border);justify-content:space-between;padding-top:.75rem;font-size:1.2rem;display:flex}.checkout-form{flex-direction:column;gap:1rem;display:flex}.checkout-form label{flex-direction:column;gap:.35rem;font-size:.92rem;font-weight:600;display:flex}.checkout-form input,.checkout-form textarea{font:inherit;border:1px solid var(--border);border-radius:var(--radius);background:#fff;padding:.6rem .7rem}.checkout-form input:focus,.checkout-form textarea:focus{border-color:var(--accent);outline:none}.checkout-pay-btn{width:100%;margin-top:.25rem}.checkout-pay-btn:disabled{cursor:not-allowed;background:#cfcbc2}.checkout-secure-note{color:var(--muted);margin:0;font-size:.82rem}.field-optional{color:var(--muted);font-size:.82rem;font-weight:400}.link-button{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:none;padding:0;text-decoration:underline}.thankyou{text-align:center;max-width:640px;margin:0 auto}.thankyou-lead{color:var(--muted);margin-bottom:1rem;font-size:1.1rem}.thankyou-pay{text-align:left;background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin:1.5rem 0;padding:1.5rem 1.75rem}.thankyou-pay h2{margin:0 0 .75rem}.thankyou-total{margin:0 0 1rem;font-size:1.15rem}.thankyou-total strong{color:var(--accent-dark)}.thankyou-pay-line{margin:.5rem 0}.thankyou-handle{color:var(--accent-dark);background:#f0eee8;border-radius:4px;padding:.15rem .45rem;font-weight:600}.thankyou-pay-note{color:var(--muted);margin:.25rem 0 1rem;font-size:.9rem}.thankyou-ship-note{border-top:1px solid var(--border);margin:1rem 0 0;padding-top:1rem;font-size:.92rem}.thankyou .btn{margin-top:1.5rem}@media (width<=860px){.checkout-layout{grid-template-columns:1fr;gap:2rem}}@media (width<=680px){.nav-links{margin:0}}
