@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@500;700;800&family=Montserrat:wght@300;400;500;600;700;800&display=swap');

:root {
    --bg: #eef4ef;
    --bg-strong: #dfeae0;
    --surface: rgba(248, 252, 248, 0.8);
    --surface-strong: #fbfefb;
    --surface-soft: rgba(240, 248, 241, 0.92);
    --text: #0f1912;
    --text-soft: #607065;
    --line: rgba(25, 62, 39, 0.12);
    --accent: #1a8f4c;
    --accent-strong: #0f5e31;
    --accent-soft: rgba(26, 143, 76, 0.12);
    --gold-soft: rgba(136, 173, 144, 0.12);
    --danger: #a83535;
    --shadow: 0 24px 80px rgba(12, 32, 18, 0.12);
}

body.night-mode {
    --bg: #03080c;
    --bg-strong: #07131a;
    --surface: rgba(8, 16, 22, 0.8);
    --surface-strong: #0d1820;
    --surface-soft: rgba(11, 26, 19, 0.95);
    --text: #edf7f1;
    --text-soft: #8ea89a;
    --line: rgba(173, 214, 188, 0.1);
    --accent: #5bff9a;
    --accent-strong: #1aa85a;
    --accent-soft: rgba(91, 255, 154, 0.12);
    --gold-soft: rgba(91, 255, 154, 0.08);
    --danger: #ff8b8b;
    --shadow: 0 34px 90px rgba(0, 0, 0, 0.46);
}

body.history-page {
    --bg: #efeff1;
    --bg-strong: #dfe1e5;
    --surface: rgba(251, 251, 252, 0.84);
    --surface-strong: #ffffff;
    --surface-soft: rgba(244, 245, 247, 0.94);
    --line: rgba(56, 64, 78, 0.14);
    --accent: #6c7483;
    --accent-strong: #48505d;
    --accent-soft: rgba(108, 116, 131, 0.12);
    --gold-soft: rgba(108, 116, 131, 0.08);
    --shadow: 0 24px 80px rgba(33, 38, 46, 0.12);
}

body.history-page .hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.08), transparent 55%),
        radial-gradient(circle at top right, rgba(108, 116, 131, 0.10), transparent 32%),
        radial-gradient(circle at bottom left, rgba(108, 116, 131, 0.12), transparent 40%),
        linear-gradient(160deg, rgba(58, 63, 72, 0.86), rgba(96, 103, 116, 0.9)),
        var(--surface);
    color: #f3f5f8;
}

body.history-page .hero::after {
    background: radial-gradient(circle, rgba(200, 207, 216, 0.16), transparent 60%);
}

body.history-page .hero-text {
    color: rgba(243, 245, 248, 0.82);
}

body.history-page.night-mode {
    --bg: #0d1015;
    --bg-strong: #141922;
    --surface: rgba(17, 22, 30, 0.84);
    --surface-strong: #1c2330;
    --surface-soft: rgba(22, 28, 38, 0.92);
    --line: rgba(198, 205, 216, 0.12);
    --accent: #c2cad7;
    --accent-strong: #97a3b6;
    --accent-soft: rgba(194, 202, 215, 0.12);
    --gold-soft: rgba(194, 202, 215, 0.06);
    --shadow: 0 34px 90px rgba(0, 0, 0, 0.52);
}

body.detailview-page .shell {
    width: min(720px, calc(100% - 18px));
}

body.history-page .detail-tabs-card {
    max-width: none;
    margin: 0;
}

.detailview-list-row {
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr) 120px;
    gap: 14px;
    align-items: start;
}

.detailview-list-row strong,
.detailview-list-row small {
    display: block;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detailview-list-head strong {
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-soft);
}

body.finance-page {
    --bg: #fbf2e6;
    --bg-strong: #f3e1c6;
    --surface: rgba(255, 249, 242, 0.86);
    --surface-strong: #fffdfa;
    --surface-soft: rgba(255, 245, 233, 0.94);
    --line: rgba(137, 88, 33, 0.14);
    --accent: #d47d20;
    --accent-strong: #a85a0d;
    --accent-soft: rgba(212, 125, 32, 0.12);
    --gold-soft: rgba(212, 125, 32, 0.10);
    --shadow: 0 24px 80px rgba(83, 47, 7, 0.12);
}

body.finance-page .hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.08), transparent 55%),
        radial-gradient(circle at top right, rgba(212, 125, 32, 0.12), transparent 32%),
        radial-gradient(circle at bottom left, rgba(212, 125, 32, 0.14), transparent 40%),
        linear-gradient(160deg, rgba(120, 69, 14, 0.88), rgba(173, 103, 27, 0.92)),
        var(--surface);
    color: #fff7ef;
}

body.finance-page .hero::after {
    background: radial-gradient(circle, rgba(255, 195, 120, 0.18), transparent 60%);
}

body.finance-page .hero-text {
    color: rgba(255, 247, 239, 0.82);
}

body.finance-page.night-mode {
    --bg: #080403;
    --bg-strong: #110907;
    --surface: rgba(18, 10, 7, 0.9);
    --surface-strong: #1b100c;
    --surface-soft: rgba(25, 14, 10, 0.96);
    --text: #fff1e5;
    --text-soft: #d7b49b;
    --line: rgba(255, 212, 176, 0.10);
    --accent: #ff9b3d;
    --accent-strong: #ffbf7a;
    --accent-soft: rgba(255, 155, 61, 0.14);
    --gold-soft: rgba(255, 155, 61, 0.08);
    --shadow: 0 34px 90px rgba(0, 0, 0, 0.62);
}

body.finance-page.night-mode .hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.04), transparent 55%),
        radial-gradient(circle at top right, rgba(255, 155, 61, 0.12), transparent 32%),
        radial-gradient(circle at bottom left, rgba(255, 155, 61, 0.12), transparent 40%),
        linear-gradient(160deg, rgba(25, 13, 8, 0.94), rgba(51, 24, 12, 0.96)),
        var(--surface);
    color: #fff4ea;
}

body.finance-page.night-mode .hero::after {
    background: radial-gradient(circle, rgba(255, 155, 61, 0.12), transparent 60%);
}

body.finance-page.night-mode .hero-text {
    color: rgba(255, 244, 234, 0.78);
}

body.main-app-page {
    --bg: #f8efef;
    --bg-strong: #eadcdc;
    --surface: rgba(255, 249, 249, 0.84);
    --surface-strong: #fffdfd;
    --surface-soft: rgba(255, 244, 244, 0.92);
    --line: rgba(99, 27, 27, 0.14);
    --accent: #b12f3a;
    --accent-strong: #7f1f28;
    --accent-soft: rgba(177, 47, 58, 0.12);
    --gold-soft: rgba(177, 47, 58, 0.08);
    --shadow: 0 24px 80px rgba(52, 14, 18, 0.14);
}

body.main-app-page .hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.08), transparent 55%),
        radial-gradient(circle at top right, rgba(177, 47, 58, 0.10), transparent 32%),
        radial-gradient(circle at bottom left, rgba(177, 47, 58, 0.12), transparent 40%),
        linear-gradient(160deg, rgba(74, 24, 28, 0.86), rgba(108, 48, 54, 0.9)),
        var(--surface);
    color: #fff4f4;
}

body.main-app-page .hero::after {
    background: radial-gradient(circle, rgba(255, 138, 148, 0.16), transparent 60%);
}

body.main-app-page .hero-text {
    color: rgba(255, 244, 244, 0.82);
}

body.main-app-page.night-mode {
    --bg: #080403;
    --bg-strong: #110907;
    --surface: rgba(18, 10, 7, 0.9);
    --surface-strong: #1b100c;
    --surface-soft: rgba(25, 14, 10, 0.96);
    --text: #fff1e5;
    --text-soft: #d7b49b;
    --line: rgba(255, 212, 176, 0.10);
    --accent: #ff9b3d;
    --accent-strong: #ffbf7a;
    --accent-soft: rgba(255, 155, 61, 0.14);
    --gold-soft: rgba(255, 155, 61, 0.08);
    --shadow: 0 34px 90px rgba(0, 0, 0, 0.62);
}

body.main-app-page.night-mode .hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.04), transparent 55%),
        radial-gradient(circle at top right, rgba(255, 155, 61, 0.12), transparent 32%),
        radial-gradient(circle at bottom left, rgba(255, 155, 61, 0.12), transparent 40%),
        linear-gradient(160deg, rgba(25, 13, 8, 0.94), rgba(51, 24, 12, 0.96)),
        var(--surface);
    color: #fff4ea;
}

body.main-app-page.night-mode .hero::after {
    background: radial-gradient(circle, rgba(255, 155, 61, 0.12), transparent 60%);
}

body.main-app-page.night-mode .hero-text {
    color: rgba(255, 244, 234, 0.78);
}

* {
    box-sizing: border-box;
}

html {
    color-scheme: light;
}

body.night-mode {
    color-scheme: dark;
}

body {
    margin: 0;
    min-height: 100vh;
    font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at 15% 15%, rgba(91, 255, 154, 0.09), transparent 18%),
        radial-gradient(circle at 80% 10%, rgba(91, 255, 154, 0.07), transparent 16%),
        radial-gradient(circle at 50% 100%, rgba(9, 53, 27, 0.2), transparent 28%),
        linear-gradient(180deg, var(--bg) 0%, var(--bg-strong) 100%);
    transition: background 0.3s ease, color 0.3s ease;
    position: relative;
    overflow-x: hidden;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.55;
    background-image:
        radial-gradient(circle at 12% 22%, rgba(255,255,255,0.9) 0 1px, transparent 1.6px),
        radial-gradient(circle at 74% 18%, rgba(255,255,255,0.72) 0 1px, transparent 1.6px),
        radial-gradient(circle at 28% 78%, rgba(255,255,255,0.75) 0 1px, transparent 1.6px),
        radial-gradient(circle at 86% 64%, rgba(255,255,255,0.68) 0 1px, transparent 1.6px),
        radial-gradient(circle at 48% 36%, rgba(255,255,255,0.5) 0 1px, transparent 1.6px);
    mix-blend-mode: screen;
}

a {
    color: inherit;
    text-decoration: none;
}

.shell {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 28px 0 56px;
}

.shell-wide {
    width: min(1600px, calc(100% - 24px));
}

.hero {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding: 40px;
    border: 1px solid var(--line);
    border-radius: 36px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.08), transparent 55%),
        radial-gradient(circle at top right, var(--gold-soft), transparent 32%),
        radial-gradient(circle at bottom left, var(--accent-soft), transparent 40%),
        linear-gradient(160deg, rgba(4, 14, 10, 0.82), rgba(8, 18, 26, 0.9)),
        var(--surface);
    box-shadow: var(--shadow);
    backdrop-filter: blur(18px);
    color: #eef8f0;
    position: relative;
    overflow: visible;
    z-index: 50;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto -12% -35% 34%;
    height: 260px;
    background: radial-gradient(circle, rgba(91, 255, 154, 0.18), transparent 60%);
    pointer-events: none;
}

.hero-copy {
    max-width: 700px;
}

.eyebrow {
    margin: 0 0 8px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--accent);
}

.hero h1,
.panel h2,
.empty-state h3 {
    margin: 0;
    font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: -0.045em;
}

.hero h1 {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.02;
}

.hero-text {
    margin: 14px 0 0;
    max-width: 62ch;
    color: rgba(237, 247, 241, 0.78);
    font-size: 1rem;
    line-height: 1.65;
}

.panel-subtitle {
    margin: 8px 0 0;
    color: var(--text-soft);
    font-size: 0.96rem;
    line-height: 1.5;
}

.title-link {
    font-size: 0.58em;
    font-weight: 600;
    color: var(--text-soft);
}

.title-anchor {
    color: inherit;
    text-decoration: none;
}

.title-anchor:hover {
    text-decoration: underline;
}

.title-link a {
    color: inherit;
    text-decoration: underline;
}

.hero-actions,
.stack-actions,
.form-actions,
.search-form {
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.hero-actions {
    align-self: flex-start;
    justify-content: flex-end;
}

.hero-menu {
    position: relative;
    flex-direction: column;
    align-items: flex-end;
}

.button.button-secondary.hero-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    list-style: none;
    min-height: 40px;
    padding: 0 16px;
}

.hero-menu-toggle::-webkit-details-marker {
    display: none;
}

.hero-menu-icon {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
}

.hero-menu-icon span {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    opacity: 0.9;
}

body.night-mode .hero-menu-toggle,
body.night-mode .hero-menu-icon {
    color: #ffffff;
}

.hero-menu-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    display: grid;
    gap: 8px;
    min-width: 220px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.05), transparent 58%),
        radial-gradient(circle at top right, var(--accent-soft), transparent 38%),
        linear-gradient(160deg, rgba(58, 18, 22, 0.96), rgba(92, 38, 44, 0.98));
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
    z-index: 80;
}

.hero-menu:not([open]) .hero-menu-panel {
    display: none;
}

.hero-menu-link {
    display: block;
    width: 100%;
    padding: 8px 6px;
    color: rgba(255, 248, 249, 0.88);
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.4;
    border-radius: 10px;
    transition: color 0.18s ease, background 0.18s ease;
}

.hero-menu-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
}

.hero-menu-link-strong {
    color: #ffffff;
    font-weight: 500;
}

