:root {
    --header-h: 74px;
    --shell: 1360px;
    --paper: #f3efe7;
    --paper-light: #fbfaf7;
    --ink: #18171a;
    --ink-soft: #5f5a60;
    --line: rgba(35,31,35,.14);
    --plum: #32293a;
    --plum-deep: #251e2b;
    --wine: #8a394c;
    --wine-dark: #642939;
    --clay: #e8ddd4;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: var(--header-h); }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper-light);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.section-target { scroll-margin-top: var(--header-h); }
.section-shell { width: min(calc(100% - 64px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 200; padding: 10px 14px; border-radius: 10px; background: #fff; color: #111; }
.skip-link:focus { top: 14px; }

.site-header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: var(--header-h);
    --header-bg: rgb(237, 240, 242);
    --header-text: rgb(28, 32, 35);
    --header-border: rgba(0, 0, 0, .08);
    --header-logo-invert: .12;
    --header-shadow: 0 4px 18px rgba(37, 49, 57, .14);
    background: var(--header-bg);
    border-bottom: 1px solid var(--header-border);
    box-shadow: var(--header-shadow);
}
.header-inner {
    width: min(calc(100% - 48px), var(--shell));
    height: 100%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 38px;
}
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand img { width: 150px; height: auto; filter: brightness(0) invert(var(--header-logo-invert)); opacity: .94; }
.main-nav { display: flex; justify-content: flex-end; align-items: stretch; height: 100%; gap: 28px; }
.main-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: var(--header-text);
    opacity: .76;
    text-decoration: none;
    font-size: .79rem;
    font-weight: 650;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.main-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--header-text);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .18s ease;
}
.main-nav a:hover,
.main-nav a:focus-visible { color: var(--header-text); opacity: 1; }
.main-nav a:hover::after,
.main-nav a:focus-visible::after { transform: scaleX(1); }
.header-controls { display: flex; align-items: center; gap: 8px; }
.menu-toggle {
    display: none;
    width: 40px;
    height: 38px;
    min-height: 38px;
    border: 1px solid var(--header-border);
    border-radius: 11px;
    background: transparent;
    padding: 0;
    cursor: pointer;
}
.menu-toggle-lines { display: block; width: 19px; margin: auto; }
.menu-toggle-lines span { display: block; height: 2px; border-radius: 2px; background: var(--header-text); transition: transform .18s ease, opacity .18s ease; }
.menu-toggle-lines span + span { margin-top: 5px; }
body.menu-open .menu-toggle-lines span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
body.menu-open .menu-toggle-lines span:nth-child(2) { opacity: 0; }
body.menu-open .menu-toggle-lines span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.lang-menu { position: relative; height: 38px; }
.lang-menu summary {
    list-style: none;
    min-width: 48px;
    height: 38px;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 8px;
    border: 1px solid var(--header-border);
    border-radius: 11px;
    cursor: pointer;
}
.lang-menu summary::-webkit-details-marker { display: none; }
.lang-menu summary:hover,
.lang-menu summary:focus-visible,
.lang-menu[open] summary { background: rgba(127,127,127,.12); }
.lang-flag,
.lang-option-flag { object-fit: cover; border-radius: 2px; opacity: .8; }
.lang-flag { width: 24px; height: 16px; }
.lang-chevron { width: 7px; height: 7px; border-right: 1.5px solid var(--header-text); border-bottom: 1.5px solid var(--header-text); transform: rotate(45deg) translateY(-1px); }
.lang-menu-panel {
    position: absolute;
    right: 0;
    top: calc(100% + 9px);
    min-width: 150px;
    padding: 7px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(23,18,27,.2);
}
.lang-menu-panel a { display: flex; align-items: center; gap: 9px; padding: 9px 10px; border-radius: 8px; text-decoration: none; font-size: .8rem; }
.lang-menu-panel a:hover { background: #f2eef3; }

.lang-menu-panel a[aria-current="true"] {
    background: rgba(127,127,127,.10);
    color: inherit;
    cursor: default;
}
.lang-option-flag { width: 22px; height: 15px; }

/* V22: Vision -> Logik -> VisLogic opening */
.intro {
    padding-top: var(--header-h);
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
}
.intro-compact.intro-vision {
    min-height: calc(100svh - var(--header-h));
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    padding-block: 20px 28px;
}
.vision-stage {
    position: relative;
    width: min(100%, 1360px);
    height: clamp(560px, 57vw, 720px);
    margin-inline: auto;
    isolation: isolate;
}
.vision-stage::before {
    content: "";
    position: absolute;
    inset: 11% 8% 7%;
    z-index: -1;
    background: radial-gradient(circle at 50% 47%, rgba(138,57,76,.065), transparent 58%);
    opacity: 0;
    animation: visionHalo 1.4s ease 2.45s forwards;
}
.vision-logic-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}
.vision-path {
    fill: none;
    stroke-width: 2.6;
    vector-effect: non-scaling-stroke;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
}
.vision-path-organic {
    stroke: rgba(138,57,76,.78);
    animation: visionDraw 1.65s cubic-bezier(.22,.72,.2,1) .42s forwards, visionLineFade .9s ease 4.55s forwards;
}
.vision-path-logic {
    stroke: rgba(54,101,132,.73);
    animation: visionDraw 1.55s cubic-bezier(.22,.72,.2,1) .72s forwards, visionLineFade .9s ease 4.55s forwards;
}
.vision-path-down {
    stroke: rgba(82,75,86,.36);
    stroke-width: 1.7;
    animation: visionDraw 1.05s cubic-bezier(.22,.72,.2,1) 3.7s forwards, visionLineFade .9s ease 4.55s forwards;
}
.vision-core {
    fill: var(--paper);
    stroke: rgba(70,61,73,.55);
    stroke-width: 1.5;
    vector-effect: non-scaling-stroke;
    opacity: 0;
    transform-box: fill-box;
    transform-origin: center;
    animation: visionCore 1.15s cubic-bezier(.2,.8,.2,1) 2.12s forwards, visionCoreFade .9s ease 4.55s forwards;
}
.vision-word {
    position: absolute;
    color: var(--ink);
    font-size: clamp(1rem, 1.3vw, 1.28rem);
    font-weight: 800;
    letter-spacing: .24em;
    opacity: 0;
}
.vision-word-vision {
    left: 2.5%;
    top: 60%;
    color: var(--wine-dark);
    animation: visionWordInLeft .72s ease .12s forwards, visionWordOutLeft .72s ease 2.42s forwards;
}
.vision-word-logic {
    right: 2.5%;
    top: 16%;
    color: #315a75;
    animation: visionWordInRight .72s ease .42s forwards, visionWordOutRight .72s ease 2.42s forwards;
}
.vision-result {
    position: absolute;
    left: 50%;
    top: 46%;
    width: min(930px, 82%);
    text-align: center;
    transform: translate(-50%, -50%);
}
.vision-result-title {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.vision-result-logo {
    width: min(690px, 88%);
    height: auto;
    opacity: 0;
    transform: translateY(10px) scale(.985);
    clip-path: inset(0 50% 0 50%);
    animation: visionLogoReveal 1.05s cubic-bezier(.2,.78,.2,1) 2.82s forwards;
}
.vision-result-line {
    margin-top: 28px;
    color: var(--ink);
    font-size: clamp(1.55rem, 2.45vw, 2.45rem);
    font-weight: 520;
    line-height: 1.18;
    letter-spacing: -.025em;
    opacity: 0;
    transform: translateY(9px);
    animation: visionTextReveal .72s ease 3.48s forwards;
}
.vision-result-line em {
    margin-left: .28em;
    color: var(--ink-soft);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
    font-style: italic;
    white-space: nowrap;
}
.vision-result-company {
    max-width: 760px;
    margin: 20px auto 0;
    color: var(--ink-soft);
    font-size: clamp(.98rem, 1.2vw, 1.14rem);
    line-height: 1.55;
    opacity: 0;
    transform: translateY(8px);
    animation: visionTextReveal .72s ease 3.92s forwards;
}
.vision-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 1.2%;
    z-index: 2;
    width: clamp(76px, 6vw, 104px);
    height: clamp(94px, 7.2vw, 126px);
    color: #504952;
    opacity: 0;
    transform: translate(-50%, 12px);
    text-decoration: none;
    animation: visionScrollReveal .9s cubic-bezier(.2,.72,.2,1) 5.2s forwards;
}
.vision-scroll-cue svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    animation: visionScrollDrift 1.7s ease-in-out 6.1s infinite alternate;
}
.vision-scroll-cue path {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.vision-scroll-arrow-haze {
    stroke-width: 30;
    opacity: .10;
    filter: blur(5px);
}
.vision-scroll-arrow-line {
    stroke-width: 13;
    opacity: .23;
}
.vision-scroll-cue:hover .vision-scroll-arrow-line,
.vision-scroll-cue:focus-visible .vision-scroll-arrow-line { opacity: .38; }
.vision-scroll-cue:focus-visible { outline: 2px solid rgba(100,41,57,.28); outline-offset: 5px; border-radius: 18px; }
@keyframes visionDraw { to { stroke-dashoffset: 0; } }
@keyframes visionLineFade { to { opacity: 0; } }
@keyframes visionWordInLeft { from { opacity: 0; transform: translateX(-16px); } to { opacity: 1; transform: translateX(0); } }
@keyframes visionWordInRight { from { opacity: 0; transform: translateX(16px); } to { opacity: 1; transform: translateX(0); } }
@keyframes visionWordOutLeft { to { opacity: 0; transform: translate(78px,-16px); } }
@keyframes visionWordOutRight { to { opacity: 0; transform: translate(-78px,18px); } }
@keyframes visionCore {
    0% { opacity: 0; transform: scale(.35); }
    38% { opacity: 1; transform: scale(1.7); }
    100% { opacity: .28; transform: scale(.8); }
}
@keyframes visionCoreFade { to { opacity: 0; } }
@keyframes visionLogoReveal {
    from { opacity: 0; transform: translateY(10px) scale(.985); clip-path: inset(0 50% 0 50%); }
    to { opacity: .96; transform: translateY(0) scale(1); clip-path: inset(0 0 0 0); }
}
@keyframes visionTextReveal { to { opacity: 1; transform: translateY(0); } }
@keyframes visionHalo { to { opacity: 1; } }
@keyframes visionScrollReveal { to { opacity: 1; transform: translate(-50%, 0); } }
@keyframes visionScrollDrift { from { transform: translateY(0); } to { transform: translateY(9px); } }

.what { background: var(--paper-light); }
.section-label { margin: 0 0 18px; color: var(--wine); font-size: .72rem; font-weight: 800; letter-spacing: .2em; }
.section-intro h2,
.how h2,
.chapter { position: relative; overflow: hidden; }
.chapter-grid { display: grid; grid-template-columns: minmax(280px,.68fr) minmax(0,1.32fr); gap: 72px; align-items: center; }
.chapter-copy { align-self: start; }
.chapter-index { margin: 0 0 20px; color: #315a75; font-size: .7rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.chapter h3 { margin: 0; font-size: clamp(2rem, 3.3vw, 3.6rem); font-weight: 560; line-height: 1; letter-spacing: -.05em; }
.chapter-text { max-width: 470px; margin: 28px 0 0; color: var(--ink-soft); font-size: .97rem; line-height: 1.78; }
.chapter-domain { margin: 28px 0 0; color: rgba(255,255,255,.52); font-size: .75rem; letter-spacing: .04em; }
.text-link { display: inline-block; margin-top: 26px; color: var(--wine-dark); font-size: .81rem; font-weight: 750; text-decoration: none; border-bottom: 1px solid rgba(100,41,57,.32); padding-bottom: 2px; }
.text-link:hover { border-bottom-color: currentColor; }

.chapter-youloggit {
    --yl-theme-progress: 0;
    --yl-bg: rgb(248, 251, 255);
    --yl-panel: rgb(248, 251, 255);
    --yl-surface: rgb(244, 249, 252);
    --yl-text: rgb(37, 39, 45);
    --yl-title: rgb(37, 39, 45);
    --yl-muted: rgb(116, 123, 135);
    --yl-soft: rgb(102, 107, 118);
    --yl-accent: rgb(105, 153, 212);
    --yl-accent-text: rgb(47, 111, 215);
    --yl-border: rgba(0, 0, 0, .08);
    --yl-border-mid: rgba(0, 0, 0, .14);
    --yl-overlay: rgba(248, 251, 255, .82);
    --yl-shadow: 0 14px 32px rgba(0, 0, 0, .08);
    --yl-seam-alpha: .95;
    padding: 108px 0 122px;
    background: var(--yl-bg);
    color: var(--yl-text);
    transition: background-color .14s linear, color .14s linear;
}
.chapter-youloggit::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    height: clamp(110px, 14vw, 190px);
    background: linear-gradient(to bottom, rgba(251,250,247,var(--yl-seam-alpha)) 0%, rgba(251,250,247,0) 100%);
    pointer-events: none;
}
.chapter-youloggit > .section-shell { position: relative; z-index: 1; }
.chapter-youloggit .chapter-index { color: var(--yl-accent-text); }
.chapter-youloggit .chapter-text { color: var(--yl-soft); }
.chapter-youloggit h3 { color: var(--yl-title); }
.youloggit-head {
    display: grid;
    grid-template-columns: minmax(260px,.78fr) minmax(0,1.22fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 62px;
}
.youloggit-platform-line {
    margin: 20px 0 0;
    color: var(--yl-title);
    font-size: .92rem;
    font-weight: 720;
    letter-spacing: .045em;
}
.youloggit-intro {
    max-width: 700px;
    margin: 0;
    color: var(--yl-soft);
    font-size: 1rem;
    line-height: 1.78;
}
.youloggit-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin-top: 84px;
    overflow: hidden;
    border: 1px solid var(--yl-border);
    border-radius: 22px;
    background: var(--yl-border);
}
.youloggit-features > div {
    min-height: 220px;
    padding: 28px 26px 30px;
    background: var(--yl-panel);
}
.youloggit-features span {
    display: block;
    margin-bottom: 24px;
    color: var(--yl-accent-text);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .13em;
}
.youloggit-features strong {
    display: block;
    color: var(--yl-title);
    font-size: .95rem;
    line-height: 1.35;
}
.youloggit-features p {
    margin: 14px 0 0;
    color: var(--yl-soft);
    font-size: .82rem;
    line-height: 1.68;
}
.momentum-gravity {
    margin-top: 96px;
    border-top: 1px solid var(--yl-border);
}
.mg-block {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(260px,.95fr);
    gap: 74px;
    align-items: center;
    padding: 82px 0;
    border-bottom: 1px solid var(--yl-border);
}
.mg-gravity {
    grid-template-columns: minmax(260px,.95fr) minmax(0,1.05fr);
}
.mg-copy {
    max-width: 620px;
}
.mg-label {
    margin: 0 0 18px;
    color: var(--yl-accent-text);
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.mg-copy h4 {
    margin: 0;
    color: var(--yl-title);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-weight: 500;
    line-height: 1.25;
}
.mg-copy p:not(.mg-label) {
    margin: 22px 0 0;
    color: var(--yl-soft);
    font-size: .9rem;
    line-height: 1.75;
}
.mg-visual {
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--yl-border);
    border-radius: 22px;
    background: var(--yl-surface);
}
.mg-visual img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
}
.youloggit-domain {
    margin-top: 34px;
}
.chapter-signature { margin: 20px 0 0; color: #e8e3e9; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.25rem, 1.8vw, 1.75rem); font-style: italic; }
.youloggit-stage { position: relative; min-height: 650px; }
.yl-visual { position: absolute; margin: 0; overflow: hidden; border: 1px solid var(--yl-border-mid); border-radius: 22px; background: var(--yl-surface); box-shadow: var(--yl-shadow); }
.yl-visual img { width: 100%; height: 100%; object-fit: cover; }

.yl-theme-pair {
    position: relative;
    width: 100%;
    height: 100%;
}
.yl-theme-pair > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yl-theme-pair .yl-theme-light {
    opacity: calc(1 - var(--yl-theme-progress));
}
.yl-theme-pair .yl-theme-dark {
    opacity: var(--yl-theme-progress);
}
.mg-visual .yl-theme-pair {
    aspect-ratio: 4/5;
}
.mg-visual .yl-theme-pair > img {
    object-fit: cover;
}
.yl-visual figcaption { position: absolute; left: 13px; bottom: 12px; padding: 6px 9px; border-radius: 9px; background: var(--yl-overlay); color: var(--yl-text); font-size: .66rem; letter-spacing: .035em; }
.yl-main { left: 3%; top: 6%; width: 72%; aspect-ratio: 16/10; z-index: 2; }
.yl-momentum { right: 1%; top: 0; width: 28%; aspect-ratio: 5/7; z-index: 3; }
.yl-gravity { right: 8%; bottom: 2%; width: 26%; aspect-ratio: 5/7; z-index: 4; }
.community-invite {
    position: absolute;
    left: 0;
    bottom: 1%;
    z-index: 5;
    width: 43%;
    display: grid;
    grid-template-columns: 92px 1fr;
    align-items: center;
    gap: 16px;
    padding: 14px;
    border: 1px solid var(--yl-border);
    border-radius: 18px;
    background: var(--yl-panel);
    box-shadow: var(--yl-shadow);
}
.community-invite img { width: 92px; border-radius: 12px; }
.community-invite strong { display: block; font-size: .86rem; }
.community-invite span { display: block; margin-top: 5px; color: var(--yl-muted); font-size: .72rem; }

.chapter-lani {
    --li-theme-progress: 0;
    --li-bg: rgb(10, 11, 12);
    --li-surface: rgb(40, 43, 48);
    --li-text: rgb(210, 212, 215);
    --li-title: rgb(241, 242, 243);
    --li-muted: rgb(150, 156, 164);
    --li-line: rgba(255, 255, 255, .16);
    --li-accent: rgb(115, 135, 156);
    --li-accent-dark: rgb(239, 244, 249);
    --li-caption-bg: rgba(27, 31, 36, .88);
    --li-caption-text: rgb(241, 242, 243);
    --li-shadow: 0 14px 35px rgba(0, 0, 0, .32);
    --li-image-dim: .66;
    --li-seam-alpha: 0;
    padding: 122px 0 132px;
    background: var(--li-bg);
    color: var(--li-text);
    transition: background-color .14s linear, color .14s linear;
}
.chapter-lani::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 0;
    height: clamp(120px, 15vw, 210px);
    background: linear-gradient(to bottom, rgba(10,11,12,var(--li-seam-alpha)) 0%, rgba(10,11,12,0) 100%);
    pointer-events: none;
}
.chapter-lani > .section-shell { position: relative; z-index: 1; }
.chapter-lani h3,
.chapter-lani .lani-claims { color: var(--li-title); }
.chapter-lani .chapter-index { color: var(--li-accent-dark); }
.chapter-lani .chapter-text { color: var(--li-muted); }
.chapter-lani .text-link { color: var(--li-accent-dark); border-bottom-color: var(--li-line); }
.lani-layout { display: grid; grid-template-columns: minmax(260px,.53fr) minmax(0,1.47fr); gap: 74px; align-items: start; }
.lani-claims { margin: 30px 0 0; font-size: clamp(1.22rem, 1.9vw, 1.9rem); font-weight: 540; line-height: 1.25; letter-spacing: -.035em; }
.lani-gallery {
    column-count: 3;
    column-gap: 12px;
}
.lani-shot {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 12px;
    vertical-align: top;
    break-inside: avoid;
    overflow: hidden;
    border: 1px solid var(--li-line);
    border-radius: 18px;
    background: var(--li-surface);
    box-shadow: var(--li-shadow);
}
.lani-shot::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgb(10, 11, 12);
    opacity: var(--li-image-dim);
    pointer-events: none;
}
.lani-shot img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 6px;
    background: #fff;
    transition: transform .2s ease;
}
.lani-shot span {
    position: absolute;
    left: 10px;
    bottom: 9px;
    z-index: 2;
    padding: 5px 8px;
    border-radius: 8px;
    background: var(--li-caption-bg);
    color: var(--li-caption-text);
    font-size: .62rem;
    font-weight: 650;
    opacity: 0;
    transform: translateY(5px);
    transition: opacity .18s ease, transform .18s ease;
}
.lani-shot:hover img { transform: scale(1.015); }
.lani-shot:hover span,
.lani-shot:focus-visible span { opacity: 1; transform: translateY(0); }
.shot-license { grid-column: 1/8; grid-row: 1/6; }
.shot-scan { grid-column: 8/11; grid-row: 1/5; }
.shot-software { grid-column: 11/13; grid-row: 1/4; }
.shot-hardware { grid-column: 8/13; grid-row: 5/9; }
.shot-locations { grid-column: 1/5; grid-row: 6/10; }
.shot-reports { grid-column: 5/9; grid-row: 6/11; }
.shot-roles { grid-column: 9/13; grid-row: 9/12; }

