* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 100vh;
    color: #1a1d21;
    line-height: 1.6;
    background-color: #e6dfd4;
    background-image: url("data:image/svg+xml,%3Csvg width='108' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='52' height='20' fill='%23c9a88a' opacity='0.45'/%3E%3Crect x='56' y='2' width='52' height='20' fill='%23c9a88a' opacity='0.45'/%3E%3Crect x='29' y='24' width='52' height='20' fill='%23c9a88a' opacity='0.45'/%3E%3Crect x='83' y='24' width='52' height='20' fill='%23c9a88a' opacity='0.45'/%3E%3C/svg%3E");
}

body.app-locked {
    overflow: hidden;
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    text-decoration: none;
    font-size: 0.95rem;
    margin-bottom: 24px;
    transition: color 0.2s;
}

/* Hamburger nav */
.hamburger-wrap {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 10000;
}
.hamburger-btn {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: background 0.2s, box-shadow 0.2s;
}
.hamburger-btn:hover {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.hamburger-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #475569;
    border-radius: 1px;
}
.nav-pane-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.3);
    z-index: 10010;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
}
.nav-pane-overlay.is-open { opacity: 1; visibility: visible; }
.nav-pane {
    position: fixed;
    top: 0;
    left: 0;
    width: 260px;
    max-width: 85vw;
    height: 100vh;
    background: linear-gradient(180deg, #fff 0%, #fefbf6 100%);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
    z-index: 10011;
    padding: 24px 20px;
    transform: translateX(-100%);
    transition: transform 0.25s ease-out;
}
.nav-pane-overlay.is-open .nav-pane { transform: translateX(0); }
.nav-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #c9a88a 0%, #a67c52 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    border-radius: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: filter 0.2s, transform 0.15s;
}
.nav-home-btn:hover { filter: brightness(1.08); transform: translateY(-1px); }
.nav-pane .nav-links a {
    display: block;
    padding: 12px 14px;
    color: #475569;
    text-decoration: none;
    font-size: 0.95rem;
    border-radius: 10px;
    transition: background 0.2s, color 0.2s;
}
.nav-pane .nav-links a:hover {
    background: rgba(0, 0, 0, 0.06);
    color: #1a1d21;
}
.nav-pane .nav-links .current {
    display: block;
    padding: 12px 14px;
    color: #1a1d21;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: default;
}

.hero {
    text-align: center;
    margin-bottom: 28px;
}

.hero-figure {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.hero-figure img {
    max-width: 200px;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25), 0 0 0 4px rgba(255, 220, 150, 0.3);
    transform: rotate(-2deg);
    transition: transform 0.25s ease;
}

.hero-figure img:hover {
    transform: rotate(1deg) scale(1.02);
}

.header-keuring-wrap {
    text-align: center;
    margin-top: 16px;
}

.hero-keuring-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    background: linear-gradient(135deg, #c9a88a 0%, #a67c52 100%);
    color: #fff;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(166, 124, 82, 0.3);
    transition: filter 0.2s, transform 0.15s;
}

.hero-keuring-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

header {
    text-align: center;
    margin-bottom: 28px;
}

