/* Agile Radicals — V2 "Radical Clarity"
 * Editorial modern, Futura typography, ivory + charcoal + orange
 */

/* ---------- Schriften: Jost lokal gehostet (SIL Open Font License) ----------
 * Variable Font — eine Datei deckt alle Gewichte ab. Keine Verbindung zu Google.
 */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('assets/fonts/jost-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url('assets/fonts/jost-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('assets/fonts/jost-italic-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Jost';
  font-style: italic;
  font-weight: 400 500;
  font-display: swap;
  src: url('assets/fonts/jost-italic-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* ---------- Tokens ---------- */
:root {
  --bg: #f5f0e8;
  --bg-alt: #ece5d7;
  --fg: #0d0f13;
  --fg-muted: #6a6a6a;
  --accent: #ff5a1f;
  --accent-dark: #c9420f;
  --line: rgba(13, 15, 19, 0.12);
  --line-strong: rgba(13, 15, 19, 0.6);

  --font-display: 'Jost', 'Futura', 'Futura PT', 'Trebuchet MS', sans-serif;
  --font-body: 'Jost', 'Futura', 'Futura PT', 'Trebuchet MS', sans-serif;

  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.65, 0, 0.35, 1);
}

/* ---------- Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  overflow-x: hidden;
}

/* Subtle grain overlay — gives the ivory a print-like warmth */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.35;
  mix-blend-mode: multiply;
  background-image:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' seed='7'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: none; color: inherit; }

::selection { background: var(--accent); color: var(--bg); }

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}

.eyebrow {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  color: var(--fg-muted);
  display: flex;
  align-items: center;
  gap: 14px;
}

.eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: var(--fg);
}

.lead {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
  font-weight: 400;
  max-width: 60ch;
  color: var(--fg);
}

