/*
 * ARBEIT. UND DU. — canonical editorial design system
 *
 * New pages should use the semantic type utilities at the end of this file.
 * This stylesheet intentionally loads after globals.css so every route follows
 * one hierarchy instead of accumulating page-specific type scales.
 */

:root {
  --type-hero: clamp(3.4rem, 6.7vw, 7.6rem);
  --type-section: clamp(2.75rem, 5.15vw, 5.8rem);
  --type-subsection: clamp(2rem, 3.25vw, 3.55rem);
  --type-card: clamp(1.6rem, 2.5vw, 2.85rem);
  --type-lead: clamp(1.25rem, 1.65vw, 1.7rem);
  --type-body: clamp(1.0625rem, 1.05vw, 1.1875rem);
  --type-small: clamp(0.875rem, 0.9vw, 1rem);
  --type-meta: 0.6875rem;
  --type-cta: 0.75rem;
  --leading-display: 1.06;
  --leading-tight: 1.14;
  --leading-body: 1.55;
  --tracking-display: -0.048em;
  --tracking-meta: 0.1em;
  --page-x: clamp(1.25rem, 5vw, 5rem);
  --section-y: clamp(4.75rem, 9vw, 9.5rem);
  --reading-width: 46rem;
}


body,
button,
input,
textarea,
select {
  font-family: var(--body);
}

body:not(.elementor-page) h1,
body:not(.elementor-page) h2,
body:not(.elementor-page) h3 {
  margin-block: 0;
  font-family: var(--display);
  font-weight: 690;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-wrap: balance;
  text-transform: uppercase;
}

body:not(.elementor-page) h1 {
  font-size: var(--type-section);
}

body:not(.elementor-page) h2 {
  font-size: var(--type-subsection);
}

body:not(.elementor-page) h3 {
  font-size: var(--type-card);
}

body:not(.elementor-page) p,
body:not(.elementor-page) li {
  text-wrap: pretty;
}

body:not(.elementor-page) p {
  font-size: var(--type-body);
  line-height: var(--leading-body);
}

body:not(.elementor-page) small {
  font-size: var(--type-meta);
}

/* Level 1 — page and campaign heroes */
.panel h1,
.panel h2,
.article-hero h1,
.about-hero h1,
.test-hub-hero h1,
.test-intro h1,
.test-question-card h1,
.test-gate-teaser h1,
.test-result-hero h1,
.profile-hero h1,
.profile-question-intro h1,
.profile-gate-copy h1,
.profile-result header h1,
.privacy-hero h1,
.leads-hero h1,
.leads-denied h1 {
  font-size: var(--type-hero);
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
}

/* Level 2 — primary section statements */
.work-check-entry h2,
.section-head h2,
.editorial-statement h2,
.image-story-head h2,
.bio h2,
.expertise > h2,
.process > h2,
.offer-intro h2,
.prevention-intro h2,
.tools-heading h2,
.journal-masthead h2,
.mindmakers-editorial h2,
.footer-statement h2,
.article-conversion h2,
.article-faq h2,
.about-intro h2,
.about-path h2,
.about-stance h2,
.about-next h2,
.article-author h2,
.profile-result-cta h2 {
  font-size: var(--type-section);
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
}

/* Level 3 — editorial subheads */
.article-body h2,
.article-quote p,
.article-related strong,
.lead-gate-head > strong,
.profile-result-question p,
.profile-question h2 {
  font-size: var(--type-subsection);
  line-height: var(--leading-tight);
  letter-spacing: -0.045em;
}

/* Level 4 — cards and repeated content modules */
.work-check-entry-guide h3,
.theme-card h3,
.story-card h3,
.expertise-toggle h3,
.offer-card h3,
.prevention-grid h3,
.product-card h3,
.journal-card-copy h3,
.mindmakers-service-list h3,
.about-timeline h3,
.test-hub-grid > button > strong,
.test-hub-grid > a > strong,
.profile-top-three h2,
.privacy-content h2,
.lead-row-main h2 {
  font-size: var(--type-card);
  line-height: var(--leading-tight);
  letter-spacing: -0.045em;
}

/* Reading copy — one rhythm on every route */
.panel > p,
.panel-copy > p,
.section-head > p,
.work-check-entry-copy p,
.editorial-statement p,
.image-story-head p,
.bio p,
.expertise-panel p,
.process .steps p,
.offer-intro p,
.offer-card p,
.prevention-intro p,
.prevention-grid p,
.tools-heading p,
.product-card p,
.journal-card-copy p,
.mindmakers-editorial > p,
.mindmakers-service-list p,
.boundary p,
.closing-note p,
.footer-brand p,
.article-hero > p,
.article-body > section > p,
.article-list p,
.article-note,
.article-conversion p,
.article-faq details p,
.article-author p,
.about-hero-copy > p,
.about-intro div > p,
.about-timeline p,
.about-stance p,
.test-hub-hero p,
.test-hub-grid p,
.test-intro p,
.test-gate-teaser p,
.test-result-hero > p,
.profile-hero p,
.profile-context p,
.profile-result header > p,
.profile-result-reading p,
.profile-top-three p,
.privacy-hero > p,
.privacy-content p,
.leads-hero > p,
.leads-denied > p,
.lead-row-main p,
.lead-gate-head > p {
  font-family: var(--body);
  font-size: var(--type-body);
  font-weight: 430;
  line-height: var(--leading-body);
  letter-spacing: -0.015em;
}

