body.website-page {
    --accent: #2c7a6f;
    --accent-strong: #18534c;
    --accent-soft: rgba(44, 122, 111, 0.13);
    --website-icon-gold: #d9b45a;
    --website-icon-gold-soft: rgba(217, 180, 90, 0.18);
    --website-photo-black-overlay: 0.3;
    --website-bg-color-1: #eef4ef;
    --website-bg-color-2: #dfeae0;
    --website-bg-image: none;
    --website-font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-family: var(--website-font-family);
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--website-bg-color-1) 74%, transparent), color-mix(in srgb, var(--website-bg-color-2) 82%, transparent)),
        linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.22)),
        var(--website-bg-image) center / cover fixed,
        linear-gradient(135deg, var(--website-bg-color-1), var(--website-bg-color-2));
}

body.website-page::before {
    background:
        radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--website-bg-color-1) 26%, transparent), transparent 30%),
        radial-gradient(circle at 82% 8%, color-mix(in srgb, var(--website-bg-color-2) 28%, transparent), transparent 30%);
}

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

body.website-page[data-website-photo-overlay="0"] {
    --website-photo-black-overlay: 0;
}

body.website-page[data-website-photo-overlay="20"] {
    --website-photo-black-overlay: 0.2;
}

body.website-page[data-website-photo-overlay="40"] {
    --website-photo-black-overlay: 0.4;
}

body.website-page[data-website-photo-overlay="60"] {
    --website-photo-black-overlay: 0.6;
}

.website-top-header {
    position: relative;
    z-index: 5;
    margin: 16px 0 0;
}

.website-top-header .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: min(1180px, calc(100% - 32px));
    min-height: 176px;
    margin: 0 auto;
    padding: 8px 14px;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0,0,0,0.60), rgba(0,0,0,0.48));
    border: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.95);
    box-shadow: 0 18px 46px rgba(0,0,0,0.45);
    backdrop-filter: blur(8px) saturate(120%);
}

.website-logo-only-header {
    min-height: 176px;
    padding: 16px 14px;
}

body.website-logo-page {
    background: #ffffff;
}

.website-logo-only-header {
    min-height: 176px;
    padding: 16px 14px;
    background: linear-gradient(180deg, rgba(0,0,0,0.60), rgba(0,0,0,0.48));
    border: 1px solid rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.95);
}

body.website-logo-page {
    background: #ffffff;
}

.website-top-brand,
.website-top-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.website-top-brand {
    min-width: 0;
    max-width: min(560px, calc(100% - 360px));
    color: rgba(255, 255, 255, 0.96);
    font-weight: 900;
    text-decoration: none;
    padding-left: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.website-logo-link {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.website-logo-img {
    display: block;
    width: 128px;
    height: 128px;
    object-fit: contain;
    animation: websiteLogoPulse 4.8s ease-in-out infinite;
    transform-origin: center;
    will-change: transform, filter;
}

@keyframes websiteLogoPulse {
    0%,
    100% {
        filter: drop-shadow(0 0 0 rgba(217, 180, 90, 0));
        transform: scale(1);
    }

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

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

/* Panels: dark translucent overlay for website pages */
.panel {
    background: linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.48));
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    padding: 12px;
    color: rgba(255,255,255,0.94);
    box-shadow: 0 8px 30px rgba(0,0,0,0.35);
    backdrop-filter: blur(6px) saturate(120%);
}

.panel a { color: rgba(255,255,255,0.95); }
.panel small { color: rgba(255,255,255,0.78); }

.website-top-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.website-action-icon,
.website-search-toggle {
    position: relative;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: var(--website-icon-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.18s ease, transform 0.08s ease;
}

.website-action-icon:hover,
.website-action-icon:focus,
.website-search-toggle:hover,
.website-search-toggle:focus {
    background: var(--website-icon-gold-soft);
    transform: translateY(-1px);
}

.website-action-icon .lucide,
.website-search-toggle .lucide {
    width: 21px;
    height: 21px;
    stroke-width: 2.4;
}

.website-action-contact-admin {
    background: #c71f2d;
    color: var(--website-icon-gold);
    box-shadow: 0 0 0 1px rgba(255,255,255,0.22), 0 10px 24px rgba(199, 31, 45, 0.34);
}

.website-action-contact-admin:hover,
.website-action-contact-admin:focus {
    background: #e02a39;
}

.website-action-icon::before,
.website-action-icon::after,
.website-search-toggle::before,
.website-search-toggle::after {
    content: none;
}

.website-sort-menu,
.website-contact-menu {
    position: relative;
}

.website-sort-menu summary,
.website-contact-menu summary {
    list-style: none;
}

.website-sort-menu summary::-webkit-details-marker,
.website-contact-menu summary::-webkit-details-marker {
    display: none;
}

.website-sort-panel,
.website-action-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    z-index: 20;
    display: grid;
    min-width: 168px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0,0,0,0.82), rgba(0,0,0,0.72));
    box-shadow: 0 18px 42px rgba(0,0,0,0.36);
    backdrop-filter: blur(10px) saturate(120%);
}