.hero-menu-label {
    display: block;
    padding: 2px 6px 0;
    color: rgba(255, 248, 249, 0.52);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero-menu-label-spaced {
    margin-top: 6px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-menu-action {
    appearance: none;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    font: inherit;
}

body.night-mode .hero-menu-panel {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.03), transparent 58%),
        radial-gradient(circle at top right, var(--accent-soft), transparent 40%),
        linear-gradient(160deg, rgba(23, 12, 8, 0.97), rgba(43, 21, 11, 0.99));
}

.details-action-menu {
    margin-left: auto;
}

.details-action-menu .hero-menu-link,
.details-action-menu .hero-menu-action,
.details-action-menu .hero-menu-link:hover {
    color: #fff;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 16px;
    border: 0;
    border-radius: 9px;
    font-family: inherit;
    font-size: 0.98rem;
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
    text-decoration: none;
}

.button:hover {
    transform: translateY(-1px);
}

.button,
.button-primary,
.button-secondary {
    background: #f08b08;
    color: #120d08;
    box-shadow: 0 10px 22px rgba(130, 67, 4, 0.18);
}

.button:hover,
.button-primary:hover,
.button-secondary:hover {
    background: #e38205;
    box-shadow: 0 12px 24px rgba(130, 67, 4, 0.22);
}

.button:focus-visible,
.button-primary:focus-visible,
.button-secondary:focus-visible {
    outline: 2px solid rgba(255, 196, 121, 0.95);
    outline-offset: 2px;
}

.button-small {
    min-height: 34px;
    padding: 0 13px;
    font-size: 0.9rem;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.panel,
.notice {
    margin-bottom: 22px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.52), transparent 62%),
        radial-gradient(circle at top right, var(--accent-soft), transparent 28%),
        linear-gradient(180deg, rgba(255,255,255,0.55), rgba(255,255,255,0.18)),
        var(--surface);
    box-shadow: var(--shadow);
    backdrop-filter: blur(16px);
}

.panel {
    position: relative;
    overflow: hidden;
}

.panel::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
    opacity: 0.65;
}

.panel-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.notice {
    padding: 16px 20px;
    font-weight: 600;
}

.notice-success {
    border-left: 5px solid var(--accent);
}

.notice-error {
    border-left: 5px solid var(--danger);
}

.search-form input,
.search-form select,
.form-grid input,
.form-grid select,
.form-grid textarea,
.table-inline-input,
.description-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 15px 16px;
    font-size: 1.06rem;
    background: var(--surface-strong);
    color: var(--text);
    outline: none;
}

.autocomplete-field {
    position: relative;
}

.form-grid .autocomplete-field input,
.search-form .autocomplete-field input {
    position: relative;
    z-index: 2;
    background: var(--surface-strong);
}

.autocomplete-ghost {
    display: block;
    margin-top: 6px;
    padding: 0 2px;
    font: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: rgba(96, 112, 101, 0.72);
    font-size: 0.9rem;
    pointer-events: none;
    white-space: nowrap;
    overflow: hidden;
}

.form-grid select {
    min-height: 42px;
    padding: 9px 14px;
    border-radius: 16px;
}

.search-form input:focus,
.search-form select:focus,
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus,
.table-inline-input:focus,
.description-form textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}

.search-form input {
    min-height: 48px;
    flex: 1 1 280px;
}

.search-form select {
    min-height: 48px;
    min-width: 160px;
    flex: 0 0 auto;
}

.title-toggle {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 2px;
}

.title-toggle-single {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--text);
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.1;
    text-decoration: none;
    transition: color 0.18s ease, transform 0.18s ease;
}

.title-toggle-single:hover {
    transform: translateY(-1px);
    color: var(--accent);
}

.field-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.field-pill {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.44), transparent 60%),
        radial-gradient(circle at top right, var(--gold-soft), transparent 38%),
        var(--surface-soft);
}

.field-pill strong,
.field-pill small {
    margin: 0;
}

.field-pill small {
    color: var(--text-soft);
    font-size: inherit;
}

.factuur-panel {
    width: 100%;
}

.factuur-tekst {
    margin: 0;
    white-space: pre-wrap;
    font: inherit;
    color: var(--text);
    line-height: 1.55;
}

.factuur-panel .factuur-tekst + .factuur-tekst,
.factuur-panel .factuur-tekst + div.factuur-tekst,
.factuur-panel div.factuur-tekst + .factuur-tekst {
    margin-top: 14px;
}

.factuur-whisky-list {
    margin: 6px 0 0;
    padding-left: 14px;
}

.factuur-whisky-list .verslag-whisky-item + .verslag-whisky-item {
    margin-top: 1px;
}

.factuur-whisky-list .verslag-whisky-item {
    line-height: 1.35;
}

.algemeen-panel-grid {
    margin-top: 14px;
    align-items: stretch;
}

.algemeen-paneel {
    width: 100%;
    gap: 12px;
}

.algemeen-paneel-grid {
    width: 100%;
    margin-top: 0;
}

.verslag-meta-panel {
    width: 100%;
    gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.verslag-meta-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px 18px;
    align-items: start;
}

.verslag-meta-cell strong,
.verslag-meta-cell small {
    display: block;
}

.verslag-meta-date {
    grid-column: 1;
    grid-row: 1;
}

.verslag-meta-organization {
    grid-column: 2;
    grid-row: 1;
}

.verslag-meta-location {
    grid-column: 3;
    grid-row: 1;
}

.verslag-meta-contact {
    grid-column: 2;
    grid-row: 2;
}

.verslag-meta-place {
    grid-column: 3;
    grid-row: 2;
}

.verslag-meta-audience-row {
    display: grid;
    grid-column: 1 / -1;
    grid-row: 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.verslag-meta-cell-empty {
    min-height: 1px;
}

.verslag-whisky-panel {
    width: 100%;
    gap: 10px;
    margin-top: 8px;
}

.verslag-content-panel {
    width: 100%;
    gap: 14px;
}

.verslag-content-item + .verslag-content-item {
    border-top: 1px solid var(--line);
    padding-top: 10px;
}

.verslag-meta-panel .verslag-content-item + .verslag-content-item,
.verslag-whisky-panel .verslag-whisky-item + .verslag-whisky-item {
    border-top: 0;
    padding-top: 0;
}

.verslag-content-item strong,
.verslag-content-item small {
    display: block;
}

.verslag-whisky-list {
    margin: 8px 0 0;
    padding-left: 20px;
}

.verslag-whisky-item {
    font-size: inherit;
    line-height: 1.5;
    list-style: disc;
}

.verslag-whisky-item span {
    display: inline;
    font-size: inherit;
    font-weight: 400;
    color: var(--text-soft);
    white-space: nowrap;
}

.offerte-whisky-list {
    margin: 8px 0 0;
    padding-left: 20px;
}

.offerte-whisky-list .verslag-whisky-item {
    line-height: 1.35;
}

.offerte-whisky-list .verslag-whisky-item + .verslag-whisky-item {
    margin-top: 1px;
}

.offerte-whisky-block,
.offerte-praktisch {
    margin-top: 14px;
    color: var(--text);
    font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.45;
    white-space: normal;
}

.offerte-whisky-block strong,
.offerte-praktisch strong {
    display: block;
    margin: 0;
    font-weight: 800;
}

.offerte-praktisch span {
    display: block;
    margin-top: 4px;
    color: #000;
    font-size: inherit;
    line-height: 1.35;
    font-weight: 400;
}

.offerte-praktisch strong + span {
    margin-top: 8px;
}

.offerte-beschrijving {
    margin-top: 28px !important;
}

.offerte-kosten {
    margin-top: 28px !important;
}

@media (max-width: 900px) {
    .verslag-meta-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

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

.proeverij-list-wrap {
    max-width: none;
    margin: 0 auto;
}

@media (max-width: 720px) {
    .proeverij-list-title-column {
        display: none;
    }

    .proeverij-list-wrap .data-table th,
    .proeverij-list-wrap .data-table td {
        font-size: 0.74rem;
        padding: 5px 3px;
        white-space: nowrap;
    }

    body.main-app-page .shell {
        width: calc(100% - 8px);
    }

    .proeverij-list-wrap {
        max-width: none;
        margin: 0;
    }

    .proeverij-list-panel {
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        backdrop-filter: none;
    }

    .proeverij-list-panel::before {
        display: none;
    }
}

.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    padding: 16px 14px;
    text-align: left;
    border-bottom: 1px solid var(--line);
}

.data-table th {
    color: var(--text-soft);
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 800;
}

.data-table tbody tr:hover {
    background: var(--accent-soft);
}

.data-table tbody tr:nth-child(even) {
    background: rgba(26, 143, 76, 0.06);
}

.data-table tbody tr.is-openbaar-record td {
    font-weight: 700;
}

.history-report-sheet {
    display: grid;
    gap: 20px;
}

.history-report-toolbar {
    display: flex;
    gap: 10px;
    margin-bottom: 18px;
    justify-content: flex-end;
    width: 100%;
}

.history-report-header {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    padding: 22px 24px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 245, 0.92));
}

.history-report-kicker {
    margin: 0 0 8px;
    font-size: 0.82rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-soft);
}

.history-report-title {
    margin: 0;
    font-size: clamp(1.8rem, 2.8vw, 2.5rem);
}

.history-report-summary {
    margin: 10px 0 0;
    color: var(--text-soft);
}

.history-report-list {
    display: grid;
    gap: 18px;
}

.history-report-entry {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.history-report-entry:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.history-event-line {
    margin: 0 0 8px;
    line-height: 1.45;
}

.history-no-whiskies {
    margin: 0;
    color: var(--text-soft);
}

.history-whisky-list {
    margin: 0;
    padding-left: 24px;
}

.history-whisky-list li + li {
    margin-top: 4px;
}

.is-clickable-row {
    cursor: pointer;
}

.is-clickable-row:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: -2px;
}

.future-list {
    display: grid;
    gap: 12px;
}

.future-list-item {
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.22);
    transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.future-list-item:nth-child(even) {
    background: rgba(26, 143, 76, 0.06);
}

.future-list-item:hover {
    background: var(--accent-soft);
    transform: translateY(-1px);
}

.future-list-line {
    margin: 0;
    font-size: 1.02rem;
    line-height: 1.5;
}

.future-list-date {
    font-weight: 800;
}

.future-list-day {
    color: var(--text-soft);
}

.future-list-place {
    color: var(--accent-strong);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}


.export-text {
    width: 100%;
    min-height: 520px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--surface-strong);
    color: var(--text);
    font: 500 1rem/1.6 Consolas, "Courier New", monospace;
    resize: vertical;
    white-space: pre;
}

.export-text:focus {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
}

.export-panel-body {
    width: 100%;
}

.whisky-year-table {
    min-width: 1200px;
}

.whisky-year-table th,
.whisky-year-table td {
    text-align: center;
    vertical-align: middle;
}

.whisky-year-table th:first-child,
.whisky-year-table td:first-child {
    text-align: left;
    position: sticky;
    left: 0;
    background: var(--surface-strong);
    z-index: 1;
}

.whisky-year-table tfoot th {
    background: rgba(255, 255, 255, 0.42);
}

.value-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 34px;
    padding: 0 10px;
    border-radius: 12px;
    background: var(--accent-soft);
    font-weight: 700;
}

.total-cell {
    font-weight: 800;
}

.event-table {
    min-width: 720px;
}

.event-table td,
.event-table th {
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-list-table {
    table-layout: fixed;
}

.event-list-table th,
.event-list-table td {
    padding: 8px 6px;
    font-size: 0.88rem;
    line-height: 1.25;
}

.event-list-table th:nth-child(1),
.event-list-table td:nth-child(1) {
    width: 96px;
}

.event-list-table th:nth-child(2),
.event-list-table td:nth-child(2) {
    width: 190px;
}

.event-list-table th:nth-child(3),
.event-list-table td:nth-child(3) {
    width: 150px;
}

.event-list-table th:nth-child(4),
.event-list-table td:nth-child(4) {
    width: 120px;
}

.event-list-table th:nth-child(5),
.event-list-table td:nth-child(5) {
    width: 130px;
}

.event-table td:last-child,
.event-table th:last-child {
    text-align: left;
}

.event-list-table td:last-child,
.event-list-table th:last-child {
    text-align: left;
    white-space: nowrap;
}

.event-detail-tabs {
    margin-top: 6px;
}

.event-detail-tabs .detail-tabs-nav {
    gap: 0;
    padding: 0 2px;
    border-bottom: 1px solid #ddd7d2;
}

.event-detail-tabs .detail-tab {
    min-height: 38px;
    padding: 0 14px;
    border-radius: 10px 10px 0 0;
    background: transparent;
    color: #3e89d7;
    font-weight: 500;
    top: 0;
}

.event-detail-tabs.detail-tabs-static #tab-beschrijving:checked ~ .detail-tabs-nav label[for="tab-beschrijving"],
.event-detail-tabs.detail-tabs-static #tab-publiek:checked ~ .detail-tabs-nav label[for="tab-publiek"],
.event-detail-tabs.detail-tabs-static #tab-review:checked ~ .detail-tabs-nav label[for="tab-review"],
.event-detail-tabs.detail-tabs-static #tab-whisky:checked ~ .detail-tabs-nav label[for="tab-whisky"],
.event-detail-tabs.detail-tabs-static #tab-evaluatie:checked ~ .detail-tabs-nav label[for="tab-evaluatie"],
.event-detail-tabs.detail-tabs-static #tab-algemeen:checked ~ .detail-tabs-nav label[for="tab-algemeen"] {
    background: #ffffff;
    border-color: #ddd7d2;
    color: #4a4f57;
    box-shadow: none;
}

