:root { color: #241d13; background: #fcfaf6; font-family: Georgia, 'Times New Roman', serif; }
* { box-sizing: border-box; }
body { margin: 0; }
.catalogue-header { align-items: center; border-bottom: 1px solid #e7dfd0; display: flex; justify-content: space-between; padding: 24px max(24px, calc((100% - 1200px) / 2)); }
.brand { color: #6e531d; font-family: ui-sans-serif, system-ui, sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .14em; text-decoration: none; }
.catalogue-header p { color: #766d61; font-size: .92rem; margin: 0; }
.catalogue-main { margin: 0 auto; max-width: 1200px; padding: 72px 24px; }
.catalogue-heading { max-width: 580px; }
.eyebrow, .product-category { color: #94711f; font-family: ui-sans-serif, system-ui, sans-serif; font-size: .72rem; font-weight: 800; letter-spacing: .12em; }
h1 { font-size: clamp(2.7rem, 7vw, 5.25rem); font-weight: 500; letter-spacing: -.045em; line-height: .96; margin: 8px 0 20px; }
.catalogue-heading > p:last-child { color: #766d61; font-size: 1.05rem; line-height: 1.6; }
.catalogue-status { color: #766d61; margin: 42px 0 0; }
.catalogue-grid { display: grid; gap: 28px; grid-template-columns: repeat(3, 1fr); margin-top: 44px; }
.product-card { background: white; border: 1px solid #e7dfd0; box-shadow: 0 12px 32px #3d2c0d0d; overflow: hidden; }
.catalogue-photo { background: #eee9df; display: block; height: 300px; object-fit: cover; width: 100%; }
.product-content { padding: 20px; }
.product-content p { margin: 0; }
.product-content h2 { font-size: 1.5rem; font-weight: 500; margin: 9px 0 12px; }
.product-details { color: #5e5549; line-height: 1.45; min-height: 43px; }
.product-spec { color: #8c8172; font-family: ui-sans-serif, system-ui, sans-serif; font-size: .82rem; margin-top: 15px !important; }
.product-price { color: #5d4312; font-family: ui-sans-serif, system-ui, sans-serif; font-size: 1.05rem; font-weight: 800; margin-top: 14px !important; }
footer { border-top: 1px solid #e7dfd0; color: #766d61; font-size: .9rem; margin-top: 38px; padding: 28px 24px; text-align: center; }
@media (max-width: 800px) { .catalogue-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .catalogue-header { align-items: start; flex-direction: column; gap: 10px; } .catalogue-main { padding-top: 50px; } .catalogue-grid { grid-template-columns: 1fr; } .catalogue-photo { height: 350px; } }