.display {
  font-size: clamp(56px, 11vw, 180px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.display-md {
  font-size: clamp(40px, 6vw, 88px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.display-sm {
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.serif-accent {
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.accent-color { color: var(--accent); }

.text-muted { color: var(--fg-muted); }

/* ---------- Layout ---------- */
.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 48px;
}

@media (max-width: 768px) {
  .wrap { padding: 0 24px; }
}

section { position: relative; z-index: 2; }

/* ---------- Navigation ---------- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 20px 0;
  transition: padding 0.3s var(--ease-out), background 0.3s var(--ease-out);
  color: var(--fg);
}

.nav.scrolled {
  padding: 10px 0;
  background: rgba(245, 240, 232, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: var(--fg);
  border-bottom: 1px solid var(--line);
}

.nav .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.nav-brand img {
  height: 48px;
  width: auto;
  display: block;
  transition: height 0.3s;
}

.nav.scrolled .nav-brand img { height: 40px; }

.nav-menu {
  display: flex;
  gap: 36px;
  align-items: center;
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.nav-menu a {
  position: relative;
  transition: opacity 0.2s;
}

.nav-menu a:hover { opacity: 0.6; }

.nav-lang {
  display: flex;
  gap: 6px;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-weight: 500;
}

.nav-lang a { opacity: 0.5; }
.nav-lang a.active { opacity: 1; }

.nav-cta {
  padding: 10px 18px;
  border: 1px solid currentColor;
  font-size: 12px;
  letter-spacing: 0.14em;
  transition: background 0.2s, color 0.2s;
}

.nav-cta:hover { background: currentColor; }
.nav-cta:hover > * { color: var(--bg); }

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
}

.nav-toggle span,
.nav-toggle span::before,
.nav-toggle span::after {
  display: block;
  width: 22px;
  height: 1.5px;
  background: currentColor;
  position: absolute;
  left: 9px;
  transition: transform 0.25s var(--ease-out);
}

.nav-toggle span { top: 50%; transform: translateY(-50%); }
.nav-toggle span::before { content: ''; top: -7px; left: 0; transition: transform 0.25s var(--ease-out), top 0.25s var(--ease-out); }
.nav-toggle span::after  { content: ''; top: 7px; left: 0; transition: transform 0.25s var(--ease-out), top 0.25s var(--ease-out); }

.nav-toggle.open span { background: transparent; }
.nav-toggle.open span::before { top: 0; transform: rotate(45deg); }
.nav-toggle.open span::after  { top: 0; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  min-height: 100vh;
  padding: 160px 48px 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.hero-title {
  font-size: clamp(30px, 10vw, 155px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-top: 40px;
}

.hero-title .outline {
  -webkit-text-stroke: 1.5px var(--fg);
  color: transparent;
}

.hero-title .slash {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}

.hero-title .hero-sub {
  display: block;
  margin-top: clamp(28px, 3.2vw, 64px);
  font-size: clamp(20px, 2.4vw, 40px);
  font-weight: 400;
  letter-spacing: -0.01em;
  text-transform: none;
  line-height: 1.2;
  color: var(--fg-muted);
}

.hero > div:first-child > .eyebrow {
  font-size: clamp(14px, 1vw, 18px);
  letter-spacing: 0.3em;
  gap: 18px;
}

.hero > div:first-child > .eyebrow::before {
  width: 40px;
}

.hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
  margin-top: 80px;
  border-top: 1px solid var(--line);
  padding-top: 40px;
}

.hero-meta-item .eyebrow { margin-bottom: 12px; font-size: 10.5px; }
.hero-meta-item p { font-size: 17px; line-height: 1.55; max-width: 32ch; }

.hero-scroll {
  position: absolute;
  right: 48px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: 500;
}

.hero-scroll .line {
  width: 40px;
  height: 1px;
  background: var(--fg);
  position: relative;
  overflow: hidden;
}

.hero-scroll .line::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: translateX(-100%);
  animation: scrollLine 2.5s var(--ease-in-out) infinite;
}

@keyframes scrollLine {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

/* ---------- Manifest / Intro ---------- */
.manifest {
  padding: 180px 48px 140px;
  position: relative;
}

.manifest-text {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.6vw, 58px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: -0.02em;
  max-width: 18ch;
}

.manifest-text .accent {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}

.manifest-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}

.manifest-caption {
  padding-top: 8px;
}

.manifest-caption .eyebrow { margin-bottom: 20px; font-size: 10.5px; }
.manifest-caption p { font-size: 17px; line-height: 1.55; max-width: 28ch; }

/* ---------- Services ---------- */
.services {
  padding: 120px 0;
  background: var(--fg);
  color: var(--bg);
  position: relative;
}

.services .eyebrow { color: rgba(255, 255, 255, 0.6); }
.services .eyebrow::before { background: #fff; }

.services-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 80px;
  margin-bottom: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-bottom: 60px;
}

.services-head h2 {
  font-size: clamp(40px, 6.5vw, 100px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  max-width: 16ch;
}

.services-head .lead {
  color: rgba(255, 255, 255, 0.7);
  max-width: 40ch;
}

.service-list {
  display: flex;
  flex-direction: column;
}

.service {
  display: grid;
  grid-template-columns: 100px minmax(0, 1.2fr) minmax(0, 2fr) auto;
  gap: 20px;
  padding: 46px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  align-items: center;
  cursor: pointer;
  transition: padding 0.4s var(--ease-out), background 0.3s;
  position: relative;
}

.service:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.15); }

.service:hover {
  padding-left: 24px;
  background: linear-gradient(90deg, rgba(255, 90, 31, 0.15), transparent 60%);
}

.service-num {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 400;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
}

.service h3 {
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 700;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  line-height: 1;
}

.service-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.6;
  max-width: 52ch;
  margin-left: 40px;
}

.service-arrow {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: background 0.3s, border-color 0.3s, transform 0.3s;
}

.service:hover .service-arrow {
  background: var(--accent);
  border-color: var(--accent);
  transform: rotate(-45deg);
}

/* ---------- Approach / Method ---------- */
.approach {
  padding: 140px 0;
}

.approach-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-bottom: 100px;
}

.approach-head h2 {
  font-size: clamp(40px, 6vw, 90px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.approach-head .lead { padding-top: 20px; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  border-top: 1px solid var(--fg);
}

.step {
  padding: 36px 24px 48px 0;
  border-right: 1px solid var(--line);
  position: relative;
  transition: background 0.3s;
}

.step:last-child { border-right: none; }
.step:hover { background: rgba(255, 90, 31, 0.06); }

.step-num {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-bottom: 48px;
  color: var(--fg-muted);
}

.step h3 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.step p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--fg-muted);
  max-width: 28ch;
}

/* ---------- Stats / Counter ---------- */
.stats {
  padding: 120px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-alt);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.stat {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.stat-num {
  font-family: var(--font-display);
  font-size: clamp(56px, 8vw, 120px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--fg);
}

.stat-num .unit {
  font-size: 0.4em;
  color: var(--accent);
  vertical-align: top;
}

.stat-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: var(--fg-muted);
}

/* ---------- Team ---------- */
.team-section {
  padding: 140px 0;
}

.team-head {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 60px;
}

.team-head h2 {
  font-size: clamp(40px, 6vw, 90px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.team-head p {
  max-width: 36ch;
  color: var(--fg-muted);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.team-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.team-card .photo-wrap {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 22px;
  background: var(--bg-alt);
}

.team-card .photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(1.02);
  transition: filter 0.5s var(--ease-out), transform 0.8s var(--ease-out);
}

.team-card:hover .photo-wrap img {
  filter: grayscale(0%);
  transform: scale(1.04);
}

.team-card .photo-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent);
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.5s var(--ease-out);
  pointer-events: none;
}

.team-card:hover .photo-wrap::after { opacity: 0; }

.team-card h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.team-card .role {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 16px;
}

.team-card .bio {
  font-size: 14px;
  line-height: 1.55;
  color: var(--fg-muted);
  margin-bottom: 16px;
}

.team-card .li-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  transition: color 0.2s;
  margin-top: auto;
  align-self: flex-start;
}

