@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSerif4';
    src: url('../fonts/SourceSerif4-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSerif4';
    src: url('../fonts/SourceSerif4Italic-Italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

:root {
    --bg: #0b0b0c;
    --bg-soft: #131316;
    --surface: #ffffff;
    --surface-soft: #f6f2eb;
    --text: #f5f1e8;
    --text-dark: #171717;
    --muted: #b9b09e;
    --gold: #c6a66a;
    --gold-soft: #e3cfaa;
    --border: rgba(198, 166, 106, 0.22);
    --shadow: 0 20px 60px rgba(0, 0, 0, 0.20);
    --container: 1180px;
    --radius: 22px;
    --transition: all .25s ease;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'SourceSerif4', serif;
    font-size: 17px;
    line-height: 1.75;
    color: var(--text-dark);
    background: #0b0b0c;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

p {
    margin: 0 0 1rem;
}

ul,
ol {
    margin: 0 0 1rem 1.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DancingScript', cursive;
    line-height: 1.08;
    margin: 0 0 .8rem;
    font-weight: 600;
    letter-spacing: 0;
    color: inherit;
}

h1 {
    font-size: clamp(3.4rem, 8vw, 6.4rem);
}

h2 {
    font-size: clamp(2.4rem, 5vw, 4.2rem);
}

h3 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
}

h4 {
    font-size: 1.5rem;
}

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
}

.section {
    padding: 6rem 0;
}

.section-dark {
    background: linear-gradient(180deg, #0b0b0c 0%, #141417 100%);
    color: var(--text);
}

.alt-bg {
    background: var(--surface-soft);
}

.section-kicker,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-size: .77rem;
    color: var(--gold);
    margin-bottom: 1rem;
    font-family: 'SourceSerif4', serif;
}

.section-kicker::before,
.eyebrow::before {
    content: "";
    width: 40px;
    height: 1px;
    background: currentColor;
    opacity: .7;
}

/* HEADER */

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(11, 11, 12, .94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
    width: 100%;
}



.nav-wrap {
    min-height: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    position: relative;
}

.brand-text,
.custom-logo-link {
    color: #fff;
    font-family: 'DancingScript', cursive;
    font-size: 2rem;
    line-height: 1;
}

.custom-logo {
    max-height: 70px;
    width: auto;
}

.menu,
.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5rem;
}

.menu a,
.footer-menu a {
    color: #f6f1e8;
    font-size: .95rem;
    position: relative;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-family: 'SourceSerif4', serif;
    white-space: nowrap;
}

.menu a::after,
.footer-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
    transition: .25s ease;
}

.menu a:hover,
.footer-menu a:hover {
    color: var(--gold-soft);
}

.menu a:hover::after,
.footer-menu a:hover::after {
    transform: scaleX(1);
}

.menu-toggle {
    display: none;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    width: 46px;
    height: 46px;
    cursor: pointer;
}

/* HERO */

.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(198, 166, 106, .15), transparent 36%),
        linear-gradient(135deg, #09090a 0%, #111214 60%, #17181b 100%);
    color: #fff;
    padding: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .6), transparent 85%);
    pointer-events: none;
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 3rem;
    align-items: stretch;
    min-height: 780px;
}

.hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6rem 0;
    z-index: 2;
}

.hero-copy h1,
.hero-title {
    font-family: 'DancingScript', cursive;
    font-weight: 600;
    line-height: .95;
    color: var(--gold);
    margin-bottom: 1.2rem;
}

.hero-copy p {
    color: rgba(255, 255, 255, .84);
    font-size: 1.08rem;
    max-width: 650px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: .9rem 1.5rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #af8b4f, var(--gold));
    color: #111;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, .05);
    box-shadow: 0 12px 30px rgba(198, 166, 106, .22);
    font-family: 'SourceSerif4', serif;
    letter-spacing: .03em;
    cursor: pointer;
}

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

.button-secondary {
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: none;
}

.button-secondary:hover {
    background: rgba(255, 255, 255, .04);
    color: var(--gold-soft);
}

