:root {
  --bg: #02030a;
  --panel: rgba(3, 5, 13, .88);
  --text: #f4f4f7;
  --muted: #d8d8df;
  --blue: #0c55ff;
  --pink: #f4005d;
  --cyan: #00d9ff;
  --orange: #ff6200;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 50% 360px, rgba(20, 40, 110, .15), transparent 27rem) no-repeat,
    linear-gradient(#010207 0, #03040a 640px, #000 1180px) no-repeat,
    #000;
  font-family: "Barlow Condensed", Arial, sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.015) 1px, transparent 1px);
  background-size: 4px 4px;
  z-index: 20;
}

a { color: inherit; text-decoration: none; }

.site-header {
  height: 76px;
  width: 100%;
  display: grid;
  grid-template-columns: 320px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 16px 26px 8px 20px;
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 3, .95);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-copy strong {
  font: 700 32px/1 "Barlow Condensed", sans-serif;
  letter-spacing: .015em;
}

.brand-copy strong em {
  color: #155cff;
  font-style: normal;
}

.brand-copy strong b {
  color: #f4005d;
  font-weight: inherit;
}

.brand-copy small {
  margin-top: 8px;
  color: #f2f2f5;
  font: 400 16px/1 "Barlow Condensed", sans-serif;
  letter-spacing: .025em;
}

.main-nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.05vw, 37px);
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: clamp(14px, 1.02vw, 17px);
  letter-spacing: .02em;
  color: #f0f0f3;
  transition: color .2s ease;
}

.main-nav a:hover,
.main-nav a.active { color: #1763ff; }

.main-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 17px;
  height: 3px;
  background: #1555ff;
  box-shadow: 0 0 12px #1555ff;
}

.chevron { margin-left: 8px; color: white; font-size: 21px; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 28px;
  transform: translateY(-8px);
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}

.social-group {
  position: relative;
}

.social-trigger {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
  opacity: .95;
  transition: color .2s, transform .2s;
}

.social-trigger > img {
  width: 25px;
  height: 25px;
  display: block;
  object-fit: contain;
  filter: invert(1);
  transition: filter .2s;
}

.social-trigger:hover,
.social-trigger:focus-visible,
.social-group.open .social-trigger {
  color: var(--cyan);
  transform: translateY(-1px);
}

.social-trigger:hover > img,
.social-trigger:focus-visible > img,
.social-group.open .social-trigger > img {
  filter: invert(63%) sepia(99%) saturate(3200%) hue-rotate(145deg) brightness(108%);
}

.social-accounts {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  z-index: 30;
  display: flex;
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(21,92,255,.75);
  border-radius: 8px;
  background: rgba(1,3,10,.97);
  box-shadow: 0 8px 24px rgba(0,0,0,.75), 0 0 14px rgba(21,92,255,.22);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition: opacity .18s, transform .18s, visibility .18s;
}

.social-accounts::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 16px;
}

.social-group:hover .social-accounts,
.social-group:focus-within .social-accounts,
.social-group.open .social-accounts {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.social-accounts a {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 7px;
  background: #03040a;
  transition: border-color .2s, transform .2s;
}

.social-accounts a:hover {
  border-color: var(--pink);
  transform: translateY(-2px);
}

.social-accounts img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.mobile-socials { display: none; }

.login {
  border: 1px solid #1555ff;
  border-radius: 4px;
  padding: 8px 14px;
  color: #2164ff;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: inset 0 0 10px rgba(18, 81, 255, .08);
}

.menu-button { display: none; }

/*
  TEMPORÄR AUSGEBLENDET:
  Diese Regel auskommentieren oder löschen, um Navigation und Login
  jederzeit wieder sichtbar zu machen.
*/
.main-nav > a,
.login {
  display: none !important;
}

.hero {
  position: relative;
  min-height: 338px;
  overflow: visible;
  display: grid;
  place-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 50% 47%, rgba(0, 69, 255, .16), transparent 23%),
    linear-gradient(90deg, rgba(0,0,0,.1), rgba(0,0,0,.38) 38%, rgba(0,0,0,.38) 62%, rgba(0,0,0,.08));
}