.website-action-panel {
    min-width: 210px;
}

.website-sort-panel a,
.website-action-panel a {
    padding: 9px 10px;
    border-radius: 7px;
    color: rgba(255,255,255,0.9);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
}

.website-sort-panel a:hover,
.website-sort-panel a:focus-visible,
.website-sort-panel a.is-active,
.website-action-panel a:hover,
.website-action-panel a:focus-visible {
    background: rgba(255,255,255,0.14);
    color: #fff;
}

.website-top-brand img,
.website-top-brand span {
    width: 96px;
    height: 96px;
    flex: 0 0 96px;
    border: 0;
    border-radius: 0;
    object-fit: contain;
}

.website-top-brand img {
    display: block;
    background: none;
    opacity: 1;
}

.website-top-brand span {
    background:
        linear-gradient(135deg, var(--website-bg-color-1), var(--website-bg-color-2));
}

.website-top-brand strong {
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    opacity: 1;
    letter-spacing: 0.04em;
    font-size: clamp(0.78rem, 1.25vw, 1rem);
    line-height: 1.25;
    text-align: center;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.48);
    pointer-events: none;
}

@media (max-width: 760px) {
    .website-top-brand {
        display: none;
    }
}

.website-top-nav {
    flex-wrap: wrap;
    justify-content: end;
}

.website-top-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.68);
    color: var(--text);
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
}

.website-top-nav a:hover,
.website-top-nav a:focus-visible {
    border-color: color-mix(in srgb, var(--accent) 54%, var(--line));
    background: rgba(255, 255, 255, 0.86);
}

.website-icon-button em {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.website-icon-button span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    color: var(--accent-strong);
}

.website-icon-overview span {
    border: 2px solid currentColor;
    border-radius: 4px;
    box-shadow: inset 0 7px 0 -5px currentColor, inset 7px 0 0 -5px currentColor;
}

.website-icon-new span {
    border: 2px solid currentColor;
    border-radius: 4px;
}

.website-icon-new span::before,
.website-icon-new span::after {
    position: absolute;
    content: "";
    background: currentColor;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
}

.website-icon-new span::before {
    width: 10px;
    height: 2px;
}

.website-icon-new span::after {
    width: 2px;
    height: 10px;
}

.website-icon-config span {
    border: 2px solid currentColor;
    border-radius: 50%;
}

.website-icon-config span::before {
    position: absolute;
    content: "";
    inset: 5px;
    border: 2px solid currentColor;
    border-radius: 50%;
}

.website-search-form {
    display: none;
    margin: 0 0 18px;
}

.website-search-form:not([hidden]) {
    display: block;
}

.website-search-toggle {
    margin-left: auto;
    border: none;
    background: rgba(255, 255, 255, 0.34);
    color: rgba(255, 255, 255, 0.96);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.website-search-toggle:hover,
.website-search-toggle:focus {
    background: rgba(255, 255, 255, 0.56);
    color: #ffffff;
}

.website-search-form input {
    width: 100%;
    min-height: 48px;
    padding: 12px 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--surface-strong);
    color: var(--text);
    font: inherit;
    font-weight: 700;
}

