/*
 * Bali VW Tour – Haupt-Stylesheet (mobile-first).
 * Design-Tokens siehe tokens.css.
 */

/* ---------- Fonts (lokal, Variable Fonts) ---------- */
@font-face {
    font-family: 'Archivo';
    src: url('../fonts/archivo-var-latin.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Hanken Grotesk';
    src: url('../fonts/hanken-grotesk-var-latin.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* ---------- Basis ---------- */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition: none !important; animation: none !important; }
}
body {
    font-family: var(--font-body);
    font-size: var(--fs-body);
    line-height: var(--lh-body);
    color: var(--color-text);
    background: var(--color-bg);
    -webkit-font-smoothing: antialiased;
}
img, picture, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--color-green); }
a:hover { color: var(--color-gold-hover); }
::selection { background: var(--color-green); color: var(--color-cream); }
:focus-visible { outline: 3px solid var(--color-gold); outline-offset: 2px; border-radius: 3px; }

.wrap { max-width: var(--wrap-max); margin: 0 auto; padding-left: var(--wrap-pad); padding-right: var(--wrap-pad); }
.visually-hidden {
    position: absolute; width: 1px; height: 1px; margin: -1px;
    clip-path: inset(50%); overflow: hidden; white-space: nowrap;
}
.skip-link {
    position: absolute; left: -9999px; top: 0; z-index: 100;
    background: var(--color-gold); color: var(--color-text);
    padding: 12px 20px; border-radius: 0 0 var(--radius-s) 0; font-weight: 700;
}
.skip-link:focus { left: 0; }

h1, h2, h3, h4 {
    font-family: var(--font-head);
    color: var(--color-green-deep);
    line-height: var(--lh-head);
    letter-spacing: -.02em;
}
h1 { font-size: var(--fs-h1); font-weight: 800; }
h2 { font-size: var(--fs-h2); font-weight: 800; }
h3 { font-size: var(--fs-h3); font-weight: 700; }

.kicker {
    font-family: var(--font-mono); font-size: .75rem; letter-spacing: .18em;
    text-transform: uppercase; color: var(--color-terracotta); font-weight: 600;
    margin-bottom: var(--space-3);
}
.kicker-gold { color: var(--color-gold); }
.h2big { margin-bottom: var(--space-3); }
.lead { font-size: 1.125rem; color: var(--color-text-soft); max-width: 34em; }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--color-gold); display: inline-block; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-block; padding: 14px 26px; border-radius: var(--radius-m);
    font-weight: 700; font-size: .95rem; text-decoration: none; border: 0;
    cursor: pointer; font-family: var(--font-body); line-height: 1.2;
    transition: background .2s ease, transform .15s ease;
    min-height: 44px;
}
.btn-gold { background: var(--color-gold); color: var(--color-text); box-shadow: var(--shadow-btn-gold); }
.btn-gold:hover { background: var(--color-gold-hover); color: var(--color-text); }
.btn-green { background: var(--color-green); color: var(--color-cream); box-shadow: var(--shadow-btn-green); }
.btn-green:hover { background: var(--color-green-hover); color: var(--color-cream); }
.btn-outline { border: 1.5px solid rgba(32, 99, 89, .28); color: var(--color-green); background: transparent; }
.btn-outline:hover { background: rgba(32, 99, 89, .06); }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; margin: var(--space-5) 0; }
.link-gold { color: var(--color-gold); font-weight: 700; text-decoration: none; }
.link-gold:hover { color: var(--color-gold-hover); }

/* ---------- Header ---------- */
.site-header {
    position: sticky; top: 0; z-index: 60;
    background: rgba(250, 247, 240, .95);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--color-line);
    box-shadow: var(--shadow-header);
}
.topbar { background: var(--color-bg-dark); color: #bcd3cc; font-size: .8125rem; letter-spacing: .02em; }
.topbar-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 8px; padding-bottom: 8px; }
.topbar-claim { display: flex; align-items: center; gap: 7px; }
.topbar-contact { opacity: .65; display: none; }
.header-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 10px; padding-bottom: 10px; }