.event-detail-tabs .detail-tab-panel {
    padding: 18px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.event-form-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}


.event-form-columns-single {
    grid-template-columns: 1fr;
    max-width: none;
    margin: 0;
}

.event-form-section h3 {
    margin: 0 0 14px;
    padding-bottom: 2px;
    border-bottom: 1px solid #e5ddd7;
    color: #2f2f31;
    font-size: 1rem;
    font-weight: 500;
}

.event-form-fields {
    display: grid;
    gap: 12px;
}

.event-form-fields-compact {
    gap: 10px;
}

.event-form-field {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.event-form-field-spaced {
    margin-top: 16px;
}

.event-form-field span {
    display: block;
    margin-bottom: 0;
    padding-top: 10px;
    color: #2f2f31;
    font-weight: 700;
}

.event-form-value {
    min-height: 42px;
    width: 100%;
    max-width: 100%;
    padding: 10px 12px;
    border: 1px solid #d6c9c2;
    border-radius: 10px;
    background: #dbcfc9;
    color: #834d2e;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.event-form-fields-compact .event-form-field span {
    margin-bottom: 4px;
}

.event-form-fields-compact .event-form-value {
    min-height: 38px;
    padding: 8px 11px;
    line-height: 1.3;
}

.event-form-value-large {
    min-height: 180px;
    white-space: pre-wrap;
}

.event-plain-fields {
    display: grid;
    gap: 10px;
}

.event-plain-field {
    margin: 0;
    color: #834d2e;
    line-height: 1.5;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.event-plain-field strong {
    color: #2f2f31;
    font-weight: 700;
}

.whisky-name-list {
    display: grid;
    gap: 12px;
}

.detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

.detail-grid-compact {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.detail-card {
    min-height: 120px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--surface-soft);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
}

.detail-card-wide {
    grid-column: span 2;
}

.detail-grid-compact .detail-card {
    min-height: 92px;
    padding: 15px 16px;
    border-radius: 18px;
}

.detail-grid-compact .detail-card-wide {
    grid-column: span 3;
}

.detail-grid-compact .detail-card-stack {
    grid-column: 1 / -1;
}

.detail-tabs-card {
    padding: 0;
    overflow: hidden;
    background: transparent;
    border: 0;
    box-shadow: none;
    max-width: 980px;
    margin: 0 auto;
}

.detail-tabs {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.detail-tab-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.detail-tabs-nav {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: 1px solid var(--line);
}

.detail-tab {
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid transparent;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    background: rgba(255, 255, 255, 0.42);
    color: var(--text-soft);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    top: 1px;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.detail-tabs-static #tab-beschrijving:checked ~ .detail-tabs-nav label[for="tab-beschrijving"],
.detail-tabs-static #tab-gebruikers:checked ~ .detail-tabs-nav label[for="tab-gebruikers"],
.detail-tabs-static #tab-boek:checked ~ .detail-tabs-nav label[for="tab-boek"],
.detail-tabs-static #tab-stats:checked ~ .detail-tabs-nav label[for="tab-stats"],
.detail-tabs-static #tab-publiek:checked ~ .detail-tabs-nav label[for="tab-publiek"],
.detail-tabs-static #tab-offerte:checked ~ .detail-tabs-nav label[for="tab-offerte"],
.detail-tabs-static #tab-review:checked ~ .detail-tabs-nav label[for="tab-review"],
.detail-tabs-static #tab-evaluatie:checked ~ .detail-tabs-nav label[for="tab-evaluatie"],
.detail-tabs-static #tab-betaling:checked ~ .detail-tabs-nav label[for="tab-betaling"],
.detail-tabs-static #tab-urls:checked ~ .detail-tabs-nav label[for="tab-urls"],
.detail-tabs-static #tab-fotos:checked ~ .detail-tabs-nav label[for="tab-fotos"],
.detail-tabs-static #tab-algemeen:checked ~ .detail-tabs-nav label[for="tab-algemeen"],
.detail-tabs-static #tab-whisky:checked ~ .detail-tabs-nav label[for="tab-whisky"],
.detail-tabs-static #tab-verslag:checked ~ .detail-tabs-nav label[for="tab-verslag"] {
    background: var(--surface);
    border-color: var(--line);
    color: #2b6fca;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.35) inset;
}

.detail-tab-panel {
    display: none;
    padding: 18px;
    border: 1px solid var(--line);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.34), transparent 22%),
        radial-gradient(circle at top right, var(--accent-soft), transparent 30%),
        var(--surface-soft);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
}

.detail-tabs-static #tab-beschrijving:checked ~ .detail-tab-panel-beschrijving,
.detail-tabs-static #tab-gebruikers:checked ~ .detail-tab-panel-gebruikers,
.detail-tabs-static #tab-boek:checked ~ .detail-tab-panel-boek,
.detail-tabs-static #tab-stats:checked ~ .detail-tab-panel-stats,
.detail-tabs-static #tab-publiek:checked ~ .detail-tab-panel-publiek,
.detail-tabs-static #tab-offerte:checked ~ .detail-tab-panel-offerte,
.detail-tabs-static #tab-review:checked ~ .detail-tab-panel-review,
.detail-tabs-static #tab-evaluatie:checked ~ .detail-tab-panel-evaluatie,
.detail-tabs-static #tab-betaling:checked ~ .detail-tab-panel-betaling,
.detail-tabs-static #tab-urls:checked ~ .detail-tab-panel-urls,
.detail-tabs-static #tab-fotos:checked ~ .detail-tab-panel-fotos,
.detail-tabs-static #tab-algemeen:checked ~ .detail-tab-panel-algemeen,
.detail-tabs-static #tab-whisky:checked ~ .detail-tab-panel-whisky,
.detail-tabs-static #tab-verslag:checked ~ .detail-tab-panel-verslag {
    display: block;
}

.detail-grid-tab {
    margin: 0;
}

.detail-grid-tab .detail-card {
    background: rgba(255, 255, 255, 0.38);
}

.detail-form-grid {
    margin-top: 0;
}

.detail-form-field {
    display: block;
}

.detail-form-field span {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.detail-tab-panel .detail-form-field,
.detail-tab-panel .detail-form-field.wide {
    width: 100%;
    max-width: 100%;
}

.detail-tab-panel .detail-form-field-extra-wide input {
    width: 100%;
    min-width: min(100%, 980px);
}

.detail-tab-panel .detail-form-field textarea {
    width: 100%;
    min-height: 260px;
    resize: vertical;
}

.detail-form-field-photo input {
    width: 100%;
    min-width: min(100%, 920px);
}

.detail-form-field-url-photo input {
    width: 100%;
    min-width: 100%;
}

.proeverij-photo-stack {
    display: grid;
    gap: 12px;
}

.proeverij-photo-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 12px;
    align-items: start;
}

.proeverij-photo-row-three {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    align-items: start;
}

.proeverij-photo-card {
    display: grid;
    gap: 10px;
    min-width: 0;
    align-content: start;
}

.proeverij-photo-card .detail-form-field {
    margin: 0;
}

.proeverij-photo-row .detail-form-field {
    margin: 0;
}

.proeverij-photo-thumb {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    align-self: start;
}

.proeverij-photo-thumb-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.proeverij-upload-preview {
    margin-top: 10px;
    width: 100%;
    max-width: 260px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
}

.proeverij-upload-preview-image {
    display: block;
    width: 100%;
    height: auto;
}

.presentatie-upload-thumb {
    width: 96px;
    max-width: 96px;
    aspect-ratio: 1;
    margin-top: 0;
    align-self: end;
    cursor: zoom-in;
}

.presentatie-upload-thumb:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
}

body.website-photo-fullscreen-open {
    overflow: hidden;
}

.website-photo-fullscreen-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.92);
}

.website-photo-fullscreen-modal[hidden] {
    display: none;
}

.website-photo-fullscreen-modal img {
    display: block;
    max-width: min(100%, 1600px);
    max-height: 92vh;
    object-fit: contain;
}

.website-photo-fullscreen-close {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255,255,255,0.28);
    border-radius: 50%;
    background: rgba(0,0,0,0.6);
    color: #fff;
    cursor: pointer;
}

.presentatie-upload-thumb img,
.presentatie-upload-thumb .proeverij-upload-preview-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beheer-presentatie-search {
    margin-bottom: 18px;
}

.boek-search-form {
    margin-bottom: 18px;
}

.detail-tabs-actions {
    margin-top: 18px;
    justify-content: flex-start;
}

.field-with-action {
    display: flex;
    gap: 10px;
    align-items: center;
}

.field-with-action input {
    flex: 1 1 auto;
}

.field-action-button {
    flex: 0 0 auto;
    min-height: 44px;
    white-space: nowrap;
}

.field-action-button.is-disabled {
    opacity: 0.55;
    pointer-events: none;
}

.pipeline-summary {
    display: flex;
    gap: 18px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
}

.evaluatie-path {
    font-family: Consolas, "Courier New", monospace;
    word-break: break-all;
}


.panel-head-tight {
    margin-bottom: 14px;
}

.panel-head-tight h3 {
    margin: 0;
}

.empty-state-tight {
    padding: 6px 0 0;
}

.detail-grid-compact .detail-label {
    margin-bottom: 7px;
    font-size: 0.76rem;
}

.detail-grid-compact .detail-card strong,
.detail-grid-compact .detail-card p {
    line-height: 1.42;
    font-size: 0.96rem;
}

.detail-label {
    display: block;
    margin-bottom: 10px;
    color: var(--text-soft);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.detail-card strong,
.detail-card p {
    margin: 0;
    line-height: 1.55;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.form-grid-compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.form-grid label,
.description-form label {
    display: block;
}

.form-grid label span,
.description-form label span {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.form-grid-compact label span {
    margin-bottom: 6px;
    font-size: 0.92rem;
}

.form-grid-compact input,
.form-grid-compact textarea {
    padding: 11px 13px;
    border-radius: 16px;
}

.form-grid-compact textarea {
    min-height: 108px;
}

.wide {
    grid-column: 1 / -1;
}

.description-form {
    margin-top: 18px;
}

.description-form textarea {
    min-height: 220px;
    resize: vertical;
}

.empty-state {
    padding: 20px 4px 4px;
}

.empty-state p {
    color: var(--text-soft);
    max-width: 58ch;
}

.planning-panel {
    overflow: visible;
}

.planning-wrap {
    overflow-x: auto;
}

.planning-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    table-layout: fixed;
}

.planning-table th,
.planning-table td {
    border: 1px solid var(--line);
}

.planning-table thead th {
    padding: 10px 6px;
    background:
        linear-gradient(180deg, rgba(255, 252, 247, 0.92), rgba(246, 228, 203, 0.78));
    text-align: center;
    font-weight: 800;
}

.planning-table thead th:first-child {
    width: 320px;
    text-align: left;
}

.planning-title {
    padding: 10px 12px;
    background:
        linear-gradient(180deg, rgba(255, 250, 245, 0.86), rgba(247, 231, 212, 0.72));
}

.planning-name {
    font-weight: 700;
}

.planning-meta {
    margin-top: 4px;
    color: var(--text-soft);
    font-size: 0.88rem;
}

.planning-cell {
    height: 52px;
    background: rgba(137, 88, 33, 0.08);
    padding: 0;
}

.planning-cell.is-filled {
    background: rgba(212, 125, 32, 0.12);
}

.planning-link,
.planning-marker {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 180, 92, 0.96), rgba(212, 125, 32, 0.98));
}

.planning-link {
    transition: transform 0.16s ease, box-shadow 0.16s ease;
}

.planning-link:hover {
    transform: scale(0.98);
    box-shadow: inset 0 0 0 2px rgba(120, 69, 14, 0.18);
}

.planning-cell.is-event .planning-link,
.planning-cell.is-event .planning-marker {
    background: linear-gradient(135deg, #7db7ff, #245fb4);
}

.planning-cell.is-college .planning-link,
.planning-cell.is-college .planning-marker {
    background: linear-gradient(135deg, #9db08a, #556b2f);
}

.planning-cell.is-festival .planning-link,
.planning-cell.is-festival .planning-marker {
    background: linear-gradient(135deg, #d68cff, #8031b0);
}

.planning-cell.is-trip .planning-link,
.planning-cell.is-trip .planning-marker {
    background: linear-gradient(135deg, #71d4c4, #1f8577);
}

.planning-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.34), transparent 56%),
        radial-gradient(circle at top right, rgba(212, 125, 32, 0.1), transparent 34%),
        var(--surface-soft);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
}

.planning-legend-item {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 12px;
    border: 1px solid rgba(137, 88, 33, 0.12);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.34);
    color: var(--text);
    font-size: 0.9rem;
    font-weight: 600;
}

.planning-legend-swatch {
    width: 14px;
    height: 14px;
    border-radius: 999px;
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 2px rgba(58, 32, 8, 0.18);
}

.planning-legend-swatch.is-proeverij {
    background: linear-gradient(135deg, rgba(255, 180, 92, 0.96), rgba(212, 125, 32, 0.98));
}