.website-category-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}

.website-category-filter a,
.website-edit-link,
.website-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface-soft);
    color: var(--text);
    font-weight: 800;
    text-decoration: none;
}

.website-category-filter a.is-active {
    border-color: transparent;
    background: var(--accent);
    color: #fff;
}

.website-photo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
}

.website-all-articles-link {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
}

.website-all-articles-link a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    background: rgba(0,0,0,0.48);
    color: rgba(255, 238, 213, 0.94);
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0,0,0,0.28);
}

.website-all-articles-link a:hover,
.website-all-articles-link a:focus-visible {
    background: rgba(255,255,255,0.9);
    color: #102018;
}

.website-thumb-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
}

.website-thumb-card {
    min-width: 0;
}

.website-thumb-card a {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(0,0,0,0.44);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.24);
}

.website-thumb-card img,
.website-thumb-card .website-photo-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    transition: transform 0.22s ease;
}

.website-thumb-card a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, var(--website-photo-black-overlay));
    pointer-events: none;
}

.website-thumb-info {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: grid;
    align-content: end;
    gap: 4px;
    padding: 10px;
    background: linear-gradient(180deg, rgba(0,0,0,0.04), rgba(0,0,0,0.78));
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.website-thumb-card a:hover img,
.website-thumb-card a:focus-visible img {
    transform: scale(1.05);
}

.website-thumb-card a:hover .website-thumb-info,
.website-thumb-card a:focus-visible .website-thumb-info {
    opacity: 1;
    transform: translateY(0);
}

.website-thumb-info strong,
.website-thumb-info small,
.website-thumb-info em {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.website-thumb-info strong {
    font-size: 0.92rem;
    font-weight: 900;
}

.website-thumb-info small,
.website-thumb-info em {
    color: rgba(255,255,255,0.78);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 750;
}

.website-list-view {
    display: grid;
    gap: 16px;
}

.website-list-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    padding: 0 2px;
}

.website-list-heading h1 {
    margin: 0;
    color: rgba(255, 250, 242, 0.98);
    font-size: clamp(1.4rem, 3vw, 2.4rem);
    line-height: 1.05;
}

.website-list-heading span {
    flex: 0 0 auto;
    color: rgba(255, 238, 213, 0.72);
    font-size: 0.9rem;
    font-weight: 800;
}

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

.website-list-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(140px, auto);
    align-items: center;
    gap: 24px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background: rgba(0,0,0,0.34);
    box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.website-list-row a {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-width: 0;
    color: rgba(255,255,255,0.94);
    text-decoration: none;
}

.website-list-row img,
.website-list-row .website-photo-placeholder {
    width: 118px;
    height: 84px;
    min-height: 0;
    border-radius: 6px;
    object-fit: cover;
}

.website-list-row a > span {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.website-list-row a:hover strong,
.website-list-row a:focus-visible strong {
    color: #f2c15b;
}

.website-list-row strong,
.website-list-row small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.website-presentatie-list-row a {
    grid-template-columns: 96px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.website-presentatie-list-row {
    grid-template-columns: minmax(0, 1fr) auto;
}

.website-presentatie-list-row img,
.website-presentatie-list-row .website-photo-placeholder {
    width: 96px;
    height: 72px;
    min-height: 0;
    border-radius: 6px;
    object-fit: cover;
}

.website-presentatie-list-row span {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.website-presentatie-list-row small {
    white-space: normal;
}

.website-presentatie-list-actions {
    display: flex;
    justify-content: end;
}

.website-presentatie-open-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    background: rgba(0,0,0,0.46);
    color: rgba(255, 238, 213, 0.94);
    text-decoration: none;
}

.website-list-row strong {
    font-size: 1rem;
    font-weight: 900;
}

.website-list-row small {
    color: rgba(255,255,255,0.68);
    font-weight: 700;
}

.website-list-count {
    justify-self: end;
    color: rgba(255, 238, 213, 0.82);
    font-size: 0.9rem;
    font-weight: 850;
    white-space: nowrap;
}

.website-list-back-link {
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    background: rgba(0,0,0,0.48);
    color: rgba(255, 238, 213, 0.94);
    font-weight: 850;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(0,0,0,0.28);
}

.website-list-back-link:hover,
.website-list-back-link:focus-visible {
    background: rgba(255,255,255,0.9);
    color: #102018;
}

.website-admin-list-shell {
    width: min(100% - 24px, 1800px);
    margin: 20px auto;
}

.website-admin-list-panel {
    display: grid;
    gap: 16px;
    background: rgba(0,0,0,0.48);
    color: rgba(255,255,255,0.96);
}

.website-admin-list-panel .eyebrow,
.website-admin-list-panel h1,
.website-admin-list-panel .panel-head,
.website-admin-list-panel .panel-head * {
    color: rgba(255,255,255,0.96);
}

.website-admin-list-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 10px;
    align-items: center;
}

.website-admin-list-search input[type="search"] {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 8px;
    padding: 9px 12px;
    background: rgba(0,0,0,0.38);
    color: #fff;
    font: inherit;
}

.website-admin-list-search input[type="search"]::placeholder {
    color: rgba(255,255,255,0.62);
}

.website-admin-list-count {
    color: rgba(255,255,255,0.82);
    font-weight: 400;
}

.website-admin-list-table-wrap {
    overflow-x: auto;
}

.website-admin-list-table {
    width: 100%;
    min-width: 1080px;
    border-collapse: collapse;
    color: rgba(255,255,255,0.94);
}

.website-admin-list-table th,
.website-admin-list-table td {
    padding: 11px 12px;
    border-bottom: 1px solid rgba(255,255,255,0.14);
    text-align: left;
    vertical-align: middle;
}

.website-admin-list-table th {
    color: rgba(255,255,255,0.76);
    font-size: 0.82rem;
    font-weight: 400;
    text-transform: uppercase;
}

.website-admin-list-table a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.website-admin-list-table a:hover,
.website-admin-list-table a:focus-visible {
    color: #f2c15b;
    text-decoration: underline;
}

.website-admin-list-table input {
    width: 100%;
    min-width: 130px;
    min-height: 36px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 6px;
    padding: 7px 8px;
    background: rgba(0,0,0,0.32);
    color: #fff;
    font: inherit;
    font-weight: 400;
}

.website-admin-list-table input:focus {
    border-color: #f2c15b;
    outline: 2px solid rgba(242, 193, 91, 0.2);
}

.website-admin-list-table input.is-saving {
    border-color: rgba(242, 193, 91, 0.88);
}

.website-admin-list-table input.is-saved {
    border-color: rgba(91, 255, 154, 0.75);
}

.website-admin-list-table input.is-error {
    border-color: rgba(255, 139, 139, 0.95);
}

.website-admin-list-table input[type="number"] {
    min-width: 86px;
}

.website-admin-list-actions {
    display: flex;
    justify-content: end;
    gap: 10px;
}

@media (max-width: 640px) {
    .website-list-heading,
    .website-list-row {
        grid-template-columns: 1fr;
    }

    .website-admin-list-search {
        grid-template-columns: 1fr;
    }

    .website-list-heading {
        display: grid;
        align-items: start;
    }

    .website-list-count {
        white-space: normal;
    }

    .website-list-row a {
        grid-template-columns: 96px minmax(0, 1fr);
        gap: 14px;
    }

    .website-list-row img,
    .website-list-row .website-photo-placeholder {
        width: 96px;
        height: 72px;
    }
}

.website-photo-card {
    position: relative;
    min-width: 0;
}

.website-photo-card.is-selected .website-photo-link {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
}

.website-photo-link {
    position: relative;
    display: block;
    min-height: clamp(240px, 42vw, 430px);
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(44, 122, 111, 0.24), rgba(20, 39, 34, 0.12)),
        var(--surface-strong);
    color: #fff;
    text-decoration: none;
    box-shadow: 0 18px 46px rgba(15, 25, 18, 0.14);
}

.website-photo-link::before,
.website-page-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, var(--website-photo-black-overlay));
    pointer-events: none;
    transition: background 0.2s ease;
}

