:root{--color-bg:#fffcf9;--color-surface:#ffffff;--color-text:#2d3436;--color-muted:#636e72;--color-border:#e0d5c1;--color-primary:#d4a373;--color-primary-600:#bc8a5f;--color-primary-100:#faedcd}body{font-family:playfair display,serif;background-color:var(--color-bg)}h1,h2,h3,h4,h5,h6{font-family:playfair display,serif;color:#582f0e;letter-spacing:.5px}header{border-bottom:2px solid var(--color-primary-100);background:#fff}.site-title a{color:var(--color-primary-600) !important;font-weight:700;text-transform:uppercase;letter-spacing:2px}nav a{color:var(--color-text) !important;text-transform:uppercase;font-size:.85rem;letter-spacing:1px}nav a:hover{color:var(--color-primary) !important}.hero-section{background:linear-gradient(135deg,#faedcd 0%,#fefae0 100%) !important;border-radius:4px !important;border-top:5px solid #d4a373 !important;box-shadow:0 4px 20px rgba(0,0,0,5%) !important}.hero-section h1{color:#582f0e !important}.hero-section p{color:#7f5539 !important;font-style:italic}.product-card{border-radius:0 !important;border:1px solid #faedcd !important;box-shadow:none !important;transition:all .3s ease !important}.product-card:hover{border-color:#d4a373 !important;transform:translateY(-2px) !important;box-shadow:0 10px 20px rgba(212,163,115,.1) !important}.product-card h3{font-size:1.1rem !important;text-align:center}footer{background-color:#333d29 !important;color:#faedcd !important}footer a{color:#faedcd !important}