*{ box-sizing:border-box; margin:0; padding:0; }
  html{ scroll-behavior:smooth; -webkit-font-smoothing:antialiased; }
  body{ background:#0B0B0D; }
  ::selection{ background:#CA2B2F; color:#fff; }
  @keyframes ecgsweep{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
  @keyframes ecgblip{ 0%,100%{ opacity:.35; } 50%{ opacity:1; } }
  @keyframes cuebob{ 0%,100%{ transform:translateY(0); opacity:.5; } 50%{ transform:translateY(7px); opacity:1; } }
  @keyframes marquee{ from{ transform:translateX(0); } to{ transform:translateX(-50%); } }
  @keyframes shimmer{ 0%{ opacity:.5 } 50%{ opacity:1 } 100%{ opacity:.5 } }
  @media (max-width: 760px){
    header#top{ padding-top:92px !important; padding-bottom:56px !important; }
    header#top h1{ font-size:41px !important; line-height:1.03 !important; }
    [data-hero-content]{ text-align:center !important; }
    [data-hero-content] h1{ text-align:center !important; }
    [data-hero-eyebrow]{ display:flex !important; flex-direction:column !important; align-items:center !important; gap:13px !important; margin-bottom:24px !important; }
    header#top [style*=".22em"]{ font-size:11px !important; letter-spacing:.12em !important; }
    section{ padding-top:80px !important; padding-bottom:80px !important; }
    [data-sublabel]{ display:none !important; }
    [data-cta]{ min-height:100svh !important; display:flex !important; align-items:center !important; padding-top:64px !important; padding-bottom:64px !important; }
    [data-cta-mobile-pattern]{ display:block !important; }
    #manifest{ padding-top:96px !important; padding-bottom:80px !important; min-height:100svh !important; }
    h2[style*="6.5vw"]{ font-size:28px !important; line-height:1.08 !important; }
    h2[style*="8vw, 104px"]{ font-size:36px !important; line-height:1.04 !important; }
    h2[style*="34px, 5vw"]{ font-size:26px !important; }
    [data-manifest]{ font-size:33px !important; line-height:1.34 !important; }
    [data-compliance-title]{ font-size:23px !important; }
  }
  @media (hover:hover){
    #produkte article, #disziplinen article, #inhalt article{ transition:transform .4s cubic-bezier(.22,.61,.36,1), box-shadow .4s ease, border-color .3s ease, opacity .8s ease !important; }
    #produkte article:hover, #disziplinen article:hover{ transform:translateY(-7px) !important; box-shadow:0 28px 58px rgba(0,0,0,.4) !important; }
    #disziplinen article:hover{ border-color:rgba(202,43,47,.55) !important; }
    #inhalt article:hover{ transform:translateY(-5px) !important; }
    #produkte article img:not([src*="pattern"]), #disziplinen article img:not([src*="pattern"]), #inhalt article img{ transition:transform .55s cubic-bezier(.22,.61,.36,1); }
    #produkte article:hover img:not([src*="pattern"]), #disziplinen article:hover img:not([src*="pattern"]){ transform:scale(1.07); }
    #inhalt article:hover img:not([data-fan]){ transform:scale(1.05); }
    #inhalt article:hover img[data-fan]{ transition:transform .55s cubic-bezier(.22,.61,.36,1); }
    #inhalt article:hover img[data-fan]:first-of-type{ transform:rotate(11deg) translateX(34%); }
    #inhalt article:hover img[data-fan]:nth-of-type(2){ transform:rotate(-10deg) translateX(-30%); }
  }
