/* v28 — final separation of counseling, self-checks and digital products */

:root {
  --type-hero: clamp(3rem, 5.8vw, 6.7rem);
  --type-section: clamp(2.65rem, 4.7vw, 5.25rem);
  --type-subsection: clamp(1.9rem, 3vw, 3.25rem);
  --type-card: clamp(1.55rem, 2.25vw, 2.65rem);
  --leading-display: 1.08;
  --leading-tight: 1.16;
}


/* One restrained signal-square replaces the old technical-looking kicker bar. */
:is(
  .panel > small,
  .hero-intro-copy > small,
  .panel-copy > small,
  .statement-kicker,
  .test-doorway small,
  .section-head > small,
  .image-story-head > small,
  .bio > div > small,
  .expertise > small,
  .process > small,
  .offer-intro > small,
  .tools-heading > 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-section-head > small,
  .test-hub-featured-copy > small,
  .test-hub-note > small,
  .test-intro > div > small,
  .test-question-card > small,
  .test-gate-teaser > small,
  .test-gate-message > small,
  .test-result-hero > small,
  .test-result-next > small,
  .profile-hero > div > small,
  .profile-context > small,
  .profile-question > 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-flex;
  width: fit-content;
  max-width: 100%;
  gap: 0.65rem;
  align-items: center;
  padding: 0;
  border: 0;
  color: var(--kicker-color, var(--violet)) !important;
  line-height: 1.45;
}

:is(
  .panel > small,
  .hero-intro-copy > small,
  .panel-copy > small,
  .statement-kicker,
  .test-doorway small,
  .section-head > small,
  .image-story-head > small,
  .bio > div > small,
  .expertise > small,
  .process > small,
  .offer-intro > small,
  .tools-heading > 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-section-head > small,
  .test-hub-featured-copy > small,
  .test-hub-note > small,
  .test-intro > div > small,
  .test-question-card > small,
  .test-gate-teaser > small,
  .test-gate-message > small,
  .test-result-hero > small,
  .test-result-next > small,
  .profile-hero > div > small,
  .profile-context > small,
  .profile-question > 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
)::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  flex: 0 0 0.52rem;
  background: currentColor;
}

.test-hub-hero,
.test-gate-teaser,
.test-result-hero,
.process,
.editorial-statement,
.closing-editorial,
.article-quote,
.article-conversion,
.about-stance,
.about-next {
  --kicker-color: var(--signal);
}

.test-doorway,
.section-head,
.image-story-head,
.bio,
.expertise,
.tools-heading,
.article-body,
.about-intro,
.about-path,
.profile-context {
  --kicker-color: var(--violet);
}

/* Navigation accepts real links and buttons with the same visual role. */
.desktop-nav > a {
  color: inherit;
  pointer-events: auto;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-overlay nav > a {
  display: grid;
  grid-template-columns: 55px 1fr;
  padding: 9px 0 14px;
  border-bottom: 1px solid #ffffff35;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(42px, 5.3vw, 84px);
  font-weight: 760;
  line-height: 0.9;
  letter-spacing: -0.06em;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-overlay nav > a:hover {
  color: var(--violet-bright);
}

.menu-overlay nav > a span {
  padding-top: 8px;
  font-family: var(--body);
  font-size: 10px;
  letter-spacing: 0.08em;
}

.menu-footer a {
  width: fit-content;
  min-height: 48px;
  padding: 14px 18px;
  background: var(--signal);
  color: var(--black);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

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

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

/* The third hero chapter now tells one human story instead of listing topics. */
.theme-intro .hero-topic-story {
  grid-column: 2;
  align-self: center;
}

.theme-intro .hero-topic-copy {
  max-width: 43rem;
  margin: clamp(2rem, 4.5vh, 3.5rem) 0 0;
  color: var(--black);
  font-size: var(--type-lead);
  line-height: 1.48;
}

.theme-intro .hero-topic-link {
  display: inline-flex;
  width: fit-content;
  min-height: 3.25rem;
  align-items: center;
  margin-top: 1.75rem;
  padding: 1rem 1.2rem;
  border: 1px solid var(--black);
  color: var(--black);
  font-family: var(--display);
  font-size: var(--type-cta);
  font-weight: 680;
  text-decoration: none;
}

.theme-intro .hero-topic-link::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 1.25rem;
  background: var(--violet);
}

/* A single doorway keeps tests visible without turning the homepage into a lab. */
.test-doorway {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.8fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: end;
  padding: clamp(4rem, 7vw, 7rem) var(--page-x);
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
}

.test-doorway h2 {
  max-width: 55rem;
  margin-top: 2rem;
  font-size: var(--type-subsection);
}

.test-doorway p {
  max-width: 39rem;
  margin: 0;
  font-size: var(--type-body);
}

.test-doorway .brand-cta {
  margin-top: 2rem;
}

.test-doorway > div:last-child > span {
  display: block;
  margin-top: 1rem;
  color: #5c5c62;
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

/* Restore the four original digital products as their own product world. */
.work-tools {
  display: grid;
  grid-template-columns: minmax(19rem, 0.92fr) minmax(0, 2fr);
  gap: clamp(2.25rem, 4vw, 4rem);
  padding: var(--section-y) var(--page-x);
  overflow: hidden;
  background: var(--white);
  color: var(--black);
}

.tools-heading {
  align-self: start;
}

.tools-heading h2 {
  margin-top: 2.25rem;
}

.tools-heading > p {
  max-width: 31rem;
  margin-top: 2rem;
}

.slider-controls {
  margin-top: 2.5rem;
}

.product-slider {
  display: flex;
  width: 100%;
  min-width: 0;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 0.75rem;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--violet) #e5e5e7;
}

.product-card,
.product-card-dark,
.product-card-signal,
.product-card-premium {
  position: relative;
  display: flex;
  flex: 0 0 min(28rem, 74%);
  min-height: 42rem;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  scroll-snap-align: start;
}

.product-card-dark {
  background: var(--black);
  color: var(--white);
}

.product-card-signal {
  background: var(--signal);
}

.product-card-premium {
  background: var(--violet-light);
}

.product-card::before {
  display: none;
}

.product-card-dark p,
.product-card-dark .tool-meta,
.product-card-dark .text-link {
  color: var(--white) !important;
}

.product-card .tool-meta {
  min-height: 2rem;
  color: inherit;
}

.product-card .ipad-mockup {
  width: min(76%, 17.5rem);
  margin: 2.25rem auto 2.75rem;
}

.product-card h3 {
  overflow-wrap: anywhere;
}

.product-card > p {
  margin: 1.4rem 0 2rem;
  color: inherit;
}

.product-card .text-link {
  margin-top: auto;
}

.swipe-hint {
  grid-column: 2;
  margin-top: 0.75rem;
  color: var(--violet);
}

/* Test overview: one featured Ausgangslage check, then a calm editorial grid. */
.test-hub-hero {
  padding: clamp(6rem, 10vw, 10rem) var(--page-x) clamp(5rem, 8vw, 8rem);
}

.test-hub-hero h1 {
  max-width: 76rem;
  margin-top: clamp(2.5rem, 5vh, 4rem);
  font-size: var(--type-hero);
  line-height: var(--leading-display);
}

.test-hub-hero p {
  max-width: 49rem;
  margin-top: 2.5rem;
  font-size: var(--type-lead);
  line-height: 1.48;
}

.test-hub-catalog {
  padding: var(--section-y) var(--page-x);
  background: var(--white);
}

.test-hub-featured {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 34rem;
  grid-template-columns: minmax(0, 1.5fr) minmax(15rem, 0.5fr);
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--black);
  background: var(--white);
  color: var(--black);
  text-align: left;
  cursor: pointer;
}

.test-card-bar {
  display: grid;
  min-height: 3.6rem;
  grid-template-columns: 2.5rem minmax(0, 1fr) auto;
  grid-column: 1 / -1;
  gap: 1rem;
  align-items: center;
  padding: 0 1.35rem;
  background: var(--black);
  color: var(--white);
}

.test-card-bar span,
.test-card-bar small,
.test-card-bar i {
  color: inherit !important;
  font-family: var(--body);
  font-size: var(--type-meta);
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: var(--tracking-meta);
  text-transform: uppercase;
}

.test-card-bar span,
.test-card-bar i {
  color: var(--signal) !important;
}

.test-hub-featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 5vw, 5rem);
}

.test-hub-featured-copy > strong {
  display: block;
  max-width: 49rem;
  margin-top: 2rem;
  font-family: var(--display);
  font-size: var(--type-section);
  font-weight: 690;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.test-hub-featured-copy > p {
  max-width: 42rem;
  margin: 1.75rem 0 0;
}

.test-hub-featured-copy > span {
  display: inline-flex;
  width: fit-content;
  min-height: 3.5rem;
  align-items: center;
  margin-top: 2.25rem;
  padding: 1rem 1.15rem;
  background: var(--black);
  color: var(--white);
  font-family: var(--display);
  font-size: var(--type-cta);
  font-weight: 680;
}

.test-hub-featured-copy > span::after {
  content: "";
  width: 0.65rem;
  height: 0.65rem;
  margin-left: 1.25rem;
  background: var(--signal);
}

.test-hub-featured-mark {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--violet);
}

.test-hub-featured-mark span {
  color: var(--signal);
  font-family: var(--display);
  font-size: clamp(10rem, 20vw, 22rem);
  font-weight: 700;
  line-height: 0.8;
  transform: rotate(7deg);
}

.test-hub-featured-mark i {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 1rem;
  height: 1rem;
  background: var(--signal);
}

.test-hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  overflow: visible;
  padding: 1rem 0 0;
  background: var(--white);
}

