@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&family=Inter:wght@300;400;500;600&display=swap";:root{--bg:#f4f0e8;--surface:#faf7f1;--text:#2f2a26;--muted:#6a5f55;--accent:#7a5d46;--accent-dark:#5c4636;--border:#d9cfbf}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Inter,sans-serif}h1,h2,h3{margin:0 0 .5rem;font-family:Cormorant Garamond,serif}.hero{align-items:center;min-height:86vh;display:flex;position:relative}.hero-image{object-fit:cover;filter:brightness(.78)saturate(.82);width:100%;height:100%;position:absolute;inset:0}.hero:after{content:"";z-index:0;background:linear-gradient(#1c161166,#1c16118c);position:absolute;inset:0}.hero-overlay{z-index:1;color:#fffdf9;text-shadow:0 2px 10px #00000059;max-width:900px;margin:auto;padding:1.25rem;position:relative}.hero h1{font-size:clamp(2.2rem,6vw,4.6rem)}.subtitle,.eyebrow{color:#f4efe8}.subtitle{max-width:600px}.hero-actions{flex-wrap:wrap;gap:.8rem;margin-top:1.2rem;display:flex}.btn{border:1px solid #0000;border-radius:999px;padding:.75rem 1.1rem;text-decoration:none;transition:all .2s}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-dark)}.btn-secondary{color:#fff;background:#ffffff0f;border-color:#ffffffb3}.section{width:min(1100px,92%);margin:4rem auto}.section-heading p,.muted{color:var(--muted)}.masonry-grid{columns:1;gap:1.2rem}.piece-card{break-inside:avoid;background:var(--surface);border:1px solid var(--border);border-radius:12px;margin:0 0 1.2rem;overflow:hidden}.image-button{cursor:pointer;background:0 0;border:0;width:100%;padding:0;display:block}.image-button img{width:100%;transition:transform .25s;display:block}.image-button:hover img{transform:scale(1.02)}.piece-info{padding:1rem}.price{font-weight:600}.status{border-radius:99px;padding:.2rem .55rem;font-size:.78rem;display:inline-block}.status-available{color:#2b5830;background:#e4efe4}.status-sold{color:#734941;background:#efe5e1}.status-reserved{color:#65592b;background:#ece8d9}.split{gap:2rem;display:grid}.artist-placeholder{color:#5e5348;background:#ddd4c8;border-radius:10px;place-items:center;min-height:180px;margin:.8rem 0;display:grid}.enquiry-form{background:var(--surface);border:1px solid var(--border);border-radius:12px;gap:.8rem;padding:1rem;display:grid}label{gap:.3rem;font-weight:500;display:grid}input,textarea{font:inherit;background:#fff;border:1px solid #c9bca8;border-radius:8px;padding:.65rem}.footer{text-align:center;color:var(--muted);padding:2rem 1rem 3rem}.lightbox-backdrop{z-index:20;background:#14100cbf;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.lightbox-panel{background:var(--surface);border-radius:12px;width:100%;max-width:880px;position:relative;overflow:hidden}.lightbox-close{cursor:pointer;border:0;border-radius:50%;width:2rem;height:2rem;font-size:1.3rem;position:absolute;top:.5rem;right:.6rem}.lightbox-image{object-fit:cover;width:100%;max-height:56vh}.lightbox-content{padding:1rem}@media (width>=700px){.masonry-grid{columns:2}.split{grid-template-columns:1fr 1fr}}@media (width>=1024px){.masonry-grid{columns:3}}
