.dm-hero{font-family:var(--ui);color:var(--text);border-radius:var(--radius-card)}.dm-hero__copy{flex-direction:column;min-width:0;display:flex}.dm-hero__eyebrow{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--mark);align-items:center;gap:9px;margin-bottom:16px;font-size:11px;font-weight:500;display:flex}.dm-hero__title{font-family:var(--display);letter-spacing:-.025em;color:var(--text);max-width:380px;margin:0;font-size:38px;font-weight:700;line-height:1.05}.dm-hero__body{color:var(--text-2);max-width:360px;margin:18px 0 26px;font-size:15px;line-height:1.6}.dm-hero__actions{align-items:center;gap:18px;display:flex}.dm-hero__mark{align-items:center;gap:2px;display:inline-flex}.dm-hero__mark-dot{background:var(--mark);border-radius:50%;width:5px;height:5px}.dm-hero__mark-line{background:var(--mark);height:2px}.dm-hero__primary{font-family:var(--ui);border-radius:var(--radius-button);background:var(--primary-btn);color:var(--focus-text);cursor:pointer;border:0;align-items:center;gap:9px;padding:13px 22px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.dm-hero__primary:hover{opacity:.92}.dm-hero__secondary{appearance:none;font-family:var(--ui);color:var(--focus);cursor:pointer;white-space:nowrap;background:0 0;border:0;padding:0;font-size:15px;font-weight:600;text-decoration:none}.dm-hero__secondary:after{content:" →"}.dm-hero__secondary-btn{font-family:var(--ui);border-radius:var(--radius-button);color:var(--text);border:1px solid var(--border-strong);cursor:pointer;background:0 0;padding:13px 22px;font-size:15px;font-weight:600;text-decoration:none}.dm-hero__media{background:repeating-linear-gradient(135deg, var(--surface-2), var(--surface-2) 12px, var(--surface-3) 12px, var(--surface-3) 24px);align-items:flex-end;min-width:0;min-height:356px;padding:16px;display:flex;overflow:hidden}.dm-hero__media>*{object-fit:cover;width:100%;height:100%}.dm-hero__media:has(img){background:0 0;padding:0}.dm-hero__media:has(img) img{border-radius:var(--radius-media)}.dm-hero--split-right,.dm-hero--split-left{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);min-height:356px;display:grid;overflow:hidden}.dm-hero--split-right{grid-template-columns:1.06fr .94fr}.dm-hero--split-left{grid-template-columns:.94fr 1.06fr}.dm-hero--split-right .dm-hero__copy,.dm-hero--split-left .dm-hero__copy{justify-content:center;padding:44px 40px}.dm-hero--editorial{background:var(--surface);border:1px solid var(--border);box-shadow:var(--card-shadow);padding:52px 48px}.dm-hero--editorial .dm-hero__title{max-width:640px;font-size:44px;line-height:1.04}.dm-hero--editorial .dm-hero__body{max-width:520px;margin:20px 0 28px}.dm-hero--centered{background:var(--surface-2);border:1px solid var(--border);text-align:center;flex-direction:column;align-items:center;padding:56px 40px;display:flex}.dm-hero--centered .dm-hero__copy{align-items:center}.dm-hero--centered .dm-hero__title{max-width:600px;font-size:40px}.dm-hero--centered .dm-hero__body{max-width:480px}.dm-hero--centered .dm-hero__actions{gap:14px}.dm-hero--full-bleed{min-height:384px;position:relative;overflow:hidden}.dm-hero__bleed-media{background:repeating-linear-gradient(135deg, var(--surface-2), var(--surface-2) 13px, var(--surface-3) 13px, var(--surface-3) 26px);position:absolute;inset:0}.dm-hero__bleed-media>*{object-fit:cover;width:100%;height:100%}.dm-hero__scrim{background:var(--scrim);position:absolute;inset:0}.dm-hero__bleed-inner{flex-direction:column;justify-content:center;padding:48px;display:flex;position:absolute;inset:0}.dm-hero--full-bleed .dm-hero__eyebrow{color:var(--on-ink-muted)}.dm-hero--full-bleed .dm-hero__eyebrow .dm-hero__mark-dot,.dm-hero--full-bleed .dm-hero__eyebrow .dm-hero__mark-line{background:var(--on-ink-muted)}.dm-hero--full-bleed .dm-hero__title{color:var(--on-ink-text);text-shadow:0 2px 24px #0006;max-width:560px;font-size:42px}.dm-hero--full-bleed .dm-hero__body{color:var(--on-ink-muted);text-shadow:0 1px 12px #00000080;max-width:460px}.dm-hero--full-bleed .dm-hero__primary{background:var(--on-ink-text);color:var(--ink-surface)}.dm-hero--full-bleed .dm-hero__secondary{color:var(--on-ink-text)}@media (max-width:720px){.dm-hero--split-right,.dm-hero--split-left{grid-template-columns:minmax(0,1fr)}.dm-hero__title{font-size:30px}.dm-hero--editorial .dm-hero__title{font-size:32px}.dm-hero--centered .dm-hero__title{font-size:30px}.dm-hero--full-bleed .dm-hero__title{font-size:32px}}
.dm-card{font-family:var(--ui);color:var(--text)}.dm-card__mark{align-items:center;gap:2px;display:inline-flex}.dm-card__mark-dot{background:var(--mark);border-radius:50%;width:5px;height:5px}.dm-card__mark-line{background:var(--mark);height:2px}.dm-card__head{align-items:center;gap:8px;margin-bottom:9px;display:flex}.dm-card__eyebrow{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ochre-ink);font-size:10px}.dm-card__eyebrow--light{color:#f2be88}.dm-card__eyebrow--rail{color:#bbd0e6}.dm-card__eyebrow--spaced{margin-bottom:10px}.dm-card__title{letter-spacing:-.01em;color:var(--text);margin-bottom:6px;font-size:18px;font-weight:600;line-height:1.25}.dm-card__title--lg{font-size:21px;line-height:1.2}.dm-card__title--light{color:#f6f4ef}.dm-card__body{color:var(--text-2);font-size:13.5px;line-height:1.55}.dm-card__body--light{color:#ede6d8;text-shadow:0 1px 10px #00000080}.dm-card__body--muted{color:var(--text-2)}.dm-card__tags{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.dm-card__tag{font-family:var(--mono);border-radius:var(--radius-chip);border:1px solid var(--border);color:var(--text-2);padding:5px 10px;font-size:11px}.dm-card--default{background:var(--surface);border:var(--surface-border-width) solid var(--border);border-radius:var(--radius-card);box-shadow:var(--surface-shadow)}.dm-card__media{background:repeating-linear-gradient(135deg, var(--surface-2), var(--surface-2) 9px, var(--surface-3) 9px, var(--surface-3) 18px)}.dm-card__media>*{object-fit:cover;width:100%;height:100%;display:block}.dm-card__default-body{padding:18px 18px 20px}.dm-card--overlay{border-radius:var(--radius-card);position:relative;overflow:hidden}.dm-card__media-fill{background:repeating-linear-gradient(135deg, var(--surface-2), var(--surface-2) 11px, var(--surface-3) 11px, var(--surface-3) 22px);position:absolute;inset:0}.dm-card__media-fill>*{object-fit:cover;width:100%;height:100%}.dm-card__scrim{background:var(--scrim);position:absolute;inset:0}.dm-card__overlay-inner{flex-direction:column;padding:18px;display:flex;position:absolute;inset:0}.dm-card__overlay-copy{margin-top:auto}.dm-card__title--light.dm-card__title{text-shadow:0 1px 14px #00000073}.dm-card--split{background:var(--surface);border:var(--surface-border-width) solid var(--border);border-radius:var(--radius-card);min-height:172px;box-shadow:var(--surface-shadow);display:flex;overflow:hidden}.dm-card__split-media{background:repeating-linear-gradient(135deg, var(--surface-2), var(--surface-2) 9px, var(--surface-3) 9px, var(--surface-3) 18px);flex:none;width:42%}.dm-card__split-media>*{object-fit:cover;width:100%;height:100%}.dm-card__split-body{flex-direction:column;justify-content:center;min-width:0;padding:22px 24px;display:flex}.dm-card--ink{background:var(--ink-surface);border-radius:var(--radius-card);flex-direction:column;padding:24px 22px;display:flex}.dm-card--ink .dm-card__mark{margin-bottom:auto}.dm-card__mark--light .dm-card__mark-dot,.dm-card__mark--light .dm-card__mark-line{background:var(--mark)}.dm-card--two-tone{border:var(--surface-border-width) solid var(--border);border-radius:var(--radius-card);min-height:172px;box-shadow:var(--surface-shadow);display:flex;overflow:hidden}.dm-card__rail{background:var(--focus);flex-direction:column;flex:none;justify-content:space-between;width:38%;padding:22px;display:flex}.dm-card__two-tone-body{background:var(--surface);flex:1;padding:24px}.dm-card__children{font-family:var(--ui);color:var(--text-2);font-size:13.5px;line-height:1.55}.dm-card__title,.dm-card__body{overflow-wrap:anywhere}
.dm-postcard{border:1px solid var(--border);background:var(--surface);cursor:pointer;font-family:var(--ui);border-radius:14px;text-decoration:none;transition:transform .14s,box-shadow .14s;display:block;overflow:hidden}.dm-postcard:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.dm-postcard__thumb{background:var(--surface-2);border-bottom:1px solid var(--border);height:150px;overflow:hidden}.dm-postcard__thumb img{object-fit:cover;width:100%;height:100%;display:block}.dm-postcard__body{padding:15px 16px}.dm-postcard__tag{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:var(--focus);margin-bottom:8px;font-size:10px}.dm-postcard__title{color:var(--text);font-size:15px;font-weight:600;line-height:1.35}.dm-postcard__meta{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:var(--text-3);margin-top:10px;font-size:10px}
.dm-article{max-width:720px;font-family:var(--ui);color:var(--text);margin:0 auto;padding:40px 0 60px}.dm-article__back{font-family:var(--mono);color:var(--text-2);cursor:pointer;background:0 0;border:0;margin-bottom:36px;padding:0;font-size:12.5px}.dm-article__back:hover{color:var(--text)}.dm-article__badges{gap:8px;margin-bottom:18px;display:flex}.dm-article__badge{font-family:var(--mono);border-radius:999px;padding:3px 9px;font-size:11px;font-weight:500}.dm-article__badge--focus{color:var(--focus);background:var(--info-bg);border:1px solid var(--info-bd)}.dm-article__badge--neutral{color:var(--text-2);background:var(--surface-2);border:1px solid var(--border)}.dm-article__title{font-family:var(--display);letter-spacing:-.02em;color:var(--text);margin:0 0 18px;font-size:40px;font-weight:700;line-height:1.12}.dm-article__dek{color:var(--text-2);margin:0 0 26px;font-size:18px;line-height:1.6}.dm-article__byline{border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:28px}.dm-article__lead{margin:0 0 36px}.dm-article__lead-media{background:var(--surface-2);border:1px solid var(--border);border-radius:16px;justify-content:center;align-items:center;height:300px;margin-bottom:14px;display:flex;overflow:hidden}.dm-article__lead-media>img{object-fit:cover;width:100%;height:100%}.dm-article__ph{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);font-size:10px}.dm-article__lead-cap{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-3);text-align:center;font-size:10px}.dm-article__prose p{color:var(--text);margin:0 0 20px;font-size:16.5px;line-height:1.75}.dm-article__prose h2{font-family:var(--display);letter-spacing:-.01em;color:var(--text);margin:36px 0 14px;font-size:24px;font-weight:700}.dm-article__prose strong{font-weight:600}.dm-article__prose em{font-style:italic}.dm-article__prose code{font-family:var(--mono);color:var(--focus);background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:1px 6px;font-size:.86em}.dm-article__prose>:first-child{margin-top:0}.dm-article__tags{border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap;gap:8px;margin:36px 0;padding:28px 0;display:flex}.dm-article__tag{font-family:var(--mono);color:var(--text-2);border:1px solid var(--border-strong);border-radius:999px;padding:4px 11px;font-size:11px}.dm-article__author{margin-bottom:44px}.dm-article__related-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-2);margin-bottom:16px;font-size:10px}.dm-article__related{grid-template-columns:1fr 1fr 1fr;gap:16px;display:grid}@media (max-width:720px){.dm-article{padding:20px 0 40px}.dm-article__title{font-size:28px}.dm-article__lead-media{height:200px}}
.dm-authorcard{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);font-family:var(--ui);border-radius:16px;align-items:flex-start;gap:16px;padding:24px;display:flex}.dm-authorcard__avatar{color:#fff;width:52px;height:52px;font-family:var(--mono);border-radius:15px;flex:none;justify-content:center;align-items:center;font-size:16px;font-weight:600;display:inline-flex}.dm-authorcard__body{flex:1;min-width:0}.dm-authorcard__name{color:var(--text);font-size:15px;font-weight:600}.dm-authorcard__bio{color:var(--text-2);margin-top:5px;font-size:13.5px;line-height:1.55}.dm-authorcard__btn{font-family:var(--ui);white-space:nowrap;cursor:pointer;color:var(--text);border:1px solid var(--border-strong);background:0 0;border-radius:10px;flex:none;padding:9px 16px;font-size:13.5px;font-weight:600}.dm-authorcard__btn:hover{border-color:var(--focus);color:var(--focus)}
.dm-byline{font-family:var(--ui);align-items:center;gap:13px;display:inline-flex}.dm-byline__avatar{color:#fff;font-family:var(--mono);border-radius:11px;flex:none;justify-content:center;align-items:center;font-weight:600;display:inline-flex}.dm-byline--sm .dm-byline__avatar{border-radius:9px;width:32px;height:32px;font-size:11px}.dm-byline--md .dm-byline__avatar{width:40px;height:40px;font-size:13px}.dm-byline--lg .dm-byline__avatar{border-radius:13px;width:48px;height:48px;font-size:15px}.dm-byline__who{min-width:0}.dm-byline__name{color:var(--text);font-size:14px;font-weight:600}.dm-byline--lg .dm-byline__name{font-size:15px}.dm-byline__meta{font-family:var(--mono);letter-spacing:.11em;text-transform:uppercase;color:var(--text-3);margin-top:2px;font-size:10px}
