.dc-post {
    --g: #d4a24e; --g2: #e7c98b; --ink: #08131f; --ink2: #0a1b2a;
    --ivory: #fbf7f0; --hd: #11212f; --tx: #4c5560; --line: rgba(17,33,47,.12);
    font-family: 'Karla', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* hero */
.dc-post__hero {
    position: relative; overflow: hidden; isolation: isolate;
    padding: clamp(180px, 24vw, 270px) 0 clamp(70px, 9vw, 120px);
    color: #fff; text-align: center;
    background: linear-gradient(180deg, var(--ink2) 0%, var(--ink) 100%);
}
.dc-post__hero-bg {
    position: absolute; inset: 0; z-index: -2;
    background-size: cover; background-position: center;
    transform: scale(1.04);
}
.dc-post__hero::after {
    content: ""; position: absolute; inset: 0; z-index: -1;
    background:
        radial-gradient(70% 80% at 85% 0%, rgba(212,162,78,.14) 0%, transparent 55%),
        linear-gradient(180deg, rgba(10,27,42,.82) 0%, rgba(8,19,31,.93) 100%);
}
.dc-post__hero-inner { max-width: 860px; margin: 0 auto; padding: 0 22px; }
.dc-post__chip {
    display: inline-block; margin-bottom: 20px;
    padding: 7px 16px; border-radius: 999px;
    background: rgba(255,255,255,.08); border: 1px solid rgba(231,201,139,.4);
    color: var(--g2); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
    text-decoration: none;
}
.dc-post__title {
    margin: 0 0 22px; font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 600; line-height: 1.14;
    color: #fff;
}
.dc-post__meta {
    display: inline-flex; align-items: center; gap: 12px;
    font-size: .88rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
    color: rgba(255,255,255,.62);
}
.dc-post__meta svg { width: 16px; height: 16px; color: var(--g2); }

/* artikel */
.dc-post__body { background: var(--ivory); padding: clamp(56px, 7vw, 96px) 0; }
.dc-post__article {
    max-width: 760px; margin: 0 auto; padding: 0 22px;
    font-size: 1.08rem; line-height: 1.85; color: var(--tx);
}
.dc-post__article > *:first-child { margin-top: 0; }
.dc-post__article p { margin: 0 0 1.35em; }
.dc-post__article a { color: var(--g); font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--g2); transition: color .25s ease; }
.dc-post__article a:hover { color: var(--hd); }
.dc-post__article h2, .dc-post__article h3 {
    margin: 1.6em 0 .6em; font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600; line-height: 1.25; color: var(--hd);
}
.dc-post__article h2 { font-size: 1.75rem; }
.dc-post__article h3 { font-size: 1.35rem; }
.dc-post__article ul, .dc-post__article ol { margin: 0 0 1.35em; padding-left: 1.2em; }
.dc-post__article li { margin-bottom: .55em; }
.dc-post__article li::marker { color: var(--g); font-weight: 700; }
.dc-post__article img { max-width: 100%; height: auto; border-radius: 16px; }
.dc-post__article blockquote {
    margin: 1.6em 0; padding: 18px 26px;
    border-left: 3px solid var(--g);
    background: #fff; border-radius: 0 14px 14px 0;
    font-family: 'Playfair Display', Georgia, serif; font-style: italic; font-size: 1.15rem; color: var(--hd);
}
.dc-post__article strong { color: var(--hd); }

/* footer van artikel */
.dc-post__foot {
    max-width: 760px; margin: clamp(40px,5vw,56px) auto 0; padding: 26px 22px 0;
    border-top: 1px solid var(--line);
    display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.dc-post__back {
    display: inline-flex; align-items: center; gap: 9px;
    font-size: .95rem; font-weight: 700; color: var(--hd); text-decoration: none;
    transition: color .25s ease;
}
.dc-post__back svg { width: 17px; height: 17px; color: var(--g); }
.dc-post__back:hover { color: var(--g); }
.dc-post__tagline { font-size: .85rem; color: var(--tx); }

/* vorige / volgende */
.dc-post__nav {
    max-width: 1000px; margin: clamp(48px,6vw,72px) auto 0; padding: 0 22px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 18px;
}
.dc-post__nav-card {
    display: flex; flex-direction: column; gap: 8px;
    padding: 24px 26px; border-radius: 16px;
    background: #fff; border: 1px solid var(--line); text-decoration: none;
    transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s ease;
}
.dc-post__nav-card:hover { transform: translateY(-4px); box-shadow: 0 24px 48px -26px rgba(17,33,47,.35); }
.dc-post__nav-card--next { text-align: right; align-items: flex-end; }
.dc-post__nav-k {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--g);
}
.dc-post__nav-k svg { width: 14px; height: 14px; }
.dc-post__nav-t { font-family: 'Playfair Display', Georgia, serif; font-size: 1.1rem; font-weight: 600; line-height: 1.35; color: var(--hd); }
.dc-post__nav-card:hover .dc-post__nav-t { color: var(--g); }

@media (max-width: 620px) {
    .dc-post__nav { grid-template-columns: 1fr; }
    .dc-post__nav-card--next { text-align: left; align-items: flex-start; }
}
