@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/Source_Sans_3/SourceSans3-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

@font-face {
  font-family: "Source Sans 3";
  src: url("/fonts/Source_Sans_3/SourceSans3-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --ink: #272E41;
  --ink2: #4f5c69;
  --muted: #7C8990;
  --grey: #B5BDC2;
  --light: #DCE0E3;
  --wash: #F5F7F8;
  --blue: #32A3FD;
  --blue-soft: #EEF7FF;
  --green: #7DC81B;
  --white: #fff;
  --max: 1320px;
  --shadow: 0 18px 48px rgba(39,46,65,.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
.shell { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--light);
  backdrop-filter: blur(12px);
}
.nav-row { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; color: var(--ink); text-decoration: none; }
.brand img.brand-wordmark { width: 114px; height: auto; }
.nav-wrap { display: flex; align-items: center; gap: 28px; }
.main-nav { display: flex; align-items: center; gap: 30px; }
.main-nav a { color: var(--ink); text-decoration: none; font-size: 16px; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; border: 1px solid var(--ink); text-decoration: none; font-weight: 700; }
.button.secondary { background: #fff; border-color: var(--light); }
.button.secondary:hover { border-color: var(--grey); background: var(--wash); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); font: inherit; font-weight: 700; cursor: pointer; }

.home-hero { padding: 88px 0 76px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 52px; align-items: center; }
.hero-copy h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(64px, 6.6vw, 104px);
  line-height: .94;
  letter-spacing: -.05em;
  font-weight: 400;
}
.hero-verbs { max-width: 660px; margin: 34px 0 0; color: var(--ink2); font-size: clamp(22px, 2vw, 29px); line-height: 1.36; }
.hero-product { min-width: 0; }
.hero-product-stage {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e6ebee;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8fafb 0%, #edf2f5 100%);
}
.hero-product-stage img { width: 118%; max-width: none; transform: translateY(3%); }

.audience-section { border-top: 1px solid var(--light); padding: 0 0 96px; }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-top: 44px; }
.audience-panel { min-height: 370px; padding: 42px; text-decoration: none; border: 1px solid var(--light); display: flex; flex-direction: column; align-items: flex-start; }
.audience-panel.pro { background: var(--blue-soft); }
.audience-panel.emp { background: var(--ink); color: #fff; border-color: var(--ink); }
.eyebrow { margin: 0 0 15px; color: var(--muted); font-size: 13px; line-height: 1.2; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.audience-panel.emp .eyebrow, .navy-section .eyebrow { color: #aeb8c6; }
.audience-panel h2 { margin: 0; font-size: clamp(42px, 4vw, 60px); line-height: 1; letter-spacing: -.035em; font-weight: 400; }
.audience-panel p:not(.eyebrow) { max-width: 520px; margin: 22px 0 0; color: var(--ink2); font-size: 19px; }
.audience-panel.emp p:not(.eyebrow) { color: #d7dde5; }
.audience-panel > span { margin-top: auto; padding-top: 34px; font-size: 16px; font-weight: 750; }
.audience-panel:hover > span { text-decoration: underline; text-underline-offset: 4px; }

.page-hero { padding: 88px 0 72px; }
.page-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: center; }
.page-hero-copy h1 { margin: 0; max-width: 720px; font-size: clamp(58px, 6vw, 90px); line-height: .96; letter-spacing: -.045em; font-weight: 400; }
.lead { max-width: 680px; margin: 28px 0 0; color: var(--ink2); font-size: clamp(21px, 2vw, 27px); line-height: 1.4; }
.page-visual { min-height: 520px; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.visual-wash { border: 1px solid #e6ebee; border-radius: 18px; background: linear-gradient(145deg, #f8fafb 0%, #edf2f5 100%); }
.visual-wash img { width: 112%; max-width: none; }
.product-canvas-visual img { width: 118%; max-width: none; }
.company-presence-visual { min-height: 500px; }
.company-presence-visual img { width: 112%; max-width: none; }

.section { padding: 104px 0; }
.section.compact { padding: 88px 0; }
.section.tint { background: var(--wash); }
.section-heading { max-width: 820px; margin-bottom: 48px; }
.wide-heading { max-width: 980px; }
.section-heading h2, .section-copy h2, .working-grid h2 {
  margin: 0;
  font-size: clamp(44px, 5vw, 70px);
  line-height: 1;
  letter-spacing: -.04em;
  font-weight: 400;
}
.section-heading p:not(.eyebrow), .section-copy p:not(.eyebrow) { max-width: 760px; margin: 22px 0 0; color: var(--ink2); font-size: 20px; }
.two-col { display: grid; grid-template-columns: .88fr 1.12fr; gap: 58px; align-items: center; }
.two-col.reverse { grid-template-columns: 1.05fr .95fr; }
.two-col.reverse .section-copy { order: 2; }
.two-col.reverse > :not(.section-copy) { order: 1; }
.media-panel { min-height: 470px; display: flex; align-items: center; justify-content: center; padding: 32px; border: 1px solid var(--light); background: #fff; box-shadow: var(--shadow); }
.media-panel img { width: 112%; max-width: none; }
.tmr-panel { box-shadow: none; background: transparent; border: 0; padding: 0; }
.tmr-panel img { width: 118%; }

.continuity-card { display: grid; grid-template-columns: 150px 1fr; gap: 32px; align-items: center; padding: 40px; border: 1px solid var(--light); background: #fff; box-shadow: var(--shadow); }
.continuity-person { width: 132px; height: 132px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 30px; font-weight: 700; }
.continuity-lines { display: grid; gap: 0; border-top: 1px solid var(--light); }
.continuity-lines > div { display: grid; grid-template-columns: 140px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid var(--light); }
.continuity-lines span { color: var(--muted); }

.blue-section { background: var(--blue-soft); }
.feeds-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.feed-column { min-height: 310px; padding: 28px; border: 1px solid #d6e7f5; background: #fff; }
.feed-loading { color: var(--muted); }
.feed-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 20px; }
.feed-head h3 { margin: 3px 0 0; font-size: 24px; }
.feed-language { color: var(--muted); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; font-weight: 700; }
.feed-head a, .feed-error a { color: var(--blue); font-size: 14px; font-weight: 700; text-decoration: none; }
.story-list { display: grid; gap: 14px; }
.story-card { display: grid; grid-template-columns: 130px 1fr; min-height: 126px; border-top: 1px solid var(--light); padding-top: 14px; text-decoration: none; }
.story-image { height: 104px; overflow: hidden; background: var(--wash); }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-copy { padding-left: 16px; }
.story-copy h4 { margin: 3px 0 0; font-size: 18px; line-height: 1.2; }
.story-copy p:not(.story-date) { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.35; }
.story-date { margin: 0; color: var(--muted); font-size: 12px; }
.feed-error { display: flex; min-height: 250px; flex-direction: column; align-items: flex-start; justify-content: center; }
.feed-error h3 { margin: 0; }
.feed-error p { color: var(--muted); }

.navy-section { background: var(--ink); color: #fff; }
.working-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: end; }
.working-grid p:not(.eyebrow) { margin: 0; color: #cbd2dc; font-size: 22px; line-height: 1.45; }

.presence-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--light); border-left: 1px solid var(--light); }
.presence-grid article { min-height: 260px; padding: 28px; border-right: 1px solid var(--light); border-bottom: 1px solid var(--light); background: #fff; }
.presence-grid span, .steps-grid span { color: var(--blue); font-size: 13px; font-weight: 800; letter-spacing: .08em; }
.presence-grid h3, .steps-grid h3 { margin: 58px 0 0; font-size: 26px; }
.presence-grid p, .steps-grid p { margin: 10px 0 0; color: var(--muted); font-size: 16px; }
.press-callout { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; margin-top: 42px; padding: 34px 0 0; border-top: 1px solid #cfe2f2; }
.press-callout h3 { margin: 0; font-size: 34px; line-height: 1.08; font-weight: 400; }
.press-callout > p { margin: 27px 0 0; color: var(--ink2); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--light); border-left: 1px solid var(--light); }
.steps-grid article { min-height: 240px; padding: 28px; border-right: 1px solid var(--light); border-bottom: 1px solid var(--light); }
.section-action { margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; color: var(--ink); font-weight: 750; text-decoration-color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 5px; }

.jobs-hero { padding-bottom: 56px; }
.jobs-toolbar { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 14px; margin-top: 42px; }
.field { display: grid; gap: 8px; }
.field label { font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.field input, .field select { width: 100%; min-height: 52px; padding: 0 16px; border: 1px solid var(--light); border-radius: 0; background: #fff; color: var(--ink); font: inherit; }
.jobs-section { padding-top: 64px; }
.jobs-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.jobs-heading h2 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1; letter-spacing: -.035em; font-weight: 400; }
.jobs-count { color: var(--muted); }
.jobs-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--light); border-left: 1px solid var(--light); }
.job-card { min-height: 285px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid var(--light); border-bottom: 1px solid var(--light); background: #fff; }
.job-card[hidden] { display: none; }
.job-mark { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: #fff; font-size: 13px; font-weight: 800; }
.job-card h3 { margin: 24px 0 0; font-size: 25px; line-height: 1.12; }
.job-company { margin: 8px 0 0; color: var(--ink2); }
.job-meta { display: flex; flex-wrap: wrap; gap: 7px; margin: 18px 0 0; }
.job-meta span { padding: 5px 8px; border: 1px solid var(--light); color: var(--muted); font-size: 13px; }
.job-card a { margin-top: auto; padding-top: 26px; color: var(--blue); font-size: 15px; font-weight: 750; text-decoration: none; }
.job-card a:hover { text-decoration: underline; text-underline-offset: 4px; }
.jobs-empty { padding: 46px; border: 1px solid var(--light); background: #fff; color: var(--muted); }
.employer-cta { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: 54px; background: var(--ink); color: #fff; }
.employer-cta h2 { margin: 0; font-size: clamp(38px, 4.3vw, 62px); line-height: 1; font-weight: 400; letter-spacing: -.035em; }
.employer-cta p { margin: 14px 0 0; color: #cbd2dc; }
.employer-cta .button { color: var(--ink); background: #fff; border-color: #fff; }

.news-hero { padding-bottom: 58px; }
.publication-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.publication-card { min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; padding: 38px; border: 1px solid var(--light); text-decoration: none; }
.publication-card.pro { background: var(--ink); color: #fff; }
.publication-card.jetzt { background: var(--blue-soft); }
.publication-card .eyebrow { color: inherit; opacity: .62; }
.publication-card h2 { max-width: 520px; margin: 0; font-size: clamp(40px, 4vw, 58px); line-height: 1; letter-spacing: -.035em; font-weight: 400; }
.publication-card p:not(.eyebrow) { max-width: 520px; color: inherit; opacity: .76; }
.publication-card span { margin-top: auto; padding-top: 28px; font-weight: 750; }

.site-footer { padding: 56px 0 24px; background: #1f2535; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: start; padding-bottom: 46px; }
.footer-brand { color: #fff; }
.footer-statement { max-width: 380px; margin: 18px 0 0; color: #aeb8c6; }
.footer-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 34px; }
.footer-nav a { color: #d5dbe3; text-decoration: none; font-size: 15px; }
.footer-nav a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); color: #8f99a8; font-size: 13px; }

.template-main { min-height: 520px; }
.template-content { padding: 76px 0; }
.error-page { min-height: 600px; display: flex; align-items: center; }
.error-page h1 { margin: 0; font-size: clamp(54px, 7vw, 90px); line-height: 1; font-weight: 400; }
.error-page p { margin-top: 20px; }
.error-page a { color: var(--blue); }

@media (max-width: 1060px) {
  .hero-grid, .page-hero-grid { grid-template-columns: 1fr 1fr; }
  .hero-copy h1 { font-size: clamp(58px, 6vw, 82px); }
  .hero-product-stage { min-height: 470px; }
  .presence-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 840px) {
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .nav-row { min-height: 66px; }
  .menu-toggle { display: block; }
  .nav-wrap { position: absolute; top: 66px; left: 0; right: 0; display: none; align-items: stretch; flex-direction: column; gap: 20px; padding: 22px 24px 26px; border-bottom: 1px solid var(--light); background: #fff; }
  .nav-wrap.is-open { display: flex; }
  .main-nav { align-items: flex-start; flex-direction: column; gap: 16px; }
  .sign-in { align-self: stretch; }

  .home-hero { padding: 64px 0 48px; }
  .hero-grid, .page-hero-grid, .two-col, .two-col.reverse, .working-grid { grid-template-columns: 1fr; }
  .hero-grid, .page-hero-grid { gap: 32px; }
  .hero-copy h1, .page-hero-copy h1 { max-width: 760px; font-size: clamp(54px, 10vw, 78px); }
  .hero-product-stage, .page-visual { min-height: 410px; }
  .two-col.reverse .section-copy, .two-col.reverse > :not(.section-copy) { order: initial; }
  .audience-grid, .feeds-grid, .press-callout, .jobs-toolbar, .publication-grid { grid-template-columns: 1fr; }
  .jobs-grid { grid-template-columns: repeat(2, 1fr); }
  .employer-cta { grid-template-columns: 1fr; }
  .audience-panel { min-height: 320px; }
  .section { padding: 82px 0; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .shell { width: calc(100% - 28px); }
  .brand img.brand-wordmark { width: 104px; }
  .home-hero { padding-top: 50px; }
  .hero-copy h1, .page-hero-copy h1 { font-size: 52px; }
  .hero-verbs { margin-top: 24px; font-size: 21px; }
  .hero-product-stage, .page-visual { min-height: 300px; }
  .hero-product-stage img, .product-canvas-visual img { width: 135%; }
  .audience-panel { padding: 30px; }
  .audience-panel h2, .section-heading h2, .section-copy h2, .working-grid h2 { font-size: 42px; }
  .continuity-card { grid-template-columns: 1fr; padding: 26px; }
  .continuity-person { width: 92px; height: 92px; font-size: 23px; }
  .continuity-lines > div { grid-template-columns: 1fr; gap: 4px; }
  .story-card { grid-template-columns: 1fr; }
  .story-copy { padding: 12px 0 0; }
  .presence-grid, .steps-grid { grid-template-columns: 1fr; }
  .jobs-grid { grid-template-columns: 1fr; }
  .jobs-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .employer-cta { padding: 34px; }
  .footer-nav { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}