.planning-legend-swatch.is-event {
    background: linear-gradient(135deg, #7db7ff, #245fb4);
}

.planning-legend-swatch.is-college {
    background: linear-gradient(135deg, #9db08a, #556b2f);
}

.planning-legend-swatch.is-festival {
    background: linear-gradient(135deg, #d68cff, #8031b0);
}

.planning-legend-swatch.is-trip {
    background: linear-gradient(135deg, #71d4c4, #1f8577);
}

body.night-mode .hero {
    border-color: rgba(124, 255, 172, 0.14);
}

body.night-mode .panel,
body.night-mode .notice,
body.night-mode .detail-card,
body.night-mode .data-table tr {
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}

body.night-mode .search-form input,
body.night-mode .form-grid input,
body.night-mode .form-grid textarea,
body.night-mode .description-form textarea {
    background: rgba(7, 18, 24, 0.95);
}

body.night-mode .planning-table thead th,
body.night-mode .planning-title,
body.night-mode .planning-cell {
    background-color: rgba(25, 14, 10, 0.72);
}

body.night-mode .planning-cell.is-filled {
    background: rgba(255, 155, 61, 0.12);
}

body.night-mode .planning-link,
body.night-mode .planning-marker {
    background: linear-gradient(135deg, rgba(255, 175, 92, 0.92), rgba(210, 110, 22, 0.94));
}

body.night-mode .planning-cell.is-event .planning-link,
body.night-mode .planning-cell.is-event .planning-marker {
    background: linear-gradient(135deg, #69a8f7, #1d5ab3);
}

body.night-mode .planning-cell.is-college .planning-link,
body.night-mode .planning-cell.is-college .planning-marker {
    background: linear-gradient(135deg, #8fa27b, #4c6128);
}

body.night-mode .planning-cell.is-festival .planning-link,
body.night-mode .planning-cell.is-festival .planning-marker {
    background: linear-gradient(135deg, #bd79f3, #7a28aa);
}

body.night-mode .planning-cell.is-trip .planning-link,
body.night-mode .planning-cell.is-trip .planning-marker {
    background: linear-gradient(135deg, #5fc5b5, #197669);
}

body.night-mode .planning-legend {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.03), transparent 60%),
        radial-gradient(circle at top right, rgba(255, 155, 61, 0.08), transparent 32%),
        rgba(18, 10, 7, 0.72);
    border-color: rgba(255, 212, 176, 0.1);
}

body.night-mode .planning-legend-item {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 212, 176, 0.08);
}

body.night-mode .planning-legend-swatch {
    box-shadow: inset 0 1px 1px rgba(255,255,255,0.18), 0 1px 3px rgba(0, 0, 0, 0.32);
}

body.night-mode .detail-tab {
    background: rgba(7, 18, 24, 0.75);
}

body.night-mode .detail-tabs-static #tab-beschrijving:checked ~ .detail-tabs-nav label[for="tab-beschrijving"],
body.night-mode .detail-tabs-static #tab-gebruikers:checked ~ .detail-tabs-nav label[for="tab-gebruikers"],
body.night-mode .detail-tabs-static #tab-boek:checked ~ .detail-tabs-nav label[for="tab-boek"],
body.night-mode .detail-tabs-static #tab-stats:checked ~ .detail-tabs-nav label[for="tab-stats"],
body.night-mode .detail-tabs-static #tab-publiek:checked ~ .detail-tabs-nav label[for="tab-publiek"],
body.night-mode .detail-tabs-static #tab-offerte:checked ~ .detail-tabs-nav label[for="tab-offerte"],
body.night-mode .detail-tabs-static #tab-review:checked ~ .detail-tabs-nav label[for="tab-review"],
body.night-mode .detail-tabs-static #tab-evaluatie:checked ~ .detail-tabs-nav label[for="tab-evaluatie"],
body.night-mode .detail-tabs-static #tab-urls:checked ~ .detail-tabs-nav label[for="tab-urls"],
body.night-mode .detail-tabs-static #tab-fotos:checked ~ .detail-tabs-nav label[for="tab-fotos"],
body.night-mode .detail-tabs-static #tab-algemeen:checked ~ .detail-tabs-nav label[for="tab-algemeen"],
body.night-mode .detail-tabs-static #tab-whisky:checked ~ .detail-tabs-nav label[for="tab-whisky"],
body.night-mode .detail-tabs-static #tab-verslag:checked ~ .detail-tabs-nav label[for="tab-verslag"] {
    color: #8ec5ff;
}

body.night-mode .detail-grid-tab .detail-card {
    background: rgba(7, 18, 24, 0.62);
}

body.night-mode .event-form-value {
    background: rgba(255, 244, 235, 0.12);
    border-color: rgba(255, 255, 255, 0.08);
    color: var(--text);
}

body.night-mode .event-detail-tabs .detail-tabs-nav {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

body.night-mode .event-detail-tabs .detail-tab {
    color: #8ec5ff;
}

body.night-mode .event-detail-tabs.detail-tabs-static #tab-beschrijving:checked ~ .detail-tabs-nav label[for="tab-beschrijving"],
body.night-mode .event-detail-tabs.detail-tabs-static #tab-publiek:checked ~ .detail-tabs-nav label[for="tab-publiek"],
body.night-mode .event-detail-tabs.detail-tabs-static #tab-review:checked ~ .detail-tabs-nav label[for="tab-review"],
body.night-mode .event-detail-tabs.detail-tabs-static #tab-whisky:checked ~ .detail-tabs-nav label[for="tab-whisky"],
body.night-mode .event-detail-tabs.detail-tabs-static #tab-evaluatie:checked ~ .detail-tabs-nav label[for="tab-evaluatie"],
body.night-mode .event-detail-tabs.detail-tabs-static #tab-algemeen:checked ~ .detail-tabs-nav label[for="tab-algemeen"] {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--text);
}

body.night-mode .event-form-section h3,
body.night-mode .event-form-field span {
    color: var(--text);
}

@media (max-width: 960px) {
    .detail-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .detail-grid-compact {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .event-form-columns {
        grid-template-columns: 1fr;
    }

    .event-form-field {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .event-form-field span {
        padding-top: 0;
    }
}

@media (max-width: 720px) {
    .shell {
        width: min(100% - 20px, 100%);
        padding-top: 18px;
    }

    .hero,
    .panel,
    .notice {
        padding: 18px;
        border-radius: 24px;
    }

    .hero,
    .panel-head,
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-menu {
        align-items: stretch;
    }

    .hero-menu-panel {
        position: static;
        min-width: 0;
        margin-top: 12px;
    }

    .form-grid,
    .form-grid-compact,
    .detail-grid {
        grid-template-columns: 1fr;
    }

    .detail-card-wide {
        grid-column: auto;
    }

    .detail-grid-compact .detail-card-wide {
        grid-column: auto;
    }

    .detail-grid-compact .detail-card-stack {
        grid-column: auto;
    }

    .detail-tabs-nav {
        padding: 0;
    }

    .detail-tab-panel {
        padding: 14px;
    }

    .proeverij-photo-row-three {
        grid-template-columns: 1fr;
    }

    .proeverij-photo-thumb {
        max-width: none;
    }

    .data-table thead {
        display: none;
    }

    .data-table,
    .data-table tbody,
    .data-table tr,
    .data-table td {
        display: block;
        width: 100%;
    }

    .data-table tr {
        margin-bottom: 14px;
        padding: 12px;
        border: 1px solid var(--line);
        border-radius: 22px;
        background: var(--surface-soft);
    }

    .data-table td {
        padding: 8px 0;
        border: 0;
    }

    .data-table td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 4px;
        color: var(--text-soft);
        font-size: 0.78rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    .planning-table {
        min-width: 820px;
    }

    .planning-table thead th:first-child {
        width: 220px;
    }

    body.agenda-page .shell {
        width: calc(100% - 12px);
        padding-top: 10px;
    }

    body.agenda-page .hero,
    body.agenda-page .panel {
        padding: 14px;
        border-radius: 18px;
    }

    body.agenda-page {
        font-size: 0.88rem;
    }

    body.agenda-page .panel-head {
        margin-bottom: 10px;
    }

    body.agenda-page .data-table tr {
        margin-bottom: 10px;
        padding: 10px 12px;
        border-radius: 16px;
    }

    body.agenda-page .data-table td {
        padding: 6px 0;
    }

    body.agenda-page .agenda-info-trigger,
    body.agenda-page .data-table a {
        min-height: 36px;
        display: inline-flex;
        align-items: center;
    }

    body.agenda-page .table-wrap {
        display: none;
    }

    body.agenda-page .agenda-mobile-list {
        display: grid;
        gap: 10px;
    }

    body.agenda-page .agenda-mobile-item {
        padding: 12px 14px;
        border: 1px solid var(--line);
        border-radius: 18px;
        background: var(--surface-soft);
    }

    body.agenda-page .agenda-mobile-meta {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 6px;
        color: var(--text-soft);
        font-size: 0.68rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
    }

    body.agenda-page .agenda-mobile-title {
        margin: 0 0 6px;
        font-size: 0.98rem;
        line-height: 1.3;
    }

    body.agenda-page .agenda-mobile-place a,
    body.agenda-page .agenda-mobile-place .agenda-info-trigger {
        min-height: 36px;
        display: inline-flex;
        align-items: center;
        font-size: 0.9rem;
    }
}

.agenda-info-trigger {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.agenda-info-trigger:hover {
    text-decoration: underline;
}

.finance-table {
    table-layout: fixed;
    width: 100%;
}

.finance-table th:first-child,
.finance-table td:first-child {
    width: 180px;
}

.finance-table th:nth-child(3),
.finance-table td:nth-child(3) {
    width: 180px;
}

.finance-table th:last-child,
.finance-table td:last-child {
    width: 120px;
    white-space: nowrap;
}

.finance-title-column {
    width: auto;
}

.agenda-table {
    table-layout: fixed;
    width: 100%;
}

.agenda-table th:first-child,
.agenda-table td:first-child {
    width: 170px;
}

.agenda-table th:nth-child(2),
.agenda-table td:nth-child(2) {
    width: 80px;
}

.agenda-table th:nth-child(3),
.agenda-table td:nth-child(3) {
    width: 220px;
}

.agenda-title-column {
    width: auto;
}

body.agenda-page .shell {
    width: min(1080px, calc(100% - 18px));
}

body.agenda-page {
    font-size: 0.95rem;
}

body.agenda-page .table-wrap {
    max-width: none;
    margin: 0;
}

body.agenda-page .hero {
    padding: 26px 24px;
}

body.agenda-page .hero h1 {
    font-size: clamp(1.5rem, 6vw, 2.4rem);
}

body.whisky-year-page .hero h1 {
    font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: -0.045em;
}

body.agenda-page .panel {
    padding: 20px;
}

.agenda-mobile-list {
    display: none;
}

body.agenda-page .data-table td,
body.agenda-page .data-table th,
body.agenda-page .agenda-info-trigger,
body.agenda-page .data-table a {
    font-size: 0.92rem;
}

@media (max-width: 720px) {
    body.agenda-page:not(.boek-page) {
        font-size: 0.86rem;
    }

    body.agenda-page:not(.boek-page) .hero h1 {
        font-size: 1.35rem;
        line-height: 1.15;
    }

    body.agenda-page:not(.boek-page) .panel {
        padding: 12px;
    }

    body.agenda-page:not(.boek-page) .agenda-mobile-list {
        gap: 8px;
    }

    body.agenda-page:not(.boek-page) .agenda-mobile-item {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr) auto;
        align-items: center;
        gap: 8px;
        padding: 10px 12px;
        border-radius: 14px;
    }

    body.agenda-page:not(.boek-page) .agenda-mobile-meta {
        min-width: 0;
        margin-bottom: 0;
        font-size: 0.64rem;
        line-height: 1.15;
        letter-spacing: 0.05em;
        white-space: nowrap;
    }

    body.agenda-page:not(.boek-page) .agenda-mobile-title {
        min-width: 0;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.88rem;
        line-height: 1.22;
    }

    body.agenda-page:not(.boek-page) .agenda-mobile-place {
        min-width: 0;
    }

    body.agenda-page:not(.boek-page) .agenda-mobile-place a,
    body.agenda-page:not(.boek-page) .agenda-mobile-place .agenda-info-trigger {
        max-width: 26vw;
        min-height: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 0.8rem;
        line-height: 1.25;
    }
}

body.boek-page .shell {
    width: min(1180px, calc(100% - 18px));
}

body.boek-page {
    font-size: 0.95rem;
    background:
        radial-gradient(circle at top left, rgba(214, 183, 144, 0.34), transparent 26%),
        radial-gradient(circle at bottom right, rgba(183, 137, 90, 0.26), transparent 32%),
        linear-gradient(180deg, #f6ede2 0%, #ead9c3 100%);
}

body.boek-page .hero {
    padding: 26px 24px;
    background:
        linear-gradient(145deg, rgba(255, 250, 244, 0.96), rgba(233, 215, 191, 0.94)),
        var(--surface);
    border-color: rgba(160, 118, 73, 0.28);
}

body.boek-page .hero h1 {
    font-size: clamp(1.5rem, 6vw, 2.4rem);
    color: #6b4527;
}

body.boek-page .panel {
    padding: 20px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.78), rgba(245, 233, 217, 0.92)),
        var(--surface);
    border-color: rgba(160, 118, 73, 0.24);
}

body.boek-page .panel-head {
    margin-bottom: 10px;
}

body.boek-page .eyebrow,
body.boek-page .data-table a,
body.boek-page .boek-mobile-links a {
    color: #8b5e34;
}

body.boek-page .button.button-primary {
    background: linear-gradient(135deg, #c08955, #9d6738);
}

body.boek-page .boek-share-button.is-copied {
    background: #2f7d46;
    color: #fffaf3;
}

body.boek-page.boek-pinterest-view {
    height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(143, 91, 43, 0.22), transparent 28%),
        radial-gradient(circle at bottom right, rgba(12, 8, 5, 0.62), transparent 38%),
        linear-gradient(180deg, #21160d 0%, #0f0a06 100%);
}

body.boek-page.boek-pinterest-view .shell {
    width: min(1800px, calc(100% - 16px));
    height: 100vh;
    padding-top: 4px;
    padding-bottom: 4px;
    overflow: hidden;
}

body.boek-page.boek-pinterest-view .hero {
    margin-bottom: 8px;
    padding: 14px 18px;
}

body.boek-page.boek-pinterest-view .hero h1 {
    font-size: clamp(1.2rem, 3vw, 2rem);
}

body.boek-page.boek-carousel-view {
    height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 14% 18%, rgba(200, 137, 76, 0.34), transparent 26%),
        radial-gradient(circle at 78% 20%, rgba(52, 112, 105, 0.28), transparent 30%),
        radial-gradient(circle at 48% 92%, rgba(118, 51, 88, 0.32), transparent 34%),
        linear-gradient(135deg, #140f13 0%, #21170f 42%, #091d1c 100%);
}

body.boek-page.boek-carousel-view .shell {
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow: hidden;
}

body.boek-page.boek-thumbs-view {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 16%, rgba(206, 145, 78, 0.34), transparent 28%),
        radial-gradient(circle at 82% 14%, rgba(57, 137, 128, 0.3), transparent 30%),
        linear-gradient(135deg, #150f10 0%, #25190f 46%, #102323 100%);
}

body.boek-page.boek-thumbs-view .shell {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    overflow: hidden;
}

body.boek-page.boek-swipe-view {
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background: #050403;
}

body.boek-page.boek-swipe-view .shell {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    overflow: hidden;
}

.boek-table {
    table-layout: fixed;
    width: 100%;
}

.boek-table th:first-child,
.boek-table td:first-child {
    width: 70px;
}

.boek-table th:nth-child(2),
.boek-table td:nth-child(2) {
    width: 220px;
}

.boek-table th:nth-child(1),
.boek-table td:nth-child(1) {
    width: 76px;
}

.boek-table th:nth-child(3),
.boek-table td:nth-child(3) {
    width: 28%;
}

.boek-table th:nth-child(2),
.boek-table td:nth-child(2) {
    width: auto;
}

.boek-table th,
.boek-table td {
    padding: 8px 10px;
    font-size: 0.9rem;
    line-height: 1.25;
}

.boek-table th {
    font-size: 0.78rem;
}

.boek-empty {
    color: var(--text-soft);
}

.boek-naam-filled {
    font-weight: 900;
}

.boek-nummer-photo {
    font-weight: 900;
}

body.boek-page .panel,
body.boek-page .table-wrap {
    overflow: visible;
}

.boek-number-preview-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    outline: none;
}

.boek-number-preview-trigger:focus-visible {
    color: #8b5e34;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.boek-number-preview {
    position: absolute;
    top: 50%;
    left: calc(100% + 12px);
    z-index: 120;
    display: block;
    width: min(360px, 42vw);
    padding: 8px;
    border: 1px solid rgba(160, 118, 73, 0.32);
    border-radius: 14px;
    background: rgba(255, 250, 244, 0.98);
    box-shadow: 0 18px 38px rgba(72, 43, 17, 0.24);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(0.96);
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.boek-number-preview img {
    display: block;
    width: 100%;
    max-height: min(520px, 70vh);
    border-radius: 10px;
    object-fit: contain;
}

.boek-number-preview-trigger:hover .boek-number-preview,
.boek-number-preview-trigger:focus .boek-number-preview,
.boek-number-preview-trigger:focus-within .boek-number-preview {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.boek-naam-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.boek-naam-link {
    min-width: 0;
}

.boek-social-icons {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-left: auto;
    flex-shrink: 0;
}

.boek-title-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.boek-instagram-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    opacity: 0.9;
    transform: translateY(0.04em);
}

.boek-instagram-icon-link:hover {
    opacity: 1;
}

.boek-facebook-icon-link,
.boek-youtube-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    opacity: 0.9;
    transform: translateY(0.04em);
}

.boek-facebook-icon-link:hover,
.boek-youtube-icon-link:hover {
    opacity: 1;
}

.boek-instagram-icon-link svg {
    display: block;
    width: 1em;
    height: 1em;
}

.boek-facebook-icon-link svg,
.boek-youtube-icon-link svg {
    display: block;
    width: 1em;
    height: 1em;
}

.boek-instagram-icon-link .boek-instagram-camera {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.boek-instagram-icon-link .boek-instagram-camera-dot {
    fill: #ffffff;
}

.boek-facebook-icon-link .boek-facebook-disc {
    fill: #1877f2;
}

.boek-facebook-icon-link .boek-facebook-letter {
    fill: #ffffff;
}

.boek-youtube-icon-link .boek-youtube-disc {
    fill: #ff0000;
}

.boek-youtube-icon-link .boek-youtube-play {
    fill: #ffffff;
}

.boek-mobile-list {
    display: none;
}

.boek-card-panel {
    width: 100%;
    gap: 16px;
}

.boek-card-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
}

.boek-card-item {
    padding: 10px 14px;
    border: 1px solid rgba(160, 118, 73, 0.16);
    border-radius: 14px;
    background: rgba(255, 251, 246, 0.82);
}

.boek-card-field {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.boek-card-field input {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    border: 1px solid rgba(160, 118, 73, 0.22);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--text);
    font: inherit;
}

.boek-card-field input:focus {
    outline: none;
    border-color: rgba(160, 118, 73, 0.5);
    box-shadow: 0 0 0 3px rgba(192, 137, 85, 0.16);
}

.boek-card-item a {
    word-break: break-word;
}

.boek-card-field .detail-label {
    margin: 0;
}

.boek-photo-preview {
    margin-top: 8px;
}

.boek-photo-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.boek-photo-card {
    display: grid;
    gap: 8px;
    padding: 10px;
    border: 1px solid rgba(160, 118, 73, 0.16);
    border-radius: 18px;
    background: rgba(255, 250, 244, 0.92);
}

.boek-photo-card-image {
    display: block;
    overflow: hidden;
    border-radius: 14px;
    background: rgba(215, 191, 162, 0.18);
}

.boek-photo-card-img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.boek-photo-card-body {
    display: grid;
    gap: 4px;
}

.boek-photo-card-body strong {
    font-size: 0.82rem;
    color: var(--text-soft);
    letter-spacing: 0.06em;
}

body.boek-page .boek-pinterest-panel {
    height: calc(100vh - 8px);
    min-height: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.boek-page .boek-pinterest-panel::before {
    display: none;
}

.boek-pinterest-grid {
    column-count: 5;
    column-gap: 12px;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.18s ease;
}

.boek-pinterest-grid.is-rotating {
    opacity: 0.18;
}

.boek-pinterest-card {
    display: none;
    min-width: 0;
    margin: 0 0 12px;
    break-inside: avoid;
    page-break-inside: avoid;
    animation: boekPinterestFade 0.42s ease both;
}

.boek-pinterest-card.is-active {
    display: inline-block;
    width: 100%;
}

.boek-pinterest-card.is-pinned .boek-pinterest-card-link {
    outline: 2px solid rgba(240, 139, 8, 0.78);
    outline-offset: 4px;
}

.boek-pinterest-card.is-pinned.is-active {
    position: fixed;
    z-index: 20;
    width: clamp(170px, 18vw, 280px);
    max-height: calc(100vh - 56px);
}

.boek-pinterest-card.is-pinned.is-active .boek-pinterest-card-link {
    box-shadow: 0 28px 64px rgba(30, 17, 7, 0.42);
}

.boek-pinterest-pinned-position-1 {
    top: 24px;
    left: 24px;
}

.boek-pinterest-pinned-position-2 {
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.boek-pinterest-pinned-position-3 {
    top: 24px;
    right: 24px;
}

.boek-pinterest-pinned-position-4 {
    bottom: 24px;
    left: 24px;
}

.boek-pinterest-pinned-position-5 {
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
}

.boek-pinterest-pinned-position-6 {
    right: 24px;
    bottom: 24px;
}

.boek-pinterest-card-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(160, 118, 73, 0.2);
    border-radius: 18px;
    background:
        linear-gradient(180deg, rgba(255, 250, 244, 0.74), rgba(230, 211, 188, 0.42)),
        rgba(215, 191, 162, 0.18);
    box-shadow: 0 18px 36px rgba(72, 43, 17, 0.14);
}

.boek-pinterest-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: 56vh;
    object-fit: contain;
    transform: none;
    transition: transform 0.28s ease;
}

.boek-pinterest-card-link:hover .boek-pinterest-image {
    transform: scale(1.02);
}

.boek-pinterest-caption {
    position: absolute;
    inset: auto 10px 10px;
    display: grid;
    gap: 2px;
    max-width: calc(100% - 20px);
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255, 250, 244, 0.88);
    color: #4d301a;
    box-shadow: 0 10px 24px rgba(42, 25, 10, 0.16);
}

.boek-pinterest-caption strong,
.boek-pinterest-caption span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.boek-pinterest-caption strong {
    font-size: 0.76rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(77, 48, 26, 0.68);
}

.boek-pinterest-caption span {
    font-size: 0.92rem;
    font-weight: 800;
}

.boek-carousel {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    isolation: isolate;
}

.boek-carousel::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background:
        linear-gradient(115deg, rgba(255, 183, 91, 0.22), transparent 34%),
        linear-gradient(245deg, rgba(69, 173, 153, 0.18), transparent 40%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.48));
}

.boek-carousel::after {
    content: "";
    position: absolute;
    inset: auto -12% -18% -12%;
    z-index: -1;
    height: 44vh;
    background: linear-gradient(90deg, rgba(194, 123, 65, 0.42), rgba(69, 138, 132, 0.34), rgba(117, 61, 103, 0.4));
    filter: blur(54px);
    opacity: 0.72;
}

.boek-carousel-stage {
    position: absolute;
    inset: 0;
}

.boek-carousel-slide {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    padding: clamp(18px, 4vw, 54px) clamp(16px, 5vw, 72px) clamp(122px, 16vh, 176px);
    color: #fff8ef;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.035);
    transition: opacity 0.9s ease, transform 1.1s ease;
}

.boek-carousel-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.82;
}

.boek-carousel-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.boek-carousel-slide:hover .boek-carousel-image,
.boek-carousel-slide:focus-visible .boek-carousel-image {
    transform: scale(1.025);
    box-shadow: 0 34px 90px rgba(0, 0, 0, 0.54), 0 0 0 1px rgba(255, 248, 236, 0.34);
}

.boek-carousel-tone-1::before {
    background: linear-gradient(135deg, rgba(185, 104, 54, 0.42), transparent 44%), radial-gradient(circle at 80% 20%, rgba(54, 137, 119, 0.34), transparent 34%);
}

.boek-carousel-tone-2::before {
    background: linear-gradient(135deg, rgba(94, 47, 103, 0.42), transparent 46%), radial-gradient(circle at 78% 22%, rgba(212, 150, 78, 0.28), transparent 34%);
}

.boek-carousel-tone-3::before {
    background: linear-gradient(135deg, rgba(43, 104, 124, 0.44), transparent 46%), radial-gradient(circle at 80% 18%, rgba(196, 93, 80, 0.3), transparent 34%);
}

.boek-carousel-tone-4::before {
    background: linear-gradient(135deg, rgba(47, 112, 78, 0.4), transparent 44%), radial-gradient(circle at 76% 20%, rgba(185, 135, 69, 0.34), transparent 34%);
}

.boek-carousel-tone-5::before {
    background: linear-gradient(135deg, rgba(114, 54, 81, 0.44), transparent 45%), radial-gradient(circle at 78% 20%, rgba(57, 129, 144, 0.32), transparent 34%);
}

.boek-carousel-tone-6::before {
    background: linear-gradient(135deg, rgba(151, 88, 45, 0.42), transparent 45%), radial-gradient(circle at 78% 20%, rgba(92, 77, 145, 0.32), transparent 34%);
}

.boek-carousel-image {
    display: block;
    width: min(100%, 1180px);
    max-height: calc(100vh - 188px);
    border-radius: 22px;
    object-fit: contain;
    box-shadow: 0 28px 78px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(255, 248, 236, 0.2);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.boek-carousel-caption {
    position: absolute;
    left: clamp(18px, 5vw, 72px);
    bottom: clamp(92px, 13vh, 138px);
    display: grid;
    gap: 5px;
    max-width: min(560px, calc(100% - 36px));
    padding: 13px 16px;
    border: 1px solid rgba(255, 248, 236, 0.24);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 248, 236, 0.9), rgba(236, 216, 190, 0.74));
    color: #332115;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.boek-carousel-caption strong {
    color: rgba(51, 33, 21, 0.68);
    font-size: 0.78rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.boek-carousel-caption span {
    overflow: hidden;
    font-size: clamp(1.1rem, 1.6rem, 2rem);
    font-weight: 900;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.boek-carousel-thumbs {
    position: absolute;
    right: clamp(16px, 4vw, 54px);
    bottom: clamp(16px, 4vh, 34px);
    left: clamp(16px, 4vw, 54px);
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px;
    align-items: end;
    pointer-events: none;
}

.boek-carousel-thumb {
    width: 100%;
    height: clamp(44px, 8vh, 78px);
    border: 1px solid rgba(255, 248, 236, 0.2);
    border-radius: 10px;
    object-fit: cover;
    opacity: 0.42;
    transform: translateY(0);
    transition: opacity 0.24s ease, transform 0.24s ease, border-color 0.24s ease;
}

.boek-carousel-thumb.is-active {
    border-color: rgba(255, 248, 236, 0.82);
    opacity: 1;
    transform: translateY(-8px);
}

.boek-carousel-exit {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 5;
    padding: 10px 14px;
    border: 1px solid rgba(255, 248, 236, 0.28);
    border-radius: 999px;
    background: rgba(18, 13, 10, 0.48);
    color: #fff8ef;
    font-weight: 800;
    text-decoration: none;
    backdrop-filter: blur(14px);
}

.boek-carousel-exit:hover,
.boek-carousel-exit:focus-visible {
    background: rgba(255, 248, 236, 0.9);
    color: #332115;
}

.boek-swipe {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    touch-action: pan-y;
    background: #050403;
    user-select: none;
}

.boek-swipe-track,
.boek-swipe-slide {
    position: absolute;
    inset: 0;
}

.boek-swipe-slide {
    opacity: 0;
    pointer-events: none;
    transform: translateX(4%) scale(1.02);
    transition: opacity 0.26s ease, transform 0.32s ease;
}

.boek-swipe-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) scale(1);
}