.hero-slider,
.hero-visual {
    position: relative;
    min-height: 580px;
    height: 100%;
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: var(--shadow);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .08)),
        linear-gradient(135deg, #18181a, #0f0f11);
}

.hero-slides {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 580px;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
    cursor: zoom-in;
}

.hero-slide.active {
    opacity: 1;
    pointer-events: auto;
}

.hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, .18), rgba(0, 0, 0, .05));
    z-index: 1;
    pointer-events: none;
}

.hero-slider::after,
.about-visual::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(198, 166, 106, .34);
    border-radius: 24px;
    pointer-events: none;
    z-index: 2;
}

.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 52px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(0, 0, 0, .45);
    color: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: all .25s ease;
    padding: 0;
}

.hero-arrow span {
    font-size: 2rem;
    line-height: 1;
    display: block;
    transform: translateY(-1px);
}

.hero-arrow:hover {
    background: var(--gold);
    color: #111;
    border-color: var(--gold);
}

.hero-arrow-prev {
    left: 20px;
}

.hero-arrow-next {
    right: 20px;
}

/* ABOUT */

.about-visual {
    min-height: 620px;
    border-radius: 32px;
    border: 1px solid var(--border);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(255, 255, 255, .08)),
        linear-gradient(135deg, #18181a, #0f0f11);
    box-shadow: var(--shadow);
    position: relative;
    overflow: hidden;
}

.about-visual.has-image,
.gallery-block.has-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-placeholder,
.gallery-placeholder span {
    color: var(--gold-soft);
    font-family: 'SourceSerif4', serif;
}

.about-placeholder {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    background: rgba(10, 10, 10, .76);
    border: 1px solid rgba(198, 166, 106, .24);
    color: #fff;
    backdrop-filter: blur(14px);
    padding: 1.1rem 1.3rem;
    border-radius: 20px;
}

.about-placeholder span,
.gallery-placeholder span {
    display: block;
    margin-bottom: .45rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: .8rem;
}

/* INTRO */

.intro-strip {
    background: #111113;
    color: #faf6ef;
    border-top: 1px solid rgba(198, 166, 106, .12);
    border-bottom: 1px solid rgba(198, 166, 106, .12);
}

.strip-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.strip-grid > div {
    padding: 1.5rem;
    border: 1px solid rgba(198, 166, 106, .12);
    border-radius: 18px;
    background: rgba(255, 255, 255, .02);
}

.strip-grid strong {
    display: block;
    margin-bottom: .4rem;
    color: var(--gold-soft);
    font-family: 'DancingScript', cursive;
    font-size: 1.6rem;
    font-weight: 600;
}

/* CONTENT */

.two-col {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 2rem 4rem;
    align-items: start;
}

.about-layout {
    align-items: center;
}

.section-head {
    margin-bottom: 2.6rem;
}

.center {
    text-align: center;
}

.highlight-box {
    margin-top: 2rem;
    border: 1px solid rgba(198, 166, 106, .18);
    background: rgba(255, 255, 255, .03);
    border-radius: 22px;
    padding: 1.5rem;
}

.card-grid {
    display: grid;
    gap: 1.5rem;
}

.card-grid.three {
    grid-template-columns: repeat(3, 1fr);
}

.card,
.inquiry-form-wrap {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.card {
    background: #fff;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, .05);
}

.luxury-card {
    background: linear-gradient(180deg, #fff 0%, #fbf8f2 100%);
    border: 1px solid rgba(198, 166, 106, .18);
}

.luxury-card h3 {
    color: #111;
}

/* TIMELINE */

.timeline {
    display: grid;
    gap: 1rem;
}

.timeline-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 1.2rem;
    align-items: start;
    background: #fff;
    border: 1px solid rgba(198, 166, 106, .14);
    padding: 1.4rem 1.5rem;
    border-radius: 20px;
}

.timeline-item span {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #111;
    color: var(--gold-soft);
    font-family: 'DancingScript', cursive;
    font-size: 1.7rem;
    font-weight: 600;
}

/* GALLERY */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    grid-auto-rows: 220px;
}