.team-card .li-link:hover { color: var(--accent); }

/* ---------- Pull quote ---------- */
.quote {
  padding: 180px 0;
  background: var(--fg);
  color: var(--bg);
  text-align: center;
}

.quote blockquote {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 78px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
  max-width: 22ch;
  margin: 0 auto;
  text-transform: uppercase;
}

.quote blockquote .accent {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}

.quote cite {
  display: block;
  margin-top: 40px;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
  font-weight: 500;
}

/* ---------- Partnership (B.IT Group) ---------- */
.partnership {
  padding: 160px 0;
  background: var(--fg);
  color: var(--bg);
  position: relative;
  overflow: hidden;
}

.partnership::before {
  content: 'AR × B.IT';
  position: absolute;
  top: -80px;
  right: -40px;
  font-family: var(--font-display);
  font-size: clamp(160px, 24vw, 420px);
  font-weight: 700;
  color: rgba(255, 90, 31, 0.06);
  letter-spacing: -0.05em;
  line-height: 0.8;
  pointer-events: none;
  user-select: none;
}

.partnership-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: start;
  position: relative;
}

.partnership .eyebrow {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 32px;
  font-size: 10.5px;
}

.partnership .eyebrow::before { background: #fff; }

.partnership-title {
  font-family: var(--font-display);
  font-size: clamp(44px, 7vw, 108px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.035em;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.partnership-title .accent {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}

.partnership-lockup {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 72px;
  margin-top: 72px;
  padding-top: 72px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.partnership-lockup img {
  height: 230px !important;
  width: auto !important;
  max-width: none !important;
  opacity: 0.95;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s, filter 0.3s;
}

.partnership-lockup .plus {
  font-size: 110px;
  color: var(--accent);
  font-weight: 300;
  line-height: 1;
  font-family: var(--font-display);
}

.partnership-lockup .ar-mark {
  height: 180px !important;
  width: auto !important;
  max-width: none !important;
  filter: invert(1) hue-rotate(180deg);
  transform: translateY(19px);
}

/* Unterkanten der Wortmarken auf einer Linie: "radicals" endet bei 76,7 % der
   AR-Höhe, "B.IT Solutions" bei 87,4 % der B.IT-Höhe — daher B.IT anheben. */
.partnership-lockup img:not(.ar-mark) {
  transform: translateY(-19px);
}

@media (max-width: 1200px) {
  .partnership-lockup { gap: 48px; }
  .partnership-lockup img { height: 160px !important; }
  .partnership-lockup .ar-mark { height: 130px !important; transform: translateY(12.5px); }
  .partnership-lockup img:not(.ar-mark) { transform: translateY(-12.5px); }
  .partnership-lockup .plus { font-size: 80px; }
}

@media (max-width: 768px) {
  .partnership-lockup {
    gap: 28px;
    margin-top: 40px;
    padding-top: 36px;
  }
  .partnership-lockup img { height: 100px !important; }
  .partnership-lockup .ar-mark { height: 84px !important; transform: translateY(7.5px); }
  .partnership-lockup img:not(.ar-mark) { transform: translateY(-7.5px); }
  .partnership-lockup .plus { font-size: 52px; }
}

.partnership-content .lead {
  color: rgba(255, 255, 255, 0.85);
  max-width: 44ch;
  margin-bottom: 40px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 48px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.benefits-list li {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 15px;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0;
  align-items: start;
  color: rgba(255, 255, 255, 0.88);
}

.benefits-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.benefits-list li::before {
  content: attr(data-num);
  font-family: var(--font-display);
  font-size: 12px;
  color: var(--accent);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  padding-top: 3px;
  letter-spacing: 0.1em;
}

.btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  border-radius: 999px;
  transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.btn-outline-light::after {
  content: '↗';
  transition: transform 0.3s var(--ease-out);
}

.btn-outline-light:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.btn-outline-light:hover::after { transform: translate(3px, -3px); }

/* Nav partner badge */
.nav-partner {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 10px;
  letter-spacing: 0.22em;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.8;
  margin-left: 12px;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.nav-partner:hover { opacity: 1; }

.nav-partner .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}

/* Footer partnership block */
.footer-partnership {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 32px;
  align-items: center;
  padding: 40px 0;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-partnership img {
  height: 36px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.footer-partnership-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-partnership-text .label {
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
}

.footer-partnership-text a {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.2s;
}

.footer-partnership-text a:hover { color: var(--accent); }

.footer-partnership-text a::after {
  content: ' ↗';
  font-weight: 400;
  font-size: 0.75em;
  color: var(--accent);
}

/* Hero partner indicator */
.hero-partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 18px 10px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 40px;
  transition: border-color 0.3s, background 0.3s;
  text-decoration: none;
  color: var(--fg);
}

.hero-partner-badge:hover {
  background: var(--fg);
  color: var(--bg);
  border-color: var(--fg);
}

.hero-partner-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.25);
}

.hero-partner-badge .arrow {
  font-size: 14px;
  transition: transform 0.3s var(--ease-out);
}

.hero-partner-badge:hover .arrow { transform: translate(3px, -3px); }

@media (max-width: 1024px) {
  .partnership-grid { grid-template-columns: 1fr; gap: 48px; }
  .footer-partnership { grid-template-columns: 1fr; text-align: left; gap: 20px; }
}

@media (max-width: 768px) {
  .partnership { padding: 100px 0; }
  .partnership-lockup { flex-wrap: wrap; gap: 18px; }
  .nav-partner { display: none; }
  .hero-partner-badge { font-size: 10px; padding: 8px 14px 8px 12px; }
}

/* ---------- Industries / marquee ---------- */
.industries {
  padding: 100px 0;
  border-top: 1px solid var(--line);
  overflow: hidden;
}

.industries .eyebrow { margin-bottom: 60px; font-size: 10.5px; }

.marquee {
  display: flex;
  width: max-content;
  gap: 48px;
  animation: marquee 40s linear infinite;
  white-space: nowrap;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.marquee:hover { animation-play-state: paused; }

@media (prefers-reduced-motion: reduce) {
  .marquee { animation: none; flex-wrap: wrap; white-space: normal; width: auto; }
}

.marquee span {
  display: inline-flex;
  align-items: center;
  gap: 48px;
}

.marquee span::after {
  content: '✕';
  color: var(--accent);
  font-weight: 400;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ---------- Contact ---------- */
.contact {
  padding: 160px 0 120px;
  background: var(--bg);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: start;
}

.contact h2 {
  font-size: clamp(48px, 8vw, 140px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.contact h2 .accent {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}

.contact p.lead {
  margin-bottom: 48px;
  max-width: 40ch;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-top: 1px solid var(--fg);
  padding-top: 40px;
}

.contact-info-row {
  display: flex;
  gap: 14px;
  font-size: 16px;
}

.contact-info-row .label {
  min-width: 80px;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 500;
  padding-top: 4px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.contact-form .field {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line-strong);
  padding: 20px 0 16px;
  font: inherit;
  font-size: 18px;
  color: var(--fg);
  outline: none;
  font-family: var(--font-body);
  transition: border-color 0.2s;
}

.contact-form .field::placeholder { color: var(--fg-muted); }
.contact-form .field:focus { border-color: var(--accent); }

.contact-form textarea.field {
  resize: vertical;
  min-height: 120px;
  padding-top: 20px;
}

.contact-form .check {
  display: flex;
  gap: 10px;
  font-size: 13px;
  color: var(--fg-muted);
  margin-top: 22px;
  align-items: flex-start;
}

.contact-form .check input { margin-top: 3px; }
.contact-form .check a { text-decoration: underline; }

.contact-form .form-error {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #c0392b;
}
.contact-form .form-error:empty { display: none; }

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 22px 36px 22px 30px;
  background: var(--fg);
  color: var(--bg);
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border-radius: 999px;
  margin-top: 34px;
  transition: background 0.3s, color 0.3s, transform 0.3s var(--ease-out);
  align-self: flex-start;
}

.btn-primary::after {
  content: '→';
  transition: transform 0.3s var(--ease-out);
}

.btn-primary:hover {
  background: var(--accent);
}

.btn-primary:hover::after { transform: translateX(4px); }

/* honeypot */
.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

/* ---------- Footer ---------- */
.footer {
  background: var(--fg);
  color: var(--bg);
  padding: 80px 0 40px;
  position: relative;
  z-index: 2;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  align-items: start;
}

.footer-logo-col {
  display: flex;
  align-items: flex-start;
}

.footer-ar-mark {
  width: 100%;
  max-width: 220px;
  height: auto;
  filter: invert(1) hue-rotate(180deg);
}

.footer-brand-lg {
  font-family: var(--font-display);
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.footer-brand-lg .accent {
  color: var(--accent);
  font-style: italic;
  font-weight: 400;
}

.footer-col h4 {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  font-weight: 500;
}

.footer-col a,
.footer-col p {
  display: block;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s;
}

.footer-col a:hover { color: var(--accent); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.08em;
}

.footer-bottom .partner a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}

/* ---------- Legal / Subpage layout (Impressum, etc.) ---------- */
.page-hero {
  padding: 200px 0 80px;
}

.page-hero .eyebrow {
  margin-bottom: 32px;
}

.page-title {
  font-family: var(--font-display);
  font-size: clamp(56px, 9vw, 140px);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.legal-content {
  padding: 40px 0 160px;
}

.legal-block {
  max-width: 60ch;
  padding: 32px 0;
  border-top: 1px solid var(--line);
}

.legal-block:first-child {
  border-top: none;
  padding-top: 0;
}

.legal-block h2 {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-bottom: 18px;
}

.legal-block p {
  font-size: 17px;
  line-height: 1.65;
}

.legal-block a {
  color: var(--fg);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-block a:hover { color: var(--accent); }

/* Long-form legal sections (Datenschutz etc.) */
.legal-section {
  max-width: 72ch;
  padding: 56px 0;
  border-top: 1px solid var(--line);
}

.legal-section:first-of-type {
  border-top: none;
  padding-top: 8px;
}

.legal-section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 36px;
}

.legal-section h3 {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--fg-muted);
  margin-top: 40px;
  margin-bottom: 14px;
}

.legal-section h3:first-of-type { margin-top: 0; }

.legal-section h4 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--fg);
  margin-top: 28px;
  margin-bottom: 10px;
}

.legal-section p {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 14px;
}

.legal-section p:last-child { margin-bottom: 0; }

.legal-section ul {
  list-style: disc;
  padding-left: 22px;
  margin: 12px 0 18px;
}

.legal-section ul li {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 6px;
}

.legal-section a {
  color: var(--fg);
  text-decoration: underline;
  text-underline-offset: 3px;
  word-break: break-word;
}

.legal-section a:hover { color: var(--accent); }

.legal-section strong { font-weight: 600; }

.legal-source {
  margin-top: 64px;
  font-size: 13px;
  color: var(--fg-muted);
  letter-spacing: 0.08em;
}

.legal-source a {
  color: var(--fg-muted);
  text-decoration: underline;
}

.legal-source a:hover { color: var(--accent); }

@media (max-width: 768px) {
  .page-hero { padding: 140px 0 40px; }
  .page-title { font-size: clamp(28px, 9vw, 56px); }
  .legal-content { padding: 20px 0 100px; }
  .legal-block { padding: 24px 0; }
  .legal-section { padding: 40px 0; }
  .legal-section h3 { margin-top: 32px; }
  .legal-section h4 { margin-top: 24px; }
}

/* Lange Wörter (URLs etc.) auf schmalen Screens umbrechen statt überlaufen */
.page-title,
.legal-section-title,
.legal-section h3 {
  overflow-wrap: break-word;
}

/* ---------- Scroll reveal ---------- */
.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s var(--ease-out), transform 1s var(--ease-out);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Responsive ---------- */
@media (max-width: 1024px) {
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .approach-head,
  .team-head { grid-template-columns: 1fr; gap: 28px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .step:nth-child(2n) { border-right: none; }
  .step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .team-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; gap: 60px; }
  .footer-top { grid-template-columns: 1fr 1fr; }

  .service {
    grid-template-columns: 60px 1fr auto;
    grid-template-rows: auto auto;
    gap: 20px;
  }
  .service-text {
    grid-column: 2 / 4;
    grid-row: 2;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .nav-cta { display: none; }
  .nav-toggle { display: block; }

  /* Mobiles Vollbild-Menü (Overlay) */
  .nav-menu {
    display: flex;
    position: fixed;
    inset: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 28px;
    background: var(--bg);
    font-size: 26px;
    letter-spacing: 0.04em;
    transform: translateX(100%);
    transition: transform 0.4s var(--ease-out);
    z-index: 90;
  }
  .nav-menu.open { transform: translateX(0); }

  .hero { padding: 120px 24px 0; }
  .hero-meta { grid-template-columns: 1fr; gap: 28px; margin-top: 48px; padding-top: 28px; }
  .hero-scroll { display: none; }

  .manifest { padding: 28px 24px 70px; }
  .manifest-grid { grid-template-columns: 1fr; gap: 28px; }
  .manifest-text { max-width: 100%; }

  .quote { padding: 100px 0; }
  .contact { padding: 100px 0 90px; }
  .partnership-title { margin-bottom: 32px; }

  .services-head { flex-direction: column; align-items: flex-start; gap: 32px; margin-bottom: 40px; padding-bottom: 30px; }
  .service {
    grid-template-columns: 50px 1fr;
    padding: 32px 0;
  }
  .service-text { grid-column: 1 / 3; grid-row: 3; margin-left: 0; }
  .service-arrow { display: none; }

  .steps { grid-template-columns: 1fr; }
  .step { border-right: none; border-bottom: 1px solid var(--line); }

  .stats-grid { grid-template-columns: 1fr 1fr; gap: 28px; }

  .team-grid { grid-template-columns: 1fr; gap: 48px; }

  .team-head { flex-direction: column; align-items: flex-start; }

  .footer-top { grid-template-columns: 1fr; gap: 36px; padding-bottom: 40px; }
  .footer-bottom { flex-direction: column; gap: 14px; text-align: center; }
}
