/* ============================================================
   ETAGE3 coworkingspace – öffentliche Website
   Nachbau des Elementor-Designs von etage3-boh.de.
   Design-Tokens entsprechen dem Elementor-Kit (Navy / Lime / Cyan)
   und den Variablen in et3n/wwwroot/app.css.
   ============================================================ */

@font-face {
    font-family: "ETAGE3-Font";
    src: url("/fonts/ETAGE3-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "ETAGE3-Font";
    src: url("/fonts/ETAGE3-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --navy: #003063;
    --navy-700: #001b39;
    --navy-deep: #020B1D;
    --lime: #A2C617;
    --lime-600: #8caf12;
    --cyan: #1C87B4;
    --text: #1F2527;
    --muted: #5B6468;
    --border: #D5D5D5;
    --surface: #F7F7F7;
    --white: #ffffff;

    --font: "ETAGE3-Font", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;
    --container: 1140px;
    --gutter: 30px;
    --radius-btn: 2px;
    --header-h: 110px;

    /* Typo-Skala (Desktop-Werte aus dem Elementor-Kit; skaliert per clamp) */
    --fs-hero-xl: clamp(2.6rem, 1.2rem + 4.4vw, 4.6rem);
    --fs-hero: clamp(2.2rem, 1.1rem + 3.2vw, 3.4rem);
    --fs-xl: clamp(2.2rem, 1rem + 3.6vw, 3.8rem);
    --fs-lg: clamp(2rem, 1rem + 2.8vw, 3rem);
    --fs-md: clamp(1.7rem, 1.1rem + 1.8vw, 2.4rem);
    --fs-block: clamp(1.5rem, 1rem + 1.4vw, 2rem);
    --fs-body: 1.0625rem;

    --section-y: clamp(3.5rem, 2rem + 4vw, 6rem);
    --shadow-card: 0 10px 30px -12px rgba(2, 11, 29, .35);
}

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

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 2rem; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
    margin: 0;
    font-family: var(--font);
    font-size: var(--fs-body);
    line-height: 1.6;
    color: var(--text);
    background: var(--white);
    overflow-x: hidden;
}
body.menu-open, body.lightbox-open { overflow: hidden; }

img, svg { max-width: 100%; height: auto; display: block; }
[hidden] { display: none !important; } /* wins over display: grid/flex on the same element (lightbox, nav) */
a { color: var(--navy); text-decoration: none; }
a:hover { color: var(--lime); }
p { margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font);
    font-weight: 700;
    line-height: 1.12;
    color: var(--navy);
    margin: 0 0 .55em;
    text-wrap: balance;
    overflow-wrap: anywhere;
}
.us { color: var(--lime); }

.container { max-width: var(--container); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.narrow { max-width: 900px; }
.narrow-text { max-width: 820px; margin-left: auto; margin-right: auto; }
.center { text-align: center; }
.justify { text-align: justify; hyphens: auto; }
.on-dark { color: var(--white); }
.on-dark a { color: var(--white); text-decoration: underline; text-underline-offset: .15em; }
.on-dark a:hover { color: var(--lime); }
.lead { font-weight: 700; margin-bottom: 1em; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: absolute; left: -999px; top: 0; z-index: 1000; background: var(--lime); color: var(--white); padding: .6rem 1rem; font-weight: 700; }
.skip-link:focus { left: 1rem; top: 1rem; }

:focus-visible { outline: 3px solid var(--lime); outline-offset: 2px; }

/* ---------- Überschriften-Varianten ---------- */
.h-section { margin-bottom: .6em; }
.h-section--xl { font-size: var(--fs-xl); }
.h-section--lg { font-size: var(--fs-lg); }
.h-section--md { font-size: var(--fs-md); }
.h-section.on-dark { color: var(--white); }

/* ---------- Fließtext aus dem Backend (Markdown → HTML) ---------- */
.rich > *:first-child { margin-top: 0; }
.rich p { margin: 0 0 1em; }
.rich p:last-child { margin-bottom: 0; }
.rich strong { font-weight: 700; }
.rich ul, .rich ol { margin: 0 0 1em; padding-left: 1.3em; }
.rich li + li { margin-top: .3em; }
.rich h1, .rich h2, .rich h3, .rich h4 { margin-top: 1.6em; }
.rich h2 { font-size: 1.85rem; }
.rich h3 { font-size: 1.35rem; }
.rich h4 { font-size: 1.1rem; }
.rich a { text-decoration: underline; text-underline-offset: .15em; }
.rich blockquote { margin: 1em 0; padding-left: 1em; border-left: 3px solid var(--lime); color: var(--muted); }
.rich table { border-collapse: collapse; width: 100%; margin: 1em 0; }
.rich th, .rich td { border-bottom: 1px solid var(--border); padding: .5em .6em; text-align: left; vertical-align: top; }
.rich code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .92em; background: rgba(0, 48, 99, .06); padding: .1em .3em; border-radius: 3px; }
.rich hr { border: 0; border-top: 1px solid var(--border); margin: 2em 0; }

