*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;font-weight:300;color:#2a2a2a;line-height:1.6;background:#fff}h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;font-weight:600;line-height:1.2}h1{font-size:3rem;margin-bottom:1rem}h2{font-size:2.25rem;margin-bottom:1.5rem}h3{font-size:1.25rem;margin-bottom:0.5rem}h4{font-size:1rem;margin-bottom:0.75rem}a{text-decoration:none;color:inherit;transition:opacity 0.2s}a:hover{opacity:0.7}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.header{border-bottom:1px solid #e5e5e5;padding:1.5rem 0;position:sticky;top:0;background:#fff;z-index:100}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:600;letter-spacing:0.5px}.nav{display:flex;gap:2rem;font-size:0.9rem}.hero{position:relative;height:70vh;overflow:hidden}.hero img{width:100%;height:100%;object-fit:cover;filter:brightness(0.85)}.hero-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:10}.hero-content h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,0.3)}.hero-content p{font-size:1.125rem;margin-bottom:2rem;font-weight:300}.btn{display:inline-block;padding:0.875rem 2rem;background:#2a2a2a;color:#fff;border:none;cursor:pointer;font-size:0.9rem;font-weight:400;letter-spacing:0.5px;transition:all 0.3s}.btn:hover{background:#1a1a1a;transform:translateY(-2px)}.btn-light{background:#fff;color:#2a2a2a}.btn-light:hover{background:#f5f5f5}.btn-block{width:100%;text-align:center}.btn-small{padding:0.5rem 1rem;font-size:0.85rem}.section{padding:4rem 0}.section-alt{background:#fafafa}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.link{color:#2a2a2a;font-size:0.9rem;text-decoration:underline;text-underline-offset:4px}.link-button{background:none;border:none;color:#999;font-size:0.85rem;cursor:pointer;text-decoration:underline}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{transition:transform 0.3s}.product-card:hover{transform:translateY(-4px)}.product-card img{width:100%;aspect-ratio:3/4;object-fit:cover;margin-bottom:1rem}.product-info{padding:0 0.5rem}.product-info h3{font-size:1rem;margin-bottom:0.25rem}.price{font-weight:500;color:#2a2a2a;margin-bottom:0.5rem}.rating{font-size:0.85rem;color:#d4a574}.banner{position:relative;height:50vh;overflow:hidden;margin:4rem 0}.banner img{width:100%;height:100%;object-fit:cover;filter:brightness(0.75)}.banner-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff}.banner-content h2{font-size:2.5rem;margin-bottom:0.75rem}.banner-content p{font-size:1.125rem;margin-bottom:1.5rem}.footer{background:#2a2a2a;color:#fff;padding:3rem 0 1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer h4{color:#d4a574;margin-bottom:1rem;font-size:0.95rem}.footer a{display:block;margin-bottom:0.5rem;font-size:0.9rem;color:#ccc}.footer p{font-size:0.9rem;color:#999;margin-bottom:0.5rem}.social-links{display:flex;gap:1rem;margin-top:0.75rem}.footer-note{text-align:center;padding-top:2rem;border-top:1px solid #444;font-size:0.85rem;color:#777}.page-header{background:#fafafa;padding:3rem 0;text-align:center;border-bottom:1px solid #e5e5e5}.page-header h1{margin-bottom:0.5rem}.page-header p{color:#666;font-size:1.125rem}.shop-layout{display:grid;grid-template-columns:240px 1fr;gap:3rem}.filters{position:sticky;top:100px;height:fit-content}.filters h3{font-size:1.125rem;margin-bottom:1.5rem}.filter-group{margin-bottom:2rem}.filter-group h4{font-size:0.95rem;margin-bottom:0.75rem;color:#666}.filter-group label{display:block;margin-bottom:0.5rem;font-size:0.9rem;cursor:pointer}.filter-group input{margin-right:0.5rem}.shop-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.shop-header p{color:#666;font-size:0.9rem}.sort-select{padding:0.5rem 1rem;border:1px solid #e5e5e5;background:#fff;font-size:0.9rem;cursor:pointer}.cart-layout{display:grid;grid-template-columns:1fr 380px;gap:3rem}.cart-items{display:flex;flex-direction:column;gap:1.5rem}.cart-item{display:grid;grid-template-columns:120px 1fr auto;gap:1.5rem;padding:1.5rem;border:1px solid #e5e5e5;background:#fafafa}.cart-item img{width:100%;aspect-ratio:3/4;object-fit:cover}.cart-item-details h3{font-size:1.125rem;margin-bottom:0.25rem}.cart-item-meta{font-size:0.85rem;color:#666;margin-bottom:1rem}.cart-item-qty{display:flex;align-items:center;gap:0.5rem;font-size:0.9rem}.cart-item-qty select{padding:0.25rem 0.5rem;border:1px solid #e5e5e5}.cart-item-price{text-align:right}.cart-item-price .price{font-size:1.125rem;margin-bottom:0.5rem}.cart-summary{position:sticky;top:100px;padding:2rem;border:1px solid #e5e5e5;background:#fafafa;height:fit-content}.cart-summary h3{margin-bottom:1.5rem}.summary-line{display:flex;justify-content:space-between;margin-bottom:1rem;font-size:0.95rem}.summary-total{font-weight:500;font-size:1.125rem;padding-top:1rem;border-top:1px solid #e5e5e5;margin-bottom:1.5rem}.cart-benefits{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.cart-benefits p{font-size:0.85rem;color:#666;margin-bottom:0.5rem}.text-center{text-align:center}@media(max-width:768px){h1{font-size:2rem}.hero{height:50vh}.hero-content h1{font-size:2rem}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.shop-layout,.cart-layout{grid-template-columns:1fr}.filters{position:static}.banner{height:40vh}.footer-grid{grid-template-columns:1fr}}