.hero-art {
  position: absolute;
  top: -14%;
  height: 138%;
  width: 54vw;
  object-fit: cover;
  mix-blend-mode: screen;
  opacity: .9;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0,0,0,.82) 78%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 68%, rgba(0,0,0,.82) 78%, transparent 100%);
  pointer-events: none;
}

.hero-art-left {
  left: -4vw;
  object-position: left top;
  -webkit-mask-image: radial-gradient(ellipse 98% 108% at left top, #000 0%, #000 62%, rgba(0,0,0,.78) 77%, transparent 100%);
  mask-image: radial-gradient(ellipse 98% 108% at left top, #000 0%, #000 62%, rgba(0,0,0,.78) 77%, transparent 100%);
}

.hero-art-right {
  right: -4vw;
  object-position: right top;
  -webkit-mask-image: radial-gradient(ellipse 98% 108% at right top, #000 0%, #000 62%, rgba(0,0,0,.78) 77%, transparent 100%);
  mask-image: radial-gradient(ellipse 98% 108% at right top, #000 0%, #000 62%, rgba(0,0,0,.78) 77%, transparent 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: -12px;
}

.hero-logo {
  display: block;
  width: 280px;
  height: 280px;
  margin: 20px auto 5px;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 14px rgba(0, 80, 255, .34));
}

h1 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: clamp(34px, 3vw, 49px);
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-shadow: 0 2px 5px #000;
}

h1 span { color: #155cff; }

.hero-subline {
  margin: 16px auto 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  width: min(540px, 86vw);
}

.hero-subline p {
  margin: 0;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 16px;
}

.hero-subline i {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, #0f58ff);
}
.hero-subline i:last-child { background: linear-gradient(90deg, #ff005a, transparent); }

.cards {
  position: relative;
  z-index: 4;
  width: min(1420px, calc(100% - 76px));
  margin: -18px auto 48px;
  display: grid;
  grid-template-columns: 1fr .88fr 1fr;
  gap: 22px;
}

.feature-card {
  position: relative;
  height: 378px;
  overflow: hidden;
  border: 1px solid var(--accent);
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(7,11,25,.93), rgba(0,0,4,.97)),
    var(--panel);
  box-shadow:
    0 0 15px color-mix(in srgb, var(--accent) 36%, transparent),
    inset 0 0 30px rgba(0,0,0,.6);
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .28;
  background:
    radial-gradient(circle at 70% 60%, color-mix(in srgb, var(--accent) 28%, transparent), transparent 34%),
    linear-gradient(120deg, transparent 45%, color-mix(in srgb, var(--accent) 14%, transparent) 65%, transparent);
}

.card-blue { --accent: var(--blue); }
.card-pink {
  --accent: var(--pink);
  background:
    linear-gradient(180deg, rgba(0,0,5,.04), rgba(0,0,8,.52) 72%, rgba(0,0,5,.9)),
    url("assets/mulli-card-background.png") center / cover no-repeat;
}

.card-cyan {
  --accent: var(--cyan);
  background:
    linear-gradient(180deg, rgba(0,0,5,.04), rgba(0,0,8,.55) 70%, rgba(0,0,5,.92)),
    url("assets/fliq-card-background.png") center 68% / auto 118% no-repeat;
}

.card-glow {
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: var(--accent);
  filter: blur(100px);
  opacity: .12;
}

.card-copy {
  position: relative;
  z-index: 3;
  width: 56%;
  height: 100%;
  padding: 28px 0 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mini-brand {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: auto;
}

.mini-logo {
  width: 140px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 2px solid #0b55ff;
  border-radius: 0%;
  color: #1559ff;
  font: 700 38px "Oswald";
  box-shadow: 0 0 13px rgba(0, 75, 255, .5), inset 0 0 12px rgba(0, 75, 255, .18);
}

.mini-logo-image {
  border: 0;
  object-fit: contain;
  box-shadow: none;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.75));
}

.mini-brand strong {
  font: 700 34px/1.02 "Oswald";
  text-transform: uppercase;
}
.mini-brand em { color: #1559ff; font-style: normal; }

.card-copy p {
  max-width: 265px;
  margin: auto 0 18px;
  font-size: 19px;
  line-height: 1.45;
  color: #fff;
}

.outline-button {
  width: 188px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  border: 1px solid var(--accent);
  border-radius: 4px;
  text-transform: uppercase;
  font: 500 17px "Oswald";
  box-shadow: inset 0 0 10px color-mix(in srgb, var(--accent) 12%, transparent);
  transition: background .2s, box-shadow .2s, transform .2s;
}

.outline-button b {
  color: var(--accent);
  font-size: 38px;
  line-height: 0;
  font-weight: 300;
  transform: translateY(-2px);
}

.outline-button:hover {
  transform: translateY(-2px);
  background: color-mix(in srgb, var(--accent) 13%, transparent);
  box-shadow: 0 0 18px color-mix(in srgb, var(--accent) 35%, transparent);
}

.card-art {
  position: absolute;
  z-index: 2;
  object-fit: contain;
  mix-blend-mode: screen;
  pointer-events: none;
}

.dart-art {
  right: -18px;
  bottom: -30px;
  width: 280px;
  height: 440px;
}

.card-logo-frame {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 238px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  pointer-events: none;
}

.card-logo {
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0,0,0,.8));
}

.mulli-logo-frame {
  height: 252px;
}

.mulli-logo {
  width: 210px;
  height: auto;
  align-self: flex-start;
  margin-top: 0;
}

.fliq-logo {
  width: 222px;
  height: 222px;
  align-self: center;
  object-fit: contain;
}

.lower-copy {
  width: 100%;
  justify-content: flex-end;
  padding: 0 30px 24px;
}

.lower-copy p {
  max-width: 100%;
  margin: 0 0 8px;
  padding-right: 16px;
}

.partner-bar {
  width: min(820px, calc(100% - 76px));
  min-height: 145px;
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  border: 1px solid #d10058;
  border-radius: 13px;
  overflow: hidden;
  background: rgba(2,3,8,.92);
  box-shadow: 0 0 14px rgba(255,0,91,.25);
}

.partner { height: 144px; position: relative; display: grid; place-items: center; overflow: hidden; }
.partner img { max-width: 96%; max-height: 135px; object-fit: contain; mix-blend-mode: screen; }
.partner-main img { width: 470px; }

.partner-link {
  display: grid;
  width: min(96%, 470px);
  place-items: center;
  margin-top: 22px;
  border-radius: 10px;
}

.partner-link img {
  width: 100%;
  margin: 0;
}

.partner-link:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 4px;
}

.partner-founders {
  display: block;
  padding: 9px 22px 7px;
}

.founders-title {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .34em;
  font: 500 17px/1 "Oswald";
}

.founders-list {
  height: 111px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  align-items: center;
  gap: 22px;
}

.founder {
  width: 100%;
  min-width: 0;
  height: 111px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.partner .founder img {
  width: auto;
  max-width: 58%;
  max-height: 108px;
  margin: 0;
  object-fit: contain;
  mix-blend-mode: normal;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,.8));
}

