/* Lato wird selbst ausgeliefert, damit beim Seitenaufruf keine Verbindung
     zu Google entsteht und keine Einwilligung noetig ist. SIL Open Font License,
     Lizenztext unter assets/fonts/OFL.txt */
  @font-face {
    font-family: "Lato"; font-style: normal; font-weight: 400; font-display: swap;
    src: url("fonts/lato-400.woff2") format("woff2");
  }
  @font-face {
    font-family: "Lato"; font-style: italic; font-weight: 400; font-display: swap;
    src: url("fonts/lato-400-italic.woff2") format("woff2");
  }
  @font-face {
    font-family: "Lato"; font-style: normal; font-weight: 700; font-display: swap;
    src: url("fonts/lato-700.woff2") format("woff2");
  }
  @font-face {
    font-family: "Lato"; font-style: normal; font-weight: 900; font-display: swap;
    src: url("fonts/lato-900.woff2") format("woff2");
  }

  :root {
    --paper:   #000000;
    --surface: #0C0C0C;
    --ink:     #FFFFFF;
    --muted:   #A3A39C;
    --faint:   #6B6B66;
    --line:    #2A2A28;
    --line-2:  #1A1A18;
    --accent:  #FF6A3D;
    --pad:     clamp(20px, 5vw, 64px);
    --maxw:    1280px;
    --logo-h:  62px;
    --f: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }

  * { box-sizing: border-box; }
  body {
    margin: 0; background: var(--paper); color: var(--ink);
    font-family: var(--f); font-weight: 400; font-size: 17px; line-height: 1.6;
    -webkit-font-smoothing: antialiased; overflow-x: hidden;
  }
  .wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }
  a { color: inherit; }
  img { max-width: 100%; display: block; }
  ::selection { background: var(--ink); color: var(--paper); }
  :focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }

  .label {
    font-weight: 700; font-size: 11px; letter-spacing: .16em;
    text-transform: uppercase; color: var(--faint);
  }
  h2 {
    font-weight: 900; text-transform: uppercase;
    font-size: clamp(30px, 4.6vw, 58px); line-height: .96; letter-spacing: -.025em;
    margin: 0; text-wrap: balance;
  }
  h3 { font-weight: 900; font-size: 21px; line-height: 1.15; letter-spacing: -.01em; margin: 0; }
  p { margin: 0; }
  .lead { font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; color: var(--muted); max-width: 60ch; }

  /* ---------- Marke ---------- */
  .mark {
    display: inline-block; flex: none;
    height: 23px; aspect-ratio: 640 / 665;
    background: currentColor;
    -webkit-mask: url("logo-mark.png") no-repeat center / contain;
    mask: url("logo-mark.png") no-repeat center / contain;
  }
  .mark.lg { height: clamp(40px, 5vw, 58px); }
  .mark.foot { height: 26px; }

  /* ---------- Navigation ---------- */
  .nav {
    position: sticky; top: 0; z-index: 50;
    background: color-mix(in srgb, var(--paper) 86%, transparent);
    backdrop-filter: blur(14px) saturate(1.2);
    border-bottom: 1px solid var(--line-2);
  }
  .nav .wrap { display: flex; align-items: center; gap: 24px; min-height: 68px; }
  .brand {
    display: flex; align-items: center; gap: 11px; text-decoration: none;
    font-weight: 900; letter-spacing: -.02em; font-size: 17px; text-transform: uppercase;
    margin-right: auto;
  }
  .navlinks { display: flex; gap: 28px; }
  .navlinks a {
    text-decoration: none; font-weight: 700; font-size: 13px;
    letter-spacing: .04em; text-transform: uppercase; color: var(--muted);
    padding-block: 4px; border-bottom: 1.5px solid transparent;
  }
  .navlinks a:hover { color: var(--ink); border-bottom-color: var(--accent); }
  .btn {
    display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
    background: var(--ink); color: var(--paper);
    font-weight: 900; font-size: 13px; letter-spacing: .05em; text-transform: uppercase;
    padding: 13px 20px; border: 1.5px solid var(--ink); white-space: nowrap;
    font-family: inherit; cursor: pointer;
  }
  .btn:hover { background: transparent; color: var(--ink); }
  .btn .arw { transition: transform .25s ease; }
  .btn:hover .arw { transform: translateX(4px); }
  .btn.ghost { background: transparent; color: var(--ink); }
  .btn.ghost:hover { background: var(--ink); color: var(--paper); }
  @media (max-width: 900px) { .navlinks { display: none; } }

  /* ---------- Soziale Netzwerke ---------- */
  .social { display: flex; align-items: center; gap: 15px; }
  .social a { color: var(--muted); display: grid; place-items: center; transition: color .2s ease; }
  .social a:hover { color: var(--ink); }
  .social svg { width: 18px; height: 18px; display: block; }
  @media (max-width: 560px) { .social { display: none; } }

  /* ---------- Hero ---------- */
  .hero { padding-block: clamp(18px, 2.6vw, 38px) clamp(44px, 7vw, 88px); }
  /* ---------- Logo-Animation unter den Referenzen ---------- */
  .legofilm { padding-block: 0 clamp(34px, 5vw, 68px); }
  .film {
    max-width: 920px; margin: 0 auto; aspect-ratio: 16 / 9;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
  }
  .film video { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
  /* Auf schmalen Schirmen ein hohes Format: der Ausschnitt holt das Logo heran,
     statt es in einem flachen Streifen verschwinden zu lassen. */
  @media (max-width: 720px) {
    .film {
      aspect-ratio: 1 / 1;
      -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
      mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
    }
  }
  .figcap {
    display: flex; align-items: baseline; justify-content: center; gap: 16px;
    max-width: 30ch; margin: clamp(18px, 2.6vw, 30px) auto 0;
    font-size: clamp(18px, 2.1vw, 27px); line-height: 1.3; letter-spacing: -.01em;
    font-style: italic; color: var(--ink); text-align: center;
  }
  .figcap::before {
    content: ""; flex: none; width: 34px; height: 1px;
    background: var(--accent); transform: translateY(-8px);
  }
  h1 {
    margin: 0; font-weight: 900; text-transform: uppercase;
    font-size: clamp(44px, 17vw, 158px); line-height: .845;
    letter-spacing: -.045em;
  }
  h1 span { display: block; animation: rise .62s cubic-bezier(.16,.8,.28,1) backwards; }
  h1 span:nth-child(1) { animation-delay: .04s; }
  h1 span:nth-child(2) { animation-delay: .13s; }
  h1 span:nth-child(3) { animation-delay: .22s; }
  @keyframes rise { from { opacity: 0; transform: translateY(.22em); } }
  .herofoot {
    display: flex; flex-wrap: wrap; align-items: flex-end;
    justify-content: space-between; gap: 28px;
    margin-top: clamp(28px, 4vw, 52px);
    padding-top: clamp(22px, 3vw, 34px); border-top: 1px solid var(--line);
  }
  .claim {
    font-size: clamp(21px, 2.3vw, 30px); line-height: 1.32; font-weight: 400;
    max-width: 48ch; letter-spacing: -.012em;
  }
  .claim b { font-weight: 900; }
  .filmcta { display: flex; justify-content: center; margin-top: clamp(22px, 3vw, 32px); }

  /* ---------- Vertrauensband ---------- */
  .trust {
    padding-block: clamp(40px, 6vw, 76px) clamp(30px, 4vw, 52px);
    background: #FFFFFF; color: var(--paper);
  }
  .trust .quote {
    text-align: center; font-weight: 900; text-transform: uppercase;
    font-size: clamp(19px, 2.7vw, 34px); line-height: 1.12; letter-spacing: -.025em;
    margin: 0 auto; max-width: 34ch; text-wrap: balance;
  }
  .marquee {
    margin-top: clamp(28px, 4vw, 46px); overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
  }
  .track { display: flex; width: max-content; animation: slide 52s linear infinite; }
  .track:hover { animation-play-state: paused; }
  @keyframes slide { to { transform: translateX(-50%); } }
  .lgroup {
    display: flex; align-items: center;
    gap: clamp(44px, 5.5vw, 84px); padding-right: clamp(44px, 5.5vw, 84px);
  }
  .lgroup .lg {
    height: var(--logo-h); flex: none;
    background: currentColor; opacity: .72;
    -webkit-mask-repeat: no-repeat; -webkit-mask-position: center; -webkit-mask-size: contain;
    mask-repeat: no-repeat; mask-position: center; mask-size: contain;
    transition: opacity .3s ease;
  }
  .lg[data-logo="europaparlament"] { aspect-ratio: 342 / 240;
    -webkit-mask-image: url("logos/europaparlament.png"); mask-image: url("logos/europaparlament.png"); }
  .lg[data-logo="bmwet"] { aspect-ratio: 785 / 240;
    -webkit-mask-image: url("logos/bmwet.png"); mask-image: url("logos/bmwet.png"); }
  .lg[data-logo="schema-land"] { aspect-ratio: 508 / 240;
    -webkit-mask-image: url("logos/schema-land.png"); mask-image: url("logos/schema-land.png"); }
  .lg[data-logo="sparkasse"] { aspect-ratio: 534 / 240;
    -webkit-mask-image: url("logos/sparkasse.png"); mask-image: url("logos/sparkasse.png"); }
  .lg[data-logo="hansaton"] { aspect-ratio: 698 / 240;
    -webkit-mask-image: url("logos/hansaton.png"); mask-image: url("logos/hansaton.png"); }
  .lg[data-logo="genussland"] { aspect-ratio: 407 / 240;
    -webkit-mask-image: url("logos/genussland.png"); mask-image: url("logos/genussland.png"); }
  .lg[data-logo="startrampe"] { aspect-ratio: 781 / 240;
    -webkit-mask-image: url("logos/startrampe.png"); mask-image: url("logos/startrampe.png"); }
  .lg[data-logo="zloe"] { aspect-ratio: 515 / 240;
    -webkit-mask-image: url("logos/zloe.png"); mask-image: url("logos/zloe.png"); }
  .lg[data-logo="beco"] { aspect-ratio: 400 / 240;
    -webkit-mask-image: url("logos/beco.png"); mask-image: url("logos/beco.png"); }
  .lg[data-logo="talents"] { aspect-ratio: 636 / 185;
    -webkit-mask-image: url("logos/talents.svg"); mask-image: url("logos/talents.svg"); }
  .lg[data-logo="petschinger"] { aspect-ratio: 1094 / 240;
    -webkit-mask-image: url("logos/petschinger.png"); mask-image: url("logos/petschinger.png"); }
  .lg[data-logo="holfinity"] { aspect-ratio: 212 / 240;
    -webkit-mask-image: url("logos/holfinity.png"); mask-image: url("logos/holfinity.png"); }
  .lgroup .lg.tall { height: calc(var(--logo-h) * .64); }
  .track:hover .lg { opacity: .42; }
  .track .lg:hover { opacity: 1; }
  @media (max-width: 720px) { :root { --logo-h: 48px; } }
  @media (max-width: 640px) { .qbr { display: none; } }

  /* ---------- Abschnitts-Kopf ---------- */
  .sechead {
    display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between;
    gap: 20px; margin-bottom: clamp(26px, 3.4vw, 44px);
  }
  .sechead .label { margin-bottom: 12px; display: block; }
  .sechead.tight { margin-bottom: 14px; }
  .teamlead { max-width: none; font-size: clamp(16px, 1.4vw, 19px);
    margin-bottom: clamp(26px, 3.4vw, 44px); }
  section { padding-block: clamp(56px, 8vw, 112px); }
  .bordered { border-top: 1px solid var(--line); }

  /* ---------- Leistungen ---------- */
  .svcs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
  .svc {
    background: var(--paper); padding: clamp(22px, 2.6vw, 34px);
    display: flex; flex-direction: column; gap: 14px; min-height: 340px;
  }
  .svchead { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
  .svcicon { width: 34px; height: 34px; flex: none; color: var(--ink); }
  .svc .n { font-weight: 900; font-size: 12px; letter-spacing: .14em; color: var(--accent); }
  .svc p { color: var(--muted); font-size: 16px; }
  .svc ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 7px; margin-top: auto; }
  .svc li {
    font-size: 14px; font-weight: 700; letter-spacing: .02em;
    padding-top: 9px; border-top: 1px solid var(--line-2); color: var(--muted);
  }
  @media (max-width: 860px) { .svcs { grid-template-columns: 1fr; } .svc { min-height: 0; } }

  /* ---------- Prozess ---------- */
  .steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border-block: 1px solid var(--line); }
  .step { background: var(--paper); padding: clamp(20px, 2.2vw, 30px) clamp(16px, 2vw, 26px); display: grid; gap: 10px; align-content: start; }
  .step .n { font-weight: 900; font-size: 34px; line-height: 1; letter-spacing: -.04em; color: var(--line); }
  .step p { font-size: 15px; color: var(--muted); }
  @media (max-width: 900px) { .steps { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 560px) { .steps { grid-template-columns: 1fr; } }

  /* ---------- Team ---------- */
  .team { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: clamp(12px, 1.4vw, 20px); }
  .frame {
    aspect-ratio: 3 / 4; max-width: 100%; background: var(--surface);
    border: 1px solid var(--line); position: relative; overflow: hidden;
    display: grid; place-items: center;
  }
  .frame .ph {
    position: relative; z-index: 1; padding: 16px; text-align: center;
    font-weight: 700; font-size: 11px; letter-spacing: .16em;
    text-transform: uppercase; color: var(--faint);
  }
  .frame::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: repeating-linear-gradient(-45deg, transparent 0 13px, var(--line-2) 13px 14px);
    opacity: .85;
  }
  .mate { display: grid; gap: 11px; }
  .teamshot { margin: clamp(30px, 4vw, 56px) 0 0; }
  .teamshot img { width: 100%; height: auto; border: 1px solid var(--line); }
  .teamshot figcaption {
    margin-top: clamp(16px, 2.2vw, 26px); text-align: center; text-wrap: balance;
    font-size: clamp(18px, 2vw, 26px); line-height: 1.35; letter-spacing: -.012em;
    color: var(--muted);
  }
  .teamshot figcaption b { font-weight: 900; color: var(--ink); }
  .mate .nm { font-weight: 900; font-size: 15px; letter-spacing: -.01em; }
  .mate .rl { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--faint); }
  @media (max-width: 620px) { .team { grid-template-columns: repeat(2, 1fr); } }
  .frame.photo::after { display: none; }
  .frame img { width: 100%; height: 100%; object-fit: cover; }

  /* ---------- Stimmen ---------- */
  .voices { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
  .voice { background: var(--surface); padding: clamp(22px, 2.6vw, 32px); display: grid; gap: 16px; align-content: start; }
  .voice blockquote { margin: 0; font-size: 17px; line-height: 1.5; }
  .voice .src { display: grid; gap: 2px; padding-top: 14px; border-top: 1px solid var(--line-2); }
  .voice .src .who { font-weight: 900; font-size: 14px; }
  .voice .src .fn { font-size: 13px; color: var(--faint); }
  @media (max-width: 860px) { .voices { grid-template-columns: 1fr; } }

  .ph-slot { color: var(--accent); font-weight: 700; }

  /* ---------- Referenz-Reels im Telefon ---------- */
  .reelgrid {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: clamp(30px, 5vw, 72px); align-items: center;
  }
  .reelcopy .label { display: block; margin-bottom: 12px; }
  .reelcopy .lead { margin-top: clamp(16px, 2vw, 22px); max-width: 44ch; }
  .reelpicker { display: flex; flex-wrap: wrap; gap: 10px; margin-top: clamp(22px, 3vw, 30px); }
  .reeltab {
    font-family: inherit; font-weight: 700; font-size: 12.5px;
    letter-spacing: .05em; text-transform: uppercase; cursor: pointer;
    color: var(--muted); background: transparent;
    border: 1px solid var(--line); padding: 10px 15px; border-radius: 0;
    transition: color .2s ease, border-color .2s ease;
  }
  .reeltab:hover { color: var(--ink); border-color: var(--muted); }
  .reeltab[aria-selected="true"] { color: var(--paper); background: var(--ink); border-color: var(--ink); }

  .mockup { position: relative; display: grid; align-items: center; justify-items: end; }
  .phone {
    position: relative; width: clamp(200px, 23vw, 286px); aspect-ratio: 9 / 19.5;
    padding: 9px; border-radius: 13% / 6%;
    background: linear-gradient(150deg, #3a3a3c 0%, #1c1c1e 28%, #2c2c2e 60%, #131315 100%);
    box-shadow: 0 34px 70px rgba(0,0,0,.7), 0 0 0 1px rgba(255,255,255,.07);
    transform: rotate(-8deg) translateX(30%);
  }
  .phone-screen {
    position: relative; width: 100%; height: 100%; overflow: hidden;
    border-radius: 10.5% / 5%; background: #000;
  }
  .phone-screen video { width: 100%; height: 100%; object-fit: cover; display: block; }
  .island {
    position: absolute; z-index: 2; top: 1.9%; left: 50%; transform: translateX(-50%);
    width: 31%; height: 3.2%; background: #000; border-radius: 999px;
  }
  .reelslot {
    position: absolute; inset: 0; display: grid; align-content: center; justify-items: center;
    gap: 8px; text-align: center; padding: 18px;
    background: repeating-linear-gradient(-45deg, #000 0 13px, #0E0E0E 13px 14px);
  }
  .reelslot p { font-size: 12px; line-height: 1.5; color: var(--faint); }
  .reelslot[hidden] { display: none; }
  /* Die Hand wird als Hintergrundbild geladen: fehlt die Datei, bleibt der Platz leer. */
  .hand {
    position: absolute; z-index: 3; bottom: -8%;
    right: calc(-1 * var(--pad) - 6%);
    width: 135%; height: 105%; pointer-events: none;
    background: url("mockup/hand.png") no-repeat right bottom / contain;
  }
  @media (max-width: 900px) {
    .reelgrid { grid-template-columns: 1fr; gap: clamp(28px, 6vw, 44px); }
    .mockup { justify-items: center; }
    .phone { transform: rotate(-4deg) translateX(6%); width: clamp(210px, 58vw, 260px); }
    .hand { right: -18%; width: 115%; }
  }

  /* ---------- Schlussband ---------- */
  .talk { background: var(--paper); color: var(--ink); border-top: 1px solid var(--line); overflow: hidden; padding-block: clamp(46px, 6vw, 86px); }
  .talk .marquee { margin: 0 0 clamp(34px, 4.5vw, 58px); -webkit-mask-image: none; mask-image: none; }
  .talk .track { animation: slide 26s linear infinite; }
  .talkline {
    display: flex; align-items: center; gap: 36px; padding-right: 36px;
    font-weight: 900; text-transform: uppercase; letter-spacing: -.035em;
    font-size: clamp(46px, 11vw, 148px); line-height: 1;
  }
  .talkline .dot { color: var(--accent); }
  .talkgrid {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, 400px);
    gap: clamp(28px, 4vw, 56px); align-items: start;
  }
  @media (max-width: 880px) { .talkgrid { grid-template-columns: 1fr; } }
  .booknotes { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 8px; }
  .booknotes li { position: relative; padding-left: 20px; font-size: 15.5px; color: var(--muted); }
  .booknotes li::before {
    content: ""; position: absolute; left: 0; top: .72em;
    width: 10px; height: 1px; background: var(--accent);
  }
  .booker {
    background: var(--surface); border: 1px solid var(--line);
    padding: clamp(18px, 2vw, 24px); display: grid; gap: 14px;
  }
  .calslot {
    border: 1px dashed var(--line); padding: 26px 20px; min-height: 168px;
    display: grid; gap: 8px; align-content: center; justify-items: center; text-align: center;
  }
  .calslot p { font-size: 14px; line-height: 1.5; color: var(--faint); max-width: 34ch; }
  .booker .btn { justify-content: center; }
  .field { display: grid; gap: 6px; }
  .field label {
    display: flex; align-items: baseline; gap: 8px;
    font-weight: 700; font-size: 11px; letter-spacing: .14em;
    text-transform: uppercase; color: var(--faint);
  }
  .field .req { color: var(--accent); }
  .field .opt { font-weight: 400; font-size: 11px; letter-spacing: .06em; text-transform: none; }
  .field input {
    width: 100%; font-family: inherit; font-size: 16px; color: var(--ink);
    background: var(--paper); border: 1px solid var(--line);
    padding: 11px 13px; border-radius: 0;
  }
  .field input::placeholder { color: var(--faint); }
  .field input:focus-visible { outline: 2px solid var(--accent); outline-offset: 0; }
  .field input[aria-invalid="true"] { border-color: var(--accent); }
  .formnote { font-size: 13px; line-height: 1.5; color: var(--faint); }
  .formnote a { color: var(--muted); }
  .formok {
    font-size: 14.5px; line-height: 1.5; color: var(--ink);
    border-left: 2px solid var(--accent); padding-left: 13px;
  }
  .talkgrid h2 { color: var(--ink); }
  .talkgrid .sub { color: var(--muted); max-width: 42ch; margin-top: 12px; }

  /* ---------- Footer ---------- */
  .foot { background: var(--paper); color: var(--ink); padding-block: clamp(34px, 4vw, 56px) 34px; border-top: 1px solid var(--line); }
  .footgrid { display: flex; flex-wrap: wrap; gap: 32px 60px; justify-content: space-between; }
  .footcol { display: grid; gap: 8px; align-content: start; }
  .footcol .label { color: var(--faint); margin-bottom: 4px; }
  .footcol a { text-decoration: none; font-size: 15px; color: var(--muted); }
  .footcol a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
  /* ---------- Impressum ---------- */
  .legal { padding-block: clamp(40px, 5vw, 72px); border-top: 1px solid var(--line); }
  .legal h2 { font-size: clamp(24px, 3vw, 38px); margin-bottom: 14px; }
  .legal-intro { font-size: 14.5px; line-height: 1.6; color: var(--faint); max-width: 76ch; }
  .legal-list {
    margin: clamp(22px, 3vw, 32px) 0 0; padding: 0;
    display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 clamp(24px, 4vw, 60px);
  }
  .legal-list > div {
    display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 16px;
    padding-block: 10px; border-bottom: 1px solid var(--line-2);
  }
  .legal-list dt {
    font-weight: 700; font-size: 11px; letter-spacing: .12em;
    text-transform: uppercase; color: var(--faint); padding-top: 3px;
  }
  .legal-list dd { margin: 0; font-size: 15.5px; line-height: 1.45; }
  .legal-list dd a { color: var(--muted); }
  .legal-list dd a:hover { color: var(--ink); }
  .legal-note { margin-top: clamp(20px, 2.6vw, 28px); font-size: 14px; line-height: 1.6; color: var(--faint); max-width: 76ch; }
  .legal-note a { color: var(--muted); }
  @media (max-width: 900px) {
    .legal-list { grid-template-columns: 1fr; }
    .legal-list > div { grid-template-columns: 150px minmax(0, 1fr); gap: 12px; }
  }
  @media (max-width: 520px) { .legal-list > div { grid-template-columns: 1fr; gap: 3px; } }

  .legal-doc { margin-top: clamp(24px, 3vw, 34px); display: grid; gap: clamp(18px, 2.2vw, 26px); max-width: 82ch; }
  .ldoc-part { border-top: 1px solid var(--line-2); padding-top: clamp(16px, 2vw, 22px); }
  .ldoc-part:first-child { border-top: 0; padding-top: 0; }
  .legal-doc h3 { font-size: 15px; letter-spacing: .01em; margin-bottom: 9px; }
  .legal-doc p { font-size: 15px; line-height: 1.62; color: var(--muted); }
  .legal-doc p + p { margin-top: 9px; }
  .legal-doc ul { margin: 10px 0 0; padding: 0; list-style: none; display: grid; gap: 6px; }
  .legal-doc li {
    position: relative; padding-left: 18px;
    font-size: 15px; line-height: 1.55; color: var(--muted);
  }
  .legal-doc li::before {
    content: ""; position: absolute; left: 0; top: .72em;
    width: 8px; height: 1px; background: var(--line);
  }
  .legal-doc a { color: var(--ink); }
  .ldoc-off {
    margin-top: 11px; padding-left: 12px; border-left: 2px solid var(--accent);
    font-size: 14.5px; line-height: 1.5; color: var(--ink);
  }

  /* ---------- Cookie-Hinweis ---------- */
  .cookie {
    position: fixed; inset: auto 0 0 0; z-index: 100;
    background: var(--surface); border-top: 1px solid var(--line);
    box-shadow: 0 -18px 40px rgba(0, 0, 0, .55);
  }
  .cookie-inner {
    max-width: var(--maxw); margin: 0 auto; padding: clamp(18px, 2.4vw, 26px) var(--pad);
    display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: clamp(20px, 3vw, 44px); align-items: center;
  }
  .cookie h2 { font-size: 15px; letter-spacing: .02em; margin-bottom: 7px; }
  .cookie p { font-size: 14px; line-height: 1.55; color: var(--muted); max-width: 72ch; }
  .cookie p a { color: var(--ink); }
  .cookie-cats { display: flex; flex-wrap: wrap; gap: 10px 24px; margin-top: 13px; }
  .cookie-cats label {
    display: flex; align-items: center; gap: 8px;
    font-size: 13px; font-weight: 700; letter-spacing: .04em; cursor: pointer;
  }
  .cookie-cats input { width: 15px; height: 15px; accent-color: var(--accent); cursor: pointer; }
  .cookie-cats input:disabled { cursor: default; }
  .cookie-cats span { font-weight: 400; color: var(--faint); letter-spacing: 0; }
  .cookie-actions { display: flex; flex-wrap: wrap; gap: 10px; }
  .cookie-actions .btn { font-size: 12px; padding: 12px 16px; }
  @media (max-width: 860px) {
    .cookie-inner { grid-template-columns: 1fr; gap: 18px; }
    .cookie-actions .btn { flex: 1 1 auto; justify-content: center; }
  }

  .footlegal { display: flex; flex-wrap: wrap; gap: 8px 24px; }
  .footlegal a { text-decoration: none; }
  .footlegal a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
  .footbase {
    margin-top: 36px; padding-top: 20px;
    border-top: 1px solid var(--line);
    display: flex; flex-wrap: wrap; gap: 12px 26px; justify-content: space-between;
    font-size: 12.5px; color: var(--faint);
  }

  @media (prefers-reduced-motion: reduce) {
    .track { animation: none; }
    h1 span { animation: none; }
    * { transition: none !important; }
  }

  /* ---------- Rechtstexte als eigene Seiten ---------- */
  .legalmain .legal { border-top: 0; padding-block: clamp(34px, 5vw, 72px) clamp(48px, 7vw, 96px); }
  .backlink {
    display: inline-flex; align-items: center; gap: 9px; text-decoration: none;
    font-weight: 700; font-size: 12px; letter-spacing: .1em; text-transform: uppercase;
    color: var(--faint); margin-bottom: clamp(18px, 2.4vw, 26px);
  }
  .backlink:hover { color: var(--ink); }