/* Logo */
.logo { text-decoration: none; flex-shrink: 0; }
.logo-lockup { display: flex; align-items: center; gap: 10px; }
.logo-mark .lm-bg { fill: var(--color-bg-dark); }
.logo-mark .lm-car { fill: var(--color-gold); }
.logo-mark .lm-wheel { fill: var(--color-bg-dark); stroke: var(--color-gold); stroke-width: 1.6; }
.logo-text { display: flex; flex-direction: column; line-height: 1.15; }
.logo-name { font-family: var(--font-head); font-weight: 900; font-size: 1.05rem; letter-spacing: .02em; color: var(--color-green-deep); }
.logo-name .logo-vw { color: var(--color-gold-hover); }
.logo-sub { font-size: .64rem; letter-spacing: .08em; text-transform: uppercase; color: var(--color-text-faint); }
.logo-light .logo-name { color: var(--color-cream-bright); }
.logo-light .logo-sub { color: var(--color-dark-muted); }
.logo-light .lm-bg { fill: var(--color-bg-panel); }

/* Sprachumschalter */
.lang-switch {
    display: flex; align-items: center; background: rgba(32, 99, 89, .08);
    border-radius: 9px; padding: 3px; font-size: .8125rem; font-weight: 700;
}
.lang-switch a {
    padding: 6px 12px; border-radius: 7px; text-decoration: none;
    color: var(--color-text-muted); min-height: 32px; display: inline-flex; align-items: center;
}
.lang-switch a.active { background: var(--color-green); color: var(--color-cream); }
.lang-switch a:not(.active):hover { color: var(--color-green); }

.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }
.header-cta { display: none; }

/* Desktop-Navigation (3 Ebenen) */
.nav-desktop { display: none; }
.nav-list { list-style: none; display: flex; align-items: center; gap: 4px; }
.nav-item { position: relative; }
.nav-item > a {
    display: inline-block; padding: 12px 11px; font-size: .9rem; font-weight: 600;
    color: #2d352f; text-decoration: none; border-bottom: 2px solid transparent;
}
.nav-item > a:hover, .nav-item > a[aria-current] { color: var(--color-green); border-bottom-color: var(--color-gold); }
.subtoggle {
    background: none; border: 0; cursor: pointer; color: var(--color-green);
    font-size: .7rem; padding: 4px; margin-left: -6px; vertical-align: middle;
    min-width: 24px; min-height: 24px;
}
.subtoggle[aria-expanded="true"] span { display: inline-block; transform: rotate(180deg); }
.dropdown {
    position: absolute; left: 50%; transform: translateX(-50%); top: 100%;
    background: var(--color-bg); border: 1px solid var(--color-line);
    border-radius: var(--radius-m); box-shadow: var(--shadow-card);
    padding: 18px 22px; display: none; z-index: 70;
}
.nav-item:hover > .dropdown,
.nav-item:focus-within > .dropdown,
.nav-item.open > .dropdown { display: block; }
.dropdown-list {
    list-style: none; display: grid; gap: 4px 34px; min-width: 260px;
    grid-auto-flow: row;
}
.nav-item:first-child .dropdown-list { grid-template-columns: repeat(3, minmax(220px, 1fr)); }
.nav-item:first-child .dropdown { left: 0; transform: none; }
.nav-item:last-child .dropdown, .nav-item:nth-last-child(2) .dropdown { left: auto; right: 0; transform: none; }
.dropdown-group > a {
    display: block; padding: 8px 6px; font-weight: 700; font-size: .875rem;
    color: var(--color-green-deep); text-decoration: none; border-radius: 6px;
}
.dropdown-group > a:hover { color: var(--color-green); background: rgba(32, 99, 89, .06); }
.dropdown-sublist { list-style: none; margin: 2px 0 10px; }
.dropdown-sublist a {
    display: block; padding: 6px 6px 6px 16px; font-size: .845rem; font-weight: 500;
    color: var(--color-text-muted); text-decoration: none; border-left: 2px solid var(--color-line);
    border-radius: 0 6px 6px 0;
}
.dropdown-sublist a:hover { color: var(--color-green); background: rgba(32, 99, 89, .06); border-left-color: var(--color-gold); }

