/* Editorial extensions of the existing post, paper and typography system. */
.post--feature { max-width: 1120px; padding-inline: var(--gutter); }
.post--feature .post__head { max-width: 900px; }
.post--feature .post__title { font-size: clamp(2.35rem, 5.4vw, 4.5rem); line-height: 1.12; text-wrap: balance; }
.post__deck { max-width: 65ch; font-size: clamp(1.1rem, 2vw, 1.35rem); color: var(--soft); }
.post__crumb { display: flex; flex-wrap: wrap; gap: .5rem; }
.post__figure { margin: 2rem 0 3rem; }
.post__figure .post__cover { margin: 0; max-height: 480px; object-fit: cover; object-position: center 42%; }
.post__figure figcaption { font-size: .8rem; color: var(--soft); margin-top: .75rem; }
.post--feature .post__body { font-size: 1rem; line-height: 1.85; }
.post--feature .post__body > p { max-width: 72ch; }
.post--feature .post__body h2 { margin: 0 0 1rem; font-size: clamp(1.8rem, 3.5vw, 2.7rem); line-height: 1.2; }
.post--feature .post__body h3 { font-size: 1.4rem; line-height: 1.35; margin-bottom: .65rem; }
.feature-section { margin-block: 3.5rem; }
.feature-story, .feature-callout { padding: clamp(1.25rem, 3vw, 2.5rem); background: var(--paper-deep); border-inline-start: 3px solid var(--leather); margin-block: 2.5rem; }
.feature-story p:last-child, .feature-callout p:last-child { margin-bottom: 0; }
.feature-note { font-size: .85rem; color: var(--soft); }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; padding: 0; list-style: none; }
.feature-card { background: var(--white); border: 1px solid var(--line); padding: clamp(1.2rem, 2.5vw, 2rem); min-width: 0; }
.feature-card p:last-child { margin-bottom: 0; }
.feature-step { display: block; color: var(--leather); font-size: .85rem; margin-bottom: .75rem; }
.feature-quote { margin: 3rem 0; padding-block: 1.5rem; border-block: 1px solid var(--line); font: 500 clamp(1.6rem, 3vw, 2.4rem)/1.45 var(--font-display, var(--serif)); max-width: 32ch; }
.feature-checklist { padding-inline-start: 1.5rem; }
.feature-checklist li { padding: .8rem .5rem; border-bottom: 1px solid var(--line); }
.feature-profile { border: 1px solid var(--line); background: var(--white); padding: 1.5rem; }
.feature-profile dt { color: var(--soft); font-size: .85rem; }
.feature-profile dd { margin: .15rem 0 1rem; font-weight: 600; }
.feature-sources { border-top: 1px solid var(--line); padding-top: 2rem; font-size: .9rem; }
.post--feature a { text-underline-offset: .2em; overflow-wrap: anywhere; }
.post--feature a:focus-visible { outline: 2px solid var(--leather); outline-offset: 4px; }
html[dir="rtl"] .post--feature .post__title { letter-spacing: 0; line-height: 1.5; }
html[dir="rtl"] .post--feature .eyebrow { letter-spacing: 0; }
html[dir="rtl"] .post--feature .post__body { line-height: 2; }
@media (max-width: 640px) { .feature-grid { grid-template-columns: 1fr; } .post--feature { padding-top: 2rem; } .feature-section { margin-block: 2.5rem; } }