.chapter-timeline {
    padding: 84px 0 92px;
    background: #e8eef2;
    border-top: 1px solid rgba(49,78,98,.10);
    border-bottom: 1px solid rgba(49,78,98,.10);
}
.timeline-layout {
    display: grid;
    grid-template-columns: minmax(220px,.48fr) minmax(0,1.52fr);
    gap: 88px;
    align-items: start;
}
.timeline-title-block h3 {
    margin: 0;
    font-size: clamp(2rem, 2.8vw, 3rem);
    font-weight: 570;
    line-height: 1.05;
    letter-spacing: -.04em;
}
.timeline-list {
    border-top: 1px solid rgba(49,78,98,.22);
}
.timeline-item {
    display: grid;
    grid-template-columns: 126px minmax(0,1fr);
    min-height: 64px;
}
.timeline-year {
    padding: 16px 24px 18px 0;
    color: #315a75;
    font-size: .77rem;
    font-weight: 760;
    line-height: 1.35;
    letter-spacing: .02em;
    text-align: right;
    white-space: nowrap;
}
.timeline-content {
    position: relative;
    padding: 16px 0 18px 30px;
    border-left: 1px solid rgba(49,78,98,.22);
    border-bottom: 1px solid rgba(49,78,98,.15);
    color: #435763;
    font-size: .86rem;
    line-height: 1.62;
}
.timeline-content::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 21px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #69879a;
    box-shadow: 0 0 0 4px #e8eef2;
}
.timeline-content strong {
    color: #243b49;
    font-weight: 740;
}
.timeline-content span {
    display: block;
    margin-top: 2px;
    color: #60727d;
}
.timeline-content-with-preview,
.timeline-content-visass {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 18px;
    align-items: start;
}
.timeline-preview-row {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    justify-content: flex-end;
}
.timeline-preview {
    display: block;
    width: 124px;
    height: 76px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(49,78,98,.20);
    border-radius: 8px;
    background: #f6f8fa;
    box-shadow: 0 5px 13px rgba(49,78,98,.09);
    cursor: zoom-in;
}
.timeline-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.timeline-preview-magazine {
    width: 56px;
}
.timeline-preview-magazine img {
    object-fit: cover;
}
.timeline-preview-editor {
    width: 118px;
}
.timeline-preview-patchmagic {
    width: 124px;
}
.timeline-preview:hover,
.timeline-preview:focus-visible {
    border-color: rgba(49,90,117,.46);
    box-shadow: 0 7px 17px rgba(49,78,98,.14);
}
.timeline-points {
    margin: 0;
    padding: 0;
    list-style: none;
}
.timeline-points li {
    position: relative;
    margin: 0;
    padding: 0 0 8px 17px;
}
.timeline-points li:last-child {
    padding-bottom: 0;
}
.timeline-points li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #69879a;
    font-weight: 800;
}
.timeline-working-title {
    display: inline !important;
    margin: 0 0 0 .35em !important;
    color: #73828b !important;
    font-size: .72rem;
    font-style: italic;
}
.timeline-item-running .timeline-content {
    color: #6c7880;
    font-style: italic;
}
.timeline-item-future {
    opacity: .72;
}
.timeline-item-future .timeline-content::before {
    background: transparent;
    border: 1px solid #69879a;
}