/* Lead paragraphs may be larger, but always use the same body face. */
.panel > p,
.panel-copy > p,
.section-head > p,
.work-check-entry-copy p,
.bio p,
.offer-intro p,
.prevention-intro p,
.tools-heading p,
.mindmakers-editorial > p,
.closing-note p,
.article-hero > p,
.article-keyline strong,
.article-conversion p,
.article-author p,
.about-hero-copy > p,
.about-intro div > p,
.about-stance p,
.test-hub-hero p,
.test-intro p,
.test-gate-teaser p,
.test-result-hero > p,
.profile-hero p,
.profile-context p,
.profile-result header > p,
.profile-result-reading p,
.privacy-hero > p,
.leads-hero > p,
.leads-denied > p {
  font-size: var(--type-lead);
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.article-keyline strong,
.article-body strong,
.article-list strong,
.article-note {
  font-family: var(--body);
}

/* Meta labels and kickers */
.panel small,
.section-head > small,
.work-check-entry small,
.bio small,
.expertise > small,
.process > small,
.offer-intro > small,
.prevention-intro > small,
.tools-heading > small,
.journal-masthead small,
.mindmakers-editorial > small,
.boundary > small,
.footer-statement small,
.about-page small,
.article-page small,
.test-page small,
.profile-page small,
.privacy-page small,
.leads-page small,
.article-meta,
.journal-card-meta,
.offer-card-meta,
.tool-meta,
.bio-facts,
.footer-bottom {
  font-family: var(--body);
  font-size: var(--type-meta);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: var(--tracking-meta);
  text-transform: uppercase;
}

/* Calls to action — one readable, tappable label size. */
.brand-cta,
.bio-cta,
.test-lab-link,
.offer-card a,
.prevention-grid a,
.product-card a,
.product-card button,
.journal-card-copy a,
.mindmakers-action a,
.about-next a,
.article-conversion a,
.article-author a,
.test-primary,
.test-result-next a,
.test-result-next button,
.profile-hero button,
.profile-question-actions button,
.profile-result-cta a,
.lead-gate > button {
  font-family: var(--display);
  font-size: var(--type-cta);
  font-weight: 680;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

/* All dark reading surfaces use true white copy. */
[data-header-tone="black"] p,
.panel-dark p,
.panel-three p,
.offer-card-dark p,
.offer-card-reset p,
.test-card-dark p,
.test-card-violet p,
.test-card-profile p,
.about-hero p,
.about-stance p,
.article-quote p,
.article-author p,
.test-hub-hero p,
.test-result-hero p,
.profile-hero p,
.profile-result > header p,
.profile-result-cta p,
.site-footer p {
  color: var(--white);
}

/* The work check is now an editorial guide, not a heavy card. */
.work-check-entry {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
  padding: var(--section-y) var(--page-x);
  background: var(--white);
  color: var(--black);
}

.work-check-entry-copy {
  max-width: 48rem;
  padding: 0;
}

.work-check-entry-copy p {
  max-width: 41rem;
  margin-top: clamp(2rem, 4vw, 3.75rem);
}

.work-check-entry-copy .brand-cta {
  margin-top: 2rem;
}

.work-check-entry-note {
  margin-top: 1rem;
  font-size: var(--type-meta);
}

.work-check-entry-guide {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(2rem, 5vw, 5rem);
  border-left: 1px solid #09090a40;
  background: transparent;
  color: var(--black);
}

.work-check-entry-guide > small {
  color: var(--violet);
}

.work-check-entry-guide h3 {
  max-width: 38rem;
  margin-top: 2rem;
}

.work-check-entry-guide ol {
  margin: clamp(2.5rem, 5vw, 4.5rem) 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--black);
}

.work-check-entry-guide li {
  display: grid;
  grid-template-columns: 2.75rem 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1.15rem 0;
  border-bottom: 1px solid #09090a40;
}

.work-check-entry-guide li:last-child {
  border-bottom: 0;
}

.work-check-entry-guide li span {
  color: var(--violet);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.work-check-entry-guide li strong {
  font-family: var(--display);
  font-size: var(--type-small);
  font-weight: 680;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

/* Editorial subpage headers share the homepage's navigation height. */
.article-topbar {
  min-height: 4.5rem;
  padding-inline: var(--page-x);
}

/* Article typography is deliberately quieter than campaign typography. */
.article-body {
  max-width: 52rem;
}

.article-body > section > p,
.article-list p,
.article-faq details p {
  max-width: var(--reading-width);
}

.article-body > section > p:first-of-type::first-letter {
  font-family: var(--display);
}

.article-faq summary {
  font-family: var(--display);
  font-size: var(--type-small);
  line-height: 1.35;
  letter-spacing: -0.025em;
}

/* Reusable semantic type roles for every future page. */
.type-hero {
  font: 690 var(--type-hero) / var(--leading-display) var(--display);
  letter-spacing: var(--tracking-display);
}

.type-section {
  font: 690 var(--type-section) / var(--leading-display) var(--display);
  letter-spacing: var(--tracking-display);
}

.type-card {
  font: 680 var(--type-card) / var(--leading-tight) var(--display);
  letter-spacing: -0.045em;
}

.type-lead {
  font: 430 var(--type-lead) / 1.45 var(--body);
  letter-spacing: -0.025em;
}

.type-body {
  font: 430 var(--type-body) / var(--leading-body) var(--body);
  letter-spacing: -0.015em;
}

.type-meta {
  font: 700 var(--type-meta) / 1.35 var(--body);
  letter-spacing: var(--tracking-meta);
  text-transform: uppercase;
}

.type-cta {
  font: 680 var(--type-cta) / 1.2 var(--display);
  text-transform: uppercase;
}

@media (max-width: 819px) {
  :root {
    --type-hero: clamp(2.3rem, 9.2vw, 3.25rem);
    --type-section: clamp(2.1rem, 8.4vw, 3rem);
    --type-subsection: clamp(1.75rem, 7vw, 2.3rem);
    --type-card: clamp(1.55rem, 6.3vw, 2rem);
    --type-lead: clamp(1.125rem, 4.8vw, 1.3rem);
    --type-body: 1.0625rem;
    --type-small: 0.9375rem;
    --type-meta: 0.6875rem;
    --type-cta: 0.75rem;
    --section-y: 4.75rem;
  }

  .panel h1,
  .panel h2,
  .article-hero h1,
  .about-hero h1,
  .test-hub-hero h1,
  .test-intro h1,
  .test-question-card h1,
  .test-gate-teaser h1,
  .test-result-hero h1,
  .profile-hero h1,
  .profile-question-intro h1,
  .profile-gate-copy h1,
  .profile-result header h1,
  .privacy-hero h1,
  .leads-hero h1,
  .leads-denied h1 {
    font-size: var(--type-hero);
  }

  .work-check-entry {
    display: block;
    padding: var(--section-y) var(--page-x);
  }

  .work-check-entry-copy .brand-cta {
    width: 100%;
    min-width: 0;
  }

  .work-check-entry-guide {
    margin-top: 4rem;
    padding: 2.5rem 0 0;
    border-top: 1px solid #09090a40;
    border-left: 0;
  }

  .work-check-entry-guide h3 {
    margin-top: 1.5rem;
  }

  .work-check-entry-guide ol {
    margin-top: 2.5rem;
  }

  .work-check-entry-guide li {
    grid-template-columns: 2rem 1fr;
    gap: 0.75rem;
    padding: 1rem 0;
  }

  .article-topbar {
    min-height: 4.375rem;
    padding-inline: 1.25rem;
  }

  .article-topbar > span {
    display: none;
  }

  .article-body > section > p,
  .article-list p,
  .article-faq details p {
    font-size: var(--type-body);
    line-height: var(--leading-body);
  }

  .test-hub-grid > button,
  .test-hub-grid > a {
    min-height: 29rem;
  }

  .profile-top-three h2 {
    font-size: var(--type-card);
  }

  .brand-cta,
  .about-next a,
  .test-result-next a,
  .test-result-next button,
  .profile-question-actions button,
  .profile-result-cta a,
  .lead-gate > button {
    min-height: 3rem;
  }
}

/* v24 — high-contrast journey and one unified test family */

/* Every visible heading, including dynamic test content, follows the brand's
   all-caps editorial language. */
.test-hub-grid > button > strong,
.test-hub-grid > a > strong,
.lead-gate-head > strong,
.article-related strong,
.article-faq summary,
.article-keyline strong,
.article-list strong,
.work-check-entry-guide li strong,
.work-check-options button,
.profile-result-question p {
  text-transform: uppercase;
}

/* Remove warm off-white surfaces. */
.work-check-entry,
.test-question-screen,
.profile-question-screen,
.product-card,
.journal-card {
  background-color: var(--white);
}

/* A clear first action in the first viewport. */
.hero-entry-actions {
  position: absolute;
  z-index: 4;
  right: var(--page-x);
  bottom: 7vh;
  display: flex;
  gap: 0.75rem;
  align-items: stretch;
}

.hero-entry-actions button,
.hero-entry-actions a {
  display: inline-flex;
  min-height: 3.25rem;
  align-items: center;
  justify-content: center;
  padding: 1rem 1.2rem;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: var(--type-cta);
  font-weight: 680;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-entry-actions button::after {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  margin-left: 1.2rem;
  background: var(--signal);
}

.hero-entry-actions a {
  background: transparent;
  color: var(--black);
}

/* One obvious entry offer; specialist formats remain available beneath it. */
.offer-card-entry {
  grid-column: 1 / -1;
  min-height: 32rem;
}

.offer-card-entry h3,
.offer-card-entry p,
.offer-card-entry strong,
.offer-card-entry a {
  max-width: 48rem;
}

/* Products that are not yet available no longer interrupt the live journey. */
.work-tools {
  display: none;
}

/* MINDMAKERS is a concise exit into the separate company world. */
.mindmakers-paths {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.mindmakers-paths span {
  flex: 1 1 14rem;
  padding: 1rem 0.9rem;
  border-right: 1px solid var(--black);
  font-family: var(--display);
  font-size: var(--type-meta);
  font-weight: 680;
  line-height: 1.35;
  text-transform: uppercase;
}

.mindmakers-paths span:first-child {
  padding-left: 0;
}

.mindmakers-paths span:last-child {
  border-right: 0;
}

/* Homepage tests: one black Work-Check card system in a horizontal rail. */
.prevention-formats {
  grid-template-columns: minmax(19rem, 36%) minmax(0, 64%);
  gap: clamp(2.5rem, 5vw, 5rem);
  max-width: 100%;
  overflow: hidden;
}

.test-scroll-controls,
.test-hub-controls > div {
  display: flex;
  gap: 0;
}

.test-scroll-controls {
  margin-top: 2.5rem;
}

.test-scroll-controls button,
.test-hub-controls button {
  display: grid;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  font-size: 1.25rem;
  cursor: pointer;
}

.test-scroll-controls button + button,
.test-hub-controls button + button {
  border-left: 0;
  background: var(--black);
  color: var(--white);
}

.test-lab-grid {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  grid-template-columns: none;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 0.5rem;
  background: transparent;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.test-lab-grid::-webkit-scrollbar {
  display: none;
}

.test-lab-grid .test-card,
.test-lab-grid .test-card-dark,
.test-lab-grid .test-card-light,
.test-lab-grid .test-card-violet,
.test-lab-grid .test-card-signal,
.test-lab-grid .test-card-profile {
  --test-card-pad: clamp(1.4rem, 2.5vw, 2rem);
  position: relative;
  flex: 0 0 min(31rem, 72%);
  min-height: 30rem;
  padding: 0 var(--test-card-pad) var(--test-card-pad);
  border: 1px solid var(--black);
  overflow: hidden;
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: var(--white);
  color: var(--black);
}

.test-lab-grid .test-card::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 1.35rem;
  width: 0.625rem;
  height: 0.625rem;
  background: var(--signal);
}

.test-lab-grid .test-card-profile::after {
  content: "32";
  color: #7569d610;
}

.test-lab-grid .test-card > span,
.test-lab-grid .test-card-dark > span,
.test-lab-grid .test-card-light > span,
.test-lab-grid .test-card-violet > span,
.test-lab-grid .test-card-signal > span,
.test-lab-grid .test-card-profile > span {
  display: flex;
  min-height: 3.35rem;
  align-items: center;
  margin: 0 calc(var(--test-card-pad) * -1);
  padding: 0 calc(var(--test-card-pad) + 1rem) 0 var(--test-card-pad);
  background: var(--black);
  color: var(--signal);
}

.test-lab-grid .test-card h3 {
  margin: clamp(4rem, 10vh, 6.5rem) 0 1.4rem;
  color: var(--black);
  font-size: var(--type-card);
}

.test-lab-grid .test-card p,
.test-lab-grid .test-card strong,
.test-lab-grid .test-card a {
  color: var(--black);
}

.test-lab-grid .test-card strong {
  color: var(--violet);
}

.test-lab-grid .test-card a::after {
  background: var(--signal);
}

/* Test hub: same cards, now scrollable instead of a long alternating grid. */
.test-hub-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem var(--page-x);
  border-bottom: 1px solid var(--black);
  background: var(--white);
}

.test-hub-controls > span {
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.test-hub-grid {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  grid-template-columns: none;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: clamp(1.25rem, 3vw, 3rem) var(--page-x) var(--section-y);
  background: var(--white);
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: var(--page-x);
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.test-hub-grid::-webkit-scrollbar {
  display: none;
}

.test-hub-grid > button,
.test-hub-grid > a,
.test-hub-grid > button:nth-child(2),
.test-hub-grid > button:nth-child(3),
.test-hub-grid > button:nth-child(4),
.test-hub-profile {
  --test-card-pad: clamp(1.4rem, 2.5vw, 2rem);
  flex: 0 0 min(34rem, 72vw);
  min-height: 31rem;
  padding: 0 var(--test-card-pad) var(--test-card-pad);
  border: 1px solid var(--black);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  background: var(--white) !important;
  color: var(--black) !important;
}

.test-hub-grid > button::before,
.test-hub-grid > a::before {
  display: none;
}

.test-hub-profile::after {
  color: #7569d610;
}

.test-hub-card-meta {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 calc(var(--test-card-pad) * -1);
  padding: 0 var(--test-card-pad);
  background: var(--black);
  color: var(--signal);
}

.test-hub-card-meta span,
.test-hub-card-meta small {
  margin: 0;
  padding: 0;
  background: transparent;
  color: var(--signal);
  font-family: var(--body);
  font-size: var(--type-meta);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: var(--tracking-meta);
}

.test-hub-grid > button > strong,
.test-hub-grid > a > strong {
  margin: clamp(4rem, 10vh, 6rem) 0 1.5rem;
  color: var(--black);
  font-size: var(--type-card);
}

.test-hub-grid > button > p,
.test-hub-grid > a > p,
.test-hub-grid > button:nth-child(3) p {
  color: var(--black);
}

.test-hub-grid > button > i,
.test-hub-grid > a > i {
  margin-top: auto;
  color: var(--black);
}

/* Full test flows inherit the Work Check's black bar, white question surface,
   outlined options, lime selection and violet result. */
.test-intro {
  background: var(--black);
  color: var(--white);
}

.test-intro small {
  color: var(--signal);
}

.test-intro h1,
.test-intro p,
.test-intro > div > strong {
  color: var(--white);
}

.test-intro .test-primary {
  background: var(--signal);
  color: var(--black);
}

.test-question-screen,
.profile-question-screen {
  background: var(--white);
}

.test-answer-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.test-answer-grid button {
  min-height: 8rem;
  font-size: var(--type-small);
}

.test-answer-grid button:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.test-gate-teaser,
.profile-gate-copy {
  background: var(--black);
}

.test-gate-teaser small,
.profile-gate-copy small {
  color: var(--signal);
}

.test-result-hero,
.profile-result > header {
  background: var(--violet);
  color: var(--white);
}

.profile-result-dimensions {
  background: var(--violet-light);
}

.work-check-question h2,
.work-check-result h2 {
  font-size: var(--type-section);
}

/* An in-context next step inside long-form articles. */
.article-inline-check {
  margin: clamp(3.5rem, 7vw, 6.5rem) 0;
  padding: clamp(1.75rem, 4vw, 3rem);
  background: var(--black);
  color: var(--white);
}

.article-inline-check small {
  color: var(--signal);
}

.article-inline-check h3 {
  margin-top: 2rem;
  font-size: var(--type-card);
}

.article-inline-check p {
  max-width: 36rem;
  margin-top: 1.5rem;
  color: var(--white);
}

.article-inline-check a {
  display: inline-flex;
  margin-top: 2rem;
  padding: 1rem 1.15rem;
  background: var(--signal);
  color: var(--black);
  font-family: var(--display);
  font-size: var(--type-cta);
  font-weight: 680;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 819px) {
  .hero-entry-actions {
    left: 1.25rem;
    right: 1.25rem;
    bottom: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
  }

  .intro > p {
    bottom: 12rem;
  }

  .hero-entry-actions button,
  .hero-entry-actions a {
    width: 100%;
    min-height: 3rem;
  }

  .hero-entry-actions a {
    display: none;
  }

  .offer-card-entry {
    grid-column: auto;
  }

  .mindmakers-paths {
    display: block;
  }

  .mindmakers-paths span {
    display: block;
    padding: 1rem 0;
    border-right: 0;
    border-bottom: 1px solid #0004;
  }

  .mindmakers-paths span:last-child {
    border-bottom: 0;
  }

  .prevention-formats {
    display: block;
    padding: var(--section-y) 0 var(--section-y) var(--page-x);
  }

  .prevention-intro {
    padding-right: var(--page-x);
  }

  .test-scroll-controls {
    margin-top: 2rem;
  }

  .test-lab-grid {
    margin-top: 3.5rem;
    padding-right: var(--page-x);
  }

  .test-lab-grid .test-card,
  .test-lab-grid .test-card-profile {
    flex-basis: 84vw;
    min-height: 34rem;
    margin-top: 0;
  }

  .test-hub-controls {
    padding: 1rem var(--page-x);
  }

  .test-hub-controls > span {
    max-width: 10rem;
  }

  .test-hub-grid {
    display: flex;
    padding: 1rem var(--page-x) var(--section-y);
  }

  .test-hub-grid > button,
  .test-hub-grid > a,
  .test-hub-grid > button:nth-child(2),
  .test-hub-grid > button:nth-child(3),
  .test-hub-grid > button:nth-child(4),
  .test-hub-profile {
    flex-basis: 84vw;
    min-height: 34rem;
    padding: 1.5rem;
    border-bottom: 0;
  }

  .test-answer-grid {
    display: block;
  }

  .test-answer-grid button {
    width: 100%;
    min-height: 5rem;
    font-size: var(--type-small);
  }

  .profile-question h2 {
    font-size: var(--type-subsection);
  }

  .article-inline-check {
    margin-inline: -1.25rem;
  }
}

/* v25 — calmer type, precise kickers and contained touch interactions */

/* Kicker system: violet on white, lime on dark/violet, black on lime. */
:is(
  .panel > small,
  .hero-intro-copy > small,
  .panel-copy > small,
  .statement-kicker,
  .work-check-question > small,
  .work-check-result > small,
  .work-check-entry-copy > small,
  .section-head > small,
  .image-story-head > small,
  .bio > div > small,
  .expertise > small,
  .process > small,
  .offer-intro > small,
  .prevention-intro > small,
  .journal-masthead small,
  .mindmakers-editorial > small,
  .boundary > small,
  .footer-statement > small,
  .about-hero-copy > small,
  .about-intro > small,
  .about-path > header > small,
  .about-stance > small,
  .about-next > small,
  .article-hero > small,
  .article-keyline > span,
  .article-quote > span,
  .article-conversion > small,
  .article-faq > small,
  .article-related > small,
  .article-author > div > small,
  .article-inline-check > small,
  .test-hub-hero > small,
  .test-hub-controls > span,
  .test-intro > div > small,
  .test-question-card > small,
  .test-gate-teaser > small,
  .test-result-hero > small,
  .test-result-next > small,
  .profile-hero > div > small,
  .profile-context > small,
  .profile-question-intro > small,
  .profile-gate-copy > small,
  .profile-result > header > small,
  .profile-result-dimensions > small,
  .profile-top-three > small,
  .profile-result-cta > small,
  .privacy-hero > small,
  .lead-gate-head > span
) {
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  padding: 0.1rem 0 0.1rem 0.75rem;
  border-left: 0.22rem solid currentColor;
  color: var(--kicker-color, var(--violet)) !important;
  font-family: var(--body);
  font-size: var(--type-meta);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.095em;
  text-transform: uppercase;
}

:is(
  .panel > small,
  .hero-intro-copy > small,
  .panel-copy > small,
  .statement-kicker,
  .work-check-question > small,
  .work-check-result > small,
  .work-check-entry-copy > small,
  .section-head > small,
  .image-story-head > small,
  .bio > div > small,
  .expertise > small,
  .process > small,
  .offer-intro > small,
  .prevention-intro > small,
  .journal-masthead small,
  .mindmakers-editorial > small,
  .boundary > small,
  .footer-statement > small,
  .about-hero-copy > small,
  .about-intro > small,
  .about-path > header > small,
  .about-stance > small,
  .about-next > small,
  .article-hero > small,
  .article-keyline > span,
  .article-quote > span,
  .article-conversion > small,
  .article-faq > small,
  .article-related > small,
  .article-author > div > small,
  .article-inline-check > small,
  .test-hub-hero > small,
  .test-hub-controls > span,
  .test-intro > div > small,
  .test-question-card > small,
  .test-gate-teaser > small,
  .test-result-hero > small,
  .test-result-next > small,
  .profile-hero > div > small,
  .profile-context > small,
  .profile-question-intro > small,
  .profile-gate-copy > small,
  .profile-result > header > small,
  .profile-result-dimensions > small,
  .profile-top-three > small,
  .profile-result-cta > small,
  .privacy-hero > small,
  .lead-gate-head > span
)::after {
  display: none;
}

:is(
  .intro,
  .invitation,
  .editorial-statement,
  .process,
  .offer,
  .about-hero-copy,
  .about-stance,
  .about-next,
  .article-conversion,
  .article-quote,
  .article-author,
  .article-inline-check,
  .test-hub-hero,
  .test-intro,
  .test-gate-teaser,
  .test-result-hero,
  .work-check-result,
  .profile-hero,
  .profile-gate-copy,
  .profile-result > header,
  .profile-result-cta,
  .privacy-hero
) {
  --kicker-color: var(--signal);
}

:is(.profile-context, .boundary, .test-hub-controls) {
  --kicker-color: var(--black);
}

/* Prevent headings and modal content from ever widening the page. */
.panel,
.article-page,
.about-page,
.test-page,
.profile-page,
.work-check-modal,
.work-check-card,
.work-check-question,
.work-check-result,
.test-question-card,
.profile-question-list {
  max-width: 100%;
  overflow-x: hidden;
}

.work-check-card {
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior: contain;
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

html.is-overlay-locked,
body.is-overlay-locked {
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

.work-check-modal {
  overflow: hidden;
  overscroll-behavior: none;
}

.work-check-card {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.work-check-card::-webkit-scrollbar {
  display: none;
}

.work-check-question h2,
.work-check-result h2,
.test-question-card h1,
.profile-question h2 {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.work-check-options,
.work-check-options button {
  max-width: 100%;
  min-width: 0;
}

.work-check-options button {
  overflow-wrap: anywhere;
}

/* The explainer column was removed: the check now has one clear action. */
.work-check-entry {
  display: block;
}

.work-check-entry-copy {
  max-width: 67rem;
}

.about-next h2 {
  color: var(--white);
}

@media (max-width: 819px) {
  .hero-scroll-cue {
    display: none;
  }

  .panel {
    padding-right: 1.75rem;
  }

  .panel h1,
  .panel h2,
  .work-check-question h2,
  .work-check-result h2,
  .test-question-card h1,
  .profile-question-intro h1,
  .profile-question h2 {
    padding-right: 0.75rem;
  }

  .work-check-modal,
  .work-check-card {
    width: 100%;
    overscroll-behavior: contain;
  }

  .work-check-question,
  .work-check-result {
    padding: 2.75rem 1.25rem 3.5rem;
  }

  .work-check-question h2,
  .work-check-result h2 {
    font-size: var(--type-section);
    line-height: var(--leading-display);
  }

  .prevention-formats {
    padding: var(--section-y) 0;
  }

  .prevention-intro {
    padding-inline: var(--page-x);
  }

  .test-lab-grid {
    margin-top: 3rem;
    padding: 0 var(--page-x) 0.5rem;
    scroll-padding-inline: var(--page-x);
  }

  .test-lab-grid .test-card,
  .test-lab-grid .test-card-profile {
    flex-basis: calc(100vw - (2 * var(--page-x)));
    max-width: calc(100vw - (2 * var(--page-x)));
    min-height: 28rem;
  }

  .test-lab-grid .test-card h3 {
    margin-top: 4rem;
  }

  .test-hub-grid {
    padding: 1rem var(--page-x) var(--section-y);
    scroll-padding-inline: var(--page-x);
  }

  .test-hub-grid > button,
  .test-hub-grid > a,
  .test-hub-grid > button:nth-child(2),
  .test-hub-grid > button:nth-child(3),
  .test-hub-grid > button:nth-child(4),
  .test-hub-profile {
    flex-basis: calc(100vw - (2 * var(--page-x)));
    max-width: calc(100vw - (2 * var(--page-x)));
    min-height: 29rem;
  }

  .test-hub-grid > button > strong,
  .test-hub-grid > a > strong {
    margin-top: 4rem;
  }

  :is(
    .panel > small,
    .panel-copy > small,
    .work-check-entry-copy > small,
    .section-head > small,
    .image-story-head > small,
    .bio > div > small,
    .expertise > small,
    .process > small,
    .offer-intro > small,
    .prevention-intro > small,
    .journal-masthead small,
    .mindmakers-editorial > small,
    .boundary > small,
    .footer-statement > small,
    .about-page small,
    .article-page small,
    .test-page small,
    .profile-page small
  ) {
    line-height: 1.55;
  }
}

/* v26 — final brand, hero and self-check system */

:root {
  --violet-bright: #9b90ff;
}

/* Hero: four distinct editorial chapters with a calmer reading rhythm. */
.horizontal-track {
  width: max-content;
}

.panel {
  padding: clamp(7.5rem, 12vh, 10rem) var(--page-x) 4rem;
}

.intro {
  padding: 0;
  background: var(--black);
  color: var(--white);
}

.hero-intro-visual {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 56%;
  overflow: hidden;
  background-image:
    linear-gradient(90deg, var(--black) 0%, #09090aca 18%, #09090a24 58%),
    url("../images/work-feels-motion.webp");
  background-position: 48% center;
  background-size: cover;
  filter: grayscale(1) contrast(1.05);
}

.hero-intro-visual::after {
  content: "01";
  position: absolute;
  right: -0.04em;
  bottom: -0.2em;
  color: #ffffff12;
  font-family: var(--display);
  font-size: clamp(11rem, 24vw, 27rem);
  font-weight: 700;
  line-height: 1;
}

.hero-intro-visual span {
  position: absolute;
  z-index: 1;
  right: 2rem;
  bottom: 2rem;
  color: var(--white);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.hero-intro-copy {
  position: relative;
  z-index: 3;
  display: flex;
  width: min(59%, 63rem);
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(7rem, 12vh, 9rem) var(--page-x) 3rem;
}

.hero-intro-copy h1 {
  max-width: 58rem;
  margin: clamp(2rem, 4vh, 3rem) 0 0;
  color: var(--white);
  font-size: clamp(3.25rem, 5.7vw, 6.5rem);
}

.hero-intro-copy h1 b {
  color: var(--violet-bright);
}

.hero-intro-copy > p {
  max-width: 39rem;
  margin: clamp(1.75rem, 3.5vh, 2.75rem) 0 0;
  color: var(--white);
  font-size: var(--type-lead);
  line-height: 1.45;
}

.intro .hero-entry-actions {
  position: static;
  margin-top: clamp(1.75rem, 4vh, 3rem);
}

.intro .hero-entry-actions button {
  border-color: var(--signal);
  background: var(--signal);
  color: var(--black);
}

.intro .hero-entry-actions button::after {
  background: var(--black);
}

.intro .hero-entry-actions a {
  border-color: #ffffff80;
  color: var(--white);
}

.recognition .hero-photo {
  inset: 0 50% 0 0;
  background-position: 61% center;
}

.recognition .panel-copy {
  top: clamp(7.5rem, 16vh, 10.5rem);
  right: var(--page-x);
  left: 55%;
}

.recognition .panel-copy h2 {
  max-width: 43rem;
  margin-top: clamp(2rem, 5vh, 3.75rem);
  font-size: clamp(3rem, 4.7vw, 5.5rem);
}

.recognition .panel-copy > p {
  max-width: 37rem;
  margin-top: clamp(1.5rem, 3.5vh, 2.5rem);
}

.theme-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(25rem, 1.14fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
}

.theme-intro > small,
.theme-intro > h2 {
  grid-column: 1;
}

.theme-intro > small {
  align-self: end;
  margin-bottom: 2rem;
}

.theme-intro > h2 {
  align-self: start;
  max-width: 40rem;
  margin: 0;
  font-size: clamp(3rem, 5vw, 6rem);
}

.theme-intro .hero-topics {
  position: static;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-self: center;
  border-top: 1px solid var(--black);
  font-family: var(--display);
  font-size: clamp(0.85rem, 1.2vw, 1.15rem);
  font-weight: 650;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.theme-intro .hero-topics span {
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  padding: 1rem;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.theme-intro .hero-topics span:nth-child(2n) {
  border-right: 0;
}

.invitation {
  background: var(--violet);
  color: var(--white);
}

.invitation h2 {
  max-width: 67rem;
  margin-top: clamp(2rem, 5vh, 4rem);
  color: var(--white);
}

.invitation h2 b {
  color: var(--signal);
}

.invitation > p {
  max-width: 43rem;
  color: var(--white);
}

.invitation > .brand-cta {
  border-color: var(--black);
  background: var(--black);
}

/* Self-checks: editorial index cards instead of large form-like boxes. */
.test-lab-grid,
.test-hub-grid {
  gap: 1rem;
}

.test-lab-grid .test-card,
.test-lab-grid .test-card-dark,
.test-lab-grid .test-card-light,
.test-lab-grid .test-card-violet,
.test-lab-grid .test-card-signal,
.test-lab-grid .test-card-profile {
  --test-accent: var(--violet);
  position: relative;
  display: flex;
  flex: 0 0 min(24rem, 67%);
  min-height: 25rem;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
}

.test-lab-grid .test-card-dark {
  --test-accent: var(--black);
}

.test-lab-grid .test-card-violet,
.test-lab-grid .test-card-profile {
  --test-accent: var(--violet);
  background: #f4f2ff;
}

.test-lab-grid .test-card-signal {
  --test-accent: var(--signal);
}

.test-lab-grid .test-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  width: auto;
  height: 0.35rem;
  background: var(--test-accent);
}

.test-lab-grid .test-card::after {
  content: attr(data-index);
  position: absolute;
  right: 1rem;
  bottom: -0.14em;
  color: #7569d612;
  font-family: var(--display);
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
  pointer-events: none;
}

.test-lab-grid .test-card > span,
.test-lab-grid .test-card-dark > span,
.test-lab-grid .test-card-light > span,
.test-lab-grid .test-card-violet > span,
.test-lab-grid .test-card-signal > span,
.test-lab-grid .test-card-profile > span {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0.85rem 0 1rem;
  border-bottom: 1px solid var(--black);
  background: transparent;
  color: var(--test-accent);
}

.test-lab-grid .test-card h3 {
  position: relative;
  z-index: 1;
  margin: 3rem 0 1.25rem;
  color: var(--black);
  font-size: clamp(1.5rem, 2.3vw, 2.4rem);
}

.test-lab-grid .test-card p,
.test-lab-grid .test-card strong,
.test-lab-grid .test-card a,
.test-lab-grid .test-card-profile h3,
.test-lab-grid .test-card-profile p,
.test-lab-grid .test-card-profile strong,
.test-lab-grid .test-card-profile a {
  position: relative;
  z-index: 1;
  color: var(--black);
}

.test-lab-grid .test-card strong {
  margin-top: 1rem;
  color: var(--violet);
  font-size: var(--type-meta);
  letter-spacing: var(--tracking-meta);
}

.test-lab-grid .test-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 1rem 0;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
}

.test-lab-grid .test-card a::after {
  content: "→";
  width: auto;
  height: auto;
  background: transparent;
  color: var(--black);
  font-size: 1.2rem;
}

.test-hub-grid > button,
.test-hub-grid > a,
.test-hub-grid > button:nth-child(2),
.test-hub-grid > button:nth-child(3),
.test-hub-grid > button:nth-child(4),
.test-hub-profile {
  --test-accent: var(--violet);
  position: relative;
  display: flex;
  flex: 0 0 min(24rem, 70vw);
  min-height: 25rem;
  flex-direction: column;
  padding: 1.5rem;
  overflow: hidden;
  border: 1px solid var(--black);
  background: var(--white) !important;
  color: var(--black) !important;
  text-align: left;
}

.test-hub-grid > button:nth-child(2),
.test-hub-grid > button:nth-child(4) {
  background: #f4f2ff !important;
}

.test-hub-profile {
  background: #f4f2ff !important;
}

.test-hub-grid > button::before,
.test-hub-grid > a::before {
  display: block;
  content: "";
  position: absolute;
  inset: 0 0 auto;
  width: auto;
  height: 0.35rem;
  background: var(--test-accent);
}

.test-hub-grid > button::after,
.test-hub-grid > a::after {
  content: attr(data-index);
  position: absolute;
  right: 1rem;
  bottom: -0.14em;
  color: #7569d612;
  font-family: var(--display);
  font-size: 7rem;
  font-weight: 700;
  line-height: 1;
}

.test-hub-card-meta {
  min-height: 0;
  margin: 0;
  padding: 0.85rem 0 1rem;
  border-bottom: 1px solid var(--black);
  background: transparent;
  color: var(--violet);
}

.test-hub-card-meta span,
.test-hub-card-meta small {
  color: var(--violet);
}

.test-hub-grid > button > strong,
.test-hub-grid > a > strong {
  position: relative;
  z-index: 1;
  margin: 3rem 0 1.25rem;
  color: var(--black);
  font-size: clamp(1.5rem, 2.3vw, 2.4rem);
}

.test-hub-grid > button > p,
.test-hub-grid > a > p,
.test-hub-grid > button:nth-child(3) p {
  position: relative;
  z-index: 1;
  color: var(--black);
}

.test-hub-grid > button > i,
.test-hub-grid > a > i {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 1rem 0;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  color: var(--black);
}

.test-hub-grid > button > i::after,
.test-hub-grid > a > i::after {
  content: "→";
  font-size: 1.2rem;
}

/* Test routes use the same focused shell as the Arbeitslage-Check. */
.test-page .article-topbar,
.profile-page .article-topbar {
  border-color: #ffffff33;
  background: rgba(9, 9, 10, 0.97);
  color: var(--white);
}

.test-page .article-topbar > span,
.profile-page .article-topbar > span {
  color: var(--signal);
}

html.test-flow-active,
body.test-flow-active,
html.profile-flow-active,
body.profile-flow-active {
  width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
}

.test-flow-active .test-page > .article-topbar,
.profile-flow-active .profile-page > .article-topbar,
.test-flow-active .test-page > .article-footer,
.profile-flow-active .profile-page > .article-footer {
  display: none;
}

.test-flow-active .test-question-screen,
.profile-flow-active .profile-question-screen {
  min-height: 100svh;
}

.test-progress,
.profile-progress {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 3.25rem;
  align-items: center;
  padding: 0 0 0 var(--page-x);
  min-height: 4.5rem;
}

.test-progress > button,
.profile-progress > button {
  align-self: stretch;
  border: 0;
  border-left: 1px solid #ffffff55;
  background: transparent;
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.test-question-screen,
.profile-question-screen {
  max-width: 100%;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

@media (max-width: 819px) {
  .horizontal-track {
    width: max-content;
  }

  .panel {
    padding: 5.75rem 1.25rem 2rem;
  }

  .hero-intro-visual {
    inset: 0;
    width: 100%;
    background-image:
      linear-gradient(180deg, #09090aed 0%, #09090abf 42%, #09090aed 100%),
      url("../images/work-feels-motion.webp");
    background-position: 38% center;
  }

  .hero-intro-visual span {
    display: none;
  }

  .hero-intro-copy {
    width: 100%;
    max-width: none;
    padding: 5.75rem 1.25rem 2rem;
    justify-content: center;
  }

  .hero-intro-copy h1 {
    margin-top: 1.75rem;
    padding-right: 0;
    font-size: clamp(2.25rem, 9vw, 3rem);
  }

  .hero-intro-copy > p {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.45;
  }

  .intro .hero-entry-actions {
    display: grid;
    width: 100%;
    margin-top: 1.5rem;
  }

  .intro .hero-entry-actions button,
  .intro .hero-entry-actions a {
    width: 100%;
    min-height: 3.15rem;
  }

  .recognition .hero-photo {
    inset: 3.875rem 0 54%;
    background-position: 62% center;
  }

  .recognition .panel-copy {
    top: 50%;
    right: 1.25rem;
    left: 1.25rem;
  }

  .recognition .panel-copy h2 {
    margin-top: 1.5rem;
    padding-right: 0;
    font-size: clamp(2rem, 8.2vw, 2.7rem);
  }

  .recognition .panel-copy > p {
    display: block;
    margin-top: 1rem;
    font-size: 0.95rem;
    line-height: 1.4;
  }

  .theme-intro {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }

  .theme-intro > small {
    align-self: flex-start;
    margin: 0;
  }

  .theme-intro > h2 {
    align-self: auto;
    margin-top: 1.5rem;
    padding-right: 0;
    font-size: clamp(2.15rem, 8.6vw, 2.8rem);
  }

  .theme-intro .hero-topics {
    position: static;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: auto;
    transform: none;
    font-size: 0.7rem;
    opacity: 1;
  }

  .theme-intro .hero-topics span {
    min-height: 3.2rem;
    padding: 0.65rem;
  }

  .invitation {
    display: flex;
    flex-direction: column;
  }

  .invitation h2 {
    margin-top: 1.75rem;
    padding-right: 0;
    font-size: clamp(2.25rem, 9vw, 3rem);
  }

  .invitation > p {
    position: static;
    margin: 1.5rem 0 0;
    font-size: 1rem;
    line-height: 1.45;
  }

  .invitation > .brand-cta {
    position: static;
    width: 100%;
    margin-top: auto;
  }

  .scroll-label,
  .hero-scroll-cue {
    display: none;
  }

  .test-lab-grid .test-card,
  .test-lab-grid .test-card-profile {
    flex-basis: 84vw;
    max-width: 84vw;
    min-height: 24rem;
  }

  .test-lab-grid .test-card h3 {
    margin-top: 2.5rem;
  }

  .test-hub-grid > button,
  .test-hub-grid > a,
  .test-hub-grid > button:nth-child(2),
  .test-hub-grid > button:nth-child(3),
  .test-hub-grid > button:nth-child(4),
  .test-hub-profile {
    flex-basis: 84vw;
    max-width: 84vw;
    min-height: 24rem;
  }

  .test-hub-grid > button > strong,
  .test-hub-grid > a > strong {
    margin-top: 2.5rem;
  }

  .test-progress,
  .profile-progress {
    grid-template-columns: minmax(0, 1fr) auto 3.25rem;
    min-height: 4rem;
    padding-left: 1.25rem;
  }

  .test-progress span:first-child,
  .profile-progress span:first-child {
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* v27 — refined hero narrative and one Arbeitslage-Check system */

/* The topic chapter reads like an editorial word field, not a table. */
.theme-intro .hero-topics {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  gap: clamp(0.8rem, 1.6vw, 1.5rem) clamp(1rem, 2vw, 2rem);
  border: 0;
  font-size: clamp(1.25rem, 2.25vw, 2.65rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.theme-intro .hero-topics span {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  color: var(--black);
}

.theme-intro .hero-topics span:nth-child(2),
.theme-intro .hero-topics span:nth-child(4),
.theme-intro .hero-topics span:nth-child(7) {
  color: var(--violet);
}

.theme-intro .hero-topics span:not(:last-child)::after {
  content: "·";
  margin-left: clamp(1rem, 2vw, 2rem);
  color: var(--signal);
}

.invitation h2 {
  font-size: clamp(3rem, 5vw, 5.8rem);
}

/* Test and profile overview headers stay in the website's white navigation. */
.test-page .article-topbar,
.profile-page .article-topbar {
  border-color: var(--black);
  background: rgba(255, 255, 255, 0.96);
  color: var(--black);
}

.test-page .article-topbar > span,
.profile-page .article-topbar > span {
  color: var(--violet);
}

/* Every test intro follows the Arbeitslage-Check entry: white, clear, direct. */
.test-intro {
  min-height: calc(100svh - 4.5rem);
  padding: clamp(4rem, 8vw, 8rem) var(--page-x);
  background: var(--white);
  color: var(--black);
}

.test-intro > .test-back {
  color: var(--black);
}

.test-intro > div {
  max-width: 70rem;
  margin-top: clamp(4rem, 8vh, 7rem);
}

.test-intro small {
  color: var(--violet) !important;
}

.test-intro h1,
.test-intro h1.is-long-title {
  max-width: 100%;
  margin-top: clamp(2.5rem, 5vh, 4rem);
  color: var(--black);
  overflow-wrap: anywhere;
  hyphens: auto;
  word-break: normal;
}

.test-intro h1.is-long-title {
  font-size: clamp(2.75rem, 5.4vw, 6.25rem);
}

.test-intro p {
  max-width: 48rem;
  margin-top: clamp(2rem, 4vh, 3rem);
  color: var(--black);
}

.test-intro > div > strong {
  max-width: 48rem;
  color: #58585d;
}

.test-intro .test-primary,
.profile-hero button {
  display: flex;
  width: min(100%, 48rem);
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 1.5rem;
  background: var(--black);
  color: var(--white);
}

.test-intro .test-primary::after,
.profile-hero button::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  flex: 0 0 0.7rem;
  background: var(--signal);
}

/* The extensive profile now starts like every other check. */
.profile-hero {
  display: block;
  min-height: calc(100svh - 4.5rem);
  background: var(--white);
  color: var(--black);
}

.profile-hero > div {
  max-width: 78rem;
  padding: clamp(4rem, 8vw, 8rem) var(--page-x);
}

.profile-hero h1 {
  max-width: 74rem;
  color: var(--black);
  overflow-wrap: anywhere;
}

.profile-hero h1 b {
  color: var(--violet);
}

.profile-hero p {
  max-width: 48rem;
  color: var(--black);
}

.profile-hero-note {
  display: block;
  margin-top: 1.25rem;
  color: #58585d;
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.profile-context {
  border-top: 1px solid var(--black);
  background: #f4f2ff;
}

/* Test cards are small versions of the Arbeitslage-Check entry. */
.test-lab-grid .test-card,
.test-lab-grid .test-card-dark,
.test-lab-grid .test-card-light,
.test-lab-grid .test-card-violet,
.test-lab-grid .test-card-signal,
.test-lab-grid .test-card-profile,
.test-hub-grid > button,
.test-hub-grid > a,
.test-hub-grid > button:nth-child(2),
.test-hub-grid > button:nth-child(3),
.test-hub-grid > button:nth-child(4),
.test-hub-profile {
  background: var(--white) !important;
  color: var(--black) !important;
}

.test-lab-grid .test-card::before,
.test-lab-grid .test-card::after,
.test-hub-grid > button::before,
.test-hub-grid > button::after,
.test-hub-grid > a::before,
.test-hub-grid > a::after {
  display: none;
}

.test-lab-grid .test-card > span,
.test-lab-grid .test-card-dark > span,
.test-lab-grid .test-card-light > span,
.test-lab-grid .test-card-violet > span,
.test-lab-grid .test-card-signal > span,
.test-lab-grid .test-card-profile > span,
.test-hub-card-meta {
  padding: 0.15rem 0 0.15rem 0.75rem;
  border: 0;
  border-left: 0.22rem solid var(--violet);
  color: var(--violet);
}

.test-hub-card-meta span,
.test-hub-card-meta small {
  color: var(--violet);
}

.test-lab-grid .test-card h3,
.test-hub-grid > button > strong,
.test-hub-grid > a > strong,
.test-hub-profile > strong {
  max-width: 100%;
  color: var(--black);
  overflow-wrap: anywhere;
  hyphens: auto;
  word-break: normal;
}

.test-lab-grid .test-card p,
.test-lab-grid .test-card-profile p,
.test-hub-grid > button > p,
.test-hub-grid > a > p {
  color: var(--black) !important;
}

.test-lab-grid .test-card a,
.test-lab-grid .test-card-profile a,
.test-hub-grid > button > i,
.test-hub-grid > a > i {
  min-height: 3.75rem;
  margin-top: auto;
  padding: 1rem 1.1rem;
  border: 0;
  background: var(--black);
  color: var(--white) !important;
}

.test-lab-grid .test-card a::after,
.test-lab-grid .test-card-profile a::after,
.test-hub-grid > button > i::after,
.test-hub-grid > a > i::after {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  flex: 0 0 0.65rem;
  background: var(--signal);
}

.test-lab-grid .test-card strong {
  color: #58585d;
}

/* All question screens use the Arbeitslage-Check's exact visual grammar. */
.test-question-card,
.profile-question-list {
  width: 100%;
  max-width: 100%;
  padding: clamp(2.75rem, 6vw, 6rem) var(--page-x);
  overflow-x: hidden;
  background: var(--white);
}

.test-question-card > h2,
.profile-question h2 {
  max-width: 64rem;
  margin: clamp(2.25rem, 5vh, 4rem) 0 0;
  color: var(--black);
  font-size: var(--type-section);
  line-height: var(--leading-display);
  overflow-wrap: anywhere;
  hyphens: auto;
}

.test-answer-grid.work-check-options,
.profile-answer-grid.work-check-options {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(2.5rem, 6vh, 5rem);
  border-top: 1px solid var(--black);
  border-left: 0;
}

.test-answer-grid.work-check-options button,
.profile-answer-grid.work-check-options button {
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 7.5rem;
  grid-template-columns: 2.5rem minmax(0, 1fr) 1rem;
  gap: 1rem;
  align-items: start;
  padding: 1.5rem 1.25rem;
  border: 0;
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  font-family: var(--display);
  text-align: left;
}

.test-answer-grid.work-check-options button:nth-child(2n),
.profile-answer-grid.work-check-options button:nth-child(2n) {
  border-right: 0;
}

.test-answer-grid.work-check-options button:last-child:nth-child(odd),
.profile-answer-grid.work-check-options button:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  border-right: 0;
}

.test-answer-grid.work-check-options button b,
.profile-answer-grid.work-check-options button b {
  color: var(--black);
  font-size: var(--type-small);
  font-weight: 680;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.test-answer-grid.work-check-options button i,
.profile-answer-grid.work-check-options button i {
  width: 0.75rem;
  height: 0.75rem;
  background: var(--violet);
}

.test-answer-grid.work-check-options button:hover,
.test-answer-grid.work-check-options button:focus-visible,
.profile-answer-grid.work-check-options button:hover,
.profile-answer-grid.work-check-options button:focus-visible,
.profile-answer-grid.work-check-options button.is-selected {
  background: var(--signal);
  outline: 0;
}

.profile-question {
  display: block;
  padding: 0;
  border: 0;
}

.profile-question:last-of-type {
  border: 0;
}

.profile-question > small {
  display: inline-block;
  width: fit-content;
  padding: 0.1rem 0 0.1rem 0.75rem;
  border-left: 0.22rem solid var(--violet);
  color: var(--violet);
  font-size: var(--type-meta);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: var(--tracking-meta);
}

.profile-question > div {
  grid-column: auto;
}

.profile-question-actions {
  max-width: 64rem;
}

.test-result-hero h1,
.profile-result header h1,
.test-gate-teaser h1,
.profile-gate-copy h1 {
  max-width: 100%;
  overflow-wrap: anywhere;
  hyphens: auto;
}

@media (max-width: 819px) {
  .theme-intro .hero-topics {
    display: flex;
    margin-top: clamp(3rem, 7vh, 4.5rem);
    gap: 0.7rem 0.9rem;
    font-size: clamp(0.9rem, 3.75vw, 1.15rem);
    line-height: 1.08;
  }

  .theme-intro .hero-topics span {
    min-height: 0;
    padding: 0;
  }

  .theme-intro .hero-topics span:not(:last-child)::after {
    margin-left: 0.9rem;
  }

  .invitation h2 {
    font-size: clamp(2.15rem, 8.6vw, 2.85rem);
  }

  .test-intro {
    min-height: calc(100svh - 4.375rem);
    padding: 3rem 1.25rem 4rem;
  }

  .test-intro > div {
    margin-top: 4rem;
  }

  .test-intro h1,
  .test-intro h1.is-long-title {
    font-size: clamp(2.25rem, 9vw, 3rem);
    line-height: 1.06;
  }

  .test-intro h1.is-long-title {
    font-size: clamp(1.95rem, 7.8vw, 2.55rem);
  }

  .test-intro p {
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .profile-hero > div {
    padding: 4rem 1.25rem 5rem;
  }

  .profile-hero h1 {
    font-size: clamp(2.2rem, 8.8vw, 2.9rem);
    line-height: 1.06;
  }

  .profile-hero p {
    font-size: 1.05rem;
    line-height: 1.5;
  }

  .profile-context {
    display: block;
    padding: 3.5rem 1.25rem;
  }

  .profile-context p {
    margin-top: 1.5rem;
    font-size: 1rem;
  }

  .test-lab-grid .test-card,
  .test-lab-grid .test-card-profile,
  .test-hub-grid > button,
  .test-hub-grid > a,
  .test-hub-grid > button:nth-child(2),
  .test-hub-grid > button:nth-child(3),
  .test-hub-grid > button:nth-child(4),
  .test-hub-profile {
    min-height: 30rem;
  }

  .test-question-card,
  .profile-question-list {
    padding: 3rem 1.25rem 4rem;
  }

  .test-question-card > h2,
  .profile-question h2 {
    padding-right: 0;
    font-size: clamp(2rem, 8vw, 2.65rem);
    line-height: 1.06;
  }

  .test-answer-grid.work-check-options,
  .profile-answer-grid.work-check-options {
    display: block;
  }

  .test-answer-grid.work-check-options button,
  .profile-answer-grid.work-check-options button {
    min-height: 5.5rem;
    grid-template-columns: 2rem minmax(0, 1fr) 0.75rem;
    padding: 1.2rem 0.85rem;
    border-right: 0;
  }

  .profile-question-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .profile-question-actions button:last-child {
    grid-row: 1;
  }
}
