/* Блог EV.UM.DESIGN — типографика статей в стиле сайта (Cormorant + Onest, forest accent) */
.post-hero { padding: clamp(96px,15vh,168px) 0 clamp(28px,5vw,52px); border-bottom: 1px solid var(--line); }
.post-hero .crumbs { font-family: var(--ff-sans); font-size: 14px; color: var(--ink-mute); margin-bottom: 20px; }
.post-hero .crumbs a { color: var(--ink-soft); text-decoration: none; }
.post-hero .crumbs a:hover { color: var(--accent); }
.post-hero h1 { font-family: var(--ff-disp); font-weight: 500; font-size: clamp(34px,6vw,62px); line-height: 1.05; letter-spacing: -.01em; max-width: 20ch; margin: 0; }
.post-meta { font-family: var(--ff-sans); color: var(--ink-mute); font-size: 14px; display: flex; gap: 8px 18px; flex-wrap: wrap; align-items: center; }
.post-meta .cat { color: var(--accent); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.post-hero .post-meta { margin-bottom: 16px; }

.post-body { max-width: 760px; margin: 0 auto; padding: clamp(36px,6vw,64px) 0; }
.post-body h2 { font-family: var(--ff-disp); font-weight: 500; font-size: clamp(24px,3.4vw,34px); line-height: 1.12; margin: 42px 0 14px; scroll-margin-top: 90px; }
.post-body h3 { font-family: var(--ff-sans); font-weight: 700; font-size: 20px; margin: 28px 0 10px; }
.post-body p, .post-body li { font-family: var(--ff-sans); color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.post-body p { margin-bottom: 16px; }
.post-body ul, .post-body ol { margin: 0 0 18px; padding-left: 22px; display: grid; gap: 8px; }
.post-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }
.post-body strong { color: var(--ink); }
.post-body blockquote { border-left: 2px solid var(--accent); padding: 4px 0 4px 22px; margin: 24px 0; font-family: var(--ff-disp); font-size: 23px; line-height: 1.3; font-style: italic; color: var(--ink); }

.post-toc { background: var(--paper-2); border: 1px solid var(--line); padding: 22px 26px; margin: 26px 0; }
.post-toc b { font-family: var(--ff-sans); font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-mute); }
.post-toc ul { list-style: none; padding: 0; margin: 12px 0 0; display: grid; gap: 7px; }
.post-toc a { color: var(--accent); text-decoration: none; font-family: var(--ff-sans); }
.post-toc a:hover { text-decoration: underline; }

.posts-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: clamp(20px,3vw,36px); }
.post-card { display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--field); padding: 30px; text-decoration: none; color: inherit; transition: transform .4s var(--ease), border-color .4s var(--ease); }
.post-card:hover { transform: translateY(-4px); border-color: var(--accent); }
.post-card h3 { font-family: var(--ff-disp); font-weight: 500; font-size: 26px; line-height: 1.1; margin: 10px 0 8px; }
.post-card p { font-family: var(--ff-sans); color: var(--ink-soft); font-size: 15px; line-height: 1.6; flex: 1; }
.post-card .more { color: var(--accent); font-weight: 600; margin-top: 16px; font-size: 14px; font-family: var(--ff-sans); }

.post-cta { background: var(--accent); color: var(--on-accent); padding: clamp(40px,6vw,72px); text-align: center; margin-top: clamp(40px,6vw,72px); }
.post-cta h2 { font-family: var(--ff-disp); font-weight: 500; font-size: clamp(26px,4vw,40px); color: var(--on-accent); margin: 0 0 10px; }
.post-cta p { font-family: var(--ff-sans); color: var(--on-accent); opacity: .85; max-width: 48ch; margin: 0 auto; }
.post-cta .btn { background: var(--on-accent); color: var(--accent); border-color: var(--on-accent); margin-top: 24px; }

.post-foot { border-top: 1px solid var(--line); margin-top: 44px; padding-top: 22px; }
.post-foot a { color: var(--accent); text-decoration: none; font-family: var(--ff-sans); font-weight: 600; }