.how {
    padding: 112px 0 126px;
    background: var(--paper-light);
}
.how-engineering {
    display: block;
}
.how-engineering > .section-label {
    margin-bottom: 34px;
    color: #315a75;
}
.engineering-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.engineering-block {
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(49, 78, 98, .14);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(42, 58, 68, .055);
}
.engineering-stack {
    grid-column: 1 / -1;
}
.engineering-ai {
    grid-column: 1 / -1;
}
.engineering-card-header {
    padding: 19px 26px 18px;
    border-bottom: 1px solid rgba(49, 78, 98, .12);
    background: linear-gradient(180deg, #f2f6f8 0%, #eaf1f4 100%);
}
.engineering-card-header h3 {
    margin: 0;
    color: #294f68;
    font-size: 1.02rem;
    font-weight: 760;
    letter-spacing: -.012em;
}
.engineering-card-body {
    padding: 25px 26px 29px;
}
.engineering-card-body p {
    max-width: 760px;
    margin: 0;
    color: var(--ink-soft);
    font-size: .89rem;
    line-height: 1.76;
}
.engineering-card-body p + p {
    margin-top: 18px;
}
.technology-line {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}
.technology-line span {
    padding: 7px 10px;
    border: 1px solid rgba(49, 78, 98, .14);
    border-radius: 10px;
    color: #466273;
    background: #f5f8fa;
    font-size: .68rem;
    font-weight: 700;
}

.whois {
    padding: 80px 0 86px;
    background: var(--plum-deep);
    color: #fff;
}
.whois > .section-shell {
    width: min(calc(100% - 56px), 980px);
}
.whois-layout {
    display: grid;
    grid-template-columns: clamp(160px, 15vw, 192px) minmax(0,1fr);
    gap: 44px;
    align-items: stretch;
}
.portrait {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.06);
}
.portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.whois-identity h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(1.85rem, 2.7vw, 2.8rem);
    font-weight: 560;
    letter-spacing: -.035em;
}
.whois-role {
    margin: 10px 0 0;
    color: #bbb4bf;
    font-size: .8rem;
    font-weight: 650;
    letter-spacing: .05em;
}
.whois-programmer {
    margin: 22px 0 0;
    color: #f1ebf2;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 400;
}
.whois-history {
    max-width: 720px;
    margin: 20px 0 0;
    color: #c7c0ca;
    font-size: .88rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.72;
}

