:root {
    --lwot-black: #111111;
    --lwot-charcoal: #292929;
    --lwot-gray: #666666;
    --lwot-soft: #f4f4f4;
    --lwot-line: #dedede;
    --lwot-white: #ffffff;
    --lwot-max: 1280px;
}

html { scroll-behavior: smooth; }
body.lwot-shell {
    margin: 0;
    color: var(--lwot-charcoal);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
.lwot-shell *, .lwot-shell *::before, .lwot-shell *::after { box-sizing: border-box; }
.lwot-shell img { max-width: 100%; }
.lwot-container { width: min(calc(100% - 40px), var(--lwot-max)); margin-inline: auto; }
.lwot-skip { position: fixed; left: 1rem; top: -80px; z-index: 9999; padding: .8rem 1rem; color: #fff; background: #111; text-decoration: none; }
.lwot-skip:focus { top: 1rem; }

/* Header – entspricht dem weißen, reduzierten Mockup-Rahmen */
.lwot-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(17,17,17,.12);
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(12px);
}
.lwot-header__inner { min-height: 86px; display: flex; align-items: center; gap: 2rem; }
.lwot-logo { display: inline-flex; width: 205px; flex: 0 0 auto; }
.lwot-logo img { width: 100%; height: auto; display: block; }
.lwot-nav { margin-left: auto; display: flex; align-items: stretch; gap: clamp(.75rem, 2.2vw, 2rem); }
.lwot-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 86px;
    color: #222;
    font-size: .94rem;
    font-weight: 650;
    text-decoration: none;
    white-space: nowrap;
}
.lwot-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 15px; height: 3px; transform: scaleX(0); background: #111; transition: transform .2s ease; }
.lwot-nav a:hover::after, .lwot-nav a.is-active::after { transform: scaleX(1); }
.lwot-menu { display: none; margin-left: auto; border: 0; background: transparent; padding: .5rem; cursor: pointer; }
.lwot-menu span:not(.lwot-menu__label) { display: block; width: 24px; height: 2px; margin: 5px 0; background: #111; }
.lwot-menu__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Existing module – deliberately not recreated here. */
.lwot-main { overflow: clip; }
.lwot-module-stage { width: 100%; }
.lwot-module-stage > :first-child { margin-top: 0 !important; }
.lwot-module-stage .lwpm { margin: 0; }
.lwot-module-stage .lwpm-wrap { width: min(calc(100% - 40px), var(--lwot-max)); }
.lwot-module-stage .lwpm-hero { min-height: min(690px, 78vh); }
.lwot-module-stage .lwpm h1,
.lwot-module-stage .lwpm h2,
.lwot-module-stage .lwpm h3 { font-family: inherit; }

.lwot-empty { padding: 7rem 0; background: #f4f4f4; }
.lwot-empty h1 { margin: .25rem 0 1rem; color: #111; font-size: clamp(2.5rem, 6vw, 5.5rem); line-height: .98; letter-spacing: -.055em; }
.lwot-empty p:last-child { max-width: 760px; font-size: 1.15rem; line-height: 1.7; }
.lwot-eyebrow { margin: 0 0 .65rem; color: #555; font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }

/* Über-uns-Abschluss */
.lwot-about { padding: clamp(4rem, 8vw, 7rem) 0; border-top: 1px solid #ddd; background: #f2f2f2; }
.lwot-about__grid { display: grid; grid-template-columns: 1.05fr 1.2fr .72fr; gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.lwot-about__brand img { width: min(210px, 70%); margin-bottom: 2rem; filter: grayscale(1); }
.lwot-about h2 { margin: .3rem 0; max-width: 620px; color: #111; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.02; letter-spacing: -.05em; }
.lwot-about__copy { color: #454545; font-size: clamp(1.03rem, 1.5vw, 1.2rem); line-height: 1.75; }
.lwot-about__actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.6rem; }
.lwot-btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: .75rem 1.05rem; border: 1px solid #111; border-radius: .42rem; font-size: .9rem; font-weight: 850; text-decoration: none; transition: .18s ease; }
.lwot-btn:hover { transform: translateY(-2px); }
.lwot-btn--dark { color: #fff; background: #111; }
.lwot-btn--outline { color: #111; background: transparent; }
.lwot-social-card { padding: 1.4rem; border: 1px solid #d5d5d5; border-radius: .75rem; background: #fff; }
.lwot-social-card__label { display: block; margin-bottom: .9rem; color: #777; font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lwot-social-card a { display: flex; justify-content: space-between; gap: 1rem; padding: .85rem 0; border-top: 1px solid #e4e4e4; color: #111; font-weight: 850; text-decoration: none; }

/* Footer */
.lwot-footer { padding: 4rem 0 1.5rem; color: rgba(255,255,255,.76); background: #161616; }
.lwot-footer__top { display: grid; grid-template-columns: 1.5fr repeat(3, .75fr); gap: clamp(2rem, 5vw, 5rem); }
.lwot-footer__brand img { width: 180px; filter: grayscale(1) brightness(0) invert(1); }
.lwot-footer__brand p { max-width: 320px; line-height: 1.7; }
.lwot-footer__column { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.lwot-footer__column h2 { margin: 0 0 .45rem; color: #fff; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.lwot-footer__column a { color: rgba(255,255,255,.73); text-decoration: none; }
.lwot-footer__column a:hover { color: #fff; }
.lwot-footer__bottom { margin-top: 3.5rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.14); display: flex; justify-content: space-between; gap: 1rem; color: rgba(255,255,255,.55); font-size: .82rem; }

@media (max-width: 1100px) {
    .lwot-menu { display: block; }
    .lwot-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        padding: .5rem 20px 1.25rem;
        border-bottom: 1px solid #ddd;
        background: #fff;
        box-shadow: 0 16px 35px rgba(0,0,0,.08);
    }
    .lwot-nav.is-open { display: grid; }
    .lwot-nav a { min-height: 44px; }
    .lwot-nav a::after { bottom: 4px; right: auto; width: 45px; }
    .lwot-about__grid { grid-template-columns: 1fr 1fr; }
    .lwot-social-card { grid-column: 1 / -1; }
    .lwot-footer__top { grid-template-columns: 1.4fr 1fr 1fr; }
    .lwot-footer__column:last-child { grid-column: 2 / -1; }
}

@media (max-width: 720px) {
    .lwot-container { width: min(calc(100% - 28px), var(--lwot-max)); }
    .lwot-header__inner { min-height: 72px; }
    .lwot-logo { width: 165px; }
    .lwot-about__grid, .lwot-footer__top { grid-template-columns: 1fr; }
    .lwot-social-card, .lwot-footer__column:last-child { grid-column: auto; }
    .lwot-footer__bottom { flex-direction: column; }
    .lwot-module-stage .lwpm-wrap { width: min(calc(100% - 28px), var(--lwot-max)); }
}