.gallery-block {
    position: relative;
    overflow: hidden;
    border-radius: 24px;
    min-height: 220px;
    background:
        linear-gradient(145deg, rgba(198, 166, 106, .22), rgba(255, 255, 255, .06)),
        linear-gradient(180deg, #1a1a1e, #0f0f12);
}

.gallery-block.tall {
    grid-row: span 2;
    min-height: 460px;
}

.gallery-block.wide {
    grid-column: span 2;
}

.gallery-placeholder {
    position: absolute;
    inset: auto 1rem 1rem 1rem;
    border-radius: 18px;
    background: rgba(10, 10, 10, .6);
    border: 1px solid rgba(198, 166, 106, .22);
    padding: 1rem 1.1rem;
    color: #fff;
}

.gold-frame {
    border: 1px solid rgba(198, 166, 106, .35);
    box-shadow: inset 0 0 0 12px rgba(0, 0, 0, .1);
}

/* CTA + FORM */

.cta-section {
    background: linear-gradient(180deg, #f8f5ef 0%, #f1ebe0 100%);
}

.inquiry-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 2rem;
    align-items: start;
}

.inquiry-copy {
    padding: 1rem 0;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    margin-top: 1.5rem;
}

.contact-list a,
.contact-list span {
    color: #2c2a26;
}

.inquiry-form-wrap {
    background: #fff;
    border: 1px solid rgba(198, 166, 106, .18);
    padding: 2rem;
}

.inquiry-form label {
    display: block;
    margin-bottom: .45rem;
    font-size: .92rem;
    font-weight: 600;
    font-family: 'SourceSerif4', serif;
}

.inquiry-form input,
.inquiry-form textarea,
.inquiry-form select {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 16px;
    padding: .95rem 1rem;
    font: inherit;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
    font-family: 'SourceSerif4', serif;
}

.inquiry-form input:focus,
.inquiry-form textarea:focus,
.inquiry-form select:focus {
    outline: none;
    border-color: var(--gold);
    box-shadow: 0 0 0 3px rgba(198, 166, 106, .14);
}

.form-grid {
    display: grid;
    gap: 1rem;
    margin-bottom: 1rem;
}

.form-grid.two {
    grid-template-columns: repeat(2, 1fr);
}

.form-notice {
    border-radius: 16px;
    padding: .95rem 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.form-notice.success {
    background: #f4efe3;
    border: 1px solid rgba(198, 166, 106, .3);
    color: #705521;
}

.form-notice.error {
    background: #fbefef;
    border: 1px solid rgba(140, 40, 40, .2);
    color: #8b2e2e;
}

/* PLUGIN FORMULARE – einspaltiges Layout auf Mobilgeräten */

/* Reservierungs-Popup des Plugins (position:fixed, direkt im body) */
.hk-popup .hk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

@media (max-width: 600px) {
    .hk-popup .hk-grid,
    .hk-grid {
        grid-template-columns: 1fr !important;
    }

    .hk-popup > div {
        width: 95vw !important;
        max-width: 95vw !important;
        padding: 16px !important;
    }

    #events-modal .hk-grid,
    #gutschein-modal .hk-grid,
    #storno-modal .hk-grid {
        grid-template-columns: 1fr !important;
    }
}

/* GUTSCHEIN MODAL – Plugin-Schriftart überschreiben */

#gutschein-modal .modal-content p,
#gutschein-modal .modal-content label,
#gutschein-modal .modal-content input,
#gutschein-modal .modal-content select,
#gutschein-modal .modal-content textarea,
#gutschein-modal .modal-content button,
#gutschein-modal .modal-content div,
#gutschein-modal .modal-content strong,
#gutschein-modal .modal-content span {
    font-family: 'SourceSerif4', serif !important;
}

#gutschein-modal .modal-content h2,
#gutschein-modal .modal-content h3 {
    font-family: 'DancingScript', cursive !important;
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    letter-spacing: .02em !important;
}

/* STORNO MODAL – Plugin-Schriftart überschreiben */