.partner .founder-mullis img {
  width: 125px;
  max-width: 125px;
  align-self: flex-end;
  margin-bottom: 6px;
}

.founder-mullis {
  transform: translateX(-22%);
}

.partner .founder-olo img {
  width: 125px;
  max-width: 125px;
  max-height: 125px;
  margin-top:auto
}

.founder strong {
  flex: 0 0 auto;
  text-transform: uppercase;
  white-space: nowrap;
  font: 600 22px/1 "Oswald";
  text-shadow: 0 2px 5px #000;
}

.founder-olo strong {
  text-transform: none;
}

.founders-divider {
  width: 1px;
  height: 70px;
  background: rgba(255,255,255,.78);
}

.eyebrow {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: .34em;
  font: 500 20px "Oswald";
  white-space: nowrap;
}

.partner-separator {
  width: 1px;
  height: 105px;
  background: rgba(255,255,255,.8);
}

footer {
  height: auto;
  min-height: 40px;
  padding-bottom: 30px;
  display: grid;
  place-items: center;
  color: #a8a8ae;
  font-size: 16px;
  letter-spacing: .02em;
}

@media (max-width: 1250px) {
  .site-header { grid-template-columns: 210px 1fr auto; padding-left: 12px; gap: 10px; }
  .brand-copy strong { font-size: 21px; }
  .brand-copy small { margin-top: 5px; font-size: 12px; }
  .main-nav { gap: 15px; }
  .header-actions { gap: 12px; }
  .cards { width: calc(100% - 36px); gap: 14px; }
  .partner-bar { width: calc(100% - 36px); }
  .mini-logo { width: 90px; }
  .mini-brand strong { font-size: 28px; }
}

