/* Homepage-specific sections — overgenomen uit
   ClaudeDesignReference/design/Homepage.html (inline <style>). */

/* ─── Hero (Vogue layout): featured center + side stacks ─── */
.hero {
    padding: 32px 0 64px;
    display: grid;
    grid-template-columns: 0.95fr 1.85fr 0.95fr;
    gap: 32px;
    align-items: stretch;
}

.hero-side {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 4px;
}

.hero-side .side-head {
    font-family: var(--serif);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--terracotta);
    padding-bottom: 10px;
    border-bottom: 1.5px solid var(--ink);
}

.hero-side .side-empty {
    font-family: var(--serif);
    font-style: italic;
    color: var(--ink-mute);
    font-size: 13px;
    margin: 0;
}

.side-item {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--rule);
    text-decoration: none;
    color: var(--ink);
}

.side-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.side-item .thumb {
    aspect-ratio: 4 / 3;
    border-radius: 4px;
    overflow: hidden;
    filter: drop-shadow(3px 5px 0 rgba(26, 26, 26, 0.06));
}

.side-item .thumb svg,
.side-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.side-item .meta {
    font-family: var(--serif);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--plum);
    margin-bottom: 3px;
}

.side-item h3 {
    font-family: var(--display);
    font-size: 19px;
    line-height: 1.15;
    margin: 0 0 6px;
    letter-spacing: -0.005em;
}

.side-item h3 em { color: var(--plum); }

.side-item .by {
    font-family: var(--serif);
    font-style: italic;
    color: var(--ink-mute);
    font-size: 12px;
}

.side-item:hover h3 { color: var(--terracotta); }

/* Center column ─────────────────────────────────── */
.hero-center {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}

.hero-center .center-tag {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--serif);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--terracotta);
    padding-bottom: 10px;
    border-bottom: 1.5px solid var(--ink);
}

.hero-center .center-tag .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--terracotta);
}

.hero-center .center-tag .nr {
    margin-left: auto;
    color: var(--ink-mute);
    font-style: italic;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
}

.hero-cover-wrap {
    position: relative;
    width: 100%;
    /* Vierkant — uploaded images worden via object-fit:cover gecropt naar dit kader. */
    aspect-ratio: 1 / 1;
    border-radius: 6px;
    overflow: hidden;
    filter: drop-shadow(10px 14px 0 rgba(26, 26, 26, 0.08)) drop-shadow(0 8px 16px rgba(26, 26, 26, 0.10));
}

.hero-cover-wrap svg,
.hero-cover-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-cover-wrap .meta-line {
    position: absolute;
    bottom: 18px;
    left: 18px;
    display: flex;
    gap: 14px;
    font-family: var(--serif);
    font-size: 11px;
    color: var(--paper);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(26, 26, 26, 0.7);
    padding: 7px 14px;
    border-radius: 3px;
    backdrop-filter: blur(2px);
}

.hero-center h1 {
    font-family: var(--display);
    font-size: 52px;
    line-height: 1;
    letter-spacing: -0.02em;
    margin: 14px 0 8px;
    text-align: center;
    text-wrap: balance;
}

.hero-center h1 em { color: var(--plum); }

.hero-center h1 a {
    color: inherit;
    text-decoration: none;
}

.hero-center .by {
    font-family: var(--serif);
    font-style: italic;
    color: var(--ink-mute);
    font-size: 14px;
    text-align: center;
    margin: 0 0 12px;
}

.hero-center .by strong { font-style: normal; color: var(--ink); font-weight: 500; }

.hero-center p.lead {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin: 0 0 18px;
    max-width: 54ch;
    text-align: center;
    text-wrap: pretty;
}

.hero-center .read-more {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    color: var(--ink);
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1.5px solid var(--ink);
    transition: all 0.2s;
}

.hero-center .read-more:hover {
    color: var(--terracotta);
    border-color: var(--terracotta);
    gap: 18px;
}

/* ─── Common rubriek-section header ──────────────── */
.rubriek-section {
    margin-top: 96px;
    position: relative;
}

.rubriek-section .r-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 36px;
    gap: 24px;
}

.rubriek-section .r-head h2 {
    font-family: var(--display);
    font-size: 56px;
    line-height: 1;
    letter-spacing: -0.015em;
    margin: 8px 0 0;
}

.rubriek-section .r-head h2 em { color: var(--plum); }

.rubriek-section .r-head .all {
    font-family: var(--serif);
    font-style: italic;
    font-size: 16px;
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid var(--ink);
    padding-bottom: 2px;
    flex: 0 0 auto;
}