#storno-modal .modal-content h3,
#storno-modal .modal-content p,
#storno-modal .modal-content label,
#storno-modal .modal-content input,
#storno-modal .modal-content button,
#storno-modal .modal-content div,
#storno-modal .modal-content strong {
    font-family: 'SourceSerif4', serif !important;
}

#storno-modal .modal-content h3 {
    font-size: 1.3rem !important;
    color: var(--gold) !important;
    margin-bottom: 1.2rem !important;
}

/* FIELD HINTS */

.field-hint {
    display: none;
    font-size: .78rem;
    color: #8b2e2e;
    margin-top: .25rem;
}

.inquiry-form input:invalid:not(:placeholder-shown) ~ .field-hint,
.inquiry-form input:invalid:not(:placeholder-shown) + .field-hint,
.inquiry-form textarea:invalid:not(:placeholder-shown) + .field-hint {
    display: block;
}

/* Show hint after failed submit attempt */
.form-submitted .inquiry-form input:invalid ~ .field-hint,
.form-submitted .inquiry-form input:invalid + .field-hint,
.form-submitted .inquiry-form textarea:invalid + .field-hint {
    display: block;
}

.inquiry-form input:invalid:not(:placeholder-shown),
.inquiry-form textarea:invalid:not(:placeholder-shown) {
    border-color: rgba(139, 46, 46, .5);
}

/* DATENSCHUTZ CONSENT */

.form-consent {
    margin-bottom: 1rem;
}

.form-consent-label {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    cursor: pointer;
    font-size: .88rem;
    line-height: 1.5;
}

.form-consent-label input[type="checkbox"] {
    margin-top: .2rem;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    accent-color: #c6a66a;
    cursor: pointer;
}

.form-consent-label .consent-link {
    color: #c6a66a;
    text-decoration: underline;
}

.form-consent-label .consent-link:hover {
    color: #a8883e;
}

/* MATH CAPTCHA */

.form-math-check {
    margin-bottom: 1rem;
}

.form-math-check label {
    display: block;
    font-size: .85rem;
    font-weight: 600;
    margin-bottom: .4rem;
    color: inherit;
}

.form-math-check input[type="number"] {
    max-width: 160px;
}

/* FOOTER */

.site-footer {
    background: #090909;
    color: #faf6ef;
    padding: 4rem 0 2rem;
    width: 100%;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

.footer-grid h3,
.footer-grid h4 {
    color: var(--gold-soft);
}

.footer-social-wrap {
    margin-top: 1.5rem;
}

.social-icons {
    display: flex;
    gap: 18px;
    margin-top: 20px;
}

.social-icons a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gold);
    transition: .3s;
}

.social-icons svg {
    width: 18px;
    height: 18px;
    fill: var(--gold);
}

.social-icons a:hover {
    background: var(--gold);
}

.social-icons a:hover svg {
    fill: #111;
}

.footer-bottom {
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .65);
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.8rem;
    align-items: center;
}

.footer-menu li {
    white-space: nowrap;
}

/* MODALS */

.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .72);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .25s ease;
    z-index: 9999;
}

.modal-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal-box {
    width: min(760px, 100%);
    max-height: 90vh;
    background: linear-gradient(180deg, #0d0d0f 0%, #151518 100%);
    color: #f5f1e8;
    border: 1px solid rgba(198, 166, 106, .24);
    border-radius: 26px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .35);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.modal-box::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(198, 166, 106, .22);
    border-radius: 18px;
    pointer-events: none;
}

.modal-content {
    position: relative;
    padding: 3rem;
    z-index: 1;
    overflow-y: auto;
    max-height: 90vh;
}

.modal-content::-webkit-scrollbar {
    width: 6px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 10px;
}

.modal-content h2 {
    color: var(--gold);
    margin-bottom: 1.2rem;
}

.modal-content p {
    color: rgba(245, 241, 232, .9);
    margin-bottom: 1rem;
}