@media (min-width: 1500px) {
  .hero-art {
    top: -22%;
    width: 58vw;
    height: 152%;
  }

  .hero-art-left { left: -2vw; }
  .hero-art-right { right: -2vw; }
}

@media (max-width: 1000px) {
  .site-header {
    height: 82px;
    grid-template-columns: 1fr auto;
    padding: 0 18px;
  }
  .brand { transform: none; }
  .brand-copy strong { font-size: 22px; }
  .brand-copy small { font-size: 12px; }
  .menu-button {
    display: flex;
    width: 42px;
    height: 38px;
    border: 1px solid #1858ff;
    border-radius: 4px;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    padding: 0 10px;
  }
  .menu-button span { height: 2px; background: white; width: 100%; }
  .main-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 82px;
    height: auto;
    padding: 20px;
    background: rgba(0,0,4,.98);
    border-bottom: 1px solid #1555ff;
    display: none;
    flex-wrap: wrap;
  }
  .main-nav.open { display: flex; }
  .main-nav a { height: 44px; }
  .main-nav a.active::after { bottom: 0; }
  .header-actions { display: none; }
  .mobile-socials {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding-top: 12px;
  }
  .mobile-socials .login { display: none; }
  .mobile-socials .social-trigger { font-size: 22px; }
  .mobile-socials .social-accounts { top: calc(100% + 9px); }

  .cards { grid-template-columns: 1fr; max-width: 720px; }
  .feature-card { height: 360px; }
  .partner-bar { max-width: 720px; grid-template-columns: 1fr; }
  .partner-separator { display: none; }
  .partner-bar, .partner { height: auto; }
  .partner { min-height: 130px; }
  .partner-founders { min-height: 154px; }
}

@media (max-width: 650px) {
  .brand-copy strong { font-size: clamp(17px, 5vw, 21px); }
  .brand-copy small { margin-top: 4px; font-size: clamp(9px, 2.7vw, 11px); }
  .hero { min-height: 300px; }
  .hero-art { top: -4%; width: 128vw; height: 124%; opacity: .56; }
  .hero-art-left { left: -42vw; }
  .hero-art-right { right: -42vw; }
  .hero-logo { width: 270px; height: 220px; }
  h1 { font-size: 29px; letter-spacing: .09em; }
  .hero-subline { gap: 8px; }
  .hero-subline p { font-size: 13px; letter-spacing: .06em; white-space: nowrap; }

  .cards { margin-top: 24px; margin-bottom: 34px; }
  .partner-bar { margin-bottom: 22px; }
  .cards, .partner-bar { width: calc(100% - 22px); }
  .feature-card { height: 420px; }
  .card-copy { width: 100%; padding: 25px 22px; }
  .card-blue .card-copy { width: 68%; }
  .mini-brand { gap: 12px; }
  .mini-logo { width: 76px; font-size: 27px; }
  .mini-brand strong { font-size: 24px; }
  .card-copy p { font-size: 17px; }
  .dart-art { right: -65px; opacity: .7; }
  .card-logo-frame { height: 245px; }
  .mulli-logo-frame { height: 278px; }
  .mulli-logo { width: 230px; }
  .fliq-logo { width: 230px; height: 230px; }
  .lower-copy { padding: 0 22px 25px; }

  .partner-founders { padding-inline: 10px; }
  .founders-list { gap: 8px; }
  .founder { gap: 6px; }
  .partner .founder img { max-width: 54%; max-height: 90px; }
  .partner .founder-mullis img { width: 82px; max-width: 82px; }
  .founder-mullis { transform: translateX(-5px); }
  .partner .founder-olo img { width: 76px; max-width: 76px; max-height: 76px; }
  .founder strong { font-size: 16px; }
}
