.category-page { background:#f7f6f1; }
.category-page .site-header { background:rgba(255,255,255,.96); }
.category-hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(380px,.9fr); min-height:570px; background:#ebe8df; }
.category-hero-copy { display:flex; flex-direction:column; justify-content:center; padding:76px max(30px,calc((100vw - 1180px)/2)); padding-right:64px; }
.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:52px; color:var(--muted); font-size:13px; }
.breadcrumbs a { color:var(--green); }
.category-hero h1,.type-placeholder h1 { max-width:720px; margin-bottom:20px; }
.category-hero-copy>p:not(.eyebrow),.type-placeholder>div>p:not(.eyebrow) { max-width:650px; color:var(--muted); font-size:18px; line-height:1.65; }
.category-hero-image,.type-placeholder-image { min-height:570px; overflow:hidden; background:#e3e7e2; }
.category-hero-image img,.type-placeholder-image img { width:100%; height:100%; object-fit:cover; }
.category-hero-image img[src$=".png"],.type-placeholder-image img[src$=".png"] { object-fit:contain; padding:42px; }
.category-section-heading { max-width:720px; margin-bottom:34px; }
.category-section-heading h2 { margin-bottom:12px; }
.category-section-heading>p:last-child { color:var(--muted); line-height:1.65; }
.category-product-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px; }
.category-product-card { display:grid; grid-template-columns:210px minmax(0,1fr); overflow:hidden; min-width:0; border:1px solid var(--line); background:#fff; }
.category-product-image { min-height:270px; overflow:hidden; background:#e9ece8; }
.category-product-image img { display:block; width:100%; height:100%; object-fit:cover; }
.category-product-image img[src$=".png"] { object-fit:contain; padding:18px; }
.category-product-card>div { display:flex; flex-direction:column; min-width:0; padding:26px 24px; }
.category-card-label { margin-bottom:9px; color:var(--coral); font-size:11px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.category-product-card h2 { margin-bottom:10px; font-family:inherit; font-size:22px; }
.category-product-card>div>p:not(.category-card-label) { margin-bottom:22px; color:var(--muted); line-height:1.55; }
.category-card-link { display:flex; justify-content:space-between; gap:16px; margin-top:auto; padding-top:16px; border-top:1px solid var(--line); color:var(--green); font-weight:850; }
.category-capabilities { padding:82px max(24px,calc((100vw - 1180px)/2)); background:var(--green-dark); color:#fff; }
.category-capabilities .eyebrow { color:#ef9b7f; }
.capability-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1px; background:rgba(255,255,255,.2); }
.capability-grid article { padding:30px 25px; background:var(--green-dark); }
.capability-grid span { color:#ef9b7f; font-size:12px; font-weight:850; }
.capability-grid h3 { margin:18px 0 10px; }
.capability-grid p { color:rgba(255,255,255,.7); line-height:1.6; }
.related-category-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; }
.related-category-card { overflow:hidden; border:1px solid var(--line); background:#fff; }
.related-category-card>img { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; background:#e7eae6; }
.related-category-card>img[src$=".png"] { object-fit:contain; padding:18px; }
.related-category-card>span { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:19px 20px; }
.related-category-card small { color:var(--muted); }
.category-quote { display:flex; align-items:center; justify-content:space-between; gap:34px; width:min(1180px,calc(100% - 36px)); margin:0 auto 80px; padding:54px; background:#e7ded3; }
.category-quote h2 { max-width:670px; margin-bottom:12px; }
.category-quote>div>p:last-child { color:var(--muted); }
.quote-actions { display:flex; flex-wrap:wrap; gap:12px; }
.type-placeholder { display:grid; grid-template-columns:minmax(0,1fr) minmax(380px,.85fr); min-height:680px; background:#ebe8df; }
.type-placeholder>div:first-child { display:flex; flex-direction:column; justify-content:center; padding:76px max(30px,calc((100vw - 1180px)/2)); padding-right:64px; }
.type-notice { margin-top:20px; padding:18px 20px; border-left:3px solid var(--coral); background:rgba(255,255,255,.45); font-size:15px!important; }
.back-to-category { align-self:flex-start; margin-top:34px; color:var(--green); font-weight:800; }
@media(max-width:1000px){.category-product-card{grid-template-columns:1fr}.category-product-image{min-height:300px}.capability-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:800px){.category-hero,.type-placeholder{grid-template-columns:1fr}.category-hero-copy,.type-placeholder>div:first-child{padding:58px 24px 48px}.breadcrumbs{margin-bottom:38px}.category-hero-image,.type-placeholder-image{min-height:360px}.category-product-grid,.related-category-grid{grid-template-columns:1fr}.category-quote{align-items:flex-start;flex-direction:column;padding:38px 26px}}
@media(max-width:560px){.capability-grid{grid-template-columns:1fr}.category-product-image{min-height:270px}.category-hero-image,.type-placeholder-image{min-height:300px}.quote-actions{width:100%}.quote-actions a{width:100%;text-align:center}}
