:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; background: #f6f0e7; color: #2d1b13; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #8c3e20; }
.product-shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0 56px; }
.product-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.product-brand { color: inherit; font-size: 19px; font-weight: 850; text-decoration: none; }
.product-brand span { color: #8c3e20; }
.product-back { font-weight: 750; }
.product-card { display: grid; grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); gap: clamp(28px, 5vw, 64px); padding: clamp(20px, 4vw, 44px); border: 1px solid #deccba; border-radius: 18px; background: #fffdf9; box-shadow: 0 12px 34px rgba(67, 38, 18, .09); }
.product-image { display: grid; place-items: center; min-height: 320px; border: 1px solid #eadbcf; border-radius: 14px; background: #fff; overflow: hidden; }
.product-image img { width: 100%; max-height: 520px; object-fit: contain; }
.product-eyebrow { margin: 0 0 10px; color: #8c3e20; font-size: 13px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(28px, 4vw, 46px); line-height: 1.08; letter-spacing: -.035em; }
.product-subtitle { margin: 14px 0 0; color: #6b5140; font-size: 18px; line-height: 1.55; }
.product-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.product-meta span { padding: 6px 9px; border-radius: 999px; background: #f6e7d8; color: #6d3c26; font-size: 13px; font-weight: 750; }
.product-description { color: #4d392d; line-height: 1.65; white-space: pre-line; }
.product-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; margin-top: 26px; border-radius: 8px; padding: 10px 16px; background: #8c3e20; color: #fff; font-weight: 850; text-decoration: none; }
.product-cta:hover { background: #6f2f16; }
.product-categories { margin-top: 26px; color: #6b5140; font-size: 14px; }
.product-categories ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 9px 0 0; padding: 0; list-style: none; }
.product-categories a { font-weight: 750; }
.product-not-found { max-width: 680px; margin: 80px auto; padding: 34px; border-radius: 16px; background: #fffdf9; text-align: center; }
.category-heading { margin: 8px 0 28px; }.category-heading h1 { margin: 0; }.category-heading > p:last-child { max-width: 700px; margin: 14px 0 0; color: #6b5140; font-size: 17px; line-height: 1.55; }
.category-product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); gap: 16px; }.category-product-card { overflow: hidden; border: 1px solid #deccba; border-radius: 12px; background: #fffdf9; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }.category-product-card:hover { border-color: #8c3e20; box-shadow: 0 10px 22px rgba(67, 38, 18, .12); transform: translateY(-2px); }.category-product-card a { display: grid; height: 100%; color: inherit; text-decoration: none; }.category-product-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: contain; background: #fff; }.category-product-card div { padding: 13px; }.category-product-card span { color: #8c3e20; font-size: 12px; font-weight: 800; }.category-product-card h2 { margin: 7px 0 0; font-size: 17px; line-height: 1.25; }.category-empty { padding: 28px; border-radius: 12px; background: #fffdf9; color: #6b5140; }
@media (max-width: 720px) { .product-shell { width: min(100% - 24px, 1120px); padding-top: 18px; }.product-header { align-items: flex-start; flex-direction: column; margin-bottom: 18px; }.product-card { grid-template-columns: 1fr; padding: 20px; }.product-image { min-height: 230px; } }