.boek-swipe-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.boek-swipe-name {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    padding: max(18px, env(safe-area-inset-top)) clamp(18px, 5vw, 70px) 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0));
    color: #fff8ef;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.05;
    text-align: center;
    text-shadow: 0 3px 20px rgba(0, 0, 0, 0.66);
}

.boek-swipe-counter {
    position: absolute;
    right: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 4;
    padding: 8px 11px;
    border: 1px solid rgba(255, 248, 236, 0.24);
    border-radius: 999px;
    background: rgba(18, 13, 10, 0.48);
    color: #fff8ef;
    font-size: 0.82rem;
    font-weight: 800;
    text-decoration: none;
    backdrop-filter: blur(14px);
}

.boek-swipe-counter:hover,
.boek-swipe-counter:focus-visible {
    background: rgba(255, 248, 239, 0.86);
    color: #1f1712;
}

.boek-thumbs-wall {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    padding: clamp(10px, 1.5vw, 18px);
    overflow: hidden;
    isolation: isolate;
}

.boek-thumbs-wall::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(115deg, rgba(255, 178, 92, 0.18), transparent 32%),
        linear-gradient(245deg, rgba(61, 160, 147, 0.16), transparent 42%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.04) 48%, rgba(0, 0, 0, 0.52));
}

.boek-thumbs-grid {
    display: grid;
    grid-template-columns: repeat(var(--thumb-columns, 12), var(--thumb-size, 64px));
    grid-template-rows: repeat(var(--thumb-rows, 8), var(--thumb-size, 64px));
    grid-auto-rows: var(--thumb-size, 64px);
    gap: clamp(3px, 0.55vw, 8px);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
}