.header-block {
    display: inline-block;
    padding: 20px 28px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 0 0 3px rgba(201, 168, 138, 0.25);
    transform: rotate(2deg);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.header-block:hover {
    transform: rotate(-1deg) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 0 0 3px rgba(201, 168, 138, 0.3);
}

header h1 {
    font-size: 1.85rem;
    font-weight: 700;
    color: #1a1d21;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

header p {
    color: #475569;
    font-size: 1rem;
}

/* Summary strip */
.summary {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 20px;
    padding: 14px 18px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 0.9rem;
    color: #374151;
}

.summary strong {
    color: #1a1d21;
}

/* Roadmap: week lanes — each week has its own color */
.roadmap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.roadmap-lane {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.roadmap-lane.week-0 { background: rgba(224, 242, 254, 0.7); }
.roadmap-lane.week-1 { background: rgba(220, 252, 231, 0.7); }
.roadmap-lane.week-2 { background: rgba(254, 249, 195, 0.7); }
.roadmap-lane.week-3 { background: rgba(243, 232, 255, 0.7); }
.roadmap-lane.week-4 { background: rgba(204, 251, 241, 0.7); }
.roadmap-lane.week-5 { background: rgba(254, 215, 170, 0.7); }
.roadmap-lane.week-beyond { background: rgba(254, 215, 170, 0.7); }
.roadmap-lane.week-maan { background: rgba(241, 245, 249, 0.8); }

.roadmap-lane-header {
    padding: 12px 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    text-align: left;
    border: none;
    background: transparent;
    color: inherit;
}

.roadmap-lane-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.roadmap-lane-header-left .lane-label {
    cursor: pointer;
}

.roadmap-lane-header-left .lane-label:hover {
    opacity: 0.9;
}

.lane-toggles {
    display: flex;
    align-items: center;
    gap: 4px;
}

.lane-toggle {
    width: 32px;
    height: 28px;
    border: none;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s, background 0.2s;
}

.lane-toggle:hover {
    background: rgba(255, 255, 255, 0.8);
}

.lane-toggle.inactive {
    opacity: 0.4;
}

.lane-toggle.inactive:hover {
    opacity: 0.65;
}

.roadmap-lane.week-0 .roadmap-lane-header { color: #1e40af; background: rgba(191, 219, 254, 0.9); }
.roadmap-lane.week-1 .roadmap-lane-header { color: #166534; background: rgba(187, 247, 208, 0.9); }
.roadmap-lane.week-2 .roadmap-lane-header { color: #a16207; background: rgba(254, 240, 138, 0.9); }
.roadmap-lane.week-3 .roadmap-lane-header { color: #6b21a8; background: rgba(233, 213, 255, 0.9); }
.roadmap-lane.week-4 .roadmap-lane-header { color: #0f766e; background: rgba(153, 246, 228, 0.9); }
.roadmap-lane.week-5 .roadmap-lane-header { color: #9a3412; background: rgba(254, 215, 170, 0.95); }
.roadmap-lane.week-beyond .roadmap-lane-header { color: #9a3412; background: rgba(254, 215, 170, 0.95); }
.roadmap-lane.week-maan .roadmap-lane-header { color: #475569; background: rgba(226, 232, 240, 0.95); }

.roadmap-lane-header .lane-chevron {
    font-size: 1rem;
    transition: transform 0.2s;
    cursor: pointer;
    padding: 4px;
}

.roadmap-lane.collapsed .roadmap-lane-header .lane-chevron {
    transform: rotate(-90deg);
}

.roadmap-lane.lane-hide-maan .card--maan {
    display: none;
}

.roadmap-lane.lane-hide-palm .card--palm {
    display: none;
}

.roadmap-lane-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 12px;
    padding: 16px;
    transition: max-height 0.25s ease-out;
}

.roadmap-lane.collapsed .roadmap-lane-cards {
    display: none;
}

.lane-section-header--dag {
    margin-top: 16px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0f766e;
    border-bottom-color: rgba(13, 148, 136, 0.35);
    text-transform: none;
}

.lane-section-header--dag:first-child {
    margin-top: 0;
}

.group {
    margin-bottom: 28px;
}

.group-title {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6b7280;
    margin-bottom: 10px;
    padding-left: 4px;
}

.group-cards {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}

.card.card--maan {
    border-left: 4px solid #3b82f6;
}

.card.card--palm {
    border-left: 4px solid #16a34a;
}

.card.card--palm[data-verdieping="V1"] { border-left-color: #22c55e; }
.card.card--palm[data-verdieping="V2"] { border-left-color: #16a34a; }
.card.card--palm[data-verdieping="V3"] { border-left-color: #15803d; }
.card.card--palm[data-verdieping="Overal"] { border-left-color: #4ade80; }
.card.card--palm[data-verdieping="Trap BG-V1"],
.card.card--palm[data-verdieping="Trap V1-V2"] { border-left-color: #0d9488; }

.card.card--done {
    background: #f1f5f9;
}

.card.card--done .card-title {
    color: #64748b !important;
    text-decoration: line-through;
}

.card.card--done .notes-intro,
.card.card--done .notes-link-list {
    font-style: normal;
    color: #374151;
}

.card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.card-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px 14px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.card-header-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
    flex: 1;
    min-width: 0;
}

.card-location {
    font-size: 0.9rem;
    color: #64748b;
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
}

.card-location .card-location-icon {
    margin-right: 4px;
}

.card-title {
    font-weight: 600;
    color: #1a1d21;
    font-size: 1rem;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.pill {
    font-size: 0.7rem;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 500;
}

.pill-urgent {
    background: rgba(200, 60, 50, 0.2);
    color: #b83a32;
}

.pill-low {
    background: rgba(100, 100, 80, 0.15);
    color: #5a5a48;
}

.pill-zelf {
    background: rgba(80, 140, 80, 0.25);
    color: #2d6b2d;
}

.pill-uitbesteden {
    background: rgba(180, 120, 40, 0.25);
    color: #8b6914;
}

.pill-cat {
    background: rgba(100, 130, 180, 0.2);
    color: #3a5a8a;
}

.pill-verdieping {
    background: rgba(100, 116, 139, 0.15);
    color: #475569;
    font-size: 0.65rem;
}

.card-body {
    padding: 14px 18px;
}

.card-body p {
    margin: 0;
    font-size: 0.9rem;
    color: #374151;
}

.card-body .subtask {
    font-weight: 500;
    color: #1a1d21;
    margin-bottom: 4px;
}

.card-body .notes {
    margin-top: 8px;
    font-size: 0.85rem;
    color: #6b7280;
    font-style: italic;
    white-space: pre-line;
}

.card-body .notes-block {
    margin-top: 8px;
}

.card-body .notes-intro {
    margin: 0 0 10px;
    font-size: 0.88rem;
    color: #4b5563;
    font-style: normal;
    line-height: 1.45;
}

.card-body .notes-intro a {
    color: #2563eb;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.card-body .notes-intro a:hover {
    color: #1d4ed8;
}

.card-body .notes-link-list {
    margin: 0;
    padding-left: 1.2rem;
    font-size: 0.88rem;
    color: #374151;
    font-style: normal;
    line-height: 1.5;
}

.card-body .notes-link-list li {
    margin-bottom: 6px;
}

.card-body .notes-link-list li:last-child {
    margin-bottom: 0;
}

.card-body .notes-link-list a {
    color: #2563eb;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}

.card-body .notes-link-list a:hover {
    color: #1d4ed8;
}

a.notes-link {
    color: #2563eb;
    font-weight: 500;
}

.card-body .depends {
    margin-top: 6px;
    font-size: 0.8rem;
    color: #6b7280;
}

.card-body .depends strong {
    font-weight: 500;
    color: #374151;
}

.hours {
    font-size: 0.85rem;
    color: #6b7280;
}

.empty-state {
    text-align: center;
    padding: 48px 24px;
    color: #6b7280;
}

.empty-state p {
    margin-bottom: 8px;
}

.loading {
    text-align: center;
    padding: 48px 24px;
    color: #475569;
}

.loading::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 12px;
    vertical-align: middle;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top-color: #475569;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

#auth-gate {
    position: fixed;
    inset: 0;
    background-color: #e6dfd4;
    background-image: url("data:image/svg+xml,%3Csvg width='108' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='52' height='20' fill='%23c9a88a' opacity='0.45'/%3E%3Crect x='56' y='2' width='52' height='20' fill='%23c9a88a' opacity='0.45'/%3E%3Crect x='29' y='24' width='52' height='20' fill='%23c9a88a' opacity='0.45'/%3E%3Crect x='83' y='24' width='52' height='20' fill='%23c9a88a' opacity='0.45'/%3E%3C/svg%3E");
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#auth-gate.hidden {
    display: none;
}

.auth-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    padding: 40px;
    max-width: 360px;
    width: 90%;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.auth-card h2 {
    color: #1a1d21;
    margin-bottom: 8px;
    font-size: 1.5rem;
}

.auth-card p {
    color: #475569;
    margin-bottom: 24px;
    font-size: 0.95rem;
}

.auth-card input {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    background: #fff;
    color: #1a1d21;
    font-size: 1rem;
    margin-bottom: 16px;
}

.auth-card input::placeholder {
    color: #9ca3af;
}

.auth-card input:focus {
    outline: none;
    border-color: #3b82f6;
}

.auth-card button {
    width: 100%;
    padding: 14px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #b8860b 0%, #8b6914 100%);
    color: #fffef8;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.05s, box-shadow 0.2s;
}

.auth-card button:hover {
    box-shadow: 0 4px 20px rgba(180, 120, 40, 0.4);
}

.auth-card button:active {
    transform: scale(0.98);
}

#auth-error {
    color: #b83a32;
    font-size: 0.9rem;
    margin-top: 12px;
}

#auth-error[hidden] {
    display: none;
}

/* Tabs */
.tabs {
    display: flex;
    gap: 4px;
    margin-bottom: 20px;
    background: #fff;
    padding: 6px;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.06);
    width: fit-content;
}

.tab-btn {
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #64748b;
    font-size: 0.95rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.tab-btn:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #1a1d21;
}

.tab-btn.active {
    background: linear-gradient(135deg, #c9a88a 0%, #a67c52 100%);
    color: #fff;
}

.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
}

/* Room plans — second-level tabs (per room) */
.room-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}

.room-tab-btn {
    padding: 10px 16px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    color: #475569;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.room-tab-btn:hover {
    background: rgba(0, 0, 0, 0.04);
    color: #1a1d21;
}

.room-tab-btn.active {
    background: linear-gradient(135deg, #c9a88a 0%, #a67c52 100%);
    color: #fff;
    border-color: transparent;
}

.room-panel {
    display: none;
    padding: 20px 0;
}

.room-panel.active {
    display: block;
}

.room-plans-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

/* Plattegronden onderaan badkamer: groot en goed leesbaar */
.room-plans-grid--large {
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    gap: 28px;
}

.room-plans-grid--large .plan-figure img {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 720px) {
    .room-plans-grid {
        grid-template-columns: 1fr;
    }
}

.plan-figure {
    margin: 0;
}

.plan-figure figcaption {
    font-weight: 600;
    font-size: 0.9rem;
    color: #1a1d21;
    margin-bottom: 8px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 8px;
}

.plan-figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.room-no-plans {
    padding: 24px;
    text-align: center;
    color: #64748b;
    font-size: 0.95rem;
}

/* Badkamer moodboard banner */
.badkamer-banner {
    position: relative;
    height: 220px;
    margin: 0 -8px 28px;
    max-width: 100%;
}

.badkamer-banner-img {
    position: absolute;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.12));
    pointer-events: none;
}

.badkamer-banner-img--1 { left: 14.3%;  top: 18%; max-height: 100px; transform: translateX(-50%) rotate(-6deg);  z-index: 1; }
.badkamer-banner-img--2 { left: 28.6%;  top: 12%; max-height: 100px; transform: translateX(-50%) rotate(5deg);   z-index: 2; }
.badkamer-banner-img--3 { left: 42.9%;  top: 20%; max-height: 100px; transform: translateX(-50%) rotate(-4deg);  z-index: 3; }
.badkamer-banner-img--4 { left: 57.1%;  top: 14%; max-height: 100px; transform: translateX(-50%) rotate(6deg);   z-index: 2; }
.badkamer-banner-img--5 { left: 71.4%;  top: 18%; max-height: 100px; transform: translateX(-50%) rotate(-5deg);  z-index: 1; }
.badkamer-banner-img--6 { left: 85.7%;  top: 16%; max-height: 100px; transform: translateX(-50%) rotate(4deg);   z-index: 2; }

/* Badkamer: foto's boven plattegrond — klein en vierkant, klikbaar voor lightbox */
.badkamer-photos-wrap {
    margin-bottom: 28px;
}

.badkamer-photos-section {
    margin-bottom: 20px;
}

.badkamer-photos-section:last-child {
    margin-bottom: 0;
}

.badkamer-photos-heading {
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1d21;
    margin-bottom: 8px;
}

.badkamer-photos-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.badkamer-photo-thumb {
    width: 80px;
    height: 80px;
    padding: 0;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    background: #f1f5f9;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

.badkamer-photo-thumb:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.badkamer-photo-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Woonkamer moodboard */
.woonkamer-overview {
    padding: 0 0 20px;
}

.woonkamer-overview-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1d21;
    margin-bottom: 20px;
}

.woonkamer-moodboard-wrap {
    margin-bottom: 0;
}

.woonkamer-moodboard-heading {
    font-size: 0.85rem;
    font-weight: 600;
    color: #64748b;
    margin-bottom: 16px;
}

.woonkamer-moodboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 600px;
    padding: 24px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.woonkamer-moodboard-tile {
    aspect-ratio: 1;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woonkamer-moodboard-thumb {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.2s;
}

.woonkamer-moodboard-thumb:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.woonkamer-moodboard-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.woonkamer-moodboard-placeholder {
    min-height: 0;
}

.woonkamer-moodboard-placeholder--groen {
    background: #e8f0ec;
}

.woonkamer-moodboard-placeholder--zalm {
    background: #fce8e4;
}

.woonkamer-moodboard-placeholder--roze {
    background: #f5e8ec;
}

.woonkamer-koop-block {
    margin-top: 24px;
    padding: 18px 20px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.woonkamer-koop-block p {
    margin: 0 0 8px;
    font-size: 0.9rem;
    color: #1a1d21;
}

.woonkamer-koop-block p:last-child {
    margin-bottom: 0;
}

.woonkamer-koop-block a {
    color: #0d9488;
    text-decoration: none;
}

.woonkamer-koop-block a:hover {
    text-decoration: underline;
}

.woonkamer-moodboard-word {
    font-family: 'Cinzel', serif;
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: lowercase;
    color: #94a3b8;
}

.woonkamer-moodboard-placeholder--zalm .woonkamer-moodboard-word {
    color: #94a3b8;
}

@media (min-width: 600px) {
    .woonkamer-moodboard {
        max-width: 720px;
        gap: 14px;
        padding: 28px;
    }
}

/* Woonkamer: kleurenplan + legend */
.woonkamer-colors {
    margin-top: 28px;
    padding: 22px 22px 24px;
    background: linear-gradient(135deg, #fdf8f5 0%, #f0f4f8 55%, #e8f4f0 100%);
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 24px rgba(8, 81, 64, 0.07);
}

.woonkamer-colors-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1d21;
    margin: 0 0 8px;
    letter-spacing: 0.02em;
}

.woonkamer-colors-intro {
    margin: 0 0 18px;
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.5;
    max-width: 42em;
}

.woonkamer-colors-layout {
    display: grid;
    grid-template-columns: minmax(200px, 1fr) minmax(260px, 1.1fr);
    gap: 22px;
    align-items: start;
}

.woonkamer-colors-photo {
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
    transform: rotate(-1.2deg);
    border: 3px solid #fff;
}

.woonkamer-colors-photo img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.woonkamer-colors-legend {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.woonkamer-colors-row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px 14px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    align-items: start;
}

.woonkamer-colors-row dt {
    margin: 0;
    font-size: 0.88rem;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.woonkamer-colors-row dd {
    margin: 0;
    grid-column: 1 / -1;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.45;
    padding-left: 28px;
}

@media (min-width: 520px) {
    .woonkamer-colors-row dd {
        grid-column: 2;
        padding-left: 0;
    }
}

.woonkamer-colors-row--extra {
    background: rgba(254, 242, 242, 0.5);
    border-style: dashed;
}

.woonkamer-colors-swatch {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.woonkamer-colors-swatch--wit {
    background: #fff;
}

.woonkamer-colors-swatch--grijsblauw {
    background: rgb(61, 104, 124);
}

.woonkamer-colors-swatch--wens {
    background: rgb(221, 94, 62);
}

.woonkamer-colors-swatch--genesis {
    background: rgb(8, 81, 64);
}

.woonkamer-colors-swatch--bloos {
    background: #6b2a3c;
}

.woonkamer-colors-code {
    font-size: 0.8em;
    background: #f1f5f9;
    padding: 1px 6px;
    border-radius: 4px;
    color: #334155;
}

@media (max-width: 700px) {
    .woonkamer-colors-layout {
        grid-template-columns: 1fr;
    }
    .woonkamer-colors-photo {
        transform: rotate(-0.5deg);
        max-width: 400px;
        margin: 0 auto;
    }
}

/* Badkamer lightbox */
.badkamer-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 80px;
}

.badkamer-lightbox[hidden] {
    display: none;
}

.badkamer-lightbox-img-wrap {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90vw;
}

.badkamer-lightbox-img {
    max-width: 100%;
    max-height: 85vh;
    object-fit: contain;
}

.badkamer-lightbox-close {
    position: absolute;
    top: 16px;
    right: 20px;
    width: 44px;
    height: 44px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
}

.badkamer-lightbox-close:hover {
    background: rgba(255, 255, 255, 0.25);
}

.badkamer-lightbox-prev,
.badkamer-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    border-radius: 8px;
    transition: background 0.2s;
}

.badkamer-lightbox-prev:hover,
.badkamer-lightbox-next:hover {
    background: rgba(255, 255, 255, 0.3);
}

.badkamer-lightbox-prev {
    left: 16px;
}

.badkamer-lightbox-next {
    right: 16px;
}

@media (min-width: 600px) {
    .badkamer-photo-thumb {
        width: 100px;
        height: 100px;
    }
}

@media (min-width: 600px) {
    .badkamer-banner {
        height: 260px;
        margin-bottom: 32px;
    }
    .badkamer-banner-img--1,
    .badkamer-banner-img--2,
    .badkamer-banner-img--3,
    .badkamer-banner-img--4,
    .badkamer-banner-img--5,
    .badkamer-banner-img--6 { max-height: 115px; }
}

/* Badkamer overview — sleek two-column layout */
.badkamer-overview {
    margin-top: 0;
    padding: 0;
}

.badkamer-overview-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1d21;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

/* Questions block — prominent, top */
.badkamer-questions-block {
    padding: 18px 20px;
    margin-bottom: 24px;
    max-width: 480px;
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 60%);
    border-radius: 12px;
    border: 1px solid rgba(180, 83, 9, 0.2);
    box-shadow: 0 2px 12px rgba(180, 83, 9, 0.08);
}

.badkamer-questions-heading {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #92400e;
    margin-bottom: 12px;
}

.badkamer-questions-list {
    margin: 0;
    padding-left: 1.4em;
    list-style: disc;
}

.badkamer-questions-list li {
    font-size: 0.9rem;
    color: #78350f;
    line-height: 1.6;
    margin-bottom: 4px;
}

/* Antwoorden (dubbelchecken) — uitgebreide Q&A */
.badkamer-answers-block {
    padding: 20px 22px;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 60%);
    border-radius: 12px;
    border: 1px solid rgba(5, 150, 105, 0.2);
    box-shadow: 0 2px 12px rgba(5, 150, 105, 0.08);
}

.badkamer-answers-heading {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #065f46;
    margin-bottom: 18px;
}

.badkamer-answer-item {
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(5, 150, 105, 0.15);
}

.badkamer-answer-item:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.badkamer-answer-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #047857;
    margin-bottom: 8px;
}

.badkamer-answer-body {
    font-size: 0.88rem;
    color: #374151;
    line-height: 1.65;
}

.badkamer-answer-body p {
    margin: 0 0 8px;
}

.badkamer-answer-body p:last-child {
    margin-bottom: 0;
}

/* Badkamer onderaan: todo's + offertes */
.badkamer-bottom-block {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.badkamer-todo-block {
    margin-bottom: 32px;
    padding: 20px 22px;
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 60%);
    border-radius: 12px;
    border: 1px solid rgba(59, 130, 246, 0.25);
    box-shadow: 0 2px 12px rgba(59, 130, 246, 0.08);
}
.badkamer-todo-block .badkamer-bottom-heading {
    color: #1e40af;
}
.badkamer-todo-block .badkamer-todo-list,
.badkamer-todo-block .badkamer-workflow {
    color: #1e3a8a;
}
.badkamer-todo-block .badkamer-todo-list li::before {
    color: #2563eb;
}
.badkamer-bottom-heading {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a1d21;
    margin-bottom: 10px;
    margin-top: 18px;
}
.badkamer-bottom-heading:first-child {
    margin-top: 0;
}
.badkamer-todo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 8px;
    font-size: 0.9rem;
    color: #374151;
}
.badkamer-todo-list li {
    padding: 5px 0;
    padding-left: 1.4em;
    position: relative;
}
.badkamer-todo-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 1.1em;
}
.badkamer-workflow {
    font-size: 0.88rem;
    color: #374151;
    line-height: 1.65;
    margin: 0;
}
.badkamer-contractors-block {
    margin-top: 28px;
}
.badkamer-contractors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 16px;
}
.badkamer-contractor-card {
    padding: 16px 18px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    position: relative;
}
.badkamer-contractor-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    padding: 4px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.badkamer-contractor--available .badkamer-contractor-tag {
    background: #d1fae5;
    color: #065f46;
}
.badkamer-contractor--unavailable .badkamer-contractor-tag {
    background: #fee2e2;
    color: #991b1b;
}
.badkamer-contractor-name {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 4px;
}
.badkamer-contractor-name a {
    color: #0d9488;
    text-decoration: none;
}
.badkamer-contractor-name a:hover {
    text-decoration: underline;
}
.badkamer-contractor-url {
    font-size: 0.8rem;
    color: #64748b;
    margin: 0 0 10px;
}
.badkamer-contractor-url a {
    color: #64748b;
    text-decoration: none;
}
.badkamer-contractor-url a:hover {
    color: #0d9488;
}
.badkamer-contractor-notes {
    font-size: 0.85rem;
    color: #475569;
    line-height: 1.5;
    margin: 0;
}

/* Aangepast totaal tabel — duidelijke kaart */
.badkamer-summary-block {
    margin-top: 24px;
    padding: 20px 22px;
    background: #fff;
    border-radius: 14px;
    border: 2px solid rgba(201, 168, 138, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.04);
    max-width: 380px;
}

.badkamer-summary-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1d21;
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(201, 168, 138, 0.4);
}

.badkamer-summary-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.badkamer-summary-table th,
.badkamer-summary-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
}

.badkamer-summary-table th {
    font-weight: 600;
    color: #475569;
    background: #f8fafc;
}

.badkamer-summary-table td:last-child {
    text-align: right;
    font-variant-numeric: tabular-nums;
    font-weight: 600;
    color: #0f172a;
}

.badkamer-summary-table .badkamer-summary-total td {
    border-top: 2px solid rgba(201, 168, 138, 0.5);
    padding-top: 12px;
    margin-top: 4px;
    font-weight: 700;
    font-size: 1rem;
    color: #1a1d21;
}

/* Werkzaamheden badkamer — apart blok, speelse kleur */
.badkamer-werkzaamheden-block {
    padding: 20px 22px;
    margin-bottom: 24px;
    background: #fed7aa;
    border-radius: 14px;
    border: 2px solid rgba(234, 88, 12, 0.25);
    box-shadow: 0 4px 16px rgba(251, 146, 60, 0.2);
}

.badkamer-werkzaamheden-heading {
    font-size: 1rem;
    font-weight: 700;
    color: #9a3412;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(234, 88, 12, 0.3);
}

.badkamer-werkzaamheden-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
    color: #7c2d12;
    line-height: 1.7;
}

.badkamer-werkzaamheden-list li {
    padding: 4px 0;
    padding-left: 1.4em;
    position: relative;
}

.badkamer-werkzaamheden-list li::before {
    content: "▸";
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #ea580c;
}

/* Two columns: products table (left) | calculations (right) */
.badkamer-two-col {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: start;
    max-width: 100%;
}

@media (max-width: 900px) {
    .badkamer-two-col {
        grid-template-columns: 1fr;
    }
}

.badkamer-col-title {
    font-size: 0.85rem;
    font-weight: 700;
    color: #374151;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Left column: producten-tabel */
.badkamer-col-products {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    min-width: 0;
}

.badkamer-table-wrap {
    overflow-x: auto;
}

.badkamer-products-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.badkamer-products-table th,
.badkamer-products-table td {
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
}

.badkamer-products-table th {
    font-weight: 600;
    color: #374151;
    background: #f8fafc;
}

.badkamer-products-table tbody tr:hover {
    background: #f8fafc;
}

.badkamer-products-table td:nth-child(1) {
    width: 7em;
    color: #64748b;
}

.badkamer-products-table td:nth-child(3) {
    white-space: nowrap;
    color: #475569;
}

.badkamer-products-table td:nth-child(4) {
    text-align: right;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.badkamer-products-table a {
    color: #0d9488;
    text-decoration: none;
}

.badkamer-products-table a:hover {
    text-decoration: underline;
}

/* Right column: berekeningen */
.badkamer-col-calc {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 280px;
}

.badkamer-calc-card {
    background: #fff;
    border-radius: 12px;
    padding: 16px 18px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.badkamer-calc-label {
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 10px;
}

.badkamer-dims-dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 6px 16px;
    margin: 0;
    font-size: 0.9rem;
}

.badkamer-dims-dl dt {
    color: #64748b;
    font-weight: 500;
}

.badkamer-dims-dl dd {
    margin: 0;
    font-weight: 600;
    color: #1a1d21;
    text-align: right;
}

.badkamer-calc-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.badkamer-calc-table td {
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.badkamer-calc-table td:last-child {
    text-align: right;
    font-weight: 500;
}

.badkamer-calc-table .badkamer-calc-sub td {
    font-weight: 600;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}

.badkamer-calc-note,
.badkamer-calc-total-small {
    margin: 10px 0 0;
    font-size: 0.78rem;
    color: #64748b;
}

.badkamer-calc-list {
    margin: 0;
    padding-left: 1.2em;
    font-size: 0.85rem;
    color: #374151;
    line-height: 1.8;
}

.badkamer-calc-total {
    background: linear-gradient(135deg, #c9a88a 0%, #a67c52 100%);
    color: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0 4px 16px rgba(166, 124, 82, 0.3);
}

.badkamer-calc-total-label {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    opacity: 0.95;
}

.badkamer-calc-total-amount {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* Keuken: bannerstrip — 6 vierkanten naast elkaar */
.keuken-banner-strip {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    margin: 0 -8px 24px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.keuken-strip-cell {
    aspect-ratio: 1;
    overflow: hidden;
    background: #f1f5f9;
}

.keuken-strip-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Keuken overview */
.keuken-overview {
    padding: 0 0 20px;
}

.keuken-overview-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1d21;
    margin-bottom: 20px;
}

.keuken-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}

.keuken-note-block {
    background: #fff;
    border-radius: 14px;
    padding: 16px 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.keuken-note-block--gekregen {
    background: #ecfdf5;
    border-color: rgba(5, 150, 105, 0.2);
}

.keuken-note-block--optional {
    background: #fafaf9;
    border-style: dashed;
    border-color: rgba(0, 0, 0, 0.1);
}

.keuken-optional-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
}

.keuken-optional-row .keuken-note-text {
    flex: 1;
    min-width: 0;
}

.keuken-floor-checker-sample {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.35),
        0 2px 10px rgba(0, 0, 0, 0.08);
    background: repeating-conic-gradient(#1a1a1a 0% 25%, #f4f4f4 0% 50%) 50% / 18px 18px;
}

.keuken-note-optional-label {
    display: inline-block;
    margin-right: 6px;
    padding: 2px 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #64748b;
    background: #f1f5f9;
    border-radius: 4px;
    vertical-align: middle;
}

.keuken-note-block--optional .keuken-note-text a {
    color: #0d9488;
    text-decoration: none;
    font-weight: 600;
}

.keuken-note-block--optional .keuken-note-text a:hover {
    text-decoration: underline;
}

.keuken-note-text {
    margin: 0;
    font-size: 0.95rem;
    color: #1a1d21;
}

.keuken-note-block--gekregen .keuken-note-text {
    color: #065f46;
}

@media (max-width: 720px) {
    .keuken-two-col {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .keuken-optional-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .keuken-floor-checker-sample {
        width: 64px;
        height: 64px;
    }
}

.keuken-product-block {
    background: #fff;
    border-radius: 14px;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    position: relative;
    min-height: 200px;
}

.keuken-product-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1d21;
    margin-bottom: 8px;
}

.keuken-product-price {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0d9488;
    margin-bottom: 10px;
}

.keuken-product-dims {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4px 12px;
    margin: 0 0 12px;
    font-size: 0.85rem;
}

.keuken-product-dims dt {
    color: #64748b;
}

.keuken-product-dims dd {
    margin: 0;
    font-weight: 500;
}

.keuken-block-link-label {
    font-size: 0.9rem;
    color: #0d9488;
}

.keuken-block-content .keuken-block-link-label {
    display: inline-block;
    margin-top: 8px;
}

.keuken-block-content .keuken-block-link-label:hover {
    text-decoration: underline;
}

/* Speelse productafbeeldingen (transparant, overlappend) */
.keuken-product-images {
    position: relative;
    height: 120px;
    margin-top: 16px;
}

.keuken-product-img {
    position: absolute;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.1));
}

.keuken-product-block--vaatwasser .keuken-product-img--1 {
    left: 0;
    bottom: 0;
    max-height: 100px;
    transform: rotate(-8deg);
    z-index: 1;
}

.keuken-product-block--vaatwasser .keuken-product-img--2 {
    right: 0;
    bottom: 0;
    max-height: 85px;
    transform: rotate(6deg);
    z-index: 2;
}

.keuken-product-block--magnetron .keuken-product-img--3 {
    left: 0;
    bottom: 0;
    max-height: 90px;
    transform: rotate(5deg);
    z-index: 2;
}

.keuken-product-block--magnetron .keuken-product-img--4 {
    right: 10px;
    bottom: 0;
    max-height: 75px;
    transform: rotate(-6deg);
    z-index: 1;
}

/* Slaapkamer — speels, kleur, behang in cirkel (overflow binnen eigen ruimte) */
.slaapkamer-overview {
    padding: 20px 0;
}

.slaapkamer-overview-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1d21;
    margin-bottom: 20px;
}

/* Kleuraccenten: gekleurde rand + lichte tint voor speelsheid */
.slaapkamer-block--donkerblauw {
    border-left: 4px solid #1e3a5f;
    background: linear-gradient(to right, rgba(30, 58, 95, 0.08) 0%, #fff 30%);
}
.slaapkamer-block--petrol {
    border-left: 4px solid #0f766e;
    background: linear-gradient(to right, rgba(15, 118, 110, 0.08) 0%, #fff 30%);
}
.slaapkamer-block--donkergroen {
    border-left: 4px solid #14532d;
    background: linear-gradient(to right, rgba(20, 83, 45, 0.08) 0%, #fff 30%);
}
.slaapkamer-block--terra {
    border-left: 4px solid #b45309;
    background: linear-gradient(to right, rgba(180, 83, 9, 0.08) 0%, #fff 30%);
}

.slaapkamer-blocks-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
}

.slaapkamer-block {
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

/* Blokken met weinig tekst nemen alleen de ruimte die ze nodig hebben */
.slaapkamer-block--compact {
    flex: 0 1 auto;
    max-width: 320px;
    min-width: 200px;
    width: max-content;
}

.slaapkamer-block--compact:nth-child(1) { transform: rotate(-0.8deg); }
.slaapkamer-block--compact:nth-child(2) { transform: rotate(0.7deg); }
.slaapkamer-block--compact:nth-child(5) { transform: rotate(-0.5deg); }
.slaapkamer-kast-block { transform: rotate(-0.5deg); }

.slaapkamer-block-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #475569;
    margin-bottom: 6px;
}

.slaapkamer-block-body {
    margin: 0;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.5;
}

/* Behang: neemt meer ruimte in; kast: blijft smaller */
.slaapkamer-behang-wrap {
    flex: 1 1 260px;
}

.slaapkamer-kast-block {
    flex: 0 1 auto;
    max-width: 340px;
}

/* Behang: afbeelding in cirkel, mag deels buiten blok vallen (eigen ruimte gereserveerd) */
.slaapkamer-behang-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    transform: rotate(0.4deg);
    position: relative;
    overflow: visible;
    margin-right: 50px; /* ruimte voor cirkel-overflow, zodat geen overlap met volgend blok */
}

.slaapkamer-behang-info {
    flex: 1;
    min-width: 140px;
}

.slaapkamer-behang-name {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1d21;
    margin-bottom: 6px;
}

.slaapkamer-behang-price {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 0;
}

.slaapkamer-behang-link {
    font-size: 0.95rem;
    color: #0f766e;
    text-decoration: none;
}

.slaapkamer-behang-link:hover {
    text-decoration: underline;
}

/* Cirkel: plaatje in ronde vorm, deels buiten de kaart */
.slaapkamer-behang-img-wrap {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(30, 58, 95, 0.25);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    margin-right: -35px; /* cirkel steekt uit naar rechts, binnen gereserveerde margin-right van blok */
}

.slaapkamer-behang-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: rotate(-6deg);
}

.slaapkamer-kast-block .slaapkamer-block-title {
    margin-bottom: 10px;
}

.slaapkamer-kast-figure {
    margin: 0;
    max-width: 320px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.slaapkamer-kast-img {
    width: 100%;
    height: auto;
    display: block;
}

.slaapkamer-kast-caption {
    padding: 10px 12px;
    font-size: 0.88rem;
    color: #475569;
    line-height: 1.45;
}

@media (max-width: 560px) {
    .slaapkamer-blocks-wrap .slaapkamer-block--compact:nth-child(n) {
        transform: none;
    }
    .slaapkamer-kast-block {
        transform: none;
    }
    .slaapkamer-behang-wrap {
        flex-direction: column;
        align-items: flex-start;
        margin-right: 0;
    }
    .slaapkamer-behang-img-wrap {
        margin-right: 0;
    }
    .slaapkamer-behang-img {
        transform: rotate(-6deg);
    }
}

/* Slaapkamer: optionele kleurenpalet */
.slaapkamer-palette {
    margin-top: 32px;
    padding: 22px 22px 26px;
    background: linear-gradient(145deg, #f8f4fc 0%, #eef6ff 50%, #ecfeff 100%);
    border-radius: 16px;
    border: 1px solid rgba(76, 29, 149, 0.12);
    box-shadow: 0 4px 20px rgba(49, 46, 129, 0.08);
}

.slaapkamer-palette-title {
    font-size: 1rem;
    font-weight: 700;
    color: #312e81;
    margin: 0 0 8px;
}

.slaapkamer-palette-intro {
    margin: 0 0 18px;
    font-size: 0.9rem;
    color: #5b21b6;
    opacity: 0.9;
    line-height: 1.45;
    max-width: 36em;
}

.slaapkamer-palette-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
}

.slaapkamer-palette-photo {
    margin: 0;
    flex: 0 1 220px;
    max-width: min(100%, 280px);
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 12px 28px rgba(49, 46, 129, 0.18),
        0 0 0 3px #fff;
    transform: rotate(2deg);
}

.slaapkamer-palette-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.slaapkamer-palette-swatches {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.slaapkamer-palette-swatch {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    transform: rotate(-0.3deg);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.slaapkamer-palette-swatch:nth-child(2) {
    transform: rotate(0.4deg);
    margin-left: 8px;
}

.slaapkamer-palette-swatch:nth-child(3) {
    transform: rotate(-0.5deg);
    margin-left: 4px;
}

.slaapkamer-palette-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #1e1b4b;
}

.slaapkamer-palette-note {
    font-size: 0.85rem;
    color: #64748b;
    width: 100%;
}

.slaapkamer-palette-swatch--aubergine {
    background: linear-gradient(90deg, rgba(74, 53, 72, 0.2) 0%, #fff 38%);
    border-left: 4px solid #4a3548;
}

.slaapkamer-palette-swatch--jeans {
    background: linear-gradient(90deg, rgba(61, 79, 99, 0.2) 0%, #fff 38%);
    border-left: 4px solid #3d4f63;
}

.slaapkamer-palette-swatch--baai {
    background: linear-gradient(90deg, rgba(13, 116, 110, 0.22) 0%, #fff 38%);
    border-left: 4px solid #0f766e;
}

@media (max-width: 560px) {
    .slaapkamer-palette-photo {
        transform: none;
        margin: 0 auto;
    }
    .slaapkamer-palette-swatch:nth-child(n) {
        transform: none;
        margin-left: 0;
    }
}

/* Kantoor: pastel + geometrische wand */
.kantoor-overview {
    padding: 20px 0 24px;
}

.kantoor-overview-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1d21;
    margin: 0 0 10px;
}

.kantoor-lead {
    margin: 0 0 22px;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.55;
    max-width: 40em;
}

.kantoor-playful {
    display: grid;
    grid-template-columns: minmax(160px, 1fr) minmax(240px, 1.2fr);
    gap: 22px;
    align-items: stretch;
}

.kantoor-wall-mock {
    position: relative;
    min-height: 200px;
    border-radius: 16px;
    background: linear-gradient(160deg, #e8f4fc 0%, #f0faf6 45%, #faf6ee 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.5);
}

.kantoor-geo {
    position: absolute;
    opacity: 0.92;
}

.kantoor-geo--circle.kantoor-geo--vrede {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #b8d4e8;
    top: 12%;
    left: 8%;
    box-shadow: 4px 6px 0 rgba(184, 212, 232, 0.4);
}

.kantoor-geo--triangle.kantoor-geo--alstublieft {
    width: 0;
    height: 0;
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    border-bottom: 90px solid #9dd9c8;
    top: 38%;
    right: 12%;
    filter: drop-shadow(3px 4px 0 rgba(157, 217, 200, 0.45));
}

.kantoor-geo--rect.kantoor-geo--blond {
    width: 72px;
    height: 56px;
    background: #ede6d8;
    bottom: 16%;
    left: 22%;
    transform: rotate(12deg);
    border-radius: 4px;
    box-shadow: 4px 4px 0 rgba(237, 230, 216, 0.7);
}

.kantoor-geo--bar.kantoor-geo--vrede2 {
    width: 120px;
    height: 20px;
    background: #c8dce8;
    top: 58%;
    left: 6%;
    transform: rotate(-8deg);
    border-radius: 10px;
    opacity: 0.85;
}

.kantoor-palette-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 16px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
    transform: rotate(-0.6deg);
}

.kantoor-palette-photo {
    margin: 0 0 14px;
    border-radius: 10px;
    overflow: hidden;
}

.kantoor-palette-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.kantoor-palette-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.55;
}

.kantoor-palette-list li {
    margin-bottom: 8px;
    padding-left: 0;
}

.kantoor-palette-list li:last-child {
    margin-bottom: 0;
}

.kantoor-palette-label {
    font-weight: 700;
}

.kantoor-palette-label--vrede {
    color: #5b8daf;
}

.kantoor-palette-label--alstublieft {
    color: #3d9b7a;
}

.kantoor-palette-label--blond {
    color: #a8987a;
}

@media (max-width: 640px) {
    .kantoor-playful {
        grid-template-columns: 1fr;
    }
    .kantoor-palette-card {
        transform: none;
    }
}

/* Gang / overloop */
.gang-overview {
    padding: 20px 0 24px;
}

.gang-overview-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1d21;
    margin: 0 0 10px;
}

.gang-inspo-note {
    margin: 24px 0 0;
    padding: 14px 14px 12px;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #475569;
    background: #faf8fb;
    border-radius: 10px;
    border: 1px solid rgba(93, 46, 70, 0.15);
    border-left: 3px solid #5d2e46;
    max-width: 36em;
}

.gang-inspo-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 20px;
    margin-bottom: 12px;
}

.gang-inspo-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    min-width: 52px;
}

.gang-inspo-swatch {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.gang-inspo-swatch--licht {
    background: #8b4a6b;
}

.gang-inspo-swatch--midden {
    background: #5d2e46;
}

.gang-inspo-swatch--donker {
    background: #3a1d2c;
}

.gang-inspo-chip-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    text-transform: lowercase;
}

.gang-inspo-chip-code {
    font-size: 0.68rem;
    background: #f1f5f9;
    padding: 2px 5px;
    border-radius: 4px;
    color: #334155;
}

.gang-inspo-note-text {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #475569;
}

.gang-inspo-note a {
    color: #0d9488;
    text-decoration: none;
}

.gang-inspo-note a:hover {
    text-decoration: underline;
}

.gang-lead {
    margin: 0 0 20px;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.55;
    max-width: 42em;
}

.gang-lead strong {
    font-weight: 700;
    color: #334155;
}

.gang-stairs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 26px;
    align-items: stretch;
}

.gang-stair-card {
    margin: 0;
    padding: 18px 18px 16px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.05);
}

.gang-stair-card--beneden {
    border-top: 3px solid #4a2c40;
}

.gang-stair-card--boven {
    border-top: 3px solid #c9a8b5;
}

.gang-stair-card-title {
    margin: 0 0 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #1a1d21;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 12px;
}

.gang-stair-card-route {
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
    letter-spacing: 0.03em;
}

.gang-stair-list {
    margin: 0;
    padding: 0 0 0 1.15em;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #334155;
}

.gang-stair-list li {
    margin-bottom: 8px;
}

.gang-stair-list li:last-child {
    margin-bottom: 0;
}

.gang-stair-list strong {
    color: #1e293b;
}

.gang-todo {
    display: inline-block;
    padding: 1px 8px;
    border-radius: 4px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    font-size: 0.82rem;
    font-weight: 600;
    color: #9a3412;
}

.gang-palette-inner {
    display: grid;
    grid-template-columns: minmax(200px, 0.9fr) minmax(220px, 1fr);
    gap: 22px;
    align-items: start;
}

.gang-palette-photo {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(74, 44, 64, 0.2);
    border: 3px solid #fff;
}

.gang-palette-photo img {
    width: 100%;
    height: auto;
    display: block;
}

.gang-palette-swatches {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gang-swatch {
    padding: 14px 16px;
    border-radius: 11px;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #334155;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.gang-swatch-name {
    display: block;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

.gang-swatch--mirabel {
    background: linear-gradient(135deg, rgba(74, 44, 64, 0.12) 0%, #fff 55%);
    border-left: 4px solid #4a2c40;
}

.gang-swatch--mirabel .gang-swatch-name {
    color: #4a2c40;
}

.gang-swatch--liefhebber {
    background: linear-gradient(135deg, rgba(229, 206, 214, 0.45) 0%, #fff 50%);
    border-left: 4px solid #c9a8b5;
}

.gang-swatch--liefhebber .gang-swatch-name {
    color: #7d5a68;
}

@media (max-width: 640px) {
    .gang-stairs-grid {
        grid-template-columns: 1fr;
    }
    .gang-palette-inner {
        grid-template-columns: 1fr;
    }
}

/* WC room panel */
.wc-overview-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1d21;
    margin: 0 0 20px 0;
}
.wc-two-col {
    display: grid;
    grid-template-columns: minmax(260px, 400px) 1fr;
    gap: 28px;
    align-items: start;
}
.wc-col-content {
    min-width: 0;
    max-width: 400px;
}
.wc-col-plans {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wc-col-plans .plan-figure {
    margin: 0;
}
.wc-col-plans .plan-figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 820px) {
    .wc-two-col {
        grid-template-columns: 1fr;
    }
    .wc-col-plans {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
    .wc-col-plans .plan-figure {
        flex: 1 1 200px;
    }
}
.wc-plan-block {
    padding: 18px 20px;
    margin-bottom: 20px;
    background: #e8f4f3;
    border-radius: 12px;
    border: 1px solid rgba(15, 118, 110, 0.25);
}
.wc-plan-block .wc-block-title {
    margin-top: 0;
}
.wc-dims-block {
    padding: 16px 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.wc-dims-block .wc-block-title {
    margin-top: 0;
}
.wc-blocks-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.wc-block {
    padding: 18px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.wc-block-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1d21;
    margin: 0 0 8px 0;
}
.wc-block-body {
    margin: 0 0 10px 0;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.5;
}
.wc-block-body:last-of-type {
    margin-bottom: 0;
}
.wc-product-price {
    margin: 12px 0 0 0;
    font-size: 0.95rem;
    color: #1e293b;
}
.wc-product-link {
    color: #0f766e;
    text-decoration: none;
}
.wc-product-link:hover {
    text-decoration: underline;
}
.wc-diy-link {
    color: #0f766e;
    font-weight: 500;
    text-decoration: none;
}
.wc-diy-link:hover {
    text-decoration: underline;
}

/* Washok room panel */
.washok-overview-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1d21;
    margin: 0 0 20px 0;
}
.washok-two-col {
    display: grid;
    grid-template-columns: minmax(260px, 400px) 1fr;
    gap: 28px;
    align-items: start;
}
.washok-col-content {
    min-width: 0;
    max-width: 400px;
}
.washok-col-plans {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.washok-col-plans .plan-figure {
    margin: 0;
}
.washok-col-plans .plan-figure img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 820px) {
    .washok-two-col {
        grid-template-columns: 1fr;
    }
    .washok-col-plans {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 16px;
    }
    .washok-col-plans .plan-figure {
        flex: 1 1 200px;
    }
}
.washok-plan-block {
    padding: 18px 20px;
    margin-bottom: 20px;
    background: #ede6dc;
    border-radius: 12px;
    border: 1px solid rgba(166, 123, 91, 0.35);
}
.washok-plan-block .washok-block-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1d21;
    margin: 0 0 8px 0;
}
.washok-plan-block .washok-block-title:first-child {
    margin-top: 0;
}
.washok-block-body {
    margin: 0;
    font-size: 0.95rem;
    color: #374151;
    line-height: 1.5;
}
.washok-dims-block {
    padding: 16px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.washok-dims-block .washok-block-title {
    margin-top: 0;
}

@media (max-width: 640px) {
    .card-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .roadmap-lane-cards {
        grid-template-columns: 1fr;
    }

    .hero-figure img {
        max-width: 160px;
    }
}