.modal-close {
    position: absolute;
    top: 16px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(198, 166, 106, .24);
    background: rgba(255, 255, 255, .03);
    color: var(--gold-soft);
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.modal-close:hover {
    background: rgba(198, 166, 106, .12);
}

/* IFRAME MODAL (Feedback) */

.modal-box--iframe {
    width: min(560px, 100%);
    height: 90vh;
    display: flex;
    flex-direction: column;
}

.modal-content--iframe {
    flex: 1;
    padding: 0;
    overflow: hidden;
    border-radius: 0 0 26px 26px;
}

.modal-content--iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    border-radius: 0 0 24px 24px;
}

/* WIDE MODALS (Events / Gutschein) */

#events-modal .modal-box,
#gutschein-modal .modal-box,
#events-modal .modal-box--wide,
#gutschein-modal .modal-box--wide {
    background: #ffffff !important;
    color: #1a1a1a !important;
}

#events-modal .modal-box::after,
#gutschein-modal .modal-box::after {
    border-color: rgba(202, 168, 76, .18);
}

#events-modal .modal-content,
#gutschein-modal .modal-content {
    background: #ffffff !important;
}

#events-modal .eyebrow,
#gutschein-modal .eyebrow {
    color: #a8893a;
}

#events-modal h2,
#gutschein-modal h2 {
    color: #1a1a1a;
}

#events-modal .modal-close,
#gutschein-modal .modal-close {
    background: rgba(0, 0, 0, .04);
    color: #555;
    border-color: rgba(0, 0, 0, .12);
}

#events-modal .modal-close:hover,
#gutschein-modal .modal-close:hover {
    background: rgba(202, 168, 76, .12);
    color: #1a1a1a;
}

.modal-box--wide {
    width: min(1100px, 100%);
}

/* HEADER PILL LINKS (Events / Gutschein) */

.header-modal-links {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-left: auto;
}

.header-pill-link {
    display: inline-flex;
    align-items: center;
    padding: .4rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(198, 166, 106, .45);
    color: var(--gold-soft) !important;
    font-size: .82rem !important;
    font-family: 'SourceSerif4', serif;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.header-pill-link::after {
    display: none !important;
}

.header-pill-link:hover {
    background: rgba(198, 166, 106, .12);
    color: var(--gold) !important;
}

/* LIGHTBOX */

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .88);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .25s ease;
    z-index: 10000;
}

.lightbox-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lightbox-box {
    position: relative;
    width: min(92vw, 1400px);
    height: min(90vh, 920px);
    overflow: auto;
    display: block;
    padding: 3rem;
}

.lightbox-box::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.lightbox-box::-webkit-scrollbar-thumb {
    background: var(--gold);
    border-radius: 999px;
}
.lightbox-box img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 18px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, .4);
    transition: transform .25s ease;
    transform: scale(1);
    transform-origin: center top;
}

.lightbox-box img.is-zoomed {
    transform: scale(1.3);
}

.lightbox-close,
.lightbox-nav,
.lightbox-zoom {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 50%;
    background: rgba(0, 0, 0, .55);
    color: #fff;
    cursor: pointer;
    display: grid;
    place-items: center;
    transition: .25s ease;
    z-index: 3;
}

.lightbox-close:hover,
.lightbox-nav:hover,
.lightbox-zoom:hover {
    background: var(--gold);
    color: #111;
    border-color: var(--gold);
}

.lightbox-close {
    top: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
    font-size: 1.8rem;
    line-height: 1;
}

.lightbox-nav {
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
}

.lightbox-nav span {
    font-size: 2rem;
    line-height: 1;
}

.lightbox-prev {
    left: 12px;
}

.lightbox-next {
    right: 12px;
}

.lightbox-zoom {
    bottom: 12px;
    right: 12px;
    width: 46px;
    height: 46px;
    font-size: 1.6rem;
    line-height: 1;
}

/* GLOBAL FONT ENFORCEMENT */

