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

/* ─── Hero ─────────────────────────────────────────── */
.hero {
    position: relative;
    padding: 40px 0 64px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: stretch;
}

.hero .portrait-card {
    position: relative;
    aspect-ratio: 4 / 5;
    transform: rotate(-1.5deg);
    filter: drop-shadow(12px 18px 0 rgba(42, 29, 21, 0.08)) drop-shadow(0 8px 18px rgba(42, 29, 21, 0.14));
}

.hero .portrait-card svg,
.hero .portrait-card img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
    display: block;
}

.hero .portrait-card .pin {
    position: absolute;
    top: -12px;
    left: 60%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--terracotta);
    box-shadow: 0 2px 4px rgba(42, 29, 21, 0.3), inset -2px -2px 3px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.hero .meta-line {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    display: flex;
    justify-content: space-between;
    font-family: var(--serif);
    font-size: 13px;
    color: var(--paper);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    z-index: 2;
    background: rgba(42, 29, 21, 0.7);
    padding: 8px 14px;
    border-radius: 4px;
    backdrop-filter: blur(2px);
}

.hero-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px 0;
    position: relative;
}

.hero-text h1 {
    font-family: var(--display);
    font-size: 68px;
    line-height: 0.98;
    letter-spacing: -0.02em;
    margin: 22px 0 18px;
    text-wrap: balance;
}

.hero-text h1 em { font-style: italic; color: var(--plum); }

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

.hero-text .by {
    font-family: var(--serif);
    font-style: italic;
    color: var(--ink-mute);
    margin-bottom: 22px;
    font-size: 16px;
}

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

.hero-text p.lead {
    font-size: 19px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin: 0 0 28px;
    max-width: 50ch;
    text-wrap: pretty;
}

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

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

.hero-text .scribble-note {
    position: absolute;
    right: -10px;
    top: -10px;
    font-family: var(--hand);
    font-size: 24px;
    color: var(--ochre);
    transform: rotate(4deg);
    text-align: right;
    max-width: 180px;
    line-height: 1.15;
}

/* ─── Rubrieken navigator ─────────────────────────── */
.rubrieken-nav {
    margin: 24px 0 56px;
    padding: 36px 40px;
    background: var(--paper);
    border: 1.5px solid var(--rule);
    border-radius: 12px;
    box-shadow: 6px 10px 0 rgba(42, 29, 21, 0.04);
    position: relative;
}

.rubrieken-nav::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 40px;
    width: 80px;
    height: 22px;
    background: rgba(196, 168, 208, 0.6);
    transform: rotate(-3deg);
}

.rubrieken-nav h3 {
    font-family: var(--hand);
    font-size: 30px;
    margin: 0 0 24px;
    color: var(--plum);
    transform: rotate(-1deg);
    display: inline-block;
}

.rubrieken-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 24px;
}

.r-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--ink);
    font-family: var(--serif);
    font-size: 15px;
    transition: color 0.15s;
}

.r-link:hover { color: var(--terracotta); }

.r-link .dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex: 0 0 auto;
}

/* ─── 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 { font-style: italic; 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 ───────────────────────── */
.boekentips {
    padding: 56px 48px;
    background:
        radial-gradient(ellipse 50% 60% at 20% 30%, rgba(192, 133, 46, 0.20), transparent 70%),
        radial-gradient(ellipse 50% 50% at 85% 80%, rgba(233, 211, 106, 0.30), transparent 70%);
    border-radius: 12px;
}

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

.boekentips-frame {
    display: flex;
    flex-direction: column;
    gap: 14px;
    text-decoration: none;
    color: var(--ink);
    transition: transform 0.25s ease;
}

.boekentips-frame:hover { transform: translateY(-4px); }

.boekentips-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(42, 29, 21, 0.08)) drop-shadow(0 4px 8px rgba(42, 29, 21, 0.12));
}

.boekentips-frame .frame-img img,
.boekentips-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. */
.boekentips-frame.f1 .frame-img { transform: rotate(-2.5deg); }
.boekentips-frame.f2 .frame-img { transform: rotate( 1.5deg); }
.boekentips-frame.f3 .frame-img { transform: rotate(-1deg); }
.boekentips-frame.f4 .frame-img { transform: rotate( 2.5deg); }

.boekentips-frame .frame-caption {
    font-family: var(--display);
    font-size: 19px;
    line-height: 1.2;
    color: var(--ink);
    padding: 0 6px;
    text-wrap: balance;
}

.boekentips-frame .frame-caption em { font-style: italic; color: var(--terracotta); }

.boekentips-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 { font-style: italic; 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 { font-style: italic; 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;
}

.inspiratie { position: relative; }
.inspiratie .r-head { margin-bottom: 24px; }
.inspiratie .r-head h2 { font-size: 38px; }

.inspiratie-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) 1fr;
    gap: 14px;
    align-items: stretch;
}

.inspiratie-grid .right-stack {
    grid-column: 2;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 14px;
    min-width: 0;
}

.insp-cell {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    background: var(--bg-2);
    aspect-ratio: 16 / 10;
}

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

.insp-cell .badge {
    position: absolute;
    bottom: 8px;
    left: 8px;
    background: rgba(42, 29, 21, 0.75);
    color: var(--paper);
    font-family: var(--serif);
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 3px;
    backdrop-filter: blur(2px);
}

