body { background: #f4f1eb; }
.catalog-hero { padding: 9.5rem max(5vw, 1.25rem) 4rem; background: linear-gradient(120deg, #111 0%, #333 70%, #ed1c24 170%); color: #fff; }
.catalog-hero > div { max-width: 850px; }
.catalog-hero h1, .product-page h1, .enquiry-page h1 { font: 800 clamp(2.2rem, 5vw, 4.8rem)/.98 Montserrat, sans-serif; letter-spacing: -.055em; margin: 1rem 0; }
.catalog-hero p:last-child { max-width: 720px; color: #d8d8d8; font-size: 1.08rem; line-height: 1.7; }
.catalog-shell { max-width: 1500px; margin: auto; padding: 3rem max(4vw, 1.25rem) 6rem; }
.catalog-filter { background: #fff; border: 1px solid #dedbd4; border-top: 4px solid #c4161c; padding: clamp(1.25rem, 3vw, 2rem); margin-bottom: 2.25rem; box-shadow: 0 18px 50px #1b1b1b0a; }
.catalog-filter__search { display: grid; grid-template-columns: minmax(220px, .8fr) minmax(320px, 1.2fr); align-items: end; gap: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid #e3e0da; }
.catalog-filter__eyebrow { margin: 0 0 .35rem; color: #c4161c; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.catalog-filter h2 { margin: 0; font: 800 clamp(1.25rem, 2vw, 1.75rem) Montserrat, sans-serif; }
.catalog-filter label, .catalog-filter legend { font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.catalog-filter__search label { margin: 0; }
.catalog-filter input[type="search"] { width: 100%; height: 52px; margin-top: .55rem; padding: 0 1rem; border: 1px solid #aaa; border-radius: 8px; background: #f8f7f4; color: #222; caret-color: #c4161c; font: 600 .95rem Manrope, sans-serif; text-transform: none; letter-spacing: 0; }
.catalog-filter input[type="search"]::placeholder { color: #777; opacity: 1; }
.catalog-filter fieldset { border: 0; padding: 1.4rem 0 0; margin: 0; }
.catalog-filter legend { margin-bottom: .8rem; }
.catalog-filter fieldset > div { display: flex; flex-wrap: wrap; gap: .65rem; }
.catalog-filter fieldset label { display: inline-flex; align-items: center; min-height: 42px; margin: 0; padding: .65rem .95rem; border: 1px solid #d4d0c9; border-radius: 999px; background: #faf9f6; color: #444; text-transform: none; font-weight: 750; letter-spacing: 0; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease; }
.catalog-filter fieldset label:hover { border-color: #999; transform: translateY(-1px); }
.catalog-filter fieldset label:has(input:checked) { border-color: #c4161c; background: #c4161c; color: #fff; }
.catalog-filter fieldset input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.catalog-filter fieldset label:has(input:focus-visible) { outline: 3px solid var(--gold); outline-offset: 3px; }
.filter-reset { border: 0; background: none; color: #a51016; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; padding: 1.15rem 0 0; cursor: pointer; }
.catalog-results__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.25rem; }
.catalog-results__head p { font-weight: 800; }
.catalog-results__head select { padding: .65rem; border: 1px solid #bbb; background: #fff; color: #222; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.product-card { background: #fff; border: 1px solid #dedbd4; display: flex; flex-direction: column; min-width: 0; }
.product-card__image { display: block; aspect-ratio: 4/3; overflow: hidden; background: #ece9e2; }
.product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.product-card:hover img { transform: scale(1.025); }
.product-card__body { padding: 1.15rem; display: flex; flex-direction: column; flex: 1; }
.product-card__category { margin: 0 0 .5rem; color: #c4161c; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-card h2 { font: 750 1.05rem/1.3 Manrope, sans-serif; margin: 0 0 .6rem; }
.product-card h2 a { color: #222; text-decoration: none; }
.product-card__meta { color: #666; font-size: .8rem; margin: 0 0 1rem; }
.product-card__actions { display: flex; gap: .55rem; margin-top: auto; }
.product-card__actions .btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; min-height: 42px; margin: 0; padding: .65rem; text-align: center; font-size: .72rem; line-height: 1.2; }
[data-cart-count] { display: inline-grid; place-items: center; min-width: 1.45rem; height: 1.45rem; padding: 0 .25rem; margin-left: .25rem; border-radius: 50%; background: #fff; color: #c4161c; }
.catalog-empty { padding: 3rem; background: #fff; text-align: center; }
.product-page { max-width: 1250px; min-height: 72vh; margin: auto; padding: 9.5rem max(4vw, 1.25rem) 6rem; }
.breadcrumbs { font-size: .82rem; color: #666; margin-bottom: 2rem; }
.breadcrumbs a { color: inherit; }
.product-detail { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr); gap: clamp(2rem, 6vw, 6rem); }
.product-detail__media { background: #e8e5de; aspect-ratio: 4/3; }
.product-detail__media img { width: 100%; height: 100%; object-fit: cover; }
.product-detail__category { color: #c4161c; font-weight: 800; text-transform: uppercase; font-size: .78rem; letter-spacing: .08em; }
.product-detail h1 { font-size: clamp(2rem, 4vw, 3.8rem); }
.product-detail__intro { font-size: 1.05rem; line-height: 1.75; color: #555; }
.product-specs { border-top: 1px solid #ccc; margin: 1.5rem 0; }
.product-specs div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid #ddd; }
.product-specs dt { font-weight: 800; }.product-specs dd { margin: 0; color: #555; }
.product-detail-list { margin: 1.5rem 0; }
.product-detail-list h2 { display: block; margin: 0 0 .65rem; font: 800 .8rem Montserrat, sans-serif; text-transform: uppercase; letter-spacing: .08em; }
.product-detail-list ul { margin: 0; padding-left: 1.15rem; color: #555; line-height: 1.7; }
.product-fulfillment { margin: 1.5rem 0; padding: 1rem; border-left: 3px solid #c4161c; background: #fff; color: #555; line-height: 1.7; }
.product-buybox { display: grid; grid-template-columns: 90px minmax(220px, 1fr); gap: .75rem; align-items: end; max-width: 470px; }
.product-buybox label { margin: 0; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.product-buybox input { display: block; width: 90px; height: 52px; padding: 0 .8rem; margin-top: .4rem; border: 1px solid #999; border-radius: 8px; background: #fff; color: #222; caret-color: #c4161c; }
.product-buybox .btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 52px; margin: 0; }
.enquiry-page { max-width: 1250px; margin: auto; padding: 9.5rem max(4vw, 1.25rem) 6rem; display: grid; grid-template-columns: 1fr minmax(350px, .75fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.enquiry-page h1 { font-size: clamp(2.2rem, 4vw, 4rem); }
.enquiry-form { color: #fff; box-shadow: 0 18px 50px #00000014; }
.enquiry-form .contact__form-title,
.enquiry-form label,
.enquiry-form .form-note { color: #fff; }
.enquiry-form input,
.enquiry-form textarea { color: #fff; }
.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder { color: #c8ced8; opacity: 1; }
.enquiry-item { display: grid; grid-template-columns: 90px 1fr auto; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid #ccc; align-items: center; }
.enquiry-item img { width: 90px; height: 75px; object-fit: cover; }.enquiry-item h2 { font-size: 1rem; margin: 0 0 .35rem; }.enquiry-item p { margin: 0; color: #666; font-size: .82rem; }
.enquiry-item input { width: 68px; padding: .45rem; border: 1px solid #999; background: #fff; color: #222; }.enquiry-item button { border: 0; background: none; color: #b3151b; text-decoration: underline; cursor: pointer; }
.empty-enquiry { background: #fff; padding: 2rem; margin-top: 2rem; }.empty-enquiry a { color: #c4161c; font-weight: 800; }
@media (max-width: 1050px) { .product-grid { grid-template-columns: repeat(2, 1fr); }.enquiry-page { grid-template-columns: 1fr; } }
@media (max-width: 700px) { .nav__links { display: none; }.product-detail { grid-template-columns: 1fr; }.catalog-filter__search { grid-template-columns: 1fr; gap: 1.25rem; }.product-grid { grid-template-columns: 1fr; }.catalog-results__head { align-items: flex-start; gap: 1rem; }.product-card__actions { flex-direction: column; }.enquiry-item { grid-template-columns: 70px 1fr; }.enquiry-item > div:last-child { grid-column: 2; }.product-buybox { grid-template-columns: 1fr; }.product-buybox input { width: 100%; } }
