@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --ink: #00303c;
  --green: #a3c962;
  --mint: #e8f4ee;
  --paper: #f4f3ef;
  --line: rgba(8,47,58,.18);
  --pad: clamp(22px, 5vw, 84px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Space Grotesk", Arial, sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 99; background: white; padding: 12px; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 94px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); color: white; transition: .4s; }
.site-header.scrolled { height: 72px; background: rgba(244,243,239,.94); color: var(--ink); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.brand { width: 160px; z-index: 2; }
.brand img { width: 100%; filter: brightness(0) invert(1); transition: .3s; }
.site-header.scrolled .brand img, .site-footer img { filter: none; }
.desktop-nav { display: flex; gap: clamp(12px, 1.6vw, 26px); align-items: center; }
.desktop-nav a { font-size: 12px; white-space: nowrap; }
.desktop-nav a::after { content: ""; display: block; width: 0; height: 1px; margin-top: 5px; background: currentColor; transition: .3s; }
.desktop-nav a:hover::after { width: 100%; }
.menu-button { display: none; color: inherit; border: 0; background: none; cursor: pointer; align-items: center; gap: 9px; z-index: 2; }
.menu-button i { width: 22px; height: 1px; background: currentColor; display: block; }
.mobile-menu { display: none; }
.hero { min-height: 100svh; position: relative; color: #fff; overflow: hidden; background: #23444d; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,23,30,.76) 0%, rgba(2,23,30,.3) 52%, rgba(2,23,30,.12)), linear-gradient(0deg, rgba(2,23,30,.42), transparent 45%); }
.hero-content { position: relative; z-index: 1; min-height: 100svh; padding: 150px var(--pad) 55px; display: flex; flex-direction: column; justify-content: flex-end; }
.eyebrow { text-transform: uppercase; letter-spacing: .17em; font-size: 12px; font-weight: 600; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 13px 4px 0; background: var(--green); }
.light { color: rgba(255,255,255,.8); }
.hero h1, h2 { margin: 0; font-family: "Space Grotesk", sans-serif; letter-spacing: -.055em; line-height: .94; font-weight: 500; }
.hero h1 { font-size: clamp(56px, 8.7vw, 145px); max-width: 1250px; }
.hero h1 em, .manifesto h2 em, .contact h2 em { color: var(--green); font-style: normal; }
.hero-bottom { margin-top: 50px; display: flex; align-items: end; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.35); padding-top: 22px; }
.hero-bottom > p { font-size: clamp(16px, 1.45vw, 22px); line-height: 1.45; max-width: 550px; margin: 0; }
.round-link { width: 110px; height: 110px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-content: center; text-align: center; font-size: 12px; transition: .3s; }
.round-link b { font-size: 22px; font-weight: 400; }
.round-link:hover { background: var(--green); border-color: var(--green); color: var(--ink); transform: rotate(-5deg); }
.scroll-hint { position: absolute; z-index: 2; right: 18px; top: 50%; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-hint span { display: inline-block; height: 60px; width: 1px; background: white; margin-bottom: 12px; }
.section { padding: 130px var(--pad); }
.section-label { display: flex; gap: 16px; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 600; }
.section-label span { color: var(--green); }
.intro { display: grid; grid-template-columns: 25% 1fr; gap: 30px; }
.intro-copy .kicker { margin: 0 0 38px; font-size: 16px; }
.intro h2, .services h2, .trust h2 { font-size: clamp(47px, 6.4vw, 105px); }
.intro h2 span, .services h2 span, .trust h2 span { color: rgba(8,47,58,.25); }
.intro-detail { margin: 65px 0 0 auto; max-width: 560px; font-size: 18px; line-height: 1.65; }
.text-link { display: inline-flex; gap: 35px; margin-top: 25px; border-bottom: 1px solid var(--ink); padding-bottom: 7px; font-weight: 600; font-size: 14px; }
.showcase { height: 720px; display: grid; grid-template-columns: 1.5fr .6fr .7fr; grid-template-rows: 1fr 1fr; gap: 12px; padding: 0 var(--pad); }
.showcase-main { grid-row: 1 / 3; overflow: hidden; }
.showcase-main img, .showcase-small img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s; }
.showcase-main:hover img, .showcase-small:hover img { transform: scale(1.035); }
.stat-card { background: var(--green); padding: 38px; display: flex; flex-direction: column; justify-content: space-between; }
.stat-card strong { font: 500 clamp(65px,7vw,120px)/1 "Space Grotesk"; letter-spacing: -.08em; }
.stat-card span { max-width: 120px; line-height: 1.3; }
.showcase-small { grid-column: 2 / 4; overflow: hidden; }
.services { background: var(--ink); color: white; margin-top: 130px; }
.services-head { display: grid; grid-template-columns: 25% 1fr 25%; gap: 30px; margin-bottom: 90px; align-items: end; }
.services-head p { color: rgba(255,255,255,.65); line-height: 1.6; margin: 0; }
.services h2 span { color: rgba(255,255,255,.25); }
.service-list { border-top: 1px solid rgba(255,255,255,.2); }
.service-row { position: relative; min-height: 155px; display: grid; grid-template-columns: 7% 36% 1fr 45px; gap: 20px; align-items: center; border-bottom: 1px solid rgba(255,255,255,.2); transition: padding .35s, color .35s; }
.service-row:hover { padding-left: 18px; color: var(--green); }
.service-row .number { font-size: 11px; color: var(--green); }
.service-row h3 { margin: 0; font: 500 clamp(27px,3.2vw,50px)/1 "Space Grotesk"; letter-spacing: -.04em; }
.service-row p { max-width: 350px; color: rgba(255,255,255,.55); line-height: 1.45; }
.service-row .arrow { font-size: 28px; }
.manifesto { min-height: 85svh; color: white; position: relative; padding: var(--pad); display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.manifesto-bg { position: absolute; inset: 0; background: linear-gradient(rgba(3,30,37,.25), rgba(3,30,37,.62)), url("01 Bilder/2021-07-18-ELITE-NACHWUCHS-CAMP-2-Group-1-48-copy.jpg") center/cover; transition: transform 1.2s; }
.manifesto:hover .manifesto-bg { transform: scale(1.025); }
.manifesto > *:not(.manifesto-bg) { position: relative; }
.manifesto h2 { font-size: clamp(48px, 7.2vw, 120px); margin-top: 28px; }
.trust-head { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; align-items: end; margin: 55px 0 90px; }
.trust-head p { font-size: 18px; line-height: 1.6; max-width: 470px; }
.logo-grid { display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); background: white; }
.logo-tile { height: 155px; display: grid; place-items: center; padding: 24px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; }
.logo-tile img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s; }
.logo-tile:hover img { transform: scale(1.06); }
.testimonials { margin-top: 120px; }
.testimonial-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; }
.testimonial-head p { margin: 0; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; font-weight: 600; }
.testimonial-controls { display: flex; gap: 8px; }
.testimonial-controls button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 20px; transition: .25s; }
.testimonial-controls button:hover { background: var(--ink); color: white; }
.testimonial-viewport { overflow: hidden; }
.testimonial-track { display: flex; transition: transform .55s cubic-bezier(.65,0,.2,1); }
.quote { flex: 0 0 100%; margin: 0; padding: 58px clamp(0px, 7vw, 105px); text-align: center; }
.quote > p { font: 500 clamp(27px, 3vw, 46px)/1.3 "Space Grotesk"; letter-spacing: -.035em; margin: 0; }
.quote footer { margin-top: 35px; display: flex; align-items: center; justify-content: center; gap: 15px; text-align: left; font-size: 13px; }
.quote footer img { width: 48px; height: 48px; border-radius: 50%; object-fit: cover; }
.quote footer span { display: grid; gap: 3px; color: rgba(0,48,60,.6); }
.quote footer strong { color: var(--ink); }
.contact { background: var(--green); padding: 120px var(--pad); display: grid; grid-template-columns: 1.05fr .95fr; gap: 8vw; }
.contact .eyebrow { color: var(--ink); }
.contact .eyebrow::before { background: var(--ink); }
.contact h2 { font-size: clamp(58px, 7vw, 115px); margin: 35px 0 55px; }
.contact h2 em { color: white; }
.contact-copy > a { font-weight: 600; border-bottom: 1px solid var(--ink); padding-bottom: 6px; display: inline-flex; gap: 25px; }
.contact-form { padding-top: 25px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.contact-form input, .contact-form textarea { color: var(--ink); width: 100%; border: 0; border-bottom: 1px solid rgba(8,47,58,.45); background: transparent; padding: 12px 0; margin-bottom: 24px; outline: none; border-radius: 0; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: white; }
.contact-form .privacy { display: flex; grid-template-columns: 18px 1fr; align-items: center; gap: 10px; font-size: 10px; text-transform: none; line-height: 1.4; letter-spacing: 0; }
.privacy input { width: 16px; height: 16px; margin: 0; }
.privacy a { text-decoration: underline; }
.honeypot { position: absolute; left: -9999px; }
.contact-form button { margin-top: 28px; border: 0; background: var(--ink); color: white; width: 100%; padding: 19px 22px; display: flex; justify-content: space-between; cursor: pointer; transition: .25s; }
.contact-form button:hover { background: white; color: var(--ink); }
.contact-form button:disabled { cursor: wait; opacity: .7; }
.form-notice { margin: 0 0 28px; padding: 15px 18px; border: 1px solid currentColor; font-size: 14px; font-weight: 600; line-height: 1.5; }
.form-notice.success { color: #064e3b; background: #d1fae5; }
.form-notice.error { color: #7f1d1d; background: #fee2e2; }
.site-footer { background: #06242c; color: rgba(255,255,255,.62); padding: 75px var(--pad) 30px; display: grid; grid-template-columns: 1.2fr 1fr 1fr .7fr; gap: 40px; align-items: start; }
.site-footer > img { width: 160px; filter: brightness(0) invert(1); }
.site-footer p { margin: 0; line-height: 1.6; }
.site-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; color: white; font-size: 13px; }
.certification { display: grid; gap: 12px; justify-items: start; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
.certification img { width: 115px; max-height: 55px; object-fit: contain; object-position: left center; background: transparent; padding: 0; filter: none; }
.site-footer small { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.14); padding-top: 25px; margin-top: 40px; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .site-header { height: 74px; }
  .site-header.scrolled { backdrop-filter: none; }
  .brand { width: 135px; }
  .desktop-nav { display: none; }
  .menu-button { display: grid; grid-template-columns: auto 28px; grid-template-rows: 1fr 1fr; column-gap: 10px; row-gap: 6px; position: absolute; right: var(--pad); top: 50%; transform: translateY(-50%); }
  .menu-button span { grid-row: 1 / 3; align-self: center; }
  .menu-button i { grid-column: 2; width: 28px; }
  .mobile-menu { display: flex; position: fixed; inset: 0; padding: 110px var(--pad) 40px; background: var(--ink); color: white; flex-direction: column; gap: 18px; font: 500 clamp(26px, 8vw, 40px)/1 "Space Grotesk"; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-24px); transition: opacity .35s ease, transform .45s cubic-bezier(.7,0,.2,1), visibility 0s linear .45s; }
  .menu-open .mobile-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
  .menu-open .brand img { filter: brightness(0) invert(1); }
  .menu-open .site-header { color: white; background: var(--ink); border-color: transparent; }
  .hero-content { padding-bottom: 34px; }
  .hero-bottom { align-items: center; }
  .round-link { width: 82px; height: 82px; }
  .scroll-hint { display: none; }
  .intro { grid-template-columns: 1fr; gap: 50px; }
  .showcase { height: 620px; grid-template-columns: 1.3fr .7fr; }
  .showcase-small { grid-column: 2; }
  .services-head { grid-template-columns: 1fr; }
  .service-row { grid-template-columns: 45px 1fr 40px; padding: 25px 0; }
  .service-row p { grid-column: 2; margin: 0; }
  .service-row .arrow { grid-column: 3; grid-row: 1; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .section { padding-top: 90px; padding-bottom: 90px; }
  .hero h1 { font-size: clamp(43px, 13vw, 62px); letter-spacing: -.065em; }
  .hero h1 em { display: inline; }
  .hero-bottom > p { max-width: 72%; font-size: 14px; }
  .showcase { height: 540px; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 2fr 1fr; }
  .showcase-main { grid-column: 1 / 3; grid-row: 1; }
  .stat-card { grid-row: 2; grid-column: 1; padding: 20px; }
  .showcase-small { grid-row: 2; grid-column: 2; }
  .services { margin-top: 90px; }
  .service-row { grid-template-columns: 35px 1fr 30px; }
  .service-row h3 { font-size: 28px; }
  .trust-head { grid-template-columns: 1fr; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .logo-tile { height: 120px; padding: 20px; }
  .quote { margin-top: 80px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer small { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

.consent-banner { position: fixed; z-index: 100; left: 20px; right: 20px; bottom: 20px; max-width: 1180px; margin: auto; padding: 22px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; background: #fff; color: var(--ink); border: 1px solid var(--line); box-shadow: 0 18px 55px rgba(0,48,60,.18); }
.consent-banner strong { display: block; margin-bottom: 6px; }
.consent-banner p { max-width: 720px; margin: 0; font-size: 13px; line-height: 1.55; }
.consent-banner a { text-decoration: underline; }
.consent-actions { display: flex; gap: 8px; }
.consent-actions button { border: 1px solid var(--ink); padding: 13px 17px; cursor: pointer; background: transparent; color: var(--ink); }
.consent-actions .consent-accept { background: var(--ink); color: #fff; }
.consent-settings { position: fixed; z-index: 90; right: 12px; bottom: 12px; border: 1px solid rgba(255,255,255,.35); background: var(--ink); color: #fff; padding: 8px 11px; font-size: 10px; cursor: pointer; }
@media (max-width: 700px) { .consent-banner { left: 10px; right: 10px; bottom: 10px; grid-template-columns: 1fr; gap: 16px; padding: 18px; } .consent-actions { display: grid; grid-template-columns: 1fr 1fr; } .consent-actions button { padding: 12px 8px; font-size: 12px; } }