.website-photo-link img,
.website-photo-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    min-height: clamp(240px, 42vw, 430px);
    object-fit: cover;
    transition: transform 0.28s ease;
}

.website-photo-placeholder {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 52%),
        linear-gradient(160deg, #315f58, #1b2e2b);
}

.website-photo-link:hover img,
.website-photo-link:focus-visible img,
.website-photo-link:hover .website-photo-placeholder,
.website-photo-link:focus-visible .website-photo-placeholder {
    transform: scale(1.04);
}

.website-photo-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: clamp(12px, 3vw, 28px);
    background:
        linear-gradient(180deg, rgba(4, 10, 8, 0.04) 0%, rgba(4, 10, 8, 0.18) 50%, rgba(4, 10, 8, 0.6) 100%);
}

.website-photo-overlay strong,
.website-photo-overlay small {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.36);
}

.website-photo-overlay strong {
    font-size: clamp(2.4rem, 6vw, 4.6rem);
    line-height: 0.98;
    text-transform: uppercase;
    opacity: 0.6;
    letter-spacing: 0.08em;
    margin: 0 0 6px 0;
}

.website-photo-overlay small {
    opacity: 0.65;
}

.website-photo-overlay small {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    font-weight: 700;
}

.website-edit-link {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    min-height: 30px;
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.88);
    color: #112019;
    font-size: 0.78rem;
}