body,
p,
li,
input,
textarea,
select,
button,
label {
    font-family: 'SourceSerif4', serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.hero-title,
.section-title,
.brand-text,
.custom-logo-link {
    font-family: 'DancingScript', cursive;
    font-weight: 600;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .hero-grid,
    .two-col,
    .inquiry-layout,
    .footer-grid,
    .card-grid.three,
    .strip-grid {
        grid-template-columns: 1fr;
    }

    .hero-grid {
        min-height: auto;
        gap: 2rem;
    }

    .hero-copy {
        padding: 5rem 0 1rem;
    }

    .hero-slider,
    .hero-visual,
    .hero-slides {
        min-height: 560px;
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 220px;
    }

    .gallery-block,
    .gallery-block.wide,
    .gallery-block.tall {
        grid-column: auto;
        min-height: 220px;
        height: auto;
    }

    .gallery-block.tall {
        grid-row: auto;
    }

    .about-visual {
        min-height: 460px;
    }
}

@media (max-width: 760px) {
    .menu-toggle {
        display: inline-grid;
        place-items: center;
    }

    .header-modal-links {
        display: none;
    }

    .main-nav {
        display: none;
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        background: #0f0f11;
        padding: 1rem;
        border-bottom: 1px solid rgba(255, 255, 255, .06);
        z-index: 110;
    }

    .main-nav.is-open {
        display: block;
    }

    .menu {
        flex-direction: column;
        gap: .9rem;
    }

    .section {
        padding: 4.5rem 0;
    }

    .timeline-item {
        grid-template-columns: 1fr;
    }

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

    .hero-copy h1,
    .hero-title {
        font-size: clamp(2.8rem, 12vw, 4.4rem);
        line-height: 1.02;
    }

    .hero-grid,
    .two-col,
    .about-layout,
    .inquiry-layout,
    .footer-grid,
    .strip-grid,
    .card-grid.three {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hero-copy {
        padding: 4.5rem 0 1rem;
    }

    .hero-slider,
    .hero-visual,
    .hero-slides {
        min-height: 420px;
    }

    .hero-slide {
        background-position: center center;
    }

    .hero-arrow {
        width: 42px;
        height: 42px;
    }

    .hero-arrow span {
        font-size: 1.5rem;
    }

    .hero-arrow-prev {
        left: 12px;
    }

    .hero-arrow-next {
        right: 12px;
    }

    .gallery-grid {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .gallery-grid > * {
        width: 100%;
        flex: 0 0 auto;
    }

    .gallery-block,
    .gallery-block.wide,
    .gallery-block.tall {
        display: block;
        width: 100%;
        min-height: 280px;
        height: 280px;
        grid-column: auto;
        grid-row: auto;
    }

    .gallery-block.has-image {
        background-size: cover;
        background-position: center;
    }

    .gallery-placeholder {
        left: 1rem;
        right: 1rem;
        bottom: 1rem;
        inset: auto 1rem 1rem 1rem;
    }

    .about-visual {
        min-height: 320px;
    }

    .nav-wrap {
        min-height: 74px;
    }

    .brand-text,
    .custom-logo-link {
        font-size: 1.7rem;
    }

    .button,
    .button-secondary {
        width: 100%;
    }

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

    .modal-content {
        padding: 2rem 1.4rem;
    }

    .footer-menu {
        gap: .9rem 1.2rem;
    }

    .lightbox-overlay {
        padding: 1rem;
    }

    .lightbox-box {
        width: 100%;
        height: 80vh;
    }

    .lightbox-nav {
        width: 42px;
        height: 42px;
    }

    .lightbox-nav span {
        font-size: 1.5rem;
    }

    .lightbox-close,
    .lightbox-zoom {
        width: 42px;
        height: 42px;
    }
}

/* Gutschein: section-title Druckschrift statt kursiv */
#gutschein-modal .modal-content .section-title,
#gutschein-modal .modal-content [style*="color:#caa84c"],
#gutschein-modal .modal-content [style*="color: #caa84c"] {
    font-family: 'SourceSerif4', serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    font-size: .78rem !important;
}

/* Events modal heller Hintergrund - hohe Spezifität */
div#events-modal div.modal-box {
    background: #ffffff !important;
    color: #1a1a1a !important;
}
div#events-modal div.modal-content {
    background: #ffffff !important;
    color: #1a1a1a !important;
}
div#events-modal div.modal-box::after {
    border-color: rgba(202, 168, 76, .18) !important;
}