.boek-thumb-tile {
    position: relative;
    display: block;
    min-width: 0;
    min-height: 0;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid rgba(255, 248, 236, 0.16);
    border-radius: clamp(4px, 0.6vw, 8px);
    background: rgba(255, 248, 236, 0.1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    outline: none;
}

.boek-thumb-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    mix-blend-mode: screen;
    transition: opacity 0.18s ease;
}

.boek-thumb-tile:hover,
.boek-thumb-tile:focus-visible {
    z-index: 30;
    border-color: rgba(255, 248, 236, 0.82);
}

.boek-thumb-tile:hover::after,
.boek-thumb-tile:focus-visible::after {
    opacity: 0.58;
}

.boek-thumb-tone-1::after {
    background: linear-gradient(135deg, rgba(205, 123, 66, 0.62), transparent);
}

.boek-thumb-tone-2::after {
    background: linear-gradient(135deg, rgba(73, 153, 139, 0.62), transparent);
}

.boek-thumb-tone-3::after {
    background: linear-gradient(135deg, rgba(126, 72, 134, 0.62), transparent);
}

.boek-thumb-tone-4::after {
    background: linear-gradient(135deg, rgba(196, 153, 74, 0.62), transparent);
}

.boek-thumb-tone-5::after {
    background: linear-gradient(135deg, rgba(54, 127, 156, 0.62), transparent);
}

.boek-thumb-tone-6::after {
    background: linear-gradient(135deg, rgba(168, 78, 89, 0.62), transparent);
}

.boek-thumb-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: saturate(0.92) contrast(1.04);
    transform: scale(1);
    transition: transform 0.2s ease, filter 0.2s ease;
}

.boek-thumb-tile:hover .boek-thumb-image,
.boek-thumb-tile:focus-visible .boek-thumb-image {
    filter: saturate(1.12) contrast(1.08);
    transform: scale(1.08);
}

.boek-thumb-label {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 2;
    padding: 2px 4px;
    border-radius: 6px;
    background: rgba(18, 13, 10, 0.58);
    color: #fff8ef;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    opacity: 0;
    transition: opacity 0.16s ease;
}

.boek-thumb-tile:hover .boek-thumb-label,
.boek-thumb-tile:focus-visible .boek-thumb-label {
    opacity: 1;
}

.boek-thumb-floating-preview {
    position: fixed;
    top: clamp(18px, 4vh, 40px);
    right: clamp(18px, 4vw, 46px);
    z-index: 801;
    display: flex;
    flex-direction: column;
    width: max-content;
    max-width: min(42vw, 620px);
    max-height: min(68vh, 680px);
    padding: clamp(10px, 1.5vw, 18px);
    border: 1px solid rgba(255, 248, 236, 0.22);
    border-radius: 20px;
    background:
        linear-gradient(180deg, rgba(255, 248, 236, 0.14), rgba(255, 248, 236, 0.06)),
        rgba(14, 10, 8, 0.84);
    box-shadow: 0 26px 80px rgba(0, 0, 0, 0.48);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px) scale(0.98);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.boek-thumb-floating-preview.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.boek-thumb-floating-preview img {
    display: block;
    width: auto;
    height: auto;
    max-width: calc(min(42vw, 620px) - clamp(20px, 3vw, 36px));
    max-height: calc(min(68vh, 680px) - 92px);
    border-radius: 14px;
    object-fit: contain;
}

.boek-thumb-floating-preview > span {
    display: grid;
    gap: 4px;
    margin-top: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255, 248, 236, 0.22);
    border-radius: 14px;
    background: rgba(255, 248, 236, 0.9);
    color: #332115;
    font-weight: 900;
}

.boek-thumb-floating-preview strong {
    color: rgba(51, 33, 21, 0.66);
    font-size: 0.78rem;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

@media (max-width: 700px) {
    .boek-thumbs-wall {
        padding: 8px;
    }

    .boek-thumbs-grid {
        gap: 3px;
    }

    .boek-thumb-label {
        display: none;
    }

    .boek-thumb-floating-preview {
        top: auto;
        right: 10px;
        bottom: 10px;
        left: 10px;
        width: auto;
        max-width: none;
        max-height: 52vh;
    }

    .boek-thumb-floating-preview img {
        max-width: calc(100vw - 40px);
        max-height: calc(52vh - 88px);
    }
}

@keyframes boekPinterestFade {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (min-width: 1500px) {
    .boek-pinterest-grid {
        column-count: 5;
    }
}

@media (max-width: 1279px) {
    .boek-pinterest-grid {
        column-count: 4;
    }
}

@media (max-width: 900px) {
    .boek-pinterest-grid {
        column-count: 3;
    }
}

.boek-pagination {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 14px;
    font-size: 2rem;
    font-weight: 900;
}

.boek-pagination a {
    color: var(--accent-strong);
    text-decoration: underline;
    text-underline-offset: 2px;
    line-height: 1.15;
}

@media (max-width: 1100px) {
    .boek-photo-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .boek-photo-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    body.boek-page.boek-pinterest-view .shell {
        width: min(100% - 8px, 1800px);
        padding-top: 2px;
        padding-bottom: 2px;
    }

    body.boek-page.boek-pinterest-view .hero {
        padding: 12px;
    }

    body.boek-page .boek-pinterest-panel {
        height: calc(100vh - 4px);
        min-height: 0;
        padding: 0;
    }

    .boek-pinterest-grid {
        column-count: 2;
        column-gap: 8px;
        gap: 8px;
        height: 100%;
        min-height: 0;
    }

    .boek-pinterest-card {
        margin-bottom: 8px;
    }

    .boek-pinterest-card-link {
        border-radius: 14px;
    }

    .boek-pinterest-caption {
        inset: auto 6px 6px;
        max-width: calc(100% - 12px);
        padding: 6px 7px;
        border-radius: 10px;
    }

    .boek-pinterest-caption span {
        font-size: 0.8rem;
    }

    .boek-carousel-slide {
        padding: 16px 10px 112px;
    }

    .boek-carousel-image {
        max-height: calc(100vh - 156px);
        border-radius: 16px;
    }

    .boek-carousel-caption {
        right: 12px;
        bottom: 82px;
        left: 12px;
        max-width: none;
        padding: 10px 12px;
        border-radius: 13px;
    }

    .boek-carousel-caption span {
        font-size: 1.1rem;
    }

    .boek-carousel-thumbs {
        right: 10px;
        bottom: 12px;
        left: 10px;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 6px;
    }

    .boek-carousel-thumb:nth-child(n+7) {
        display: none;
    }

    .boek-carousel-exit {
        top: 10px;
        right: 10px;
        padding: 8px 11px;
        font-size: 0.86rem;
    }

    .boek-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .boek-photo-card-img {
        height: 160px;
    }
}

body.boek-page .agenda-mobile-item.boek-mobile-item {
    border-color: rgba(160, 118, 73, 0.24);
    background: rgba(255, 248, 240, 0.88);
    padding: 12px 14px;
}

body.boek-page .agenda-mobile-meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.74rem;
    margin-bottom: 4px;
    color: var(--text-soft);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

body.boek-page .agenda-mobile-title {
    margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.3;
}

body.boek-page .agenda-mobile-place a,
body.boek-page .agenda-mobile-place .agenda-info-trigger {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
}

body.boek-page .data-table td,
body.boek-page .data-table th {
    font-size: 0.9rem;
}

body.boek-page .boek-table td.boek-naam-promotie,
body.boek-page .boek-table td.boek-naam-promotie .boek-naam-link,
body.boek-page .agenda-mobile-title.boek-naam-promotie,
body.boek-page .agenda-mobile-title.boek-naam-promotie .boek-naam-link {
    color: #000;
}

@media (max-width: 860px) {
    .boek-card-field {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.boek-page .table-wrap {
        display: none;
    }

    .boek-mobile-list {
        display: grid;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    body.boek-page .shell {
        width: min(100% - 10px, 1180px);
        padding-top: 10px;
    }

    body.boek-page .panel {
        padding: 10px;
    }

    body.boek-page .panel-head {
        margin-bottom: 6px;
    }

    body.boek-page .agenda-mobile-item.boek-mobile-item {
        padding: 8px 10px;
        border-radius: 12px;
    }

    .boek-mobile-list {
        gap: 6px;
    }

    body.boek-page .agenda-mobile-meta {
        margin-bottom: 2px;
        font-size: 0.66rem;
        line-height: 1.15;
        letter-spacing: 0.05em;
    }

    body.boek-page .agenda-mobile-title {
        margin-bottom: 3px;
        font-size: 0.9rem;
        line-height: 1.18;
    }

    .boek-naam-row {
        gap: 6px;
    }

    .boek-social-icons {
        gap: 4px;
    }

    .boek-instagram-icon-link,
    .boek-facebook-icon-link,
    .boek-youtube-icon-link {
        width: 0.95em;
        height: 0.95em;
    }

    body.boek-page .agenda-mobile-place a,
    body.boek-page .agenda-mobile-place .agenda-info-trigger {
        min-height: 0;
        font-size: 0.78rem;
        line-height: 1.25;
    }
}

body.agenda-embed-page {
    min-height: auto;
    background: #111111;
    font-size: 0.92rem;
    color: #ffffff;
}

body.agenda-embed-page::before {
    display: none;
}

body.agenda-embed-page .shell {
    width: 100%;
    padding: 0;
}

body.agenda-embed-page .panel {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.agenda-embed-page .panel::before {
    display: none;
}

body.agenda-embed-page .data-table th,
body.agenda-embed-page .data-table td {
    padding: 10px 8px;
}

.agenda-embed-list {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 10px 12px;
    background: #111111;
}

.agenda-embed-row {
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    color: #ffffff;
    line-height: 1.45;
}

.agenda-embed-row:last-child {
    border-bottom: 0;
}

body.login-page .shell {
    width: min(700px, calc(100% - 24px));
}

.login-panel {
    max-width: 500px;
    margin: 0 auto;
}

.login-form {
    display: grid;
    gap: 14px;
}

.login-form label {
    display: grid;
    gap: 6px;
}

.login-form label span {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-soft);
}

.login-inline-field {
    grid-template-columns: 120px minmax(0, 260px);
    align-items: center;
    column-gap: 14px;
}

.login-inline-field span {
    margin: 0;
}

body.login-page .login-form input {
    min-height: 34px;
    padding: 6px 9px;
    font-size: 0.92rem;
}

body.login-page .hero {
    padding: 22px 24px;
}

body.login-page .panel {
    padding: 18px;
}

.login-help-text {
    margin: 14px 0 0;
    font-size: 0.88rem;
    color: var(--text-soft);
}

.login-help-text a {
    color: var(--accent-strong);
    text-decoration: underline;
}

.config-menu-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.config-menu-list .button {
    width: 100%;
    justify-content: flex-start;
}

.config-menu-help {
    margin: 14px 0 0;
    color: var(--text-soft);
    font-size: 0.95rem;
    font-style: italic;
}

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

.user-admin-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: start;
}

.user-admin-list,
.user-admin-form-wrap {
    min-width: 0;
}

.user-admin-form-grid {
    gap: 18px;
}

.user-admin-inline-field {
    display: grid;
    grid-template-columns: 240px minmax(0, 360px);
    align-items: center;
    gap: 16px;
}

.user-admin-inline-field span {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text);
}

.user-admin-inline-field input,
.user-admin-inline-field select {
    width: 100%;
    max-width: 360px;
    min-height: 36px;
    padding: 7px 11px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface-strong);
    color: var(--text);
    outline: none;
}

.user-admin-inline-field input:focus,
.user-admin-inline-field select:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}