.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 {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 31rem;
  flex-direction: column;
  padding: 0 1.6rem 1.6rem;
  overflow: hidden;
  border: 1px solid var(--black);
  background: var(--white) !important;
  color: var(--black) !important;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

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

.test-hub-grid .test-card-bar {
  margin: 0 -1.6rem;
}

.test-hub-grid > button > strong,
.test-hub-grid > a > strong {
  display: block;
  max-width: 34rem;
  margin: clamp(3rem, 7vh, 5rem) 0 1.5rem;
  color: var(--black);
  font-family: var(--display);
  font-size: var(--type-card);
  line-height: var(--leading-tight);
  overflow-wrap: anywhere;
}

.test-hub-grid > button > p,
.test-hub-grid > a > p {
  max-width: 38rem;
  margin: 0;
  color: var(--black) !important;
}

.test-hub-grid > button > i,
.test-hub-grid > a > i {
  display: flex;
  min-height: 3.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding: 1rem 1.1rem;
  border: 0;
  background: var(--black);
  color: var(--white) !important;
  font-family: var(--display);
  font-size: var(--type-cta);
  font-style: normal;
  font-weight: 680;
}

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

.test-hub-profile {
  grid-column: 1 / -1;
  min-height: 27rem;
}

.test-hub-profile > strong,
.test-hub-profile > p {
  max-width: 58rem !important;
}

.test-hub-note {
  display: grid;
  grid-template-columns: minmax(11rem, 0.35fr) minmax(0, 1fr);
  gap: 3rem;
  padding: clamp(3rem, 6vw, 6rem) var(--page-x);
  border-top: 1px solid var(--black);
  background: var(--violet-light);
}

.test-hub-note p {
  max-width: 55rem;
  margin: 0;
}

/* Every active test uses the same white question canvas and black progress bar. */
.test-intro {
  min-height: calc(100svh - 4.5rem);
  padding: clamp(4rem, 7vw, 7rem) var(--page-x);
  background: var(--white);
  color: var(--black);
}

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

.test-intro h1,
.test-intro h1.is-long-title {
  max-width: 66rem;
  margin-top: 2.5rem;
  color: var(--black);
  font-size: var(--type-section);
  line-height: var(--leading-display);
  overflow-wrap: anywhere;
}

.test-intro p {
  max-width: 45rem;
  margin-top: 2rem;
  color: var(--black);
  font-size: var(--type-lead);
}

.test-intro > div > strong {
  max-width: 45rem;
  color: #56565c;
}

.test-question-screen {
  min-height: 100svh;
  overflow-x: hidden;
  background: var(--white);
  touch-action: pan-y;
}

.test-progress {
  position: sticky;
  z-index: 5;
  top: 0;
}

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

.test-question-footer {
  display: flex;
  max-width: 64rem;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
}

.test-question-footer p {
  max-width: 32rem;
  margin: 0;
  color: #5b5b61;
  font-size: var(--type-small);
}

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

.test-gate-teaser h1 {
  margin-top: 2.5rem;
  font-size: var(--type-section);
  line-height: var(--leading-display);
}

.lead-gate-head > strong {
  line-height: var(--leading-tight);
}

.test-result-hero {
  padding: var(--section-y) var(--page-x);
}

.test-result-hero > span {
  margin-top: 3rem;
}

.test-result-hero h1 {
  max-width: 72rem;
  margin-top: 2.5rem;
  font-size: var(--type-section);
  line-height: var(--leading-display);
}

.test-result-hero > p {
  max-width: 49rem;
  margin-top: 2.5rem;
  font-size: var(--type-lead);
}

.test-result-next {
  padding: var(--section-y) var(--page-x);
}

.test-result-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.test-result-steps article {
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid var(--black);
  background: var(--white);
}

.test-result-steps article:nth-child(2) {
  background: var(--violet-light);
}

.test-result-steps article:nth-child(3) {
  background: var(--signal);
}

.test-result-steps article > span {
  color: var(--violet);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.test-result-steps article > p {
  margin: auto 0 0;
  font-family: var(--display);
  font-size: var(--type-card);
  font-weight: 680;
  line-height: var(--leading-tight);
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.test-result-offer {
  display: grid !important;
  grid-template-columns: minmax(13rem, 0.45fr) minmax(0, 1fr);
  gap: 2rem !important;
  align-items: end;
  margin-top: 1rem !important;
  padding: 1.5rem;
  background: var(--black);
  color: var(--white);
}

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

.test-result-offer strong {
  font-family: var(--display);
  font-size: var(--type-card);
  line-height: var(--leading-tight);
}

.test-result-actions {
  display: flex !important;
  margin-top: 2rem !important;
}

.test-result-disclaimer {
  max-width: 48rem !important;
}

@media (max-width: 1100px) {
  .work-tools {
    grid-template-columns: 1fr;
  }

  .swipe-hint {
    grid-column: 1;
  }
}

@media (max-width: 819px) {
  :root {
    --type-hero: clamp(2.35rem, 9vw, 3.05rem);
    --type-section: clamp(2.15rem, 8.3vw, 2.85rem);
    --type-subsection: clamp(1.8rem, 7vw, 2.35rem);
    --type-card: clamp(1.55rem, 6.5vw, 2.1rem);
    --leading-display: 1.09;
  }

  .menu-overlay nav > a {
    grid-template-columns: 36px 1fr;
    padding: 10px 0 14px;
    font-size: clamp(34px, 9.4vw, 46px);
  }

  .menu-overlay .menu-footer {
    position: static;
    margin-top: 2rem;
    padding-bottom: 1rem;
  }

  .theme-intro .hero-topic-copy {
    margin-top: 1.75rem;
    font-size: 1rem;
  }

  .theme-intro .hero-topic-story {
    display: block;
  }

  .theme-intro .hero-topic-link {
    margin-top: 1.25rem;
  }

  .test-doorway {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    padding: 4rem 1.25rem;
  }

  .test-doorway h2 {
    margin-top: 1.5rem;
  }

  .work-tools {
    display: block;
    padding: 4.5rem 0;
  }

  .tools-heading {
    padding: 0 1.25rem;
  }

  .product-slider {
    margin-top: 3rem;
    padding: 0 1.25rem 0.75rem;
    scroll-padding-inline: 1.25rem;
    scrollbar-width: none;
  }

  .product-slider::-webkit-scrollbar {
    display: none;
  }

  .product-card,
  .product-card-dark,
  .product-card-signal,
  .product-card-premium {
    flex-basis: calc(100vw - 2.5rem);
    max-width: calc(100vw - 2.5rem);
    min-height: 39rem;
  }

  .product-card .ipad-mockup {
    width: min(70%, 15rem);
  }

  .swipe-hint {
    margin: 0.75rem 1.25rem 0;
  }

  .test-hub-hero {
    padding: 6rem 1.25rem 5rem;
  }

  .test-hub-hero h1 {
    margin-top: 2rem;
  }

  .test-hub-hero p {
    margin-top: 2rem;
    font-size: 1.05rem;
  }

  .test-hub-catalog {
    padding: 3.5rem 1.25rem;
  }

  .test-hub-featured {
    display: block;
    min-height: 0;
  }

  .test-card-bar {
    min-height: 3.5rem;
    grid-template-columns: 1.75rem minmax(0, 1fr);
    gap: 0.6rem;
    padding: 0.7rem 1rem;
  }

  .test-card-bar i {
    display: none;
  }

  .test-hub-featured-copy {
    padding: 2rem 1.25rem 2.5rem;
  }

  .test-hub-featured-copy > strong {
    margin-top: 1.5rem;
    font-size: var(--type-section);
  }

  .test-hub-featured-copy > p {
    margin-top: 1.5rem;
  }

  .test-hub-featured-copy > span {
    width: 100%;
    justify-content: space-between;
  }

  .test-hub-featured-mark {
    display: none;
  }

  .test-hub-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    padding-top: 0.75rem;
  }

  .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: 26rem;
    padding: 0 1.25rem 1.25rem;
  }

  .test-hub-grid .test-card-bar {
    margin: 0 -1.25rem;
  }

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

  .test-hub-profile {
    grid-column: auto;
  }

  .test-hub-note {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 3.5rem 1.25rem;
  }

  .test-intro {
    padding: 3rem 1.25rem 4rem;
  }

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

  .test-intro h1,
  .test-intro h1.is-long-title {
    margin-top: 1.75rem;
    font-size: var(--type-section);
  }

  .test-question-card > h2 {
    margin-top: 2rem;
    font-size: var(--type-section);
    line-height: var(--leading-display);
  }

  .test-question-footer {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .test-result-steps {
    grid-template-columns: 1fr;
  }

  .test-result-steps article {
    min-height: 14rem;
  }

  .test-result-offer {
    grid-template-columns: 1fr;
  }

  .test-result-actions {
    align-items: stretch !important;
    flex-direction: column;
  }
}

/* v29 — one editorial language across hero, products, tests and subpages */

/* Hero: five human work-life chapters, one visual system. */
.hero-story .horizontal-track {
  width: max-content;
}

.hero-story .hero-progress {
  background: #ffffff24;
}

.hero-story .hero-progress span {
  background: var(--signal);
}

.hero-chapter {
  display: block;
  padding: 0;
  isolation: isolate;
}

.hero-chapter-copy {
  position: relative;
  z-index: 5;
  display: flex;
  width: min(64%, 68rem);
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(7rem, 12vh, 9rem) var(--page-x) clamp(3.5rem, 7vh, 5.5rem);
}

.hero-chapter-copy > small {
  display: inline-flex;
  width: fit-content;
  gap: 0.65rem;
  align-items: center;
  color: var(--hero-kicker, var(--signal));
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-chapter-copy > small::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  flex: 0 0 0.52rem;
  background: currentColor;
}

.hero-chapter-copy h1,
.hero-chapter-copy h2 {
  max-width: 65rem;
  margin: clamp(2rem, 4.5vh, 3.5rem) 0 0;
  font-size: clamp(3.15rem, 5.25vw, 6.25rem);
  line-height: 1.045;
  overflow-wrap: normal;
}

.hero-chapter-copy > p {
  max-width: 42rem;
  margin: clamp(1.75rem, 3.5vh, 2.75rem) 0 0;
  color: inherit;
  font-size: clamp(1.02rem, 1.45vw, 1.35rem);
  line-height: 1.48;
  letter-spacing: -0.02em;
}

.hero-chapter-image {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 61%;
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
}

.hero-chapter-number {
  position: absolute;
  z-index: 1;
  right: -0.035em;
  bottom: -0.19em;
  color: #ffffff12;
  font-family: var(--display);
  font-size: clamp(12rem, 24vw, 28rem);
  font-weight: 720;
  line-height: 1;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.hero-cover {
  background: var(--black);
  color: var(--white);
}

.hero-cover-image {
  background-image:
    linear-gradient(90deg, var(--black) 0%, #09090a90 26%, transparent 72%),
    url("../images/mela-steiner-portrait.webp");
  background-position: center 28%;
}

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

.hero-cover .hero-entry-actions {
  position: static;
  margin-top: clamp(1.75rem, 3.5vh, 2.75rem);
}

.hero-cover .hero-entry-actions > a {
  display: inline-flex;
}

.hero-overload {
  background: var(--white);
  color: var(--black);
  --hero-kicker: var(--violet);
}

.hero-overload-image {
  inset: 0 54% 0 0;
  background-image:
    linear-gradient(90deg, transparent 70%, var(--white) 100%),
    url("../images/work-feels-woman.webp");
  background-position: 62% center;
}

.hero-overload .hero-chapter-copy {
  width: 52%;
  margin-left: 48%;
  padding-left: clamp(2.5rem, 5vw, 6rem);
}

.hero-overload .hero-chapter-number,
.hero-change .hero-chapter-number {
  color: #786ce012;
}

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

.hero-conflict .hero-chapter-copy {
  width: 66%;
}

.hero-conflict .hero-chapter-copy h2 b {
  color: var(--signal);
}

.hero-conflict-note {
  position: absolute;
  z-index: 4;
  right: var(--page-x);
  bottom: clamp(4rem, 8vh, 7rem);
  width: min(30%, 29rem);
  padding: 1.5rem 0 0 1.5rem;
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  color: var(--white);
}

.hero-conflict-note span {
  color: var(--signal);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.hero-conflict-note strong {
  display: block;
  margin-top: 1.5rem;
  font-family: var(--display);
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.hero-change {
  background: var(--white);
  color: var(--black);
  --hero-kicker: var(--violet);
}

.hero-change::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0 0 0 63%;
  background-image:
    linear-gradient(90deg, var(--white) 0%, #ffffffb8 22%, transparent 75%),
    url("../images/mela-editorial-transition-blur.webp");
  background-position: center;
  background-size: cover;
  filter: grayscale(1) contrast(1.05);
}

.hero-change .hero-chapter-copy {
  width: 67%;
}

.hero-space {
  background: var(--black);
  color: var(--white);
}

.hero-space .hero-chapter-copy {
  width: 68%;
}

.hero-space .hero-chapter-copy h2 b {
  color: var(--violet-bright);
}

.hero-space .brand-cta {
  position: static;
  width: fit-content;
  margin-top: 2.25rem;
  border-color: var(--signal);
  background: var(--signal);
  color: var(--black);
}

.hero-space-statement {
  position: absolute;
  z-index: 2;
  right: -0.08em;
  bottom: 0.08em;
  width: 38%;
  color: var(--violet);
  font-family: var(--display);
  font-size: clamp(3rem, 6.2vw, 7.2rem);
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: -0.075em;
  text-transform: uppercase;
  transform: rotate(-4deg);
}

.hero-story .hero-scroll-cue {
  min-width: 16rem;
  background: var(--black);
  color: var(--white);
}

/* Products: magazine spreads, not bordered UI cards. */
.product-slider {
  gap: clamp(1.15rem, 2vw, 2rem);
  scrollbar-width: none;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

.tools-heading h2 {
  font-size: clamp(2.45rem, 3.2vw, 4.2rem);
  overflow-wrap: normal;
  word-break: normal;
}

#tools,
#themen,
#angebote,
#mela,
#journal,
#kontakt {
  scroll-margin-top: 4.5rem;
}

.product-card,
.product-card-dark,
.product-card-signal,
.product-card-premium {
  flex-basis: min(29rem, 78%);
  min-height: 44rem;
  padding: 0 0 1.75rem;
  overflow: hidden;
  border: 0;
  background: var(--violet-light);
}

.product-card-dark {
  background: var(--black);
}

.product-card-signal {
  background: var(--signal);
  color: var(--black);
}

.product-card-premium {
  background: var(--violet);
  color: var(--white);
}

.product-card-premium p,
.product-card-premium .tool-meta,
.product-card-premium .text-link {
  color: var(--white) !important;
}

.product-card .tool-meta {
  min-height: 3.5rem;
  align-items: center;
  padding: 0 1.5rem;
  border-bottom: 1px solid currentColor;
}

.product-card .ipad-mockup {
  width: min(72%, 17rem);
  margin: 2.5rem auto 2.4rem;
}

.product-card h3,
.product-card > p,
.product-card .text-link {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.product-card h3 {
  padding-top: 1.4rem;
  border-top: 1px solid currentColor;
}

.product-card > p {
  margin-top: 1.25rem;
}

.product-card .text-link {
  width: fit-content;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid currentColor;
}

@media (max-width: 819px) {
  .tools-heading h2 {
    font-size: var(--type-section);
  }

  .hero-chapter-copy {
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    padding: 5.5rem 1.25rem 3.75rem !important;
    justify-content: center;
  }

  .hero-chapter-copy h1,
  .hero-chapter-copy h2 {
    margin-top: 1.55rem;
    padding: 0;
    font-size: clamp(2.15rem, 8.45vw, 2.75rem);
    line-height: 1.07;
  }

  .hero-chapter-copy > p {
    max-width: 35rem;
    margin-top: 1.35rem;
    font-size: 0.98rem;
    line-height: 1.44;
  }

  .hero-chapter-number {
    font-size: 54vw;
    opacity: 0.7;
  }

  .hero-cover-image {
    inset: 0;
    background-image:
      linear-gradient(180deg, #09090ac4 0%, #09090adf 54%, var(--black) 100%),
      url("../images/mela-steiner-portrait.webp");
    background-position: center 23%;
    opacity: 0.5;
  }

  .hero-cover .hero-entry-actions {
    display: grid;
    margin-top: 1.35rem;
  }

  .hero-cover .hero-entry-actions a {
    width: 100%;
  }

  .hero-overload-image {
    inset: 4.4rem 0 59% 0;
    background-image:
      linear-gradient(180deg, transparent 60%, var(--white) 100%),
      url("../images/work-feels-woman.webp");
    background-position: 66% center;
    opacity: 0.72;
  }

  .hero-overload .hero-chapter-copy {
    justify-content: flex-end;
    padding-top: 38vh !important;
  }

  .hero-overload .hero-chapter-copy h2 {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .hero-conflict-note,
  .hero-space-statement {
    display: none;
  }

  .hero-change::before {
    inset: 0;
    background-image:
      linear-gradient(90deg, #ffffffed, #ffffffd6),
      url("../images/mela-editorial-transition-blur.webp");
    opacity: 0.45;
  }

  .hero-space .brand-cta {
    width: 100%;
    margin-top: 1.5rem;
  }

  .hero-story .hero-scroll-cue {
    display: none;
  }

  .product-card,
  .product-card-dark,
  .product-card-signal,
  .product-card-premium {
    flex-basis: calc(100vw - 3.25rem);
    max-width: calc(100vw - 3.25rem);
    min-height: 40rem;
  }
}

/* Tests: an editorial index, not a wall of framed cards. */
.test-hub-hero {
  position: relative;
  display: grid;
  min-height: 42rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(19rem, 0.55fr);
  align-content: center;
  column-gap: clamp(3rem, 8vw, 9rem);
  overflow: hidden;
  background: var(--black);
}

.test-hub-hero::after {
  content: "01—06";
  grid-column: 2;
  grid-row: 1 / 4;
  align-self: center;
  color: var(--violet);
  font-family: var(--display);
  font-size: clamp(6rem, 14vw, 15rem);
  font-weight: 720;
  line-height: 0.8;
  letter-spacing: -0.1em;
  transform: rotate(-5deg);
}

.test-hub-hero > small,
.test-hub-hero > h1,
.test-hub-hero > p {
  grid-column: 1;
}

.test-hub-hero h1 {
  max-width: 58rem;
}

.test-hub-catalog {
  padding: clamp(5rem, 8vw, 8rem) var(--page-x) 0;
}

.test-hub-featured {
  min-height: 32rem;
  grid-template-rows: auto 1fr;
  border: 0;
  background: var(--violet-light);
}

.test-hub-featured > .test-card-bar {
  grid-column: 1 / -1;
}

.test-card-bar {
  min-height: 3.5rem;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--black);
}

.test-card-bar span,
.test-card-bar small,
.test-card-bar i {
  color: inherit !important;
}

.test-card-bar span,
.test-card-bar i {
  color: var(--violet) !important;
}

.test-hub-featured-copy {
  padding: clamp(2.5rem, 5vw, 5rem);
}

.test-hub-featured-copy > strong {
  font-size: clamp(2.5rem, 4.8vw, 5.35rem);
  line-height: 1.04;
}

.test-hub-featured-copy > p {
  font-size: var(--type-lead);
}

.test-hub-featured-mark {
  background: var(--violet);
}

.test-hub-section-head {
  display: grid;
  grid-template-columns: minmax(11rem, 0.38fr) minmax(0, 1fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding: clamp(6rem, 10vw, 10rem) 0 clamp(3rem, 5vw, 5rem);
}

.test-hub-section-head small {
  display: inline-flex;
  width: fit-content;
  gap: 0.65rem;
  align-items: center;
  color: var(--violet);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.test-hub-section-head small::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  background: currentColor;
}

.test-hub-section-head h2 {
  max-width: 61rem;
  margin: 0;
  font-family: var(--display);
  font-size: var(--type-subsection);
  font-weight: 690;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.test-hub-grid {
  display: block;
  padding: 0;
}

.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 {
  display: grid;
  min-height: 0;
  grid-template-columns: minmax(10rem, 0.4fr) minmax(17rem, 0.9fr) minmax(18rem, 1fr) auto;
  gap: clamp(1.5rem, 4vw, 4.5rem);
  align-items: center;
  padding: clamp(2rem, 4vw, 3.25rem) 0;
  border: 0;
  border-top: 1px solid var(--black);
  background: var(--white) !important;
  overflow: visible;
}

.test-hub-grid > :last-child {
  border-bottom: 1px solid var(--black);
}

.test-hub-grid .test-card-bar {
  display: block;
  min-height: 0;
  grid-column: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.test-hub-grid .test-card-bar span,
.test-hub-grid .test-card-bar small {
  display: block;
}

.test-hub-grid .test-card-bar span {
  margin-bottom: 0.7rem;
}

.test-hub-grid > button > strong,
.test-hub-grid > a > strong {
  max-width: none;
  margin: 0;
  font-size: clamp(1.65rem, 2.5vw, 2.75rem);
  line-height: 1.08;
}

.test-hub-grid > button > p,
.test-hub-grid > a > p {
  max-width: 40rem;
  margin: 0;
  font-size: var(--type-body);
}

.test-hub-grid > button > i,
.test-hub-grid > a > i {
  width: max-content;
  min-height: 0;
  margin: 0;
  padding: 0 0 0.45rem;
  border-bottom: 2px solid var(--signal);
  background: transparent;
  color: var(--black) !important;
  white-space: nowrap;
}

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

.test-hub-profile {
  margin: 0 calc(-1 * var(--page-x));
  padding-right: var(--page-x);
  padding-left: var(--page-x);
  border-color: #ffffff3a !important;
  background: var(--black) !important;
  color: var(--white) !important;
}

.test-hub-profile .test-card-bar,
.test-hub-profile > strong,
.test-hub-profile > p,
.test-hub-profile > i {
  color: var(--white) !important;
}

.test-hub-profile .test-card-bar span,
.test-hub-profile .test-card-bar small {
  color: var(--signal) !important;
}

.test-hub-profile > i {
  border-color: var(--signal);
}

.test-hub-note {
  grid-template-columns: minmax(11rem, 0.38fr) minmax(0, 1fr);
  margin-top: 0;
  border: 0;
  background: var(--violet-light);
}

.test-hub-note p {
  font-size: var(--type-body);
  line-height: 1.55;
}

/* Active checks keep the same typographic rhythm as the editorial pages. */
.test-intro {
  position: relative;
  min-height: 46rem;
  overflow: hidden;
}

.test-intro::after {
  content: "?";
  position: absolute;
  z-index: 0;
  right: -0.02em;
  bottom: -0.22em;
  color: #786ce010;
  font-family: var(--display);
  font-size: clamp(18rem, 38vw, 40rem);
  font-weight: 720;
  line-height: 1;
}

.test-intro > div,
.test-intro > .test-back {
  position: relative;
  z-index: 1;
}

.test-answer-grid.work-check-options,
.profile-answer-grid.work-check-options {
  border-top: 1px solid var(--black);
}

.test-answer-grid.work-check-options button,
.profile-answer-grid.work-check-options button {
  transition: background-color 0.18s ease, color 0.18s ease;
}

.test-result-steps article {
  border: 0;
  border-top: 1px solid var(--black);
}

.test-result-offer {
  border-left: 0.7rem solid var(--signal);
}

@media (max-width: 980px) {
  .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 {
    grid-template-columns: 8rem minmax(0, 1fr) minmax(14rem, 0.8fr);
  }

  .test-hub-grid > button > i,
  .test-hub-grid > a > i {
    grid-column: 2;
  }
}

@media (max-width: 819px) {
  .test-hub-hero {
    display: block;
    min-height: 0;
    padding: 6.5rem 1.25rem 5rem;
  }

  .test-hub-hero::after {
    content: "01—06";
    position: absolute;
    right: -0.08em;
    bottom: 0.08em;
    font-size: 26vw;
    opacity: 0.28;
  }

  .test-hub-catalog {
    padding: 3.5rem 1.25rem 0;
  }

  .test-hub-featured {
    display: block;
    min-height: 0;
  }

  .test-hub-featured-copy {
    padding: 2.25rem 1.25rem 2.5rem;
  }

  .test-hub-section-head {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 5rem 0 2.5rem;
  }

  .test-hub-section-head h2 {
    font-size: var(--type-subsection);
  }

  .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 {
    display: grid;
    grid-template-columns: 3.25rem minmax(0, 1fr);
    gap: 1rem;
    padding: 2rem 0;
  }

  .test-hub-grid .test-card-bar {
    grid-column: 1;
    grid-row: 1 / 4;
  }

  .test-hub-grid .test-card-bar small {
    display: none;
  }

  .test-hub-grid > button > strong,
  .test-hub-grid > a > strong,
  .test-hub-grid > button > p,
  .test-hub-grid > a > p,
  .test-hub-grid > button > i,
  .test-hub-grid > a > i {
    grid-column: 2;
  }

  .test-hub-grid > button > strong,
  .test-hub-grid > a > strong {
    font-size: var(--type-card);
  }

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

  .test-hub-profile {
    margin: 0 -1.25rem;
    padding: 2.25rem 1.25rem;
  }

  .test-hub-note {
    grid-template-columns: 1fr;
  }

  .test-result-steps article {
    min-height: 12rem;
  }
}

/* Subpage shell and footer: the same editorial ending everywhere. */
.article-topbar {
  height: 4.5rem;
  min-height: 4.5rem;
  padding-inline: var(--page-x);
  background: rgba(255, 255, 255, 0.96);
}

.article-topbar > a:last-child {
  display: inline-flex;
  min-height: 2.4rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border: 1px solid currentColor;
  font-family: var(--display);
  text-decoration: none;
}

.article-topbar > a:last-child::after {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  margin-left: 0.8rem;
  background: var(--signal);
}

.article-footer {
  display: block;
  padding: 0;
  background: var(--black);
  color: var(--white);
  font-size: inherit;
  letter-spacing: normal;
}

.article-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.55fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
  padding: clamp(5rem, 9vw, 9rem) var(--page-x);
  background: var(--violet);
  color: var(--white);
}

.article-footer-cta > small {
  grid-column: 1 / -1;
  display: inline-flex;
  width: fit-content;
  gap: 0.65rem;
  align-items: center;
  color: var(--signal) !important;
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.article-footer-cta > small::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  background: currentColor;
}

.article-footer-cta h2 {
  max-width: 62rem;
  margin: 0;
  font-family: var(--display);
  font-size: var(--type-section);
  font-weight: 690;
  line-height: var(--leading-display);
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.article-footer-cta h2 b {
  color: var(--signal);
}

.article-footer-cta p {
  max-width: 36rem;
  margin: 0;
  color: var(--white);
  font-size: var(--type-body);
  line-height: 1.55;
}

.article-footer-cta > a {
  grid-column: 2;
  justify-self: start;
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  margin-top: -0.5rem;
  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;
}

.article-footer-cta > a::after {
  content: "→";
  margin-left: 1.5rem;
  font-size: 1.1rem;
}

.article-footer-directory {
  display: grid;
  grid-template-columns: minmax(16rem, 1.2fr) minmax(10rem, 0.55fr) minmax(14rem, 0.75fr);
  gap: clamp(3rem, 8vw, 9rem);
  padding: clamp(4rem, 7vw, 7rem) var(--page-x);
}

.article-footer-brand {
  display: grid;
  max-width: 31rem;
  grid-template-columns: auto 1fr;
  gap: 0.2rem 1rem;
  align-content: start;
}

.article-footer-brand .article-symbol {
  grid-row: 1 / 3;
}

.article-footer-brand > strong {
  align-self: end;
  font-family: var(--display);
  font-size: var(--type-small);
}

.article-footer-brand > span:not(.article-symbol) {
  color: var(--signal);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.article-footer-brand p {
  grid-column: 1 / -1;
  max-width: 29rem;
  margin: 2rem 0 0;
  color: var(--white);
  font-size: var(--type-body);
  line-height: 1.5;
}

.article-footer-directory nav,
.article-footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.article-footer-directory nav {
  justify-self: auto;
}

.article-footer-directory small {
  margin-bottom: 0.55rem;
  color: #8f8f96;
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.article-footer-directory nav a,
.article-footer-contact a {
  justify-self: auto;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ffffff50;
  color: var(--white);
  font-family: var(--display);
  font-size: var(--type-small);
  text-decoration: none;
}

.article-footer-directory nav a:hover,
.article-footer-contact a:hover {
  border-color: var(--signal);
  color: var(--signal);
}

.article-footer-contact span {
  color: #b7b7bc;
  font-size: var(--type-meta);
  font-weight: 650;
  letter-spacing: var(--tracking-meta);
}

.article-footer-legal {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 1.5rem var(--page-x);
  border-top: 1px solid #ffffff2d;
  color: #9f9fa5;
  font-size: var(--type-meta);
  font-weight: 650;
  letter-spacing: var(--tracking-meta);
}

.article-footer-legal span:nth-child(2) {
  justify-self: center;
}

.article-footer-legal a {
  justify-self: end;
  color: var(--signal);
  text-decoration: none;
}

/* Editorial subpages share the same rhythm and disciplined asymmetry. */
.article-hero,
.about-hero,
.privacy-hero,
.profile-hero,
.test-hub-hero {
  border-bottom: 1px solid var(--black);
}

.article-hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(5rem, 8vw, 8rem);
}

.article-hero::after {
  content: "JOURNAL";
  position: absolute;
  z-index: 0;
  right: -0.04em;
  bottom: -0.2em;
  color: #786ce00d;
  font-family: var(--display);
  font-size: clamp(8rem, 19vw, 21rem);
  font-weight: 720;
  line-height: 1;
  letter-spacing: -0.09em;
  pointer-events: none;
}

.article-hero > * {
  position: relative;
  z-index: 1;
}

.about-hero-copy {
  background: var(--black);
}

.about-intro,
.about-path,
.article-body,
.privacy-content {
  background: var(--white);
}

.about-timeline article {
  border: 0;
  border-top: 1px solid var(--black);
}

@media (max-width: 819px) {
  .article-topbar {
    height: 4.4rem;
    min-height: 4.4rem;
    padding-inline: 1.25rem;
  }

  .article-topbar > a:last-child {
    min-height: 2.25rem;
    padding: 0.45rem 0.6rem;
  }

  .article-footer-cta {
    grid-template-columns: 1fr;
    gap: 1.75rem;
    padding: 4.75rem 1.25rem;
  }

  .article-footer-cta > small,
  .article-footer-cta > a {
    grid-column: 1;
  }

  .article-footer-cta h2 {
    font-size: var(--type-section);
  }

  .article-footer-cta > a {
    width: 100%;
    justify-content: space-between;
    margin-top: 0.25rem;
  }

  .article-footer-directory {
    grid-template-columns: 1fr;
    gap: 3.25rem;
    padding: 4rem 1.25rem;
  }

  .article-footer-directory nav {
    justify-self: start;
    flex-direction: column;
  }

  .article-footer-legal {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 1.5rem 1.25rem;
  }

  .article-footer-legal span:nth-child(2),
  .article-footer-legal a {
    justify-self: start;
  }

  .article-hero::after {
    font-size: 31vw;
  }
}

/* v30 — a shorter hero story, seamless products and one editorial test language */

/* Hero: three deliberate chapters. No oversized counters, no topic wall. */
.hero-story .horizontal-track {
  width: max-content;
}

.hero-chapter {
  min-height: 100svh;
}

.hero-chapter-copy {
  width: min(64%, 66rem);
  padding-top: clamp(7.25rem, 12vh, 9.25rem);
  padding-bottom: clamp(3.5rem, 7vh, 5.5rem);
}

.hero-chapter-copy h1,
.hero-chapter-copy h2 {
  max-width: 66rem;
  margin-top: clamp(1.7rem, 3.5vh, 2.8rem);
  font-size: clamp(3.35rem, 5.45vw, 6.35rem);
  line-height: 1.035;
}

.hero-chapter-copy > p {
  max-width: 40rem;
  margin-top: clamp(1.4rem, 3vh, 2.3rem);
  font-size: clamp(1.03rem, 1.3vw, 1.28rem);
  line-height: 1.5;
}

.hero-cover-image {
  inset: 0 0 0 62%;
  background-image:
    linear-gradient(90deg, var(--black) 0%, #09090a68 34%, transparent 78%),
    url("../images/mela-steiner-portrait.webp");
  background-position: center 25%;
  filter: grayscale(1) contrast(1.03);
  opacity: 0.92;
}

.hero-cover .hero-entry-actions {
  gap: 0;
  margin-top: clamp(1.5rem, 3vh, 2.25rem);
}

.hero-cover .hero-entry-actions > a {
  min-height: 3.35rem;
  border-color: #ffffff7a;
}

.hero-cover .hero-entry-actions > a + a {
  border-left: 0;
  color: var(--white);
}

.hero-spectrum {
  background: var(--white);
  color: var(--black);
  --hero-kicker: var(--violet);
}

.hero-spectrum-image {
  inset: 0 57% 0 0;
  background-image:
    linear-gradient(90deg, transparent 62%, var(--white) 100%),
    url("../images/work-feels-woman.webp");
  background-position: 58% center;
  filter: grayscale(1) contrast(1.04);
}

.hero-spectrum .hero-chapter-copy {
  width: 59%;
  margin-left: 41%;
  padding-left: clamp(3rem, 6vw, 7rem);
}

.hero-spectrum .hero-chapter-copy h2 b {
  color: var(--violet);
}

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

.hero-outcome .hero-chapter-copy {
  width: 72%;
}

.hero-outcome .hero-chapter-copy h2 b {
  color: var(--signal);
}

.hero-outcome .brand-cta {
  position: static;
  width: fit-content;
  margin-top: clamp(1.5rem, 3vh, 2.25rem);
  border-color: var(--signal);
  background: var(--signal);
  color: var(--black);
}

.hero-outcome .brand-cta::after {
  background: var(--black);
}

.hero-outcome-note {
  position: absolute;
  z-index: 5;
  right: var(--page-x);
  bottom: clamp(7.5rem, 13vh, 10rem);
  width: min(24%, 23rem);
  padding: 1.25rem 0 0 1.25rem;
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
}

.hero-outcome-note span {
  color: var(--signal);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.hero-outcome-note strong {
  display: block;
  margin-top: 1.2rem;
  font-family: var(--display);
  font-size: clamp(1.15rem, 1.75vw, 1.8rem);
  line-height: 1.14;
  letter-spacing: -0.04em;
}

/* Products: one continuous magazine rail instead of separated cards. */
.work-tools {
  display: block;
  padding: var(--section-y) 0 0;
  overflow: hidden;
}

.tools-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.55fr) auto;
  column-gap: clamp(2.5rem, 6vw, 7rem);
  align-items: end;
  padding: 0 var(--page-x) clamp(3.5rem, 6vw, 6rem);
}

.tools-heading > small {
  grid-column: 1 / -1;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.tools-heading h2 {
  grid-column: 1;
  margin: 0;
  font-size: clamp(2.75rem, 3.8vw, 4.5rem);
}

.tools-heading > p {
  grid-column: 2;
  max-width: 34rem;
  margin: 0;
  align-self: end;
  font-size: var(--type-body);
  line-height: 1.5;
}

.tools-heading .slider-controls {
  grid-column: 3;
  margin: 0;
  align-self: end;
}

.product-slider {
  width: 100%;
  gap: 0;
  padding: 0;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  scrollbar-width: none;
}

.product-slider::-webkit-scrollbar {
  display: none;
}

.product-card,
.product-card-dark,
.product-card-signal,
.product-card-premium {
  flex: 0 0 min(31rem, 37vw);
  min-height: 43rem;
  padding: 0 0 1.75rem;
  border: 0;
  border-right: 1px solid currentColor;
}

.product-card:last-child {
  border-right: 0;
}

.product-card .tool-meta {
  min-height: 3.5rem;
  padding: 0 1.5rem;
  border-bottom: 1px solid currentColor;
}

.product-card .ipad-mockup {
  width: min(68%, 16rem);
  margin: 2.3rem auto 2.2rem;
}

.product-card h3,
.product-card > p,
.product-card .text-link {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

.product-card h3 {
  padding-top: 1.25rem;
  border-top: 1px solid currentColor;
}

.product-card > p {
  margin-top: 1.1rem;
}

.product-card .text-link {
  width: fit-content;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid currentColor;
}

.swipe-hint {
  margin: 0;
  padding: 1rem var(--page-x) 1.1rem;
  background: var(--black);
  color: var(--signal);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

/* Test hub: short entry, one starting point and a clear question index. */
.test-hub-hero {
  position: relative;
  display: grid;
  min-height: 34rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, 0.55fr);
  column-gap: clamp(3rem, 8vw, 9rem);
  align-content: center;
  padding: clamp(7rem, 10vw, 9rem) var(--page-x) clamp(5rem, 8vw, 7rem);
  overflow: hidden;
  background: var(--black);
}

.test-hub-hero::after {
  display: none;
  content: none;
}

.test-hub-hero > small {
  grid-column: 1 / -1;
}

.test-hub-hero h1 {
  grid-column: 1;
  max-width: 65rem;
  margin: clamp(2rem, 4vh, 3rem) 0 0;
  font-size: clamp(3rem, 5.25vw, 6.1rem);
  line-height: 1.04;
}

.test-hub-hero h1 b {
  color: var(--violet-bright);
}

.test-hub-hero p {
  grid-column: 2;
  align-self: end;
  max-width: 34rem;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.52;
}

.test-hub-catalog {
  padding: 0 var(--page-x);
}

.test-hub-featured {
  display: grid;
  width: calc(100% + var(--page-x) + var(--page-x));
  min-height: 0;
  grid-template-columns: minmax(10rem, 0.34fr) minmax(0, 1.35fr) minmax(8rem, 0.28fr);
  grid-template-rows: auto;
  margin: 0 calc(-1 * var(--page-x));
  border: 0;
  background: var(--violet);
  color: var(--white);
}

.test-hub-featured > .test-card-bar {
  display: flex;
  min-height: 100%;
  grid-column: 1;
  grid-row: 1;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 0.75rem;
  padding: 2.5rem clamp(1.5rem, 3vw, 3.5rem) 2.5rem var(--page-x);
  border: 0;
  border-right: 1px solid #ffffff4a;
  color: var(--white);
}

.test-hub-featured .test-card-bar span,
.test-hub-featured .test-card-bar i {
  color: var(--signal) !important;
}

.test-hub-featured-copy {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2.5rem, 4.5vw, 4.5rem);
}

.test-hub-featured-copy > small {
  color: var(--signal) !important;
}

.test-hub-featured-copy > strong {
  margin-top: 1.35rem;
  color: var(--white);
  font-size: clamp(2.2rem, 3.6vw, 4rem);
  line-height: 1.05;
}

.test-hub-featured-copy > p {
  max-width: 46rem;
  margin-top: 1.2rem;
  color: var(--white);
  font-size: var(--type-body);
  line-height: 1.5;
}

.test-hub-featured-copy > span {
  width: fit-content;
  min-height: 0;
  margin-top: 1.5rem;
  padding: 0 0 0.35rem;
  border: 0;
  border-bottom: 2px solid var(--signal);
  background: transparent;
  color: var(--white);
}

.test-hub-featured-copy > span::after {
  display: none;
}

.test-hub-featured-mark {
  display: grid;
  min-height: 100%;
  grid-column: 3;
  grid-row: 1;
  place-items: center;
  background: var(--signal);
  color: var(--black);
}

.test-hub-featured-mark span {
  color: var(--black);
  font-size: clamp(4rem, 7vw, 8rem);
  transform: none;
}

.test-hub-featured-mark i {
  display: none;
}

.test-hub-section-head {
  padding: clamp(5rem, 8vw, 8rem) 0 clamp(2.5rem, 4vw, 4rem);
}

.test-hub-section-head h2 {
  max-width: 54rem;
  font-size: clamp(1.9rem, 2.7vw, 3rem);
}

.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 {
  padding-top: clamp(1.8rem, 3vw, 2.65rem);
  padding-bottom: clamp(1.8rem, 3vw, 2.65rem);
}

.test-hub-grid > button > strong,
.test-hub-grid > a > strong {
  font-size: clamp(1.55rem, 2.15vw, 2.35rem);
}

.test-hub-profile {
  background: var(--black) !important;
}

@media (max-width: 980px) {
  .tools-heading {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.75fr);
  }

  .tools-heading .slider-controls {
    display: none;
  }

  .test-hub-hero {
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.55fr);
  }
}

@media (max-width: 819px) {
  .hero-chapter-copy {
    width: 100% !important;
    height: 100%;
    margin: 0 !important;
    justify-content: center;
    padding: 5.75rem 1.25rem 2.5rem !important;
  }

  .hero-chapter-copy h1,
  .hero-chapter-copy h2 {
    max-width: 100%;
    margin-top: 1.25rem;
    font-size: clamp(2.15rem, 8.7vw, 2.8rem);
    line-height: 1.075;
  }

  .hero-chapter-copy > p {
    max-width: 33rem;
    margin-top: 1.15rem;
    font-size: 0.98rem;
    line-height: 1.46;
  }

  .hero-cover-image {
    inset: 4.25rem 0 0 62%;
    background-image:
      linear-gradient(90deg, var(--black) 0%, transparent 65%),
      linear-gradient(180deg, transparent 55%, var(--black) 100%),
      url("../images/mela-steiner-portrait.webp");
    background-position: 55% 22%;
    opacity: 0.82;
  }

  .hero-cover .hero-chapter-copy h1 {
    max-width: 92%;
  }

  .hero-cover .hero-chapter-copy > p {
    max-width: 88%;
  }

  .hero-cover .hero-entry-actions {
    display: grid;
    width: min(100%, 25rem);
    margin-top: 1.2rem;
  }

  .hero-cover .hero-entry-actions > a,
  .hero-cover .hero-entry-actions > a + a {
    width: 100%;
    min-height: 3.05rem;
    border: 1px solid #ffffff7a;
  }

  .hero-cover .hero-entry-actions > a + a {
    border-top: 0;
  }

  .hero-spectrum-image {
    inset: 4.25rem 0 61% 0;
    background-image:
      linear-gradient(180deg, transparent 55%, var(--white) 100%),
      url("../images/work-feels-woman.webp");
    background-position: 61% center;
    opacity: 0.76;
  }

  .hero-spectrum .hero-chapter-copy {
    justify-content: flex-end;
    padding-top: 31vh !important;
    padding-bottom: 3rem !important;
  }

  .hero-spectrum .hero-chapter-copy h2 {
    font-size: clamp(2.05rem, 8.25vw, 2.65rem);
  }

  .hero-outcome .hero-chapter-copy {
    justify-content: center;
  }

  .hero-outcome .brand-cta {
    width: 100%;
    margin-top: 1.35rem;
  }

  .hero-outcome-note {
    display: none;
  }

  .work-tools {
    padding-top: 4.75rem;
  }

  .tools-heading {
    display: block;
    padding: 0 1.25rem 3rem;
  }

  .tools-heading > small {
    margin-bottom: 0;
  }

  .tools-heading h2 {
    margin-top: 1.7rem;
    font-size: clamp(2rem, 8.3vw, 2.65rem);
    line-height: 1.08;
  }

  .tools-heading > p {
    margin-top: 1.5rem;
    font-size: 1rem;
  }

  .product-card,
  .product-card-dark,
  .product-card-signal,
  .product-card-premium {
    flex-basis: 90vw;
    max-width: 90vw;
    min-height: 39rem;
  }

  .product-card .tool-meta {
    padding: 0 1.25rem;
  }

  .product-card .ipad-mockup {
    width: min(62%, 14rem);
    margin: 2rem auto 1.9rem;
  }

  .product-card h3,
  .product-card > p,
  .product-card .text-link {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }

  .swipe-hint {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .test-hub-hero {
    display: block;
    min-height: 0;
    padding: 5.5rem 1.25rem 4.25rem;
  }

  .test-hub-hero h1 {
    margin-top: 1.7rem;
    font-size: clamp(2.35rem, 10.2vw, 3.05rem);
    line-height: 1.055;
  }

  .test-hub-hero p {
    max-width: 34rem;
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 1.48;
  }

  .test-hub-catalog {
    padding: 0 1.25rem;
  }

  .test-hub-featured {
    display: block;
    width: calc(100% + 2.5rem);
    margin: 0 -1.25rem;
  }

  .test-hub-featured > .test-card-bar {
    min-height: 0;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0.55rem 1rem;
    padding: 1.15rem 1.25rem;
    border-right: 0;
    border-bottom: 1px solid #ffffff4a;
  }

  .test-hub-featured-copy {
    padding: 2rem 1.25rem 2.25rem;
  }

  .test-hub-featured-copy > strong {
    margin-top: 1.1rem;
    font-size: clamp(2rem, 8.7vw, 2.6rem);
  }

  .test-hub-featured-copy > p {
    margin-top: 1rem;
    font-size: 0.98rem;
  }

  .test-hub-featured-copy > span {
    margin-top: 1.35rem;
  }

  .test-hub-featured-mark {
    display: none;
  }

  .test-hub-section-head {
    gap: 1.2rem;
    padding: 4.5rem 0 2rem;
  }

  .test-hub-section-head h2 {
    font-size: clamp(1.7rem, 7vw, 2.1rem);
  }

  .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 {
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.8rem;
    padding: 1.65rem 0;
  }

  .test-hub-grid > button > strong,
  .test-hub-grid > a > strong {
    font-size: clamp(1.45rem, 6.6vw, 1.9rem);
  }

  .test-hub-grid > button > p,
  .test-hub-grid > a > p {
    font-size: 0.96rem;
    line-height: 1.45;
  }

  .test-hub-profile {
    margin: 0 -1.25rem;
    padding: 2rem 1.25rem;
  }

  .test-hub-note {
    padding: 3.5rem 1.25rem;
  }
}

/* v31 — one action language, one toggle language, fewer editorial rules */

/*
 * Every true call to action uses the same construction. Colour is the only
 * variable: light surfaces use black, dark surfaces use signal green, and
 * signal-green surfaces use violet. The square is never decorative noise;
 * it is the recurring action cue across every route.
 */
.brand-action:not(.mela-elementor-action) {
  --action-bg: var(--black);
  --action-fg: var(--white);
  --action-square: var(--signal);
  position: relative;
  display: inline-flex !important;
  max-width: 100%;
  min-height: 3.55rem !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(1.5rem, 3vw, 3rem) !important;
  padding: 1rem 1.2rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--action-bg) !important;
  box-shadow: none !important;
  color: var(--action-fg) !important;
  font-family: var(--display) !important;
  font-size: var(--type-cta) !important;
  font-weight: 680 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.brand-action:not(.mela-elementor-action)::after {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 0.65rem !important;
  height: 0.65rem !important;
  flex: 0 0 0.65rem !important;
  margin: 0 !important;
  border: 0 !important;
  background: var(--action-square) !important;
  color: inherit !important;
  opacity: 1 !important;
  transform: none !important;
}

.brand-action--dark {
  --action-bg: var(--black);
  --action-fg: var(--white);
  --action-square: var(--signal);
}

.brand-action--violet {
  --action-bg: var(--violet);
  --action-fg: var(--white);
  --action-square: var(--signal);
}

.brand-action--signal {
  --action-bg: var(--signal);
  --action-fg: var(--black);
  --action-square: var(--black);
}

/* Win against route-specific legacy colour declarations that also use !important. */
.brand-action.brand-action--dark:not(.mela-elementor-action) {
  background: var(--black) !important;
  color: var(--white) !important;
}

.brand-action.brand-action--violet:not(.mela-elementor-action) {
  background: var(--violet) !important;
  color: var(--white) !important;
}

.brand-action.brand-action--signal:not(.mela-elementor-action) {
  background: var(--signal) !important;
  color: var(--black) !important;
}

.brand-action--compact:not(.mela-elementor-action) {
  min-height: 2.65rem !important;
  gap: 1rem !important;
  padding: 0.72rem 0.9rem !important;
}

.brand-action--compact:not(.mela-elementor-action)::after {
  width: 0.52rem !important;
  height: 0.52rem !important;
  flex-basis: 0.52rem !important;
}

.brand-action:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.brand-action:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 3px;
}

.brand-action:disabled {
  opacity: 0.52;
  cursor: not-allowed;
  transform: none;
}

.hero-cover .hero-entry-actions {
  gap: 0.55rem;
}

.offer-card > .brand-action,
.product-card > .brand-action,
.lead-gate > .brand-action:not(.mela-elementor-action) {
  width: 100% !important;
}

.product-card > .brand-action:not(.mela-elementor-action) {
  width: calc(100% - 3rem) !important;
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.article-footer-cta > .brand-action:not(.mela-elementor-action) {
  grid-column: 2;
  justify-self: start;
}

.test-hub-featured-copy > span {
  display: inline-flex;
  width: fit-content;
  min-height: 3.35rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 0.9rem 1.05rem;
  border: 0;
  background: var(--black);
  color: var(--white);
}

.test-hub-featured-copy > span::after {
  content: "";
  display: block;
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 0.62rem;
  background: var(--signal);
}

/* The homepage toggle is now the canonical icon for every accordion. */
.expertise-accordion {
  display: grid;
  gap: 0.65rem;
  border: 0 !important;
}

.expertise-item,
.expertise-item:last-child,
.expertise-item.is-open:nth-child(1),
.expertise-item.is-open:nth-child(2),
.expertise-item.is-open:nth-child(3) {
  border: 0 !important;
}

.expertise-item:not(.is-open) {
  background: #f4f2ff;
}

.expertise-toggle > .brand-toggle-icon {
  position: relative;
  width: 2.75rem;
  height: 2rem;
  border: 0;
  transform: none !important;
}

.expertise-toggle > .brand-toggle-icon::before,
.expertise-toggle > .brand-toggle-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.5rem;
  height: 0.25rem;
  background: var(--violet);
  opacity: 1;
  transform: translate(-50%, -50%);
  transition:
    top 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.expertise-toggle > .brand-toggle-icon::after {
  width: 1.1rem;
  background: var(--signal);
  transform: translate(-50%, -50%) rotate(90deg);
}

.expertise-item.is-open .expertise-toggle > .brand-toggle-icon::before {
  top: calc(50% - 0.27rem);
  background: var(--white);
}

.expertise-item.is-open .expertise-toggle > .brand-toggle-icon::after {
  top: calc(50% + 0.27rem);
  background: var(--signal);
  transform: translate(-50%, -50%);
}

.expertise-next {
  border: 0 !important;
}

.article-faq > div {
  display: grid;
  gap: 0.7rem;
  border: 0 !important;
}

.article-faq details,
.article-faq details:last-child {
  position: relative;
  border: 0 !important;
  background: #f4f2ff;
  color: var(--black);
  transition:
    background 180ms ease,
    color 180ms ease;
}

.article-faq details[open] {
  background: var(--black);
  box-shadow: inset 0.42rem 0 0 var(--signal);
  color: var(--white);
}

.article-faq summary.brand-toggle {
  min-height: 6rem;
  padding: 1.55rem 5rem 1.55rem 1.5rem;
}

.article-faq summary.brand-toggle::before,
.article-faq summary.brand-toggle::after {
  content: "" !important;
  position: absolute;
  top: 50%;
  display: block;
  height: 0.25rem;
  border: 0 !important;
  background: var(--violet);
  transform: translateY(-50%);
  transition:
    top 180ms ease,
    transform 180ms ease,
    background 180ms ease;
}

.article-faq summary.brand-toggle::before {
  right: 1.25rem;
  width: 1.5rem;
}

.article-faq summary.brand-toggle::after {
  right: 1.45rem;
  width: 1.1rem;
  background: var(--signal);
  transform: translateY(-50%) rotate(90deg);
}

.article-faq details[open] summary.brand-toggle::before {
  top: calc(50% - 0.27rem);
  background: var(--white);
}

.article-faq details[open] summary.brand-toggle::after {
  top: calc(50% + 0.27rem);
  background: var(--signal);
  transform: translateY(-50%);
}

.article-faq details[open] p {
  padding: 0 1.5rem 1.8rem;
  color: var(--white) !important;
}

.article-faq summary.brand-toggle:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 3px;
}

/* Repeated information is separated by rhythm and tone, not a stack of rules. */
.theme-list,
.about-timeline,
.article-list,
.test-hub-grid,
.site-footer .footer-start {
  display: grid;
  gap: 0.65rem;
  border: 0 !important;
}

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

.theme-card {
  border: 0 !important;
  background: #f7f6ff;
  padding-right: clamp(1rem, 2.5vw, 2.5rem);
  padding-left: clamp(1rem, 2.5vw, 2.5rem);
}

.theme-card:nth-child(even) {
  background: #f1efff;
}

.steps {
  gap: 0.65rem;
  border: 0 !important;
}

.steps article,
.steps article + article {
  padding: clamp(1.35rem, 2.5vw, 2.25rem) !important;
  border: 0 !important;
  background: #ffffff0c;
}

.steps article:nth-child(2) {
  background: #7569d624;
}

.steps article:nth-child(3) {
  background: #d9ff4314;
}

.about-timeline article,
.about-timeline article:last-child {
  padding: clamp(1.35rem, 2.5vw, 2.25rem);
  border: 0 !important;
  background: var(--white);
}

.article-list li,
.article-list li:last-child {
  padding: 1.55rem 1.5rem 1.55rem 4.75rem;
  border: 0 !important;
  background: #f4f2ff;
}

.article-list li::before {
  left: 1.5rem;
  top: 1.85rem;
}

.article-index > span {
  border: 0;
}

.article-index nav {
  gap: 0.4rem;
}

.article-index a,
.article-index a:last-child {
  padding: 0.9rem 1rem;
  border: 0 !important;
  background: #f4f2ff;
}

.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) {
  padding: clamp(1.5rem, 3vw, 2.4rem) !important;
  border: 0 !important;
  background: #f4f2ff !important;
}

.test-hub-profile,
.test-hub-grid > .test-hub-profile {
  border: 0 !important;
  background: var(--black) !important;
  color: var(--white) !important;
}

.test-hub-profile .test-card-bar span,
.test-hub-profile .test-card-bar small,
.test-hub-profile > strong,
.test-hub-profile > p,
.test-hub-profile > i {
  color: var(--white) !important;
}

.test-hub-grid > button > i,
.test-hub-grid > a > i {
  display: inline-flex;
  width: fit-content;
  min-height: 3.15rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.85rem 1rem;
  border: 0;
  background: var(--black);
  color: var(--white) !important;
  font-family: var(--display);
  font-style: normal;
}

.test-hub-grid > button > i::after,
.test-hub-grid > a > i::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  flex: 0 0 0.6rem;
  background: var(--signal);
}

.test-hub-profile > i {
  background: var(--signal) !important;
  color: var(--black) !important;
}

.test-hub-profile > i::after {
  background: var(--black);
}

.test-hub-featured > .test-card-bar {
  border: 0 !important;
  background: #695dc9;
}

.mindmakers-paths {
  gap: 0.5rem;
  border: 0;
}

.mindmakers-paths span,
.mindmakers-paths span:first-child,
.mindmakers-paths span:last-child {
  padding: 1rem;
  border: 0;
  background: #f4f2ff;
}

.site-footer .footer-start a,
.site-footer .footer-start a:last-child {
  padding: 1rem !important;
  border: 0 !important;
  background: #ffffff0b;
}

.site-footer .footer-start a:hover {
  padding-left: 1.25rem !important;
  background: var(--violet);
}

/* The product rail now hands directly into the journal instead of a dead zone. */
@media (max-width: 819px) {
  .brand-action:not(.brand-action--compact) {
    width: 100%;
  }

  .product-card > .brand-action:not(.mela-elementor-action) {
    width: calc(100% - 2.5rem) !important;
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .article-footer-cta > .brand-action:not(.mela-elementor-action) {
    grid-column: 1;
  }

  .expertise-accordion {
    gap: 0.5rem;
  }

  .expertise-item:not(.is-open) {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .article-faq summary.brand-toggle {
    min-height: 5.35rem;
    padding: 1.25rem 4.25rem 1.25rem 1.1rem;
  }

  .article-faq details[open] p {
    padding: 0 1.1rem 1.4rem;
  }

  .theme-list,
  .about-timeline,
  .article-list,
  .test-hub-grid {
    gap: 0.5rem;
  }

  .theme-card {
    padding: 1.5rem 1.1rem;
  }

  .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 {
    padding: 1.5rem 1.1rem !important;
  }

  .test-hub-grid > button > i,
  .test-hub-grid > a > i {
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
  }

  .office-journal {
    padding-top: 4.25rem;
  }

  .journal-masthead {
    padding-bottom: 3.5rem;
  }

  .journal-masthead > div:first-child {
    min-height: 0;
    gap: 1rem;
  }

  .journal-masthead h2 {
    margin-top: 2.5rem;
  }
}

/* v32 — restore the open editorial canvas; colour is a chapter, not a card. */

/* Products remain a horizontal magazine sequence, without a frame or rules. */
.product-slider {
  border: 0 !important;
}

.product-card,
.product-card-dark,
.product-card-signal,
.product-card-premium,
.product-card + .product-card {
  border: 0 !important;
  outline: 0 !important;
}

.product-card .tool-meta,
.product-card h3 {
  border: 0 !important;
}

.product-card .tool-meta {
  min-height: 4.5rem;
  padding-top: 1rem;
}

.product-card h3 {
  padding-top: 0;
}

/* Themes are editorial entries on one continuous page, never tinted cards. */
.theme-list {
  display: block;
  border: 0 !important;
}

.theme-card,
.theme-card:nth-child(even) {
  display: grid;
  min-height: 0;
  grid-template-columns: clamp(3.5rem, 8vw, 8rem) minmax(0, 1fr);
  align-items: start;
  padding: clamp(4.5rem, 8vw, 8.5rem) 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible;
}

.theme-number {
  margin-top: 0.15rem;
  color: var(--violet);
  font-family: var(--display);
  font-size: clamp(2.8rem, 5.7vw, 6.5rem);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.07em;
  opacity: 0.32;
}

.theme-card > div {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.72fr);
  column-gap: clamp(2.5rem, 7vw, 8rem);
  align-items: end;
}

.theme-card small,
.theme-card h3 {
  grid-column: 1;
}

.theme-card h3 {
  max-width: 49rem;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 4.8vw, 5.6rem);
}

.theme-card p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0;
}

/* The working process is one typographic composition, not three panels. */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.75rem, 6vw, 7rem);
  align-items: start;
  border: 0 !important;
}

.steps article,
.steps article + article,
.steps article:nth-child(2),
.steps article:nth-child(3) {
  display: block;
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.steps article:nth-child(2) {
  margin-top: clamp(2.5rem, 5vw, 5.5rem);
}

.steps article:nth-child(3) {
  margin-top: clamp(5rem, 10vw, 11rem);
}

.steps span {
  display: block;
  margin-bottom: clamp(1.35rem, 2.5vw, 2.5rem);
  color: var(--violet-bright);
  font-family: var(--display);
  font-size: clamp(3.4rem, 6.2vw, 7rem);
  font-weight: 700;
  line-height: 0.78;
  letter-spacing: -0.075em;
  opacity: 0.62;
}

.steps h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 3.8rem);
}

.steps p {
  margin-top: 1.35rem;
  color: #d8d8dc;
}

/* The individual self-checks also read as an index, not a card stack. */
.test-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(4rem, 7vw, 7rem);
}

.test-hub-grid > button:not(.test-hub-profile),
.test-hub-grid > a:not(.test-hub-profile) {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.test-hub-grid > button:not(.test-hub-profile):hover > strong,
.test-hub-grid > a:not(.test-hub-profile):hover > strong {
  color: var(--violet);
}

/* Closed context toggles sit directly on the page; only the open answer fills. */
.expertise-item:not(.is-open) {
  background: transparent;
}

@media (max-width: 819px) {
  .product-card .tool-meta {
    min-height: 4.15rem;
    padding-top: 0.85rem;
  }

  .theme-card,
  .theme-card:nth-child(even) {
    grid-template-columns: 3.15rem minmax(0, 1fr);
    padding: 4.25rem 0 !important;
  }

  .theme-number {
    font-size: 2.35rem;
  }

  .theme-card > div {
    display: block;
  }

  .theme-card h3 {
    margin-top: 1.15rem;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .theme-card p {
    margin-top: 1.5rem;
  }

  .steps {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4.75rem;
  }

  .steps article,
  .steps article + article,
  .steps article:nth-child(2),
  .steps article:nth-child(3) {
    display: grid;
    grid-template-columns: 3.8rem minmax(0, 1fr);
    column-gap: 1.15rem;
    margin-top: 0;
  }

  .steps span {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin: 0;
    font-size: 3.15rem;
  }

  .steps h3,
  .steps p {
    grid-column: 2;
  }

  .steps h3 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .steps p {
    margin-top: 1rem;
  }

  .test-hub-grid {
    gap: 4.75rem;
  }

  .test-hub-grid > button:not(.test-hub-profile),
  .test-hub-grid > a:not(.test-hub-profile) {
    padding: 0 !important;
  }

  .expertise-item:not(.is-open) {
    padding-right: 0;
    padding-left: 0;
  }
}

/* v33 — a quieter editorial hierarchy: one hero, no oversized chapter numbers. */

.hero-simple {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--black);
  color: var(--white);
}

.hero-simple-image {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 52%;
  background-image:
    linear-gradient(90deg, var(--black) 0%, #09090a9c 27%, transparent 68%),
    linear-gradient(0deg, #09090a78, transparent 48%),
    url("../images/mela-steiner-portrait.webp");
  background-position: center 27%;
  background-size: cover;
  filter: grayscale(1);
  opacity: 0.78;
}

.hero-simple-copy {
  position: relative;
  z-index: 2;
  width: min(68%, 72rem);
  padding: clamp(8rem, 14vh, 11rem) var(--page-x) clamp(4.5rem, 8vh, 7rem);
}

.hero-simple-copy > small {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.7rem;
  color: var(--signal);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
  line-height: 1.4;
  text-transform: uppercase;
}

.hero-simple-copy > small::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 0.55rem;
  background: currentColor;
}

.hero-simple-copy h1 {
  max-width: 64rem;
  margin: clamp(2rem, 4vh, 3.2rem) 0 0;
  color: var(--white);
  font-size: clamp(3.6rem, 6.2vw, 7.35rem);
  line-height: 0.94;
  letter-spacing: -0.07em;
}

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

.hero-simple-copy > p {
  max-width: 47rem;
  margin: clamp(2rem, 3.5vh, 2.8rem) 0 0;
  color: var(--white);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.hero-simple-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: clamp(2rem, 4vh, 3rem);
}

.hero-simple-actions .brand-action:not(.mela-elementor-action) {
  min-width: min(22rem, 100%);
}

.hero-simple-link {
  display: inline-flex;
  min-height: 3.5rem;
  align-items: center;
  gap: 0.75rem;
  padding: 0.25rem 0;
  border-bottom: 2px solid var(--violet-bright);
  color: var(--white);
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.hero-simple-link span {
  color: var(--signal);
}

/* Topics stay on a continuous white page. Whitespace, not numerals or rules, separates them. */
.theme-list {
  display: block;
}

.theme-card,
.theme-card:nth-child(even) {
  display: block;
  padding: clamp(4.5rem, 8vw, 8rem) 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.theme-card > div {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(18rem, 0.72fr);
  column-gap: clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.theme-card small,
.theme-card h3 {
  grid-column: 1;
}

.theme-card h3 {
  max-width: 52rem;
  margin: 1.3rem 0 0;
  font-size: clamp(2.45rem, 4.35vw, 5rem);
}

.theme-card p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  margin: 0;
}

/* The process is intentionally plain: three thoughts, no cards and no giant counters. */
.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(3rem, 7vw, 8rem);
  border: 0 !important;
}

.steps article,
.steps article + article,
.steps article:nth-child(2),
.steps article:nth-child(3) {
  display: block;
  min-height: 0;
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.steps h3 {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin: 0;
  font-size: clamp(1.8rem, 2.55vw, 3.1rem);
}

.steps h3::before {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 0.62rem;
  background: var(--violet-bright);
}

.steps article:nth-child(2) h3::before {
  background: var(--signal);
}

.steps article:nth-child(3) h3::before {
  background: var(--white);
}

.steps p {
  margin: 1.35rem 0 0;
  color: #dedee3;
}

/* The tests use literal names and one calm index; profile and checks share the same canvas. */
.test-hub-hero {
  min-height: 36rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, 0.55fr);
}

.test-hub-hero::after {
  display: none !important;
  content: none !important;
}

.test-hub-grid > button:not(.test-hub-profile),
.test-hub-grid > a:not(.test-hub-profile),
.test-hub-profile,
.test-hub-grid > .test-hub-profile {
  margin: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--black) !important;
}

.test-hub-profile .test-card-bar,
.test-hub-profile .test-card-bar small,
.test-hub-profile > strong,
.test-hub-profile > p,
.test-hub-profile > i {
  color: var(--black) !important;
}

.test-hub-profile > i {
  border-color: var(--signal) !important;
}

.test-hub-grid .test-card-bar {
  min-width: 11rem;
}

.test-hub-grid > button > strong,
.test-hub-grid > a > strong {
  overflow-wrap: normal;
  font-size: clamp(1.6rem, 2.35vw, 2.7rem);
}

@media (max-width: 819px) {
  .hero-simple {
    min-height: max(44rem, 100svh);
    align-items: flex-end;
  }

  .hero-simple-image {
    inset: 0;
    background-image:
      linear-gradient(180deg, #09090a91 0%, #09090acb 52%, var(--black) 100%),
      url("../images/mela-steiner-portrait.webp");
    background-position: 64% 22%;
    opacity: 0.62;
  }

  .hero-simple-copy {
    width: 100%;
    padding: 7.4rem 1.25rem 3.25rem;
  }

  .hero-simple-copy h1 {
    margin-top: 1.45rem;
    font-size: clamp(2.55rem, 11.1vw, 3.45rem);
    line-height: 0.98;
  }

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

  .hero-simple-actions {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.6rem;
  }

  .hero-simple-actions .brand-action:not(.mela-elementor-action) {
    width: 100%;
  }

  .hero-simple-link {
    width: fit-content;
    min-height: 2.75rem;
  }

  .theme-card,
  .theme-card:nth-child(even) {
    padding: 4.25rem 0 !important;
  }

  .theme-card > div {
    display: block;
  }

  .theme-card h3 {
    margin-top: 1.1rem;
    font-size: clamp(2.05rem, 9.1vw, 2.9rem);
  }

  .theme-card p {
    margin-top: 1.4rem;
  }

  .steps {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
  }

  .steps article,
  .steps article + article,
  .steps article:nth-child(2),
  .steps article:nth-child(3) {
    display: block;
    grid-template-columns: minmax(0, 1fr);
  }

  .steps h3 {
    font-size: clamp(1.9rem, 8.5vw, 2.55rem);
  }

  .test-hub-hero {
    min-height: 0;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 7rem;
  }

  .test-hub-hero > small,
  .test-hub-hero h1,
  .test-hub-hero p {
    grid-column: 1;
  }

  .test-hub-hero p {
    margin-top: 1.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,
  .test-hub-grid > .test-hub-profile {
    display: block;
    padding: 0 !important;
  }

  .test-hub-grid .test-card-bar {
    min-width: 0;
  }

  .test-hub-grid > button > strong,
  .test-hub-grid > a > strong {
    display: block;
    margin-top: 1.25rem;
    font-size: clamp(1.9rem, 8.1vw, 2.55rem);
  }

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

  .test-hub-grid > button > i,
  .test-hub-grid > a > i {
    display: inline-flex;
    margin-top: 1.5rem;
  }
}
/* v34 — clearer journeys, compact editorial rhythm and transparent data choices. */

.theme-card,
.theme-card:nth-child(even) {
  padding: clamp(3rem, 5vw, 5.25rem) 0 !important;
}

.test-card-data-note,
.test-intro-data-note {
  display: block;
  margin-top: 1.35rem;
  color: var(--violet);
  font-size: var(--type-meta);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: var(--tracking-meta);
  text-transform: uppercase;
}

.test-preview-screen,
.profile-preview-screen {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(30rem, 1.1fr);
  min-height: calc(100svh - 5.5rem);
  background: var(--white);
}

.test-result-hero--preview,
.profile-result-preview {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem) var(--page-x);
  background: var(--black);
  color: var(--white);
}

.profile-result-preview > small,
.test-result-hero--preview > small {
  color: var(--signal);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.profile-result-preview > span,
.test-result-hero--preview > span {
  display: block;
  width: fit-content;
  margin-top: clamp(3rem, 7vw, 7rem);
  padding: 0.6rem 0.75rem;
  background: var(--signal);
  color: var(--black);
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.profile-result-preview h1,
.test-result-hero--preview h1 {
  max-width: 45rem;
  margin: 1.5rem 0 0;
  font-family: var(--display);
  font-size: clamp(2.8rem, 5vw, 6rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: var(--tracking-display);
  text-transform: uppercase;
}

.profile-result-preview p,
.test-result-hero--preview p {
  max-width: 40rem;
  margin: 2rem 0 0;
  color: var(--white);
  font-size: var(--type-body);
  line-height: 1.5;
}

.test-preview-detail,
.profile-preview-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 6vw, 6rem);
}

.test-preview-detail .lead-gate,
.profile-preview-detail .lead-gate {
  width: 100%;
  padding: 0;
}

.test-preview-detail > .test-back,
.profile-preview-detail > .test-back {
  width: fit-content;
  margin-top: 1.5rem;
  padding: 0 0 0.35rem;
  border: 0;
  border-bottom: 2px solid var(--violet);
  background: transparent;
  color: var(--black);
  font-family: var(--display);
  font-size: var(--type-meta);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.profile-question-actions {
  align-items: center;
}

.profile-question-actions > span {
  color: #6f6f76;
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.closing-main {
  grid-template-columns: minmax(0, 0.72fr) minmax(30rem, 1.28fr);
  align-items: start;
  gap: clamp(3rem, 7vw, 8rem);
  padding: clamp(5rem, 8vw, 8rem) var(--page-x);
}

.closing-note {
  align-self: start;
}

.closing-note > p {
  max-width: 42rem;
  margin-bottom: 2.5rem;
  font-size: clamp(1.2rem, 1.65vw, 1.65rem);
  line-height: 1.42;
}

.inquiry-form {
  display: grid;
  gap: 1.25rem;
}

.inquiry-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.inquiry-form label > span,
.inquiry-form label:not(.inquiry-consent) {
  display: grid;
  gap: 0.5rem;
}

.inquiry-form label > span {
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.inquiry-form input,
.inquiry-form select,
.inquiry-form textarea {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: var(--white);
  color: var(--black);
  font: inherit;
}

.inquiry-form input,
.inquiry-form select {
  min-height: 3.5rem;
  padding: 0.8rem 0.9rem;
}

.inquiry-form textarea {
  min-height: 9rem;
  padding: 0.9rem;
  line-height: 1.45;
  resize: vertical;
}

.inquiry-consent {
  display: grid;
  grid-template-columns: 1.15rem minmax(0, 1fr);
  gap: 0.75rem;
  align-items: start;
  font-size: 0.84rem;
  line-height: 1.45;
}

.inquiry-consent input {
  width: 1.1rem;
  min-height: 0;
  height: 1.1rem;
  margin: 0.1rem 0 0;
  accent-color: var(--black);
}

.inquiry-consent a,
.inquiry-alternative a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.inquiry-honeypot {
  position: absolute !important;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.inquiry-form > .brand-action:not(.mela-elementor-action) {
  width: 100%;
}

.inquiry-alternative,
.inquiry-error {
  margin: 0;
  font-size: 0.88rem;
}

.inquiry-error {
  padding: 0.8rem;
  background: var(--white);
  color: #8a0c0c;
}

.inquiry-success {
  padding: clamp(2rem, 4vw, 4rem);
  background: var(--black);
  color: var(--white);
}

.inquiry-success small {
  color: var(--signal);
}

.inquiry-success strong {
  display: block;
  margin-top: 1rem;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
}

.inquiry-success p {
  max-width: 36rem;
  margin: 1.5rem 0 0;
  color: var(--white);
}

.article-footer-cta {
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  gap: 2rem clamp(3rem, 7vw, 7rem);
  padding: clamp(3.5rem, 6vw, 6rem) var(--page-x);
}

.article-footer-cta > small {
  grid-column: 1 / -1;
}

.article-footer-cta h2 {
  font-size: clamp(2.7rem, 5vw, 5.8rem);
}

.article-footer-cta > .brand-action:not(.mela-elementor-action) {
  grid-column: 2;
}

.article-footer-directory {
  gap: clamp(2.5rem, 6vw, 6rem);
  padding: clamp(3rem, 5vw, 5rem) var(--page-x);
}

.article-footer-brand p {
  margin-top: 1.25rem;
  font-size: 1rem;
}

.lead-section-head {
  padding: 2rem var(--page-x);
  background: var(--black);
  color: var(--white);
}

.lead-section-head small {
  color: var(--signal);
}

.lead-section-head h2 {
  margin: 0.75rem 0 0;
  font-family: var(--display);
  font-size: clamp(2rem, 4vw, 4rem);
}

@media (max-width: 819px) {
  .theme-card,
  .theme-card:nth-child(even) {
    padding: 2.9rem 0 !important;
  }

  .test-preview-screen,
  .profile-preview-screen {
    grid-template-columns: minmax(0, 1fr);
  }

  .test-result-hero--preview,
  .profile-result-preview {
    min-height: 36rem;
    padding: 6.5rem 1.25rem 3.75rem;
  }

  .test-preview-detail,
  .profile-preview-detail {
    padding: 3.5rem 1.25rem;
  }

  .lead-gate-fields,
  .inquiry-form-row {
    grid-template-columns: minmax(0, 1fr);
  }

  .profile-question-actions {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .closing-main {
    grid-template-columns: minmax(0, 1fr);
    padding: 4.5rem 1.25rem;
  }

  .closing-note > p {
    font-size: 1.08rem;
  }

  .article-footer-cta {
    display: block;
    padding: 3.5rem 1.25rem;
  }

  .article-footer-cta h2,
  .article-footer-cta p,
  .article-footer-cta > .brand-action:not(.mela-elementor-action) {
    margin-top: 1.5rem;
  }

  .article-footer-directory {
    padding: 3rem 1.25rem;
  }
}

/* v35 — one calm editorial hierarchy, three clear offer paths and safer wraps. */

:root {
  --editorial-headline: clamp(2.65rem, 4.2vw, 4.75rem);
  --editorial-card-title: clamp(1.75rem, 2.45vw, 2.65rem);
}

h1,
h2,
h3,
.test-hub-grid > button > strong,
.test-hub-grid > a > strong {
  max-width: 100%;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: manual;
  text-wrap: balance;
}

p,
li {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

/* Every main headline below the homepage hero now uses one shared size. */
.test-doorway h2,
.section-head h2,
.editorial-statement h2,
.bio h2,
.process > h2,
.offer-intro h2,
.tools-heading h2,
.journal-masthead h2,
.mindmakers-editorial h2,
.footer-statement h2,
.article-hero h1,
.about-hero h1,
.about-intro h2,
.about-path h2,
.about-stance h2,
.about-next h2,
.article-conversion h2,
.article-faq h2,
.article-author h2,
.article-footer-cta h2,
.test-hub-hero h1,
.test-intro h1,
.test-result-hero h1,
.profile-hero h1,
.profile-result-preview h1,
.profile-result header h1,
.profile-result-cta h2,
.privacy-hero h1,
.leads-hero h1,
.leads-denied h1 {
  font-size: var(--editorial-headline) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.058em !important;
}

.theme-card h3,
.steps h3,
.offer-path h3,
.product-card h3,
.journal-card-copy h3,
.about-timeline h3,
.article-body h2,
.article-inline-check h3,
.profile-top-three h2,
.test-hub-grid > button > strong,
.test-hub-grid > a > strong {
  font-size: var(--editorial-card-title) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

/* Offer architecture: personal, guided and self-directed — never card UI. */
.offer {
  display: block;
  padding: clamp(5rem, 8vw, 8rem) var(--page-x);
  overflow: hidden;
  background: var(--white);
  color: var(--black);
}

.offer-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(20rem, 0.62fr);
  gap: 2rem clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.offer-intro > small {
  grid-column: 1 / -1;
}

.offer-intro h2 {
  grid-column: 1;
  max-width: 55rem;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  color: var(--black);
}

.offer-intro h2 b {
  color: var(--violet);
}

.offer-intro p {
  grid-column: 2;
  margin: 0;
  font-size: var(--type-body);
  line-height: 1.5;
}

.offer-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(3rem, 6vw, 7rem);
  margin-top: clamp(5rem, 9vw, 9rem);
}

.offer-path {
  display: flex;
  min-width: 0;
  min-height: 30rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
}

.offer-path > small {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--violet);
}

.offer-path > small::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  flex: 0 0 0.55rem;
  background: currentColor;
}

.offer-path-guided > small {
  color: var(--violet-bright);
}

.offer-path-digital > small {
  color: #7b9700;
}

.offer-path h3 {
  margin: clamp(2rem, 4vw, 3.25rem) 0 0;
}

.offer-path p {
  margin: 1.4rem 0 0;
  font-size: var(--type-body);
  line-height: 1.5;
}

.offer-path ul {
  display: grid;
  gap: 0.6rem;
  margin: 1.7rem 0 0;
  padding: 0;
  list-style: none;
  font-size: var(--type-meta);
  font-weight: 700;
  letter-spacing: var(--tracking-meta);
}

.offer-path > strong {
  margin-top: 1.7rem;
  color: #68686f;
  font-size: var(--type-meta);
  letter-spacing: var(--tracking-meta);
}

.offer-path > .brand-action:not(.mela-elementor-action) {
  width: 100%;
  margin-top: auto;
}

/* The long test becomes a compact editorial check, not a second landing page. */
.profile-hero {
  display: block;
  min-height: 0;
  background: var(--white);
  color: var(--black);
}

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

.profile-hero h1 {
  max-width: 58rem;
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.profile-hero p {
  max-width: 45rem;
  margin-top: 1.8rem;
  color: var(--black);
  font-size: var(--type-body);
  line-height: 1.5;
}

.profile-hero button {
  width: min(100%, 31rem);
  margin-top: 2rem;
  background: var(--black);
  color: var(--white);
}

.profile-context {
  display: grid;
  grid-template-columns: minmax(11rem, 0.35fr) minmax(0, 1fr);
  gap: 2rem clamp(3rem, 7vw, 8rem);
  align-items: start;
  padding: clamp(2.75rem, 4vw, 4.25rem) var(--page-x);
  border: 0;
  background: var(--violet-light);
}

.profile-context p {
  max-width: 52rem;
  margin: 0;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.55;
}

.profile-question h2,
.test-question-card h1 {
  font-size: clamp(2.15rem, 4.1vw, 4.3rem) !important;
  line-height: 1.06 !important;
}

/* Tighter repeated modules keep the page editorial without shouting. */
.theme-card,
.theme-card:nth-child(even) {
  padding: clamp(2.75rem, 4.5vw, 4.75rem) 0 !important;
}

.theme-card h3 {
  max-width: 43rem;
}

.steps {
  gap: clamp(2.5rem, 5vw, 6rem);
}

.steps h3::before {
  width: 0.52rem;
  height: 0.52rem;
  flex-basis: 0.52rem;
}

.steps p {
  max-width: 32rem;
}

.work-tools {
  padding-top: clamp(4.5rem, 7vw, 7rem);
}

.tools-heading {
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.55fr);
  padding-bottom: clamp(3rem, 5vw, 5rem);
}

.tools-heading h2 {
  grid-column: 1;
  grid-row: 2 / span 2;
  max-width: 52rem;
}

.tools-heading > p {
  grid-column: 2;
  grid-row: 2;
}

.tools-heading .slider-controls {
  grid-column: 2;
  grid-row: 3;
  justify-self: start;
  margin-top: 1.5rem;
}

@media (max-width: 819px) {
  :root {
    --editorial-headline: clamp(2.1rem, 8.4vw, 2.75rem);
    --editorial-card-title: clamp(1.75rem, 7vw, 2.15rem);
  }

  .offer {
    padding: 4.5rem 1.25rem;
  }

  .offer-intro {
    display: block;
  }

  .offer-intro h2,
  .offer-intro p {
    margin-top: 1.7rem;
  }

  .offer-paths {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4.75rem;
    margin-top: 4.5rem;
  }

  .offer-path {
    min-height: 0;
  }

  .offer-path h3 {
    margin-top: 1.55rem;
  }

  .offer-path > .brand-action:not(.mela-elementor-action) {
    margin-top: 2rem;
  }

  .profile-hero > div {
    padding: 4.25rem 1.25rem 3.75rem;
  }

  .profile-hero h1 {
    margin-top: 1.7rem;
  }

  .profile-hero p {
    margin-top: 1.45rem;
  }

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

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

  .profile-question h2,
  .test-question-card h1 {
    font-size: clamp(1.9rem, 7.8vw, 2.35rem) !important;
  }

  .theme-card,
  .theme-card:nth-child(even) {
    padding: 2.55rem 0 !important;
  }

  .theme-card h3 {
    margin-top: 0.9rem;
  }

  .steps {
    gap: 3rem;
  }

  .steps h3 {
    gap: 0.7rem;
  }

  .steps p {
    margin-top: 0.9rem;
  }

  .work-tools {
    padding-top: 4.5rem;
  }

  .tools-heading {
    display: block;
    gap: 1.5rem;
    padding: 0 1.25rem 3.25rem;
  }

  .tools-heading > small {
    margin-bottom: 0.75rem;
  }

  .tools-heading > p {
    margin-top: 1.35rem;
  }

  .tools-heading .slider-controls {
    margin-top: 1.5rem;
  }

  .product-card h3 {
    padding-top: 0;
  }
}

/* v36 — final editorial scale: quiet headlines, compact themes and readable mobile wraps. */

:root {
  --editorial-headline: clamp(2.25rem, 3.35vw, 3.75rem);
  --editorial-card-title: clamp(1.45rem, 2vw, 2rem);
}

body:not(.elementor-page) main h1,
body:not(.elementor-page) main h2 {
  font-size: var(--editorial-headline) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.052em !important;
}

.hero-simple-copy h1 {
  font-size: clamp(3.6rem, 6.2vw, 7.35rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.07em !important;
}

.offer,
.vertical-content,
.process,
.about-page section,
.test-page section,
.profile-page section {
  min-width: 0;
}

.theme-card,
.theme-card:nth-child(even) {
  min-height: 0 !important;
  padding: clamp(2.25rem, 3.8vw, 3.75rem) 0 !important;
}

.theme-card > div {
  min-width: 0;
}

.theme-card p,
.offer-path p,
.steps p,
.test-hub-hero p,
.test-hub-grid p,
.about-page p,
.profile-hero p,
.profile-context p {
  font-size: clamp(1rem, 1.2vw, 1.15rem) !important;
  line-height: 1.55 !important;
}

.about-next > p {
  max-width: 42rem;
  margin: 1.5rem 0 0;
}

.about-next > div {
  margin-top: 2rem;
}

@media (max-width: 819px) {
  :root {
    --editorial-headline: clamp(1.9rem, 7vw, 2.2rem);
    --editorial-card-title: clamp(1.4rem, 5.6vw, 1.7rem);
  }

  .test-doorway h2,
  .section-head h2,
  .editorial-statement h2,
  .bio h2,
  .process > h2,
  .offer-intro h2,
  .tools-heading h2,
  .journal-masthead h2,
  .mindmakers-editorial h2,
  .footer-statement h2,
  .article-hero h1,
  .about-hero h1,
  .about-intro h2,
  .about-path h2,
  .about-stance h2,
  .about-next h2,
  .article-conversion h2,
  .article-faq h2,
  .article-author h2,
  .article-footer-cta h2,
  .test-hub-hero h1,
  .test-hub-section-head h2,
  .test-intro h1,
  .test-result-hero h1,
  .profile-hero h1,
  .profile-result-preview h1,
  .profile-result header h1,
  .profile-result-cta h2,
  .privacy-hero h1,
  .leads-hero h1,
  .leads-denied h1 {
    font-size: var(--editorial-headline) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.048em !important;
  }

  .theme-card h3,
  .steps h3,
  .offer-path h3,
  .product-card h3,
  .journal-card-copy h3,
  .about-timeline h3,
  .article-body h2,
  .article-inline-check h3,
  .profile-top-three h2,
  .test-hub-grid > button > strong,
  .test-hub-grid > a > strong {
    font-size: var(--editorial-card-title) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
  }

  .theme-card,
  .theme-card:nth-child(even) {
    display: block !important;
    min-height: 0 !important;
    padding: 2rem 0 !important;
  }

  .theme-card > div {
    display: block !important;
  }

  .theme-card h3 {
    max-width: 19rem;
    margin-top: 0.75rem !important;
  }

  .theme-card p {
    max-width: 31rem;
    margin-top: 0.9rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

  .section-head,
  .offer,
  .process,
  .about-intro,
  .about-path,
  .about-stance,
  .about-next,
  .test-hub-hero,
  .test-hub-catalog,
  .test-hub-note {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  .offer {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .offer-paths {
    gap: 3.5rem;
    margin-top: 3.5rem;
  }

  .offer-path p,
  .steps p,
  .test-hub-hero p,
  .test-hub-grid p,
  .about-page p,
  .profile-hero p,
  .profile-context p {
    font-size: 1rem !important;
    line-height: 1.52 !important;
  }

  .profile-hero > div,
  .about-hero-copy,
  .test-intro > div {
    min-width: 0;
  }

  .profile-hero h1,
  .about-hero h1,
  .test-intro h1,
  .test-hub-hero h1 {
    max-width: 21rem;
  }

  .hero-simple-copy h1 {
    max-width: 23rem;
    font-size: clamp(2.55rem, 11.1vw, 3.45rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.06em !important;
  }
}

/* v37 — mobile-safe editorial type: only the homepage hero is oversized. */

:root {
  --editorial-headline: clamp(2.35rem, 3.35vw, 3.75rem);
  --editorial-card-title: clamp(1.5rem, 2vw, 2.15rem);
}

main :is(h1, h2, h3),
.theme-card,
.theme-card > div,
.steps,
.steps article,
.article-page article,
.article-layout,
.article-body,
.article-body section,
.article-inline-check,
.article-conversion,
.article-faq,
.article-related,
.article-author > div {
  min-width: 0;
  max-width: 100%;
}

main :is(h1, h2, h3),
.test-hub-grid > button > strong,
.test-hub-grid > a > strong,
.article-faq summary,
.article-related strong {
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

body:not(.elementor-page) main h1,
body:not(.elementor-page) main h2 {
  font-size: var(--editorial-headline) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.052em !important;
}

.theme-card h3,
.steps h3,
.offer-path h3,
.product-card h3,
.journal-card-copy h3,
.about-timeline h3,
.article-body h2,
.article-inline-check h3,
.profile-top-three h2,
.test-hub-grid > button > strong,
.test-hub-grid > a > strong {
  font-size: var(--editorial-card-title) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.035em !important;
}

/* The homepage hero keeps its intentional display scale. */
.hero-simple-copy h1 {
  font-size: clamp(3.6rem, 6.2vw, 7.35rem) !important;
  line-height: 0.94 !important;
  letter-spacing: -0.07em !important;
}

@media (max-width: 819px) {
  :root {
    --editorial-headline: clamp(1.85rem, 7vw, 2.15rem);
    --editorial-card-title: clamp(1.4rem, 5.5vw, 1.7rem);
  }

  main h1,
  main h2 {
    line-height: 1.06 !important;
    letter-spacing: -0.046em !important;
  }

  main :is(h1, h2, h3),
  .test-hub-grid > button > strong,
  .test-hub-grid > a > strong,
  .article-faq summary,
  .article-related strong {
    width: 100%;
    max-width: 100% !important;
    text-wrap: pretty;
  }

  .article-page :is(.article-hero, .article-layout, .article-body, .article-quote, .article-conversion, .article-faq, .article-related, .article-author),
  .article-page :is(.article-hero, .article-body, .article-conversion, .article-faq, .article-related) > *,
  .vertical-content,
  .vertical-content > *,
  .theme-list,
  .theme-card,
  .theme-card > div,
  .process,
  .steps,
  .steps article {
    min-width: 0;
    max-width: 100%;
  }

  .theme-card h3 {
    width: 100%;
    max-width: 100% !important;
  }

  .steps h3 {
    align-items: flex-start;
  }

  .article-body h2,
  .article-inline-check h3,
  .article-faq h2,
  .article-conversion h2,
  .article-author h2,
  .article-related strong {
    text-wrap: pretty;
  }

  .hero-simple-copy h1 {
    max-width: 23rem;
    font-size: clamp(2.55rem, 11.1vw, 3.45rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.06em !important;
  }
}
/* v38 — open offer directory and viewport-safe long-form pages. */

.offer-paths {
  grid-template-columns: minmax(0, 1.55fr) repeat(2, minmax(0, 0.72fr));
  align-items: start;
  gap: clamp(3.5rem, 5vw, 6rem);
}

.offer-path {
  min-height: 0;
}

.offer-path > .brand-action:not(.mela-elementor-action) {
  margin-top: 2.4rem;
}

.offer-format-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.8rem, 3vw, 3rem) clamp(1.5rem, 3vw, 3rem) !important;
  width: 100%;
  margin-top: 2.5rem !important;
}

.offer-format-list li,
.offer-product-list li {
  display: grid;
  align-content: start;
  gap: 0.55rem;
  min-width: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.offer-format-list span {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--violet);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.offer-format-list span::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 0.42rem;
  background: currentColor;
}

.offer-format-list strong {
  font-family: var(--display);
  font-size: clamp(1.05rem, 1.35vw, 1.35rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
}

.offer-format-list p {
  margin: 0 !important;
  color: #3f3f43;
  font-family: var(--body);
  font-size: 0.94rem !important;
  font-weight: 400;
  line-height: 1.5 !important;
  letter-spacing: 0;
}

.offer-product-list {
  gap: 0.75rem !important;
  margin-top: 2rem !important;
  color: var(--violet);
  font-family: var(--display);
  font-size: 0.92rem !important;
  line-height: 1.12;
}

.article-page,
.about-page,
.test-page,
.profile-page,
.article-page article,
.article-layout,
.article-body,
.article-body section,
.article-faq,
.article-related,
.article-author {
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
}

.article-page :is(h1, h2, h3, p, strong, summary, a),
.about-page :is(h1, h2, h3, p),
.test-page :is(h1, h2, strong, p),
.profile-page :is(h1, h2, strong, p) {
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

@media (max-width: 819px) {
  .offer-intro {
    display: block;
  }

  .offer-intro p {
    margin-top: 1.5rem;
  }

  .offer-paths,
  .offer-format-list {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .offer-paths {
    gap: 4rem;
  }

  .offer-format-list {
    gap: 1.7rem !important;
  }

  .offer-path > .brand-action:not(.mela-elementor-action) {
    margin-top: 2rem;
  }
}

/* v39 — a calm editorial offer index: the person first, the format second. */

.offer-intro {
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.55fr);
  align-items: end;
}

.offer-intro h2 {
  max-width: 13ch;
}

.offer-intro h2 b {
  display: block;
}

.offer-intro p {
  max-width: 34rem;
}

.offer-paths {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(4.5rem, 7vw, 7.5rem);
  margin-top: clamp(5rem, 9vw, 8.5rem);
}

.offer-path {
  display: grid;
  grid-template-columns: minmax(7.5rem, 0.28fr) minmax(0, 1fr) minmax(13rem, 0.42fr);
  gap: 1.5rem clamp(2rem, 5vw, 6rem);
  min-height: 0;
  align-items: start;
}

.offer-path > small {
  grid-column: 1;
  margin-top: 0.35rem;
}

.offer-path-copy {
  grid-column: 2;
  min-width: 0;
}

.offer-path-copy h3 {
  margin: 0;
}

.offer-path-copy p {
  max-width: 43rem;
  margin-top: 1.25rem;
}

.offer-path-meta {
  display: block;
  max-width: 42rem;
  margin-top: 1.45rem;
  color: #66666d;
  font-family: var(--body);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

.offer-path > .brand-action:not(.mela-elementor-action) {
  grid-column: 3;
  align-self: end;
  width: 100%;
  margin: 0;
}

@media (max-width: 819px) {
  .offer-intro h2 {
    max-width: 17rem;
    font-size: clamp(1.8rem, 6.6vw, 2rem) !important;
    line-height: 1.06 !important;
  }

  .offer-intro p {
    max-width: 31rem;
    margin-top: 1.35rem;
  }

  .offer-paths {
    gap: 4.25rem;
    margin-top: 4.25rem;
  }

  .offer-path {
    display: block;
  }

  .offer-path > small {
    margin-top: 0;
  }

  .offer-path-copy {
    margin-top: 1.35rem;
  }

  .offer-path-copy p {
    margin-top: 0.9rem;
  }

  .offer-path-meta {
    margin-top: 1.15rem;
  }

  .offer-path > .brand-action:not(.mela-elementor-action) {
    width: 100%;
    margin-top: 1.6rem;
  }
}

/* v40 — aligned mobile editorial sections and the dedicated MINDMAKERS world. */

@media (max-width: 819px) {
  .vertical-content .section-head {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.mm-page {
  --mm-black: #08080a;
  --mm-violet: #7568da;
  --mm-signal: #c9ff27;
  min-width: 0;
  overflow-x: clip;
  background: var(--white);
  color: var(--mm-black);
}

.mm-page :is(h1, h2, h3, p, a, small, strong) {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}

.mm-header {
  position: sticky;
  z-index: 80;
  top: 0;
  display: grid;
  min-height: 5.75rem;
  grid-template-columns: minmax(15rem, 0.72fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: 0 var(--page-x);
  border-bottom: 1px solid #ffffff26;
  background: var(--mm-black);
  color: var(--white);
}

.mm-brand,
.mm-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  color: inherit;
  text-decoration: none;
}

.mm-brand > span:last-child,
.mm-footer-brand > div {
  display: grid;
  gap: 0.15rem;
}

.mm-brand strong,
.mm-footer-brand strong {
  font-family: var(--display);
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -0.035em;
}

.mm-brand small,
.mm-footer-brand span {
  color: var(--mm-signal);
  font-size: 0.58rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.mm-symbol {
  position: relative;
  display: block;
  width: 2.6rem;
  height: 2.25rem;
  flex: 0 0 2.6rem;
}

.mm-symbol i,
.mm-symbol b {
  position: absolute;
  top: 0;
  width: 0.82rem;
  height: 2.25rem;
  transform: skew(-14deg);
}

.mm-symbol i {
  left: 0.38rem;
  background: var(--white);
}

.mm-symbol b {
  left: 1.35rem;
  background: var(--mm-signal);
}

.mm-desktop-nav {
  display: flex;
  justify-content: center;
  gap: clamp(1rem, 2.25vw, 2.6rem);
}

.mm-desktop-nav a,
.mm-header-actions > a {
  color: inherit;
  font-family: var(--body);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mm-desktop-nav a:hover,
.mm-header-actions > a:hover {
  color: var(--mm-signal);
}

.mm-header-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.mm-header-actions > a {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--mm-signal);
}

.mm-menu-toggle {
  display: none;
  width: 3.25rem;
  height: 3.25rem;
  place-items: center;
  border: 1px solid #ffffff54;
  background: transparent;
  cursor: pointer;
}

.mm-menu-toggle span {
  position: absolute;
  width: 1.45rem;
  height: 1px;
  background: var(--white);
  transition: transform 180ms ease;
}

.mm-menu-toggle span:first-child {
  transform: translateY(-0.3rem);
}

.mm-menu-toggle span:last-child {
  transform: translateY(0.3rem);
}

.mm-menu-toggle.is-open span:first-child {
  transform: rotate(45deg);
}

.mm-menu-toggle.is-open span:last-child {
  transform: rotate(-45deg);
}

.mm-menu {
  position: fixed;
  z-index: 70;
  inset: 5rem 0 0;
  display: none;
  padding: 2rem 1.25rem 3rem;
  background: var(--mm-black);
  color: var(--white);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.mm-menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.mm-menu-label {
  color: var(--mm-signal);
  font-size: 0.65rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.mm-menu nav {
  display: grid;
  gap: 0.35rem;
  margin-top: 3rem;
}

.mm-menu nav a {
  padding: 0.65rem 0;
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.65rem, 8vw, 2.35rem);
  font-weight: 720;
  line-height: 1.05;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.mm-menu nav a:last-child {
  margin-top: 1.25rem;
  color: var(--mm-signal);
  font-size: 1rem;
}

.mm-hero {
  position: relative;
  display: grid;
  min-height: calc(100svh - 5.75rem);
  grid-template-columns: minmax(0, 1fr) 38%;
  overflow: hidden;
  background: var(--mm-black);
  color: var(--white);
}

.mm-hero-visual {
  grid-column: 2;
  grid-row: 1;
  background-image:
    linear-gradient(90deg, var(--mm-black) 0%, transparent 44%),
    linear-gradient(0deg, var(--mm-black) 0%, transparent 38%),
    url("../images/mela-editorial-meeting-blur.webp");
  background-position: center;
  background-size: cover;
  filter: grayscale(1) contrast(1.05);
  opacity: 0.78;
}

.mm-hero-copy {
  position: relative;
  z-index: 2;
  grid-column: 1 / -1;
  grid-row: 1;
  display: flex;
  max-width: 77rem;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 8vw, 8rem) var(--page-x);
}

.mm-hero-copy > small,
.mm-section-intro > small,
.mm-trust > small,
.mm-about > div > small,
.mm-contact-intro > small,
.mm-boundary > small {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.75rem;
  color: var(--mm-signal);
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0.11em;
}

.mm-hero-copy > small::before,
.mm-section-intro > small::before,
.mm-trust > small::before,
.mm-about > div > small::before,
.mm-contact-intro > small::before,
.mm-boundary > small::before {
  content: "";
  width: 0.58rem;
  height: 0.58rem;
  flex: 0 0 0.58rem;
  background: currentColor;
}

.mm-hero h1 {
  max-width: 11.5ch !important;
  margin-top: clamp(2.2rem, 4.5vw, 4rem);
  font-size: clamp(3.2rem, 5.3vw, 6rem) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.062em !important;
}

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

.mm-hero-copy > p {
  max-width: 47rem;
  margin: clamp(2rem, 3.5vw, 3rem) 0 0;
  color: #e2e2e5;
  font-size: clamp(1.1rem, 1.45vw, 1.35rem);
  line-height: 1.52;
}

.mm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
  margin-top: clamp(2.25rem, 4vw, 3.5rem);
}

.mm-text-link {
  width: fit-content;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid currentColor;
  color: inherit;
  font-family: var(--display);
  font-size: 0.76rem;
  font-weight: 720;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.mm-section {
  padding: clamp(5.5rem, 9vw, 9rem) var(--page-x);
}

.mm-section-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(20rem, 0.55fr);
  gap: 2rem clamp(3rem, 8vw, 9rem);
  align-items: end;
}

.mm-section-intro > small {
  grid-column: 1 / -1;
  color: var(--mm-violet);
}

.mm-section-intro h2 {
  max-width: 16ch;
  font-size: clamp(2.25rem, 3.35vw, 3.75rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.052em !important;
}

.mm-section-intro > p {
  max-width: 36rem;
  margin: 0;
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  line-height: 1.55;
}

.mm-pressure-list,
.mm-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.75rem, 6vw, 7rem);
  margin-top: clamp(5rem, 8vw, 8rem);
}

.mm-pressure-list article,
.mm-step-list article {
  min-width: 0;
  background: transparent;
}

.mm-pressure-list article > i {
  display: block;
  width: 0.68rem;
  height: 0.68rem;
  margin-bottom: 1.5rem;
  background: var(--mm-signal);
}

.mm-pressure-list h3,
.mm-step-list h3,
.mm-offer-list h3 {
  font-size: clamp(1.45rem, 2vw, 2.1rem) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.045em !important;
}

.mm-pressure-list p,
.mm-step-list p,
.mm-offer-list p {
  margin: 1.15rem 0 0;
  color: #3e3e43;
  font-size: 1.03rem;
  line-height: 1.55;
}

.mm-offers {
  background: var(--mm-black);
  color: var(--white);
}

.mm-offers .mm-section-intro > small,
.mm-offers .mm-section-intro h2 {
  color: var(--mm-signal);
}

.mm-offers .mm-section-intro > p {
  color: #d4d4d8;
}

.mm-offer-list {
  display: grid;
  gap: clamp(4rem, 7vw, 7.5rem);
  margin-top: clamp(5rem, 9vw, 8.5rem);
}

.mm-offer-list article {
  display: grid;
  grid-template-columns: minmax(10rem, 0.35fr) minmax(16rem, 0.72fr) minmax(20rem, 1fr);
  gap: 1.5rem clamp(2rem, 5vw, 6rem);
  align-items: start;
}

.mm-offer-list small {
  margin-top: 0.3rem;
  color: var(--mm-violet);
  font-size: 0.68rem;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.mm-offer-list h3 {
  color: var(--white);
}

.mm-offer-list p {
  max-width: 45rem;
  margin: 0;
  color: #d4d4d8;
}

.mm-offer-action {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2rem;
  margin-top: clamp(5rem, 8vw, 8rem);
}

.mm-offer-action p {
  margin: 0;
  color: #9c9ca4;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mm-trust {
  background: var(--mm-violet);
  color: var(--mm-black);
}

.mm-trust > small {
  color: var(--mm-signal);
}

.mm-trust h2 {
  max-width: 18ch;
  margin-top: clamp(2.25rem, 4vw, 3.75rem);
  font-size: clamp(2.25rem, 3.35vw, 3.75rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.052em !important;
}

.mm-trust h2 b {
  color: var(--white);
}

.mm-trust-copy {
  display: grid;
  max-width: 70rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 6vw, 7rem);
  margin: clamp(3rem, 6vw, 5.5rem) 0 0 auto;
}

.mm-trust-copy p {
  margin: 0;
  font-size: clamp(1.08rem, 1.45vw, 1.35rem);
  line-height: 1.52;
}

.mm-process .mm-section-intro > small {
  color: var(--mm-violet);
}

.mm-about {
  display: grid;
  grid-template-columns: 43% minmax(0, 1fr);
  min-height: 52rem;
  background: var(--mm-black);
  color: var(--white);
}

.mm-about figure {
  position: relative;
  min-height: 52rem;
  margin: 0;
  overflow: hidden;
}

.mm-about figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, var(--mm-black) 0%, transparent 45%);
}

.mm-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
  filter: grayscale(1) contrast(1.05);
}

.mm-about > div {
  display: flex;
  max-width: 58rem;
  flex-direction: column;
  justify-content: center;
  padding: clamp(5rem, 8vw, 8rem) var(--page-x);
}

.mm-about > div > small {
  color: var(--mm-signal);
}

.mm-about h2 {
  max-width: 16ch;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  font-size: clamp(2.25rem, 3.35vw, 3.75rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.052em !important;
}

.mm-about p {
  max-width: 43rem;
  margin: 1.45rem 0 0;
  color: #d7d7dc;
  font-size: 1.05rem;
  line-height: 1.55;
}

.mm-about .mm-text-link {
  margin-top: 2.25rem;
  color: var(--mm-signal);
}

.mm-contact {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(28rem, 1.22fr);
  gap: clamp(3rem, 8vw, 9rem);
  background: var(--mm-violet);
  color: var(--mm-black);
}

.mm-contact-intro > small {
  color: var(--mm-signal);
}

.mm-contact-intro h2 {
  max-width: 15ch;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  font-size: clamp(2.25rem, 3.35vw, 3.75rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.052em !important;
}

.mm-contact-intro p {
  max-width: 38rem;
  margin: 2rem 0 0;
  font-size: 1.08rem;
  line-height: 1.55;
}

.mm-contact .inquiry-form label > span {
  color: var(--mm-black);
}

.mm-contact .inquiry-form input,
.mm-contact .inquiry-form select,
.mm-contact .inquiry-form textarea {
  background: var(--white);
}

.mm-contact .inquiry-consent,
.mm-contact .inquiry-alternative,
.mm-contact .inquiry-error {
  color: var(--mm-black);
}

.mm-boundary {
  display: grid;
  grid-template-columns: minmax(13rem, 0.35fr) minmax(0, 1fr);
  gap: 2rem clamp(3rem, 8vw, 9rem);
  align-items: start;
  padding: clamp(3.5rem, 6vw, 5.5rem) var(--page-x);
  background: var(--white);
}

.mm-boundary > small {
  color: var(--mm-violet);
}

.mm-boundary p {
  max-width: 62rem;
  margin: 0;
  color: #4e4e54;
  font-size: 0.98rem;
  line-height: 1.6;
}

.mm-footer {
  display: grid;
  grid-template-columns: minmax(17rem, 0.7fr) minmax(0, 1fr) auto;
  gap: 3rem;
  align-items: start;
  padding: clamp(4rem, 7vw, 6.5rem) var(--page-x);
  background: var(--mm-black);
  color: var(--white);
}

.mm-footer nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
}

.mm-footer nav a,
.mm-footer-contact a,
.mm-footer-contact span {
  color: inherit;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.mm-footer nav a:hover,
.mm-footer-contact a:hover {
  color: var(--mm-signal);
}

.mm-footer-contact {
  display: grid;
  gap: 0.8rem;
  text-align: right;
}

.mm-footer-contact span {
  color: #a8a8af;
}

@media (max-width: 1050px) {
  .mm-header {
    grid-template-columns: minmax(13rem, 1fr) auto;
  }

  .mm-desktop-nav {
    display: none;
  }

  .mm-menu-toggle {
    position: relative;
    display: grid;
  }

  .mm-menu {
    display: block;
  }

  .mm-offer-list article {
    grid-template-columns: minmax(9rem, 0.4fr) minmax(15rem, 0.7fr) minmax(0, 1fr);
  }
}

@media (max-width: 819px) {
  .mm-header {
    min-height: 5rem;
    padding: 0 1.25rem;
  }

  .mm-brand strong {
    font-size: 0.88rem;
  }

  .mm-brand small {
    font-size: 0.5rem;
  }

  .mm-symbol {
    width: 2.25rem;
    height: 1.95rem;
    flex-basis: 2.25rem;
  }

  .mm-symbol i,
  .mm-symbol b {
    width: 0.7rem;
    height: 1.95rem;
  }

  .mm-symbol b {
    left: 1.2rem;
  }

  .mm-header-actions > a {
    display: none;
  }

  .mm-menu {
    top: 5rem;
  }

  .mm-hero {
    min-height: calc(100svh - 5rem);
    display: block;
  }

  .mm-hero-visual {
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(90deg, var(--mm-black) 0%, transparent 100%),
      linear-gradient(0deg, var(--mm-black) 8%, transparent 72%),
      url("../images/mela-editorial-meeting-blur.webp");
    opacity: 0.34;
  }

  .mm-hero-copy {
    min-height: calc(100svh - 5rem);
    padding: 4.5rem 1.25rem 4rem;
  }

  .mm-hero h1 {
    max-width: 21rem !important;
    font-size: clamp(2.35rem, 10.2vw, 3rem) !important;
    line-height: 1.01 !important;
  }

  .mm-hero-copy > p {
    max-width: 31rem;
    font-size: 1.04rem;
  }

  .mm-hero-actions {
    display: grid;
  }

  .mm-section {
    padding: 4.75rem 1.25rem;
  }

  .mm-section-intro {
    display: block;
  }

  .mm-section-intro h2,
  .mm-trust h2,
  .mm-about h2,
  .mm-contact-intro h2 {
    max-width: 20rem;
    margin-top: 1.75rem;
    font-size: clamp(1.75rem, 6.5vw, 2rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
  }

  .mm-section-intro > p {
    margin-top: 1.4rem;
    font-size: 1rem;
  }

  .mm-pressure-list,
  .mm-step-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.25rem;
    margin-top: 4rem;
  }

  .mm-pressure-list h3,
  .mm-step-list h3,
  .mm-offer-list h3 {
    font-size: clamp(1.35rem, 5.5vw, 1.65rem) !important;
  }

  .mm-pressure-list p,
  .mm-step-list p,
  .mm-offer-list p {
    font-size: 1rem;
  }

  .mm-offer-list {
    gap: 4rem;
    margin-top: 4.25rem;
  }

  .mm-offer-list article {
    display: block;
  }

  .mm-offer-list h3 {
    margin-top: 1.1rem;
  }

  .mm-offer-list p {
    margin-top: 1rem;
  }

  .mm-offer-action {
    display: grid;
    justify-content: stretch;
    margin-top: 4.5rem;
  }

  .mm-offer-action p {
    line-height: 1.5;
  }

  .mm-trust-copy {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
  }

  .mm-trust-copy p {
    font-size: 1.04rem;
  }

  .mm-about {
    display: block;
    min-height: 0;
  }

  .mm-about figure {
    min-height: 70vh;
  }

  .mm-about > div {
    padding: 4.75rem 1.25rem;
  }

  .mm-about p {
    font-size: 1rem;
  }

  .mm-contact {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.25rem;
  }

  .mm-boundary {
    grid-template-columns: minmax(0, 1fr);
    padding: 3.5rem 1.25rem;
  }

  .mm-footer {
    grid-template-columns: minmax(0, 1fr);
    padding: 4rem 1.25rem;
  }

  .mm-footer nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .mm-footer-contact {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-menu,
  .mm-menu-toggle span {
    transition: none;
  }
}

/* v41 — MINDMAKERS bookable prevention programs and company journal. */

.mm-programs {
  background: var(--white);
}

.mm-programs .mm-section-intro > small {
  color: var(--mm-violet);
}

.mm-program-list {
  margin-top: clamp(4.5rem, 8vw, 8rem);
}

.mm-program-list > article {
  display: grid;
  grid-template-columns: minmax(3.5rem, 0.14fr) minmax(0, 1fr) minmax(17rem, 0.34fr);
  gap: 2rem clamp(2rem, 5vw, 6rem);
  align-items: start;
  padding: clamp(2.5rem, 4vw, 4rem) 0;
  border-top: 1px solid #0b0b0e;
}

.mm-program-list > article:last-child {
  border-bottom: 1px solid #0b0b0e;
}

.mm-program-code {
  color: var(--mm-violet);
  font-family: var(--display);
  font-size: 0.78rem;
  font-weight: 720;
}

.mm-program-copy > small {
  color: var(--mm-violet);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.mm-program-copy h3 {
  max-width: 18ch;
  margin-top: 1.1rem;
  font-size: clamp(1.55rem, 2.35vw, 2.45rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.048em !important;
}

.mm-program-copy > p {
  max-width: 47rem;
  margin: 1.25rem 0 0;
  color: #3e3e43;
  font-size: 1.03rem;
  line-height: 1.58;
}

.mm-program-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.4rem;
  margin: 1.6rem 0 0;
  padding: 0;
  list-style: none;
}

.mm-program-copy li {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #616168;
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.08em;
}

.mm-program-copy li::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  flex: 0 0 0.42rem;
  background: var(--mm-signal);
}

.mm-program-booking {
  display: grid;
  gap: 1.25rem;
  justify-items: stretch;
}

.mm-program-booking > strong {
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-align: right;
}

.mm-program-booking .brand-action:not(.mela-elementor-action) {
  width: 100%;
}

.mm-custom-offer {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(18rem, 0.75fr) minmax(21rem, 1fr) minmax(17rem, 0.58fr);
  gap: 2rem clamp(2rem, 4vw, 5rem);
  align-items: center;
  margin-top: clamp(3rem, 6vw, 6rem);
  padding: clamp(2.5rem, 4vw, 4rem);
  background: var(--mm-black);
  color: var(--white);
}

.mm-custom-offer > small {
  color: var(--mm-signal);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.mm-custom-offer h3 {
  font-size: clamp(1.45rem, 2vw, 2rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}

.mm-custom-offer p {
  margin: 0;
  color: #d5d5da;
  font-size: 0.98rem;
  line-height: 1.55;
}

.mm-insights {
  background: #efedff;
}

.mm-insights .mm-section-intro > small {
  color: var(--mm-violet);
}

.mm-insight-index {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(3rem, 7vw, 8rem);
  margin-top: clamp(4.5rem, 8vw, 8rem);
}

.mm-insight-index article {
  display: flex;
  min-height: 24rem;
  flex-direction: column;
  padding: clamp(2.25rem, 4vw, 3.75rem) 0;
  border-top: 1px solid #0b0b0e;
}

.mm-insight-index article:nth-last-child(-n + 2) {
  border-bottom: 1px solid #0b0b0e;
}

.mm-insight-index small {
  color: var(--mm-violet);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.mm-insight-index h3 {
  max-width: 20ch;
  margin-top: 1.6rem;
  font-size: clamp(1.55rem, 2.35vw, 2.4rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.048em !important;
}

.mm-insight-index h3 b {
  color: var(--mm-violet);
}

.mm-insight-index p {
  max-width: 40rem;
  margin: 1.35rem 0 2rem;
  color: #3e3e43;
  font-size: 1rem;
  line-height: 1.55;
}

.mm-insight-index article > a {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid currentColor;
  color: var(--mm-black);
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 720;
  text-decoration: none;
}

.mm-insight-index article > a span {
  color: var(--mm-violet);
  font-size: 1rem;
}

.mm-insight-page {
  background: var(--white);
}

.mm-insight-hero {
  padding: clamp(5rem, 9vw, 9rem) var(--page-x) clamp(4.5rem, 8vw, 8rem);
  background: var(--mm-black);
  color: var(--white);
}

.mm-insight-back {
  display: block;
  width: fit-content;
  margin-bottom: clamp(3.5rem, 7vw, 7rem);
  color: #a6a6af;
  font-size: 0.68rem;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.mm-insight-hero > small,
.mm-insight-cta > small,
.mm-insight-sources > small {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--mm-signal);
  font-size: 0.68rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.mm-insight-hero > small::before,
.mm-insight-cta > small::before,
.mm-insight-sources > small::before {
  content: "";
  width: 0.54rem;
  height: 0.54rem;
  flex: 0 0 0.54rem;
  background: currentColor;
}

.mm-insight-hero h1 {
  max-width: 18ch;
  margin-top: clamp(2rem, 4vw, 3.5rem);
  font-size: clamp(2.7rem, 5vw, 5.25rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.058em !important;
}

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

.mm-insight-hero > p {
  max-width: 54rem;
  margin: clamp(2rem, 4vw, 3.5rem) 0 0;
  color: #dedee3;
  font-size: clamp(1.08rem, 1.5vw, 1.35rem);
  line-height: 1.55;
}

.mm-insight-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 3rem;
  color: #8e8e97;
  font-size: 0.66rem;
  font-weight: 720;
  letter-spacing: 0.08em;
}

.mm-insight-body {
  width: min(100% - (2 * var(--page-x)), 78rem);
  margin: 0 auto;
  padding: clamp(5rem, 9vw, 9rem) 0;
}

.mm-insight-body blockquote {
  max-width: 21ch;
  margin: 0 0 clamp(5rem, 9vw, 9rem);
  color: var(--mm-violet);
  font-family: var(--display);
  font-size: clamp(2rem, 3.75vw, 4rem);
  font-weight: 720;
  line-height: 1.06;
  letter-spacing: -0.052em;
}

.mm-insight-body > section {
  display: grid;
  grid-template-columns: minmax(16rem, 0.7fr) minmax(0, 1fr);
  gap: 1.5rem clamp(3rem, 8vw, 9rem);
  padding: clamp(3.25rem, 6vw, 6rem) 0;
  border-top: 1px solid #c9c9ce;
}

.mm-insight-body > section > h2 {
  max-width: 16ch;
  grid-row: 1 / span 10;
  font-size: clamp(1.65rem, 2.4vw, 2.5rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.046em !important;
}

.mm-insight-body > section > p {
  max-width: 46rem;
  margin: 0;
  font-size: clamp(1.04rem, 1.2vw, 1.17rem);
  line-height: 1.65;
}

.mm-insight-body > section > p + p {
  margin-top: 1.35rem;
}

.mm-insight-list {
  display: grid;
  gap: 2.25rem;
  margin-top: 2.5rem;
}

.mm-insight-list > div {
  padding-left: 1.25rem;
  border-left: 0.5rem solid var(--mm-signal);
}

.mm-insight-list h3 {
  font-size: 1.12rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
}

.mm-insight-list p {
  margin: 0.65rem 0 0;
  color: #4b4b51;
  font-size: 1rem;
  line-height: 1.58;
}

.mm-insight-sources {
  display: grid;
  gap: 1rem;
  margin-top: clamp(4rem, 7vw, 7rem);
  padding-top: 2.5rem;
  border-top: 1px solid #0b0b0e;
}

.mm-insight-sources > small {
  margin-bottom: 0.5rem;
  color: var(--mm-violet);
}

.mm-insight-sources a {
  width: fit-content;
  color: #3f3f46;
  font-size: 0.9rem;
  line-height: 1.4;
}

.mm-insight-cta {
  padding: clamp(5rem, 9vw, 9rem) var(--page-x);
  background: var(--mm-violet);
  color: var(--mm-black);
}

.mm-insight-cta h2 {
  max-width: 15ch;
  margin-top: 2rem;
  font-size: clamp(2.25rem, 3.35vw, 3.75rem) !important;
  line-height: 1.06 !important;
  letter-spacing: -0.052em !important;
}

.mm-insight-cta > p {
  max-width: 47rem;
  margin: 1.75rem 0 0;
  font-size: 1.08rem;
  line-height: 1.58;
}

.mm-insight-cta > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem 2rem;
  margin-top: 2.75rem;
}

@media (max-width: 1050px) {
  .mm-program-list > article {
    grid-template-columns: 3rem minmax(0, 1fr);
  }

  .mm-program-booking {
    grid-column: 2;
    grid-template-columns: minmax(0, 1fr) minmax(15rem, 0.5fr);
    align-items: center;
  }

  .mm-custom-offer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 819px) {
  .mm-program-list {
    margin-top: 3.75rem;
  }

  .mm-program-list > article {
    display: block;
    padding: 2.75rem 0;
  }

  .mm-program-code {
    margin-bottom: 2rem;
  }

  .mm-program-copy h3,
  .mm-insight-index h3 {
    max-width: 19rem;
    font-size: clamp(1.5rem, 6.3vw, 1.8rem) !important;
  }

  .mm-program-copy ul {
    display: grid;
    gap: 0.75rem;
  }

  .mm-program-booking {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 2rem;
  }

  .mm-program-booking > strong {
    text-align: left;
  }

  .mm-custom-offer {
    display: block;
    margin-right: -1.25rem;
    margin-left: -1.25rem;
    padding: 3rem 1.25rem;
  }

  .mm-custom-offer h3 {
    max-width: 19rem;
    margin-top: 1.5rem;
  }

  .mm-custom-offer p {
    margin-top: 1.25rem;
  }

  .mm-custom-offer .brand-action:not(.mela-elementor-action) {
    width: 100%;
    margin-top: 2rem;
  }

  .mm-insight-index {
    grid-template-columns: minmax(0, 1fr);
    margin-top: 3.75rem;
  }

  .mm-insight-index article {
    min-height: 0;
    padding: 2.75rem 0;
    border-bottom: 0 !important;
  }

  .mm-insight-index article:last-child {
    border-bottom: 1px solid #0b0b0e !important;
  }

  .mm-insight-page .mm-header {
    position: sticky;
  }

  .mm-insight-hero {
    padding: 4rem 1.25rem 4.5rem;
  }

  .mm-insight-back {
    margin-bottom: 3.5rem;
  }

  .mm-insight-hero h1 {
    max-width: 21rem;
    font-size: clamp(2rem, 8.8vw, 2.55rem) !important;
    line-height: 1.02 !important;
  }

  .mm-insight-hero > p {
    font-size: 1.04rem;
  }

  .mm-insight-body {
    width: calc(100% - 2.5rem);
    padding: 4.75rem 0;
  }

  .mm-insight-body blockquote {
    max-width: 19rem;
    margin-bottom: 4.5rem;
    font-size: clamp(1.75rem, 7vw, 2.15rem);
  }

  .mm-insight-body > section {
    display: block;
    padding: 3.25rem 0;
  }

  .mm-insight-body > section > h2 {
    max-width: 19rem;
    margin-bottom: 1.75rem;
    font-size: clamp(1.55rem, 6.3vw, 1.8rem) !important;
  }

  .mm-insight-body > section > p {
    font-size: 1.02rem;
  }

  .mm-insight-cta {
    padding: 4.75rem 1.25rem;
  }

  .mm-insight-cta h2 {
    max-width: 20rem;
    font-size: clamp(1.75rem, 6.5vw, 2rem) !important;
  }

  .mm-insight-cta > div {
    display: grid;
  }

  .mm-insight-cta .brand-action:not(.mela-elementor-action) {
    width: 100%;
  }
}

/* v42 — MINDMAKERS editorial rebuild: one idea, clearer copy, stronger rhythm. */

.mm-header {
  box-shadow: inset 0 -0.2rem 0 var(--mm-signal);
}

.mm-hero {
  min-height: min(52rem, calc(100svh - 5.75rem));
  grid-template-columns: minmax(0, 58%) minmax(25rem, 42%);
}

.mm-hero-visual {
  position: relative;
  border-left: 1px solid #ffffff2e;
  background-image:
    linear-gradient(90deg, var(--mm-black) 0%, transparent 33%),
    linear-gradient(0deg, var(--mm-black) 0%, transparent 28%),
    url("../images/mela-editorial-meeting-blur.webp");
  background-position: 58% center;
  opacity: 0.9;
}

.mm-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 auto 0 0;
  width: 0.65rem;
  background: var(--mm-signal);
}

.mm-hero-visual::after {
  content: "ARBEIT. UND WIR.";
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.12em;
}

.mm-hero-copy {
  max-width: none;
  padding-right: 45%;
}

.mm-hero h1 {
  max-width: 12.5ch !important;
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
  font-size: clamp(3.2rem, 5vw, 5.65rem) !important;
  line-height: 0.98 !important;
}

.mm-hero-copy > p {
  max-width: 46rem;
}

.mm-hero-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 2rem;
  max-width: 46rem;
  margin-top: clamp(3rem, 5vw, 5rem);
  padding-top: 1.25rem;
  border-top: 1px solid #ffffff38;
}

.mm-hero-scope span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #a8a8b0;
  font-size: 0.62rem;
  font-weight: 720;
  letter-spacing: 0.09em;
}

.mm-hero-scope span::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  background: var(--mm-violet);
}

.mm-signal-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 5rem);
  margin-top: clamp(5rem, 9vw, 8.5rem);
}

.mm-signal-list article {
  position: relative;
  padding-top: 1.75rem;
  border-top: 1px solid var(--mm-black);
}

.mm-signal-list article::before {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: var(--mm-signal);
}

.mm-signal-list small,
.mm-field-list small,
.mm-program-heading > small,
.mm-insight-feature small {
  color: var(--mm-violet);
  font-size: 0.66rem;
  font-weight: 750;
  letter-spacing: 0.1em;
}

.mm-signal-list p {
  max-width: 29rem;
  margin: 1.35rem 0 0;
  font-size: clamp(1.12rem, 1.45vw, 1.36rem);
  line-height: 1.5;
}

.mm-reality-line {
  max-width: none !important;
  margin-top: clamp(5rem, 9vw, 9rem);
  margin-right: calc(0px - var(--page-x));
  margin-bottom: clamp(-9rem, -9vw, -5.5rem);
  margin-left: calc(0px - var(--page-x));
  padding: clamp(3.5rem, 6vw, 6rem) var(--page-x);
  background: var(--mm-black);
  color: var(--white);
  font-family: var(--display);
  font-size: clamp(1.75rem, 3.35vw, 3.75rem);
  font-weight: 720;
  line-height: 1.04;
  letter-spacing: -0.052em;
}

.mm-fields {
  background: var(--mm-black);
  color: var(--white);
}

.mm-fields .mm-section-intro > small {
  color: var(--mm-signal);
}

.mm-fields .mm-section-intro > p {
  color: #ccccd2;
}

.mm-field-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(2.5rem, 6vw, 7rem);
  margin-top: clamp(5rem, 9vw, 8.5rem);
}

.mm-field-list article {
  position: relative;
  padding-top: 2rem;
  border-top: 1px solid #ffffff4a;
}

.mm-field-list article:nth-child(2) {
  transform: translateY(3.5rem);
}

.mm-field-list small {
  color: var(--mm-signal);
}

.mm-field-list h3 {
  margin-top: 2.75rem;
  color: var(--white);
  font-size: clamp(2rem, 3.25vw, 3.6rem) !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

.mm-field-list article:nth-child(2) h3 {
  color: var(--mm-violet);
}

.mm-field-list p {
  max-width: 31rem;
  margin: 1.5rem 0 0;
  color: #cbcbcf;
  font-size: 1.03rem;
  line-height: 1.58;
}

.mm-programs {
  padding-right: 0;
  padding-left: 0;
}

.mm-programs > .mm-section-intro {
  margin-right: var(--page-x);
  margin-left: var(--page-x);
}

.mm-program-list {
  margin-top: clamp(4.5rem, 8vw, 8rem);
}

.mm-program-list > article {
  display: grid;
  grid-template-columns: minmax(20rem, 0.9fr) minmax(24rem, 1fr) minmax(15rem, 0.35fr);
  gap: 2rem clamp(2.5rem, 6vw, 7rem);
  align-items: center;
  padding: clamp(4rem, 7vw, 7rem) var(--page-x);
  border: 0;
}

.mm-program-list > article:last-child {
  border: 0;
}

.mm-program-list > article[data-tone="paper"] {
  background: #efedff;
}

.mm-program-list > article[data-tone="violet"] {
  background: var(--mm-violet);
}

.mm-program-list > article[data-tone="ink"] {
  background: var(--mm-black);
  color: var(--white);
}

.mm-program-list > article[data-tone="signal"] {
  background: var(--mm-signal);
}

.mm-program-heading h3 {
  max-width: 15ch;
  margin-top: 1.5rem;
  font-size: clamp(2rem, 3.3vw, 3.65rem) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.055em !important;
}

.mm-program-list > article[data-tone="ink"] .mm-program-heading h3 {
  color: var(--white);
}

.mm-program-list > article[data-tone="ink"] .mm-program-heading > small,
.mm-program-list > article[data-tone="ink"] .mm-program-copy > small {
  color: var(--mm-signal);
}

.mm-program-list > article[data-tone="violet"] .mm-program-heading > small,
.mm-program-list > article[data-tone="signal"] .mm-program-heading > small,
.mm-program-list > article[data-tone="violet"] .mm-program-copy > small,
.mm-program-list > article[data-tone="signal"] .mm-program-copy > small {
  color: var(--mm-black);
}

.mm-program-copy > p {
  margin-top: 1.2rem;
  color: inherit;
}

.mm-program-list > article[data-tone="ink"] .mm-program-copy > p {
  color: #d7d7dc;
}

.mm-program-copy li {
  color: inherit;
}

.mm-program-list > article[data-tone="ink"] .mm-program-copy li {
  color: #b8b8c0;
}

.mm-program-booking > strong {
  text-align: left;
}

.mm-program-list > article[data-tone="ink"] .mm-program-booking > strong {
  color: var(--white);
}

.mm-program-list > article[data-tone="ink"] .brand-action:not(.mela-elementor-action) {
  background: var(--mm-signal);
  color: var(--mm-black);
}

.mm-custom-offer {
  grid-template-columns: minmax(12rem, 0.4fr) minmax(18rem, 0.72fr) minmax(22rem, 1fr) minmax(16rem, 0.48fr);
  margin: 0;
  padding: clamp(4rem, 7vw, 7rem) var(--page-x);
  background: var(--white);
  color: var(--mm-black);
}

.mm-custom-offer > small {
  color: var(--mm-violet);
}

.mm-custom-offer h3 {
  font-size: clamp(1.75rem, 2.6vw, 2.85rem) !important;
}

.mm-custom-offer p {
  color: #3e3e43;
}

.mm-custom-offer .brand-action--violet {
  background: var(--mm-violet);
  color: var(--white);
}

.mm-trust {
  position: relative;
  overflow: hidden;
}

.mm-trust::after {
  content: "VERTRAULICH";
  position: absolute;
  right: -0.05em;
  bottom: -0.23em;
  color: #ffffff24;
  font-family: var(--display);
  font-size: clamp(5rem, 14vw, 13rem);
  font-weight: 720;
  letter-spacing: -0.07em;
  pointer-events: none;
}

.mm-trust > * {
  position: relative;
  z-index: 1;
}

.mm-step-list article {
  padding-top: 1.75rem;
  border-top: 1px solid var(--mm-black);
}

.mm-step-list h3 {
  color: var(--mm-violet);
}

.mm-insights {
  background: #f5f5f7;
}

.mm-insight-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(22rem, 0.85fr);
  margin-top: clamp(4.5rem, 8vw, 8rem);
  background: var(--mm-black);
  color: var(--white);
}

.mm-insight-feature figure {
  min-height: 34rem;
  margin: 0;
  overflow: hidden;
}

.mm-insight-feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.08);
}

.mm-insight-feature article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(3rem, 6vw, 6.5rem);
}

.mm-insight-feature small {
  color: var(--mm-signal);
}

.mm-insight-feature h3 {
  max-width: 18ch;
  margin-top: 1.8rem;
  color: var(--white);
  font-size: clamp(1.8rem, 3vw, 3.25rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.052em !important;
}

.mm-insight-feature h3 b {
  color: var(--mm-violet);
}

.mm-insight-feature p {
  max-width: 34rem;
  margin: 1.5rem 0 0;
  color: #d1d1d6;
  line-height: 1.58;
}

.mm-insight-feature a,
.mm-insight-index article > a {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-bottom: 0.3rem;
  border-bottom: 2px solid currentColor;
  color: inherit;
  font-family: var(--display);
  font-size: 0.72rem;
  font-weight: 720;
  text-decoration: none;
}

.mm-insight-feature a span {
  color: var(--mm-signal);
}

.mm-insight-index {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 clamp(2rem, 5vw, 5rem);
  margin-top: clamp(3rem, 5vw, 5rem);
}

.mm-insight-index article {
  min-height: 27rem;
  border-bottom: 1px solid #0b0b0e;
}

.mm-insight-index article:nth-last-child(-n + 2),
.mm-insight-index article:last-child {
  border-bottom: 1px solid #0b0b0e;
}

.mm-about > div {
  position: relative;
}

.mm-about > div::before {
  content: "";
  position: absolute;
  top: clamp(3rem, 7vw, 6rem);
  right: var(--page-x);
  width: clamp(3rem, 6vw, 5rem);
  height: clamp(3rem, 6vw, 5rem);
  background: var(--mm-signal);
}

.mm-contact-intro h2 b {
  color: var(--white);
}

@media (max-width: 1050px) {
  .mm-hero-copy {
    padding-right: 39%;
  }

  .mm-program-list > article {
    grid-template-columns: minmax(18rem, 0.75fr) minmax(0, 1fr);
  }

  .mm-program-booking {
    grid-column: 2;
    grid-template-columns: minmax(0, 1fr) minmax(14rem, 0.45fr);
  }

  .mm-custom-offer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mm-insight-index {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 819px) {
  .mm-hero {
    min-height: calc(100svh - 5rem);
  }

  .mm-hero-visual {
    inset: 0;
    border: 0;
    background-image:
      linear-gradient(90deg, var(--mm-black) 4%, transparent 100%),
      linear-gradient(0deg, var(--mm-black) 12%, transparent 78%),
      url("../images/mela-editorial-meeting-blur.webp");
    background-position: 55% center;
    opacity: 0.3;
  }

  .mm-hero-visual::before {
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 0.35rem;
  }

  .mm-hero-visual::after {
    display: none;
  }

  .mm-hero-copy {
    padding: 3.75rem 1.25rem 3rem;
  }

  .mm-hero h1 {
    max-width: 20rem !important;
    margin-top: 2.3rem;
    font-size: clamp(2.25rem, 9.7vw, 2.85rem) !important;
    line-height: 1 !important;
  }

  .mm-hero-copy > p {
    font-size: 1rem;
    line-height: 1.48;
  }

  .mm-hero-scope {
    gap: 0.6rem 1.25rem;
    margin-top: 2.75rem;
  }

  .mm-signal-list,
  .mm-field-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
    margin-top: 4rem;
  }

  .mm-signal-list p {
    font-size: 1.08rem;
  }

  .mm-reality-line {
    margin: 4.75rem -1.25rem -4.75rem;
    padding: 3.5rem 1.25rem;
    font-size: clamp(1.7rem, 7.2vw, 2.05rem);
  }

  .mm-field-list article:nth-child(2) {
    transform: none;
  }

  .mm-field-list h3 {
    margin-top: 1.75rem;
    font-size: clamp(1.9rem, 8vw, 2.35rem) !important;
  }

  .mm-programs > .mm-section-intro {
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }

  .mm-program-list > article {
    display: block;
    padding: 4rem 1.25rem;
  }

  .mm-program-heading h3 {
    max-width: 19rem;
    margin-top: 1.25rem;
    font-size: clamp(1.8rem, 7.5vw, 2.15rem) !important;
  }

  .mm-program-copy {
    margin-top: 2.5rem;
  }

  .mm-program-copy ul {
    margin-top: 1.5rem;
  }

  .mm-program-booking {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 2rem;
  }

  .mm-custom-offer {
    display: block;
    margin: 0;
    padding: 4rem 1.25rem;
  }

  .mm-custom-offer h3 {
    font-size: clamp(1.75rem, 7vw, 2rem) !important;
  }

  .mm-trust::after {
    right: -0.25em;
    bottom: -0.08em;
    font-size: 4.2rem;
  }

  .mm-insight-feature {
    display: block;
    margin: 3.75rem -1.25rem 0;
  }

  .mm-insight-feature figure {
    min-height: 22rem;
  }

  .mm-insight-feature article {
    padding: 3.5rem 1.25rem 4rem;
  }

  .mm-insight-feature h3 {
    max-width: 19rem;
    font-size: clamp(1.65rem, 7vw, 1.95rem) !important;
  }

  .mm-insight-index {
    grid-template-columns: minmax(0, 1fr);
  }

  .mm-insight-index article {
    min-height: 0;
  }

  .mm-about > div::before {
    top: 2.75rem;
    right: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}

/* v43 — one brand family: shared chrome, CTAs, rails and journal rhythm. */

.brand-header .brand {
  color: inherit;
  pointer-events: auto;
  text-decoration: none;
}

.brand-header--business .brand-edition {
  color: var(--signal);
}

.brand-header--business .desktop-nav a:hover,
.brand-menu--business nav > a:hover {
  color: var(--signal);
}

.brand-menu .menu-footer {
  position: absolute;
  left: 5vw;
  bottom: 5vw;
}

.brand-menu .menu-footer .brand-action:not(.mela-elementor-action) {
  width: fit-content;
}

.brand-footer--business .footer-start a:hover {
  background: var(--violet);
}

.brand-footer--business .footer-brand > span,
.brand-footer--business .footer-start > span {
  color: var(--signal);
}

.mm-hero-family {
  background: var(--mm-black);
}

.mm-hero-family-image {
  background-image:
    linear-gradient(90deg, var(--mm-black) 0%, #08080aa8 30%, transparent 72%),
    linear-gradient(0deg, #08080a82, transparent 54%),
    url("../images/mela-editorial-meeting-blur.webp");
  background-position: 63% center;
  filter: grayscale(1) contrast(1.08);
  opacity: 0.82;
}

.mm-hero-family .hero-simple-copy {
  width: min(72%, 76rem);
}

.mm-hero-family .hero-simple-copy h1 {
  max-width: 12.5ch !important;
  font-size: clamp(3.35rem, 5.35vw, 6rem) !important;
  line-height: 0.97 !important;
}

.mm-hero-family .hero-simple-copy > p {
  max-width: 44rem;
}

.mm-hero-family .mm-hero-actions {
  display: flex;
}

.mm-hero-family .mm-hero-actions .brand-action:not(.mela-elementor-action) {
  min-width: min(20rem, 100%);
}

.mm-programs {
  padding-right: 0;
  padding-left: 0;
}

.mm-programs-head {
  display: grid;
  gap: 2rem;
  padding: 0 var(--page-x);
}

.mm-programs-head .mm-section-intro {
  margin: 0;
}

.mm-slider-controls {
  justify-self: end;
}

.mm-program-slider {
  display: flex;
  gap: 0;
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding: 0 var(--page-x) 1.25rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}

.mm-program-slider::-webkit-scrollbar {
  display: none;
}

.mm-program-slider > article {
  display: grid;
  min-height: 35rem;
  flex: 0 0 min(78vw, 72rem);
  grid-template-columns: minmax(18rem, 0.8fr) minmax(22rem, 1fr) minmax(14rem, 0.35fr);
  gap: 2rem clamp(2.25rem, 5vw, 6rem);
  align-items: center;
  padding: clamp(3.5rem, 6vw, 6rem);
  border: 0 !important;
  scroll-snap-align: start;
}

.mm-program-slider > article + article {
  margin-left: 1rem;
}

.mm-program-slider .mm-program-heading h3 {
  max-width: 13ch;
  font-size: clamp(2rem, 3.2vw, 3.45rem) !important;
}

.mm-program-slider .mm-program-booking {
  align-self: end;
}

.mm-custom-offer {
  margin-top: clamp(3rem, 5vw, 5rem);
}

.mm-company-journal {
  --kicker-color: var(--signal);
}

.mm-company-journal .journal-masthead > div:first-child span {
  max-width: 29rem;
}

.mm-company-journal .journal-card-copy h3 {
  text-wrap: balance;
}

.mm-company-journal .journal-thumb > span {
  color: var(--signal);
}

.mm-company-journal .journal-card:nth-child(2n) .journal-thumb > span {
  color: var(--black);
}

@media (max-width: 1050px) {
  .mm-program-slider > article {
    grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1fr);
  }

  .mm-program-slider .mm-program-booking {
    grid-column: 2;
  }
}

@media (max-width: 819px) {
  .brand-header .brand-edition {
    display: none;
  }

  .brand-header .page-count {
    max-width: 8.5rem;
    font-size: 0.62rem;
    line-height: 1.25;
  }

  .brand-menu {
    grid-template-columns: minmax(0, 1fr);
    padding: 6.5rem 1.25rem 8.5rem;
    overflow-y: auto;
  }

  .brand-menu .menu-index {
    display: none;
  }

  .brand-menu nav > a {
    grid-template-columns: 2.4rem minmax(0, 1fr);
    padding: 0.65rem 0 0.8rem;
    font-size: clamp(1.55rem, 7.3vw, 2.15rem);
    line-height: 1;
  }

  .brand-menu nav > a span {
    padding-top: 0.25rem;
  }

  .brand-menu .menu-footer {
    position: static;
    margin-top: 2rem;
  }

  .brand-menu .menu-footer p {
    display: none;
  }

  .brand-menu .menu-footer .brand-action:not(.mela-elementor-action) {
    width: 100%;
  }

  .brand-footer .footer-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 3.5rem;
    padding: 4.5rem 1.25rem;
  }

  .brand-footer .footer-brand {
    grid-template-columns: 3.75rem minmax(0, 1fr);
  }

  .brand-footer .footer-brand p {
    font-size: 1rem;
  }

  .brand-footer .footer-bottom {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.9rem;
    padding: 1.75rem 1.25rem 2.5rem;
  }

  .mm-hero-family-image {
    background-image:
      linear-gradient(180deg, #08080a8a 0%, #08080ad1 55%, var(--mm-black) 100%),
      url("../images/mela-editorial-meeting-blur.webp");
    background-position: 56% center;
    opacity: 0.58;
  }

  .mm-hero-family .hero-simple-copy {
    width: 100%;
  }

  .mm-hero-family .hero-simple-copy h1 {
    max-width: 21rem !important;
    font-size: clamp(2.35rem, 10vw, 3rem) !important;
    line-height: 1 !important;
  }

  .mm-hero-family .mm-hero-actions {
    display: grid;
  }

  .mm-programs-head {
    padding: 0 1.25rem;
  }

  .mm-slider-controls {
    justify-self: stretch;
  }

  .mm-program-slider {
    margin-top: 3rem;
    padding: 0 1.25rem 1rem;
  }

  .mm-program-slider > article {
    display: flex;
    min-height: 39rem;
    flex: 0 0 calc(100vw - 2.5rem);
    flex-direction: column;
    align-items: stretch;
    padding: 2.5rem 1.5rem;
  }

  .mm-program-slider > article + article {
    margin-left: 0.75rem;
  }

  .mm-program-slider .mm-program-heading h3 {
    max-width: 18rem;
    font-size: clamp(1.75rem, 7vw, 2rem) !important;
  }

  .mm-program-slider .mm-program-copy {
    margin-top: 1.5rem;
  }

  .mm-program-slider .mm-program-booking {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: auto;
  }

  .mm-company-journal .journal-masthead h2 {
    max-width: 19rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mm-program-slider,
  .mm-company-journal .journal-track {
    scroll-behavior: auto;
  }
}

/* v44 — one readable typography and contrast system across every route.
 *
 * Two campaign heroes may stay expressive. Every other page title, section
 * title, card title, paragraph, label and action uses the same role everywhere.
 * Primary copy is black on light surfaces and white on true dark surfaces;
 * violet and signal remain accents, not reading colours.
 */

:root {
  --ui-hero: clamp(3rem, 5vw, 5.6rem);
  --ui-title: clamp(2.1rem, 3vw, 3.25rem);
  --ui-card: clamp(1.35rem, 1.7vw, 1.75rem);
  --ui-lead: clamp(1.1rem, 1.25vw, 1.28rem);
  --ui-body: clamp(1rem, 0.35vw + 0.94rem, 1.125rem);
  --ui-small: 0.72rem;
  --ui-cta: 0.78rem;
  --ui-display-leading: 1.08;
  --ui-card-leading: 1.14;
  --ui-body-leading: 1.58;
}

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

main {
  color: var(--black);
}

body:not(.elementor-page) main :is(h1, h2, h3) {
  max-inline-size: 100%;
  color: var(--black) !important;
  font-family: var(--display);
  font-weight: 690;
  letter-spacing: -0.048em !important;
  text-wrap: balance;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

/* All headlines below the two campaign heroes share one calm size. */
body:not(.elementor-page) main h1,
body:not(.elementor-page) main h2 {
  font-size: var(--ui-title) !important;
  line-height: var(--ui-display-leading) !important;
}

body:not(.elementor-page) main h3,
.test-hub-grid :is(strong, h2, h3),
.lead-gate-head > strong,
.article-related strong {
  font-size: var(--ui-card) !important;
  line-height: var(--ui-card-leading) !important;
  letter-spacing: -0.04em !important;
}

/* The homepage and MINDMAKERS open with the only two true hero statements. */
.hero-simple .hero-simple-copy h1,
.mm-hero-family .hero-simple-copy h1 {
  max-width: 13ch !important;
  font-size: var(--ui-hero) !important;
  line-height: 1.03 !important;
  letter-spacing: -0.055em !important;
}

body:not(.elementor-page) main :is(p, li),
.brand-footer p,
.brand-footer li,
.article-footer p,
.article-footer li {
  color: var(--black) !important;
  font-family: var(--body);
  font-size: var(--ui-body) !important;
  font-weight: 430;
  line-height: var(--ui-body-leading) !important;
  letter-spacing: -0.012em !important;
  text-wrap: pretty;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: auto;
}

:is(
  .hero-simple-copy,
  .offer-intro,
  .section-head,
  .tools-heading,
  .about-hero-copy,
  .about-intro,
  .article-hero,
  .article-conversion,
  .test-hub-hero,
  .test-intro,
  .test-result-hero,
  .profile-hero,
  .profile-context,
  .profile-result > header,
  .privacy-hero,
  .leads-hero,
  .mm-section-intro,
  .mm-contact-intro,
  .mm-insight-hero
) > p,
.about-stance p,
.article-keyline strong,
.article-quote p,
.mm-trust-copy p {
  font-size: var(--ui-lead) !important;
  line-height: 1.52 !important;
}

body:not(.elementor-page) main small,
body:not(.elementor-page) main :is(.article-meta, .tool-meta, .journal-card-meta, .bio-facts),
.brand-header :is(.page-count, .brand-edition),
.brand-footer :is(.footer-bottom, nav a),
.article-footer :is(.article-footer-legal, nav a) {
  font-size: var(--ui-small) !important;
  line-height: 1.45;
  letter-spacing: 0.1em;
}

:is(
  .brand-action,
  .brand-cta,
  .text-link,
  .hero-simple-link,
  .mm-text-link,
  .article-conversion a,
  .test-primary,
  .profile-question-actions button,
  .lead-gate > button,
  .inquiry-form button[type="submit"]
) {
  font-family: var(--display);
  font-size: var(--ui-cta) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.018em !important;
}

.brand-menu nav > a {
  font-size: clamp(1.8rem, 4.2vw, 3.65rem) !important;
  line-height: 1.02 !important;
}

/* True dark surfaces: reading copy is always white. Accent children keep the
 * violet/signal values that are deliberately applied to them. */
:where(
  .brand-menu,
  .hero-simple,
  .process,
  .editorial-statement,
  .about-hero,
  .about-stance,
  .article-quote,
  .article-author,
  .article-footer,
  .test-hub-hero,
  .test-hub-profile,
  .test-result-hero,
  .profile-hero,
  .profile-result > header,
  .mm-fields,
  .mm-about,
  .mm-insight-hero,
  .mm-insight-feature,
  .mm-program-list > article[data-tone="ink"],
  .product-card-dark
) :is(h1, h2, h3, p, li, summary, blockquote) {
  color: var(--white) !important;
}

:is(.brand-footer, .mm-footer) :is(h1, h2, h3, p, li, a),
.brand-menu :is(a, p) {
  color: var(--white) !important;
}

/* White and very light canvases use black reading copy. This also prevents
 * legacy page-specific greys from lowering contrast. */
:where(
  .test-doorway,
  .offer,
  .vertical-content,
  .bio,
  .work-tools,
  .boundary,
  .article-page,
  .article-faq,
  .about-intro,
  .about-path,
  .test-question-screen,
  .test-result-next,
  .profile-question-screen,
  .profile-result,
  .privacy-page,
  .leads-page,
  .mm-reality,
  .mm-programs,
  .mm-process,
  .mm-boundary,
  .mm-insight-body
) :is(h1, h2, h3, p, li, summary, blockquote) {
  color: var(--black) !important;
}

/* Mixed rails contain their own light and dark cards. */
.journal-card :is(h1, h2, h3, p, li),
.mm-program-list > article:not([data-tone="ink"]) :is(h1, h2, h3, p, li),
.test-hub-grid > :is(button, a):not(.test-hub-profile) :is(h1, h2, h3, p, li, strong) {
  color: var(--black) !important;
}

.test-hub-profile :is(strong, p, i),
.product-card-dark :is(h1, h2, h3, p, li) {
  color: var(--white) !important;
}

/* Re-assert dark islands after light page wrappers, so nested black cards,
 * quotes, opened accordions and dark results never inherit black copy. */
:where(
  .hero-simple,
  .process,
  .editorial-statement,
  .about-hero,
  .about-stance,
  .about-next,
  .article-quote,
  .article-conversion,
  .article-author,
  .article-footer,
  .article-faq details[open],
  .closing-editorial,
  .test-hub-hero,
  .test-hub-profile,
  .test-intro,
  .test-gate-teaser,
  .test-result-hero,
  .profile-hero,
  .profile-gate-copy,
  .profile-result > header,
  .profile-result-reading,
  .mm-fields,
  .mm-trust,
  .mm-about,
  .mm-contact,
  .mm-insight-hero,
  .mm-insight-feature,
  .mm-program-list > article[data-tone="ink"],
  .product-card-dark
) :is(h1, h2, h3, p, li, summary, blockquote, strong) {
  color: var(--white) !important;
}

.tone-black,
.tone-black :is(a, span, button) {
  color: var(--white);
}

.tone-white,
.tone-white :is(a, span, button),
.tone-green,
.tone-green :is(a, span, button) {
  color: var(--black);
}

input,
select,
textarea {
  color: var(--black);
}

@media (max-width: 819px) {
  :root {
    --ui-hero: clamp(2.25rem, 9.1vw, 2.75rem);
    --ui-title: clamp(1.75rem, 6.4vw, 2.05rem);
    --ui-card: clamp(1.3rem, 5vw, 1.5rem);
    --ui-lead: 1.08rem;
    --ui-body: 1rem;
    --ui-small: 0.7rem;
    --ui-cta: 0.76rem;
  }

  main :is(h1, h2, h3) {
    max-width: 100% !important;
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .hero-simple .hero-simple-copy h1,
  .mm-hero-family .hero-simple-copy h1 {
    max-width: 18rem !important;
  }

  .brand-menu nav > a {
    font-size: clamp(1.45rem, 6.6vw, 1.95rem) !important;
  }
}

/* v45 — restore the editorial offer journey and fix nested surface contrast.
 * Problems come first; the seven confirmed 1:1 formats follow as a horizontal
 * editorial rail. Light cards inside dark journals stay black on white, while
 * every true black surface uses pure white reading copy.
 */

.offer-editorial {
  padding: clamp(5rem, 8vw, 8rem) 0 0 !important;
  overflow: hidden;
  background: var(--white);
  color: var(--black);
}

.offer-editorial-head {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.75fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  padding: 0 var(--page-x);
}

.offer-editorial-head > div:last-child {
  display: grid;
  gap: 2rem;
}

.offer-editorial-head h2 {
  max-width: 15ch;
  color: var(--black) !important;
}

.offer-editorial-head h2 b {
  color: var(--violet) !important;
}

.offer-editorial-head small {
  color: var(--violet) !important;
}

.offer-editorial-head p {
  max-width: 37rem;
  margin: 0;
  color: var(--black) !important;
}

.offer-slider-controls {
  justify-self: start;
}

.offer-slider-controls button {
  border-color: var(--black);
  background: var(--white);
  color: var(--black);
}

.offer-slider-controls button:last-child {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.personal-offer-track {
  display: flex;
  gap: clamp(5rem, 11vw, 12rem);
  margin-top: clamp(3.5rem, 7vw, 6rem);
  padding: clamp(3rem, 6vw, 5rem) var(--page-x) clamp(2rem, 4vw, 3.5rem);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  background: var(--black);
}

.personal-offer-track::-webkit-scrollbar {
  display: none;
}

.personal-offer-card {
  --offer-fg: var(--white);
  --offer-accent: var(--signal);
  display: grid;
  min-height: 31rem;
  flex: 0 0 min(76vw, 64rem);
  grid-template-columns: minmax(8rem, 0.25fr) minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 2rem clamp(2.5rem, 6vw, 7rem);
  align-items: start;
  padding: clamp(1.5rem, 3vw, 3rem) 0 clamp(2rem, 4vw, 4rem);
  border: 0 !important;
  background: transparent !important;
  color: var(--offer-fg);
  scroll-margin-top: 7rem;
  scroll-snap-align: start;
}

.personal-offer-card + .personal-offer-card {
  margin-left: 0;
}

.personal-offer-card--ink,
.personal-offer-card--violet,
.personal-offer-card--signal,
.personal-offer-card--paper {
  --offer-fg: var(--white);
  --offer-accent: var(--signal);
}

.personal-offer-meta {
  display: grid;
  gap: 0.85rem;
  color: var(--offer-accent);
  font-family: var(--display);
  font-size: var(--ui-small);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.personal-offer-copy {
  align-self: start;
}

.personal-offer-copy > small {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  color: var(--violet) !important;
}

.personal-offer-copy > small::before {
  content: "";
  width: 0.52rem;
  height: 0.52rem;
  flex: 0 0 0.52rem;
  background: currentColor;
}

.personal-offer-card :is(h3, p, strong) {
  color: var(--offer-fg) !important;
}

.personal-offer-card h3 {
  max-width: 17ch;
  margin-top: 1.2rem;
}

.personal-offer-card p {
  max-width: 40rem;
  margin: 1.4rem 0 0;
}

.personal-offer-card strong {
  display: block;
  margin-top: 2rem;
  font-family: var(--display);
  font-size: var(--ui-small);
  color: var(--white) !important;
  letter-spacing: 0.09em;
}

.personal-offer-card .brand-action:not(.mela-elementor-action) {
  grid-column: 2;
  width: min(100%, 31rem);
}

.personal-offer-card--ink .brand-action,
.personal-offer-card--violet .brand-action,
.personal-offer-card--signal .brand-action,
.personal-offer-card--paper .brand-action:not(.mela-elementor-action) {
  --action-bg: var(--signal);
  --action-fg: var(--black);
  --action-square: var(--black);
}

.offer-swipe-hint {
  margin: 0;
  padding: 0 var(--page-x) clamp(3rem, 6vw, 5rem);
  background: var(--black);
  color: var(--white) !important;
}

.offer-other-paths {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(3rem, 8vw, 8rem);
  margin-top: clamp(4rem, 8vw, 7rem);
  padding: clamp(5rem, 9vw, 8rem) var(--page-x);
  background: var(--white);
}

.offer-other-paths article {
  display: grid;
  align-content: start;
  gap: 1.25rem;
  background: transparent !important;
}

.offer-other-paths article > :is(h3, p) {
  margin: 0;
  color: var(--black) !important;
}

.offer-other-paths article > p {
  max-width: 35rem;
}

.offer-other-paths .brand-action:not(.mela-elementor-action) {
  width: min(100%, 31rem);
  margin-top: 1rem;
}

/* A light editorial MINDMAKERS teaser must not inherit the company's black
 * page surface. This was the source of the apparently missing heading. */
.mindmakers .mindmakers-editorial :is(h2, h3, p, li, strong, span),
.mindmakers .mindmakers-action > small {
  color: var(--black) !important;
}

.mindmakers .mindmakers-editorial h2 b,
.mindmakers .mindmakers-editorial > small {
  color: var(--violet) !important;
}

/* White journal cards are nested inside a black rail. Nested light surfaces
 * win over the parent rail, including titles, descriptions, kicker and link. */
.office-journal .journal-card :is(h1, h2, h3, p, li, strong),
.office-journal .journal-card .journal-card-copy a,
.office-journal .journal-card .journal-card-kicker {
  color: var(--black) !important;
}

.journal-card-kicker {
  display: flex;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--violet) !important;
}

.journal-card-kicker::before {
  content: "";
  width: 0.46rem;
  height: 0.46rem;
  flex: 0 0 0.46rem;
  background: currentColor;
}

/* Pure dark-surface reading copy: no pale grey body copy remains. */
:where(
  .process,
  .editorial-statement,
  .about-hero,
  .about-stance,
  .about-next,
  .article-quote,
  .article-author,
  .article-footer,
  .closing-editorial,
  .mm-fields,
  .mm-about,
  .mm-contact,
  .mm-insight-hero,
  .mm-insight-feature,
  .mm-program-list > article[data-tone="ink"]
) :is(h1, h2, h3, p, li, blockquote, label > span),
.article-footer-contact span,
.article-footer-legal,
.mm-offer-list p,
.mm-offer-action p,
.mm-contact :is(.inquiry-consent, .inquiry-alternative, .inquiry-error) {
  color: var(--white) !important;
}

@media (max-width: 819px) {
  .offer-editorial-head {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.25rem;
    padding: 0 1.25rem;
  }

  .offer-editorial-head h2 {
    max-width: 18rem;
  }

  .offer-slider-controls {
    width: 100%;
  }

  .personal-offer-track {
    margin-top: 3rem;
    padding: 2.75rem 1.25rem 1rem;
  }

  .personal-offer-card {
    min-height: 30rem;
    flex-basis: calc(100vw - 2.5rem);
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 1fr auto;
    gap: 2rem;
    padding: 2rem 0 2.75rem;
  }

  .personal-offer-card + .personal-offer-card {
    margin-left: 0;
  }

  .personal-offer-meta {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }

  .personal-offer-meta span:last-child {
    max-width: 11rem;
    text-align: right;
  }

  .offer-swipe-hint {
    padding: 0 1.25rem 3.5rem;
  }

  .personal-offer-card .brand-action:not(.mela-elementor-action) {
    grid-column: 1;
  }

  .offer-other-paths {
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
    padding: 4.5rem 1.25rem 0;
  }
}

/* v46 — gated results and calm entry typography.
 * Every check now has the same honest sequence: free questions, transparent
 * lead gate, then the complete result. No title, score or recommendation is
 * exposed before the successful form submission. */

.test-gate-screen {
  background: var(--white);
}

.test-gate-message {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(4rem, 8vw, 8rem) var(--page-x);
  background: var(--black);
  color: var(--white);
}

.test-gate-message > small {
  color: var(--signal) !important;
}

.test-gate-message h1 {
  max-width: 13ch;
  margin: clamp(2rem, 5vw, 4rem) 0 0;
  color: var(--white) !important;
  font-size: var(--ui-title) !important;
  line-height: var(--ui-display-leading) !important;
  text-wrap: balance;
}

.test-gate-message p {
  max-width: 38rem;
  margin: 2rem 0 0;
  color: var(--white) !important;
}

.test-gate-message strong {
  max-width: 36rem;
  margin-top: 2rem;
  color: var(--white) !important;
  font-size: var(--ui-small);
  line-height: 1.55;
}

.test-page .test-intro h1,
.profile-page .profile-hero h1 {
  max-width: 15ch !important;
  font-size: var(--ui-title) !important;
  line-height: var(--ui-display-leading) !important;
  overflow-wrap: normal !important;
  hyphens: manual !important;
  text-wrap: balance;
}

.test-page .test-hub-hero h1 {
  max-width: 16ch !important;
  font-size: var(--ui-title) !important;
  line-height: var(--ui-display-leading) !important;
  overflow-wrap: normal !important;
  hyphens: manual !important;
  text-wrap: balance;
}

@media (max-width: 819px) {
  .test-gate-message {
    min-height: 30rem;
    padding: 6.25rem 1.25rem 3.5rem;
  }

  .test-gate-message h1 {
    max-width: 17rem;
    font-size: var(--ui-title) !important;
  }

  .test-page .test-intro h1,
  .profile-page .profile-hero h1,
  .test-page .test-hub-hero h1 {
    max-width: 19rem !important;
    font-size: var(--ui-title) !important;
    line-height: var(--ui-display-leading) !important;
    letter-spacing: -0.045em !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .personal-offer-track {
    scroll-behavior: auto;
  }
}

/* v47 — mobile visual QA: deterministic contrast, intact display words and
 * compact editorial rails. The previous global main-heading rule had higher
 * specificity than several dark-surface rules. Text was present but rendered
 * black on black. These surface contracts intentionally sit last. */

/* Display typography never receives automatic German hyphenation. Long card
 * titles may wrap at spaces; the one long founder statement gets authored
 * line breaks in the component. */
main :is(h1, h2, h3),
.journal-card-copy h3,
.mm-about h2 {
  hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
}

/* Real dark canvases use pure white reading copy. The explicit `main` plus a
 * surface class wins against the global `main h*` and `main p` declarations. */
main :is(
  .hero-simple,
  .office-journal,
  .process,
  .editorial-statement,
  .about-hero-copy,
  .about-stance,
  .about-next,
  .article-quote,
  .article-conversion,
  .article-author,
  .article-footer,
  .closing-editorial,
  .test-hub-hero,
  .test-hub-featured,
  .test-gate-message,
  .test-gate-teaser,
  .test-result-hero,
  .profile-gate-copy,
  .profile-result > header,
  .profile-result-reading,
  .personal-offer-track,
  .mm-fields,
  .mm-trust,
  .mm-about,
  .mm-contact,
  .mm-insight-hero,
  .mm-insight-feature,
  .mm-program-list > article[data-tone="ink"],
  .product-card-dark
) :is(h1, h2, h3, p, li, strong, summary, blockquote) {
  color: var(--white) !important;
}

main .hero-simple .hero-simple-copy :is(h1, p),
main .mm-hero-family .hero-simple-copy :is(h1, p),
main .office-journal .journal-masthead h2,
main .office-journal .journal-masthead > div:first-child span {
  color: var(--white) !important;
}

main .hero-simple .hero-simple-copy h1 b,
main .mm-hero-family .hero-simple-copy h1 b,
main .office-journal .journal-masthead h2 b {
  color: var(--violet-bright) !important;
}

main .office-journal .journal-masthead > div:first-child span {
  opacity: 0.82;
}

/* Nested paper cards remain black on white even when they live inside a dark
 * journal. */
main .office-journal .journal-card :is(h1, h2, h3, p, li, strong),
main .office-journal .journal-card .journal-card-copy a,
main .office-journal .journal-card .journal-card-kicker {
  color: var(--black) !important;
}

/* Test intros, the Arbeitsprofil intro and the profile tile are true light
 * surfaces. They must not inherit the legacy dark-profile colour contract. */
main :is(
  .test-intro,
  .profile-hero,
  .profile-context,
  .test-hub-profile,
  .test-hub-note
) :is(h1, h2, h3, p, li, strong) {
  color: var(--black) !important;
}

.test-hub-featured,
.test-hub-featured-copy {
  color: var(--white) !important;
}

.test-hub-featured-copy > :is(strong, p, span) {
  color: var(--white) !important;
}

.test-hub-profile,
.test-hub-grid > .test-hub-profile {
  min-height: 0 !important;
  padding: clamp(2.5rem, 5vw, 4.5rem) 0 !important;
  background: var(--white) !important;
  color: var(--black) !important;
}

.test-hub-profile::after {
  display: none !important;
  content: none !important;
}

.test-hub-profile .test-card-bar {
  min-height: 0;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.test-hub-profile .test-card-bar small {
  color: var(--violet) !important;
}

.test-hub-profile > i {
  display: flex !important;
  width: min(100%, 31rem);
  min-height: 3.55rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.75rem !important;
  padding: 1rem 1.2rem !important;
  border: 0 !important;
  background: var(--black) !important;
  color: var(--white) !important;
  font-family: var(--display);
  font-size: var(--ui-cta) !important;
  font-style: normal;
}

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

.mm-about h2 {
  max-width: 19ch;
}

/* The subpage action stays useful without overpowering the brand in the
 * compact mobile topbar. */
.article-topbar > a:last-child {
  white-space: nowrap;
}

@media (max-width: 819px) {
  .article-topbar {
    grid-template-columns: minmax(0, 1fr) auto !important;
    gap: 0.75rem;
  }

  .article-brand {
    min-width: 0;
  }

  .article-brand > span:last-child {
    white-space: nowrap;
  }

  .article-topbar > a:last-child {
    max-width: 10.5rem;
    min-width: 0;
    min-height: 2.35rem !important;
    gap: 0.65rem !important;
    padding: 0.62rem 0.72rem !important;
    font-size: 0.66rem !important;
  }

  .hero-simple .hero-simple-copy :is(h1, p),
  .mm-hero-family .hero-simple-copy :is(h1, p) {
    max-width: 20rem !important;
  }

  .mm-about h2 {
    max-width: 22rem;
    font-size: clamp(1.55rem, 6.35vw, 1.85rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
  }

  .office-journal {
    padding: 4.75rem 0 4rem !important;
  }

  .journal-masthead {
    padding: 0 1.25rem 3.5rem !important;
  }

  .journal-masthead > div:first-child {
    min-height: 0 !important;
    gap: 1.1rem;
  }

  .journal-masthead h2 {
    max-width: 20rem !important;
    margin-top: 2.5rem !important;
  }

  .journal-controls {
    margin-top: 2rem !important;
  }

  .journal-track {
    padding: 0 1.25rem 1.5rem !important;
  }

  .journal-card {
    min-height: 0 !important;
    flex-basis: calc(100vw - 3.75rem) !important;
  }

  .journal-thumb {
    height: 11.5rem !important;
  }

  .journal-card-copy {
    min-height: 19rem;
    padding: 1.5rem 1.25rem 1.25rem;
  }

  .test-hub-hero {
    min-height: 0 !important;
    padding: 5rem 1.25rem 4rem !important;
  }

  .test-hub-featured {
    min-height: 0 !important;
  }

  .test-hub-featured-copy {
    min-height: 0 !important;
    padding: 2.25rem 1.25rem 2.5rem !important;
  }

  .test-hub-profile,
  .test-hub-grid > .test-hub-profile {
    display: block !important;
    margin: 0 !important;
    padding: 3.5rem 0 !important;
  }

  .test-hub-profile > strong {
    display: block;
    max-width: 19rem;
    margin-top: 1.25rem;
  }

  .test-hub-profile > p {
    max-width: 22rem;
    margin-top: 1.25rem;
  }

  .test-hub-profile > .test-card-data-note {
    margin-top: 1.35rem;
  }

  .test-page .test-intro,
  .profile-page .profile-hero > div {
    padding-top: 3.75rem !important;
  }

  .test-page .test-intro h1,
  .profile-page .profile-hero h1 {
    color: var(--black) !important;
  }
}

/* v48 — one CTA, one kicker, one editorial rail.
 *
 * DESIGN RULE / CTA
 * 1. Every conversion action is `.brand-action` and ends with one square.
 * 2. White or pale surface  -> black button / signal square.
 * 3. Black surface          -> signal button / black square.
 * 4. Violet surface         -> black button / signal square.
 * Violet buttons are the deliberate secondary action on light surfaces.
 * Navigation, accordions and slider arrows are controls, not CTAs.
 */
:is(a, button).brand-action:not(.mela-elementor-action) {
  --action-bg: var(--black);
  --action-fg: var(--white);
  --action-square: var(--signal);
  box-sizing: border-box;
  display: inline-flex !important;
  min-width: 0;
  max-width: 100%;
  min-height: 3.55rem !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(1.25rem, 3vw, 3rem) !important;
  padding: 1rem 1.2rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--action-bg) !important;
  box-shadow: none !important;
  color: var(--action-fg) !important;
  -webkit-text-fill-color: var(--action-fg) !important;
  font-family: var(--display) !important;
  font-size: var(--ui-cta, var(--type-cta)) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.018em !important;
  text-align: left;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

:is(a, button).brand-action:not(.mela-elementor-action)::after {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 0.65rem !important;
  height: 0.65rem !important;
  flex: 0 0 0.65rem !important;
  margin: 0 !important;
  border: 0 !important;
  background: var(--action-square) !important;
  opacity: 1 !important;
  transform: none !important;
}

:is(a, button).brand-action--dark {
  --action-bg: var(--black);
  --action-fg: var(--white);
  --action-square: var(--signal);
}

:is(a, button).brand-action--violet {
  --action-bg: var(--violet);
  --action-fg: var(--white);
  --action-square: var(--signal);
}

:is(a, button).brand-action--signal {
  --action-bg: var(--signal);
  --action-fg: var(--black);
  --action-square: var(--black);
}

:is(a, button).brand-action--compact:not(.mela-elementor-action) {
  min-height: 2.75rem !important;
  padding: 0.75rem 0.9rem !important;
}

/* Context rules intentionally repeat the final colours so no legacy route
 * selector can turn a button into a text link or hide its label. */
main :is(a, button).brand-action.brand-action--dark,
main .office-journal .journal-card .journal-card-copy > a.brand-action:not(.mela-elementor-action) {
  background: var(--black) !important;
  color: var(--white) !important;
  -webkit-text-fill-color: var(--white) !important;
}

main :is(a, button).brand-action.brand-action--violet:not(.mela-elementor-action) {
  background: var(--violet) !important;
  color: var(--white) !important;
  -webkit-text-fill-color: var(--white) !important;
}

main :is(a, button).brand-action.brand-action--signal:not(.mela-elementor-action) {
  background: var(--signal) !important;
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
}

/* DESIGN RULE / KICKER
 * Every true editorial kicker is the same typographic object: square, label,
 * fixed gap. Light surface -> violet. Dark/violet surface -> signal green.
 * Signal-green surface -> black. Metadata, prices and chapter numbers remain
 * metadata and therefore do not receive the square.
 */
:is(
  .brand-kicker,
  .panel > small,
  .hero-intro-copy > small,
  .hero-simple-copy > small,
  .panel-copy > small,
  .statement-kicker,
  .test-doorway > div:first-child > small,
  .section-head > small,
  .theme-card > div > small,
  .image-story-head > small,
  .bio > div > small,
  .expertise > small,
  .process > small,
  .offer-editorial-head > div:first-child > small,
  .personal-offer-copy > small,
  .offer-other-paths article > small,
  .tools-heading > 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-inline-check > small,
  .article-conversion > small,
  .article-faq > small,
  .article-related > small,
  .article-author > div > small,
  .article-footer-cta > small,
  .test-hub-hero > small,
  .test-hub-featured-copy > small,
  .test-hub-note > small,
  .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 > 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,
  .mm-section-intro > small,
  .mm-signal-list article > small,
  .mm-field-list article > small,
  .mm-program-heading > small,
  .mm-program-copy > small,
  .mm-custom-offer > small,
  .mm-trust > small,
  .mm-about > div > small,
  .mm-contact-intro > small,
  .mm-boundary > small,
  .mm-insight-hero > small,
  .mm-insight-cta > small,
  .mm-insight-sources > small
) {
  display: inline-flex !important;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  gap: 0.65rem !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--kicker-color, var(--violet)) !important;
  -webkit-text-fill-color: var(--kicker-color, var(--violet)) !important;
  font-family: var(--body) !important;
  font-size: var(--ui-small, var(--type-meta)) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

:is(
  .brand-kicker,
  .panel > small,
  .hero-intro-copy > small,
  .hero-simple-copy > small,
  .panel-copy > small,
  .statement-kicker,
  .test-doorway > div:first-child > small,
  .section-head > small,
  .theme-card > div > small,
  .image-story-head > small,
  .bio > div > small,
  .expertise > small,
  .process > small,
  .offer-editorial-head > div:first-child > small,
  .personal-offer-copy > small,
  .offer-other-paths article > small,
  .tools-heading > 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-inline-check > small,
  .article-conversion > small,
  .article-faq > small,
  .article-related > small,
  .article-author > div > small,
  .article-footer-cta > small,
  .test-hub-hero > small,
  .test-hub-featured-copy > small,
  .test-hub-note > small,
  .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 > 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,
  .mm-section-intro > small,
  .mm-signal-list article > small,
  .mm-field-list article > small,
  .mm-program-heading > small,
  .mm-program-copy > small,
  .mm-custom-offer > small,
  .mm-trust > small,
  .mm-about > div > small,
  .mm-contact-intro > small,
  .mm-boundary > small,
  .mm-insight-hero > small,
  .mm-insight-cta > small,
  .mm-insight-sources > small
)::before {
  content: "" !important;
  display: block !important;
  width: 0.52rem !important;
  height: 0.52rem !important;
  flex: 0 0 0.52rem !important;
  margin: 0 !important;
  border: 0 !important;
  background: currentColor !important;
  opacity: 1 !important;
  transform: none !important;
}

/* Surface colour contract for kickers. */
:is(
  .hero-simple,
  .process,
  .editorial-statement,
  .office-journal,
  .closing-editorial,
  .about-hero,
  .about-stance,
  .about-next,
  .article-quote,
  .article-conversion,
  .article-author,
  .test-hub-hero,
  .test-gate-teaser,
  .test-gate-message,
  .test-result-hero,
  .profile-gate-copy,
  .profile-result > header,
  .mm-fields,
  .mm-trust,
  .mm-about,
  .mm-contact,
  .mm-insight-hero,
  .mm-insight-feature
) {
  --kicker-color: var(--signal);
}

:is(
  .test-doorway,
  .vertical-content,
  .bio,
  .offer-editorial,
  .work-tools,
  .boundary,
  .about-intro,
  .about-path,
  .article-hero,
  .article-inline-check,
  .article-faq,
  .article-related,
  .test-intro,
  .test-result-next,
  .profile-hero,
  .profile-context,
  .privacy-page,
  .mm-reality,
  .mm-programs,
  .mm-process,
  .mm-boundary,
  .journal-card
) {
  --kicker-color: var(--violet);
}

.product-card-signal,
.tone-green {
  --kicker-color: var(--black);
}

/* Both journals now use the same component and the same visible copy rhythm. */
.office-journal .journal-card {
  display: flex;
  min-height: 0 !important;
  flex-direction: column;
  background: var(--white) !important;
  color: var(--black) !important;
}

.office-journal .journal-card-copy {
  display: flex !important;
  min-height: 21rem !important;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.5rem 1.35rem 1.35rem !important;
  background: var(--white) !important;
  color: var(--black) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.office-journal .journal-card-copy > :is(.journal-card-kicker, h3, p) {
  position: static !important;
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.office-journal .journal-card-copy > h3 {
  display: block !important;
  max-width: 17ch !important;
  margin: 0.9rem 0 0 !important;
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
  font-size: var(--editorial-card-title) !important;
  line-height: 1.08 !important;
  text-wrap: balance;
}

.office-journal .journal-card-copy > p {
  display: block !important;
  max-width: 32rem;
  margin: 1rem 0 1.5rem !important;
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
  font-size: var(--ui-body) !important;
  line-height: 1.5 !important;
}

.office-journal .journal-card-copy > .journal-card-action {
  width: 100% !important;
  margin-top: auto !important;
  padding: 1rem 1.05rem !important;
  border: 0 !important;
}

/* v49 — Journal cover labels stay readable on every visual. The label is
 * real HTML, not baked into the image, so it remains crisp at every width. */
.office-journal .journal-thumb > .journal-thumb-label,
.mm-company-journal .journal-card:nth-child(2n) .journal-thumb > .journal-thumb-label {
  display: inline-flex !important;
  align-items: center;
  width: auto !important;
  max-width: calc(100% - 2.25rem);
  min-height: 2rem;
  padding: 0.55rem 0.75rem !important;
  background: var(--black) !important;
  color: var(--signal) !important;
  -webkit-text-fill-color: var(--signal) !important;
  font-size: 0.72rem !important;
  line-height: 1.2 !important;
  white-space: normal;
  opacity: 1 !important;
  visibility: visible !important;
}

/* The seven 1:1 formats are a light editorial shelf, not a heavy black wall. */
.personal-offer-track {
  gap: 1rem !important;
  margin-top: clamp(3rem, 6vw, 5rem) !important;
  padding: 1.25rem var(--page-x) 1.5rem !important;
  background: var(--violet-light) !important;
  color: var(--black) !important;
  scroll-padding-inline: var(--page-x);
}

.personal-offer-card {
  --offer-accent: var(--violet);
  position: relative;
  display: flex !important;
  min-height: 29rem !important;
  flex: 0 0 min(34rem, 72vw) !important;
  flex-direction: column;
  gap: 0 !important;
  padding: clamp(1.5rem, 3vw, 2.25rem) !important;
  overflow: hidden;
  border: 0 !important;
  background: var(--white) !important;
  color: var(--black) !important;
  scroll-snap-align: start;
}

.personal-offer-card::after {
  content: "";
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 1rem;
  height: 1rem;
  background: var(--offer-accent);
}

.personal-offer-card--signal {
  --offer-accent: var(--signal);
}

.personal-offer-card--ink {
  --offer-accent: var(--black);
}

.personal-offer-meta {
  display: flex !important;
  width: calc(100% - 2.25rem);
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  color: var(--violet) !important;
}

.personal-offer-meta > span {
  color: inherit !important;
}

.personal-offer-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.personal-offer-copy > :is(h3, p, strong) {
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
}

.personal-offer-copy > h3 {
  max-width: 15ch !important;
  margin: 0.9rem 0 0 !important;
  font-size: clamp(1.65rem, 2.7vw, 2.45rem) !important;
  line-height: 1.05 !important;
  overflow-wrap: break-word !important;
  text-wrap: balance;
}

.personal-offer-copy > p {
  max-width: 30rem;
  margin: 1rem 0 0 !important;
  font-size: var(--ui-body) !important;
  line-height: 1.5 !important;
}

.personal-offer-copy > strong {
  margin-top: auto !important;
  padding: 1.5rem 0 1rem;
  font-size: var(--ui-small) !important;
  line-height: 1.45 !important;
}

.personal-offer-card > .brand-action:not(.mela-elementor-action) {
  width: 100% !important;
  margin-top: 0 !important;
}

.offer-swipe-hint {
  margin: 0 !important;
  padding: 1rem var(--page-x) clamp(3rem, 6vw, 5rem) !important;
  background: var(--violet-light) !important;
  color: var(--black) !important;
}

.mm-about-action {
  width: fit-content;
  margin-top: 1.5rem;
}

@media (max-width: 819px) {
  :is(a, button).brand-action:not(.brand-action--compact) {
    width: 100%;
  }

  .hero-simple-actions {
    gap: 0.65rem !important;
  }

  .office-journal .journal-track {
    gap: 1rem !important;
    padding: 0 1.25rem 1.5rem !important;
    scroll-padding-inline: 1.25rem;
  }

  .office-journal .journal-card {
    flex-basis: calc(100vw - 3.75rem) !important;
  }

  .office-journal .journal-card-copy {
    min-height: 20.5rem !important;
    padding: 1.35rem 1.15rem 1.15rem !important;
  }

  .office-journal .journal-card-copy > h3 {
    max-width: 16ch !important;
    font-size: clamp(1.35rem, 5.65vw, 1.65rem) !important;
  }

  .personal-offer-track {
    gap: 0.85rem !important;
    padding: 0.85rem 1.25rem 1.25rem !important;
    scroll-padding-inline: 1.25rem;
  }

  .personal-offer-card {
    min-height: 28rem !important;
    flex-basis: calc(100vw - 3.75rem) !important;
    padding: 1.35rem !important;
  }

  .personal-offer-card::after {
    top: 1.35rem;
    right: 1.35rem;
    width: 0.85rem;
    height: 0.85rem;
  }

  .personal-offer-copy {
    padding-top: 2.25rem;
  }

  .personal-offer-copy > h3 {
    max-width: 14ch !important;
    font-size: clamp(1.45rem, 6.35vw, 1.8rem) !important;
  }

  .offer-swipe-hint {
    padding: 1rem 1.25rem 3.5rem !important;
  }
}

/* v50 — company-style offer shelf, single-square kickers and MINDMAKERS check. */

/* The generated Desk 02 visual remains image-only; its label is live HTML. */
.mm-company-journal .journal-signal .journal-thumb {
  background-image: url("../images/mindmakers-desk02-editorial-v2.png") !important;
  background-position: center 58% !important;
  background-size: cover !important;
}

.mm-company-journal .journal-signal .journal-thumb::after {
  display: none !important;
}

/* KICKER RULE: one square before the label, never a second square after it. */
main :is(
  small,
  .brand-kicker,
  .statement-kicker,
  .article-keyline > span,
  .article-quote > span,
  .lead-gate-head > span
)::after {
  content: none !important;
  display: none !important;
}

/* Default/light canvas = violet. Explicit dark/violet and signal surfaces
 * below override this locally. */
main :is(
  .brand-kicker,
  .offer-editorial-head > div:first-child > small,
  .offer-other-paths article > small,
  .tools-heading > small,
  .journal-card-kicker,
  .mm-reality .mm-section-intro > small,
  .mm-programs .mm-section-intro > small,
  .mm-process .mm-section-intro > small,
  .mm-custom-offer > small,
  .article-hero > small,
  .article-inline-check > small,
  .article-faq > small,
  .article-related > small,
  .test-intro > div > small,
  .test-result-next > small,
  .profile-hero > div > small,
  .profile-context > small,
  .privacy-hero > small
) {
  --kicker-color: var(--violet) !important;
  color: var(--violet) !important;
  -webkit-text-fill-color: var(--violet) !important;
}

main :is(
  .hero-simple-copy > small,
  .process > small,
  .journal-masthead small,
  .about-hero-copy > small,
  .about-stance > small,
  .about-next > small,
  .article-quote > span,
  .article-conversion > small,
  .article-author > div > small,
  .test-hub-hero > small,
  .test-gate-teaser > small,
  .test-gate-message > small,
  .test-result-hero > small,
  .profile-gate-copy > small,
  .profile-result > header > small,
  .mm-fields .mm-section-intro > small,
  .mm-field-list article > small,
  .mm-trust > small,
  .mm-about > div > small,
  .mm-contact-intro > small,
  .mm-insight-hero > small,
  .mm-insight-cta > small
) {
  --kicker-color: var(--signal) !important;
  color: var(--signal) !important;
  -webkit-text-fill-color: var(--signal) !important;
}

main :is([data-tone="ink"], [data-tone="violet"]) :is(
  .mm-program-heading > small,
  .mm-program-copy > small,
  .brand-kicker
) {
  --kicker-color: var(--signal) !important;
  color: var(--signal) !important;
  -webkit-text-fill-color: var(--signal) !important;
}

main [data-tone="signal"] :is(
  .mm-program-heading > small,
  .mm-program-copy > small,
  .brand-kicker
) {
  --kicker-color: var(--black) !important;
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
}

/* The personal formats now use the same visual grammar as company offers. */
.offer-editorial .personal-offer-track.mm-program-slider {
  gap: 1rem !important;
  margin-top: clamp(3.5rem, 7vw, 6rem) !important;
  padding: 0 var(--page-x) 1.25rem !important;
  background: var(--white) !important;
  color: var(--black) !important;
  scroll-padding-inline: var(--page-x);
}

.offer-editorial .personal-offer-track.mm-program-slider > article {
  position: relative;
  display: grid !important;
  min-height: 35rem !important;
  flex: 0 0 min(78vw, 72rem) !important;
  grid-template-columns: minmax(18rem, 0.8fr) minmax(22rem, 1fr) minmax(14rem, 0.35fr) !important;
  grid-template-rows: auto !important;
  gap: 2rem clamp(2.25rem, 5vw, 6rem) !important;
  align-items: center !important;
  padding: clamp(3.5rem, 6vw, 6rem) !important;
  scroll-snap-align: start;
}

.offer-editorial .personal-offer-track.mm-program-slider > article::after {
  content: none !important;
  display: none !important;
}

.offer-editorial .personal-offer-track .mm-program-heading,
.offer-editorial .personal-offer-track .mm-program-copy,
.offer-editorial .personal-offer-track .mm-program-booking {
  display: block !important;
  min-width: 0;
}

.offer-editorial .personal-offer-track .mm-program-heading h3 {
  max-width: 13ch !important;
  margin: 1.5rem 0 0 !important;
  font-size: clamp(2rem, 3.2vw, 3.45rem) !important;
  line-height: 1.02 !important;
}

.offer-editorial .personal-offer-track .mm-program-copy p {
  max-width: 38rem;
  margin: 1.2rem 0 0 !important;
  font-size: var(--ui-body) !important;
  line-height: 1.58 !important;
}

.offer-editorial .personal-offer-track .mm-program-booking {
  align-self: end !important;
}

.offer-editorial .personal-offer-track .mm-program-booking > strong {
  display: block;
  margin-bottom: 1.25rem;
  font-family: var(--body);
  font-size: var(--ui-small) !important;
  letter-spacing: 0.1em;
}

.offer-editorial .personal-offer-track .mm-program-booking > .brand-action:not(.mela-elementor-action) {
  width: 100% !important;
}

.offer-editorial .personal-offer-track > article[data-tone="paper"] {
  background: var(--violet-light) !important;
}

.offer-editorial .personal-offer-track > article[data-tone="violet"] {
  background: var(--violet) !important;
}

.offer-editorial .personal-offer-track > article[data-tone="ink"] {
  background: var(--black) !important;
  color: var(--white) !important;
}

.offer-editorial .personal-offer-track > article[data-tone="signal"] {
  background: var(--signal) !important;
}

.offer-editorial .personal-offer-track > article[data-tone="ink"] :is(h3, p, strong) {
  color: var(--white) !important;
  -webkit-text-fill-color: var(--white) !important;
}

.offer-editorial .personal-offer-track > article[data-tone="violet"] :is(h3, p, strong),
.offer-editorial .personal-offer-track > article[data-tone="signal"] :is(h3, p, strong),
.offer-editorial .personal-offer-track > article[data-tone="paper"] :is(h3, p, strong) {
  color: var(--black) !important;
  -webkit-text-fill-color: var(--black) !important;
}

.offer-swipe-hint {
  padding: 1rem var(--page-x) clamp(3rem, 6vw, 5rem) !important;
  background: var(--white) !important;
  color: var(--black) !important;
}

/* MINDMAKERS Frühwarn-Check */
.mm-check-entry {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.7fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: end;
  background: var(--violet);
  color: var(--black);
}

.mm-check-entry > small {
  grid-column: 1 / -1;
  --kicker-color: var(--signal) !important;
  color: var(--signal) !important;
}

.mm-check-entry h2 {
  max-width: 15ch;
  color: var(--black) !important;
}

.mm-check-entry > div {
  display: grid;
  gap: 1.5rem;
}

.mm-check-entry p {
  margin: 0;
  color: var(--black) !important;
  line-height: 1.58;
}

.mm-check-entry ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--black);
  font-size: var(--ui-small);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mm-check-entry li::before {
  content: "■";
  margin-right: 0.55rem;
  color: var(--signal);
}

.mm-check-page {
  background: var(--white);
}

.mm-check-hero,
.mm-check-question,
.mm-check-gate,
.mm-check-result {
  min-height: calc(100svh - 5.75rem);
  padding: clamp(5rem, 9vw, 8rem) var(--page-x);
}

.mm-check-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--black);
  color: var(--white);
}

.mm-check-hero > .brand-kicker,
.mm-check-gate > div > .brand-kicker,
.mm-check-result header > .brand-kicker {
  --kicker-color: var(--signal) !important;
  color: var(--signal) !important;
}

.mm-check-hero h1,
.mm-check-gate h1,
.mm-check-result h1 {
  max-width: 14ch !important;
  margin: clamp(3rem, 7vw, 6rem) 0 0;
  color: var(--white) !important;
}

.mm-check-hero > p {
  max-width: 45rem;
  margin: 2rem 0 0;
  color: var(--white) !important;
  font-size: var(--ui-lead);
  line-height: 1.5;
}

.mm-check-hero > .brand-action:not(.mela-elementor-action) {
  width: min(100%, 36rem);
  margin-top: 2.5rem;
}

.mm-check-hero > span {
  margin-top: 1rem;
  color: #b8b8bf;
  font-size: var(--ui-small);
  font-weight: 700;
  letter-spacing: 0.09em;
}

.mm-check-question {
  display: grid;
  align-content: center;
  background: var(--white);
  color: var(--black);
}

.mm-check-progress {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-bottom: clamp(3rem, 6vw, 5rem);
  color: var(--violet);
  font-size: var(--ui-small);
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mm-check-progress::after {
  content: "";
  grid-column: 2;
  grid-row: 1;
  width: 100%;
  height: 0.25rem;
  background: var(--violet-light);
}

.mm-check-progress i {
  z-index: 1;
  grid-column: 2;
  grid-row: 1;
  height: 0.25rem;
  background: var(--signal);
}

.mm-check-question h1 {
  max-width: 22ch !important;
  margin: 2rem 0 0;
  color: var(--black) !important;
  font-size: var(--ui-title) !important;
  line-height: 1.06 !important;
}

.mm-check-options {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: clamp(3rem, 6vw, 5rem);
}

.mm-check-options button {
  display: grid;
  min-height: 8rem;
  gap: 1.5rem;
  align-content: space-between;
  padding: 1.25rem;
  border: 0;
  background: var(--violet-light);
  color: var(--black);
  text-align: left;
}

.mm-check-options button:hover,
.mm-check-options button:focus-visible {
  background: var(--signal);
}

.mm-check-options button span,
.mm-check-options button strong {
  font-size: var(--ui-small);
  letter-spacing: 0.08em;
}

.mm-check-back {
  width: fit-content;
  margin-top: 2rem;
  border: 0;
  background: transparent;
  color: var(--black);
  font-weight: 700;
}

.mm-check-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(24rem, 0.82fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  background: var(--black);
  color: var(--white);
}

.mm-check-gate > div > p {
  max-width: 42rem;
  margin-top: 2rem;
  color: var(--white) !important;
  line-height: 1.58;
}

.mm-check-gate .lead-gate {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--white);
  color: var(--black);
}

.mm-check-gate .lead-gate-head > span {
  --kicker-color: var(--violet) !important;
  color: var(--violet) !important;
}

.mm-check-result {
  background: var(--black);
  color: var(--white);
}

.mm-check-result header > p {
  max-width: 48rem;
  margin-top: 2rem;
  color: var(--white) !important;
  line-height: 1.58;
}

.mm-check-dimensions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: clamp(4rem, 8vw, 7rem);
}

.mm-check-dimensions article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.25rem;
  padding: 1.5rem;
  background: var(--white);
  color: var(--black);
}

.mm-check-dimensions article > span,
.mm-check-dimensions article > strong {
  font-size: var(--ui-small);
  letter-spacing: 0.08em;
}

.mm-check-dimensions article > i {
  grid-column: 1 / -1;
  height: 0.35rem;
  background: var(--violet-light);
}

.mm-check-dimensions article > i > b {
  display: block;
  height: 100%;
  background: var(--violet);
}

.mm-check-recommendation {
  margin-top: clamp(4rem, 8vw, 7rem);
  padding: clamp(2rem, 5vw, 4rem);
  background: var(--violet);
  color: var(--black);
}

.mm-check-recommendation > .brand-kicker {
  --kicker-color: var(--signal) !important;
  color: var(--signal) !important;
}

.mm-check-recommendation h2 {
  max-width: 18ch;
  margin-top: 2rem;
  color: var(--black) !important;
}

.mm-check-recommendation p {
  max-width: 43rem;
  color: var(--black) !important;
}

.mm-check-recommendation .brand-action:not(.mela-elementor-action) {
  width: min(100%, 34rem);
  margin-top: 1rem;
}

@media (max-width: 1050px) {
  .offer-editorial .personal-offer-track.mm-program-slider > article {
    grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1fr) !important;
  }

  .offer-editorial .personal-offer-track .mm-program-booking {
    grid-column: 2;
  }
}

@media (max-width: 819px) {
  .offer-editorial .personal-offer-track.mm-program-slider {
    gap: 0.75rem !important;
    padding: 0 1.25rem 1rem !important;
    scroll-padding-inline: 1.25rem;
  }

  .offer-editorial .personal-offer-track.mm-program-slider > article {
    display: flex !important;
    min-height: 39rem !important;
    flex: 0 0 calc(100vw - 2.5rem) !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 2.5rem 1.5rem !important;
  }

  .offer-editorial .personal-offer-track .mm-program-heading h3 {
    max-width: 18rem !important;
    font-size: clamp(1.75rem, 7vw, 2rem) !important;
  }

  .offer-editorial .personal-offer-track .mm-program-copy {
    margin-top: 1.5rem;
  }

  .offer-editorial .personal-offer-track .mm-program-booking {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    margin-top: auto;
  }

  .offer-swipe-hint {
    padding: 1rem 1.25rem 3.5rem !important;
  }

  .mm-check-entry,
  .mm-check-gate {
    grid-template-columns: minmax(0, 1fr);
  }

  .mm-check-entry {
    gap: 2.5rem;
  }

  .mm-check-options,
  .mm-check-dimensions {
    grid-template-columns: minmax(0, 1fr);
  }

  .mm-check-options button {
    min-height: 5rem;
    grid-template-columns: 2rem minmax(0, 1fr);
    align-items: center;
    align-content: center;
  }

  .mm-check-hero,
  .mm-check-question,
  .mm-check-gate,
  .mm-check-result {
    min-height: calc(100svh - 5rem);
    padding: 4.5rem 1.25rem;
  }
}

/* v51 — the 1:1 shelf uses the exact MINDMAKERS offer architecture.
 * The only difference is the personal copy: same rail, same card rhythm,
 * same details list and same booking block. */
.offer-editorial .personal-offer-track.mm-program-slider {
  display: flex !important;
  gap: 0 !important;
  margin-top: clamp(3.5rem, 7vw, 6rem) !important;
  padding: 0 var(--page-x) 1.25rem !important;
  overflow-x: auto !important;
  background: var(--white) !important;
  scroll-padding-inline: var(--page-x);
  scroll-snap-type: inline mandatory;
}

.offer-editorial .personal-offer-track.mm-program-slider > article {
  position: relative;
  display: grid !important;
  min-width: 0 !important;
  min-height: 38rem !important;
  flex: 0 0 min(78vw, 72rem) !important;
  grid-template-columns:
    minmax(18rem, 0.8fr)
    minmax(22rem, 1fr)
    minmax(14rem, 0.35fr) !important;
  grid-template-rows: auto !important;
  gap: 2rem clamp(2.25rem, 5vw, 6rem) !important;
  align-items: center !important;
  padding: clamp(3.5rem, 6vw, 6rem) !important;
  overflow: hidden !important;
  border: 0 !important;
  scroll-snap-align: start;
}

.offer-editorial .personal-offer-track.mm-program-slider > article + article {
  margin-left: 1rem !important;
}

.offer-editorial .personal-offer-track .mm-program-heading,
.offer-editorial .personal-offer-track .mm-program-copy,
.offer-editorial .personal-offer-track .mm-program-booking {
  display: block !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

.offer-editorial .personal-offer-track .mm-program-heading > small,
.offer-editorial .personal-offer-track .mm-program-copy > small {
  display: flex !important;
  max-width: 100% !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

.offer-editorial .personal-offer-track .mm-program-heading h3 {
  max-width: 13ch !important;
  margin: 1.5rem 0 0 !important;
  font-size: clamp(2rem, 3.2vw, 3.45rem) !important;
  line-height: 1.02 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  hyphens: none !important;
  text-wrap: balance;
}

.offer-editorial .personal-offer-track .mm-program-copy > p {
  max-width: 38rem !important;
  margin: 1.2rem 0 0 !important;
  font-size: var(--ui-body) !important;
  line-height: 1.58 !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

.offer-editorial .personal-offer-track .mm-program-copy > ul {
  display: grid !important;
  gap: 0.85rem !important;
  margin: 2rem 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.offer-editorial .personal-offer-track .mm-program-copy > ul > li {
  position: relative;
  max-width: 34rem;
  padding-left: 1.35rem !important;
  font-family: var(--display);
  font-size: var(--ui-small) !important;
  font-weight: 700;
  line-height: 1.35 !important;
  letter-spacing: 0.045em;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}

.offer-editorial .personal-offer-track .mm-program-copy > ul > li::before {
  content: "";
  position: absolute;
  top: 0.38em;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  background: var(--signal);
}

.offer-editorial .personal-offer-track .mm-program-booking {
  align-self: end !important;
}

.offer-editorial .personal-offer-track .mm-program-booking > strong {
  display: block !important;
  margin: 0 0 1.25rem !important;
  font-family: var(--display);
  font-size: var(--ui-small) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.08em;
  white-space: normal !important;
}

.offer-editorial .personal-offer-track .mm-program-booking > .brand-action:not(.mela-elementor-action) {
  width: 100% !important;
  margin: 0 !important;
}

@media (max-width: 1050px) {
  .offer-editorial .personal-offer-track.mm-program-slider > article {
    grid-template-columns: minmax(16rem, 0.8fr) minmax(0, 1fr) !important;
  }

  .offer-editorial .personal-offer-track .mm-program-booking {
    grid-column: 2;
  }
}

@media (max-width: 819px) {
  .offer-editorial .personal-offer-track.mm-program-slider {
    gap: 0 !important;
    padding: 0 1.25rem 1rem !important;
    scroll-padding-inline: 1.25rem;
  }

  .offer-editorial .personal-offer-track.mm-program-slider > article {
    display: flex !important;
    min-height: 46rem !important;
    flex: 0 0 calc(100vw - 2.5rem) !important;
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 2.5rem 1.5rem !important;
  }

  .offer-editorial .personal-offer-track.mm-program-slider > article + article {
    margin-left: 0.75rem !important;
  }

  .offer-editorial .personal-offer-track .mm-program-heading h3 {
    max-width: 100% !important;
    font-size: clamp(1.65rem, 7vw, 2rem) !important;
    line-height: 1.03 !important;
  }

  .offer-editorial .personal-offer-track .mm-program-copy {
    margin-top: 1.75rem !important;
  }

  .offer-editorial .personal-offer-track .mm-program-copy > p {
    font-size: 1rem !important;
    line-height: 1.52 !important;
  }

  .offer-editorial .personal-offer-track .mm-program-copy > ul {
    margin-top: 1.75rem !important;
  }

  .offer-editorial .personal-offer-track .mm-program-booking {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-top: auto !important;
  }
}

/* v52 — accessible colour contract for every 1:1 offer card.
 * Pale cards: black content + dark violet kickers.
 * Violet/black cards: white content + signal kickers.
 * Signal cards: black content + black kickers.
 * The accent colour never carries essential body copy. */
.offer-editorial .personal-offer-track > article[data-tone="paper"] {
  --offer-card-fg: var(--black);
  --offer-card-kicker: #5648b8;
  --offer-card-marker: #5648b8;
}

.offer-editorial .personal-offer-track > article[data-tone="violet"],
.offer-editorial .personal-offer-track > article[data-tone="ink"] {
  --offer-card-fg: var(--white);
  --offer-card-kicker: var(--signal);
  --offer-card-marker: var(--signal);
}

.offer-editorial .personal-offer-track > article[data-tone="violet"] {
  background: #7063ce !important;
}

.offer-editorial .personal-offer-track > article[data-tone="signal"] {
  --offer-card-fg: var(--black);
  --offer-card-kicker: var(--black);
  --offer-card-marker: var(--black);
}

.offer-editorial .personal-offer-track > article :is(
  .mm-program-heading h3,
  .mm-program-copy > p,
  .mm-program-copy > ul > li,
  .mm-program-booking > strong
) {
  color: var(--offer-card-fg) !important;
  -webkit-text-fill-color: var(--offer-card-fg) !important;
}

.offer-editorial .personal-offer-track > article :is(
  .mm-program-heading > small,
  .mm-program-copy > small
) {
  --kicker-color: var(--offer-card-kicker) !important;
  color: var(--offer-card-kicker) !important;
  -webkit-text-fill-color: var(--offer-card-kicker) !important;
}

.offer-editorial .personal-offer-track > article .mm-program-copy > ul > li::before {
  background: var(--offer-card-marker) !important;
}