.inspiratie-grid .insta-feature {
    grid-column: 1;
    background: var(--paper);
    border: 1.5px solid var(--rule);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: var(--ink);
    box-shadow: 5px 7px 0 rgba(42, 29, 21, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.inspiratie-grid .insta-feature:hover {
    transform: translate(-1px, -1px);
    box-shadow: 7px 9px 0 rgba(42, 29, 21, 0.08);
}

.inspiratie-grid .insta-feature .preview {
    flex: 1;
    min-height: 0;
    position: relative;
    background: var(--bg);
}

.inspiratie-grid .insta-feature .preview svg,
.inspiratie-grid .insta-feature .preview img { width: 100%; height: 100%; display: block; object-fit: cover; }

.inspiratie-grid .insta-feature .cta {
    padding: 16px 20px;
    border-top: 1px solid var(--rule);
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: var(--serif);
    font-style: italic;
    font-size: 15px;
    color: var(--ink);
    background: var(--paper);
}

.inspiratie-grid .insta-feature .cta strong {
    font-style: normal;
    font-weight: 500;
    color: var(--plum);
}

.inspiratie-grid .insta-feature .cta .arrow { margin-left: auto; transition: transform 0.15s; }
.inspiratie-grid .insta-feature:hover .cta .arrow { transform: translateX(3px); }

/* ─── Agenda preview ──────────────────────────────── */
.agenda-list { display: flex; flex-direction: column; }

.agenda-row {
    display: grid;
    grid-template-columns: 110px 1.6fr 1fr 120px;
    gap: 32px;
    padding: 28px 12px;
    border-top: 1.5px solid var(--rule);
    align-items: start;
}

.agenda-row:last-child { border-bottom: 1.5px solid var(--rule); }

.agenda-row .date { text-align: center; padding-top: 4px; }

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

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

.agenda-row .date .y {
    font-family: var(--serif);
    font-size: 12px;
    color: var(--ink-mute);
    opacity: 0.7;
}

.agenda-row .a-main h4 {
    font-family: var(--display);
    font-size: 26px;
    line-height: 1.1;
    margin: 0 0 6px;
}

.agenda-row .a-main h4 em { font-style: italic; color: var(--plum); }
.agenda-row .a-main h4 a { color: inherit; text-decoration: none; }

.agenda-row .a-main .loc {
    font-family: var(--serif);
    font-style: italic;
    font-size: 15px;
    color: var(--ink-mute);
    margin-bottom: 10px;
}

.agenda-row .a-main .meta {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.agenda-row .a-quote {
    font-family: var(--serif);
    font-style: italic;
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.5;
    padding-left: 16px;
    border-left: 2px solid var(--ochre);
}

.agenda-row .a-link {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
    text-align: right;
}

.agenda-row .a-link a {
    font-family: var(--serif);
    font-style: italic;
    font-size: 14px;
    color: var(--ink);
    text-decoration: none;
    border-bottom: 1px solid var(--rule);
    padding-bottom: 1px;
}

.agenda-row .a-link a:hover { color: var(--terracotta); border-color: var(--terracotta); }

/* ─── 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(171, 79, 51, 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 { font-style: italic; color: var(--terracotta); }
.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(42, 29, 21, 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 { font-style: italic; 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: 280px 1fr;
    gap: 56px;
    align-items: center;
    padding: 56px 0;
    border-top: 1.5px solid var(--rule);
    border-bottom: 1.5px solid var(--rule);
}

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

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

.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 { font-style: italic; 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: 34px;
    color: var(--plum);
    transform: rotate(-3deg);
    display: inline-block;
    margin-top: 8px;
}

/* ─── 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 { font-style: italic; color: var(--yellow); }

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

.news .form {
    display: flex;
    background: var(--paper);
    border-radius: 999px;
    padding: 6px;
    align-items: center;
    position: relative;
}

.news input {
    flex: 1;
    border: 0;
    background: transparent;
    font-family: var(--serif-body);
    font-size: 17px;
    padding: 14px 22px;
    color: var(--ink);
    outline: none;
}

.news input::placeholder { color: var(--ink-mute); font-style: italic; }

.news button {
    border: 0;
    background: var(--terracotta);
    color: var(--paper);
    font-family: var(--serif);
    font-size: 16px;
    padding: 14px 26px;
    border-radius: 999px;
    cursor: pointer;
}

.news .small {
    font-family: var(--hand);
    font-size: 20px;
    color: var(--yellow);
    margin-top: 14px;
    display: inline-block;
    transform: rotate(-2deg);
}

/* ─── Responsive ──────────────────────────────────── */
@media (max-width: 1024px) {
    .hero,
    .cadeautips .inner,
    .two-col,
    .trio,
    .over,
    .news {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .boekentips-frames { grid-template-columns: repeat(2, 1fr); gap: 24px; }
    .rubrieken-grid { grid-template-columns: repeat(2, 1fr); }
    .rubriek-section .r-head h2 { font-size: 40px; }
    .hero-text h1 { font-size: 48px; }
}

@media (max-width: 640px) {
    .rubrieken-grid { grid-template-columns: 1fr; }

    .agenda-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 20px 8px;
    }

    .agenda-row .date { text-align: left; }
    .agenda-row .date .d { font-size: 40px; }
    .agenda-row .a-link { align-items: flex-start; text-align: left; }

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

    .boekentips,
    .cadeautips,
    .news {
        padding: 32px 24px;
    }

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

    .hero-text h1 { font-size: 36px; }
    .rubriek-section .r-head h2 { font-size: 32px; }
}