.website-glass-panel {
    display: grid;
    gap: 22px;
    padding: clamp(14px, 3vw, 28px);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(0,0,0,0.60), rgba(0,0,0,0.48));
    color: rgba(255,255,255,0.95);
    box-shadow: 0 18px 46px rgba(0,0,0,0.45);
    backdrop-filter: blur(8px) saturate(120%);
}

.website-glass-panel .eyebrow,
.website-glass-panel .website-subtitle,
.website-glass-panel .user-admin-inline-field span {
    color: rgba(255, 238, 213, 0.86);
}

.website-glass-panel h2,
.website-glass-panel .website-alinea {
    color: rgba(255, 250, 242, 0.98);
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.28);
}

.website-glass-panel .user-admin-inline-field input,
.website-glass-panel .user-admin-inline-field textarea {
    background: rgba(255, 255, 255, 0.9);
    color: #102018;
}

.website-page-photo {
    position: relative;
    min-height: 320px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: var(--surface-strong);
}

.website-page-photo > img {
    position: relative;
    z-index: 0;
}

.website-inline-edit-form {
    display: grid;
    gap: 22px;
}

.website-page-photo img {
    display: block;
    width: 100%;
    max-height: 620px;
    object-fit: cover;
}

.website-page-photo .website-photo-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    color: #fff;
}

.website-article-slideshow {
    position: relative;
}

.website-slideshow-photos {
    position: relative;
}

.website-slideshow-photo {
    display: none;
}

.website-slideshow-photo.is-active {
    display: block;
}

.website-slideshow-button {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    background: rgba(18, 13, 10, 0.48);
    color: var(--website-icon-gold);
    cursor: pointer;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.website-slideshow-button::before {
    content: none;
}

.website-slideshow-prev {
    left: 14px;
}

.website-slideshow-next {
    right: 14px;
}

.website-slideshow-button .lucide {
    width: 27px;
    height: 27px;
    stroke-width: 2.8;
}

.website-slideshow-dots {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 3;
    display: flex;
    gap: 8px;
}

.website-slideshow-dots button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.86);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
}

.website-slideshow-dots button.is-active {
    background: rgba(255, 255, 255, 0.92);
}

.website-slideshow-text {
    display: none;
}

.website-slideshow-text.is-active {
    display: block;
}

.website-presentatie-texts {
    margin-top: 16px;
}

.website-presentatie-title {
    margin: 0 0 10px;
    color: rgba(255, 250, 242, 0.98);
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    line-height: 1.08;
}