.is-selected-row {
    outline: 2px solid var(--accent);
    outline-offset: -2px;
}

@media (max-width: 720px) {
    .user-admin-inline-field {
        grid-template-columns: 1fr;
    }
}

.table-inline-input {
    min-height: 40px;
    padding: 10px 12px;
}

.table-inline-input.is-saving {
    border-color: #d89b2b;
    box-shadow: 0 0 0 4px rgba(216, 155, 43, 0.16);
}

.table-inline-input.is-saved {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--accent-soft);
}

.table-inline-input.is-error {
    border-color: var(--danger);
    box-shadow: 0 0 0 4px rgba(190, 72, 72, 0.16);
}

.beheer-boek-table th:nth-child(1),
.beheer-boek-table td:nth-child(1) {
    width: 84px;
}

.beheer-boek-table th:nth-child(2),
.beheer-boek-table td:nth-child(2) {
    width: 34%;
}

.beheer-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
}

.beheer-stat-card {
    min-height: 120px;
    justify-content: center;
}

.beheer-stat-card strong {
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1;
}

.photo-preview-card {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.urls-panel-list {
    flex-direction: column;
}

.photo-preview-frame {
    overflow: hidden;
    max-width: 720px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--surface-strong);
}

.photo-preview-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.flyers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 180px));
    gap: 14px;
    justify-content: center;
}

.flyer-tile {
    display: grid;
    gap: 8px;
    padding: 6px 6px 10px;
}

.flyer-card {
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: 100%;
}

.flyer-card-meta {
    display: grid;
    gap: 6px;
}

.flyer-card-meta strong {
    font-size: 1rem;
}

.flyer-card-meta small {
    color: var(--text-soft);
    font-size: 0.88rem;
    line-height: 1.45;
}

.flyer-frame {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(98, 140, 103, 0.18);
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(230, 245, 232, 0.96), rgba(214, 236, 218, 0.92));
    height: 220px;
    padding: 10px 10px 12px;
}

.flyer-image {
    max-width: 100%;
    max-height: calc(100% - 28px);
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.flyer-date {
    font-size: 0.82rem;
    line-height: 1.2;
    color: var(--text-soft);
    text-align: center;
    width: 100%;
    justify-self: center;
    margin-top: 8px;
}

.flyer-place {
    width: 100%;
    margin-top: 4px;
    font-size: 0.74rem;
    line-height: 1.2;
    color: var(--text);
    text-align: center;
    font-weight: 700;
}

.flyer-fullscreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: clamp(10px, 2.2vw, 24px);
    background: rgba(4, 12, 8, 0.88);
    backdrop-filter: blur(10px);
    cursor: zoom-out;
}

.flyer-fullscreen:target {
    display: flex;
}

.flyer-fullscreen-image {
    display: block;
    max-width: calc(100vw - clamp(20px, 4.4vw, 48px));
    max-height: calc(100vh - clamp(20px, 4.4vw, 48px));
    width: auto;
    height: auto;
    border-radius: 12px;
    object-fit: contain;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
}

body.flyers-page .shell {
    width: min(1080px, calc(100% - 18px));
}

.presentatie-page {
    min-height: 100vh;
    min-height: 100dvh;
    overflow: hidden;
    background: #050403;
    font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.presentatie-tony-logo-link {
    position: fixed;
    top: 18px;
    left: 18px;
    z-index: 40;
    display: inline-flex;
    width: 92px;
    height: 92px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
}

.presentatie-tony-logo-link img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: presentatieTonyLogoPulse 4.8s ease-in-out infinite;
    transform-origin: center;
    will-change: transform, filter;
}

@keyframes presentatieTonyLogoPulse {
    0%,
    100% {
        filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0));
        transform: scale(1);
    }

    50% {
        filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.42));
        transform: scale(1.045);
    }
}

@media (prefers-reduced-motion: reduce) {
    .presentatie-tony-logo-link img {
        animation: none;
    }
}

.presentatie-fullscreen {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 0;
    background: #050403;
    view-transition-name: presentatie-slide;
}

.presentatie-flyer-link {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    cursor: pointer;
}