/* Burger + Mobile-Menü (Checkbox-Hack: funktioniert ohne JS) */
.nav-open-box { position: absolute; opacity: 0; width: 44px; height: 44px; }
.burger {
    display: flex; align-items: center; justify-content: center;
    width: 44px; height: 44px; background: rgba(32, 99, 89, .08);
    border-radius: 10px; cursor: pointer;
}
.nav-open-box:focus-visible ~ .wrap .burger { outline: 3px solid var(--color-gold); outline-offset: 2px; }
.burger-icon, .burger-icon::before, .burger-icon::after {
    display: block; width: 20px; height: 2.4px; background: var(--color-green-deep);
    border-radius: 2px; position: relative; transition: transform .25s ease, opacity .2s ease;
    content: '';
}
.burger-icon::before { position: absolute; top: -6px; }
.burger-icon::after { position: absolute; top: 6px; }
.nav-open-box:checked ~ .wrap .burger-icon { transform: rotate(45deg); }
.nav-open-box:checked ~ .wrap .burger-icon::before { transform: rotate(-90deg) translateX(-6px); }
.nav-open-box:checked ~ .wrap .burger-icon::after { opacity: 0; }

.nav-mobile {
    display: none; border-top: 1px solid var(--color-line);
    max-height: calc(100vh - 110px); overflow-y: auto; background: var(--color-bg);
    padding: 8px var(--wrap-pad) 20px;
}
.nav-open-box:checked ~ .nav-mobile { display: block; }
.m-list { list-style: none; }
.m-list > li > a, .m-group > summary {
    display: block; padding: 14px 6px; font-weight: 600; font-size: 1rem;
    color: #2d352f; text-decoration: none; border-bottom: 1px solid rgba(32, 99, 89, .08);
    cursor: pointer; min-height: 44px;
}
.m-group > summary { list-style: none; position: relative; padding-right: 34px; }
.m-group > summary::-webkit-details-marker { display: none; }
.m-group > summary::after {
    content: ''; position: absolute; right: 12px; top: 50%;
    width: 9px; height: 9px; border-right: 2px solid var(--color-green);
    border-bottom: 2px solid var(--color-green);
    transform: translateY(-70%) rotate(45deg); transition: transform .2s ease;
}
.m-group[open] > summary::after { transform: translateY(-30%) rotate(225deg); }
.m-sublist { list-style: none; padding-left: 14px; }
.m-sublist a { display: block; padding: 12px 6px; font-size: .95rem; color: var(--color-text-muted); text-decoration: none; min-height: 44px; }
.m-sublist a:hover { color: var(--color-green); }
.m-overview a { font-weight: 700; color: var(--color-green); }
.m-group-2 > summary { font-size: .95rem; border-bottom: 0; color: var(--color-text-muted); }
.m-footer { display: flex; flex-direction: column; gap: 14px; margin-top: 16px; }
.m-footer .btn { text-align: center; }
.m-footer .lang-switch { align-self: flex-start; }
.m-lang-hint { font-size: .8125rem; color: var(--color-text-faint); padding-left: 8px; }

/* ---------- Brotkrumen ---------- */
.breadcrumbs { margin: var(--space-4) 0 var(--space-3); font-size: .845rem; }
.breadcrumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 4px; color: var(--color-text-faint); }
.breadcrumbs li + li::before { content: '›'; margin: 0 6px; color: var(--color-text-faint); }
.breadcrumbs a { color: var(--color-text-muted); text-decoration: none; }
.breadcrumbs a:hover { color: var(--color-green); }