/* ---------- Buttons ---------- */
.btn {
    display: inline-block;
    font-family: var(--font);
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 1.05rem 2.4rem;
    border: 0;
    border-radius: var(--radius-btn);
    background: var(--navy);
    color: var(--white);
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, transform .1s ease;
}
.btn:hover, .btn:focus-visible { background: var(--lime); color: var(--white); }
.btn:active { transform: translateY(1px); }
.btn--lime { background: var(--lime); }
.btn--lime:hover, .btn--lime:focus-visible { background: var(--navy); color: var(--white); }

/* ---------- Sektionen ---------- */
.section { padding: var(--section-y) var(--gutter); }
.section--plain { padding-top: calc(var(--header-h) + 2rem); }
.section--navy {
    background-color: var(--navy);
    color: var(--white);
}
.section--navy h1, .section--navy h2, .section--navy h3, .section--navy h4 { color: var(--white); }
.section--photo {
    background-image: linear-gradient(180deg, rgba(0, 48, 99, .88) 0%, rgba(0, 41, 86, .9) 45%, rgba(2, 11, 29, .94) 100%), var(--section-bg, none);
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}
.section--gradient {
    background-image: linear-gradient(180deg, #003a75 0%, #003063 45%, #001b39 100%);
}

/* ---------- Header ---------- */
.site-header {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 60;
    height: var(--header-h);
    color: var(--white);
}
.site-header--plain { position: static; background: var(--navy); }
.site-header__inner {
    max-width: calc(var(--container) + 160px);
    margin: 0 auto;
    height: 100%;
    padding: 0 clamp(1rem, 4vw, 3.5rem);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-logo img { width: clamp(150px, 16vw, 195px); height: auto; }
.menu-toggle {
    display: inline-flex; align-items: center; gap: .6rem;
    background: transparent; border: 0; padding: .5rem .25rem;
    color: var(--white); font: inherit; font-weight: 700; font-size: 1.05rem;
    cursor: pointer;
}
.menu-toggle:hover .menu-toggle__label { color: var(--lime); }
.menu-toggle__icon { display: inline-flex; flex-direction: column; gap: 4px; width: 22px; }
.menu-toggle__icon span { display: block; height: 2px; background: currentColor; border-radius: 1px; }

/* ---------- Off-Canvas-Navigation ---------- */
.site-nav { position: fixed; inset: 0; z-index: 100; }
.site-nav__backdrop { position: absolute; inset: 0; background: rgba(2, 11, 29, .62); opacity: 0; transition: opacity .25s ease; }
.site-nav__panel {
    position: absolute; top: 0; right: 0; bottom: 0;
    width: min(400px, 92vw);
    background: var(--navy);
    color: var(--white);
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform .25s ease;
    display: flex; flex-direction: column;
    box-shadow: -10px 0 40px rgba(0, 0, 0, .35);
}
.site-nav.is-open .site-nav__backdrop { opacity: 1; }
.site-nav.is-open .site-nav__panel { transform: none; }
@media (prefers-reduced-motion: reduce) { .site-nav__panel, .site-nav__backdrop { transition: none; } }
.site-nav__head { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid rgba(255, 255, 255, .15); }
.site-nav__brand { font-weight: 700; font-size: 1.4rem; letter-spacing: .04em; }
.site-nav__close { background: transparent; border: 0; color: var(--white); cursor: pointer; padding: .4rem; display: grid; place-items: center; }
.site-nav__close:hover { color: var(--lime); }
.site-nav__list, .site-nav__sub { list-style: none; margin: 0; padding: 0; }
.site-nav__list { padding: 1rem 0; flex: 1; }
.site-nav__list > li { border-bottom: 1px solid rgba(255, 255, 255, .1); }
.site-nav__link, .site-nav__group-label {
    display: block; padding: .9rem 1.5rem;
    color: var(--white); font-weight: 700; font-size: 1.1rem;
}
a.site-nav__link:hover, a.site-nav__group-label:hover { color: var(--lime); }
.site-nav__sub { padding: 0 0 .6rem; }
.site-nav__sub a { display: block; padding: .45rem 1.5rem .45rem 2.6rem; color: rgba(255, 255, 255, .88); font-size: 1rem; }
.site-nav__sub a:hover { color: var(--lime); }
.site-nav__foot { padding: 1.25rem 1.5rem 2rem; display: grid; gap: .35rem; border-top: 1px solid rgba(255, 255, 255, .15); font-size: .95rem; }
.site-nav__foot a { color: var(--white); }
.site-nav__foot a:hover { color: var(--lime); }

/* ---------- Kontakt-Leiste links ---------- */
.contact-rail { position: fixed; left: 0; top: 40%; z-index: 50; display: flex; flex-direction: column; gap: 6px; }
.contact-rail__btn {
    width: 60px; height: 66px;
    display: grid; place-items: center;
    background: var(--lime); color: var(--white);
    border-radius: 0 6px 6px 0;
    box-shadow: 0 6px 16px rgba(2, 11, 29, .25);
    transition: background-color .2s ease, transform .2s ease;
}
.contact-rail__btn:hover { background: var(--navy); color: var(--white); transform: translateX(4px); }

/* ---------- Sprachumschalter ---------- */
.lang-switch { position: fixed; right: clamp(1rem, 4vw, 4rem); bottom: 0; z-index: 50; font-size: .95rem; }
.lang-switch summary {
    list-style: none; cursor: pointer;
    display: inline-flex; align-items: center; gap: .5rem;
    background: #2b2b2b; color: var(--white);
    padding: .6rem 1.1rem; border-radius: 6px 6px 0 0;
    box-shadow: 0 -4px 14px rgba(0, 0, 0, .2);
}
.lang-switch summary::-webkit-details-marker { display: none; }
.lang-switch__list { list-style: none; margin: 0; padding: .4rem 0; position: absolute; bottom: 100%; right: 0; min-width: 100%; background: #2b2b2b; border-radius: 6px 6px 0 0; }
.lang-switch__list a { display: block; padding: .5rem 1.1rem; color: var(--white); white-space: nowrap; }
.lang-switch__list a:hover { color: var(--lime); }

/* ---------- Hero (Startseite, Slider) ---------- */
.hero { position: relative; color: var(--white); }
.hero--home { min-height: min(640px, 78vh); background: var(--navy); }
.hero--home .slide {
    position: absolute; inset: 0;
    display: flex; align-items: center;
    opacity: 0; visibility: hidden;
    transition: opacity .7s ease, visibility .7s;
    background-image: linear-gradient(90deg, rgba(0, 48, 99, .92) 0%, rgba(0, 48, 99, .78) 55%, rgba(0, 48, 99, .55) 100%), var(--section-bg, none);
    background-size: cover; background-position: center;
}
.hero--home .slide.is-active { position: relative; opacity: 1; visibility: visible; }
.slide__inner { width: 100%; padding-top: calc(var(--header-h) + 1.5rem); padding-bottom: 6.5rem; }
.hero__eyebrow { color: var(--lime); font-weight: 700; font-size: 1.25rem; margin: 0 0 .35rem; }
.hero__title { color: var(--white); font-size: var(--fs-hero); line-height: 1.08; margin: 0 0 .4em; }
.hero__title--xl { font-size: var(--fs-hero-xl); max-width: 12ch; line-height: 1.02; margin-bottom: .2em; }
.hero__bar { display: block; width: 200px; height: 5px; background: var(--lime); margin: 1.4rem 0 1.5rem; }
.hero__text { max-width: 680px; font-size: 1.15rem; }
.hero__text strong { font-weight: 700; }
.hero__social { position: absolute; left: 0; right: 0; bottom: 2.4rem; display: flex; justify-content: flex-end; pointer-events: none; }
.hero__social .social { pointer-events: auto; }
.social { display: inline-flex; align-items: center; gap: .75rem; }
.social__label { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--white); margin-right: .5rem; }
.social__btn { width: 38px; height: 38px; border-radius: 50%; background: var(--lime); color: var(--white); display: grid; place-items: center; transition: background-color .2s ease; }
.social__btn:hover { background: var(--white); color: var(--navy); }
.slider-dots { position: absolute; left: 50%; bottom: 1.2rem; transform: translateX(-50%); display: flex; gap: .5rem; }
.slider-dot { width: 10px; height: 10px; border-radius: 50%; border: 0; background: rgba(255, 255, 255, .5); cursor: pointer; padding: 0; }
.slider-dot.is-active { background: var(--lime); }

/* ---------- Hero (Unterseiten) ---------- */
.hero-text { max-width: 900px; margin: 0 auto; }
.hero--simple { padding-top: calc(var(--header-h) + 3rem); padding-bottom: 5rem; }
.hero--simple .hero-text { max-width: 980px; }
.hero--compact { padding-top: calc(var(--header-h) + 4.5rem); padding-bottom: 4.5rem; }
.hero__subline { font-weight: 700; font-size: 1.4rem; line-height: 1.3; margin: 0 0 1.25rem; }
.hero__intro { font-size: 1.05rem; margin-bottom: 1.75rem; }
.hero__price { font-size: 1.8rem; font-weight: 700; margin: 0 0 .5rem; }
.hero__note { font-size: .9rem; line-height: 1.4; }

/* Raum-/Angebotsseite: Hero + zwei Blöcke in einer dunklen Sektion */
.showcase-hero { padding-top: calc(var(--header-h) + 2.5rem); padding-bottom: var(--section-y); }
.blocks { display: grid; gap: clamp(3rem, 6vw, 6rem); margin-top: clamp(3rem, 6vw, 5rem); }
.block { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.block__media { max-width: 520px; }
.block--img-left .block__media { justify-self: start; }
.block--img-right .block__media { order: 2; justify-self: end; }
.block--img-right .block__body { order: 1; }
.block__title { color: var(--white); font-size: var(--fs-block); margin-bottom: .5em; }
.familiar .block__title { font-size: var(--fs-md); }
.block__body .rich { font-size: 1.02rem; }
.block__cta { margin-top: 1.5rem; }

/* ---------- Lime-Band (Startseite) ---------- */
.band { background: var(--lime); color: var(--white); min-height: 150px; display: flex; align-items: center; }
.band__grid { width: 100%; display: grid; grid-template-columns: auto auto; justify-content: start; gap: 2.5rem; align-items: center; padding-top: 1.5rem; padding-bottom: 1.5rem; } /* width: 100% – as a flex item the grid would otherwise shrink to its content */
.band__title { font-size: 2rem; font-weight: 700; line-height: 1.05; margin: 0; }
.band__address { margin: 0; padding-left: 2.5rem; border-left: 2px solid rgba(255, 255, 255, .8); line-height: 1.3; font-size: 1.05rem; }
.band__address a { color: var(--white); }

/* ---------- Intro (Startseite) ---------- */
.intro { padding-top: 4rem; padding-bottom: 0; }
.intro__grid { display: grid; grid-template-columns: minmax(0, 40%) minmax(0, 60%); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.intro__media img { width: 100%; max-width: 415px; box-shadow: var(--shadow-card); }
.intro__body { padding: 0 0 3rem; }
.intro__body .btn { margin-top: 1.25rem; }

/* ---------- Der ideale Ort (Startseite) ---------- */
.ideal { padding-top: clamp(4rem, 8vw, 9rem); }
.ideal__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 5rem); margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.us-list { list-style: none; margin: 0; padding: 0; }
.us-list li { position: relative; padding-left: 1.1em; font-weight: 700; margin-bottom: .75em; }
.us-list li::before { content: "_"; position: absolute; left: 0; top: -.15em; color: var(--lime); font-weight: 700; }

/* ---------- Galerie ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 2rem; }
.gallery-grid__item { display: block; position: relative; overflow: hidden; background: rgba(255, 255, 255, .06); }
.gallery-grid__item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.gallery-grid__item:hover img { transform: scale(1.03); }
.gallery-grid--framed .gallery-grid__item { border: 1px solid #e3e3e3; box-shadow: 0 1px 4px rgba(2, 11, 29, .06); background: var(--white); }
.gallery-grid--cols-1 { grid-template-columns: minmax(0, 1fr); max-width: 760px; margin-left: auto; margin-right: auto; }
.gallery-grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gallery-grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery-section { padding-bottom: calc(var(--section-y) + 2rem); }
.gallery-section__outro { margin-top: 1.5rem; font-weight: 700; }

/* ---------- Kommt Dir das bekannt vor (Startseite) ---------- */
.familiar__text { max-width: 900px; margin: 0 auto; font-size: 1.05rem; }
.familiar__text strong { font-weight: 700; }
.familiar__visit { max-width: 900px; margin: clamp(3rem, 6vw, 5rem) auto 0; }

/* ---------- Vorzüge ---------- */
.advantages__grid { display: grid; grid-template-columns: minmax(280px, 360px) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.advantages__body .btn { margin-top: 1.5rem; }
.iconbox-panel {
    border: 1px solid var(--border);
    padding: clamp(1.5rem, 4vw, 3.5rem) clamp(1.5rem, 4vw, 4rem);
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2.25rem 2.5rem;
    background: var(--white);
}
.iconbox { display: flex; align-items: center; gap: 1.25rem; }
.iconbox__icon { flex: none; width: 70px; height: 70px; border: 1px solid var(--lime); border-radius: 50%; display: grid; place-items: center; }
.iconbox__icon img { width: 34px; height: 34px; }
.iconbox__title { color: var(--navy); font-weight: 700; font-size: 1.1rem; line-height: 1.3; }

/* ---------- 360°-Rundgang ---------- */
.tour__frame { max-width: 853px; margin: 2.5rem auto 0; }

/* ---------- Einbettungen mit Einwilligung ---------- */
.embed { position: relative; width: 100%; aspect-ratio: var(--embed-ratio, 16 / 9); background: rgba(2, 11, 29, .35); border: 1px solid rgba(255, 255, 255, .25); overflow: hidden; }
.embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.embed__placeholder { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; gap: .75rem; padding: 1.5rem; }
.embed__title { font-weight: 700; font-size: 1.15rem; margin: 0; }
.embed__text { max-width: 46ch; margin: 0 0 .5rem; font-size: .95rem; }
.embed__privacy { font-size: .85rem; text-decoration: underline; }
.section:not(.section--navy) .embed { background: var(--surface); border-color: var(--border); }
.section:not(.section--navy) .embed__placeholder { color: var(--text); }
.section:not(.section--navy) .embed__privacy { color: var(--navy); }
.section--navy .embed__placeholder { color: var(--white); }
.section--navy .embed__privacy { color: var(--white); }

/* ---------- Zahlen ---------- */
.numbers__grid { display: grid; grid-template-columns: minmax(240px, 340px) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.numbers__title { text-align: right; margin: 0; }
.numbers__panel { border: 1px solid var(--border); padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 2rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; text-align: center; }
.counter__label { color: var(--navy); font-weight: 700; font-size: 1.25rem; margin: 0 0 .25rem; }
.counter__value { color: var(--lime); font-size: clamp(3rem, 2rem + 3.5vw, 5rem); font-weight: 700; line-height: 1; margin: 0; font-variant-numeric: tabular-nums; }
.counter__text { color: var(--navy); font-size: clamp(2.6rem, 1.6rem + 3.2vw, 4.4rem); font-weight: 700; line-height: 1; margin: 0; }

/* ---------- Team / Personen ---------- */
.team__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; margin-top: 3rem; }
.person { text-align: center; }
.person img { width: 100%; aspect-ratio: 550 / 467; object-fit: cover; }
.person__name { color: var(--white); font-weight: 700; font-size: 1.6rem; line-height: 1.1; margin: 1rem 0 .1rem; }
.person__role { color: var(--white); margin: 0; }
.person__name--inline { text-align: left; margin-top: 1.5rem; }
.person__role--inline { text-align: left; }

/* ---------- Kontakt-Sektion ---------- */
.contact__grid { display: grid; grid-template-columns: minmax(0, 350px) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.contact__media img { width: 100%; aspect-ratio: 550 / 467; object-fit: cover; }
.contact__body .rich { font-size: 1.05rem; }

/* ---------- FAQ ---------- */
.faq { background: var(--surface); }
.faq__list { margin-top: 2rem; }
.faq__item + .faq__item { margin-top: 2.25rem; }
.faq__q { font-size: 1.2rem; color: var(--navy); margin: 0 0 .6rem; }

/* ---------- CTA-Band ---------- */
.cta-band { background: var(--lime); color: var(--white); padding: 2.75rem 0; text-align: center; }
.cta-band__text { margin: 0; font-weight: 700; font-size: clamp(1.4rem, 1rem + 1.4vw, 1.9rem); line-height: 1.15; display: grid; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: var(--white); }
.site-footer__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr); gap: 2rem; padding-top: 3rem; padding-bottom: 3rem; align-items: center; font-size: 1.05rem; line-height: 1.5; }
.site-footer__logo img { width: 190px; }
.site-footer__address { font-style: normal; }
.site-footer__contact { display: grid; gap: .1rem; }
.site-footer a { color: var(--white); }
.site-footer a:hover { color: var(--lime); }
.site-footer__bar { background: var(--navy-deep); font-size: .9rem; color: rgba(255, 255, 255, .85); }
.site-footer__bar-inner { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; padding-top: .9rem; padding-bottom: .9rem; }
.site-footer__links { list-style: none; margin: 0; padding: 0; display: flex; gap: .75rem; }
.site-footer__links li + li::before { content: "|"; margin-right: .75rem; color: rgba(255, 255, 255, .5); }

/* ---------- Rückzugsräume ---------- */
.retreats-hero { padding-bottom: calc(var(--section-y) + 1rem); }
.retreat--in-hero { margin-top: clamp(2.5rem, 5vw, 4rem); }
.retreat--light { background: var(--white); }
.retreat__text { max-width: 900px; margin-left: auto; margin-right: auto; }

/* ---------- Vergleichstabelle ---------- */
.comparison__lead { font-weight: 700; margin-bottom: 1.5rem; }
.comparison__teasers { max-width: 980px; margin: 0 auto clamp(2rem, 5vw, 3.5rem); }
.offer-teaser { text-align: center; }
.offer-teaser .h-section { margin-bottom: .3em; }
.offer-teaser__body { font-size: .95rem; }
.offer-teaser__body p:first-child { font-size: 1.15rem; }
.offer-teaser__price { font-size: 1.35rem; font-weight: 700; margin: .6rem 0 .2rem; }
.offer-teaser__note { font-size: .85rem; line-height: 1.4; margin-bottom: .6rem; }
.btn--block { display: block; text-align: center; }
.table-wrap { overflow-x: auto; margin-top: 1rem; }
.compare { width: 100%; border-collapse: separate; border-spacing: 0 4px; font-size: .98rem; }
.compare th, .compare td { padding: .8rem 1rem; text-align: center; vertical-align: middle; }
.compare thead th { background: var(--navy); color: var(--white); font-weight: 700; font-size: 1rem; text-align: center; }
.compare thead th:first-child { text-align: left; border-radius: 3px 0 0 3px; }
.compare thead th:last-child { border-radius: 0 3px 3px 0; }
.compare tbody th { text-align: left; font-weight: 400; background: var(--surface); border-radius: 3px 0 0 3px; }
.compare tbody td { background: var(--surface); width: 18%; }
.compare tbody td:last-child { border-radius: 0 3px 3px 0; }
.mark { display: inline-grid; place-items: center; width: 30px; height: 30px; border: 1.5px solid #6b7378; border-radius: 50%; color: #4a5256; background: var(--white); }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 4rem); }

/* ---------- Wegfinder ---------- */
.wayfinder-hero { padding-bottom: calc(var(--section-y) + 1rem); }
.wayfinder__photos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 1.5rem; }
.wayfinder__photos img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; }
.wayfinder__directions { margin-top: clamp(2rem, 4vw, 3rem); }
.map .embed { margin-top: 1rem; }

/* ---------- Rechtstexte ---------- */
.legal__text { font-size: 1rem; }
.legal__text h1 { font-size: 2rem; }

/* ---------- Lightbox ---------- */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(2, 11, 29, .92); display: grid; place-items: center; padding: 2rem; }
.lightbox__figure { margin: 0; max-width: min(1400px, 92vw); text-align: center; }
.lightbox__figure img { max-width: 92vw; max-height: 84vh; width: auto; height: auto; margin: 0 auto; box-shadow: 0 20px 60px rgba(0, 0, 0, .5); }
.lightbox__figure figcaption { color: rgba(255, 255, 255, .8); margin-top: .75rem; font-size: .95rem; }
.lightbox__close, .lightbox__nav { position: absolute; background: transparent; border: 0; color: var(--white); cursor: pointer; font-size: 2.6rem; line-height: 1; padding: .5rem .9rem; }
.lightbox__close { top: 1rem; right: 1.25rem; }
.lightbox__nav { top: 50%; transform: translateY(-50%); font-size: 4rem; }
.lightbox__nav--prev { left: .5rem; }
.lightbox__nav--next { right: .5rem; }
.lightbox__close:hover, .lightbox__nav:hover { color: var(--lime); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
    :root { --header-h: 96px; }
    .advantages__grid, .numbers__grid, .contact__grid, .wayfinder__grid { grid-template-columns: minmax(0, 1fr); }
    .numbers__title { text-align: left; }
    .block { gap: 2rem; }
    .intro__grid { grid-template-columns: minmax(0, 45%) minmax(0, 55%); }
    .site-footer__grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
    .site-footer__logo { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
    :root { --header-h: 84px; --gutter: 20px; }
    .hero--home { min-height: 0; }
    .slide__inner { padding-bottom: 6.5rem; }
    .hero__social { bottom: 1.5rem; justify-content: center; }
    .social__label { display: none; }
    .band__grid { grid-template-columns: minmax(0, 1fr); justify-content: stretch; text-align: center; gap: 1rem; }
    .band__address { padding-left: 0; border-left: 0; }
    .intro__grid, .ideal__grid, .block, .two-col, .team__grid, .site-footer__grid, .wayfinder__photos, .gallery-grid--cols-4 { grid-template-columns: minmax(0, 1fr); }
    .gallery-grid--cols-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .intro__media img { margin: 0 auto; }
    .intro__body { padding-top: 2rem; }
    .block--img-right .block__media, .block--img-right .block__body { order: initial; }
    .block__media { justify-self: center !important; }
    .iconbox-panel { grid-template-columns: minmax(0, 1fr); }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
    .numbers__panel { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
    .contact-rail { top: auto; bottom: 4.5rem; }
    .contact-rail__btn { width: 50px; height: 54px; }
    .site-footer__bar-inner { justify-content: center; text-align: center; }
    .lang-switch { right: 1rem; }
    .justify { text-align: left; }
    .hero__bar { width: 140px; }
}

@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: minmax(0, 1fr); }
    .wayfinder__photos { grid-template-columns: minmax(0, 1fr); }
    .btn { display: block; text-align: center; }
}

@media print {
    .site-header, .contact-rail, .lang-switch, .site-nav, .cta-band, .embed__placeholder { display: none !important; }
    .section--navy, .section--photo { background: none !important; color: #000; }
    .section--navy h1, .section--navy h2, .section--navy h3, .on-dark { color: #000 !important; }
}