.site-footer { padding: 30px 0 34px; background: #1a161d; color: #918996; }
.footer-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 30px; font-size: .7rem; letter-spacing: .035em; }
.imprint { position: relative; }
.imprint summary { cursor: pointer; list-style: none; color: #c8c1cc; }
.imprint summary::-webkit-details-marker { display: none; }
.imprint-panel { width: min(760px, calc(100vw - 64px)); margin-top: 18px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; padding: 24px; border: 1px solid rgba(255,255,255,.09); border-radius: 18px; background: #241f28; color: #aaa2af; line-height: 1.65; }
.imprint-panel a { color: #d7d0da; text-decoration: none; }

:focus-visible { outline: 2px solid var(--wine); outline-offset: 4px; }

@media (max-width: 1040px) {
    .chapter-grid,
    .lani-layout,
    .timeline-layout { grid-template-columns: 1fr; gap: 44px; }
    .chapter-text { max-width: 650px; }
    .youloggit-stage { min-height: 620px; }
    .lani-gallery {
        column-count: 2;
        column-gap: 12px;
    }
    .lani-shot,
    .shot-license,
    .shot-scan,
    .shot-software,
    .shot-hardware,
    .shot-locations,
    .shot-reports,
    .shot-roles {
        display: inline-block;
        width: 100%;
        margin: 0 0 12px;
        grid-column: auto;
        grid-row: auto;
        break-inside: avoid;
        vertical-align: top;
    }
    .lani-shot img {
        width: 100%;
        height: auto;
        object-fit: contain;
        object-position: initial;
        padding: 6px;
        background: #fff;
    }
}

@media (max-width: 780px) {
    :root { --header-h: 68px; }
    .section-shell,
    .intro-field { width: min(calc(100% - 30px), var(--shell)); }
    .header-inner { width: calc(100% - 28px); grid-template-columns: auto 1fr auto; gap: 10px; }
    .brand img { width: 126px; }
   .menu-toggle { display: block; }
    .header-controls { grid-column: 3; }
    .main-nav {
        position: absolute;
        top: calc(100% + 9px);
        right: 14px;
        width: min(240px, calc(100vw - 28px));
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 2px;
        padding: 8px;
        border: 1px solid var(--header-border);
        border-radius: 14px;
        background: var(--header-bg);
        box-shadow: 0 18px 40px rgba(18,13,21,.3);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-7px);
        transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
    }
    body.menu-open .main-nav { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
    .main-nav a { min-height: 40px; padding: 9px 11px; border-radius: 8px; }
    .main-nav a::after { display: none; }
    .main-nav a:hover { background: rgba(127,127,127,.12); }
    .intro-compact.intro-vision {
        min-height: clamp(430px, 58vh, 590px);
        grid-template-columns: 1fr;
        gap: 10px;
        padding-block: 48px 58px;
    }
    .intro-kicker { min-height: auto; }
    .vision-stage {
        width: 100%;
        height: clamp(300px, 54vw, 360px);
    }
    .vision-result { width: min(660px, 82%); }
    .vision-result-logo { width: min(330px, 78%); }
    .vision-word-vision { left: 2%; }
    .vision-word-logic { right: 1%; }
    .youloggit-head {
        grid-template-columns: 1fr;
        gap: 32px;
        margin-bottom: 46px;
    }
    .youloggit-features {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 66px;
    }
    .mg-block,
    .mg-gravity {
        grid-template-columns: 1fr;
        gap: 36px;
        padding: 62px 0;
    }
    .mg-gravity .mg-visual {
        order: 2;
    }
    .mg-gravity .mg-copy {
        order: 1;
    }
    .section-intro h2,
    .how h2 { font-size: 1.55rem; }
    .chapter h3 { font-size: 2.25rem; }
    .chapter-youloggit,
    .chapter-lani { padding-block: 72px 82px; }
    .youloggit-stage { min-height: 470px; }
    .yl-main { width: 88%; top: 4%; }
    .yl-momentum { width: 35%; }
    .yl-gravity { width: 34%; right: 3%; }
    .community-invite { width: 67%; left: 0; bottom: 1%; grid-template-columns: 60px 1fr; gap: 10px; padding: 10px; }
    .community-invite img { width: 60px; border-radius: 9px; }
    .community-invite strong { font-size: .74rem; }
    .community-invite span { font-size: .64rem; }
    .lani-gallery { column-gap: 8px; }
    .lani-shot { margin-bottom: 8px; border-radius: 13px; }
    .chapter-timeline { padding-block: 70px 76px; }
    .timeline-layout { grid-template-columns: 1fr; gap: 32px; }
    .timeline-content-with-preview,
    .timeline-content-visass { grid-template-columns: minmax(0,1fr) auto; gap: 14px; }
    .timeline-preview { width: 112px; height: 68px; }
    .timeline-preview-magazine { width: 50px; }
    .timeline-preview-editor { width: 106px; }
    .timeline-preview-patchmagic { width: 112px; }
    .whois > .section-shell { width: min(calc(100% - 30px), 760px); }
    .whois-layout { grid-template-columns: 112px minmax(0,1fr); gap: 24px; }
    .portrait { width: 100%; }
    .whois-history { font-size: .79rem; }
    .footer-row { flex-direction: column; }
    .imprint-panel { width: calc(100vw - 30px); padding: 18px; }
}


@media (max-width: 520px) {
    .lani-gallery { column-count: 1; }
    .intro-compact.intro-vision {
        min-height: 430px;
        padding-block: 38px 46px;
    }
    .vision-stage { height: 292px; }
    .vision-result { width: 92%; top: 49%; }
    .vision-result-logo { width: min(255px, 76%); }
    .vision-result-line { margin-top: 18px; font-size: 1.03rem; }
    .vision-result-line em { display: block; margin: 5px 0 0; }
    .vision-result-company { max-width: 300px; margin-top: 12px; font-size: .76rem; }
    .vision-word { font-size: .64rem; letter-spacing: .18em; }
    .vision-word-vision { top: 62%; }
    .vision-word-logic { top: 15%; }
    .youloggit-features {
        grid-template-columns: 1fr;
        border-radius: 17px;
    }
    .youloggit-features > div {
        min-height: auto;
        padding: 24px 22px 26px;
    }
    .momentum-gravity {
        margin-top: 72px;
    }
    .mg-block,
    .mg-gravity {
        padding: 52px 0;
    }
    .mg-copy h4 {
        font-size: 1.35rem;
    }
    .chapter-timeline { padding-block: 58px 64px; }
    .timeline-title-block h3 { font-size: 2rem; }
    .timeline-item { grid-template-columns: 86px minmax(0,1fr); }
    .timeline-year { padding-right: 15px; font-size: .67rem; }
    .timeline-content { padding-left: 22px; font-size: .78rem; }
    .timeline-content-with-preview,
    .timeline-content-visass { grid-template-columns: 1fr; gap: 12px; }
    .timeline-preview-row { justify-content: flex-start; }
    .timeline-preview { width: 108px; height: 66px; }
    .timeline-preview-magazine { width: 48px; }
    .timeline-preview-editor { width: 102px; }
    .timeline-preview-patchmagic { width: 108px; }
    .whois { padding: 68px 0 72px; }
    .whois-layout { grid-template-columns: 92px minmax(0,1fr); gap: 19px; align-items: start; }
    .portrait { width: 100%; }
    .whois-identity h3 { font-size: 1.55rem; }
    .whois-role { font-size: .65rem; line-height: 1.5; }
    .whois-programmer { margin-top: 14px; font-size: .9rem; }
    .whois-history { margin-top: 15px; font-size: .73rem; line-height: 1.62; }
}



@media (max-width: 780px) {
    .engineering-grid {
        grid-template-columns: 1fr;
    }
    .engineering-stack,
    .engineering-ai {
        grid-column: 1;
    }
}

@media (max-width: 520px) {
    .how {
        padding: 82px 0 92px;
    }
    .how-engineering > .section-label {
        margin-bottom: 26px;
    }
    .engineering-grid {
        gap: 14px;
    }
    .engineering-block {
        border-radius: 17px;
    }
    .engineering-card-header {
        padding: 17px 20px 16px;
    }
    .engineering-card-body {
        padding: 22px 20px 24px;
    }
    .technology-line {
        margin-top: 22px;
    }
}

/* v22 | 22.08.2026 00:03 | Intro vergroessert, Linien blenden aus, Scroll-Pfeil */
@media (max-width: 980px) {
    .intro-compact.intro-vision {
        min-height: calc(100svh - var(--header-h));
        padding-block: 18px 28px;
    }
    .vision-stage {
        width: min(100%, 900px);
        height: clamp(460px, 68vw, 590px);
    }
    .vision-result {
        top: 45%;
        width: min(760px, 88%);
    }
    .vision-result-logo { width: min(540px, 88%); }
    .vision-result-line { font-size: clamp(1.3rem, 3.3vw, 1.9rem); }
    .vision-scroll-cue { bottom: 0; }
}

@media (max-width: 520px) {
    .intro-compact.intro-vision {
        min-height: calc(100svh - var(--header-h));
        padding-block: 14px 20px;
    }
    .vision-stage {
        height: clamp(390px, 104vw, 470px);
    }
    .vision-result {
        width: 96%;
        top: 43%;
    }
    .vision-result-logo { width: min(330px, 84%); }
    .vision-result-line { margin-top: 18px; font-size: 1.18rem; }
    .vision-result-line em { display: block; margin: 5px 0 0; }
    .vision-result-company { max-width: 330px; margin-top: 13px; font-size: .78rem; }
    .vision-word { font-size: .64rem; letter-spacing: .18em; }
    .vision-word-vision { top: 63%; }
    .vision-word-logic { top: 13%; }
    .vision-scroll-cue {
        width: 68px;
        height: 84px;
        bottom: -1%;
    }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-delay: 0s !important; }
    .vision-word,
    .vision-logic-lines,
    .vision-stage::before { display: none; }
    .vision-result-logo,
    .vision-result-line,
    .vision-result-company { opacity: 1; transform: none; clip-path: inset(0); }
    .vision-scroll-cue { opacity: 1; transform: translate(-50%, 0); }
    .vision-scroll-cue svg { animation: none !important; }
}

.chapter-youloggit .youloggit-features {
    border-color: var(--yl-border);
    background: var(--yl-border);
}
.chapter-youloggit .youloggit-features > div {
    background: var(--yl-panel);
}
.chapter-youloggit .youloggit-features strong,
.chapter-youloggit .community-invite strong {
    color: var(--yl-title);
}
.chapter-youloggit .youloggit-features p,
.chapter-youloggit .community-invite span,
.chapter-youloggit .mg-copy p:not(.mg-label) {
    color: var(--yl-soft);
}
.chapter-youloggit .chapter-domain {
    color: var(--yl-muted);
}

.site-header .lang-menu summary,
.site-header.menu-toggle {
    color: var(--header-text);
}

.chapter-timeline .chapter-index {
    color: #315a75;
}

/* v15 | 21.08.2026 19:43 | YouLoggit story, compact canvas and chart modal */
.chapter-youloggit .chapter-signature {
    color: var(--yl-title);
    opacity: .82;
}

.youloggit-system-line {
    max-width: 980px;
    margin: -12px 0 70px;
    color: var(--yl-soft);
    font-size: .92rem;
    line-height: 1.75;
}
.youloggit-system-line strong {
    color: var(--yl-title);
    font-weight: 760;
}

.youloggit-story {
    margin-top: 0;
}
.yl-story-copy {
    display: flow-root;
    max-width: 1180px;
}
.yl-story-copy .mg-label {
    margin-bottom: 14px;
}
.yl-story-copy h4 {
    margin: 0 0 22px;
    color: var(--yl-title);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.1vw, 2.15rem);
    font-weight: 500;
    line-height: 1.24;
}
.yl-story-copy > p:not(.mg-label) {
    margin: 0 0 18px;
    color: var(--yl-soft);
    font-size: .9rem;
    line-height: 1.76;
}

.yl-social-chart {
    float: right;
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    align-items: end;
    column-gap: 10px;
    width: min(430px,44%);
    min-height: 0;
    margin: 8px 0 28px 34px;
    padding: 10px;
    border: 1px solid var(--yl-border-mid);
    border-radius: 18px;
    background: transparent;
    box-shadow: none;
}
.yl-social-chart-canvas {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
.yl-social-chart-note {
    margin: 5px 0 0 !important;
    color: var(--yl-muted) !important;
    font-size: .67rem !important;
    line-height: 1.4 !important;
}
.yl-social-chart-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
.yl-chart-button {
    min-width: 0;
    height: 29px;
    padding: 0 10px;
    border: 1px solid var(--yl-border-mid);
    border-radius: 9px;
    background: var(--yl-surface);
    color: var(--yl-title);
    font: inherit;
    font-size: .68rem;
    font-weight: 680;
    line-height: 27px;
    cursor: pointer;
}
.yl-chart-button:hover,
.yl-chart-button:focus-visible {
    border-color: var(--yl-accent);
    outline: none;
}
.yl-chart-button-primary {
    height: 34px;
    padding: 0 14px;
    line-height: 32px;
}

.mg-visual img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}
.mg-visual-momentum,
.mg-visual-gravity {
    background: #0b0d0f;
    box-shadow: var(--yl-shadow);
}
.mg-visual-gravity {
    width: min(100%, 470px);
    justify-self: center;
}
.mg-visual figcaption {
    padding: 9px 12px 10px;
    border-top: 1px solid var(--yl-border);
    color: var(--yl-muted);
    background: var(--yl-panel);
    font-size: .66rem;
    line-height: 1.4;
}

.yl-chart-dialog {
    width: min(1180px,calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid var(--yl-border-mid,rgba(255,255,255,.18));
    border-radius: 20px;
    background: var(--yl-bg,#0a0b0c);
    color: var(--yl-title,#f1f2f3);
    box-shadow: 0 24px 80px rgba(0,0,0,.52);
}
.yl-chart-dialog::backdrop {
    background: rgba(0,0,0,.72);
    backdrop-filter: blur(3px);
}
.yl-chart-dialog-panel {
    display: grid;
    grid-template-rows: auto minmax(0,1fr) auto;
    max-height: calc(100vh - 32px);
}
.yl-chart-dialog-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 18px 20px;
    border-bottom: 1px solid var(--yl-border,rgba(255,255,255,.14));
}
.yl-chart-dialog-head h4 {
    margin: 0;
    color: var(--yl-title,#f1f2f3);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.05rem,2vw,1.45rem);
    font-weight: 500;
    line-height: 1.25;
}
.yl-chart-dialog-x {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid var(--yl-border-mid,rgba(255,255,255,.18));
    border-radius: 50%;
    background: var(--yl-surface,#282d33);
    color: var(--yl-title,#f1f2f3);
    font: inherit;
    font-size: 1.25rem;
    line-height: 30px;
    cursor: pointer;
}
.yl-chart-dialog-body {
    overflow: auto;
    padding: 16px;
}
.yl-chart-dialog-canvas-wrap {
    width: 100%;
    min-width: 820px;
}
.yl-chart-dialog-canvas {
    display: block;
    width: 100%;
    margin: 0;
}
.yl-chart-dialog-foot {
    display: flex;
    justify-content: flex-end;
    padding: 12px 16px 16px;
    border-top: 1px solid var(--yl-border,rgba(255,255,255,.14));
}
body.yl-chart-modal-open {
    overflow: hidden;
}

@media (max-width: 780px) {
    .youloggit-system-line {
        margin-bottom: 54px;
    }
    .yl-social-chart {
        width: min(390px,46%);
        margin-left: 24px;
    }
}

@media (max-width: 620px) {
    .youloggit-system-line {
        margin-top: -4px;
        font-size: .87rem;
    }
    .yl-story-copy h4 {
        font-size: 1.4rem;
    }
    .yl-story-copy > p:not(.mg-label) {
        font-size: .86rem;
    }
    .yl-social-chart {
        float: none;
        width: min(100%,520px);
        margin: 24px auto 22px;
    }
    .yl-chart-dialog {
        width: calc(100vw - 6px);
        max-width: calc(100vw - 6px);
        max-height: calc(100vh - 6px);
        border-radius: 14px;
    }
    .yl-chart-dialog-panel {
        max-height: calc(100vh - 6px);
    }
    .yl-chart-dialog-head {
        padding: 14px 12px;
    }
    .yl-chart-dialog-body {
        padding: 10px;
    }
    .yl-chart-dialog-canvas-wrap {
        min-width: 760px;
    }
}


/* v17 | 21.08.2026 23:05 | kompakter YouLoggit Einstieg + 4er Mediengalerie */
.youloggit-intro-layout {
    display: grid;
    grid-template-columns: minmax(280px,.72fr) minmax(0,1.28fr);
    gap: 66px;
    align-items: stretch;
}
.yl-intro-copy {
    max-width: 560px;
}
.yl-intro-copy .youloggit-intro {
    margin-top: 34px;
}
.yl-intro-copy .youloggit-system-line {
    max-width: 550px;
    margin: 18px 0 0;
}
.yl-landing-shot {
    width: min(100%,820px);
    justify-self: end;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--yl-border-mid);
    border-radius: 22px;
    background: #0a0b0c;
    box-shadow: var(--yl-shadow);
}
.yl-landing-shot img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: center top;
}
.yl-landing-shot figcaption {
    padding: 8px 12px 9px;
    border-top: 1px solid var(--yl-border);
    color: var(--yl-muted);
    background: var(--yl-panel);
    font-size: .66rem;
}
.yl-system-path {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 18px;
    align-items: center;
    margin: 58px 0 42px;
    padding: 20px 0;
    border-top: 1px solid var(--yl-border);
    border-bottom: 1px solid var(--yl-border);
}
.yl-system-path span {
    min-width: 0;
}
.yl-system-path strong,
.yl-system-path small {
    display: block;
}
.yl-system-path strong {
    color: var(--yl-title);
    font-size: .91rem;
}
.yl-system-path small {
    margin-top: 4px;
    color: var(--yl-muted);
    font-size: .69rem;
    line-height: 1.4;
}
.yl-system-path b {
    color: var(--yl-accent-text);
    font-size: 1.05rem;
    font-weight: 500;
}
.yl-screen-gallery {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
    width: min(100%,1180px);
    margin-inline: auto;
}
.yl-screen-card {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: left;
    cursor: zoom-in;
}
.yl-screen-frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid var(--yl-border-mid);
    border-radius: 16px;
    background: #0b0d0f;
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
    transition: transform .18s ease, border-color .18s ease;
}
.yl-screen-card:hover .yl-screen-frame,
.yl-screen-card:focus-visible .yl-screen-frame {
    transform: translateY(-2px);
    border-color: var(--yl-accent);
}
.yl-screen-card:focus-visible {
    outline: none;
}
.yl-screen-frame img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.yl-screen-frame-contain img {
    object-fit: contain;
    padding: 8px;
}
.yl-screen-frame-canvas {
    padding: 8px;
}
.yl-screen-frame-canvas .yl-social-chart-canvas {
    width: 100%;
    height: auto !important;
}
.yl-screen-meta {
    display: block;
    padding: 10px 2px 0;
}
.yl-screen-meta strong,
.yl-screen-meta small {
    display: block;
}
.yl-screen-meta strong {
    color: var(--yl-title);
    font-size: .78rem;
    line-height: 1.3;
}
.yl-screen-meta small {
    margin-top: 3px;
    color: var(--yl-muted);
    font-size: .65rem;
    line-height: 1.4;
}
.yl-screen-profile-placeholder {
    background:
        radial-gradient(circle at 50% 38%, rgba(115,135,156,.22), transparent 24%),
        linear-gradient(145deg, #171a1e, #0b0d0f 68%);
}
.yl-screen-profile-placeholder > span,
.yl-media-dialog-placeholder {
    display: grid;
    place-items: center;
    gap: 7px;
    color: #969ca4;
    text-align: center;
}
.yl-screen-profile-placeholder strong,
.yl-media-dialog-placeholder strong {
    color: #d2d4d7;
    font-size: .72rem;
    letter-spacing: .16em;
}
.yl-screen-profile-placeholder small,
.yl-media-dialog-placeholder span {
    font-size: .66rem;
}
.yl-privacy-note {
    max-width: 800px;
    margin: 42px 0 0;
    color: var(--yl-muted);
    font-size: .75rem;
    line-height: 1.65;
}
.youloggit-domain a {
    color: inherit;
    text-decoration: none;
}
.youloggit-domain a:hover {
    text-decoration: underline;
}
.yl-media-dialog {
    width: min(1180px,calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    max-height: calc(100vh - 32px);
    margin: auto;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    background: #0a0b0c;
    color: #f1f2f3;
    box-shadow: 0 24px 80px rgba(0,0,0,.52);
}
.yl-media-dialog::backdrop {
    background: rgba(0,0,0,.76);
    backdrop-filter: blur(3px);
}
.yl-media-dialog-panel {
    display: grid;
    grid-template-rows: auto minmax(0,1fr) auto;
    max-height: calc(100vh - 32px);
}
.yl-media-dialog-head,
.yl-media-dialog-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 18px;
}
.yl-media-dialog-head {
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.yl-media-dialog-foot {
    justify-content: flex-end;
    border-top: 1px solid rgba(255,255,255,.12);
}
.yl-media-dialog-head h4 {
    margin: 0;
    font-size: .95rem;
    font-weight: 700;
}
.yl-media-dialog-x {
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 9px;
    background: #282d33;
    color: #f1f2f3;
    font-size: 1.25rem;
    line-height: 30px;
    cursor: pointer;
}
.yl-media-dialog-body {
    display: grid;
    place-items: center;
    min-height: 0;
    overflow: auto;
    padding: 18px;
    background: #070809;
}
.yl-media-dialog-nav {
    position: fixed;
    top: 50%;
    z-index: 10003;
    display: none;
    width: 48px;
    height: 64px;
    padding: 0;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    background: rgba(19,21,24,.72);
    color: #fff;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    backdrop-filter: blur(5px);
}
.yl-media-dialog-prev { left: 18px; }
.yl-media-dialog-next { right: 18px; }
.yl-media-dialog.has-gallery .yl-media-dialog-nav { display: block; }
.yl-media-dialog-count {
    margin-right: auto;
    color: #aeb5bd;
    font-size: .72rem;
    letter-spacing: .04em;
}

.yl-media-dialog-body img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 170px);
    width: auto;
    height: auto;
    cursor: zoom-out;
}
.yl-media-dialog-placeholder {
    width: min(760px,82vw);
    aspect-ratio: 16 / 10;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 38%, rgba(115,135,156,.22), transparent 24%),
        linear-gradient(145deg, #171a1e, #0b0d0f 68%);
}
body.yl-media-modal-open {
    overflow: hidden;
}

@media (max-width: 980px) {
    .youloggit-intro-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .yl-intro-copy {
        max-width: 760px;
    }
    .yl-screen-gallery {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 620px) {
    .yl-system-path {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 52px;
    }
    .yl-system-path b {
        transform: rotate(90deg);
        justify-self: start;
        margin-left: 8px;
    }
    .yl-screen-gallery {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .yl-screen-meta small {
        display: none;
    }
    .yl-privacy-note {
        margin-top: 30px;
    }
}


/* v18 | 21.08.2026 23:13 | YouLoggit reduziert: Canvas entfernt, Ablauf gedreht, Link hervorgehoben */
.yl-screen-gallery {
    grid-template-columns: repeat(3,minmax(0,1fr));
    width: min(100%,880px);
}
.youloggit-domain a {
    color: var(--yl-accent-text);
    border-bottom: 1px solid var(--yl-border-mid);
    padding-bottom: 2px;
}
.youloggit-domain a:hover,
.youloggit-domain a:focus-visible {
    border-bottom-color: currentColor;
}
@media (max-width: 980px) {
    .yl-screen-gallery {
        grid-template-columns: repeat(2,minmax(0,1fr));
        width: min(100%,760px);
    }
}
@media (max-width: 620px) {
    .yl-screen-gallery {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
}

/* v23 | 22.08.2026 00:21 | YouLoggit Medienreihe, Profilbild, kompaktere Landing und neue Produktverbindung */
.yl-landing-shot {
    display: grid;
    grid-template-rows: minmax(0,1fr) auto;
    width: auto;
    max-width: min(100%, 620px);
    height: var(--yl-landing-shot-height, auto);
    aspect-ratio: 2047 / 1610;
    justify-self: end;
    align-self: stretch;
}
.yl-landing-shot figcaption {
    text-align: center;
    letter-spacing: .035em;
}

.yl-product-map {
    position: relative;
    width: min(100%, 920px);
    height: 132px;
    margin: 50px auto 36px;
}
.yl-product-map-line {
    position: absolute;
    inset: 34px 0 0;
    width: 100%;
    height: 88px;
    overflow: visible;
}
.yl-product-map-line path {
    fill: none;
    stroke: var(--yl-border-mid);
    stroke-width: 1.35;
    vector-effect: non-scaling-stroke;
}
.yl-product-map-line circle {
    fill: var(--yl-bg);
    stroke: var(--yl-accent);
    stroke-width: 1.5;
    vector-effect: non-scaling-stroke;
}
.yl-product-map-item {
    position: absolute;
    top: 0;
    min-width: 150px;
    color: var(--yl-title);
}
.yl-product-map-item strong,
.yl-product-map-item small {
    display: block;
}
.yl-product-map-item strong {
    font-size: .9rem;
    line-height: 1.2;
}
.yl-product-map-item small {
    margin-top: 4px;
    color: var(--yl-muted);
    font-size: .66rem;
    line-height: 1.35;
}
.yl-product-map-momentum {
    left: 0;
    text-align: left;
}
.yl-product-map-gravity {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.yl-product-map-youloggit {
    right: 0;
    text-align: right;
}

.yl-screen-gallery {
    grid-template-columns: repeat(4,minmax(0,1fr));
    width: min(100%,1180px);
}
.yl-screen-card-static {
    cursor: default;
}
.yl-screen-card-static:hover .yl-screen-frame,
.yl-screen-card-static:focus-visible .yl-screen-frame {
    transform: none;
    border-color: var(--yl-border-mid);
}
.yl-screen-frame-profile img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 980px) {
    .yl-landing-shot {
        width: min(100%, 500px);
        max-width: min(100%, 500px);
        height: auto;
        aspect-ratio: auto;
        justify-self: center;
        align-self: auto;
    }
    .yl-screen-gallery {
        grid-template-columns: repeat(2,minmax(0,1fr));
        width: min(100%,760px);
    }
}

@media (max-width: 680px) {
    .yl-landing-shot {
        width: min(100%,500px);
        max-width: min(100%,500px);
        height: auto;
        aspect-ratio: auto;
    }
    .yl-product-map {
        display: grid;
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 10px;
        height: auto;
        margin: 40px auto 32px;
        padding-top: 18px;
        border-top: 1px solid var(--yl-border);
    }
    .yl-product-map-line {
        display: none;
    }
    .yl-product-map-item {
        position: static;
        min-width: 0;
        transform: none;
        text-align: left;
    }
    .yl-product-map-item small {
        font-size: .61rem;
    }
}

@media (max-width: 620px) {
    .yl-screen-gallery {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }
}

/* v27 | 22.08.2026 01:48 | Ruhiger Intro-Fade + stehende Chevron-Scroll-Cue */
.intro-vision .vision-stage::before {
    opacity: 1;
    animation: none;
    background: radial-gradient(circle at 50% 46%, rgba(138,57,76,.048), transparent 59%);
}
.intro-vision .vision-logic-lines,
.intro-vision .vision-word,
.intro-vision .vision-scroll-cue {
    display: none !important;
}
.intro-vision .vision-result-logo {
    opacity: 0;
    clip-path: none;
    transform: translateY(8px);
    animation: vlIntroFade 1.25s ease .08s forwards;
}
.intro-vision .vision-result-line {
    opacity: 0;
    transform: translateY(7px);
    animation: vlIntroFade 1.15s ease .32s forwards;
}
.intro-vision .vision-result-company {
    opacity: 0;
    transform: translateY(6px);
    animation: vlIntroFade 1.1s ease .52s forwards;
}
.vision-scroll-dots {
    position: absolute;
    left: 50%;
    bottom: 2.2%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: 64px;
    padding: 10px 12px;
    transform: translateX(-50%);
    text-decoration: none;
}
.vision-scroll-dots span {
    position: relative;
    display: block;
    width: 30px;
    height: 18px;
    opacity: 0;
    filter: blur(.18px);
    animation: vlScrollChevron 6.8s ease-in-out infinite;
}
.vision-scroll-dots span::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    border-right: 3px solid rgba(96, 94, 99, .42);
    border-bottom: 3px solid rgba(96, 94, 99, .42);
    border-radius: 2px;
    transform: translate(-50%, -66%) rotate(45deg);
    box-shadow: 0 0 18px rgba(96, 94, 99, .05);
}
.vision-scroll-dots span:nth-child(2) { animation-delay: .78s; }
.vision-scroll-dots span:nth-child(3) { animation-delay: 1.56s; }
.vision-scroll-dots:focus-visible {
    outline: 1px solid rgba(100,41,57,.16);
    outline-offset: 4px;
    border-radius: 16px;
}
@keyframes vlIntroFade {
    to { opacity: .96; transform: translateY(0); }
}
@keyframes vlScrollChevron {
    0%, 12% { opacity: 0; }
    18%, 46% { opacity: 1; }
    62%, 100% { opacity: .3; }
}

@media (max-width: 520px) {
    .vision-scroll-dots {
        bottom: 1.4%;
        gap: 9px;
        width: 54px;
    }
    .vision-scroll-dots span {
        width: 24px;
        height: 15px;
    }
    .vision-scroll-dots span::before {
        width: 13px;
        height: 13px;
        border-right-width: 2.6px;
        border-bottom-width: 2.6px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .intro-vision .vision-result-logo,
    .intro-vision .vision-result-line,
    .intro-vision .vision-result-company {
        opacity: .96;
        transform: none;
        animation: none !important;
    }
    .vision-scroll-dots span {
        opacity: .08;
        animation: none !important;
    }
}

/* V44 | 22.08.2026 10:55 | VisLogic hero Ken Burns - earlier motion, slightly stronger */
.intro {
    position: relative;
    isolation: isolate;
}
.intro::before {
    content: "";
    position: absolute;
    inset: -7%;
    z-index: 0;
    pointer-events: none;
    background: url("img/vislogic-hero-bg.webp") center center / cover no-repeat;
    opacity: .98;
    transform: scale(1.035) translate3d(-1%, .45%, 0);
    transform-origin: 50% 46%;
    will-change: transform;
    animation: vlHeroKenBurns 30s cubic-bezier(.18,.68,.3,1) infinite alternate;
}
.intro > .section-shell {
    position: relative;
    z-index: 1;
}
@keyframes vlHeroKenBurns {
    0% {
        transform: scale(1.035) translate3d(-1%, .45%, 0);
    }
    100% {
        transform: scale(1.12) translate3d(1.9%, -1.35%, 0);
    }
}
@keyframes vlHeroKenBurnsMobile {
    0% {
        background-position: 8% center;
        transform: scale(1.035) translate3d(-.6%, .35%, 0);
    }
    100% {
        background-position: 92% center;
        transform: scale(1.10) translate3d(.8%, -1%, 0);
    }
}
@media (max-width: 720px) {
    .intro::before {
        inset: -4%;
        opacity: .94;
        background-position: 8% center;
        animation-name: vlHeroKenBurnsMobile;
        animation-duration: 30s;
    }
}
@media (prefers-reduced-motion: reduce) {
    .intro::before {
        animation: none !important;
        transform: scale(1.035);
    }
}


/* v54 | 22.08.2026 15:36 | footer legal link + privacy pages */
.footer-actions {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}
.footer-legal-link {
    color: #c8c1cc;
    text-decoration: none;
}
.footer-legal-link:hover,
.footer-legal-link:focus-visible {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.legal-page {
    min-height: 70vh;
    padding: 150px 0 100px;
    background: #f4f6f7;
    color: #344652;
}
.legal-shell {
    width: min(920px, calc(100% - 40px));
}
.legal-kicker {
    margin: 0 0 18px;
    color: #315a75;
    font-size: .72rem;
    font-weight: 780;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.legal-page h1 {
    margin: 0;
    color: #202d36;
    font-size: clamp(2.1rem, 4vw, 4rem);
    font-weight: 560;
    line-height: 1.02;
    letter-spacing: -.045em;
}
.legal-updated {
    margin: 14px 0 48px;
    color: #71808a;
    font-size: .78rem;
}
.legal-section {
    padding: 30px 0;
    border-top: 1px solid rgba(49,78,98,.14);
}
.legal-section h2 {
    margin: 0 0 13px;
    color: #243b49;
    font-size: 1.08rem;
    font-weight: 720;
    letter-spacing: -.015em;
}
.legal-section p,
.legal-section li {
    margin: 0;
    font-size: .9rem;
    line-height: 1.72;
}
.legal-section p + p,
.legal-section ul + p,
.legal-section p + ul {
    margin-top: 12px;
}
.legal-section ul {
    margin: 12px 0 0;
    padding-left: 1.25rem;
}
.legal-section a {
    color: #315a75;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.legal-address {
    font-style: normal;
    line-height: 1.72;
}
.legal-note {
    margin-top: 14px !important;
    padding: 15px 18px;
    border-left: 3px solid #7a97aa;
    background: rgba(255,255,255,.62);
}
@media (max-width: 680px) {
    .footer-actions { flex-wrap: wrap; gap: 16px; }
    .legal-page { padding: 118px 0 72px; }
    .legal-shell { width: min(100% - 28px, 920px); }
}


/* v62 | 22.08.2026 22:13 | localized real-404 pages */
.error-page { min-height: 100svh; display: flex; flex-direction: column; background: var(--paper-light); }
.error-page main { flex: 1; padding-top: var(--header-h); display: grid; place-items: center; }
.error-stage { width: min(calc(100% - 64px), 900px); margin-inline: auto; padding: 86px 0 92px; }
.error-code { margin: 0 0 14px; color: var(--wine); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.error-stage h1 { max-width: 720px; margin: 0; font-size: clamp(2.15rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.045em; }
.error-stage p { max-width: 650px; margin: 24px 0 0; color: var(--ink-soft); font-size: clamp(.98rem, 1.5vw, 1.1rem); line-height: 1.72; }
.error-home-link { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; margin-top: 32px; padding: 0 18px; border: 1px solid rgba(50,41,58,.18); border-radius: 12px; background: var(--plum); color: #fff; text-decoration: none; font-size: .82rem; font-weight: 700; letter-spacing: .02em; }
.error-home-link:hover, .error-home-link:focus-visible { background: var(--plum-deep); }
@media (max-width: 780px) {
    .error-stage { width: min(calc(100% - 36px), 900px); padding: 64px 0 72px; }
}


/* v69 | 22.08.2026 23:37 | localized contact pages */
.contact-shell { max-width: 920px; }
.contact-intro { max-width: 720px; margin: 22px 0 0; color: #5f707b; font-size: .96rem; line-height: 1.72; }
.contact-form { max-width: 700px; margin-top: 42px; padding-top: 30px; border-top: 1px solid rgba(49,78,98,.14); }
.contact-field { margin-bottom: 20px; }
.contact-field label { display: block; margin-bottom: 7px; color: #243b49; font-size: .78rem; font-weight: 720; letter-spacing: .01em; }
.contact-field input,
.contact-field textarea { width: 100%; border: 1px solid rgba(49,78,98,.23); border-radius: 10px; background: #fff; color: #202d36; font: inherit; font-size: .92rem; line-height: 1.5; outline: none; transition: border-color .15s ease, box-shadow .15s ease; }
.contact-field input { height: 46px; padding: 0 13px; }
.contact-field textarea { min-height: 170px; padding: 11px 13px; resize: vertical; }
.contact-field input:focus,
.contact-field textarea:focus { border-color: #5d7d91; box-shadow: 0 0 0 3px rgba(93,125,145,.12); }
.contact-privacy-note { max-width: 650px; margin: 4px 0 0; color: #71808a; font-size: .76rem; line-height: 1.65; }
.contact-privacy-note a { color: #315a75; text-underline-offset: 3px; }
.contact-submit { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; margin-top: 22px; padding: 0 19px; border: 0; border-radius: 10px; background: #243b49; color: #fff; font: inherit; font-size: .82rem; font-weight: 720; cursor: pointer; }
.contact-submit:hover, .contact-submit:focus-visible { background: #315a75; }
.contact-status { display: none; max-width: 700px; margin-top: 30px; padding: 15px 17px; border-radius: 10px; font-size: .84rem; line-height: 1.6; }
.contact-status:target { display: block; }
.contact-status-success { border: 1px solid rgba(50,116,82,.22); background: rgba(229,241,234,.8); color: #285f45; }
.contact-status-error { border: 1px solid rgba(143,70,70,.22); background: rgba(246,232,232,.82); color: #804141; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 680px) { .contact-form { margin-top: 34px; } }

/* v70 - shared server-side captcha */
.contact-captcha-field { margin-top: 24px; }
.contact-captcha-field input { max-width: 132px; }
.contact-captcha-note { max-width: 650px; margin: 8px 0 0; color: #71808a; font-size: .72rem; line-height: 1.55; }