/* ---------- Inhalt / Prose ---------- */
.content-wrap { padding-bottom: var(--space-7); }
.prose { max-width: 78ch; }
.prose h1 { margin: var(--space-4) 0 var(--space-4); }
.prose h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin: var(--space-6) 0 var(--space-3); }
.prose h3 { margin: var(--space-5) 0 var(--space-2); }
.prose p { margin-bottom: var(--space-3); color: var(--color-text-soft); }
.prose ul, .prose ol { margin: 0 0 var(--space-3) 1.4em; color: var(--color-text-soft); }
.prose li { margin-bottom: var(--space-1); }
.prose blockquote {
    border-left: 4px solid var(--color-gold); padding: var(--space-2) var(--space-4);
    background: var(--color-bg-sand); border-radius: 0 var(--radius-m) var(--radius-m) 0;
    margin-bottom: var(--space-3); font-style: italic;
}
.prose table { border-collapse: collapse; width: 100%; margin-bottom: var(--space-4); font-size: .95rem; }
.prose th, .prose td { border: 1px solid var(--color-line); padding: 10px 14px; text-align: left; }
.prose th { background: var(--color-bg-sand); font-family: var(--font-head); font-weight: 700; color: var(--color-green-deep); }
.prose tr:nth-child(even) td { background: rgba(241, 234, 220, .5); }
.prose img { border-radius: var(--radius-l); }
.prose hr { border: 0; border-top: 1px solid var(--color-line); margin: var(--space-5) 0; }
.page-hero-img img { border-radius: var(--radius-xl); width: 100%; object-fit: cover; }
.page-hero-img { margin-bottom: var(--space-5); }

/* ---------- Karten ---------- */
.child-cards { margin-top: var(--space-6); }
.child-cards-h { font-size: 1.3rem; margin-bottom: var(--space-4); }
.card-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.card {
    display: flex; flex-direction: column; gap: 8px;
    background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius-l);
    padding: 24px; text-decoration: none;
    transition: box-shadow .25s ease, transform .25s ease;
}
.card:hover { box-shadow: var(--shadow-card); transform: translateY(-4px); }
.card h3 { font-size: 1.15rem; color: var(--color-green-deep); }
.card p { font-size: .92rem; color: var(--color-text-muted); flex-grow: 1; }
.card-more { font-weight: 700; font-size: .875rem; color: var(--color-green); }
.card:hover .card-more { color: var(--color-gold-hover); }
.tour-card { background: var(--color-bg); }