.website-presentatie-text-form {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.website-presentatie-text-form textarea {
    min-height: 110px;
    resize: vertical;
}

.website-presentatie-video {
    margin-top: 18px;
}

.website-more-brand-link {
    margin-top: 12px;
}

.website-more-brand-link a {
    color: #f2c15b;
    font-weight: 800;
    text-decoration: none;
}

.website-more-brand-link a:hover,
.website-more-brand-link a:focus-visible {
    text-decoration: underline;
}

.website-photo-edit-button {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(18, 13, 10, 0.58);
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px) saturate(130%);
}

.website-photo-edit-button .lucide {
    width: 16px;
    height: 16px;
    color: var(--website-icon-gold);
    stroke-width: 2.5;
}

.website-photo-edit-button:hover,
.website-photo-edit-button:focus-within {
    background: rgba(255, 255, 255, 0.88);
    color: #112019;
}

.website-photo-fullscreen-button {
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 3;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(18, 13, 10, 0.58);
    color: var(--website-icon-gold);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px) saturate(130%);
}

.website-photo-fullscreen-button::before,
.website-photo-fullscreen-button::after {
    content: none;
}

.website-photo-fullscreen-button .lucide,
.website-photo-map-button .lucide,
.website-photo-fullscreen-close .lucide {
    width: 22px;
    height: 22px;
    stroke-width: 2.5;
}

.website-photo-fullscreen-button:hover,
.website-photo-fullscreen-button:focus-visible {
    background: rgba(255, 255, 255, 0.88);
    color: #112019;
}

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

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

.website-photo-fullscreen-modal img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.54);
}

.website-photo-fullscreen-close {
    position: fixed;
    right: 18px;
    top: 18px;
    z-index: 1;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(18, 13, 10, 0.72);
    color: var(--website-icon-gold);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.website-photo-fullscreen-close::before,
.website-photo-fullscreen-close::after {
    content: none;
}

.website-photo-map-button {
    position: absolute;
    left: 16px;
    bottom: 16px;
    z-index: 3;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background: rgba(18, 13, 10, 0.58);
    color: var(--website-icon-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(10px) saturate(130%);
}

.website-photo-map-button::before {
    content: none;
}

.website-photo-map-button::after {
    content: none;
}

.website-photo-map-button:hover,
.website-photo-map-button:focus-visible {
    background: rgba(255, 255, 255, 0.88);
    color: #112019;
}

.website-map-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: grid;
    grid-template-rows: auto 1fr;
    background: #101814;
}

.website-map-page {
    margin: 0;
    min-height: 100vh;
    overflow: hidden;
    background: #101814;
}

.website-map-standalone {
    position: fixed;
    inset: 0;
}

body.website-map-open {
    overflow: hidden;
}

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

.website-map-topbar {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 58px;
    padding: 10px 14px 10px 18px;
    background: rgba(13, 23, 18, 0.94);
    color: rgba(255, 250, 242, 0.98);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.website-map-topbar strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1rem;
}

.website-map-topbar button {
    position: relative;
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    cursor: pointer;
}

.website-map-topbar button::before,
.website-map-topbar button::after {
    content: "";
    position: absolute;
    left: 12px;
    top: 19px;
    width: 17px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.website-map-topbar button::before {
    transform: rotate(45deg);
}

.website-map-topbar button::after {
    transform: rotate(-45deg);
}

.website-map-canvas {
    min-height: 0;
}

.website-map-status {
    position: fixed;
    left: 50%;
    bottom: 22px;
    z-index: 10001;
    max-width: min(520px, calc(100vw - 28px));
    padding: 9px 13px;
    border-radius: 999px;
    background: rgba(13, 23, 18, 0.86);
    color: rgba(255, 250, 242, 0.96);
    font-size: 0.92rem;
    font-weight: 800;
    transform: translateX(-50%);
    pointer-events: none;
}

.website-map-status:empty {
    display: none;
}

.website-save-before-alinea {
    justify-content: end;
    margin: 26px 0 0;
}

.website-page-content,
.website-detail-panel {
    display: grid;
    gap: 14px;
}

.website-subtitle {
    margin: 0;
    color: var(--text-soft);
    font-size: 1.08rem;
    font-weight: 800;
}

.website-alinea {
    color: rgba(255, 250, 242, 0.98);
    line-height: 1.7;
}

.website-alinea a {
    color: rgba(255, 225, 163, 0.94);
    font-weight: 800;
    text-underline-offset: 0.18em;
}

.website-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.website-edit-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
    width: 100%;
}

.website-edit-meta-grid .user-admin-inline-field {
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 10px;
}

.website-edit-meta-grid .user-admin-inline-field input {
    max-width: none;
}

.website-readonly-field strong {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    color: rgba(255, 250, 242, 0.98);
    font-size: 0.95rem;
    font-weight: 800;
}

.website-extra-slides-editor {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
}

.website-extra-slide-editor {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    min-width: 0;
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.website-extra-photo-preview {
    position: relative;
    width: 180px;
    max-width: 100%;
    aspect-ratio: 4 / 3;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.18);
}

.website-extra-photo-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.website-extra-photo-button {
    left: auto;
    right: 8px;
    top: 8px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 0.78rem;
}

.website-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.32);
    box-shadow: 0 18px 46px rgba(15, 25, 18, 0.16);
}

