:root {
  --bg: #020817;
  --ink: #f5f8ff;
  --muted: rgba(228, 237, 255, 0.72);
  --soft: rgba(190, 220, 255, 0.86);
  --line: rgba(190, 220, 255, 0.16);
  --glass: rgba(7, 21, 43, 0.38);
  --glass-soft: rgba(255, 255, 255, 0.055);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Space Grotesk", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--bg);
  color: var(--ink);
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 40;
  padding: 18px 28px;
  background: linear-gradient(
    180deg,
    rgba(2, 8, 23, 0.72),
    rgba(2, 8, 23, 0.22),
    transparent
  );
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.header-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.logo img {
  height: 52px;
  width: auto;
  display: block;
  border-radius: 8px;
}

.header-claim {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
	top: 22px; /* statt einfach im Flow */
  text-align: center;

  color: rgba(235, 242, 255, 0.78);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
	
	opacity: 0.8;
	backdrop-filter: blur(4px);
  pointer-events: none; /* verhindert Hover-Flackern */
}

.header-claim span {
  display: block;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.header-claim small {
  display: block;
  margin-top: 4px;
  color: rgba(190, 220, 255, 0.55);
  font-size: 0.68rem;
  letter-spacing: 0.06em;
}

.studio-main {
  position: relative;
}

.back-button-wrap {
  position: fixed;
  top: 92px;
  left: 28px;
  z-index: 30;
}

.back-link {
  position: fixed;
  top: 90px;
  left: 28px;
  z-index: 30;

  font-size: 1.2rem;
  color: rgba(235, 242, 255, 0.6);
  text-decoration: none;

  transition: all 0.25s ease;
}

.back-link:hover {
  color: #ffffff;
  transform: translateX(-2px);
}

.media-parallax {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: transparent;
}

.media-parallax-media {
  position: fixed;
  inset: 0;
  background-image: var(--parallax-image);
 background-size: contain;
background-color: #020817;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  pointer-events: none;
}

.media-parallax-overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(2, 8, 23, 0) 0%,
      rgba(2, 8, 23, 0) 28%,
      rgba(2, 8, 23, 0.38) 58%,
      rgba(2, 8, 23, 0.9) 100%
    );
}

.media-parallax-track {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
  padding: 34vh 0 9vh;
}

.glass-panel {
  background: var(--glass);
  border: 1px solid var(--line);
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px) saturate(130%);
  -webkit-backdrop-filter: blur(24px) saturate(130%);
  border-radius: 34px;
}

.hero-banner {
  min-height: 68vh;
  display: flex;
  align-items: center;
  padding: clamp(34px, 7vw, 84px);
  margin-bottom: 52px;
}

.hero-glass-card {
  max-width: 820px;
}

.policy-panel {
  align-items: flex-start;
}

.policy-content {
  width: min(100%, 760px);
}

.eyebrow,
.section-label {
  margin: 0 0 18px;
  color: var(--soft);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 700;
}