.rubriek-section .r-head .all:hover { color: var(--terracotta); border-color: var(--terracotta); }

/* ─── Boekentips spotlight ───────────────────────── */
.cover-story {
    margin-top: 32px;
    padding: 56px 48px;
    background:
        radial-gradient(ellipse 50% 60% at 20% 30%, rgba(178, 93, 69, 0.20), transparent 70%),
        radial-gradient(ellipse 50% 50% at 85% 80%, rgba(233, 211, 106, 0.30), transparent 70%);
    border-radius: 12px;
}

.cover-story-frames {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    padding-top: 12px;
}

.cover-story-frame {
    display: flex;
    flex-direction: column;
    gap: 14px;
    color: var(--ink);
    text-decoration: none;
}

a.cover-story-frame { transition: transform 0.2s ease; }
a.cover-story-frame:hover { transform: translateY(-3px); }

.cover-story-frame .frame-img {
    aspect-ratio: 3 / 4;
    background: var(--paper);
    border: 1.5px solid var(--rule);
    border-radius: 2px;
    overflow: hidden;
    filter: drop-shadow(6px 10px 0 rgba(26, 26, 26, 0.08)) drop-shadow(0 4px 8px rgba(26, 26, 26, 0.12));
}

.cover-story-frame .frame-img img,
.cover-story-frame .frame-img svg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Subtiele tegen-de-draad-rotatie zoals de oude collage, maar in losse cards. */
.cover-story-frame.f1 .frame-img { transform: rotate(-2.5deg); }
.cover-story-frame.f2 .frame-img { transform: rotate( 1.5deg); }
.cover-story-frame.f3 .frame-img { transform: rotate(-1deg); }
.cover-story-frame.f4 .frame-img { transform: rotate( 2.5deg); }

.cover-story-frame .frame-caption {
    padding: 0 6px;
    text-wrap: balance;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cover-story-frame .frame-caption .title {
    font-family: var(--display);
    font-size: 19px;
    line-height: 1.2;
    color: var(--ink);
}

.cover-story-frame .frame-caption .author {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--ink-soft);
}

.cover-story-frame .frame-caption em { color: var(--plum); }

.cover-story-frame .frame-caption--empty {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--ink-mute);
}

/* ─── Two-col: Nachtkastje + Inspiratie ──────────── */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 48px;
    margin-top: 96px;
}

.nachtkastje {
    background: var(--plum);
    color: var(--paper);
    border-radius: 12px;
    padding: 40px 36px;
    position: relative;
    overflow: hidden;
}

.nachtkastje::before {
    content: '';
    position: absolute;
    right: -60px;
    top: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: var(--terracotta);
    opacity: 0.35;
}

.nachtkastje::after {
    content: '';
    position: absolute;
    left: -40px;
    bottom: -80px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--yellow);
    opacity: 0.25;
}

.nachtkastje > * { position: relative; z-index: 1; }
.nachtkastje .eyebrow { color: var(--yellow); }

.nachtkastje h3 {
    font-family: var(--display);
    font-size: 38px;
    line-height: 1;
    margin: 10px 0 24px;
}

.nachtkastje h3 em { color: var(--pink); }

.nachtkastje .object {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 18px;
    align-items: start;
    padding: 14px 0;
    border-top: 1px solid rgba(251, 246, 234, 0.18);
}

.nachtkastje .object:first-of-type { border-top: none; }

.nachtkastje .object .thumb {
    aspect-ratio: 3 / 4;
    border-radius: 2px;
    transform: rotate(-2deg);
    filter: drop-shadow(3px 5px 0 rgba(0, 0, 0, 0.2));
}

.nachtkastje .object .thumb svg,
.nachtkastje .object .thumb img { width: 100%; height: 100%; border-radius: 2px; object-fit: cover; }

.nachtkastje .object .info h4 {
    font-family: var(--display);
    font-size: 19px;
    line-height: 1.15;
    margin: 0 0 4px;
}

.nachtkastje .object .info h4 em { color: var(--yellow); }
.nachtkastje .object .info h4 a { color: inherit; text-decoration: none; }

.nachtkastje .object .info p {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    opacity: 0.85;
    margin: 0;
    line-height: 1.5;
}

/* ─── Compacte agenda naast Nachtkastje ─────────────── */
.agenda-compact {
    background: var(--paper);
    border: 1px solid var(--rule);
    color: var(--ink);
    padding: 40px 36px;
    border-radius: 10px;
    box-shadow: 5px 7px 0 rgba(26, 26, 26, 0.04);
}