.website-video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.website-extra-text {
    color: rgba(255, 250, 242, 0.94);
    line-height: 1.65;
}

.website-article-meta {
    width: 100%;
    margin: 14px 0 0;
    color: rgba(255, 250, 242, 0.72);
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.5;
}

.website-page-footer {
    margin: 26px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

.website-upload-preview {
    width: 140px;
    max-width: 140px;
    aspect-ratio: 1 / 1;
}

.website-upload-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.website-fullwidth-editor {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
}

.website-fullwidth-editor span {
    width: 100%;
}

.website-fullwidth-editor textarea {
    width: 100%;
    max-width: none;
}

.website-fullwidth-editor input {
    width: 100%;
    max-width: none;
}

.website-alinea-editor {
    grid-column: 1 / -1;
}

.website-alinea-editor textarea {
    min-height: 220px;
    resize: vertical;
}

@media (max-width: 720px) {
    .website-edit-meta-grid {
        grid-template-columns: 1fr;
    }

    .website-edit-meta-grid .user-admin-inline-field {
        grid-template-columns: 1fr;
    }

    .website-extra-slide-editor {
        grid-template-columns: 1fr;
    }

    .website-extra-photo-preview {
        width: min(180px, 100%);
    }
}

.website-related-section {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.website-related-section h3 {
    margin: 0;
    color: rgba(255, 238, 213, 0.86);
    font-size: 0.92rem;
}

.website-related-section h3 a {
    color: #f2c15b;
    text-decoration: none;
}

.website-related-section h3 a:hover,
.website-related-section h3 a:focus-visible {
    text-decoration: underline;
}

.website-matching-article {
    display: grid;
    gap: 12px;
    margin-top: 18px;
}

.website-matching-article h3 {
    margin: 0;
    color: rgba(255, 250, 242, 0.98);
    font-size: clamp(1.35rem, 3vw, 2.2rem);
    line-height: 1.05;
}

.website-related-pages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 12px;
}

.website-related-card {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 82px;
    padding: 8px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.94);
    text-decoration: none;
}

.website-related-card img {
    width: 74px;
    height: 66px;
    border-radius: 6px;
    object-fit: cover;
}

.website-related-card span {
    display: grid;
    gap: 4px;
    min-width: 0;
}

.website-related-card strong,
.website-related-card small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.website-related-card small {
    color: rgba(255,255,255,0.72);
}

.website-presentatie-related-card strong {
    display: -webkit-box;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.website-config-preview {
    display: flex;
    align-items: end;
    min-height: 220px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    background:
        linear-gradient(135deg, color-mix(in srgb, var(--website-bg-color-1) 70%, transparent), color-mix(in srgb, var(--website-bg-color-2) 78%, transparent)),
        var(--website-bg-image) center / cover,
        linear-gradient(135deg, var(--website-bg-color-1), var(--website-bg-color-2));
}

.website-config-preview strong {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