body.presentatie-slide-flyer .presentatie-flyer-link {
    display: flex;
    animation: presentatieFadeSlideIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.presentatie-flyer {
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    object-fit: contain;
    object-position: center;
}

.presentatie-title-slide,
.presentatie-custom-slide,
.presentatie-laatste-slide,
.presentatie-map-slide,
.presentatie-distillery-photo-slide {
    position: fixed;
    inset: 0;
    z-index: 4;
    display: none;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    padding: 72px 8vw;
    background:
        radial-gradient(circle at 20% 18%, rgba(255, 210, 142, 0.16), transparent 30%),
        linear-gradient(135deg, #3a1f0d 0%, #8a541e 48%, #241207 100%);
    color: #fff8ef;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

body.presentatie-slide-titel .presentatie-main-title-slide {
    display: block;
    animation: presentatieFadeSlideIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

body.presentatie-slide-whiskys .presentatie-whisky-slide {
    display: block;
    animation: presentatieFadeSlideIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

body.presentatie-slide-presentatie .presentatie-custom-slide {
    display: block;
    animation: presentatieFadeSlideIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

body.presentatie-slide-laatste .presentatie-laatste-slide {
    display: block;
    animation: presentatieFadeSlideIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

body.presentatie-slide-locatie .presentatie-map-slide {
    display: block;
    animation: presentatieFadeSlideIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

body.presentatie-slide-distilleryfoto .presentatie-distillery-photo-slide {
    display: block;
    animation: presentatieFadeSlideIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.presentatie-title-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(135deg, rgba(10, 6, 3, 0.9), rgba(38, 22, 10, 0.78) 48%, rgba(5, 3, 2, 0.94)),
        radial-gradient(circle at 20% 18%, rgba(255, 210, 142, 0.12), transparent 30%),
        rgba(0, 0, 0, 0.24);
}

.presentatie-custom-slide,
.presentatie-laatste-slide,
.presentatie-map-slide,
.presentatie-distillery-photo-slide {
    padding: 0;
    background: #050403;
}

.presentatie-distillery-photo {
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    object-fit: contain;
    object-position: center;
}

.presentatie-map-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.presentatie-map-status,
.presentatie-map-label {
    position: absolute;
    z-index: 2;
    border: 1px solid rgba(255, 248, 239, 0.22);
    border-radius: 999px;
    background: rgba(18, 13, 10, 0.66);
    color: #fff8ef;
    font-weight: 800;
    line-height: 1.2;
    backdrop-filter: blur(14px);
}

.presentatie-map-status {
    top: 50%;
    left: 50%;
    padding: 12px 16px;
    transform: translate(-50%, -50%);
}

.presentatie-map-label {
    right: max(18px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    max-width: min(520px, calc(100vw - 36px));
    padding: 9px 13px;
    overflow: hidden;
    font-size: 0.9rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.presentatie-custom-next-area {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    color: inherit;
    text-decoration: none;
}

.presentatie-custom-photo,
.presentatie-laatste-photo {
    display: block;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    object-fit: contain;
    object-position: center;
}

.presentatie-photo-name {
    position: absolute;
    right: max(22px, env(safe-area-inset-right));
    bottom: max(18px, env(safe-area-inset-bottom));
    z-index: 2;
    color: rgba(255, 248, 239, 0.52);
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: right;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.55);
}

a.presentatie-photo-name {
    text-decoration: none;
}

a.presentatie-photo-name:hover,
a.presentatie-photo-name:focus-visible {
    color: rgba(255, 225, 163, 0.9);
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.presentatie-photo-name-menu {
    cursor: default;
}

.presentatie-photo-name-menu summary {
    display: block;
    cursor: pointer;
    list-style: none;
    color: inherit;
}

.presentatie-photo-name-menu summary::-webkit-details-marker {
    display: none;
}

.presentatie-photo-name-menu summary:hover,
.presentatie-photo-name-menu summary:focus-visible {
    color: rgba(255, 225, 163, 0.9);
    text-decoration: underline;
    text-underline-offset: 0.18em;
    outline: none;
}

.presentatie-photo-name-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    display: grid;
    gap: 4px;
    width: max-content;
    max-width: min(360px, calc(100vw - 44px));
    max-height: min(420px, calc(100vh - 120px));
    padding: 10px;
    overflow: auto;
    background: rgba(16, 11, 8, 0.86);
    border: 1px solid rgba(255, 221, 145, 0.28);
    border-radius: 8px;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(14px);
}

.presentatie-photo-name-panel a {
    display: block;
    min-width: 180px;
    padding: 8px 10px;
    color: rgba(255, 248, 239, 0.86);
    text-align: left;
    text-decoration: none;
    border-radius: 6px;
}

.presentatie-photo-name-panel a:hover,
.presentatie-photo-name-panel a:focus-visible {
    color: #ffe6a8;
    background: rgba(255, 221, 145, 0.12);
    outline: none;
}

.presentatie-title-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.9) contrast(1.08);
    transform: scale(1.02);
}

.presentatie-title {
    position: absolute;
    top: auto;
    bottom: max(96px, calc(env(safe-area-inset-bottom) + 82px));
    left: 50%;
    width: min(1680px, calc(100vw - 4vw));
    transform: translateX(-50%);
    z-index: 2;
    font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
    font-size: clamp(4rem, 9vw, 11rem);
    font-weight: 900;
    line-height: 0.9;
    text-align: center;
    text-transform: uppercase;
    color: #fff8ef;
}

.presentatie-title-link {
    color: inherit;
    text-decoration: none;
}

.presentatie-title-link:hover,
.presentatie-title-link:focus-visible {
    filter: drop-shadow(0 5px 0 #6b3508) drop-shadow(0 16px 22px rgba(28, 13, 5, 0.68)) brightness(1.08);
}

.presentatie-title-main {
    display: block;
    background: linear-gradient(180deg, #fff6bf 0%, #ffd35a 28%, #b87312 56%, #7b3d05 78%, #f7c95a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px rgba(72, 34, 3, 0.82);
    filter: drop-shadow(0 4px 0 #6b3508) drop-shadow(0 12px 18px rgba(28, 13, 5, 0.54));
    text-shadow:
        0 1px 0 #fff3b0,
        0 2px 0 #d99b27,
        0 3px 0 #a7630d,
        0 4px 0 #714009,
        0 18px 34px rgba(28, 13, 5, 0.62);
}

.presentatie-title-rest {
    display: block;
    margin-top: 18px;
    color: rgba(255, 248, 239, 0.94);
    font-size: 0.34em;
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 0 7px 24px rgba(28, 13, 5, 0.7);
    text-transform: none;
}

.presentatie-meta {
    position: absolute;
    right: max(34px, env(safe-area-inset-right));
    bottom: max(34px, env(safe-area-inset-bottom));
    z-index: 2;
    display: grid;
    gap: 6px;
    color: rgba(255, 248, 239, 0.78);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: right;
}

.presentatie-whisky-tiles {
    position: absolute;
    bottom: max(72px, calc(env(safe-area-inset-bottom) + 58px));
    left: 50%;
    z-index: 2;
    display: flex;
    gap: 14px;
    width: min(1180px, calc(100vw - 9vw));
    transform: translateX(-50%);
    justify-content: center;
    align-items: stretch;
}

body.presentatie-slide-whiskys .presentatie-meta {
    top: max(34px, env(safe-area-inset-top));
    bottom: auto;
}

.presentatie-whisky-tile {
    position: relative;
    display: block;
    flex: 1 1 150px;
    max-width: 190px;
    min-width: 0;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 1px solid rgba(255, 248, 239, 0.26);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 248, 239, 0.13), rgba(255, 248, 239, 0.03)),
        rgba(20, 11, 5, 0.72);
    box-shadow: 0 18px 44px rgba(10, 5, 2, 0.34);
    color: #fff8ef;
    text-decoration: none;
    transform: translateY(0) scale(1);
    transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.presentatie-whisky-tile::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 58%;
    background: linear-gradient(180deg, transparent, rgba(10, 5, 2, 0.9));
    pointer-events: none;
}

.presentatie-whisky-tile-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform 0.28s ease, filter 0.28s ease;
}

.presentatie-whisky-tile-label {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 1;
    display: -webkit-box;
    overflow: hidden;
    color: #fff8ef;
    font-size: 0.98rem;
    font-weight: 900;
    line-height: 1.12;
    text-align: center;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.68);
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.presentatie-whisky-empty {
    display: block;
    width: 100%;
    color: #fff8ef;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-shadow: 0 8px 36px rgba(28, 13, 5, 0.52);
}

a.presentatie-whisky-tile:hover,
a.presentatie-whisky-tile:focus-visible {
    border-color: rgba(255, 225, 163, 0.82);
    box-shadow: 0 24px 58px rgba(10, 5, 2, 0.48);
    transform: translateY(-10px) scale(1.035);
}

a.presentatie-whisky-tile:hover .presentatie-whisky-tile-image,
a.presentatie-whisky-tile:focus-visible .presentatie-whisky-tile-image {
    filter: saturate(1.12) contrast(1.08);
    transform: scale(1.09);
}

.presentatie-nav {
    position: fixed;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: max(14px, env(safe-area-inset-left));
    z-index: 6;
    display: flex;
    gap: 6px;
}

.presentatie-nav-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 248, 239, 0.26);
    border-radius: 50%;
    background: rgba(18, 13, 10, 0.54);
    color: #fff8ef;
    text-decoration: none;
    backdrop-filter: blur(14px);
}

.presentatie-nav-button:hover,
.presentatie-nav-button:focus-visible {
    background: rgba(255, 248, 239, 0.86);
    color: #1f1712;
}

.presentatie-nav-button svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.presentatie-menu {
    position: fixed;
    top: max(14px, env(safe-area-inset-top));
    right: max(14px, env(safe-area-inset-right));
    z-index: 7;
}

.presentatie-menu-toggle {
    cursor: pointer;
}

.presentatie-menu-toggle::-webkit-details-marker {
    display: none;
}

.presentatie-menu-toggle::marker {
    content: "";
}

.presentatie-menu-panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    width: min(280px, calc(100vw - 28px));
    max-height: min(62vh, 460px);
    padding: 8px;
    gap: 4px;
    overflow: auto;
    border: 1px solid rgba(255, 248, 239, 0.18);
    border-radius: 14px;
    background: rgba(18, 13, 10, 0.68);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

.presentatie-menu-link {
    padding: 8px 10px;
    border-radius: 10px;
    color: #fff8ef;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.presentatie-menu-link:hover,
.presentatie-menu-link:focus-visible {
    background: rgba(255, 248, 239, 0.16);
    color: #ffe1a3;
}

@keyframes presentatieFadeSlideIn {
    from {
        opacity: 0;
        filter: blur(20px) saturate(0.7);
        transform: translateY(60px) scale(0.95);
    }

    50% {
        filter: blur(8px) saturate(0.85);
    }

    to {
        opacity: 1;
        filter: blur(0) saturate(1);
        transform: translateY(0) scale(1);
    }
}

@keyframes presentatieFadeSlideOut {
    from {
        opacity: 1;
        filter: blur(0) saturate(1);
        transform: translateY(0) scale(1);
    }

    50% {
        filter: blur(8px) saturate(0.85);
    }

    to {
        opacity: 0;
        filter: blur(20px) saturate(0.7);
        transform: translateY(-60px) scale(0.95);
    }
}

@keyframes presentatieMorphIn {
    from {
        opacity: 0;
        filter: blur(14px) saturate(0.82);
        transform: scale(1.035);
        clip-path: inset(6% 8% round 26px);
    }

    to {
        opacity: 1;
        filter: blur(0) saturate(1);
        transform: scale(1);
        clip-path: inset(0 round 0);
    }
}

@supports (view-transition-name: none) {
    @view-transition {
        navigation: auto;
    }

    ::view-transition-old(presentatie-slide) {
        animation: presentatieFadeSlideOut 0.6s cubic-bezier(0.76, 0.05, 0.86, 0.06) both;
    }

    ::view-transition-new(presentatie-slide) {
        animation: presentatieFadeSlideIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    }
}

@keyframes presentatieMorphOut {
    from {
        opacity: 1;
        filter: blur(0) saturate(1);
        transform: scale(1);
        clip-path: inset(0 round 0);
    }

    to {
        opacity: 0;
        filter: blur(10px) saturate(0.8);
        transform: scale(0.985);
        clip-path: inset(4% 6% round 24px);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.presentatie-slide-flyer .presentatie-flyer-link,
    body.presentatie-slide-titel .presentatie-main-title-slide,
    body.presentatie-slide-whiskys .presentatie-whisky-slide,
    body.presentatie-slide-presentatie .presentatie-custom-slide,
    body.presentatie-slide-laatste .presentatie-laatste-slide,
    body.presentatie-slide-locatie .presentatie-map-slide,
    body.presentatie-slide-distilleryfoto .presentatie-distillery-photo-slide {
        animation: none;
    }
}

@media (max-width: 700px) {
    .presentatie-title-slide,
    .presentatie-custom-slide,
    .presentatie-laatste-slide {
        padding: 56px 24px;
    }

    .presentatie-title {
        width: calc(100vw - 48px);
        top: auto;
        bottom: max(84px, calc(env(safe-area-inset-bottom) + 72px));
        font-size: clamp(3.2rem, 15vw, 5.5rem);
        line-height: 0.88;
    }

    .presentatie-meta {
        right: max(22px, env(safe-area-inset-right));
        bottom: max(22px, env(safe-area-inset-bottom));
        font-size: 0.95rem;
    }

    .presentatie-whisky-tiles {
        bottom: max(62px, calc(env(safe-area-inset-bottom) + 50px));
        justify-content: flex-start;
        gap: 10px;
        width: calc(100vw - 48px);
        overflow-x: auto;
        padding: 8px 2px 14px;
        scroll-snap-type: x proximity;
    }

    .presentatie-whisky-tile {
        flex: 0 0 132px;
        max-width: 132px;
        scroll-snap-align: center;
    }

    .presentatie-whisky-tile-label {
        left: 8px;
        right: 8px;
        bottom: 8px;
        font-size: 0.82rem;
    }

    .presentatie-whisky-empty {
        font-size: 1.25rem;
    }
}

.presentatie-error {
    width: min(720px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0;
}

.report-url-link {
    color: var(--accent-strong);
    text-decoration: underline;
    word-break: break-all;
}

.agenda-export-panel {
    gap: 14px;
}

.agenda-ics-output {
    width: 100%;
    min-height: 280px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--surface-strong);
    color: var(--text);
    font: 0.9rem/1.5 "Consolas", "Courier New", monospace;
    resize: vertical;
    white-space: pre;
}

.report-page .shell {
    width: min(210mm, calc(100% - 24px));
}

.report-title {
    margin: 0 0 22px;
    font-size: clamp(1.9rem, 3.6vw, 2.8rem);
    line-height: 1.08;
    color: var(--accent-strong);
    font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    letter-spacing: -0.045em;
}

.report-sheet {
    min-height: 297mm;
    font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    color: #000;
}

.report-sheet .field-pill,
.report-sheet .factuur-tekst,
.report-sheet small,
.report-sheet .verslag-whisky-item span,
.report-sheet .offerte-praktisch span,
.report-sheet a {
    color: #000;
}

.report-sheet .field-list + .field-list {
    margin-top: 18px;
}

.verslag-whisky-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 260px);
    gap: 16px;
    align-items: start;
}

.verslag-whisky-copy {
    min-width: 0;
}

.verslag-lineup-preview {
    margin-top: 0;
}

.verslag-lineup-frame {
    max-width: none;
}

.verslag-lineup-image {
    max-height: 220px;
    object-fit: contain;
    background: var(--surface-strong);
}

@media (max-width: 900px) {
    .verslag-whisky-layout {
        grid-template-columns: 1fr;
    }
}

.presentatie-help-overlay {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 25, 18, 0.72);
    backdrop-filter: blur(4px);
    z-index: 10000;
}

.presentatie-help-overlay[hidden] {
    display: none;
}

.presentatie-help-panel {
    width: min(100%, 560px);
    max-width: 95%;
    padding: 24px;
    background: var(--surface);
    color: var(--text);
    border-radius: 22px;
    box-shadow: var(--shadow);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.presentatie-help-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.presentatie-help-header h2 {
    margin: 0;
    font-size: 1.2rem;
}

.presentatie-help-close {
    padding: 0;
    border: none;
    background: transparent;
    color: var(--text);
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
}

.presentatie-help-body p {
    margin: 0 0 12px;
    line-height: 1.5;
}

.presentatie-help-body ul {
    margin: 0 0 12px;
    padding-left: 1.3rem;
    line-height: 1.6;
}

.presentatie-help-body li {
    margin-bottom: 8px;
}

.presentatie-help-body strong {
    font-weight: 700;
}

@media print {
    body.report-page {
        background: #fff;
    }

    body.report-page::before,
    body.report-page .hero,
    body.report-page .notice,
    body.report-page .no-print {
        display: none !important;
    }

    body.report-page .shell {
        width: 210mm;
        margin: 0;
        padding: 0;
    }

    body.report-page .report-sheet {
        min-height: auto;
        margin: 0;
        padding: 8mm;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        background: #fff;
        break-inside: auto;
    }

    body.report-page .verslag-meta-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 4mm 6mm;
        align-items: start;
    }

    body.report-page .verslag-meta-cell {
        min-width: 0;
    }

    body.report-page .verslag-whisky-layout {
        grid-template-columns: minmax(0, 1fr) 48mm;
        gap: 4mm;
        align-items: start;
    }

    body.report-page .verslag-lineup-preview,
    body.report-page .photo-preview-card,
    body.report-page .photo-preview-frame {
        max-width: 100%;
        width: 100%;
    }

    body.report-page .verslag-lineup-image,
    body.report-page .photo-preview-image {
        width: 100%;
        max-width: 100%;
        max-height: 30mm;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
    }

    body.report-page .field-pill {
        padding: 10px 12px;
    }

    body.report-page .report-title {
        margin-bottom: 12px;
        font-size: 20pt;
    }

    body.report-page .field-list + .field-list {
        margin-top: 10px;
    }

    .presentatie-help-overlay {
        position: fixed;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background: rgba(15, 25, 18, 0.72);
        backdrop-filter: blur(4px);
        z-index: 10000;
    }

    .presentatie-help-overlay[hidden] {
        display: none;
    }

    .presentatie-help-panel {
        width: min(100%, 560px);
        max-width: 95%;
        padding: 24px;
        background: var(--surface);
        color: var(--text);
        border-radius: 22px;
        box-shadow: var(--shadow);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .presentatie-help-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        margin-bottom: 18px;
    }

    .presentatie-help-header h2 {
        margin: 0;
        font-size: 1.2rem;
    }

    .presentatie-help-close {
        padding: 0;
        border: none;
        background: transparent;
        color: var(--text);
        font-size: 1.7rem;
        line-height: 1;
        cursor: pointer;
    }

    .presentatie-help-body p {
        margin: 0 0 12px;
        line-height: 1.5;
    }

    .presentatie-help-body ul {
        margin: 0 0 12px;
        padding-left: 1.3rem;
        line-height: 1.6;
    }

    .presentatie-help-body li {
        margin-bottom: 8px;
    }

    .presentatie-help-body strong {
        font-weight: 700;
    }

    body.report-page .verslag-whisky-item {
        font-size: 10pt;
        line-height: 1.3;
    }

    body.history-page {
        background: #fff;
    }

    body.history-page::before,
    body.history-page .hero,
    body.history-page .notice,
    body.history-page .button,
    body.history-page .no-print {
        display: none !important;
    }

    body.history-page .shell,
    body.history-page .panel,
    body.history-page .history-report-sheet {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: #fff;
    }

    body.history-page .history-report-header {
        display: grid;
        grid-template-columns: 1fr;
        gap: 3mm;
        padding: 0 0 6mm;
        margin-bottom: 4mm;
        border: 0;
        border-bottom: 1px solid #999;
        border-radius: 0;
        background: #fff;
    }

    body.history-page .history-report-kicker {
        color: #444;
    }

    body.history-page .history-report-title {
        font-size: 20pt;
    }

    body.history-page .history-report-subtitle {
        color: #444;
    }

    body.history-page .history-report-summary {
        margin-top: 2mm;
        color: #444;
    }

    body.history-page .history-report-list {
        gap: 4mm;
    }

    body.history-page .history-report-entry {
        padding: 0 0 3mm;
        border-bottom: 1px solid #bbb;
        break-inside: avoid;
    }

    body.history-page .history-event-line {
        margin-bottom: 2mm;
    }

    body.history-page .history-event-line strong {
        font-weight: 700;
    }

    body.history-page .history-whisky-list {
        margin: 0;
        padding-left: 8mm;
    }

    body.history-page .history-whisky-list li + li {
        margin-top: 1mm;
    }

    body.history-page .history-no-whiskies {
        color: #444;
    }

    @page {
        size: A4;
        margin: 8mm;
    }
}