.hero-banner h1 {
  margin: 0;
  max-width: 860px;
  color: #ffffff;
  font-size: clamp(3.2rem, 8vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.07em;
}

.hero-copy {
  max-width: 620px;
  margin: 28px 0 0;
  color: rgba(235, 242, 255, 0.78);
  font-size: clamp(1.1rem, 2vw, 1.55rem);
  line-height: 1.45;
}

.policy-intro {
  margin: 24px 0 0;
  max-width: 62ch;
  color: rgba(235, 242, 255, 0.82);
  font-size: clamp(1.04rem, 1.35vw, 1.18rem);
  line-height: 1.82;
  text-wrap: pretty;
}

.policy-section {
  margin-top: 38px;
  padding-top: 30px;
  border-top: 1px solid rgba(190, 220, 255, 0.14);
}

.policy-section:first-of-type {
  margin-top: 34px;
}

.policy-section h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(1.3rem, 2.1vw, 1.8rem);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.policy-section p {
  max-width: 62ch;
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.82;
  text-wrap: pretty;
}

.policy-subsection + .policy-subsection {
  margin-top: 24px;
}

.policy-subsection h3 {
  margin: 0 0 10px;
  color: rgba(226, 241, 255, 0.96);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.inline-link {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(226, 241, 255, 0.4);
}

.inline-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
}

.content-shell {
  padding: clamp(30px, 5vw, 76px);
}

.content {
  color: var(--muted);
}

.content h2 {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.052em;
}

.content p {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.76;
}

.content strong {
  color: #ffffff;
  font-weight: 700;
}

.intro {
  max-width: 980px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 58px;
}

.feature-card,
.signal-card,
.story-block,
.cta-block {
  background: var(--glass-soft);
  border: 1px solid rgba(190, 220, 255, 0.14);
  border-radius: 26px;
  padding: 30px;
}

.feature-card span,
.signal-card strong {
  display: block;
  margin-bottom: 16px;
  color: rgba(173, 211, 255, 0.92);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.feature-card h3 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.feature-card p {
  font-size: 0.98rem;
  line-height: 1.65;
}

.story-block {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 42px;
  align-items: start;
  margin-top: 58px;
}

.story-block h2 {
  margin-bottom: 0;
}

.story-block p {
  margin-top: 0;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.signal-card span {
  display: block;
  color: rgba(228, 237, 255, 0.72);
  line-height: 1.6;
}

.cta-block {
  margin-top: 58px;
  text-align: center;
}

.cta-block h2 {
  max-width: 820px;
  margin: 0 auto;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 14px 26px;
  border-radius: 999px;
  color: #06101f;
  background: rgba(226, 241, 255, 0.94);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.28);
}

.cta-button:hover {
  background: #ffffff;
}

.site-footer {
  position: relative;
  z-index: 4;
  padding: 42px 28px;
  color: rgba(228, 237, 255, 0.62);
  background: #020817;
  text-align: center;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 16px;
}

.footer-links a {
  color: rgba(228, 237, 255, 0.72);
  text-decoration: none;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-note {
  font-size: 0.9rem;
}

@media (max-width: 980px) {
  .feature-grid,
  .signal-grid,
  .story-block {
    grid-template-columns: 1fr;
  }

  .header-claim {
    max-width: 520px;
  }
}

@media (max-width: 760px) {
  .site-header {
    padding: 14px 18px;
  }

  .header-top {
    align-items: flex-start;
  }

  .logo img {
    height: 36px;
  }

  .header-claim {
    font-size: 0.68rem;
    line-height: 1.35;
  }

  .back-button-wrap {
    top: 82px;
    left: 18px;
  }

  .media-parallax-media {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;

    background-size: cover;
    background-position: center top;
  }

  .media-parallax-overlay {
    position: fixed;
    inset: 0;
  }
	
   .media-parallax-track {
    width: 100%;
    max-width: 100%;
    padding: 30vh 16px 8vh;
    overflow-x: hidden;
  }

  .hero-banner {
    width: 100%;
    max-width: 100%;
    min-height: 62vh;
    display: flex;
    align-items: center;
    padding: 18px;
    margin: 0 0 42px;
    overflow: hidden;
    background: transparent;
  }

  .hero-glass-card {
    width: 100%;
    max-width: 100%;
    padding: 26px 22px;
    border-radius: 28px;
    overflow: hidden;
  }

  .hero-banner h1 {
    max-width: 100%;
    font-size: clamp(3.1rem, 14vw, 4.6rem);
    line-height: 0.94;
    letter-spacing: -0.06em;
  }

  .hero-copy {
    max-width: 100%;
    font-size: 1.12rem;
    line-height: 1.4;
  }

  .hero-banner h1 {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .hero-glass-card {
    max-width: 820px;
    padding: clamp(26px, 4vw, 54px);
    border-radius: 30px;
    background: rgba(7, 21, 43, 0.28);
    border: 1px solid rgba(190, 220, 255, 0.12);
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
  }

  .policy-section {
    margin-top: 32px;
    padding-top: 24px;
  }

  .policy-section p,
  .policy-intro {
    max-width: 100%;
  }

  .content-shell {
    padding: 24px;
    border-radius: 26px;
  }

  .feature-card,
  .signal-card,
  .story-block,
  .cta-block {
    padding: 24px;
    border-radius: 22px;
  }

  .content h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .footer-links {
    gap: 12px;
    font-size: 0.85rem;
  }
}
