.content-main { min-height: 60vh; padding: 28px 0 72px; }
.content-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin: 0 0 34px; color: var(--text-muted); font-size: .9rem; }
.content-breadcrumbs a { color: var(--text-secondary); }
.content-hero { max-width: 850px; margin-bottom: 32px; }
.content-hero h1, .article-page h1, .document-page h1 { font-size: clamp(2rem, 5vw, 3.6rem); letter-spacing: -.035em; }
.content-hero > p:last-child { font-size: 1.15rem; color: var(--text-secondary); max-width: 760px; }
.content-kicker, .content-card__section { color: #aa2029; font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.content-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.content-filters a { padding: 9px 15px; border: 1px solid var(--border-color); border-radius: 100px; color: var(--text-secondary); background: rgba(255,255,255,.55); }
.content-filters a:hover, .content-filters a.active { background: #2f2d2c; color: #fff; border-color: #2f2d2c; }
.content-filters span { opacity: .65; margin-left: 4px; }
.content-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.content-card { background: #fff; border: 1px solid var(--border-color); border-radius: 18px; overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.content-card__image { aspect-ratio: 16/9; background: linear-gradient(145deg,#292625,#554d49); display: grid; place-items: center; overflow: hidden; color: #fff; font-weight: 800; letter-spacing: .12em; }
.content-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.content-card:hover .content-card__image img { transform: scale(1.03); }
.content-card__body { padding: 22px; display: flex; flex: 1; flex-direction: column; }
.content-card h2 { font-size: 1.35rem; margin: 10px 0; }
.content-card h2 a { color: var(--text-primary); }
.content-card p { color: var(--text-secondary); flex: 1; }
.content-card__meta { display: flex; justify-content: space-between; gap: 15px; margin-top: 14px; font-size: .9rem; }
.content-card__meta time { color: var(--text-muted); }
.content-empty-public { padding: 48px; border: 1px dashed var(--border-color); border-radius: 16px; text-align: center; color: var(--text-muted); background: #fff; grid-column: 1/-1; }
.article-layout { max-width: 1060px; }
.article-page { background: #fff; border: 1px solid var(--border-color); border-radius: 22px; padding: clamp(24px, 5vw, 68px); box-shadow: var(--shadow-sm); }
.article-page header { max-width: 820px; }
.article-page h1 { margin: 12px 0 18px; }
.article-meta { display: flex; flex-wrap: wrap; gap: 18px; color: var(--text-muted); margin-bottom: 22px; }
.article-lead { font-size: 1.25rem; line-height: 1.7; color: var(--text-secondary); }
.article-cover { width: 100%; max-height: 580px; object-fit: cover; margin: 22px 0 42px; border-radius: 16px; }
.article-body { max-width: 780px; font-size: 1.08rem; line-height: 1.8; }
.article-body h2 { margin-top: 2.2rem; }
.article-body h3 { margin-top: 1.8rem; }
.article-body ul, .article-body ol { margin: 0 0 1.4rem 1.5rem; }
.article-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 18px 0; }
.article-body blockquote { margin: 22px 0; padding: 16px 22px; border-left: 4px solid #aa2029; background: var(--surface-alt); }
.article-products, .article-related { margin-top: 46px; padding-top: 30px; border-top: 1px solid var(--divider); }
.article-products__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.article-product { display: flex; gap: 14px; align-items: center; padding: 12px; border: 1px solid var(--border-color); border-radius: 12px; color: var(--text-primary); }
.article-product img { width: 78px; height: 64px; object-fit: contain; background: #f8f8f8; border-radius: 8px; }
.article-product span { display: flex; flex-direction: column; }
.article-product small { color: var(--text-muted); margin-top: 4px; }
.article-related > div { display: grid; gap: 10px; }
.article-related a { display: flex; justify-content: space-between; padding: 14px 0; border-bottom: 1px solid var(--divider); color: var(--text-primary); }
.document-group { margin: 46px 0; }
.document-group > h2 { display: flex; gap: 10px; align-items: center; }
.document-group > h2 span { font-size: .85rem; color: var(--text-muted); }
.document-list { display: grid; gap: 10px; }
.document-row { display: grid; grid-template-columns: 62px minmax(0,1fr) auto; gap: 18px; align-items: center; padding: 18px; background: #fff; border: 1px solid var(--border-color); border-radius: 14px; color: var(--text-primary); }
.document-row__icon { width: 54px; height: 54px; display: grid; place-items: center; background: #efe7dc; border-radius: 10px; color: #aa2029; font-size: .72rem; font-weight: 900; }
.document-row > span:nth-child(2) { display: flex; flex-direction: column; }
.document-row small { color: var(--text-secondary); margin-top: 4px; }
.document-row em { color: var(--text-muted); font-size: .8rem; margin-top: 4px; }
.document-row > b { color: #aa2029; }
.document-page { max-width: 960px; }
.document-page > article { background: #fff; border: 1px solid var(--border-color); border-radius: 22px; padding: clamp(24px,5vw,60px); }
.document-meta { display: flex; flex-wrap: wrap; gap: 20px; margin: 24px 0; color: var(--text-secondary); }
.document-downloads { margin: 36px 0; }
.document-downloads > a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 18px; margin: 10px 0; border: 1px solid var(--border-color); border-radius: 12px; color: var(--text-primary); }
.document-downloads > a > span { display: flex; flex-direction: column; }
.document-downloads small { color: var(--text-muted); }
.document-downloads b { padding: 9px 16px; border-radius: 8px; background: #aa2029; color: #fff; }
@media (max-width: 900px) { .content-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 640px) { .content-main { padding-top: 18px; } .content-grid { grid-template-columns: 1fr; } .article-page { border-radius: 14px; } .article-products__grid { grid-template-columns: 1fr; } .document-row { grid-template-columns: 48px minmax(0,1fr); } .document-row__icon { width: 44px; height: 44px; } .document-row > b { grid-column: 2; } }
