:root { --category-bg:#f8f5f0; --category-text:#171615; --category-muted:#8a8178; --category-rule:#d8d0c6; }
.category-page { background:var(--category-bg); color:var(--category-text); }
.category-hero,.category-models,.category-closing { width:min(1200px,calc(100% - 120px)); margin-inline:auto; }
.category-hero { min-height:600px; display:flex; align-items:center; border-bottom:1px solid var(--category-rule); }
.category-hero-inner { max-width:980px; padding:90px 0; }
.category-eyebrow,.model-number { margin:0 0 24px; font:500 9px/1.2 Manrope,Arial,sans-serif; letter-spacing:.28em; color:var(--category-muted); }
.category-hero h1 { margin:0; font:400 clamp(64px,8vw,118px)/.9 "DM Serif Display",Georgia,serif; letter-spacing:-.045em; }
.category-hero h1 em { display:block; color:var(--category-muted); font-weight:400; }
.category-intro { max-width:560px; margin:34px 0 0; color:#625d58; font:400 14px/1.8 Manrope,Arial,sans-serif; }
.category-models { padding:30px 0 100px; }
.model-story { padding:100px 0; border-bottom:1px solid var(--category-rule); }
.model-heading { display:grid; grid-template-columns:minmax(260px,.8fr) minmax(300px,1.2fr); gap:60px; align-items:end; margin-bottom:42px; }
.model-heading h2 { margin:0; font:400 clamp(42px,5vw,72px)/.95 "DM Serif Display",Georgia,serif; }
.model-heading p { max-width:520px; margin:0; color:#6f6861; font:400 13px/1.75 Manrope,Arial,sans-serif; }
.model-gallery { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.model-photo { display:block; min-height:560px; overflow:hidden; background:#e9e1d7; }
.model-photo img { width:100%; height:100%; display:block; object-fit:cover; transition:transform .7s ease; }
.model-photo:hover img { transform:scale(1.025); }
.category-closing { padding:110px 0 140px; text-align:center; }
.category-closing h2 { margin:0 auto 30px; max-width:850px; font:400 clamp(42px,5vw,70px)/1 "DM Serif Display",Georgia,serif; }
.category-closing a { display:inline-flex; min-width:190px; min-height:58px; align-items:center; justify-content:center; background:var(--category-text); color:#fff; text-decoration:none; font:600 9px Manrope,Arial,sans-serif; letter-spacing:.18em; }
@media(max-width:900px){.category-hero,.category-models,.category-closing{width:calc(100% - 48px)}.model-heading{grid-template-columns:1fr;gap:18px}.model-photo{min-height:430px}}
@media(max-width:620px){.category-hero,.category-models,.category-closing{width:calc(100% - 32px)}.category-hero{min-height:520px}.category-hero h1{font-size:58px}.model-story{padding:72px 0}.model-gallery{grid-template-columns:1fr}.model-photo{min-height:520px}}