.agenda-compact .eyebrow {
    font-family: var(--serif);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--terracotta);
}

.agenda-compact h3 {
    font-family: var(--display);
    font-size: 36px;
    line-height: 1.05;
    margin: 12px 0 24px;
    letter-spacing: -0.01em;
}

.agenda-compact h3 em { color: var(--plum); font-style: normal; }

.agenda-compact h3 a { color: inherit; text-decoration: none; transition: color 0.15s; }
.agenda-compact h3 a:hover { color: var(--terracotta); }
.agenda-compact h3 a:hover em { color: var(--terracotta); }

.agenda-compact .event-row {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 18px;
    padding: 18px 0;
    border-top: 1px dashed var(--rule);
    color: var(--ink);
    text-decoration: none;
    align-items: stretch;
}

.agenda-compact .event-row:first-of-type { border-top: none; padding-top: 4px; }

.agenda-compact .event-row .date {
    text-align: center;
    border-right: 1px solid var(--rule);
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.agenda-compact .event-row .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.agenda-compact .event-row .date .d {
    font-family: var(--display);
    font-size: 30px;
    line-height: 1;
    color: var(--plum);
    font-style: italic;
}

.agenda-compact .event-row .date .m {
    font-family: var(--serif);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-mute);
    margin-top: 4px;
}

.agenda-compact .event-row .info h4 {
    font-family: var(--display);
    font-size: 19px;
    line-height: 1.2;
    margin: 0;
    transition: color 0.15s;
}

.agenda-compact .event-row .info .loc {
    font-family: var(--serif);
    font-style: italic;
    color: var(--ink-mute);
    font-size: 13px;
    margin-top: 4px;
}

.agenda-compact .event-row:hover .info h4 { color: var(--terracotta); }

.agenda-compact .all {
    display: inline-block;
    margin-top: 22px;
    font-family: var(--serif);
    font-size: 14px;
    color: var(--plum);
    text-decoration: none;
    border-bottom: 1px solid var(--plum);
    padding-bottom: 2px;
}

.agenda-compact .all:hover { color: var(--terracotta); border-color: var(--terracotta); }

.agenda-compact .agenda-empty {
    font-family: var(--serif);
    font-style: italic;
    color: var(--ink-mute);
    font-size: 14px;
    margin: 0 0 8px;
}

/* ─── Cadeautips spotlight ───────────────────────── */
.cadeautips {
    padding: 56px 48px;
    background:
        radial-gradient(ellipse 50% 60% at 80% 30%, rgba(196, 168, 208, 0.32), transparent 70%),
        radial-gradient(ellipse 50% 50% at 15% 80%, rgba(178, 93, 69, 0.20), transparent 70%);
    border-radius: 12px;
}

.cadeautips .inner {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
}

.cadeautips .info h3 {
    font-family: var(--display);
    font-size: 48px;
    line-height: 1.02;
    margin: 0 0 14px;
    letter-spacing: -0.015em;
    text-wrap: balance;
}

.cadeautips .info h3 em { color: var(--plum); }
.cadeautips .info h3 a { color: inherit; text-decoration: none; }

.cadeautips .info p {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin: 0 0 22px;
    max-width: 50ch;
}

.cadeautips .themes { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.cadeautips .themes .chip { background: rgba(251, 246, 234, 0.65); }

.cadeautips .gifts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.gift-card {
    background: var(--paper);
    border-radius: 6px;
    padding: 14px;
    border: 1.5px solid var(--rule);
    display: flex;
    flex-direction: column;
    gap: 8px;
    box-shadow: 4px 6px 0 rgba(26, 26, 26, 0.05);
}

.gift-card .pic { aspect-ratio: 5 / 4; border-radius: 3px; overflow: hidden; }
.gift-card .pic svg, .gift-card .pic img { width: 100%; height: 100%; object-fit: cover; }

.gift-card .title {
    font-family: var(--display);
    font-size: 17px;
    line-height: 1.15;
    margin: 4px 0 0;
}

.gift-card .price {
    font-family: var(--serif);
    font-size: 13px;
    font-style: italic;
    color: var(--ochre);
}

/* ─── Trio: weekendlinks + op de hoogte ──────────── */
.trio {
    margin-top: 96px;
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 56px;
}

.trio-col { display: flex; flex-direction: column; }

.trio-col .col-head {
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 1.5px solid var(--ink);
}

.wl-item {
    padding: 16px 0;
    border-bottom: 1px dashed var(--rule);
    display: flex;
    gap: 12px;
    align-items: start;
}

.wl-item:last-child { border-bottom: none; }

.wl-item .num {
    font-family: var(--display);
    font-style: italic;
    font-size: 22px;
    color: var(--ochre);
    line-height: 1;
    flex: 0 0 auto;
    width: 32px;
}

.wl-item .body h5 {
    font-family: var(--serif);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 4px;
}

.wl-item .body h5 a {
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid var(--rule);
}

.wl-item .body h5 a:hover { color: var(--terracotta); border-color: var(--terracotta); }

.wl-item .body p {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--ink-mute);
    margin: 0;
    line-height: 1.45;
}

