*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:"Georgia","Times New Roman",serif;color:#333;background:#fafafa;line-height:1.6;min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}a{color:#8b4513;text-decoration:none}a:hover{text-decoration:underline}.site-header{background:#fff;border-bottom:1px solid #eee;padding:1rem}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.site-title{text-decoration:none;color:#333}.site-title h1{font-family:"Helvetica Neue",Arial,sans-serif;font-size:1.75rem;font-weight:300;letter-spacing:.1em;text-transform:uppercase;margin:0}.site-title .tagline{font-size:.75rem;color:#666;font-style:italic}.site-title:hover{text-decoration:none}.nav-links{list-style:none;display:flex;gap:2rem}.nav-links a{color:#333;font-family:"Helvetica Neue",Arial,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}.nav-links a:hover{color:#8b4513}.main-content{flex:1;max-width:1200px;margin:0 auto;padding:2rem 1rem;width:100%}.hero{position:relative;text-align:center;padding:6rem 1rem;margin:-2rem -1rem 2rem -1rem;background-size:cover;background-position:center;background-repeat:no-repeat;min-height:400px;display:flex;align-items:center;justify-content:center}.hero h2{font-family:"Helvetica Neue",Arial,sans-serif;font-size:2.5rem;font-weight:300;margin-bottom:1.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px}.artist-statement{max-width:700px;margin:0 auto 2rem;font-size:1.1rem;line-height:1.8;color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.cta-button,.contact-button{display:inline-block;background:#8b4513;color:#fff;padding:.75rem 2rem;font-family:"Helvetica Neue",Arial,sans-serif;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;border:none;cursor:pointer;transition:background .2s}.cta-button:hover,.contact-button:hover{background:#5e2f0d;text-decoration:none}.featured-products h2,.catalog h2{font-family:"Helvetica Neue",Arial,sans-serif;font-size:1.5rem;font-weight:400;text-align:center;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em}.section-intro{max-width:700px;margin:0 auto 2rem;text-align:center;color:#555}.product-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(250px, 1fr));gap:2rem;margin:2rem 0}.product-card{background:#fff;text-decoration:none;color:#333;transition:transform .2s,box-shadow .2s}.product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.1);text-decoration:none}.product-card img{width:100%;aspect-ratio:1;object-fit:cover}.product-info{padding:1rem}.product-info h3{font-family:"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;margin-bottom:.25rem}.product-info .price{color:#8b4513;font-size:.9rem}.view-all{display:block;text-align:center;margin-top:2rem;font-family:"Helvetica Neue",Arial,sans-serif}.product-detail{max-width:900px;margin:0 auto}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}@media (max-width: 768px){.product-layout{grid-template-columns:1fr}}.product-image img{width:100%;background:#fff}.product-content h1{font-family:"Helvetica Neue",Arial,sans-serif;font-size:2rem;font-weight:300;margin-bottom:.5rem}.product-content .price{font-size:1.25rem;color:#8b4513;margin-bottom:1.5rem}.product-content .description{margin-bottom:2rem;line-height:1.8}.purchase-info{background:#f5f5f5;padding:1.5rem;text-align:center}.purchase-info p{margin-bottom:1rem}.product-nav{margin-top:3rem;padding-top:2rem;border-top:1px solid #eee}.site-footer{background:#fff;border-top:1px solid #eee;padding:2rem 1rem;text-align:center;margin-top:auto}.site-footer p{color:#666;font-size:.9rem;margin-bottom:.5rem}.contact-note a{color:#8b4513}@media (max-width: 600px){.nav-container{flex-direction:column;text-align:center}.nav-links{gap:1rem}.hero{padding:4rem 1rem;min-height:300px}.hero h2{font-size:1.75rem}.product-grid{grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:1rem}}