/* ---------- Sektionen (Startseite) ---------- */
.sec { padding: var(--space-7) 0; }
.sec-plain { background: var(--color-bg); }
.sec-sand { background: var(--color-bg-sand); }
.sec-dark { background: var(--color-bg-dark); color: var(--color-dark-body); }
.sec-dark .h2big, .sec-dark h2, .sec-dark h3 { color: var(--color-cream-bright); }
.sec-dark .lead { color: var(--color-dark-body); }
.sec-green { background: var(--color-green); color: #e2ede8; }
.sec-green .h2big, .sec-green h2 { color: var(--color-cream-bright); }
.sec-green .lead { color: #e2ede8; }

.two-col { display: grid; grid-template-columns: 1fr; gap: var(--space-6); align-items: center; }
.two-col-narrowleft { align-items: start; }
.sec-head { display: flex; flex-direction: column; gap: 14px; margin-bottom: var(--space-5); }
.sec-head-note { max-width: 420px; font-size: 1rem; color: var(--color-text-muted); }
.sec-head-center { text-align: center; align-items: center; }
.sec-more { text-align: center; margin-top: var(--space-5); }

/* Hero */
.hero { position: relative; min-height: 420px; background: var(--color-bg-dark); overflow: hidden; display: flex; align-items: stretch; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide { opacity: 0; transition: opacity 1.1s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide picture, .hero-slide img.hero-img { width: 100%; height: 100%; }
.hero-slide img.hero-img { object-fit: cover; }
.hero-scrim {
    position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(90deg, rgba(15, 46, 41, .82) 0%, rgba(15, 46, 41, .5) 45%, rgba(15, 46, 41, .15) 100%);
}
.hero-inner {
    position: relative; z-index: 2; display: flex; flex-direction: column;
    justify-content: center; min-height: 420px; width: 100%;
}
.hero-badge {
    display: inline-flex; align-items: center; gap: 9px; width: fit-content;
    background: rgba(243, 237, 224, .12); border: 1px solid rgba(243, 237, 224, .2);
    padding: 7px 15px; border-radius: 100px; font-size: .8125rem; font-weight: 600;
    color: #e7efe9; margin-bottom: 18px;
}
.hero-headline {
    font-weight: 900; font-size: clamp(1.9rem, 5.5vw, 3.25rem); line-height: 1.02;
    letter-spacing: -.03em; color: var(--color-cream-bright); max-width: 760px;
    text-shadow: 0 2px 24px rgba(0, 0, 0, .3);
}
.hero-headline .accent { color: var(--color-gold); }
.hero-dots {
    position: absolute; bottom: 18px; left: 0; right: 0; z-index: 3;
    display: flex; gap: 8px; justify-content: center;
}
.hero-dots button {
    width: 9px; height: 9px; border-radius: 100px; border: 0; padding: 0;
    background: rgba(243, 237, 224, .5); cursor: pointer; transition: all .3s ease;
}
.hero-dots button.is-active { width: 26px; background: var(--color-gold); }

/* Welcome / Stats / Collage */
.stat-row { display: flex; gap: 28px; flex-wrap: wrap; }
.stat-row dt { font-family: var(--font-head); font-weight: 800; font-size: 1.9rem; color: var(--color-green); }
.stat-row dt .accent { color: var(--color-gold); }
.stat-row dd { font-size: .8125rem; color: var(--color-text-faint); }
.sec-dark .stat-row dt { color: var(--color-gold); }
.sec-dark .stat-row dd { color: var(--color-dark-muted); }
.welcome-collage {
    display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: 160px; gap: 14px;
}
.collage-cell { border-radius: 18px; overflow: hidden; border: 1px solid var(--color-line); }
.collage-cell picture, .collage-cell img { width: 100%; height: 100%; object-fit: cover; }
.collage-tall { grid-row: span 2; }

/* Zitat-Streifen */
.quote-strip { background: var(--color-green); color: #dcebe5; padding: var(--space-5) 0; }
.quote-strip blockquote { display: flex; flex-direction: column; gap: 10px; align-items: center; text-align: center; }
.quote-strip p { font-family: var(--font-head); font-weight: 700; font-size: clamp(1.4rem, 3.2vw, 2rem); line-height: 1.3; max-width: 820px; color: var(--color-cream-bright); }
.quote-strip footer { font-size: .875rem; color: #a9cabf; }

.idea-text p { font-size: 1.06rem; }

/* Banner dunkel (Rundreisen-CTA) */
.banner-dark {
    margin-top: var(--space-4); background: var(--color-green-deep); color: #f3ede0;
    border-radius: var(--radius-xl); padding: 34px 30px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
.banner-dark h3 { color: var(--color-cream-bright); font-size: 1.4rem; margin-bottom: 6px; }
.banner-dark p { color: #bcd0c9; max-width: 560px; font-size: .98rem; }

/* Galerie */
.gallery-grid {
    list-style: none; display: grid; gap: clamp(8px, 2vw, 18px);
    grid-template-columns: repeat(2, 1fr); margin-top: var(--space-5);
}
.gallery-grid li { border-radius: 14px; overflow: hidden; }
.gallery-link { display: block; }
.gallery-link img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; transition: transform .35s ease; }
.gallery-link:hover img { transform: scale(1.04); }
.gallery-grid-teaser { grid-template-columns: repeat(2, 1fr); }

/* Teaser-Sektionen */
.teaser-media picture, .teaser-media img { border-radius: var(--radius-xl); width: 100%; object-fit: cover; }
.two-col-flip .teaser-media { order: -1; }

/* Kontakt-Karten */
.contact-cards { display: flex; flex-direction: column; gap: 14px; }
.contact-card {
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    background: rgba(243, 237, 224, .08); border: 1px solid rgba(243, 237, 224, .16);
    border-radius: 16px; padding: 20px 22px; text-decoration: none; color: inherit;
    transition: background .2s ease;
}
.contact-card:hover { background: rgba(243, 237, 224, .14); color: inherit; }
.contact-label { display: block; font-size: .78rem; color: #bcd9cd; letter-spacing: .08em; text-transform: uppercase; font-weight: 600; margin-bottom: 4px; }
.contact-card strong { font-family: var(--font-head); font-weight: 700; font-size: 1.15rem; color: var(--color-cream-bright); overflow-wrap: anywhere; }
.contact-card .arrow { font-size: 1.3rem; color: var(--color-gold); }

/* ---------- Tour-Seiten ---------- */
.tour-facts {
    background: var(--color-bg-sand); border: 1px solid var(--color-line);
    border-radius: var(--radius-l); padding: 20px 24px; margin: var(--space-4) 0;
}
.tour-facts dl { display: flex; gap: 28px 40px; flex-wrap: wrap; }
.tour-facts dt { font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--color-text-faint); font-weight: 700; }
.tour-facts dd { font-weight: 700; color: var(--color-green-deep); }
.tour-cta { margin-top: var(--space-5); }

/* ---------- Formulare ---------- */
.site-form { max-width: 620px; margin-top: var(--space-5); }
.form-row { margin-bottom: var(--space-4); display: flex; flex-direction: column; gap: 6px; }
.form-row label { font-weight: 600; font-size: .95rem; color: var(--color-green-deep); }
.req { color: var(--color-terracotta); }
.form-row input, .form-row select, .form-row textarea {
    font: inherit; padding: 12px 14px; border: 1.5px solid rgba(32, 99, 89, .25);
    border-radius: var(--radius-s); background: #fff; color: var(--color-text);
    min-height: 44px; width: 100%;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
    outline: 3px solid rgba(207, 155, 63, .55); outline-offset: 1px; border-color: var(--color-green);
}
.form-row.has-error input, .form-row.has-error select, .form-row.has-error textarea { border-color: var(--color-error); }
.form-consent { flex-direction: row; align-items: flex-start; gap: 12px; }
.form-consent input { width: 22px; height: 22px; min-height: 22px; flex-shrink: 0; margin-top: 3px; accent-color: var(--color-green); }
.form-consent label { font-weight: 400; font-size: .9rem; color: var(--color-text-soft); }
.captcha-line { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.captcha-img { border-radius: var(--radius-s); border: 1px solid var(--color-line); width: 180px; height: 66px; }
.captcha-input { max-width: 160px; text-transform: uppercase; letter-spacing: .2em; font-weight: 700; }
.hp-field { position: absolute !important; left: -9999px !important; top: -9999px !important; }
.form-errors {
    background: #f7e8e4; border: 1px solid rgba(163, 58, 42, .3); color: var(--color-error);
    border-radius: var(--radius-m); padding: 16px 20px; margin-bottom: var(--space-4);
}
.form-errors ul { margin: 8px 0 0 1.2em; }
.form-success {
    background: var(--color-success-bg); border: 1px solid rgba(32, 99, 89, .3);
    color: var(--color-green-deep); border-radius: var(--radius-m); padding: 20px 24px;
    margin-top: var(--space-5); font-weight: 600; max-width: 620px;
}

/* ---------- Gästebuch ---------- */
.guestbook-form-box {
    margin-top: var(--space-5); border: 1px solid var(--color-line);
    border-radius: var(--radius-l); background: #fff; padding: 0 22px;
}
.guestbook-form-box > summary {
    padding: 18px 4px; font-weight: 700; color: var(--color-green); cursor: pointer;
    font-size: 1.05rem; min-height: 44px;
}
.guestbook-form-box[open] > summary { border-bottom: 1px solid var(--color-line); }
.guestbook-form-box .site-form { margin: var(--space-4) 0; }
.guestbook-entries { margin-top: var(--space-6); display: flex; flex-direction: column; gap: 18px; max-width: 720px; }
.guestbook-entry { background: #fff; border: 1px solid var(--color-line); border-radius: var(--radius-l); padding: 22px 26px; }
.guestbook-entry header { display: flex; gap: 12px; flex-wrap: wrap; align-items: baseline; margin-bottom: 8px; }
.guestbook-entry strong { color: var(--color-green-deep); font-family: var(--font-head); }
.gb-loc { color: var(--color-text-faint); font-size: .875rem; }
.guestbook-entry time { color: var(--color-text-faint); font-size: .8125rem; margin-left: auto; }
.guestbook-entry p { color: var(--color-text-soft); }
.guestbook-empty { color: var(--color-text-faint); margin-top: var(--space-5); }

/* ---------- Lightbox ---------- */
.lightbox {
    position: fixed; inset: 0; z-index: 90; background: rgba(15, 46, 41, .94);
    display: flex; align-items: center; justify-content: center; padding: 24px;
}
.lightbox[hidden] { display: none; }
.lightbox img { max-width: min(92vw, 1400px); max-height: 86vh; width: auto; height: auto; border-radius: var(--radius-m); }
.lightbox-caption { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; color: var(--color-dark-body); font-size: .9rem; padding: 0 60px; }
.lightbox button {
    position: absolute; background: rgba(243, 237, 224, .12); color: var(--color-cream-bright);
    border: 1px solid rgba(243, 237, 224, .25); border-radius: 12px; cursor: pointer;
    width: 48px; height: 48px; font-size: 1.4rem; line-height: 1;
    display: flex; align-items: center; justify-content: center;
}
.lightbox button:hover { background: rgba(243, 237, 224, .25); }
.lightbox .lb-close { top: 18px; right: 18px; }
.lightbox .lb-prev { left: 12px; top: 50%; transform: translateY(-50%); }
.lightbox .lb-next { right: 12px; top: 50%; transform: translateY(-50%); }

/* ---------- Footer ---------- */
.site-footer { background: var(--color-bg-dark); color: var(--color-dark-muted); padding: var(--space-7) 0 var(--space-4); }
.footer-grid {
    display: grid; grid-template-columns: 1fr; gap: 36px;
    padding-bottom: var(--space-6); border-bottom: 1px solid var(--color-line-dark);
}
.footer-brand p { font-size: .875rem; line-height: 1.65; max-width: 280px; margin-top: 14px; }
.footer-col h2 { font-family: var(--font-head); font-weight: 700; font-size: .875rem; color: #dce8e2; margin-bottom: 14px; }
.footer-partner-h { margin-top: var(--space-4); }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; font-size: .875rem; }
.footer-col a { color: var(--color-dark-muted); text-decoration: none; }
.footer-col a:hover { color: var(--color-gold); }
.footer-bottom {
    padding-top: 22px; display: flex; align-items: center; justify-content: space-between;
    gap: 16px; flex-wrap: wrap; font-size: .8125rem;
}

/* ---------- Breakpoints ---------- */
@media (min-width: 620px) {
    .topbar-contact { display: inline; }
    .card-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
    .gallery-grid-teaser { grid-template-columns: repeat(4, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-cards { max-width: 480px; }
}

@media (min-width: 980px) {
    .two-col { grid-template-columns: 1fr 1fr; }
    .two-col-narrowleft { grid-template-columns: .85fr 1.15fr; }
    .two-col-flip .teaser-media { order: 0; }
    .sec-head { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 24px; }
    .sec-head-center { flex-direction: column; align-items: center; }
    .card-grid-3 { grid-template-columns: repeat(3, 1fr); }
    .gallery-grid { grid-template-columns: repeat(4, 1fr); }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; }
    .header-cta { display: inline-block; padding: 11px 20px; font-size: .875rem; }
    .hero, .hero-inner { min-height: 480px; }
}

@media (min-width: 1120px) {
    .nav-desktop { display: block; }
    .burger, .nav-mobile { display: none !important; }
    .nav-open-box { display: none; }
}

/* ---------- Druck ---------- */
@media print {
    .site-header, .site-footer, .hero-dots, .breadcrumbs, .btn { display: none !important; }
}