.odh-item {
    padding: 18px 0;
    border-bottom: 1px dashed var(--rule);
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 14px;
}

.odh-item:last-child { border-bottom: none; }

.odh-item .date {
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    color: var(--terracotta);
    letter-spacing: 0.04em;
    padding-top: 2px;
}

.odh-item h5 {
    font-family: var(--display);
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 4px;
}

.odh-item h5 em { color: var(--plum); }
.odh-item h5 a { color: inherit; text-decoration: none; }

.odh-item p {
    font-family: var(--serif);
    font-size: 13px;
    color: var(--ink-mute);
    line-height: 1.5;
    margin: 0;
}

/* ─── Over Heleen ─────────────────────────────────── */
.over {
    margin-top: 96px;
    display: grid;
    grid-template-columns: 1fr 460px;
    gap: 48px;
    align-items: start;
    padding: 56px 0;
    border-top: 1.5px solid var(--rule);
    border-bottom: 1.5px solid var(--rule);
}

.over .portrait {
    grid-column: 2;
    aspect-ratio: 5 / 4;
    transform: rotate(2deg);
    filter: drop-shadow(-8px 12px 0 rgba(26, 26, 26, 0.08));
}

.over-text {
    grid-column: 1;
    grid-row: 1;
}

.over .portrait svg,
.over .portrait img { width: 100%; height: 100%; border-radius: 4px; object-fit: cover; object-position: 65% center; }

.over-text .eyebrow { display: block; margin-bottom: 14px; }

.over-text h2 {
    font-family: var(--display);
    font-size: 48px;
    line-height: 1;
    margin: 0 0 18px;
    letter-spacing: -0.015em;
}

.over-text h2 em { color: var(--plum); }

.over-text h2 a { color: inherit; text-decoration: none; transition: color 0.15s; }
.over-text h2 a:hover { color: var(--terracotta); }
.over-text h2 a:hover em { color: var(--terracotta); }

.over-text p {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-soft);
    max-width: 56ch;
    margin: 0 0 14px;
}

.over-text .sig {
    font-family: var(--hand);
    font-size: 44px;
    line-height: 1;
    color: var(--plum);
    transform: rotate(-3deg);
    display: inline-block;
    margin-top: 10px;
}

/* ─── Nieuwsbrief CTA ─────────────────────────────── */
.news {
    margin: 64px 0 0;
    padding: 64px 56px;
    background: var(--plum);
    color: var(--paper);
    border-radius: 12px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.news h2 {
    font-family: var(--display);
    font-size: 42px;
    line-height: 1.05;
    margin: 0 0 12px;
}

.news h2 em { color: var(--lavender); }

.news p { margin: 0 0 8px; font-size: 17px; opacity: 0.85; max-width: 42ch; line-height: 1.5; }

.news .cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.news-btn {
    display: inline-block;
    background: var(--terracotta);
    color: var(--paper);
    font-family: var(--serif);
    font-size: 17px;
    padding: 16px 28px;
    border-radius: 999px;
    text-decoration: none;
    border: 1.5px solid var(--terracotta);
    transition: all 0.15s;
}

.news-btn:hover {
    background: var(--paper);
    color: var(--terracotta);
}

.news-btn--soon {
    background: transparent;
    color: var(--paper);
    border-color: rgba(251, 246, 234, 0.4);
    font-style: italic;
    cursor: not-allowed;
}

.news-btn--soon:hover {
    background: transparent;
    color: var(--paper);
}

.news .via {
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    opacity: 0.6;
}

.news .small {
    font-family: var(--hand);
    font-size: 44px;
    line-height: 1;
    color: var(--yellow);
    margin-top: 18px;
    display: inline-block;
    transform: rotate(-2deg);
}

/* ─── Responsive ──────────────────────────────────── */
@media (max-width: 1024px) {
    .hero,
    .cadeautips .inner,
    .two-col,
    .trio,
    .over,
    .news {
        /* minmax(0, 1fr) voorkomt dat min-content-items (form, h1) de track uitrekken */
        grid-template-columns: minmax(0, 1fr);
        gap: 32px;
    }

    .cover-story-frames { grid-template-columns: repeat(4, 1fr); gap: 16px; }
    .rubriek-section .r-head h2 { font-size: 40px; }
    .hero-center { order: -1; }

    /* Over-widget: op tablet/mobiel reset grid-column zodat foto + tekst
       gewoon stapelen in HTML-volgorde (foto bovenaan). De desktop-only
       links/rechts-toewijzing zou anders blijven plakken. */
    .over .portrait,
    .over-text {
        grid-column: auto;
        grid-row: auto;
    }
    .over .portrait {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
    .hero-center h1 { font-size: 44px; }
    .hero-side { flex-direction: row; flex-wrap: wrap; gap: 20px; }
    .hero-side .side-item { flex: 1 1 calc(50% - 10px); border-bottom: none; padding-bottom: 0; }
    .hero-side .side-head { flex-basis: 100%; }
}

.hero-more {
    grid-column: 1 / -1;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--plum);
    color: var(--paper);
    font-family: var(--serif);
    font-weight: 500;
    font-size: 15px;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    margin: 24px auto 0;
    transition: background-color 0.15s;
}

.hero-more:hover { background: var(--terracotta); }

/* Op desktop staat de agenda binnen .two-col naast Nachtkastje; de
   mobile-only slot tussen hero en cover-story is daar verborgen. */
.agenda-mobile-slot { display: none; }

@media (max-width: 768px) {
    /* Op mobiel komt de agenda boven de cover-story; de versie binnen
       .two-col is dan verborgen. */
    .agenda-mobile-slot { display: block; margin-top: 24px; }
    .two-col .agenda-compact { display: none; }

    /* Mobiel: max 5 artikel-cards naast het interview. De rechter-stack
       heeft 3 items; de derde wordt verborgen zodat 3 links + 2 rechts = 5 zichtbaar zijn.
       Wie meer wil leest verder via de knop. */
    .hero-side:last-of-type .side-item:nth-of-type(n+3) { display: none; }

    .hero-more { margin-top: 8px; }

    .inspiratie-grid,
    .inspiratie-grid .right-stack {
        grid-template-columns: 1fr;
    }

    .cover-story,
    .cadeautips,
    .news {
        padding: 32px 24px;
    }

    .cover-story-frames { grid-template-columns: 1fr; gap: 28px; }

    .hero-center h1 { font-size: 34px; }
    /* Reset flex-wrap uit tablet-block; anders gaan kolommen wrappen i.p.v. items stapelen. */
    .hero-side { flex-direction: column; flex-wrap: nowrap; gap: 22px; }
    .hero-side .side-head { flex-basis: auto; }
    .hero-side .side-item { flex: 0 0 auto; border-bottom: 1px dashed var(--rule); padding-bottom: 16px; }
    .hero-side .side-item:last-child { border-bottom: none; padding-bottom: 0; }
    .rubriek-section .r-head h2 { font-size: 32px; }
}

/* ─── 404 ─────────────────────────────────────────── */
.page-404 {
    max-width: var(--container-w);
    margin: 0 auto;
    padding: 64px var(--container-pad) 96px;
}

.page-404-head {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 64px;
}

.page-404-head h1 {
    font-family: var(--display);
    font-size: 72px;
    line-height: 1.05;
    letter-spacing: -0.02em;
    margin: 0 0 18px;
}

.page-404-head h1 em { color: var(--plum); font-style: normal; }

.page-404-lead {
    font-family: var(--serif);
    font-size: 18px;
    line-height: 1.55;
    color: var(--ink-soft);
    margin: 0 0 32px;
}

.page-404-search { margin: 0 auto 0; }

.page-404-recent {
    max-width: var(--container-w);
    margin: 0 auto 56px;
}

.page-404-recent .eyebrow {
    display: block;
    text-align: center;
    margin-bottom: 28px;
    font-family: var(--serif);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--terracotta);
}

.page-404-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.page-404-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.page-404-nav .header-pill {
    background: var(--plum);
    color: var(--paper);
    padding: 10px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--serif);
    font-size: 15px;
    transition: background-color 0.15s;
}

.page-404-nav .header-pill:hover { background: var(--terracotta); }

@media (max-width: 768px) {
    .page-404 { padding: 40px 20px 56px; }
    .page-404-head h1 { font-size: 44px; }
    .page-404-head { margin-bottom: 40px; }
    .page-404-list { grid-template-columns: 1fr; gap: 24px; }
    .page-404-recent { margin-bottom: 40px; }
}
